Add Popover, Pagination, Timeline and Loader components
- Add Popover CSS/browser helper/Vue adapter with click-outside and Escape handling.
- Add Pagination CSS and GnPagination Vue adapter.
- Add Timeline CSS and GnTimeline Vue adapter.
- Add Loader/Spinner CSS/browser helper/Vue adapter with spin/dots/bar variants.
- Wire all four components into the SCSS entry, browser bundle, Vue plugin and exports.
- Add demo partials for popover, pagination, timeline and loader.

E2E and Vue adapter smoke builds pass.
1 parent b1e19a6 commit 33ea385f9cdc36d8230c1fc2ffa846b0290333c2
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 12 hours ago
Showing 19 changed files
View
demo/index.html
View
demo/partials/loader.html 0 → 100644
View
demo/partials/pagination.html 0 → 100644
View
demo/partials/popover.html 0 → 100644
View
demo/partials/timeline.html 0 → 100644
View
src/js/components/loader.js 0 → 100644
View
src/js/components/popover.js 0 → 100644
View
src/js/index.js
View
src/scss/components/_loader.scss 0 → 100644
View
src/scss/components/_pagination.scss 0 → 100644
View
src/scss/components/_popover.scss 0 → 100644
View
src/scss/components/_timeline.scss 0 → 100644
View
src/scss/kit.scss
View
src/vue/components/GnLoader.js 0 → 100644
View
src/vue/components/GnPagination.js 0 → 100644
View
src/vue/components/GnPopover.js 0 → 100644
View
src/vue/components/GnTimeline.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js