v0.3.0 — GnUserCard, NavigationShell footer slot, Vue demo partials
Features:
- Add GnUserCard Vue component with compact and full variants
- Add GnNavigationShell #footer slot for custom footer content
- Add profile footer demo in navigation-shell section
- Split demo/vue.html into 27 partials under demo/partials/vue/
- Fix toast open animation (nextTick + requestAnimationFrame pattern)

Style:
- Add .user-card and .user-card-compact to _cards.scss
- Add .profile-identity to _navigation-shell.scss

Docs:
- Add demo synchronization rules to CLAUDE.md

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 9a04b6d commit 5cdd81de5257965be888d5ab7ef25ed05accb13b
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 10 hours ago
Showing 94 changed files
View
CLAUDE.md
View
demo/index.html
View
demo/partials/cards.html
View
demo/partials/navigation-shell.html
View
demo/partials/vue/accordion.html 0 → 100644
View
demo/partials/vue/alerts.html 0 → 100644
View
demo/partials/vue/avatar.html 0 → 100644
View
demo/partials/vue/badges.html 0 → 100644
View
demo/partials/vue/buttons.html 0 → 100644
View
demo/partials/vue/cards.html 0 → 100644
View
demo/partials/vue/chips.html 0 → 100644
View
demo/partials/vue/confirm-dialog.html 0 → 100644
View
demo/partials/vue/data-patterns.html 0 → 100644
View
demo/partials/vue/description-list.html 0 → 100644
View
demo/partials/vue/drawer.html 0 → 100644
View
demo/partials/vue/editable-string.html 0 → 100644
View
demo/partials/vue/forms.html 0 → 100644
View
demo/partials/vue/lists.html 0 → 100644
View
demo/partials/vue/modals.html 0 → 100644
View
demo/partials/vue/navigation-overlays.html 0 → 100644
View
demo/partials/vue/navigation-shell.html 0 → 100644
View
demo/partials/vue/page-header.html 0 → 100644
View
demo/partials/vue/palette.html 0 → 100644
View
demo/partials/vue/progress.html 0 → 100644
View
demo/partials/vue/steps.html 0 → 100644
View
demo/partials/vue/tables.html 0 → 100644
View
demo/partials/vue/tabs.html 0 → 100644
View
demo/partials/vue/timeline.html 0 → 100644
View
demo/partials/vue/toasts.html 0 → 100644
View
demo/partials/vue/typography.html 0 → 100644
View
demo/partials/vue/utilities.html 0 → 100644
View
demo/vue.html
View
dist/css/demo.css
View
dist/css/demo.css.map
View
dist/css/kit.css
View
dist/css/kit.css.map
View
dist/index.html
View
dist/js/gnexus-ui-kit.esm.js 0 → 100644
View
dist/js/gnexus-ui-kit.esm.js.map 0 → 100644
View
dist/js/gnexus-ui-kit.js
View
dist/js/gnexus-ui-kit.js.map
View
dist/vue.html
Too large (Show diff)
View
dist/vue/index.js
View
dist/vue/index.js.map
View
examples/vue/dist/assets/index-BjuJhOix.js 100644 → 0
View
examples/vue/dist/assets/index-CBhxRszU.js 0 → 100644
View
examples/vue/dist/assets/index-CIdHnse3.css 0 → 100644
Not supported
View
examples/vue/dist/assets/index-CJ1j5MWx.css 100644 → 0
Not supported
View
examples/vue/dist/index.html
View
gulpfile.js
View
package.json
View
src/js/index.js
View
src/scss/components/_accordion.scss
View
src/scss/components/_cards.scss
View
src/scss/components/_input-group.scss
View
src/scss/components/_navigation-shell.scss
View
src/scss/components/_tabs.scss
View
src/vue/components/GnActionList.js
View
src/vue/components/GnActivityLog.js
View
src/vue/components/GnAlert.js
View
src/vue/components/GnAvatar.js
View
src/vue/components/GnBadge.js
View
src/vue/components/GnButton.js
View
src/vue/components/GnCard.js
View
src/vue/components/GnChip.js
View
src/vue/components/GnChipGroup.js
View
src/vue/components/GnCombobox.js
View
src/vue/components/GnDefinitionList.js
View
src/vue/components/GnDescriptionList.js
View
src/vue/components/GnDrawer.js
View
src/vue/components/GnEmptyState.js
View
src/vue/components/GnHorizontalCard.js
View
src/vue/components/GnIconButton.js
View
src/vue/components/GnInput.js
View
src/vue/components/GnInputGroup.js
View
src/vue/components/GnList.js
View
src/vue/components/GnLoader.js
View
src/vue/components/GnLoginCard.js
View
src/vue/components/GnMetricCard.js
View
src/vue/components/GnModal.js
View
src/vue/components/GnNavList.js
View
src/vue/components/GnPageHeader.js
View
src/vue/components/GnProgress.js
View
src/vue/components/GnProgressStages.js
View
src/vue/components/GnSkeleton.js
View
src/vue/components/GnStatusCard.js
View
src/vue/components/GnSteps.js
View
src/vue/components/GnTimeline.js
View
src/vue/components/GnToastProvider.js
View
src/vue/components/GnToolbar.js
View
src/vue/components/GnTooltip.js
View
src/vue/components/GnUserCard.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js