feat: add remaining reference Vue components, card variants, toolbar/repeater/activity-log/usage-meter styles and demo mounts
- Add GnHorizontalCard, GnUserCard, GnMetricCard, GnStatusCard, GnLoginCard,
  GnIdentity, GnActivityLog, GnToolbar, GnRouterTabs, GnRepeater, GnUsageMeter
- Extend GnTabs to support reference items API while keeping child mode
- Add card subcomponent styles: status, metric, horizontal, login, user
- Add toolbar, repeater, identity, activity-log, usage-meter styles
- Add typography token variables used by reference-compatible components
- Add Vue demo mounts for cards, data-patterns, progress, tabs, navigation-shell
- Fix GnAvatar online status class and navigation-shell footer slot
- Update screenshot config to cover skeleton and navigation-shell

Verified: npm run build, npm run test:e2e (19 passed), npm run screenshots,
npm run test:vue-adapter, figma-match (7 passed)
1 parent 4ecf92b commit 1a0c0c7f20af17e47fcf390cc54af376e693d380
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 1 day ago
Showing 44 changed files
View
demo/partials/accordion.html
View
demo/partials/backgrounds.html
View
demo/partials/breadcrumbs.html
View
demo/partials/cards.html
View
demo/partials/data-patterns.html
View
demo/partials/drawer.html
View
demo/partials/dropdowns.html
View
demo/partials/file-upload.html
View
demo/partials/modals.html
View
demo/partials/navigation-shell.html
View
demo/partials/popover.html
View
demo/partials/progress.html
View
demo/partials/skeleton.html
View
demo/partials/tabs.html
View
demo/partials/timeline.html
View
demo/partials/toasts.html
View
demo/partials/tooltips.html
View
src/scss/_design-tokens.scss
View
src/scss/components/_avatar.scss
View
src/scss/components/_cards.scss
View
src/scss/components/_navigation-shell.scss
View
src/scss/components/_progress.scss
View
src/scss/components/_repeater.scss 0 → 100644
View
src/scss/components/_timeline.scss
View
src/scss/components/_toolbar.scss 0 → 100644
View
src/scss/kit.scss
View
src/vue/components/GnActivityLog.js 0 → 100644
View
src/vue/components/GnAvatar.js
View
src/vue/components/GnHorizontalCard.js 0 → 100644
View
src/vue/components/GnIdentity.js 0 → 100644
View
src/vue/components/GnLoginCard.js 0 → 100644
View
src/vue/components/GnMetricCard.js 0 → 100644
View
src/vue/components/GnNavigationShell.js
View
src/vue/components/GnRepeater.js 0 → 100644
View
src/vue/components/GnRouterTabs.js 0 → 100644
View
src/vue/components/GnStatusCard.js 0 → 100644
View
src/vue/components/GnTabs.js
View
src/vue/components/GnToolbar.js 0 → 100644
View
src/vue/components/GnUsageMeter.js 0 → 100644
View
src/vue/components/GnUserCard.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js
View
tests/demo-screenshot.spec.js
View
tests/functional.spec.js