@ulu/frontend 0.1.0-beta.99 → 0.2.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/README.md +12 -0
- package/{types/utils/system.d.ts → dist/es/core/component.d.ts} +7 -16
- package/dist/es/core/component.d.ts.map +1 -0
- package/dist/es/core/component.js +134 -0
- package/dist/es/core/events.d.ts +27 -0
- package/dist/es/core/events.d.ts.map +1 -0
- package/dist/es/core/events.js +45 -0
- package/dist/es/core/index.d.ts +4 -0
- package/{types/utils → dist/es/core}/index.d.ts.map +1 -1
- package/{types → dist/es/core}/settings.d.ts +1 -1
- package/dist/es/core/settings.d.ts.map +1 -0
- package/dist/es/core/settings.js +44 -0
- package/dist/es/index.d.ts +4 -0
- package/{types → dist/es}/index.d.ts.map +1 -1
- package/dist/es/index.js +125 -0
- package/{types → dist/es}/ui/breakpoints.d.ts +9 -9
- package/dist/es/ui/breakpoints.d.ts.map +1 -0
- package/dist/es/ui/breakpoints.js +194 -0
- package/{types → dist/es}/ui/collapsible.d.ts +28 -7
- package/dist/es/ui/collapsible.d.ts.map +1 -0
- package/dist/es/ui/collapsible.js +140 -0
- package/{types → dist/es}/ui/details-group.d.ts +1 -1
- package/dist/es/ui/details-group.d.ts.map +1 -0
- package/dist/es/ui/details-group.js +49 -0
- package/{types → dist/es}/ui/dialog.d.ts +3 -3
- package/dist/es/ui/dialog.d.ts.map +1 -0
- package/dist/es/ui/dialog.js +112 -0
- package/{types → dist/es}/ui/flipcard.d.ts +1 -1
- package/dist/es/ui/flipcard.d.ts.map +1 -0
- package/dist/es/ui/flipcard.js +97 -0
- package/{types → dist/es}/ui/grid.d.ts +2 -2
- package/dist/es/ui/grid.d.ts.map +1 -0
- package/dist/es/ui/grid.js +18 -0
- package/dist/es/ui/index.d.ts +23 -0
- package/{types → dist/es}/ui/index.d.ts.map +1 -1
- package/{types → dist/es}/ui/modal-builder.d.ts +22 -17
- package/dist/es/ui/modal-builder.d.ts.map +1 -0
- package/dist/es/ui/modal-builder.js +136 -0
- package/dist/es/ui/overflow-scroller-pager.d.ts.map +1 -0
- package/dist/es/ui/overflow-scroller-pager.js +28 -0
- package/{types → dist/es}/ui/overflow-scroller.d.ts +3 -3
- package/dist/es/ui/overflow-scroller.d.ts.map +1 -0
- package/dist/es/ui/overflow-scroller.js +90 -0
- package/dist/es/ui/page.d.ts.map +1 -0
- package/dist/es/ui/page.js +7 -0
- package/{types → dist/es}/ui/popover.d.ts +4 -4
- package/dist/es/ui/popover.d.ts.map +1 -0
- package/dist/es/ui/popover.js +77 -0
- package/dist/es/ui/print-details.d.ts.map +1 -0
- package/dist/es/ui/print-details.js +22 -0
- package/dist/es/ui/print.d.ts.map +1 -0
- package/dist/es/ui/print.js +34 -0
- package/{types → dist/es}/ui/programmatic-modal.d.ts +2 -2
- package/dist/es/ui/programmatic-modal.d.ts.map +1 -0
- package/dist/es/ui/programmatic-modal.js +55 -0
- package/{types → dist/es}/ui/proxy-click.d.ts +4 -4
- package/dist/es/ui/proxy-click.d.ts.map +1 -0
- package/dist/es/ui/proxy-click.js +44 -0
- package/{types → dist/es}/ui/resizer.d.ts +17 -17
- package/dist/es/ui/resizer.d.ts.map +1 -0
- package/dist/es/ui/resizer.js +242 -0
- package/{types → dist/es}/ui/scroll-slider.d.ts +1 -1
- package/dist/es/ui/scroll-slider.d.ts.map +1 -0
- package/dist/es/ui/scroll-slider.js +29 -0
- package/{types → dist/es}/ui/scrollpoint.d.ts +80 -12
- package/dist/es/ui/scrollpoint.d.ts.map +1 -0
- package/dist/es/ui/scrollpoint.js +178 -0
- package/{types → dist/es}/ui/slider.d.ts +16 -13
- package/dist/es/ui/slider.d.ts.map +1 -0
- package/dist/es/ui/slider.js +290 -0
- package/{types → dist/es}/ui/tabs.d.ts +2 -2
- package/dist/es/ui/tabs.d.ts.map +1 -0
- package/dist/es/ui/tabs.js +64 -0
- package/{types → dist/es}/ui/theme-toggle.d.ts +4 -4
- package/dist/es/ui/theme-toggle.d.ts.map +1 -0
- package/dist/es/ui/theme-toggle.js +190 -0
- package/{types → dist/es}/ui/tooltip.d.ts +5 -5
- package/dist/es/ui/tooltip.d.ts.map +1 -0
- package/dist/es/ui/tooltip.js +184 -0
- package/{types → dist/es}/utils/class-logger.d.ts +4 -4
- package/dist/es/utils/class-logger.d.ts.map +1 -0
- package/dist/es/utils/class-logger.js +37 -0
- package/dist/es/utils/css.d.ts.map +1 -0
- package/dist/es/utils/css.js +6 -0
- package/{types → dist/es}/utils/dom.d.ts +1 -1
- package/dist/es/utils/dom.d.ts.map +1 -0
- package/dist/es/utils/dom.js +29 -0
- package/{types → dist/es}/utils/file-save.d.ts +4 -1
- package/dist/es/utils/file-save.d.ts.map +1 -0
- package/dist/es/utils/file-save.js +46 -0
- package/{types → dist/es}/utils/floating-ui.d.ts +1 -1
- package/dist/es/utils/floating-ui.d.ts.map +1 -0
- package/dist/es/utils/floating-ui.js +46 -0
- package/dist/es/utils/font-awesome.d.ts.map +1 -0
- package/dist/es/utils/font-awesome.js +13 -0
- package/dist/es/utils/id.d.ts.map +1 -0
- package/dist/es/utils/id.js +11 -0
- package/dist/es/utils/index.d.ts +8 -0
- package/dist/es/utils/index.d.ts.map +1 -0
- package/dist/es/utils/pause-youtube-video.d.ts.map +1 -0
- package/dist/es/utils/pause-youtube-video.js +27 -0
- package/dist/umd/style.css +1 -0
- package/dist/umd/ulu-frontend.umd.js +70 -0
- package/lib/index.js +5 -0
- package/{js/utils/system.js → lib/js/core/component.js} +13 -12
- package/lib/js/core/events.js +98 -0
- package/lib/js/core/index.js +34 -0
- package/{js → lib/js/core}/settings.js +3 -3
- package/lib/js/exports.md +126 -0
- package/lib/js/index.js +7 -0
- package/{js → lib/js}/ui/breakpoints.js +40 -35
- package/{js → lib/js}/ui/collapsible.js +2 -2
- package/{js → lib/js}/ui/details-group.js +2 -2
- package/{js → lib/js}/ui/dialog.js +6 -6
- package/{js → lib/js}/ui/flipcard.js +2 -2
- package/{js → lib/js}/ui/grid.js +2 -2
- package/lib/js/ui/index.js +165 -0
- package/{js → lib/js}/ui/modal-builder.js +11 -9
- package/{js → lib/js}/ui/overflow-scroller.js +2 -2
- package/{js → lib/js}/ui/popover.js +2 -2
- package/{js → lib/js}/ui/print-details.js +3 -3
- package/{js → lib/js}/ui/print.js +2 -2
- package/{js → lib/js}/ui/programmatic-modal.js +3 -3
- package/{js → lib/js}/ui/proxy-click.js +2 -2
- package/{js → lib/js}/ui/resizer.js +2 -2
- package/{js → lib/js}/ui/scroll-slider.js +2 -2
- package/{js → lib/js}/ui/scrollpoint.js +2 -2
- package/{js → lib/js}/ui/slider.js +25 -16
- package/{js → lib/js}/ui/tabs.js +2 -2
- package/{js → lib/js}/ui/theme-toggle.js +5 -5
- package/{js → lib/js}/ui/tooltip.js +4 -4
- package/{js → lib/js}/utils/css.js +1 -1
- package/{js → lib/js}/utils/font-awesome.js +2 -2
- package/lib/js/utils/index.js +63 -0
- package/{scss → lib/scss}/_breakpoint.scss +4 -4
- package/{scss → lib/scss}/_button.scss +1 -0
- package/{scss → lib/scss}/_color.scss +42 -38
- package/{scss → lib/scss}/_element.scss +13 -2
- package/{scss → lib/scss}/_typography.scss +15 -0
- package/lib/scss/components/_accordion.scss +268 -0
- package/{scss → lib/scss}/components/_basic-hero.scss +1 -1
- package/lib/scss/components/_breadcrumb.scss +110 -0
- package/{scss → lib/scss}/components/_button.scss +23 -4
- package/{scss → lib/scss}/components/_card-grid.scss +8 -2
- package/lib/scss/components/_card.scss +655 -0
- package/lib/scss/components/_definition-list.scss +178 -0
- package/{scss → lib/scss}/components/_form-theme.scss +3 -3
- package/{scss → lib/scss}/components/_index.scss +25 -0
- package/{scss → lib/scss}/components/_menu-stack.scss +170 -16
- package/{scss → lib/scss}/components/_modal.scss +23 -13
- package/lib/scss/components/_progress-bar.scss +260 -0
- package/lib/scss/components/_progress-circle.scss +175 -0
- package/{scss → lib/scss}/components/_skeleton.scss +24 -20
- package/{scss → lib/scss}/components/_tag.scss +49 -7
- package/{scss → lib/scss}/helpers/_utilities.scss +22 -3
- package/package.json +65 -43
- package/.browserslistrc +0 -2
- package/.eslintrc +0 -17
- package/.prettierrc +0 -10
- package/CHANGELOG.md +0 -750
- package/deprecated/js/doc-ready.js +0 -28
- package/deprecated/js/drupal-programmatic-modal.js +0 -91
- package/deprecated/js/jquery-prototypes.js +0 -309
- package/deprecated/js/micromodal-modals.js +0 -196
- package/deprecated/js/mini-collapsible-popper-positioning.js +0 -126
- package/deprecated/js/mini-collapsible.js +0 -607
- package/deprecated/js/node-data-manager.js +0 -78
- package/deprecated/js/script-loader.js +0 -60
- package/deprecated/js/waypoints/README.md +0 -3
- package/deprecated/js/waypoints/anchor-menu.js +0 -76
- package/deprecated/js/waypoints/element-waypoint.js +0 -75
- package/deprecated/js/waypoints/examples/page-link-menu.md +0 -106
- package/deprecated/js/waypoints/state-in-attribute.js +0 -32
- package/dist/ulu-frontend.min.css +0 -1
- package/dist/ulu-frontend.min.js +0 -77
- package/docs-dev/.nojekyll +0 -1
- package/docs-dev/assets/chunks/modulepreload-polyfill.DaKOjhqt.js +0 -37
- package/docs-dev/assets/favicons/android-chrome-192x192.png +0 -0
- package/docs-dev/assets/favicons/android-chrome-256x256.png +0 -0
- package/docs-dev/assets/favicons/apple-touch-icon.png +0 -0
- package/docs-dev/assets/favicons/browserconfig.xml +0 -9
- package/docs-dev/assets/favicons/favicon-16x16.png +0 -0
- package/docs-dev/assets/favicons/favicon-32x32.png +0 -0
- package/docs-dev/assets/favicons/favicon.ico +0 -0
- package/docs-dev/assets/favicons/mstile-150x150.png +0 -0
- package/docs-dev/assets/favicons/safari-pinned-tab.svg +0 -1
- package/docs-dev/assets/favicons/site.webmanifest +0 -19
- package/docs-dev/assets/fonts/fontawesome/fa-brands-400.ttf +0 -0
- package/docs-dev/assets/fonts/fontawesome/fa-brands-400.woff2 +0 -0
- package/docs-dev/assets/fonts/fontawesome/fa-regular-400.ttf +0 -0
- package/docs-dev/assets/fonts/fontawesome/fa-regular-400.woff2 +0 -0
- package/docs-dev/assets/fonts/fontawesome/fa-solid-900.ttf +0 -0
- package/docs-dev/assets/fonts/fontawesome/fa-solid-900.woff2 +0 -0
- package/docs-dev/assets/fonts/fontawesome/fa-v4compatibility.ttf +0 -0
- package/docs-dev/assets/fonts/fontawesome/fa-v4compatibility.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-Black.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-BlackItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-Bold.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-BoldItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-ExtraBold.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-ExtraBoldItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-ExtraLight.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-ExtraLightItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-Italic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-Light.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-LightItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-Medium.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-MediumItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-Regular.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-SemiBold.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-SemiBoldItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-Thin.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/Inter-ThinItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-Black.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-BlackItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-Bold.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-BoldItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-ExtraBold.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-ExtraBoldItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-ExtraLight.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-ExtraLightItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-Italic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-Light.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-LightItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-Medium.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-MediumItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-Regular.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-SemiBold.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-SemiBoldItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-Thin.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterDisplay-ThinItalic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterVariable-Italic.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/InterVariable.woff2 +0 -0
- package/docs-dev/assets/fonts/inter/LICENSE.txt +0 -92
- package/docs-dev/assets/fonts/inter/inter.css +0 -37
- package/docs-dev/assets/main.js +0 -23312
- package/docs-dev/assets/placeholder/4065947-uhd_4096_2160_25fps.credits.txt +0 -2
- package/docs-dev/assets/placeholder/4065947-uhd_4096_2160_25fps.mp4 +0 -0
- package/docs-dev/assets/placeholder/icon-calendar.svg +0 -1
- package/docs-dev/assets/placeholder/icon-check.svg +0 -1
- package/docs-dev/assets/placeholder/image-1-attribution.txt +0 -7
- package/docs-dev/assets/placeholder/image-1-darkened.jpg +0 -0
- package/docs-dev/assets/placeholder/image-1-lightened.jpg +0 -0
- package/docs-dev/assets/placeholder/image-1.jpg +0 -0
- package/docs-dev/assets/style.css +0 -19153
- package/docs-dev/changelog/index.html +0 -7184
- package/docs-dev/demos/accordion/index.html +0 -5811
- package/docs-dev/demos/badge/index.html +0 -5655
- package/docs-dev/demos/badge-stack/index.html +0 -5636
- package/docs-dev/demos/badge.1/index.html +0 -5595
- package/docs-dev/demos/basic-hero/index.html +0 -111
- package/docs-dev/demos/breakpoints-manager/index.html +0 -5666
- package/docs-dev/demos/button/index.html +0 -5665
- package/docs-dev/demos/button-group/index.html +0 -5652
- package/docs-dev/demos/button-verbose/index.html +0 -5658
- package/docs-dev/demos/callout/index.html +0 -5704
- package/docs-dev/demos/captioned-figure/index.html +0 -5686
- package/docs-dev/demos/card/index.html +0 -5682
- package/docs-dev/demos/card-grid/index.html +0 -5777
- package/docs-dev/demos/counter-list/index.html +0 -5660
- package/docs-dev/demos/css-icons/index.html +0 -6298
- package/docs-dev/demos/data-grid/index.html +0 -6529
- package/docs-dev/demos/data-table/index.html +0 -5833
- package/docs-dev/demos/details-group/index.html +0 -5687
- package/docs-dev/demos/file-save/index.html +0 -5675
- package/docs-dev/demos/flipcard/index.html +0 -6224
- package/docs-dev/demos/form-theme/index.html +0 -5842
- package/docs-dev/demos/headline-label/index.html +0 -5622
- package/docs-dev/demos/hero/index.html +0 -309
- package/docs-dev/demos/image-grid/index.html +0 -165
- package/docs-dev/demos/index.html +0 -5613
- package/docs-dev/demos/list-inline/index.html +0 -5640
- package/docs-dev/demos/list-lines/index.html +0 -5630
- package/docs-dev/demos/menu-stack/index.html +0 -5769
- package/docs-dev/demos/modals/index.html +0 -5844
- package/docs-dev/demos/nav-strip/index.html +0 -5725
- package/docs-dev/demos/overlay-section/index.html +0 -5701
- package/docs-dev/demos/panel/index.html +0 -5682
- package/docs-dev/demos/popovers/index.html +0 -0
- package/docs-dev/demos/print/index.html +0 -5633
- package/docs-dev/demos/pull-quote/index.html +0 -5632
- package/docs-dev/demos/rail/index.html +0 -5730
- package/docs-dev/demos/rule/index.html +0 -5694
- package/docs-dev/demos/scroll-slider/index.html +0 -170
- package/docs-dev/demos/scrollpoints/index.html +0 -5651
- package/docs-dev/demos/skeleton/index.html +0 -5676
- package/docs-dev/demos/slider/index.html +0 -172
- package/docs-dev/demos/spoke-spinner/index.html +0 -5628
- package/docs-dev/demos/sticky-list/index.html +0 -5643
- package/docs-dev/demos/tabs/index.html +0 -5753
- package/docs-dev/demos/tag/index.html +0 -5633
- package/docs-dev/demos/theme-toggle/index.html +0 -5699
- package/docs-dev/demos/tile-grid-overlay/index.html +0 -390
- package/docs-dev/demos/tiles/index.html +0 -5882
- package/docs-dev/demos/tooltip/index.html +0 -5661
- package/docs-dev/demos/wysiwyg/index.html +0 -5672
- package/docs-dev/guide/building-stylesheet/index.html +0 -5682
- package/docs-dev/guide/developing-ulu-scss-module/index.html +0 -5734
- package/docs-dev/guide/index.html +0 -5615
- package/docs-dev/index.html +0 -5662
- package/docs-dev/javascript/events/index.html +0 -5811
- package/docs-dev/javascript/index.html +0 -5628
- package/docs-dev/javascript/settings/index.html +0 -5825
- package/docs-dev/javascript/ui-breakpoints/index.html +0 -6071
- package/docs-dev/javascript/ui-collapsible/index.html +0 -5738
- package/docs-dev/javascript/ui-details-group/index.html +0 -5742
- package/docs-dev/javascript/ui-dialog/index.html +0 -5787
- package/docs-dev/javascript/ui-flipcard/index.html +0 -5678
- package/docs-dev/javascript/ui-grid/index.html +0 -5653
- package/docs-dev/javascript/ui-modal-builder/index.html +0 -5901
- package/docs-dev/javascript/ui-overflow-scroller/index.html +0 -5611
- package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +0 -5629
- package/docs-dev/javascript/ui-page/index.html +0 -5626
- package/docs-dev/javascript/ui-popover/index.html +0 -5661
- package/docs-dev/javascript/ui-print/index.html +0 -5670
- package/docs-dev/javascript/ui-print-details/index.html +0 -5641
- package/docs-dev/javascript/ui-programmatic-modal/index.html +0 -5611
- package/docs-dev/javascript/ui-proxy-click/index.html +0 -5740
- package/docs-dev/javascript/ui-resizer/index.html +0 -5946
- package/docs-dev/javascript/ui-scroll-slider/index.html +0 -5672
- package/docs-dev/javascript/ui-scrollpoint/index.html +0 -5851
- package/docs-dev/javascript/ui-slider/index.html +0 -5813
- package/docs-dev/javascript/ui-tabs/index.html +0 -5706
- package/docs-dev/javascript/ui-theme-toggle/index.html +0 -5830
- package/docs-dev/javascript/ui-tooltip/index.html +0 -5754
- package/docs-dev/javascript/utils-class-logger/index.html +0 -5746
- package/docs-dev/javascript/utils-css/index.html +0 -5644
- package/docs-dev/javascript/utils-dom/index.html +0 -5711
- package/docs-dev/javascript/utils-file-save/index.html +0 -5783
- package/docs-dev/javascript/utils-floating-ui/index.html +0 -5643
- package/docs-dev/javascript/utils-id/index.html +0 -5653
- package/docs-dev/javascript/utils-pause-youtube-video/index.html +0 -5661
- package/docs-dev/javascript/utils-system/index.html +0 -5947
- package/docs-dev/sass/base/color/index.html +0 -5644
- package/docs-dev/sass/base/elements/index.html +0 -5815
- package/docs-dev/sass/base/index/index.html +0 -5814
- package/docs-dev/sass/base/index.html +0 -5622
- package/docs-dev/sass/base/keyframes/index.html +0 -5646
- package/docs-dev/sass/base/layout/index.html +0 -5806
- package/docs-dev/sass/base/normalize/index.html +0 -5654
- package/docs-dev/sass/base/print/index.html +0 -5650
- package/docs-dev/sass/base/root/index.html +0 -5670
- package/docs-dev/sass/base/typography/index.html +0 -5670
- package/docs-dev/sass/components/accordion/index.html +0 -5979
- package/docs-dev/sass/components/adaptive-spacing/index.html +0 -5915
- package/docs-dev/sass/components/badge/index.html +0 -5881
- package/docs-dev/sass/components/badge-stack/index.html +0 -5811
- package/docs-dev/sass/components/basic-hero/index.html +0 -5805
- package/docs-dev/sass/components/button/index.html +0 -5799
- package/docs-dev/sass/components/button-group/index.html +0 -5803
- package/docs-dev/sass/components/button-verbose/index.html +0 -5986
- package/docs-dev/sass/components/callout/index.html +0 -5961
- package/docs-dev/sass/components/captioned-figure/index.html +0 -5904
- package/docs-dev/sass/components/card/index.html +0 -6219
- package/docs-dev/sass/components/card-grid/index.html +0 -5813
- package/docs-dev/sass/components/counter-list/index.html +0 -5887
- package/docs-dev/sass/components/css-icon/index.html +0 -5917
- package/docs-dev/sass/components/data-grid/index.html +0 -6052
- package/docs-dev/sass/components/data-table/index.html +0 -5988
- package/docs-dev/sass/components/fill-context/index.html +0 -5679
- package/docs-dev/sass/components/flipcard/index.html +0 -5980
- package/docs-dev/sass/components/flipcard-grid/index.html +0 -5800
- package/docs-dev/sass/components/form-theme/index.html +0 -6525
- package/docs-dev/sass/components/headline-label/index.html +0 -5833
- package/docs-dev/sass/components/hero/index.html +0 -5849
- package/docs-dev/sass/components/horizontal-rule/index.html +0 -5798
- package/docs-dev/sass/components/image-grid/index.html +0 -5805
- package/docs-dev/sass/components/index/index.html +0 -5859
- package/docs-dev/sass/components/index.html +0 -5622
- package/docs-dev/sass/components/links/index.html +0 -5649
- package/docs-dev/sass/components/list-inline/index.html +0 -5819
- package/docs-dev/sass/components/list-lines/index.html +0 -5840
- package/docs-dev/sass/components/list-ordered/index.html +0 -5645
- package/docs-dev/sass/components/list-unordered/index.html +0 -5649
- package/docs-dev/sass/components/menu-stack/index.html +0 -5992
- package/docs-dev/sass/components/modal/index.html +0 -6068
- package/docs-dev/sass/components/nav-strip/index.html +0 -5899
- package/docs-dev/sass/components/overlay-section/index.html +0 -5843
- package/docs-dev/sass/components/pager/index.html +0 -5961
- package/docs-dev/sass/components/panel/index.html +0 -6033
- package/docs-dev/sass/components/placeholder-block/index.html +0 -5883
- package/docs-dev/sass/components/popover/index.html +0 -5994
- package/docs-dev/sass/components/pull-quote/index.html +0 -5857
- package/docs-dev/sass/components/rail/index.html +0 -5823
- package/docs-dev/sass/components/ratio-box/index.html +0 -5803
- package/docs-dev/sass/components/rule/index.html +0 -5805
- package/docs-dev/sass/components/scroll-slider/index.html +0 -5904
- package/docs-dev/sass/components/skeleton/index.html +0 -5860
- package/docs-dev/sass/components/skip-link/index.html +0 -5789
- package/docs-dev/sass/components/slider/index.html +0 -5913
- package/docs-dev/sass/components/spoke-spinner/index.html +0 -5863
- package/docs-dev/sass/components/sticky-list/index.html +0 -6023
- package/docs-dev/sass/components/table-sticky/index.html +0 -5677
- package/docs-dev/sass/components/tabs/index.html +0 -5954
- package/docs-dev/sass/components/tag/index.html +0 -5964
- package/docs-dev/sass/components/tile-button/index.html +0 -5844
- package/docs-dev/sass/components/tile-grid/index.html +0 -5979
- package/docs-dev/sass/components/tile-grid-overlay/index.html +0 -5780
- package/docs-dev/sass/components/vignette/index.html +0 -5799
- package/docs-dev/sass/components/wysiwyg/index.html +0 -5827
- package/docs-dev/sass/core/breakpoint/index.html +0 -6454
- package/docs-dev/sass/core/button/index.html +0 -6538
- package/docs-dev/sass/core/color/index.html +0 -6520
- package/docs-dev/sass/core/cssvar/index.html +0 -6411
- package/docs-dev/sass/core/element/index.html +0 -6816
- package/docs-dev/sass/core/index.html +0 -5609
- package/docs-dev/sass/core/layout/index.html +0 -6388
- package/docs-dev/sass/core/path/index.html +0 -5778
- package/docs-dev/sass/core/selector/index.html +0 -5857
- package/docs-dev/sass/core/typography/index.html +0 -6783
- package/docs-dev/sass/core/units/index.html +0 -5822
- package/docs-dev/sass/core/utils/index.html +0 -8406
- package/docs-dev/sass/helpers/color/index.html +0 -5644
- package/docs-dev/sass/helpers/display/index.html +0 -5649
- package/docs-dev/sass/helpers/index/index.html +0 -5811
- package/docs-dev/sass/helpers/index.html +0 -5622
- package/docs-dev/sass/helpers/print/index.html +0 -5199
- package/docs-dev/sass/helpers/typography/index.html +0 -5672
- package/docs-dev/sass/helpers/units/index.html +0 -5818
- package/docs-dev/sass/helpers/utilities/index.html +0 -5649
- package/docs-dev/sass/index.html +0 -5673
- package/index.js +0 -7
- package/js/events/index.js +0 -108
- package/js/index.js +0 -11
- package/js/ui/index.js +0 -22
- package/js/utils/index.js +0 -8
- package/resources/drupal/twig-macros/accordion.twig +0 -99
- package/resources/drupal/twig-macros/dropdown.twig +0 -44
- package/resources/drupal/twig-macros/flipcard.twig +0 -69
- package/resources/drupal/twig-macros/image.twig +0 -30
- package/resources/drupal/twig-macros/layout.twig +0 -338
- package/resources/drupal/twig-macros/slider.twig +0 -214
- package/resources/drupal/twig-macros/tabs.twig +0 -84
- package/scss/components/_accordion.scss +0 -231
- package/scss/components/_card.scss +0 -596
- package/types/events/index.d.ts +0 -26
- package/types/events/index.d.ts.map +0 -1
- package/types/index.d.ts +0 -5
- package/types/settings.d.ts.map +0 -1
- package/types/ui/breakpoints.d.ts.map +0 -1
- package/types/ui/collapsible.d.ts.map +0 -1
- package/types/ui/details-group.d.ts.map +0 -1
- package/types/ui/dialog.d.ts.map +0 -1
- package/types/ui/flipcard.d.ts.map +0 -1
- package/types/ui/grid.d.ts.map +0 -1
- package/types/ui/index.d.ts +0 -24
- package/types/ui/modal-builder.d.ts.map +0 -1
- package/types/ui/overflow-scroller-pager.d.ts.map +0 -1
- package/types/ui/overflow-scroller.d.ts.map +0 -1
- package/types/ui/page.d.ts.map +0 -1
- package/types/ui/popover.d.ts.map +0 -1
- package/types/ui/print-details.d.ts.map +0 -1
- package/types/ui/print.d.ts.map +0 -1
- package/types/ui/programmatic-modal.d.ts.map +0 -1
- package/types/ui/proxy-click.d.ts.map +0 -1
- package/types/ui/resizer.d.ts.map +0 -1
- package/types/ui/scroll-slider.d.ts.map +0 -1
- package/types/ui/scrollpoint.d.ts.map +0 -1
- package/types/ui/slider.d.ts.map +0 -1
- package/types/ui/tabs.d.ts.map +0 -1
- package/types/ui/theme-toggle.d.ts.map +0 -1
- package/types/ui/tooltip.d.ts.map +0 -1
- package/types/utils/class-logger.d.ts.map +0 -1
- package/types/utils/css.d.ts.map +0 -1
- package/types/utils/dom.d.ts.map +0 -1
- package/types/utils/file-save.d.ts.map +0 -1
- package/types/utils/floating-ui.d.ts.map +0 -1
- package/types/utils/font-awesome.d.ts.map +0 -1
- package/types/utils/id.d.ts.map +0 -1
- package/types/utils/index.d.ts +0 -10
- package/types/utils/pause-youtube-video.d.ts.map +0 -1
- package/types/utils/system.d.ts.map +0 -1
- /package/{types → dist/es}/ui/overflow-scroller-pager.d.ts +0 -0
- /package/{types → dist/es}/ui/page.d.ts +0 -0
- /package/{types → dist/es}/ui/print-details.d.ts +0 -0
- /package/{types → dist/es}/ui/print.d.ts +0 -0
- /package/{types → dist/es}/utils/css.d.ts +0 -0
- /package/{types → dist/es}/utils/font-awesome.d.ts +0 -0
- /package/{types → dist/es}/utils/id.d.ts +0 -0
- /package/{types → dist/es}/utils/pause-youtube-video.d.ts +0 -0
- /package/{js → lib/js}/ui/dialog.todo +0 -0
- /package/{js → lib/js}/ui/overflow-scroller-pager.js +0 -0
- /package/{js → lib/js}/ui/page.js +0 -0
- /package/{js → lib/js}/utils/class-logger.js +0 -0
- /package/{js → lib/js}/utils/dom.js +0 -0
- /package/{js → lib/js}/utils/file-save.js +0 -0
- /package/{js → lib/js}/utils/floating-ui.js +0 -0
- /package/{js → lib/js}/utils/id.js +0 -0
- /package/{js → lib/js}/utils/pause-youtube-video.js +0 -0
- /package/{scss → lib/scss}/README.md +0 -0
- /package/{scss → lib/scss}/_cssvar.scss +0 -0
- /package/{scss → lib/scss}/_index.scss +0 -0
- /package/{scss → lib/scss}/_layout.scss +0 -0
- /package/{scss → lib/scss}/_path.scss +0 -0
- /package/{scss → lib/scss}/_selector.scss +0 -0
- /package/{scss → lib/scss}/_units.scss +0 -0
- /package/{scss → lib/scss}/_utils.scss +0 -0
- /package/{scss → lib/scss}/base/_color.scss +0 -0
- /package/{scss → lib/scss}/base/_elements.scss +0 -0
- /package/{scss → lib/scss}/base/_index.scss +0 -0
- /package/{scss → lib/scss}/base/_keyframes.scss +0 -0
- /package/{scss → lib/scss}/base/_layout.scss +0 -0
- /package/{scss → lib/scss}/base/_normalize.scss +0 -0
- /package/{scss → lib/scss}/base/_print.scss +0 -0
- /package/{scss → lib/scss}/base/_root.scss +0 -0
- /package/{scss → lib/scss}/base/_typography.scss +0 -0
- /package/{scss → lib/scss}/components/README.md +0 -0
- /package/{scss → lib/scss}/components/README.todos +0 -0
- /package/{scss → lib/scss}/components/_adaptive-spacing.scss +0 -0
- /package/{scss → lib/scss}/components/_badge-stack.scss +0 -0
- /package/{scss → lib/scss}/components/_badge.scss +0 -0
- /package/{scss → lib/scss}/components/_button-group.scss +0 -0
- /package/{scss → lib/scss}/components/_button-verbose.scss +0 -0
- /package/{scss → lib/scss}/components/_callout.scss +0 -0
- /package/{scss → lib/scss}/components/_captioned-figure.scss +0 -0
- /package/{scss → lib/scss}/components/_counter-list.scss +0 -0
- /package/{scss → lib/scss}/components/_css-icon.scss +0 -0
- /package/{scss → lib/scss}/components/_data-grid.scss +0 -0
- /package/{scss → lib/scss}/components/_data-table.scss +0 -0
- /package/{scss → lib/scss}/components/_fill-context.scss +0 -0
- /package/{scss → lib/scss}/components/_flipcard-grid.scss +0 -0
- /package/{scss → lib/scss}/components/_flipcard.scss +0 -0
- /package/{scss → lib/scss}/components/_headline-label.scss +0 -0
- /package/{scss → lib/scss}/components/_hero.scss +0 -0
- /package/{scss → lib/scss}/components/_horizontal-rule.scss +0 -0
- /package/{scss → lib/scss}/components/_image-grid.scss +0 -0
- /package/{scss → lib/scss}/components/_links.scss +0 -0
- /package/{scss → lib/scss}/components/_list-inline.scss +0 -0
- /package/{scss → lib/scss}/components/_list-lines.scss +0 -0
- /package/{scss → lib/scss}/components/_list-ordered.scss +0 -0
- /package/{scss → lib/scss}/components/_list-unordered.scss +0 -0
- /package/{scss → lib/scss}/components/_nav-strip.scss +0 -0
- /package/{scss → lib/scss}/components/_overlay-section.scss +0 -0
- /package/{scss → lib/scss}/components/_pager.scss +0 -0
- /package/{scss → lib/scss}/components/_panel.scss +0 -0
- /package/{scss → lib/scss}/components/_placeholder-block.scss +0 -0
- /package/{scss → lib/scss}/components/_popover.scss +0 -0
- /package/{scss → lib/scss}/components/_pull-quote.scss +0 -0
- /package/{scss → lib/scss}/components/_rail.scss +0 -0
- /package/{scss → lib/scss}/components/_ratio-box.scss +0 -0
- /package/{scss → lib/scss}/components/_rule.scss +0 -0
- /package/{scss → lib/scss}/components/_scroll-slider.scss +0 -0
- /package/{scss → lib/scss}/components/_skip-link.scss +0 -0
- /package/{scss → lib/scss}/components/_slider.scss +0 -0
- /package/{scss → lib/scss}/components/_spoke-spinner.scss +0 -0
- /package/{scss → lib/scss}/components/_sticky-list.scss +0 -0
- /package/{scss → lib/scss}/components/_tabs.scss +0 -0
- /package/{scss → lib/scss}/components/_tile-button.scss +0 -0
- /package/{scss → lib/scss}/components/_tile-grid-overlay.scss +0 -0
- /package/{scss → lib/scss}/components/_tile-grid.scss +0 -0
- /package/{scss → lib/scss}/components/_vignette.scss +0 -0
- /package/{scss → lib/scss}/components/_wysiwyg.scss +0 -0
- /package/{scss → lib/scss}/helpers/_color.scss +0 -0
- /package/{scss → lib/scss}/helpers/_display.scss +0 -0
- /package/{scss → lib/scss}/helpers/_index.scss +0 -0
- /package/{scss → lib/scss}/helpers/_print.scss +0 -0
- /package/{scss → lib/scss}/helpers/_typography.scss +0 -0
- /package/{scss → lib/scss}/helpers/_units.scss +0 -0
- /package/{scss → lib/scss}/stylesheets/README.md +0 -0
- /package/{scss → lib/scss}/stylesheets/base-styles.scss +0 -0
- /package/{scss → lib/scss}/stylesheets/component-styles.scss +0 -0
- /package/{scss → lib/scss}/stylesheets/full.scss +0 -0
- /package/{scss → lib/scss}/stylesheets/helper-styles.scss +0 -0
|
@@ -1,596 +0,0 @@
|
|
|
1
|
-
////
|
|
2
|
-
/// @group card
|
|
3
|
-
/// A versatile container for displaying and summarizing individual items, entities, or resources in a visually appealing and concise format
|
|
4
|
-
////
|
|
5
|
-
|
|
6
|
-
@use "sass:map";
|
|
7
|
-
@use 'sass:list';
|
|
8
|
-
|
|
9
|
-
@use "../breakpoint";
|
|
10
|
-
@use "../utils";
|
|
11
|
-
@use "../selector";
|
|
12
|
-
@use "../color";
|
|
13
|
-
@use "../layout";
|
|
14
|
-
|
|
15
|
-
// todo
|
|
16
|
-
// sass color adjust for smooth transition. Add a comment for this if we can’t get to this
|
|
17
|
-
|
|
18
|
-
/// Module Settings
|
|
19
|
-
/// @type Map
|
|
20
|
-
/// @prop {Dimension} padding [2rem] The padding for the image icon
|
|
21
|
-
/// @prop {Dimension} margin-y [3rem] Top and bottom margin for the card.
|
|
22
|
-
/// @prop {Dimension} border-radius [5rem] The border radius of the card.
|
|
23
|
-
/// @prop {CssValue} box-shadow [null] The box-shadow for the card.
|
|
24
|
-
/// @prop {CssValue} box-shadow-hover [null] The box-shadow for the card when hovered or focused.
|
|
25
|
-
/// @prop {Color} color [null] The type color of the card.
|
|
26
|
-
/// @prop {Color} color-hover [null] The type color of the card when hovered or focused.
|
|
27
|
-
/// @prop {Color} color-overlay [white] The type color of the card when using card--overlay.
|
|
28
|
-
/// @prop {Color} color-overlay-hover [null] The type color of the card when hovered or focused and when using card--overlay.
|
|
29
|
-
/// @prop {Color} overlay-background-color [rgba(0, 0, 0, 0.6)] The background color for the text box when using card--overlay.
|
|
30
|
-
/// @prop {Color} background-color [white] The background color of the card.
|
|
31
|
-
/// @prop {Color} background-color-hover [rgb(242, 244, 246)] The background color of the card when hovered or focused.
|
|
32
|
-
/// @prop {Dimension} max-width [28rem] The max-width of the card.
|
|
33
|
-
/// @prop {Dimension} body-min-height [8rem] the min-height of the card body.
|
|
34
|
-
/// @prop {CssValue} border [1px solid #ccc] The card border.
|
|
35
|
-
/// @prop {CssValue} border-hover [2px solid #278cca] The card border when hovered or focused.
|
|
36
|
-
/// @prop {Dimension} header-margin [0.75em] The margin for the card header.
|
|
37
|
-
/// @prop {Color} title-color [null] The type color of the title.
|
|
38
|
-
/// @prop {Color} title-color-hover [null] The type color of the title (if link/button) when hovered or focused
|
|
39
|
-
/// @prop {Dimension} title-margin [0] The margin for the title.
|
|
40
|
-
/// @prop {CssValue} title-font-weight [bold] The font weight for the title.
|
|
41
|
-
/// @prop {Number} image-ratio [56.25%] The image ratio for the card image.
|
|
42
|
-
/// @prop {Color} image-background-color [rgb(197, 197, 197)] The background color behind the image.
|
|
43
|
-
/// @prop {Dimension} image-margin [null] The margin for the image.
|
|
44
|
-
/// @prop {Dimension} image-border [null] // For when you have a margin, the border for the image.
|
|
45
|
-
/// @prop {CssValue} image-transform-hover [null] Animation for the image when hovered or focused.
|
|
46
|
-
/// @prop {CssValue} image-filter-hover [null] Filter for the image when hovered or focused.
|
|
47
|
-
/// @prop {Color} overlay-background-color-hover [null] The color of the pseudo-element when using proxy click.
|
|
48
|
-
/// @prop {Boolean} clickable-card-enabled [true] Enable or disable proxy click.
|
|
49
|
-
/// @prop {String} clickable-card-selector [data-ulu-proxy-click-init] The selector for proxy-click.js to find the card and implement the clickable card script.
|
|
50
|
-
/// @prop {String} clickable-card-interact-selector [&:hover, &:focus-within] The selectors for the cards being interacted with.
|
|
51
|
-
/// @prop {Dimension} footer-padding-y [0.25rem] The top and bottom padding for the footer.
|
|
52
|
-
/// @prop {Dimension} footer-min-height [2.5rem] The min height for the footer
|
|
53
|
-
/// @prop {String} prefix [card] The class name used to add card styling.
|
|
54
|
-
/// @prop {Boolean} transition-enabled [true] Enable or disable transition for card.
|
|
55
|
-
/// @prop {CssValue} transition-timing-function [ease-in-out] The timing function for the card animation.
|
|
56
|
-
/// @prop {Time} transition-duration [200ms] The animation duration for the card animation.
|
|
57
|
-
/// @prop {List} transition-properties [(border-color, background-color, color, box-shadow, transform)] The properties for the card animation.
|
|
58
|
-
/// @prop {Boolean} image-transition-enabled [true] Enable or disable the image transition.
|
|
59
|
-
/// @prop {Time} image-transition-duration [350ms] The duration of the image transition.
|
|
60
|
-
/// @prop {CssValue} image-transition-timing-function [ease-in-out] The timing function for the image transition.
|
|
61
|
-
/// @prop {Number} image-fit-padding [1rem] Padding on inside of image when using image fit modifier
|
|
62
|
-
/// @prop {CssValue} image-fit-filter [drop-shadow(0 0px 8px rgba(0, 0, 0, 0.2))] Filter to use on image when using image fit modifier
|
|
63
|
-
/// @prop {List} image-icon-max-width [10rem] Max width for image when using the modifier on the .card__image--icon
|
|
64
|
-
/// @prop {List} image-transition-properties [(transform, filter)] The properties for the image transitions.
|
|
65
|
-
/// @prop {String} horizontal-breakpoint [small] The breakpoint used to change the card to vertical if using the card--horizontal styling. Uses ulu's breakpoint module.
|
|
66
|
-
/// @prop {Unit} horizontal-min-height [10rem] Minimum height when horizontal
|
|
67
|
-
/// @prop {Unit} horizontal-max-width [40rem] Maximum width when horizontal
|
|
68
|
-
/// @prop {Unit} horizontal-body-max-width [80rem] The max-width of body when horizontal
|
|
69
|
-
/// @prop {Boolean} aside-rule [false] Whether or not to have a rule separating body and aside
|
|
70
|
-
/// @prop {CssUnit} aside-rule-width [1px] Size of rule
|
|
71
|
-
/// @prop {CssUnit} aside-rule-color ["rule-light"] Color of rule
|
|
72
|
-
/// @prop {CssUnit} aside-rule-background-color [transparent] Color of aside background color
|
|
73
|
-
|
|
74
|
-
$config: (
|
|
75
|
-
"background-color" : white,
|
|
76
|
-
"background-color-hover" : rgb(242, 244, 246),
|
|
77
|
-
"body-min-height" : 10rem,
|
|
78
|
-
"border" : 1px solid #ccc,
|
|
79
|
-
"border-hover" : 2px solid #278cca,
|
|
80
|
-
"border-radius" : 5px,
|
|
81
|
-
"box-shadow" : null,
|
|
82
|
-
"box-shadow-hover" : null,
|
|
83
|
-
"clickable-card-enabled" : true,
|
|
84
|
-
"clickable-card-selector" : "[data-ulu-proxy-click-init]",
|
|
85
|
-
"clickable-card-interact-selector" : "&:hover, &:focus-within",
|
|
86
|
-
"color" : "type",
|
|
87
|
-
"color-hover" : null,
|
|
88
|
-
"footer-padding-y" : 0.25rem,
|
|
89
|
-
"footer-min-height" : 2.5rem,
|
|
90
|
-
"horizontal-breakpoint" : "small",
|
|
91
|
-
"horizontal-image-width" : min(33%, 20rem),
|
|
92
|
-
"horizontal-body-max-width" : 40rem,
|
|
93
|
-
"horizontal-min-height" : 20rem,
|
|
94
|
-
"horizontal-max-width" : 80rem,
|
|
95
|
-
"header-margin" : 0.75em,
|
|
96
|
-
"image-ratio" : 56.25%,
|
|
97
|
-
"image-aspect-ratio": list.slash(5, 3),
|
|
98
|
-
"image-background-color" : rgb(238, 238, 238),
|
|
99
|
-
"image-border" : null, // For when you have a margin
|
|
100
|
-
"image-filter-hover" : null,
|
|
101
|
-
"image-margin" : null,
|
|
102
|
-
"image-icon-max-width" : 8rem,
|
|
103
|
-
"image-transform-hover" : null,
|
|
104
|
-
"image-transition-duration" : 350ms,
|
|
105
|
-
"image-transition-enabled" : true,
|
|
106
|
-
"image-transition-properties" : (transform, filter),
|
|
107
|
-
"image-transition-timing-function" : ease-in-out,
|
|
108
|
-
"image-fit-padding" : 1rem,
|
|
109
|
-
"image-fit-filter" : drop-shadow(0 0px 8px rgba(0, 0, 0, 0.3)),
|
|
110
|
-
"margin-y" : 3rem,
|
|
111
|
-
"max-width" : 28rem,
|
|
112
|
-
"padding" : 2rem,
|
|
113
|
-
"title-color" : null,
|
|
114
|
-
"title-color-hover" : null,
|
|
115
|
-
"title-color-card-hover" : null,
|
|
116
|
-
"title-margin" : 1rem,
|
|
117
|
-
"title-font-weight" : bold,
|
|
118
|
-
"transition-enabled": true,
|
|
119
|
-
"transition-timing-function" : ease-in-out,
|
|
120
|
-
"transition-duration" : 200ms,
|
|
121
|
-
"transition-properties" : (border-color, background-color, color, box-shadow, transform),
|
|
122
|
-
"overlay-aspect-ratio": list.slash(4, 3),
|
|
123
|
-
"overlay-background-color-hover" : null,
|
|
124
|
-
"color-overlay" : white,
|
|
125
|
-
"color-overlay-hover" : null,
|
|
126
|
-
"overlay-background-color": rgba(0, 0, 0, 0.6),
|
|
127
|
-
"overlay-shading": true,
|
|
128
|
-
"overlay-body-padding-y": 1rem,
|
|
129
|
-
// new below
|
|
130
|
-
"aside-rule" : false,
|
|
131
|
-
"aside-rule-width" : 1px,
|
|
132
|
-
"aside-background-color" : transparent,
|
|
133
|
-
"aside-rule-color": "rule-light",
|
|
134
|
-
) !default;
|
|
135
|
-
|
|
136
|
-
/// Change modules $config
|
|
137
|
-
/// @param {Map} $changes Map of changes
|
|
138
|
-
/// @example scss
|
|
139
|
-
/// @include ulu.component-card-set(( "property" : value ));
|
|
140
|
-
|
|
141
|
-
@mixin set($changes) {
|
|
142
|
-
$config: map.merge($config, $changes) !global;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/// Get a config option
|
|
146
|
-
/// @param {Map} $name Name of property
|
|
147
|
-
/// @example scss
|
|
148
|
-
/// @include ulu.component-card-get(( "property" : value ));
|
|
149
|
-
|
|
150
|
-
@function get($name) {
|
|
151
|
-
@return utils.require-map-get($config, $name, "card [config]");
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
/// Mixin styles for card when it has proxy click enabled and is being interacted with (hover/focus)
|
|
155
|
-
/// @param {Boolean} $hover [false] Apply styles when the card is being hover/focused within, else applies styles to rest state of a clickable card (one who has a proxy click setup)
|
|
156
|
-
/// Prints component styles
|
|
157
|
-
/// @example scss
|
|
158
|
-
/// @include ulu.component-card-styles();
|
|
159
|
-
|
|
160
|
-
@mixin when-clickable($hover: false) {
|
|
161
|
-
$prefix: selector.class("card");
|
|
162
|
-
// When proxy click enabled
|
|
163
|
-
@if (get("clickable-card-enabled") and get("clickable-card-selector")) {
|
|
164
|
-
#{ $prefix }#{ get("clickable-card-selector") },
|
|
165
|
-
a#{ $prefix },
|
|
166
|
-
button#{ $prefix },
|
|
167
|
-
#{ $prefix }--clickable {
|
|
168
|
-
@if ($hover) {
|
|
169
|
-
#{ get("clickable-card-interact-selector") } {
|
|
170
|
-
@content;
|
|
171
|
-
}
|
|
172
|
-
} @else {
|
|
173
|
-
@content;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
// Without proxy click (only if interactive)
|
|
177
|
-
} @else {
|
|
178
|
-
a#{ $prefix },
|
|
179
|
-
button#{ $prefix },
|
|
180
|
-
#{ $prefix }--clickable {
|
|
181
|
-
@if ($hover) {
|
|
182
|
-
#{ get("clickable-card-interact-selector") } {
|
|
183
|
-
@content;
|
|
184
|
-
}
|
|
185
|
-
} @else {
|
|
186
|
-
@content;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
@mixin shared-transition-styles() {
|
|
194
|
-
transition-duration: get("transition-duration");
|
|
195
|
-
transition-timing-function: get("transition-timing-function");
|
|
196
|
-
}
|
|
197
|
-
/// Prints component styles
|
|
198
|
-
/// @demo card
|
|
199
|
-
/// @example scss
|
|
200
|
-
/// @example
|
|
201
|
-
/// @include ulu.component-card-styles();
|
|
202
|
-
|
|
203
|
-
@mixin styles {
|
|
204
|
-
$prefix: selector.class("card");
|
|
205
|
-
|
|
206
|
-
#{ $prefix } {
|
|
207
|
-
color: color.get(get("color"));
|
|
208
|
-
background-color: color.get(get("background-color"));
|
|
209
|
-
border-radius: get("border-radius");
|
|
210
|
-
box-shadow: get("box-shadow");
|
|
211
|
-
margin-top: get("margin-y");
|
|
212
|
-
margin-bottom: get("margin-y");
|
|
213
|
-
position: relative;
|
|
214
|
-
display: flex; // Reorder image
|
|
215
|
-
flex-direction: column;
|
|
216
|
-
justify-content: flex-end;
|
|
217
|
-
max-width: get("max-width");
|
|
218
|
-
// Not absolutely necessary, incase we want to remove in future
|
|
219
|
-
overflow: hidden;
|
|
220
|
-
|
|
221
|
-
// Border is on pseudo so that it's on top of image/etc
|
|
222
|
-
&::after {
|
|
223
|
-
@include layout.absolute-fill();
|
|
224
|
-
content: if(get("border"), "", null);
|
|
225
|
-
border: get("border");
|
|
226
|
-
border-radius: get("border-radius");
|
|
227
|
-
z-index: 4;
|
|
228
|
-
pointer-events: none;
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
@include when-clickable($hover: true) {
|
|
233
|
-
background-color: color.get(get("background-color-hover"));
|
|
234
|
-
color: color.get(get("color-hover"));
|
|
235
|
-
box-shadow: get("box-shadow-hover");
|
|
236
|
-
|
|
237
|
-
@if (get("border-hover") or get("overlay-background-color-hover")) {
|
|
238
|
-
&::after {
|
|
239
|
-
content: "";
|
|
240
|
-
border: get("border-hover");
|
|
241
|
-
background-color: color.get(get("overlay-background-color-hover"));
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
// Setting transitions regardless of clickable card selector
|
|
247
|
-
// This shouldn't interfere since styles aren't changed if not clickable (ie. .card [border-color, etc])
|
|
248
|
-
@if get("transition-enabled") {
|
|
249
|
-
#{ $prefix },
|
|
250
|
-
#{ $prefix }::after,
|
|
251
|
-
#{ $prefix }__title {
|
|
252
|
-
@include shared-transition-styles();
|
|
253
|
-
transition-property: get("transition-properties");
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
#{ $prefix }__title {
|
|
258
|
-
color: color.get(get("title-color"));
|
|
259
|
-
margin-bottom: get("title-margin");
|
|
260
|
-
display: block;
|
|
261
|
-
font-weight: get("title-font-weight");
|
|
262
|
-
#{ $prefix }__title-link {
|
|
263
|
-
all: unset;
|
|
264
|
-
cursor: pointer;
|
|
265
|
-
@if get("title-color-hover") {
|
|
266
|
-
&:hover,
|
|
267
|
-
&:focus {
|
|
268
|
-
color: color.get(get("title-color-hover"));
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
@if get("title-color-hover") {
|
|
274
|
-
@include when-clickable($hover: true) {
|
|
275
|
-
#{ $prefix }__title {
|
|
276
|
-
color: color.get(get("title-color-hover"));
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
#{ $prefix }__header + #{ $prefix }__content {
|
|
282
|
-
margin-top: get("header-margin");
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
// Fix since sometimes these have nested markup sometimes just raw text
|
|
286
|
-
#{ $prefix }__image {
|
|
287
|
-
order: -1;
|
|
288
|
-
position: relative;
|
|
289
|
-
z-index: 1;
|
|
290
|
-
overflow: hidden;
|
|
291
|
-
// padding-top: get("image-ratio"); // 9:16
|
|
292
|
-
margin: get("image-margin");
|
|
293
|
-
border: get("image-border");
|
|
294
|
-
background-color: color.get(get("image-background-color"));
|
|
295
|
-
border-top-right-radius: get("border-radius");
|
|
296
|
-
border-top-left-radius: get("border-radius");
|
|
297
|
-
aspect-ratio: get("image-aspect-ratio");
|
|
298
|
-
width: 100%;
|
|
299
|
-
}
|
|
300
|
-
#{ $prefix }__image img,
|
|
301
|
-
#{ $prefix}__image-media {
|
|
302
|
-
@include layout.absolute-fill(true);
|
|
303
|
-
border: 0;
|
|
304
|
-
object-fit: cover;
|
|
305
|
-
transform-origin: center center;
|
|
306
|
-
@if (get("image-transition-enabled")) {
|
|
307
|
-
transition-duration: get("image-transition-duration");
|
|
308
|
-
transition-timing-function: get("image-transition-timing-function");
|
|
309
|
-
transition-property: get("image-transition-properties");
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
@if (get("image-transform-hover") or get("image-filter-hover")) {
|
|
313
|
-
@include when-clickable($hover: true) {
|
|
314
|
-
#{ $prefix }__image img,
|
|
315
|
-
#{ $prefix}__image-media {
|
|
316
|
-
transform: get("image-transform-hover");
|
|
317
|
-
filter: get("image-filter-hover");
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
#{ $prefix }__footer {
|
|
323
|
-
padding: get("padding");
|
|
324
|
-
}
|
|
325
|
-
#{ $prefix }__main {
|
|
326
|
-
padding: get("padding");
|
|
327
|
-
}
|
|
328
|
-
#{ $prefix }__aside {
|
|
329
|
-
position: relative;
|
|
330
|
-
padding: get("padding");
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
#{ $prefix }__image--icon {
|
|
334
|
-
// background-color: transparent;
|
|
335
|
-
display: flex;
|
|
336
|
-
align-items: center;
|
|
337
|
-
justify-content: center;
|
|
338
|
-
// padding: 2rem;
|
|
339
|
-
img {
|
|
340
|
-
position: static;
|
|
341
|
-
display: block;
|
|
342
|
-
max-width: get("image-icon-max-width");
|
|
343
|
-
height: auto;
|
|
344
|
-
top: auto;
|
|
345
|
-
left: auto;
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
#{ $prefix }__body,
|
|
349
|
-
#{ $prefix }__footer {
|
|
350
|
-
position: relative;
|
|
351
|
-
z-index: 2; // Above image
|
|
352
|
-
}
|
|
353
|
-
#{ $prefix }__body {
|
|
354
|
-
display: flex;
|
|
355
|
-
flex-direction: column;
|
|
356
|
-
flex-grow: 1;
|
|
357
|
-
min-height: get("body-min-height");
|
|
358
|
-
}
|
|
359
|
-
@if(get("aside-rule")) {
|
|
360
|
-
#{ $prefix }__aside {
|
|
361
|
-
background-color: color.get(get("aside-background-color"));
|
|
362
|
-
}
|
|
363
|
-
#{ $prefix }__aside::after {
|
|
364
|
-
content: "";
|
|
365
|
-
position: absolute;
|
|
366
|
-
top: calc(0rem - get("aside-rule-width") / 2);
|
|
367
|
-
left: get("padding");
|
|
368
|
-
right: get("padding");
|
|
369
|
-
height: get("aside-rule-width");
|
|
370
|
-
background-color: color.get(get("aside-rule-color"));
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
// For actions/messages
|
|
374
|
-
// - Layout as flex with min height to support buttons
|
|
375
|
-
// and text without relying so much on padding
|
|
376
|
-
#{ $prefix }__footer {
|
|
377
|
-
flex: 0;
|
|
378
|
-
z-index: 4;
|
|
379
|
-
padding-top: get("footer-padding-y");
|
|
380
|
-
padding-bottom: get("footer-padding-y");
|
|
381
|
-
min-height: get("footer-min-height");
|
|
382
|
-
display: flex;
|
|
383
|
-
align-items: center;
|
|
384
|
-
justify-content: flex-end;
|
|
385
|
-
}
|
|
386
|
-
// body + footer {
|
|
387
|
-
// means body keeps before pseudo element while footer loses it
|
|
388
|
-
#{ $prefix }--overlay {
|
|
389
|
-
// overflow: hidden;
|
|
390
|
-
aspect-ratio: get("overlay-aspect-ratio");
|
|
391
|
-
height: min-content;
|
|
392
|
-
#{ $prefix }__body {
|
|
393
|
-
position: relative;
|
|
394
|
-
flex-grow: 0;
|
|
395
|
-
z-index: 2;
|
|
396
|
-
color: color.get(get("color-overlay"));
|
|
397
|
-
background-color: color.get(get("overlay-background-color"));
|
|
398
|
-
min-height: 0;
|
|
399
|
-
padding-top: get("overlay-body-padding-y");
|
|
400
|
-
padding-bottom: get("overlay-body-padding-y");
|
|
401
|
-
|
|
402
|
-
&:not(:has(~ #{ $prefix }__footer)) {
|
|
403
|
-
border-bottom-left-radius: get("border-radius");
|
|
404
|
-
border-bottom-right-radius: get("border-radius");
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
@if (get("overlay-shading")) {
|
|
408
|
-
margin-top: 4rem;
|
|
409
|
-
&::before {
|
|
410
|
-
content: "";
|
|
411
|
-
position: absolute;
|
|
412
|
-
bottom: 100%;
|
|
413
|
-
left: 0;
|
|
414
|
-
right: 0;
|
|
415
|
-
height: 4rem;
|
|
416
|
-
background: linear-gradient(to top, get("overlay-background-color") 0%, rgba(0, 0, 0, 0));
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
#{ $prefix }__footer {
|
|
421
|
-
background-color: color.get(get("overlay-background-color"));
|
|
422
|
-
color: color.get(get("color-overlay"));
|
|
423
|
-
border-bottom-left-radius: get("border-radius");
|
|
424
|
-
border-bottom-right-radius: get("border-radius");
|
|
425
|
-
}
|
|
426
|
-
#{ $prefix }__body,
|
|
427
|
-
#{ $prefix }__footer {
|
|
428
|
-
&:last-child {
|
|
429
|
-
border-bottom-left-radius: get("border-radius");
|
|
430
|
-
border-bottom-right-radius: get("border-radius");
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
#{ $prefix }__title {
|
|
434
|
-
color: color.get(get("color-overlay"));
|
|
435
|
-
}
|
|
436
|
-
#{ $prefix }__image {
|
|
437
|
-
@include layout.absolute-fill();
|
|
438
|
-
overflow: hidden;
|
|
439
|
-
padding-top: 0;
|
|
440
|
-
background-color: color.get(rgb(255, 255, 255));
|
|
441
|
-
border-radius: get("border-radius");
|
|
442
|
-
aspect-ratio: auto;
|
|
443
|
-
img {
|
|
444
|
-
z-index: 1;
|
|
445
|
-
position: relative;
|
|
446
|
-
width: 100%;
|
|
447
|
-
height: 100%;
|
|
448
|
-
border: 0;
|
|
449
|
-
object-fit: cover;
|
|
450
|
-
&::before {
|
|
451
|
-
@include layout.absolute-fill(true);
|
|
452
|
-
display: block;
|
|
453
|
-
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
// Incase this modifier is being used to hide the image
|
|
460
|
-
// not just to tell the component how to layout without image
|
|
461
|
-
// - Use case is hiding image when you can't control the output
|
|
462
|
-
// of the inside of the card (printed no matter what). We had
|
|
463
|
-
// this happen in HHRC, including this extra CSS for that
|
|
464
|
-
#{ $prefix }--no-image {
|
|
465
|
-
#{ $prefix }__image {
|
|
466
|
-
display: none;
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
#{ $prefix }--image-fit {
|
|
470
|
-
#{ $prefix }__image {
|
|
471
|
-
img {
|
|
472
|
-
padding: get("image-fit-padding");
|
|
473
|
-
object-fit: contain;
|
|
474
|
-
object-position: top center;
|
|
475
|
-
filter: get("image-fit-filter");
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
#{ $prefix }--fill {
|
|
480
|
-
max-width: none;
|
|
481
|
-
height: 100%;
|
|
482
|
-
margin: 0;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
@if (get("horizontal-breakpoint")) {
|
|
486
|
-
@include breakpoint.min(get("horizontal-breakpoint")) {
|
|
487
|
-
@include -horizontal-card-styles();
|
|
488
|
-
}
|
|
489
|
-
} @else {
|
|
490
|
-
@include -horizontal-card-styles();
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
@mixin -horizontal-card-styles() {
|
|
495
|
-
$prefix: selector.class("card");
|
|
496
|
-
|
|
497
|
-
#{ $prefix }--horizontal {
|
|
498
|
-
display: grid;
|
|
499
|
-
grid-template-columns: get("horizontal-image-width") 1fr;
|
|
500
|
-
// Creating the two rows (body and footer), if one is missing it's height will be 0
|
|
501
|
-
// Cannot use gap with the grid as it will create space when a row isn't needed
|
|
502
|
-
grid-template-rows: auto auto;
|
|
503
|
-
min-height: get("horizontal-min-height");
|
|
504
|
-
max-width: get("horizontal-max-width");
|
|
505
|
-
|
|
506
|
-
// When no footer remove extra row
|
|
507
|
-
&:not(:has(> #{ $prefix }__footer)) {
|
|
508
|
-
grid-template-rows: auto;
|
|
509
|
-
}
|
|
510
|
-
#{ $prefix }__image {
|
|
511
|
-
grid-column: 1 / 2;
|
|
512
|
-
grid-row: 1 / -1;
|
|
513
|
-
aspect-ratio: auto;
|
|
514
|
-
border-top-right-radius: 0;
|
|
515
|
-
border-bottom-left-radius: get("border-radius");
|
|
516
|
-
}
|
|
517
|
-
#{ $prefix }__body,
|
|
518
|
-
#{ $prefix }__footer {
|
|
519
|
-
grid-column: 2 / 3;
|
|
520
|
-
}
|
|
521
|
-
#{ $prefix }__body {
|
|
522
|
-
flex-direction: row;
|
|
523
|
-
max-width: get("horizontal-body-max-width");
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
@if(get("aside-rule")) {
|
|
527
|
-
#{ $prefix }__main {
|
|
528
|
-
flex: 1 1 60%;
|
|
529
|
-
}
|
|
530
|
-
#{ $prefix }__aside {
|
|
531
|
-
flex: 1 1 40%;
|
|
532
|
-
height: 100%;
|
|
533
|
-
// flex-basis: 40%;
|
|
534
|
-
// min-width: 40%;
|
|
535
|
-
}
|
|
536
|
-
#{ $prefix }__aside::after {
|
|
537
|
-
content: "";
|
|
538
|
-
position: absolute;
|
|
539
|
-
top: get("padding");
|
|
540
|
-
left: calc(0rem - get("aside-rule-width") / 2);
|
|
541
|
-
height: calc(100% - get("padding") - get("padding"));
|
|
542
|
-
width: get("aside-rule-width");
|
|
543
|
-
background-color: get("aside-rule-color");
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
// For modern browsers
|
|
548
|
-
// Optionally use no-image modifier for older browser support
|
|
549
|
-
&:not(:has(#{ $prefix }__image)) {
|
|
550
|
-
@include -card-horizontal-no-image-styles();
|
|
551
|
-
}
|
|
552
|
-
&#{ $prefix }--no-image {
|
|
553
|
-
@include -card-horizontal-no-image-styles();
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
#{ $prefix }--horizontal-center {
|
|
557
|
-
#{ $prefix }__body {
|
|
558
|
-
align-self: center;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
@mixin -card-horizontal-no-image-styles() {
|
|
564
|
-
$prefix: selector.class("card");
|
|
565
|
-
grid-template-columns: 1fr;
|
|
566
|
-
#{ $prefix }__body,
|
|
567
|
-
#{ $prefix }__footer {
|
|
568
|
-
grid-column: 1 / 2;
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
// OLD CSS FOR HORIZONTAL
|
|
573
|
-
// #{ $prefix }--horizontal {
|
|
574
|
-
// display: flex;
|
|
575
|
-
// flex-direction: row;
|
|
576
|
-
// justify-content: center;
|
|
577
|
-
// align-items: center;
|
|
578
|
-
// #{ $prefix }__image {
|
|
579
|
-
// align-self: stretch;
|
|
580
|
-
// border-top-right-radius: 0;
|
|
581
|
-
// border-bottom-left-radius: get("border-radius");
|
|
582
|
-
// width: get("horizontal-image-width");
|
|
583
|
-
// flex: 0 0 get("horizontal-image-width");
|
|
584
|
-
// // max-width: 30rem;
|
|
585
|
-
// // min-height: 28rem;
|
|
586
|
-
// // padding-top: 0;
|
|
587
|
-
// }
|
|
588
|
-
// #{ $prefix }__body {
|
|
589
|
-
// display: flex;
|
|
590
|
-
// flex: 1;
|
|
591
|
-
// flex-direction: column;
|
|
592
|
-
// justify-content: center;
|
|
593
|
-
// max-width: get("horizontal-body-max-width");
|
|
594
|
-
// }
|
|
595
|
-
// }
|
|
596
|
-
|
package/types/events/index.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Triggers one of our custom events (page/document level events)
|
|
3
|
-
* - UI components may dispatch their own events, this is just used for system wide events
|
|
4
|
-
* @param {String} type Type of event to dispatch
|
|
5
|
-
* @param {Node} context Element to trigger the event from
|
|
6
|
-
* @example
|
|
7
|
-
* if (updatedMarkup) {
|
|
8
|
-
* dispatch("pageModified", modalElement);
|
|
9
|
-
* }
|
|
10
|
-
*/
|
|
11
|
-
export function dispatch(type: string, context: Node): void;
|
|
12
|
-
/**
|
|
13
|
-
* Namespaced event
|
|
14
|
-
* - Should be used for all ulu script/component events
|
|
15
|
-
* @param {String} type Type of event to get the actual event name for
|
|
16
|
-
* @returns {String}
|
|
17
|
-
*/
|
|
18
|
-
export function getName(type: string): string;
|
|
19
|
-
/**
|
|
20
|
-
* Create ulu namespaced custom event
|
|
21
|
-
* @param {String} type Event base name (not prefixed)
|
|
22
|
-
* @param {any} data Custom data to pass with the event (will be available as `event.detail`)
|
|
23
|
-
* @param {Object} options CustomEvent options default `{ bubbles: true }`. If `detail` is also provided, it will be merged with this options object and will override the 'data' argument for this function
|
|
24
|
-
*/
|
|
25
|
-
export function createEvent(type: string, data?: any, options?: any): CustomEvent<any>;
|
|
26
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../js/events/index.js"],"names":[],"mappings":"AA6CA;;;;;;;;;GASG;AACH,gDANW,IAAI,QAYd;AAED;;;;;GAKG;AACH,8CAEC;AAED;;;;;GAKG;AACH,iDAHW,GAAG,mCAKb"}
|
package/types/index.d.ts
DELETED
package/types/settings.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../js/settings.js"],"names":[],"mappings":"AA+BA;;;GAGG;AACH,sCAFa,MAAM,CAIlB;AAED;;;GAGG;AACH,wCAFW,MAAM,QAIhB;AAED;;;GAGG;AACH,+BAFa,MAAM,CAIlB;AAED;;;;GAIG;AACH,gCAHW,MAAM,OAShB;AAED;;;;GAIG;AACH,mCAHW,MAAM,oBAKhB;AAED;;;;;;;;;;;GAWG;AACH,yEAOC;;;;;;;;oBAxFa,MAAM;;;;oBACN,MAAM;;;;uBACN,MAAM;;;;uBACN,MAAM;;;;mBACN,MAAM;;;;kBACN,MAAM"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"breakpoints.d.ts","sourceRoot":"","sources":["../../js/ui/breakpoints.js"],"names":[],"mappings":"AAkBA;;;;GAIG;AACH;IACE,wBAAsB;IACtB;;;;;;;MAQC;IACD;;;;;;;OAOG;IACH;QANyB,KAAK;QACL,cAAc;QACd,eAAe;QAChB,OAAO,EAApB,IAAI;QACW,cAAc;OAevC;IAXC,YAAkB;IAClB,cAAoB;IACpB,iBAAuB;IACvB,wBAA2B;IAC3B,mBAAyB;IACzB,gBAAqB;IACrB,yBAA2B;IAM7B;;;;;OAKG;IACH,mCAEC;IACD;;;OAGG;IACH,yCAEC;IACD;;OAEG;IACH,gCAEC;IACD;;OAEG;IACH,kCAEC;IACD;;OAEG;IACH,wBAMC;IACD;;OAEG;IACH,eA4CC;IACD;;;;OAIG;IACH,kBAFY,UAAU,CAQrB;CACF;AAsED;;;GAGG;AACH;IACE,qCAQC;IAPC;;;;MAIC;IACD,cAAuB;IACvB,UAAgB;IAElB;;;;;OAKG;IACH,wDAEC;IACD;;;;;OAKG;IACH,6BAEC;IACD;;;;;OAKG;IACH,6BAEC;IACD;;;OAGG;IACH,8BAEC;IACD;;;;OAIG;IACH,mDAGC;IAED,yBAGC;CACF;AAnID;;;GAGG;AACH;IACE,6CAMC;IALC,eAA0B;IAC1B,gBAAmB;IACnB,UAAY;IACZ,WAAa;IACb,gBAA4B;IAE9B;;OAEG;IACH,sBAMC;IACD;;OAEG;IACH,4BAIC;IACD;;OAEG;IACH,+BAEC;IACD;;;;;OAKG;IACH,aAJW,cAAe,QAiBzB;IACD;;OAEG;IACH,2BAQC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../../js/ui/collapsible.js"],"names":[],"mappings":"AAQA;;GAEG;AACH;IACE;;;;QAME;;WAEG;;QAGH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;;MAKH;IACF;;;;;;OAMG;IACH;QAL0B,OAAO,EAAtB,IAAI;QACW,OAAO,EAAtB,IAAI;oBAsBd;IAXC;iBAZS,IAAI;iBACJ,IAAI;MAWW;IACxB,aAAsB;IACtB,gBAAmB;IACnB,aAAkB;IASpB,uBAoBC;IAjBC,mCAEC;IACD,sCAWC;IAIH,uBAIC;IACD,0BAEC;IACD,gBAGC;IACD,+BAIC;IACD,cAOC;IACD,sDAEC;IACD,wCAqBC;IACD;;OAEG;IACH,+BAoBC;IACD;;OAEG;IACH,iCAQC;IACD,uBAEC;IACD,wBAEC;IACD,yBAEC;CAqBF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"details-group.d.ts","sourceRoot":"","sources":["../../js/ui/details-group.js"],"names":[],"mappings":"AAqBA;;;GAGG;AACH,6BASC;AAED;;;;;GAKG;AAEH;;;;;GAKG;AACH,oCAJW,WAAW,qBAET,oBAAoB,CAgEhC;AAxGD;;GAEG;AACH,+CAGG;;;;;;;;;aA0BW,WAAW;;;;;;qCAlCY,oBAAoB"}
|
package/types/ui/dialog.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../js/ui/dialog.js"],"names":[],"mappings":"AA6DA;;GAEG;AACH,gDAEC;AAED;;;GAGG;AACH,6BAqBC;AAED;;;;GAIG;AACH,sCAHW,IAAI,0BA2Bd;AAED;;;GAGG;AACH,oCAFW,IAAI,0BA6Dd;AAED;;;;GAIG;AACH,yCAHW,IAAI,OAKd;AA7LD;;GAEG;AACH,8CAA+C;AAE/C;;GAEG;AACH,+CAAuF;AAEvF;;GAEG;AACH,oCAAgE;;;;;;;;;qCAjB3B,oBAAoB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flipcard.d.ts","sourceRoot":"","sources":["../../js/ui/flipcard.js"],"names":[],"mappings":"AAgBA;;GAEG;AACH,6BAYC;AAvBD;;GAEG;AACH,+CAGG;AAmBH;;GAEG;AACH;IACE,wBAAsB;IACtB;;OAEG;IACH;;;;;;;MAOE;IACF,gEAgBC;IAZC,aAA2D;IAK3D;;;;MAA0C;IAC1C,gBAAmB;IACnB,YAA6D;IAC7D,kBAA0D;IAK5D,eAEC;IACD,cAqCC;IACD;;;OAGG;IACH;;aAQC;IACD,0BAGC;IACD,+BAIC;IACD,kCASC;IACD,uBAWC;IACD,kCAKC;CACF;qCAzJoC,oBAAoB"}
|
package/types/ui/grid.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../js/ui/grid.js"],"names":[],"mappings":"AAeA;;;GAGG;AACH,yCAQC;AApBD;;GAEG;AACH,+CAGG;qCATkC,oBAAoB"}
|
package/types/ui/index.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export * as page from "./page.js";
|
|
2
|
-
export * as breakpoints from "./breakpoints.js";
|
|
3
|
-
export * as collapsible from "./collapsible.js";
|
|
4
|
-
export * as modalBuilder from "./modal-builder.js";
|
|
5
|
-
export * as dialog from "./dialog.js";
|
|
6
|
-
export * as flipcard from "./flipcard.js";
|
|
7
|
-
export * as grid from "./grid.js";
|
|
8
|
-
export * as index from "./index.js";
|
|
9
|
-
export * as overflowScrollerPager from "./overflow-scroller-pager.js";
|
|
10
|
-
export * as overflowScroller from "./overflow-scroller.js";
|
|
11
|
-
export * as popover from "./popover.js";
|
|
12
|
-
export * as tooltip from "./tooltip.js";
|
|
13
|
-
export * as resizer from "./resizer.js";
|
|
14
|
-
export * as slider from "./slider.js";
|
|
15
|
-
export * as tabs from "./tabs.js";
|
|
16
|
-
export * as proxyClick from "./proxy-click.js";
|
|
17
|
-
export * as scrollpoint from "./scrollpoint.js";
|
|
18
|
-
export * as print from "./print.js";
|
|
19
|
-
export * as printDetails from "./print-details.js";
|
|
20
|
-
export * as scrollSlider from "./scroll-slider.js";
|
|
21
|
-
export * as themeToggle from "./theme-toggle.js";
|
|
22
|
-
export * as detailsGroup from "./details-group.js";
|
|
23
|
-
declare namespace ___Users_joe_Projects_Personal_Github_frontend_js_ui_index_ { }
|
|
24
|
-
//# sourceMappingURL=index.d.ts.map
|