Final polish, functional audit, and new Vue components
- Fix interactive overlay pointer-events for modal/drawer
- Add accordion panel transition so animation completes
- Fix toast inline handler syntax escaping
- Install real Phosphor Icons fonts and CSS
- Add auto-init for browser helpers and GNexusUIKit alias
- Add functional Playwright tests for all interactive components
- Add new Vue components: GnIconButton, GnInputGroup, GnDescriptionList, GnEmptyState, GnPageHeader
- Update kit.scss with new component styles
- All 17 e2e tests, Vue adapter smoke, and production build passing

Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 33ea385 commit 93b0792604ee4234dfe46270410d02367c72374d
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 1 day ago
Showing 33 changed files
View
demo/figma/attached-file.html
View
demo/figma/breadcrumbs.html
View
demo/partials/toasts.html
View
package-lock.json
View
package.json
View
public/assets/fonts/phosphor-icons/src/css/Phosphor.svg 0 → 100644
Too large (Show diff)
View
public/assets/fonts/phosphor-icons/src/css/Phosphor.ttf 0 → 100644
Not supported
View
public/assets/fonts/phosphor-icons/src/css/Phosphor.woff 0 → 100644
Not supported
View
public/assets/fonts/phosphor-icons/src/css/Phosphor.woff2 0 → 100644
Not supported
View
public/assets/fonts/phosphor-icons/src/css/icons.css
Too large (Show diff)
View
scripts/add-button-arrows.js 0 → 100644
View
scripts/analyze-baseline.js 0 → 100644
View
scripts/report-figma-diff.js 0 → 100644
View
src/js/index.js
View
src/scss/components/_accordion.scss
View
src/scss/components/_breadcrumbs.scss
View
src/scss/components/_buttons.scss
View
src/scss/components/_description-list.scss 0 → 100644
View
src/scss/components/_drawer.scss
View
src/scss/components/_empty-state.scss 0 → 100644
View
src/scss/components/_file-upload.scss
View
src/scss/components/_input-group.scss 0 → 100644
View
src/scss/components/_modals.scss
View
src/scss/components/_page-header.scss 0 → 100644
View
src/scss/kit.scss
View
src/vue/components/GnDescriptionList.js 0 → 100644
View
src/vue/components/GnEmptyState.js 0 → 100644
View
src/vue/components/GnIconButton.js 0 → 100644
View
src/vue/components/GnInputGroup.js 0 → 100644
View
src/vue/components/GnPageHeader.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js
View
tests/functional.spec.js 0 → 100644