@ukic/web-components 2.1.0-beta.12 → 2.1.0-beta.13
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/core.cjs.js +2 -2
- 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 +1 -1
- package/dist/cjs/ic-button_3.cjs.entry.js +16 -5
- package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card.cjs.entry.js +2 -2
- package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +14 -16
- package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +9 -3
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-chip.cjs.entry.js +1 -1
- package/dist/cjs/ic-classification-banner.cjs.entry.js +1 -1
- package/dist/cjs/ic-data-entity.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 +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 +1 -1
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +145 -64
- 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 +1 -1
- package/dist/cjs/ic-menu-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-menu-item.cjs.entry.js +2 -2
- package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-button.cjs.entry.js +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js +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-pagination-item.cjs.entry.js +51 -0
- package/dist/cjs/ic-pagination-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-pagination.cjs.entry.js +206 -0
- package/dist/cjs/ic-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-popover-menu.cjs.entry.js +1 -1
- package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
- 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 +79 -12
- package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-section-container.cjs.entry.js +1 -1
- package/dist/cjs/ic-select.cjs.entry.js +152 -44
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +11 -3
- package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/ic-status-tag.cjs.entry.js +1 -1
- package/dist/cjs/ic-step.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-context.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab-panel.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab.cjs.entry.js +1 -1
- package/dist/cjs/ic-text-field.cjs.entry.js +18 -7
- package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-theme.cjs.entry.js +1 -1
- package/dist/cjs/ic-toast-region.cjs.entry.js +1 -1
- package/dist/cjs/ic-toast.cjs.entry.js +1 -1
- package/dist/cjs/ic-top-navigation.cjs.entry.js +3 -5
- package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-typography.cjs.entry.js +1 -1
- package/dist/cjs/{index-f79a4e53.js → index-a62312a7.js} +11 -1
- package/dist/cjs/index-a62312a7.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/types-3eb02246.js.map +1 -1
- package/dist/collection/assets/pagination-first-last.svg +3 -0
- package/dist/collection/assets/pagination-next-previous.svg +3 -0
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/ic-button/ic-button.css +5 -1
- package/dist/collection/components/ic-card/ic-card.css +3 -0
- package/dist/collection/components/ic-checkbox/ic-checkbox.css +4 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +8 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +14 -20
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.types.js.map +1 -1
- package/dist/collection/components/ic-menu/ic-menu.css +30 -1
- package/dist/collection/components/ic-menu/ic-menu.js +188 -63
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-menu-item/ic-menu-item.css +1 -6
- package/dist/collection/components/ic-pagination/ic-pagination.css +490 -0
- package/dist/collection/components/ic-pagination/ic-pagination.js +435 -0
- package/dist/collection/components/ic-pagination/ic-pagination.js.map +1 -0
- package/dist/collection/components/ic-pagination/ic-pagination.test.a11y.js +11 -0
- package/dist/collection/components/ic-pagination/ic-pagination.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-pagination/ic-pagination.types.js +2 -0
- package/dist/collection/components/ic-pagination/ic-pagination.types.js.map +1 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.css +581 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +225 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js.map +1 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.types.js +2 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.types.js.map +1 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.css +2 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.css +0 -4
- package/dist/collection/components/ic-search-bar/ic-search-bar.js +172 -11
- package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
- package/dist/collection/components/ic-select/ic-select.js +247 -44
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +36 -16
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +9 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
- package/dist/collection/components/ic-text-field/ic-text-field.js +66 -12
- package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
- package/dist/collection/components/ic-tooltip/ic-tooltip.js +53 -4
- package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +9 -0
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +1 -3
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/components/ic-button2.js +1 -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-checkbox-group.js +14 -17
- package/dist/components/ic-checkbox-group.js.map +1 -1
- package/dist/components/ic-checkbox.js +8 -2
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-menu-item2.js +1 -1
- package/dist/components/ic-menu-item2.js.map +1 -1
- package/dist/components/ic-menu2.js +164 -66
- package/dist/components/ic-menu2.js.map +1 -1
- package/dist/components/ic-pagination-item.d.ts +11 -0
- package/dist/components/ic-pagination-item.js +8 -0
- package/dist/components/ic-pagination-item.js.map +1 -0
- package/dist/components/ic-pagination-item2.js +77 -0
- package/dist/components/ic-pagination-item2.js.map +1 -0
- package/dist/components/ic-pagination.d.ts +11 -0
- package/dist/components/ic-pagination.js +266 -0
- package/dist/components/ic-pagination.js.map +1 -0
- package/dist/components/ic-popover-menu.js +1 -2
- package/dist/components/ic-popover-menu.js.map +1 -1
- package/dist/components/ic-search-bar.js +82 -12
- package/dist/components/ic-search-bar.js.map +1 -1
- package/dist/components/ic-select.js +157 -43
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +10 -2
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-text-field2.js +20 -8
- package/dist/components/ic-text-field2.js.map +1 -1
- package/dist/components/ic-tooltip2.js +1817 -8
- package/dist/components/ic-tooltip2.js.map +1 -1
- package/dist/components/ic-top-navigation.js +2 -4
- package/dist/components/ic-top-navigation.js.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/types.js.map +1 -1
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/{p-0f0dfa16.entry.js → p-002a63e9.entry.js} +2 -2
- package/dist/core/{p-759c80a3.entry.js → p-0575a77f.entry.js} +2 -2
- package/dist/core/{p-3453aa9c.entry.js → p-0a41c3cb.entry.js} +2 -2
- package/dist/core/{p-b7fc1f35.entry.js → p-100dbcec.entry.js} +2 -2
- package/dist/core/{p-1bd4d07e.entry.js → p-14835d6f.entry.js} +2 -2
- package/dist/core/{p-28b2158b.entry.js → p-1eb0992b.entry.js} +2 -2
- package/dist/core/{p-62b3516e.entry.js → p-223a214f.entry.js} +2 -2
- package/dist/core/{p-dd71a986.entry.js → p-276f7ecb.entry.js} +2 -2
- package/dist/core/{p-3d84a743.entry.js → p-28bc3bf0.entry.js} +2 -2
- package/dist/core/{p-8ffa00c9.entry.js → p-312c10b0.entry.js} +2 -2
- package/dist/core/p-3845b769.entry.js +2 -0
- package/dist/core/p-3845b769.entry.js.map +1 -0
- package/dist/core/{p-cc62d065.entry.js → p-3a67718c.entry.js} +2 -2
- package/dist/core/p-3c23f963.entry.js +2 -0
- package/dist/core/p-3c23f963.entry.js.map +1 -0
- package/dist/core/{p-74a768bc.entry.js → p-3dc2ff7b.entry.js} +2 -2
- package/dist/core/p-3e5eb873.entry.js +2 -0
- package/dist/core/p-3e5eb873.entry.js.map +1 -0
- package/dist/core/{p-58ff516f.entry.js → p-3fb307e6.entry.js} +2 -2
- package/dist/core/{p-d2508752.entry.js → p-454b1ecd.entry.js} +2 -2
- package/dist/core/{p-7e309c50.entry.js → p-47b0ed42.entry.js} +2 -2
- package/dist/core/{p-68c84039.entry.js → p-4b87445b.entry.js} +2 -2
- package/dist/core/p-4c8fcfe6.entry.js +2 -0
- package/dist/core/p-4c8fcfe6.entry.js.map +1 -0
- package/dist/core/p-52fd3533.entry.js +2 -0
- package/dist/core/p-52fd3533.entry.js.map +1 -0
- package/dist/core/{p-0a463a65.entry.js → p-546b620e.entry.js} +2 -2
- package/dist/core/p-56fe91ad.entry.js +2 -0
- package/dist/core/p-56fe91ad.entry.js.map +1 -0
- package/dist/core/{p-5450cebf.js → p-589f6dd3.js} +3 -3
- package/dist/core/p-589f6dd3.js.map +1 -0
- package/dist/core/{p-dc4ba6a0.entry.js → p-5d077cf7.entry.js} +2 -2
- package/dist/core/{p-8c9cc4d5.entry.js → p-6a77992e.entry.js} +2 -2
- package/dist/core/{p-d27dbb63.entry.js → p-6b39f8b4.entry.js} +2 -2
- package/dist/core/p-6f57b13c.js.map +1 -1
- package/dist/core/p-80eff050.entry.js +2 -0
- package/dist/core/p-80eff050.entry.js.map +1 -0
- package/dist/core/p-864b46bf.entry.js +2 -0
- package/dist/core/p-864b46bf.entry.js.map +1 -0
- package/dist/core/{p-9e578e82.entry.js → p-8780890e.entry.js} +2 -2
- package/dist/core/{p-ff15c756.entry.js → p-895bda21.entry.js} +2 -2
- package/dist/core/{p-08535d97.entry.js → p-92c4fa7f.entry.js} +2 -2
- package/dist/core/{p-41459307.entry.js → p-9413d639.entry.js} +2 -2
- package/dist/core/{p-e17eea34.entry.js → p-a0f4e641.entry.js} +2 -2
- package/dist/core/{p-4d8392fe.entry.js → p-a33a04b2.entry.js} +2 -2
- package/dist/core/{p-65b94ddb.entry.js → p-a5bee11f.entry.js} +2 -2
- package/dist/core/{p-eeefddb5.entry.js → p-b61e76e2.entry.js} +2 -2
- package/dist/core/p-b61e76e2.entry.js.map +1 -0
- package/dist/core/p-c0813424.entry.js +2 -0
- package/dist/core/p-c0813424.entry.js.map +1 -0
- package/dist/core/{p-b5b03f86.entry.js → p-cb437317.entry.js} +2 -2
- package/dist/core/p-d5d9923a.entry.js +2 -0
- package/dist/core/p-d5d9923a.entry.js.map +1 -0
- package/dist/core/{p-f777679c.entry.js → p-db7131b6.entry.js} +2 -2
- package/dist/core/{p-6c9ce0ec.entry.js → p-dc0b9e80.entry.js} +2 -2
- package/dist/core/{p-1e0174dc.entry.js → p-de45134c.entry.js} +2 -2
- package/dist/core/{p-9daae2ae.entry.js → p-de891d3d.entry.js} +2 -2
- package/dist/core/p-e0f24ccd.entry.js +2 -0
- package/dist/core/p-e0f24ccd.entry.js.map +1 -0
- package/dist/core/{p-741b4ea3.entry.js → p-e384aaee.entry.js} +2 -2
- package/dist/core/{p-977af213.entry.js → p-e41e701a.entry.js} +2 -2
- package/dist/core/{p-deada16f.entry.js → p-e839e5dc.entry.js} +2 -2
- package/dist/core/{p-186ecccd.entry.js → p-ea526b54.entry.js} +2 -2
- package/dist/core/{p-eb7599cc.entry.js → p-ec8b228c.entry.js} +2 -2
- package/dist/core/{p-eb7599cc.entry.js.map → p-ec8b228c.entry.js.map} +1 -1
- package/dist/core/{p-4269584a.entry.js → p-f3e10149.entry.js} +2 -2
- package/dist/core/{p-ad2477d8.entry.js → p-fc7dce3d.entry.js} +2 -2
- package/dist/core/p-ff6583e6.entry.js +2 -0
- package/dist/core/p-ff6583e6.entry.js.map +1 -0
- package/dist/esm/core.js +2 -2
- 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 +1 -1
- package/dist/esm/ic-button_3.entry.js +16 -5
- package/dist/esm/ic-button_3.entry.js.map +1 -1
- package/dist/esm/ic-card.entry.js +2 -2
- package/dist/esm/ic-card.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +14 -16
- package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
- package/dist/esm/ic-checkbox.entry.js +9 -3
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-chip.entry.js +1 -1
- package/dist/esm/ic-classification-banner.entry.js +1 -1
- package/dist/esm/ic-data-entity.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 +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 +1 -1
- package/dist/esm/ic-input-component-container_3.entry.js +145 -64
- 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 +1 -1
- package/dist/esm/ic-menu-group.entry.js +1 -1
- package/dist/esm/ic-menu-item.entry.js +2 -2
- package/dist/esm/ic-menu-item.entry.js.map +1 -1
- package/dist/esm/ic-navigation-button.entry.js +1 -1
- package/dist/esm/ic-navigation-group.entry.js +1 -1
- package/dist/esm/ic-navigation-item.entry.js +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-pagination-item.entry.js +47 -0
- package/dist/esm/ic-pagination-item.entry.js.map +1 -0
- package/dist/esm/ic-pagination.entry.js +202 -0
- package/dist/esm/ic-pagination.entry.js.map +1 -0
- package/dist/esm/ic-popover-menu.entry.js +1 -1
- package/dist/esm/ic-popover-menu.entry.js.map +1 -1
- 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 +79 -12
- package/dist/esm/ic-search-bar.entry.js.map +1 -1
- package/dist/esm/ic-section-container.entry.js +1 -1
- package/dist/esm/ic-select.entry.js +152 -44
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +11 -3
- package/dist/esm/ic-side-navigation.entry.js.map +1 -1
- package/dist/esm/ic-skeleton.entry.js +1 -1
- package/dist/esm/ic-status-tag.entry.js +1 -1
- package/dist/esm/ic-step.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-context.entry.js +1 -1
- package/dist/esm/ic-tab-group.entry.js +1 -1
- package/dist/esm/ic-tab-panel.entry.js +1 -1
- package/dist/esm/ic-tab.entry.js +1 -1
- package/dist/esm/ic-text-field.entry.js +18 -7
- package/dist/esm/ic-text-field.entry.js.map +1 -1
- package/dist/esm/ic-theme.entry.js +1 -1
- package/dist/esm/ic-toast-region.entry.js +1 -1
- package/dist/esm/ic-toast.entry.js +1 -1
- package/dist/esm/ic-top-navigation.entry.js +3 -5
- package/dist/esm/ic-top-navigation.entry.js.map +1 -1
- package/dist/esm/ic-typography.entry.js +1 -1
- package/dist/esm/{index-90721b3c.js → index-3b144b17.js} +11 -2
- package/dist/esm/index-3b144b17.js.map +1 -0
- package/dist/esm/loader.js +2 -2
- package/dist/esm/types-dd515332.js.map +1 -1
- package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +1 -3
- package/dist/types/components/ic-checkbox-group/ic-checkbox-group.types.d.ts +5 -0
- package/dist/types/components/ic-menu/ic-menu.d.ts +26 -7
- package/dist/types/components/ic-pagination/ic-pagination.d.ts +74 -0
- package/dist/types/components/ic-pagination/ic-pagination.test.a11y.d.ts +1 -0
- package/dist/types/components/ic-pagination/ic-pagination.types.d.ts +4 -0
- package/dist/types/components/ic-pagination-item/ic-pagination-item.d.ts +46 -0
- package/dist/types/components/ic-pagination-item/ic-pagination-item.types.d.ts +1 -0
- package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +30 -1
- package/dist/types/components/ic-select/ic-select.d.ts +31 -1
- package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +2 -1
- package/dist/types/components/ic-text-field/ic-text-field.d.ts +11 -2
- package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +7 -0
- package/dist/types/components.d.ts +282 -19
- package/dist/types/utils/types.d.ts +3 -0
- package/hydrate/index.js +743 -159
- package/package.json +3 -3
- package/dist/cjs/index-f79a4e53.js.map +0 -1
- package/dist/components/popper.js +0 -1801
- package/dist/components/popper.js.map +0 -1
- package/dist/core/p-0d4ccf6a.entry.js +0 -2
- package/dist/core/p-0d4ccf6a.entry.js.map +0 -1
- package/dist/core/p-5450cebf.js.map +0 -1
- package/dist/core/p-6e1f5022.entry.js +0 -2
- package/dist/core/p-6e1f5022.entry.js.map +0 -1
- package/dist/core/p-7c2b09c8.entry.js +0 -2
- package/dist/core/p-7c2b09c8.entry.js.map +0 -1
- package/dist/core/p-8959dd7d.entry.js +0 -2
- package/dist/core/p-8959dd7d.entry.js.map +0 -1
- package/dist/core/p-90d6dbd6.entry.js +0 -2
- package/dist/core/p-90d6dbd6.entry.js.map +0 -1
- package/dist/core/p-a8e969ea.entry.js +0 -2
- package/dist/core/p-a8e969ea.entry.js.map +0 -1
- package/dist/core/p-bb505d2a.entry.js +0 -2
- package/dist/core/p-bb505d2a.entry.js.map +0 -1
- package/dist/core/p-ce96a494.entry.js +0 -2
- package/dist/core/p-ce96a494.entry.js.map +0 -1
- package/dist/core/p-e4390415.entry.js +0 -2
- package/dist/core/p-e4390415.entry.js.map +0 -1
- package/dist/core/p-eeefddb5.entry.js.map +0 -1
- package/dist/core/p-f0244b5a.entry.js +0 -2
- package/dist/core/p-f0244b5a.entry.js.map +0 -1
- package/dist/esm/index-90721b3c.js.map +0 -1
- /package/dist/core/{p-0f0dfa16.entry.js.map → p-002a63e9.entry.js.map} +0 -0
- /package/dist/core/{p-759c80a3.entry.js.map → p-0575a77f.entry.js.map} +0 -0
- /package/dist/core/{p-3453aa9c.entry.js.map → p-0a41c3cb.entry.js.map} +0 -0
- /package/dist/core/{p-b7fc1f35.entry.js.map → p-100dbcec.entry.js.map} +0 -0
- /package/dist/core/{p-1bd4d07e.entry.js.map → p-14835d6f.entry.js.map} +0 -0
- /package/dist/core/{p-28b2158b.entry.js.map → p-1eb0992b.entry.js.map} +0 -0
- /package/dist/core/{p-62b3516e.entry.js.map → p-223a214f.entry.js.map} +0 -0
- /package/dist/core/{p-dd71a986.entry.js.map → p-276f7ecb.entry.js.map} +0 -0
- /package/dist/core/{p-3d84a743.entry.js.map → p-28bc3bf0.entry.js.map} +0 -0
- /package/dist/core/{p-8ffa00c9.entry.js.map → p-312c10b0.entry.js.map} +0 -0
- /package/dist/core/{p-cc62d065.entry.js.map → p-3a67718c.entry.js.map} +0 -0
- /package/dist/core/{p-74a768bc.entry.js.map → p-3dc2ff7b.entry.js.map} +0 -0
- /package/dist/core/{p-58ff516f.entry.js.map → p-3fb307e6.entry.js.map} +0 -0
- /package/dist/core/{p-d2508752.entry.js.map → p-454b1ecd.entry.js.map} +0 -0
- /package/dist/core/{p-7e309c50.entry.js.map → p-47b0ed42.entry.js.map} +0 -0
- /package/dist/core/{p-68c84039.entry.js.map → p-4b87445b.entry.js.map} +0 -0
- /package/dist/core/{p-0a463a65.entry.js.map → p-546b620e.entry.js.map} +0 -0
- /package/dist/core/{p-dc4ba6a0.entry.js.map → p-5d077cf7.entry.js.map} +0 -0
- /package/dist/core/{p-8c9cc4d5.entry.js.map → p-6a77992e.entry.js.map} +0 -0
- /package/dist/core/{p-d27dbb63.entry.js.map → p-6b39f8b4.entry.js.map} +0 -0
- /package/dist/core/{p-9e578e82.entry.js.map → p-8780890e.entry.js.map} +0 -0
- /package/dist/core/{p-ff15c756.entry.js.map → p-895bda21.entry.js.map} +0 -0
- /package/dist/core/{p-08535d97.entry.js.map → p-92c4fa7f.entry.js.map} +0 -0
- /package/dist/core/{p-41459307.entry.js.map → p-9413d639.entry.js.map} +0 -0
- /package/dist/core/{p-e17eea34.entry.js.map → p-a0f4e641.entry.js.map} +0 -0
- /package/dist/core/{p-4d8392fe.entry.js.map → p-a33a04b2.entry.js.map} +0 -0
- /package/dist/core/{p-65b94ddb.entry.js.map → p-a5bee11f.entry.js.map} +0 -0
- /package/dist/core/{p-b5b03f86.entry.js.map → p-cb437317.entry.js.map} +0 -0
- /package/dist/core/{p-f777679c.entry.js.map → p-db7131b6.entry.js.map} +0 -0
- /package/dist/core/{p-6c9ce0ec.entry.js.map → p-dc0b9e80.entry.js.map} +0 -0
- /package/dist/core/{p-1e0174dc.entry.js.map → p-de45134c.entry.js.map} +0 -0
- /package/dist/core/{p-9daae2ae.entry.js.map → p-de891d3d.entry.js.map} +0 -0
- /package/dist/core/{p-741b4ea3.entry.js.map → p-e384aaee.entry.js.map} +0 -0
- /package/dist/core/{p-977af213.entry.js.map → p-e41e701a.entry.js.map} +0 -0
- /package/dist/core/{p-deada16f.entry.js.map → p-e839e5dc.entry.js.map} +0 -0
- /package/dist/core/{p-186ecccd.entry.js.map → p-ea526b54.entry.js.map} +0 -0
- /package/dist/core/{p-4269584a.entry.js.map → p-f3e10149.entry.js.map} +0 -0
- /package/dist/core/{p-ad2477d8.entry.js.map → p-fc7dce3d.entry.js.map} +0 -0
@@ -0,0 +1,581 @@
|
|
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
|
+
a {
|
445
|
+
text-align: center;
|
446
|
+
}
|
447
|
+
|
448
|
+
.item-container {
|
449
|
+
display: flex;
|
450
|
+
justify-content: center;
|
451
|
+
align-items: center;
|
452
|
+
width: calc(var(--ic-space-xl) + var(--ic-space-sm));
|
453
|
+
height: var(--ic-space-xl);
|
454
|
+
margin: var(--ic-space-xxs) var(--ic-space-xxxs);
|
455
|
+
cursor: pointer;
|
456
|
+
text-decoration: none;
|
457
|
+
}
|
458
|
+
|
459
|
+
button {
|
460
|
+
background: none;
|
461
|
+
border: none;
|
462
|
+
outline: inherit;
|
463
|
+
position: relative;
|
464
|
+
}
|
465
|
+
|
466
|
+
.ellipsis {
|
467
|
+
pointer-events: none;
|
468
|
+
color: var(--ic-color-secondary-text);
|
469
|
+
}
|
470
|
+
|
471
|
+
.item-container:focus {
|
472
|
+
box-shadow: var(--ic-border-focus);
|
473
|
+
outline: var(--ic-hc-focus-outline);
|
474
|
+
border-radius: var(--ic-border-radius);
|
475
|
+
transition: var(--ic-easing-transition-fast);
|
476
|
+
}
|
477
|
+
|
478
|
+
.page {
|
479
|
+
color: var(--ic-action-default);
|
480
|
+
}
|
481
|
+
|
482
|
+
.simple-current {
|
483
|
+
width: calc(var(--ic-space-xxl) + var(--ic-space-md));
|
484
|
+
height: var(--ic-space-lg);
|
485
|
+
cursor: default;
|
486
|
+
}
|
487
|
+
|
488
|
+
/** DEFAULT STATES **/
|
489
|
+
.item-container.page:hover:not(.selected):not(:focus) {
|
490
|
+
border-radius: var(--ic-border-radius);
|
491
|
+
background-color: var(--ic-action-default-bg-hover);
|
492
|
+
}
|
493
|
+
|
494
|
+
.item-container.page:active:not(.selected):not(:focus) {
|
495
|
+
background-color: var(--ic-action-default-bg-active);
|
496
|
+
}
|
497
|
+
|
498
|
+
.selected {
|
499
|
+
pointer-events: none;
|
500
|
+
outline: none;
|
501
|
+
}
|
502
|
+
|
503
|
+
.selected::after {
|
504
|
+
content: "";
|
505
|
+
height: var(--ic-space-xxs);
|
506
|
+
width: 100%;
|
507
|
+
position: absolute;
|
508
|
+
bottom: 0;
|
509
|
+
background-color: var(--ic-action-default);
|
510
|
+
}
|
511
|
+
|
512
|
+
.page-selected {
|
513
|
+
color: var(--ic-color-primary-text);
|
514
|
+
}
|
515
|
+
|
516
|
+
/** LIGHT STATES **/
|
517
|
+
.item-container.page.light:hover:not(.selected):not(:focus) {
|
518
|
+
background-color: var(--ic-action-light-bg-hover);
|
519
|
+
}
|
520
|
+
|
521
|
+
.item-container.page.light:active:not(.selected):not(:focus) {
|
522
|
+
background-color: var(--ic-action-light-bg-active);
|
523
|
+
}
|
524
|
+
|
525
|
+
ic-typography.light {
|
526
|
+
color: var(--ic-color-white-text);
|
527
|
+
}
|
528
|
+
|
529
|
+
.selected.light::after {
|
530
|
+
content: "";
|
531
|
+
height: var(--ic-space-xxs);
|
532
|
+
width: 100%;
|
533
|
+
position: absolute;
|
534
|
+
bottom: 0;
|
535
|
+
background-color: var(--ic-action-light);
|
536
|
+
}
|
537
|
+
|
538
|
+
/** DARK STATES **/
|
539
|
+
.item-container.page.dark:hover:not(.selected):not(:focus) {
|
540
|
+
background-color: var(--ic-action-dark-bg-hover);
|
541
|
+
}
|
542
|
+
|
543
|
+
.item-container.page.dark:active:not(.selected):not(:focus) {
|
544
|
+
background-color: var(--ic-action-dark-bg-active);
|
545
|
+
}
|
546
|
+
|
547
|
+
ic-typography.dark {
|
548
|
+
color: var(--ic-color-primary-text);
|
549
|
+
}
|
550
|
+
|
551
|
+
.selected.dark::after {
|
552
|
+
content: "";
|
553
|
+
height: var(--ic-space-xxs);
|
554
|
+
width: 100%;
|
555
|
+
position: absolute;
|
556
|
+
bottom: 0;
|
557
|
+
background-color: var(--ic-action-dark);
|
558
|
+
}
|
559
|
+
|
560
|
+
.disabled {
|
561
|
+
color: var(--ic-architectural-200);
|
562
|
+
pointer-events: none;
|
563
|
+
cursor: none;
|
564
|
+
-webkit-user-select: none;
|
565
|
+
-moz-user-select: none;
|
566
|
+
user-select: none;
|
567
|
+
}
|
568
|
+
|
569
|
+
@media (forced-colors: active) {
|
570
|
+
.selected::after {
|
571
|
+
background-color: Highlight;
|
572
|
+
}
|
573
|
+
|
574
|
+
.selected.light::after {
|
575
|
+
background-color: Highlight;
|
576
|
+
}
|
577
|
+
|
578
|
+
.selected.dark::after {
|
579
|
+
background-color: Highlight;
|
580
|
+
}
|
581
|
+
}
|