Add Vue components and demo mounts for divider, step, chips, avatar, choices, select, textarea, pagination, loader
- Create GnDivider and GnStep Vue components.
- Export GnStep and GnDivider via plugin and index.
- Update GnSteps to render check icon for complete steps.
- Add Vue demo mounts to divider, stepper, select-textarea, pagination, loader, chips, avatar, choices partials.
- Convert chips and avatar partials to demo-section for screenshot capture.
- Expand screenshot section list.
- All 19 e2e tests green.

Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4e7c108 commit 2910b10a9476b318ddee1dab1011e940939110ae
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 1 day ago
Showing 14 changed files
View
demo/partials/avatar.html
View
demo/partials/chips.html
View
demo/partials/choices.html
View
demo/partials/divider.html
View
demo/partials/loader.html
View
demo/partials/pagination.html
View
demo/partials/select-textarea.html
View
demo/partials/stepper.html
View
src/vue/components/GnDivider.js 0 → 100644
View
src/vue/components/GnStep.js 0 → 100644
View
src/vue/components/GnSteps.js
View
src/vue/index.js
View
src/vue/plugin.js
View
tests/demo-screenshot.spec.js