|
Add Table, List, Skeleton, Tooltip, Dropdown, NavigationShell
- Implement Table styles + browser helper + GnTable/GnTableRow/GnTableHeader with sortable/selectable variants. - Implement List styles + browser helper + GnList/GnListItem. - Implement Skeleton placeholders + browser helper + GnSkeleton. - Implement Tooltip styles + browser helper + GnTooltip. - Implement Dropdown menu styles + browser helper + GnDropdown/GnDropdownItem. - Implement NavigationShell layout + browser helper + GnNavigationShell/GnNavigationItem. - Wire all new components into kit.scss, Vue plugin, Vue entry, and browser bundle. - Add demo partials for every new component. - Update docs/component-coverage.md and PROJECT_NOTES.md. - Builds and tests pass. |
|---|
|
|
| PROJECT_NOTES.md |
|---|
| demo/index.html |
|---|
| demo/partials/dropdowns.html 0 → 100644 |
|---|
| demo/partials/lists.html 0 → 100644 |
|---|
| demo/partials/navigation-shell.html 0 → 100644 |
|---|
| demo/partials/skeleton.html 0 → 100644 |
|---|
| demo/partials/tables.html 0 → 100644 |
|---|
| demo/partials/tooltips.html 0 → 100644 |
|---|
| docs/component-coverage.md |
|---|
| src/js/components/dropdowns.js 0 → 100644 |
|---|
| src/js/components/lists.js 0 → 100644 |
|---|
| src/js/components/navigation-shell.js 0 → 100644 |
|---|
| src/js/components/skeleton.js 0 → 100644 |
|---|
| src/js/components/tables.js 0 → 100644 |
|---|
| src/js/components/tooltips.js 0 → 100644 |
|---|
| src/js/index.js |
|---|
| src/scss/components/_dropdown.scss 0 → 100644 |
|---|
| src/scss/components/_lists.scss 0 → 100644 |
|---|
| src/scss/components/_navigation-shell.scss 0 → 100644 |
|---|
| src/scss/components/_skeleton.scss 0 → 100644 |
|---|
| src/scss/components/_tables.scss 0 → 100644 |
|---|
| src/scss/components/_tooltip.scss 0 → 100644 |
|---|
| src/scss/kit.scss |
|---|
| src/vue/components/GnDropdown.js 0 → 100644 |
|---|
| src/vue/components/GnDropdownItem.js 0 → 100644 |
|---|
| src/vue/components/GnList.js 0 → 100644 |
|---|
| src/vue/components/GnListItem.js 0 → 100644 |
|---|
| src/vue/components/GnNavigationItem.js 0 → 100644 |
|---|
| src/vue/components/GnNavigationShell.js 0 → 100644 |
|---|
| src/vue/components/GnSkeleton.js 0 → 100644 |
|---|
| src/vue/components/GnTable.js 0 → 100644 |
|---|
| src/vue/components/GnTableHeader.js 0 → 100644 |
|---|
| src/vue/components/GnTableRow.js 0 → 100644 |
|---|
| src/vue/components/GnTooltip.js 0 → 100644 |
|---|
| src/vue/index.js |
|---|
| src/vue/plugin.js |
|---|