@ukic/web-components 2.1.0-beta.10 → 2.1.0-beta.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/chevron-icon-2bb3a907.js +10 -0
- package/dist/cjs/chevron-icon-2bb3a907.js.map +1 -0
- package/dist/cjs/core.cjs.js +1 -1
- package/dist/cjs/{helpers-6eb26e7a.js → helpers-2021e212.js} +3 -2
- package/dist/cjs/helpers-2021e212.js.map +1 -0
- package/dist/cjs/ic-alert.cjs.entry.js +1 -1
- package/dist/cjs/ic-back-to-top.cjs.entry.js +1 -1
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-breadcrumb.cjs.entry.js +4 -4
- package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-button_3.cjs.entry.js +9 -4
- package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card.cjs.entry.js +4 -4
- package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/ic-chip.cjs.entry.js +1 -1
- package/dist/cjs/ic-data-row.cjs.entry.js +1 -1
- package/dist/cjs/ic-divider.cjs.entry.js +1 -1
- package/dist/cjs/ic-footer-link-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-footer-link.cjs.entry.js +2 -2
- package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer.cjs.entry.js +1 -1
- package/dist/cjs/ic-hero.cjs.entry.js +1 -1
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +9 -3
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +11 -7
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-label_2.cjs.entry.js +1 -1
- package/dist/cjs/ic-link.cjs.entry.js +3 -3
- package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-menu-group.cjs.entry.js +24 -0
- package/dist/cjs/ic-menu-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-menu-item.cjs.entry.js +120 -0
- package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-navigation-button.cjs.entry.js +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js +3 -3
- package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js +3 -3
- package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-menu.cjs.entry.js +1 -1
- package/dist/cjs/ic-page-header.cjs.entry.js +1 -1
- package/dist/cjs/ic-popover-menu.cjs.entry.js +236 -0
- package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js +1 -1
- package/dist/cjs/ic-search-bar.cjs.entry.js +4 -2
- package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-select.cjs.entry.js +15 -13
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +4 -4
- package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-status-tag.cjs.entry.js +1 -1
- package/dist/cjs/ic-stepper.cjs.entry.js +1 -1
- package/dist/cjs/ic-switch.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-text-field.cjs.entry.js +1 -1
- package/dist/cjs/ic-theme.cjs.entry.js +1 -1
- package/dist/cjs/ic-toast.cjs.entry.js +2 -2
- package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-top-navigation.cjs.entry.js +1 -1
- package/dist/cjs/index-f79a4e53.js +12 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +19 -4
- package/dist/collection/components/ic-button/ic-button.js +2 -1
- package/dist/collection/components/ic-button/ic-button.js.map +1 -1
- package/dist/collection/components/ic-card/ic-card.css +16 -2
- package/dist/collection/components/ic-footer-link/ic-footer-link.css +16 -3
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +8 -2
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js.map +1 -1
- package/dist/collection/components/ic-link/ic-link.css +16 -3
- package/dist/collection/components/ic-link/ic-link.js +6 -3
- package/dist/collection/components/ic-link/ic-link.js.map +1 -1
- package/dist/collection/components/ic-menu/ic-menu.js +10 -6
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-menu-group/ic-menu-group.css +465 -0
- package/dist/collection/components/ic-menu-group/ic-menu-group.js +45 -0
- package/dist/collection/components/ic-menu-group/ic-menu-group.js.map +1 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.css +633 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.js +392 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.js.map +1 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.types.js +2 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.types.js.map +1 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.css +535 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +432 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js.map +1 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.test.a11y.js +13 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-search-bar/ic-search-bar.js +3 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
- package/dist/collection/components/ic-select/ic-select.css +13 -13
- package/dist/collection/components/ic-select/ic-select.js +18 -13
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation-test-examples.js +90 -0
- package/dist/collection/components/ic-side-navigation/ic-side-navigation-test-examples.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
- package/dist/collection/components/ic-toast/ic-toast.css +5 -0
- package/dist/collection/components/ic-tooltip/ic-tooltip.js +6 -2
- package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
- package/dist/collection/utils/helpers.js +1 -1
- package/dist/collection/utils/helpers.js.map +1 -1
- package/dist/components/helpers.js +2 -2
- package/dist/components/helpers.js.map +1 -1
- package/dist/components/ic-breadcrumb2.js +1 -1
- package/dist/components/ic-breadcrumb2.js.map +1 -1
- package/dist/components/ic-button2.js +2 -1
- package/dist/components/ic-button2.js.map +1 -1
- package/dist/components/ic-card.js +1 -1
- package/dist/components/ic-card.js.map +1 -1
- package/dist/components/ic-footer-link.js +1 -1
- package/dist/components/ic-footer-link.js.map +1 -1
- package/dist/components/ic-horizontal-scroll2.js +9 -3
- package/dist/components/ic-horizontal-scroll2.js.map +1 -1
- package/dist/components/ic-link2.js +2 -2
- package/dist/components/ic-link2.js.map +1 -1
- package/dist/components/ic-menu-group.d.ts +11 -0
- package/dist/components/ic-menu-group.js +46 -0
- package/dist/components/ic-menu-group.js.map +1 -0
- package/dist/components/ic-menu-item.d.ts +11 -0
- package/dist/components/ic-menu-item.js +8 -0
- package/dist/components/ic-menu-item.js.map +1 -0
- package/dist/components/ic-menu-item2.js +167 -0
- package/dist/components/ic-menu-item2.js.map +1 -0
- package/dist/components/ic-menu2.js +11 -8
- package/dist/components/ic-menu2.js.map +1 -1
- package/dist/components/ic-navigation-menu2.js +1 -1
- package/dist/components/ic-popover-menu.d.ts +11 -0
- package/dist/components/ic-popover-menu.js +290 -0
- package/dist/components/ic-popover-menu.js.map +1 -0
- package/dist/components/ic-radio-option.js +1 -1
- package/dist/components/ic-search-bar.js +4 -2
- package/dist/components/ic-search-bar.js.map +1 -1
- package/dist/components/ic-select.js +15 -13
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +2 -2
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-stepper.js +1 -1
- package/dist/components/ic-text-field2.js +1 -1
- package/dist/components/ic-theme.js +1 -1
- package/dist/components/ic-toast.js +2 -2
- package/dist/components/ic-toast.js.map +1 -1
- package/dist/components/ic-tooltip2.js +6 -2
- package/dist/components/ic-tooltip2.js.map +1 -1
- package/dist/components/ic-top-navigation.js +1 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +3 -0
- package/dist/components/index.js.map +1 -1
- package/dist/core/core.css +2 -2
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/{p-18bf3cb0.entry.js → p-037dfe9d.entry.js} +2 -2
- package/dist/core/{p-d86b0d0e.entry.js → p-05c5c6c4.entry.js} +2 -2
- package/dist/core/{p-24240e11.js → p-06321d19.js} +2 -2
- package/dist/core/{p-284970bc.entry.js → p-0a463a65.entry.js} +2 -2
- package/dist/core/{p-7a0bf893.entry.js → p-0faf328a.entry.js} +2 -2
- package/dist/core/{p-5b083ce5.entry.js → p-102281fd.entry.js} +2 -2
- package/dist/core/{p-18ae4b6d.entry.js → p-1549adc1.entry.js} +2 -2
- package/dist/core/{p-3dda76db.entry.js → p-25b208ae.entry.js} +2 -2
- package/dist/core/{p-ba8d6c23.entry.js → p-26c9e522.entry.js} +2 -2
- package/dist/core/{p-41e239cb.entry.js → p-33a0aabe.entry.js} +2 -2
- package/dist/core/p-3d84a743.entry.js +2 -0
- package/dist/core/p-3d84a743.entry.js.map +1 -0
- package/dist/core/{p-1724000c.js → p-3dea2867.js} +2 -2
- package/dist/core/p-3dea2867.js.map +1 -0
- package/dist/core/{p-a667e329.entry.js → p-3fd4f8eb.entry.js} +2 -2
- package/dist/core/{p-a10da430.entry.js → p-48a5c2a7.entry.js} +2 -2
- package/dist/core/p-48a5c2a7.entry.js.map +1 -0
- package/dist/core/p-4d8392fe.entry.js +2 -0
- package/dist/core/p-4d8392fe.entry.js.map +1 -0
- package/dist/core/p-4ee03271.entry.js +2 -0
- package/dist/core/p-4ee03271.entry.js.map +1 -0
- package/dist/core/p-58ff516f.entry.js +2 -0
- package/dist/core/p-58ff516f.entry.js.map +1 -0
- package/dist/core/{p-7818d958.entry.js → p-73fddc63.entry.js} +2 -2
- package/dist/core/p-73fddc63.entry.js.map +1 -0
- package/dist/core/{p-7a9bc7f2.entry.js → p-741b4ea3.entry.js} +2 -2
- package/dist/core/{p-cccbf2bf.entry.js → p-7dcb9104.entry.js} +2 -2
- package/dist/core/p-81652a98.entry.js +2 -0
- package/dist/core/p-81652a98.entry.js.map +1 -0
- package/dist/core/p-87c7ba3b.entry.js +2 -0
- package/dist/core/p-87c7ba3b.entry.js.map +1 -0
- package/dist/core/{p-c4a7c734.entry.js → p-8c9cc4d5.entry.js} +2 -2
- package/dist/core/{p-c7b86643.entry.js → p-a2c7dc6c.entry.js} +2 -2
- package/dist/core/p-a3742d40.entry.js +2 -0
- package/dist/core/p-a3742d40.entry.js.map +1 -0
- package/dist/core/p-a44a0500.entry.js +2 -0
- package/dist/core/p-a44a0500.entry.js.map +1 -0
- package/dist/core/p-a8e969ea.entry.js +2 -0
- package/dist/core/p-a8e969ea.entry.js.map +1 -0
- package/dist/core/{p-c72e4b75.entry.js → p-ac6ecdb6.entry.js} +2 -2
- package/dist/core/{p-eba373bf.entry.js → p-acb08809.entry.js} +2 -2
- package/dist/core/p-affb42c7.entry.js +2 -0
- package/dist/core/p-affb42c7.entry.js.map +1 -0
- package/dist/core/{p-b35ae170.entry.js → p-b7fc1f35.entry.js} +2 -2
- package/dist/core/{p-bd819f68.entry.js → p-b8b960a5.entry.js} +2 -2
- package/dist/core/{p-91a8db51.entry.js → p-b921bb19.entry.js} +2 -2
- package/dist/core/{p-c7c5d2c5.entry.js → p-c996810e.entry.js} +2 -2
- package/dist/core/{p-6a397882.entry.js → p-cc62d065.entry.js} +2 -2
- package/dist/core/p-cc62d065.entry.js.map +1 -0
- package/dist/core/{p-b40bd77c.entry.js → p-d28d7f24.entry.js} +2 -2
- package/dist/core/{p-35a03442.entry.js → p-dbfdfa8a.entry.js} +2 -2
- package/dist/core/{p-691ea0f2.entry.js → p-dd71a986.entry.js} +2 -2
- package/dist/core/{p-e0d88c31.entry.js → p-e4547265.entry.js} +2 -2
- package/dist/core/{p-c8f07be6.entry.js → p-ea0c4aca.entry.js} +2 -2
- package/dist/core/{p-521be4e2.entry.js → p-f6ddd32f.entry.js} +2 -2
- package/dist/core/p-f6ddd32f.entry.js.map +1 -0
- package/dist/core/{p-b4234318.entry.js → p-f777679c.entry.js} +2 -2
- package/dist/esm/chevron-icon-7927f709.js +8 -0
- package/dist/esm/chevron-icon-7927f709.js.map +1 -0
- package/dist/esm/core.js +1 -1
- package/dist/esm/{helpers-c332acf8.js → helpers-b2b47a7d.js} +3 -3
- package/dist/esm/helpers-b2b47a7d.js.map +1 -0
- package/dist/esm/ic-alert.entry.js +1 -1
- package/dist/esm/ic-back-to-top.entry.js +1 -1
- package/dist/esm/ic-breadcrumb-group.entry.js +1 -1
- package/dist/esm/ic-breadcrumb.entry.js +4 -4
- package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
- package/dist/esm/ic-button_3.entry.js +9 -4
- package/dist/esm/ic-button_3.entry.js.map +1 -1
- package/dist/esm/ic-card.entry.js +4 -4
- package/dist/esm/ic-card.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +1 -1
- package/dist/esm/ic-checkbox.entry.js +1 -1
- package/dist/esm/ic-chip.entry.js +1 -1
- package/dist/esm/ic-data-row.entry.js +1 -1
- package/dist/esm/ic-divider.entry.js +1 -1
- package/dist/esm/ic-footer-link-group.entry.js +1 -1
- package/dist/esm/ic-footer-link.entry.js +2 -2
- package/dist/esm/ic-footer-link.entry.js.map +1 -1
- package/dist/esm/ic-footer.entry.js +1 -1
- package/dist/esm/ic-hero.entry.js +1 -1
- package/dist/esm/ic-horizontal-scroll.entry.js +9 -3
- package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -1
- package/dist/esm/ic-input-component-container_3.entry.js +11 -7
- package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
- package/dist/esm/ic-input-label_2.entry.js +1 -1
- package/dist/esm/ic-link.entry.js +3 -3
- package/dist/esm/ic-link.entry.js.map +1 -1
- package/dist/esm/ic-menu-group.entry.js +20 -0
- package/dist/esm/ic-menu-group.entry.js.map +1 -0
- package/dist/esm/ic-menu-item.entry.js +116 -0
- package/dist/esm/ic-menu-item.entry.js.map +1 -0
- package/dist/esm/ic-navigation-button.entry.js +1 -1
- package/dist/esm/ic-navigation-group.entry.js +3 -3
- package/dist/esm/ic-navigation-group.entry.js.map +1 -1
- package/dist/esm/ic-navigation-item.entry.js +3 -3
- package/dist/esm/ic-navigation-item.entry.js.map +1 -1
- package/dist/esm/ic-navigation-menu.entry.js +1 -1
- package/dist/esm/ic-page-header.entry.js +1 -1
- package/dist/esm/ic-popover-menu.entry.js +232 -0
- package/dist/esm/ic-popover-menu.entry.js.map +1 -0
- package/dist/esm/ic-radio-group.entry.js +1 -1
- package/dist/esm/ic-radio-option.entry.js +1 -1
- package/dist/esm/ic-search-bar.entry.js +4 -2
- package/dist/esm/ic-search-bar.entry.js.map +1 -1
- package/dist/esm/ic-select.entry.js +15 -13
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +4 -4
- package/dist/esm/ic-side-navigation.entry.js.map +1 -1
- package/dist/esm/ic-status-tag.entry.js +1 -1
- package/dist/esm/ic-stepper.entry.js +1 -1
- package/dist/esm/ic-switch.entry.js +1 -1
- package/dist/esm/ic-tab-group.entry.js +1 -1
- package/dist/esm/ic-text-field.entry.js +1 -1
- package/dist/esm/ic-theme.entry.js +1 -1
- package/dist/esm/ic-toast.entry.js +2 -2
- package/dist/esm/ic-toast.entry.js.map +1 -1
- package/dist/esm/ic-top-navigation.entry.js +1 -1
- package/dist/esm/index-90721b3c.js +12 -0
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/ic-link/ic-link.d.ts +1 -1
- package/dist/types/components/ic-menu-group/ic-menu-group.d.ts +8 -0
- package/dist/types/components/ic-menu-item/ic-menu-item.d.ts +74 -0
- package/dist/types/components/ic-menu-item/ic-menu-item.types.d.ts +1 -0
- package/dist/types/components/ic-popover-menu/ic-popover-menu.d.ts +58 -0
- package/dist/types/components/ic-popover-menu/ic-popover-menu.test.a11y.d.ts +1 -0
- package/dist/types/components/ic-select/ic-select.d.ts +1 -1
- package/dist/types/components/ic-side-navigation/ic-side-navigation-test-examples.d.ts +1 -0
- package/dist/types/components.d.ts +173 -4
- package/hydrate/index.js +454 -33
- package/package.json +3 -3
- package/dist/cjs/chevron-icon-2645d6b0.js +0 -10
- package/dist/cjs/chevron-icon-2645d6b0.js.map +0 -1
- package/dist/cjs/helpers-6eb26e7a.js.map +0 -1
- package/dist/core/p-1724000c.js.map +0 -1
- package/dist/core/p-44c9612c.entry.js +0 -2
- package/dist/core/p-44c9612c.entry.js.map +0 -1
- package/dist/core/p-4a73728b.entry.js +0 -2
- package/dist/core/p-4a73728b.entry.js.map +0 -1
- package/dist/core/p-521be4e2.entry.js.map +0 -1
- package/dist/core/p-6a397882.entry.js.map +0 -1
- package/dist/core/p-7818d958.entry.js.map +0 -1
- package/dist/core/p-8f1176c6.entry.js +0 -2
- package/dist/core/p-8f1176c6.entry.js.map +0 -1
- package/dist/core/p-a09d853e.entry.js +0 -2
- package/dist/core/p-a09d853e.entry.js.map +0 -1
- package/dist/core/p-a10da430.entry.js.map +0 -1
- package/dist/core/p-d37b9695.entry.js +0 -2
- package/dist/core/p-d37b9695.entry.js.map +0 -1
- package/dist/core/p-dea3d5f0.entry.js +0 -2
- package/dist/core/p-dea3d5f0.entry.js.map +0 -1
- package/dist/core/p-e9202767.entry.js +0 -2
- package/dist/core/p-e9202767.entry.js.map +0 -1
- package/dist/esm/chevron-icon-98c98242.js +0 -8
- package/dist/esm/chevron-icon-98c98242.js.map +0 -1
- package/dist/esm/helpers-c332acf8.js.map +0 -1
- /package/dist/core/{p-18bf3cb0.entry.js.map → p-037dfe9d.entry.js.map} +0 -0
- /package/dist/core/{p-d86b0d0e.entry.js.map → p-05c5c6c4.entry.js.map} +0 -0
- /package/dist/core/{p-24240e11.js.map → p-06321d19.js.map} +0 -0
- /package/dist/core/{p-284970bc.entry.js.map → p-0a463a65.entry.js.map} +0 -0
- /package/dist/core/{p-7a0bf893.entry.js.map → p-0faf328a.entry.js.map} +0 -0
- /package/dist/core/{p-5b083ce5.entry.js.map → p-102281fd.entry.js.map} +0 -0
- /package/dist/core/{p-18ae4b6d.entry.js.map → p-1549adc1.entry.js.map} +0 -0
- /package/dist/core/{p-3dda76db.entry.js.map → p-25b208ae.entry.js.map} +0 -0
- /package/dist/core/{p-ba8d6c23.entry.js.map → p-26c9e522.entry.js.map} +0 -0
- /package/dist/core/{p-41e239cb.entry.js.map → p-33a0aabe.entry.js.map} +0 -0
- /package/dist/core/{p-a667e329.entry.js.map → p-3fd4f8eb.entry.js.map} +0 -0
- /package/dist/core/{p-7a9bc7f2.entry.js.map → p-741b4ea3.entry.js.map} +0 -0
- /package/dist/core/{p-cccbf2bf.entry.js.map → p-7dcb9104.entry.js.map} +0 -0
- /package/dist/core/{p-c4a7c734.entry.js.map → p-8c9cc4d5.entry.js.map} +0 -0
- /package/dist/core/{p-c7b86643.entry.js.map → p-a2c7dc6c.entry.js.map} +0 -0
- /package/dist/core/{p-c72e4b75.entry.js.map → p-ac6ecdb6.entry.js.map} +0 -0
- /package/dist/core/{p-eba373bf.entry.js.map → p-acb08809.entry.js.map} +0 -0
- /package/dist/core/{p-b35ae170.entry.js.map → p-b7fc1f35.entry.js.map} +0 -0
- /package/dist/core/{p-bd819f68.entry.js.map → p-b8b960a5.entry.js.map} +0 -0
- /package/dist/core/{p-91a8db51.entry.js.map → p-b921bb19.entry.js.map} +0 -0
- /package/dist/core/{p-c7c5d2c5.entry.js.map → p-c996810e.entry.js.map} +0 -0
- /package/dist/core/{p-b40bd77c.entry.js.map → p-d28d7f24.entry.js.map} +0 -0
- /package/dist/core/{p-35a03442.entry.js.map → p-dbfdfa8a.entry.js.map} +0 -0
- /package/dist/core/{p-691ea0f2.entry.js.map → p-dd71a986.entry.js.map} +0 -0
- /package/dist/core/{p-e0d88c31.entry.js.map → p-e4547265.entry.js.map} +0 -0
- /package/dist/core/{p-c8f07be6.entry.js.map → p-ea0c4aca.entry.js.map} +0 -0
- /package/dist/core/{p-b4234318.entry.js.map → p-f777679c.entry.js.map} +0 -0
@@ -0,0 +1,535 @@
|
|
1
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
2
|
+
|
3
|
+
/* Document
|
4
|
+
========================================================================== */
|
5
|
+
|
6
|
+
/**
|
7
|
+
* 1. Correct the line height in all browsers.
|
8
|
+
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
9
|
+
*/
|
10
|
+
|
11
|
+
html {
|
12
|
+
line-height: 1.15; /* 1 */
|
13
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
14
|
+
}
|
15
|
+
|
16
|
+
/* Sections
|
17
|
+
========================================================================== */
|
18
|
+
|
19
|
+
/**
|
20
|
+
* Remove the margin in all browsers.
|
21
|
+
*/
|
22
|
+
|
23
|
+
body {
|
24
|
+
margin: 0;
|
25
|
+
}
|
26
|
+
|
27
|
+
/**
|
28
|
+
* Render the `main` element consistently in IE.
|
29
|
+
*/
|
30
|
+
|
31
|
+
main {
|
32
|
+
display: block;
|
33
|
+
}
|
34
|
+
|
35
|
+
/**
|
36
|
+
* Correct the font size and margin on `h1` elements within `section` and
|
37
|
+
* `article` contexts in Chrome, Firefox, and Safari.
|
38
|
+
*/
|
39
|
+
|
40
|
+
h1 {
|
41
|
+
font-size: 2em;
|
42
|
+
margin: 0.67em 0;
|
43
|
+
}
|
44
|
+
|
45
|
+
/* Grouping content
|
46
|
+
========================================================================== */
|
47
|
+
|
48
|
+
/**
|
49
|
+
* 1. Add the correct box sizing in Firefox.
|
50
|
+
* 2. Show the overflow in Edge and IE.
|
51
|
+
*/
|
52
|
+
|
53
|
+
hr {
|
54
|
+
box-sizing: content-box; /* 1 */
|
55
|
+
height: 0; /* 1 */
|
56
|
+
overflow: visible; /* 2 */
|
57
|
+
}
|
58
|
+
|
59
|
+
/**
|
60
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
61
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
62
|
+
*/
|
63
|
+
|
64
|
+
pre {
|
65
|
+
font-family: monospace, monospace; /* 1 */
|
66
|
+
font-size: 1em; /* 2 */
|
67
|
+
}
|
68
|
+
|
69
|
+
/* Text-level semantics
|
70
|
+
========================================================================== */
|
71
|
+
|
72
|
+
/**
|
73
|
+
* Remove the gray background on active links in IE 10.
|
74
|
+
*/
|
75
|
+
|
76
|
+
a {
|
77
|
+
background-color: transparent;
|
78
|
+
}
|
79
|
+
|
80
|
+
/**
|
81
|
+
* 1. Remove the bottom border in Chrome 57-
|
82
|
+
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
83
|
+
*/
|
84
|
+
|
85
|
+
abbr[title] {
|
86
|
+
border-bottom: none; /* 1 */
|
87
|
+
text-decoration: underline; /* 2 */
|
88
|
+
-webkit-text-decoration: underline dotted;
|
89
|
+
text-decoration: underline dotted; /* 2 */
|
90
|
+
}
|
91
|
+
|
92
|
+
/**
|
93
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
94
|
+
*/
|
95
|
+
|
96
|
+
b,
|
97
|
+
strong {
|
98
|
+
font-weight: bolder;
|
99
|
+
}
|
100
|
+
|
101
|
+
/**
|
102
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
103
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
104
|
+
*/
|
105
|
+
|
106
|
+
code,
|
107
|
+
kbd,
|
108
|
+
samp {
|
109
|
+
font-family: monospace, monospace; /* 1 */
|
110
|
+
font-size: 1em; /* 2 */
|
111
|
+
}
|
112
|
+
|
113
|
+
/**
|
114
|
+
* Add the correct font size in all browsers.
|
115
|
+
*/
|
116
|
+
|
117
|
+
small {
|
118
|
+
font-size: 80%;
|
119
|
+
}
|
120
|
+
|
121
|
+
/**
|
122
|
+
* Prevent `sub` and `sup` elements from affecting the line height in
|
123
|
+
* all browsers.
|
124
|
+
*/
|
125
|
+
|
126
|
+
sub,
|
127
|
+
sup {
|
128
|
+
font-size: 75%;
|
129
|
+
line-height: 0;
|
130
|
+
position: relative;
|
131
|
+
vertical-align: baseline;
|
132
|
+
}
|
133
|
+
|
134
|
+
sub {
|
135
|
+
bottom: -0.25em;
|
136
|
+
}
|
137
|
+
|
138
|
+
sup {
|
139
|
+
top: -0.5em;
|
140
|
+
}
|
141
|
+
|
142
|
+
/* Embedded content
|
143
|
+
========================================================================== */
|
144
|
+
|
145
|
+
/**
|
146
|
+
* Remove the border on images inside links in IE 10.
|
147
|
+
*/
|
148
|
+
|
149
|
+
img {
|
150
|
+
border-style: none;
|
151
|
+
}
|
152
|
+
|
153
|
+
/* Forms
|
154
|
+
========================================================================== */
|
155
|
+
|
156
|
+
/**
|
157
|
+
* 1. Change the font styles in all browsers.
|
158
|
+
* 2. Remove the margin in Firefox and Safari.
|
159
|
+
*/
|
160
|
+
|
161
|
+
button,
|
162
|
+
input,
|
163
|
+
optgroup,
|
164
|
+
select,
|
165
|
+
textarea {
|
166
|
+
font-family: inherit; /* 1 */
|
167
|
+
font-size: 100%; /* 1 */
|
168
|
+
line-height: 1.15; /* 1 */
|
169
|
+
margin: 0; /* 2 */
|
170
|
+
}
|
171
|
+
|
172
|
+
/**
|
173
|
+
* Show the overflow in IE.
|
174
|
+
* 1. Show the overflow in Edge.
|
175
|
+
*/
|
176
|
+
|
177
|
+
button,
|
178
|
+
input {
|
179
|
+
/* 1 */
|
180
|
+
overflow: visible;
|
181
|
+
}
|
182
|
+
|
183
|
+
/**
|
184
|
+
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
185
|
+
* 1. Remove the inheritance of text transform in Firefox.
|
186
|
+
*/
|
187
|
+
|
188
|
+
button,
|
189
|
+
select {
|
190
|
+
/* 1 */
|
191
|
+
text-transform: none;
|
192
|
+
}
|
193
|
+
|
194
|
+
/**
|
195
|
+
* Correct the inability to style clickable types in iOS and Safari.
|
196
|
+
*/
|
197
|
+
|
198
|
+
button,
|
199
|
+
[type="button"],
|
200
|
+
[type="reset"],
|
201
|
+
[type="submit"] {
|
202
|
+
-webkit-appearance: button;
|
203
|
+
}
|
204
|
+
|
205
|
+
/**
|
206
|
+
* Remove the inner border and padding in Firefox.
|
207
|
+
*/
|
208
|
+
|
209
|
+
button::-moz-focus-inner,
|
210
|
+
[type="button"]::-moz-focus-inner,
|
211
|
+
[type="reset"]::-moz-focus-inner,
|
212
|
+
[type="submit"]::-moz-focus-inner {
|
213
|
+
border-style: none;
|
214
|
+
padding: 0;
|
215
|
+
}
|
216
|
+
|
217
|
+
/**
|
218
|
+
* Restore the focus styles unset by the previous rule.
|
219
|
+
*/
|
220
|
+
|
221
|
+
button:-moz-focusring,
|
222
|
+
[type="button"]:-moz-focusring,
|
223
|
+
[type="reset"]:-moz-focusring,
|
224
|
+
[type="submit"]:-moz-focusring {
|
225
|
+
outline: 1px dotted ButtonText;
|
226
|
+
}
|
227
|
+
|
228
|
+
/**
|
229
|
+
* Correct the padding in Firefox.
|
230
|
+
*/
|
231
|
+
|
232
|
+
fieldset {
|
233
|
+
padding: 0.35em 0.75em 0.625em;
|
234
|
+
}
|
235
|
+
|
236
|
+
/**
|
237
|
+
* 1. Correct the text wrapping in Edge and IE.
|
238
|
+
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
239
|
+
* 3. Remove the padding so developers are not caught out when they zero out
|
240
|
+
* `fieldset` elements in all browsers.
|
241
|
+
*/
|
242
|
+
|
243
|
+
legend {
|
244
|
+
box-sizing: border-box; /* 1 */
|
245
|
+
color: inherit; /* 2 */
|
246
|
+
display: table; /* 1 */
|
247
|
+
max-width: 100%; /* 1 */
|
248
|
+
padding: 0; /* 3 */
|
249
|
+
white-space: normal; /* 1 */
|
250
|
+
}
|
251
|
+
|
252
|
+
/**
|
253
|
+
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
254
|
+
*/
|
255
|
+
|
256
|
+
progress {
|
257
|
+
vertical-align: baseline;
|
258
|
+
}
|
259
|
+
|
260
|
+
/**
|
261
|
+
* Remove the default vertical scrollbar in IE 10+.
|
262
|
+
*/
|
263
|
+
|
264
|
+
textarea {
|
265
|
+
overflow: auto;
|
266
|
+
}
|
267
|
+
|
268
|
+
/**
|
269
|
+
* 1. Add the correct box sizing in IE 10.
|
270
|
+
* 2. Remove the padding in IE 10.
|
271
|
+
*/
|
272
|
+
|
273
|
+
[type="checkbox"],
|
274
|
+
[type="radio"] {
|
275
|
+
box-sizing: border-box; /* 1 */
|
276
|
+
padding: 0; /* 2 */
|
277
|
+
}
|
278
|
+
|
279
|
+
/**
|
280
|
+
* Correct the cursor style of increment and decrement buttons in Chrome.
|
281
|
+
*/
|
282
|
+
|
283
|
+
[type="number"]::-webkit-inner-spin-button,
|
284
|
+
[type="number"]::-webkit-outer-spin-button {
|
285
|
+
height: auto;
|
286
|
+
}
|
287
|
+
|
288
|
+
/**
|
289
|
+
* 1. Correct the odd appearance in Chrome and Safari.
|
290
|
+
* 2. Correct the outline style in Safari.
|
291
|
+
*/
|
292
|
+
|
293
|
+
[type="search"] {
|
294
|
+
-webkit-appearance: textfield; /* 1 */
|
295
|
+
outline-offset: -2px; /* 2 */
|
296
|
+
}
|
297
|
+
|
298
|
+
/**
|
299
|
+
* Remove the inner padding in Chrome and Safari on macOS.
|
300
|
+
*/
|
301
|
+
|
302
|
+
[type="search"]::-webkit-search-decoration {
|
303
|
+
-webkit-appearance: none;
|
304
|
+
}
|
305
|
+
|
306
|
+
/**
|
307
|
+
* 1. Correct the inability to style clickable types in iOS and Safari.
|
308
|
+
* 2. Change font properties to `inherit` in Safari.
|
309
|
+
*/
|
310
|
+
|
311
|
+
::-webkit-file-upload-button {
|
312
|
+
-webkit-appearance: button; /* 1 */
|
313
|
+
font: inherit; /* 2 */
|
314
|
+
}
|
315
|
+
|
316
|
+
/* Interactive
|
317
|
+
========================================================================== */
|
318
|
+
|
319
|
+
/*
|
320
|
+
* Add the correct display in Edge, IE 10+, and Firefox.
|
321
|
+
*/
|
322
|
+
|
323
|
+
details {
|
324
|
+
display: block;
|
325
|
+
}
|
326
|
+
|
327
|
+
/*
|
328
|
+
* Add the correct display in all browsers.
|
329
|
+
*/
|
330
|
+
|
331
|
+
summary {
|
332
|
+
display: list-item;
|
333
|
+
}
|
334
|
+
|
335
|
+
/* Misc
|
336
|
+
========================================================================== */
|
337
|
+
|
338
|
+
/**
|
339
|
+
* Add the correct display in IE 10+.
|
340
|
+
*/
|
341
|
+
|
342
|
+
template {
|
343
|
+
display: none;
|
344
|
+
}
|
345
|
+
|
346
|
+
/**
|
347
|
+
* Add the correct display in IE 10.
|
348
|
+
*/
|
349
|
+
|
350
|
+
[hidden] {
|
351
|
+
display: none;
|
352
|
+
}
|
353
|
+
|
354
|
+
html,
|
355
|
+
body,
|
356
|
+
div,
|
357
|
+
span,
|
358
|
+
applet,
|
359
|
+
object,
|
360
|
+
iframe,
|
361
|
+
h1,
|
362
|
+
h2,
|
363
|
+
h3,
|
364
|
+
h4,
|
365
|
+
h5,
|
366
|
+
h6,
|
367
|
+
p,
|
368
|
+
blockquote,
|
369
|
+
pre,
|
370
|
+
a,
|
371
|
+
abbr,
|
372
|
+
acronym,
|
373
|
+
address,
|
374
|
+
big,
|
375
|
+
cite,
|
376
|
+
code,
|
377
|
+
del,
|
378
|
+
dfn,
|
379
|
+
em,
|
380
|
+
img,
|
381
|
+
ins,
|
382
|
+
kbd,
|
383
|
+
q,
|
384
|
+
s,
|
385
|
+
samp,
|
386
|
+
small,
|
387
|
+
strike,
|
388
|
+
strong,
|
389
|
+
sub,
|
390
|
+
sup,
|
391
|
+
tt,
|
392
|
+
var,
|
393
|
+
b,
|
394
|
+
u,
|
395
|
+
i,
|
396
|
+
center,
|
397
|
+
dl,
|
398
|
+
dt,
|
399
|
+
dd,
|
400
|
+
ol,
|
401
|
+
ul,
|
402
|
+
li,
|
403
|
+
fieldset,
|
404
|
+
form,
|
405
|
+
label,
|
406
|
+
legend,
|
407
|
+
table,
|
408
|
+
caption,
|
409
|
+
tbody,
|
410
|
+
tfoot,
|
411
|
+
thead,
|
412
|
+
tr,
|
413
|
+
th,
|
414
|
+
td,
|
415
|
+
article,
|
416
|
+
aside,
|
417
|
+
canvas,
|
418
|
+
details,
|
419
|
+
embed,
|
420
|
+
figure,
|
421
|
+
figcaption,
|
422
|
+
footer,
|
423
|
+
header,
|
424
|
+
hgroup,
|
425
|
+
menu,
|
426
|
+
nav,
|
427
|
+
output,
|
428
|
+
ruby,
|
429
|
+
section,
|
430
|
+
summary,
|
431
|
+
time,
|
432
|
+
mark,
|
433
|
+
audio,
|
434
|
+
video {
|
435
|
+
margin: 0;
|
436
|
+
padding: 0;
|
437
|
+
border: 0;
|
438
|
+
font-size: 100%;
|
439
|
+
font-style: inherit;
|
440
|
+
vertical-align: baseline;
|
441
|
+
}
|
442
|
+
|
443
|
+
/**
|
444
|
+
* @prop --ic-z-index-popover: z-index of popover menu.
|
445
|
+
* @prop --max-height: Maximum height of the popover menu.
|
446
|
+
* @prop --popover-width: Default width of the popover menu.
|
447
|
+
*/
|
448
|
+
|
449
|
+
@media (prefers-reduced-motion: no-preference) {
|
450
|
+
:host .opening-from-parent {
|
451
|
+
animation: slide-in var(--ic-transition-duration-slow) ease-in-out;
|
452
|
+
}
|
453
|
+
|
454
|
+
:host .opening-from-child {
|
455
|
+
animation: slide-out var(--ic-transition-duration-slow) ease-in-out;
|
456
|
+
}
|
457
|
+
}
|
458
|
+
|
459
|
+
:host {
|
460
|
+
border-radius: var(--ic-border-radius);
|
461
|
+
color: var(--ic-color-primary-text);
|
462
|
+
background-color: var(--ic-architectural-white);
|
463
|
+
position: relative;
|
464
|
+
z-index: var(--ic-z-index-popover);
|
465
|
+
box-sizing: border-box;
|
466
|
+
box-shadow: var(--ic-elevation-overlay);
|
467
|
+
display: none;
|
468
|
+
}
|
469
|
+
|
470
|
+
.menu {
|
471
|
+
border: 0.063rem solid var(--ic-architectural-400);
|
472
|
+
border-radius: var(--ic-border-radius);
|
473
|
+
background-color: var(--ic-architectural-white);
|
474
|
+
visibility: hidden;
|
475
|
+
height: 0;
|
476
|
+
}
|
477
|
+
|
478
|
+
.button {
|
479
|
+
text-decoration: none;
|
480
|
+
list-style-type: none;
|
481
|
+
}
|
482
|
+
|
483
|
+
:host(:focus-within) {
|
484
|
+
box-shadow: var(--ic-border-focus);
|
485
|
+
}
|
486
|
+
|
487
|
+
.menu:focus-visible {
|
488
|
+
outline: none;
|
489
|
+
}
|
490
|
+
|
491
|
+
:host(.open) {
|
492
|
+
display: block;
|
493
|
+
min-width: calc(20rem - var(--ic-space-xl));
|
494
|
+
width: var(--popover-width, 20rem);
|
495
|
+
max-width: calc(100vw - var(--ic-space-xl));
|
496
|
+
}
|
497
|
+
|
498
|
+
:host(.open) .menu {
|
499
|
+
visibility: visible;
|
500
|
+
height: -moz-fit-content;
|
501
|
+
height: fit-content;
|
502
|
+
max-height: var(--max-height, -moz-fit-content);
|
503
|
+
max-height: var(--max-height, fit-content);
|
504
|
+
overflow-y: auto;
|
505
|
+
overflow-x: hidden;
|
506
|
+
}
|
507
|
+
|
508
|
+
.parent-label {
|
509
|
+
color: var(--ic-color-tertiary-text);
|
510
|
+
margin: var(--ic-space-xs) var(--ic-space-xs) 0;
|
511
|
+
}
|
512
|
+
|
513
|
+
@keyframes slide-in {
|
514
|
+
from {
|
515
|
+
opacity: 0;
|
516
|
+
transform: translateX(10rem);
|
517
|
+
}
|
518
|
+
|
519
|
+
to {
|
520
|
+
opacity: 1;
|
521
|
+
transform: translateX(0);
|
522
|
+
}
|
523
|
+
}
|
524
|
+
|
525
|
+
@keyframes slide-out {
|
526
|
+
from {
|
527
|
+
opacity: 0;
|
528
|
+
transform: translateX(-10rem);
|
529
|
+
}
|
530
|
+
|
531
|
+
to {
|
532
|
+
opacity: 1;
|
533
|
+
transform: translateX(0);
|
534
|
+
}
|
535
|
+
}
|