@ukic/web-components 3.0.0-alpha.3 → 3.0.0-alpha.4
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/cjs/core.cjs.js +1 -1
- package/dist/cjs/helpers-69219f14.js.map +1 -1
- package/dist/cjs/ic-accordion-group.cjs.entry.js +9 -9
- package/dist/cjs/ic-accordion-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-accordion.cjs.entry.js +4 -4
- package/dist/cjs/ic-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-alert.cjs.entry.js +6 -4
- package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card-vertical.cjs.entry.js +21 -23
- package/dist/cjs/ic-card-vertical.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +15 -4
- package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +4 -2
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-classification-banner.cjs.entry.js +1 -1
- package/dist/cjs/ic-classification-banner.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-dialog.cjs.entry.js +3 -1
- package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-divider.cjs.entry.js +70 -6
- package/dist/cjs/ic-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer-link-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer-link.cjs.entry.js +1 -1
- 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-footer.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-hero.cjs.entry.js +1 -1
- package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +3 -2
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +5 -4
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-label_2.cjs.entry.js +2 -2
- package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-menu-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-menu-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-menu-item.cjs.entry.js +9 -9
- package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js +3 -2
- package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js +28 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-pagination-item.cjs.entry.js +7 -10
- package/dist/cjs/ic-pagination-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-pagination.cjs.entry.js +36 -14
- package/dist/cjs/ic-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-popover-menu.cjs.entry.js +3 -3
- package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-group.cjs.entry.js +13 -4
- package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js +7 -3
- package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-search-bar.cjs.entry.js +11 -8
- package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +3 -2
- package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-context.cjs.entry.js +2 -1
- package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-text-field.cjs.entry.js +1 -1
- package/dist/cjs/ic-text-field.cjs.entry.js.map +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-toggle-button-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-toggle-button-group.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/ag-theme-icds.css +217 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/ic-accordion/ic-accordion.css +21 -19
- package/dist/collection/components/ic-accordion/ic-accordion.js +27 -30
- package/dist/collection/components/ic-accordion/ic-accordion.js.map +1 -1
- package/dist/collection/components/ic-accordion/test/basic/ic-accordion.spec.js +3 -3
- package/dist/collection/components/ic-accordion/test/basic/ic-accordion.spec.js.map +1 -1
- package/dist/collection/components/ic-accordion-group/ic-accordion-group.css +2 -12
- package/dist/collection/components/ic-accordion-group/ic-accordion-group.js +18 -18
- package/dist/collection/components/ic-accordion-group/ic-accordion-group.js.map +1 -1
- package/dist/collection/components/ic-accordion-group/test/basic/ic-accordion-group.spec.js +3 -3
- package/dist/collection/components/ic-accordion-group/test/basic/ic-accordion-group.spec.js.map +1 -1
- package/dist/collection/components/ic-alert/ic-alert.css +22 -17
- package/dist/collection/components/ic-alert/ic-alert.js +48 -22
- package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
- package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js +1 -1
- package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js.map +1 -1
- package/dist/collection/components/ic-card-vertical/ic-card-vertical.css +98 -114
- package/dist/collection/components/ic-card-vertical/ic-card-vertical.js +46 -24
- package/dist/collection/components/ic-card-vertical/ic-card-vertical.js.map +1 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.css +42 -39
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +28 -2
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.css +15 -2
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +39 -2
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
- package/dist/collection/components/ic-classification-banner/ic-classification-banner.css +13 -25
- package/dist/collection/components/ic-dialog/ic-dialog.css +16 -3
- package/dist/collection/components/ic-dialog/ic-dialog.js +26 -0
- package/dist/collection/components/ic-dialog/ic-dialog.js.map +1 -1
- package/dist/collection/components/ic-divider/ic-divider.css +341 -4
- package/dist/collection/components/ic-divider/ic-divider.js +235 -8
- package/dist/collection/components/ic-divider/ic-divider.js.map +1 -1
- package/dist/collection/components/ic-divider/ic-divider.types.js +2 -0
- package/dist/collection/components/ic-divider/ic-divider.types.js.map +1 -0
- package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js +89 -4
- package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js.map +1 -1
- package/dist/collection/components/ic-footer/ic-footer.css +20 -19
- package/dist/collection/components/ic-footer-link/ic-footer-link.css +2 -2
- package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.css +9 -21
- package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js.map +1 -1
- package/dist/collection/components/ic-hero/ic-hero.css +17 -2
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +3 -2
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js.map +1 -1
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +4 -2
- package/dist/collection/components/ic-input-label/ic-input-label.css +12 -1
- package/dist/collection/components/ic-input-validation/ic-input-validation.css +5 -1
- package/dist/collection/components/ic-menu/ic-menu.css +9 -5
- package/dist/collection/components/ic-menu/ic-menu.js +3 -2
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-menu-group/ic-menu-group.js +1 -1
- package/dist/collection/components/ic-menu-group/ic-menu-group.js.map +1 -1
- package/dist/collection/components/ic-menu-item/ic-menu-item.js +11 -11
- package/dist/collection/components/ic-menu-item/ic-menu-item.js.map +1 -1
- package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js +1 -1
- package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js.map +1 -1
- package/dist/collection/components/ic-navigation-button/ic-navigation-button.js.map +1 -1
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +3 -2
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +31 -3
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
- package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js +12 -0
- package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js.map +1 -1
- package/dist/collection/components/ic-pagination/ic-pagination.css +15 -0
- package/dist/collection/components/ic-pagination/ic-pagination.js +77 -37
- package/dist/collection/components/ic-pagination/ic-pagination.js.map +1 -1
- package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js +1 -1
- package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js.map +1 -1
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.css +26 -6
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +48 -33
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js.map +1 -1
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +3 -3
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js.map +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.css +17 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.js +37 -2
- package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
- package/dist/collection/components/ic-radio-option/ic-radio-option.css +34 -25
- package/dist/collection/components/ic-radio-option/ic-radio-option.js +30 -2
- package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.css +40 -5
- package/dist/collection/components/ic-search-bar/ic-search-bar.js +34 -7
- package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
- package/dist/collection/components/ic-select/ic-select.css +1 -0
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +0 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +2 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
- package/dist/collection/components/ic-tab-context/ic-tab-context.js +2 -1
- package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
- package/dist/collection/components/ic-text-field/ic-text-field.css +6 -4
- package/dist/collection/components/ic-toast/ic-toast.css +25 -16
- package/dist/collection/components/ic-toast/ic-toast.js +1 -2
- package/dist/collection/components/ic-toast/ic-toast.js.map +1 -1
- package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js +12 -12
- package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js.map +1 -1
- package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js +1 -1
- package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js.map +1 -1
- package/dist/collection/components/ic-toggle-button-group/test/ic-toggle-button-group.spec.js +1 -0
- package/dist/collection/components/ic-toggle-button-group/test/ic-toggle-button-group.spec.js.map +1 -1
- package/dist/collection/utils/helpers.js.map +1 -1
- package/dist/components/helpers.js.map +1 -1
- package/dist/components/ic-accordion-group.js +11 -11
- package/dist/components/ic-accordion-group.js.map +1 -1
- package/dist/components/ic-accordion.js +5 -5
- package/dist/components/ic-accordion.js.map +1 -1
- package/dist/components/ic-alert.js +8 -5
- package/dist/components/ic-alert.js.map +1 -1
- package/dist/components/ic-card-vertical.js +23 -24
- package/dist/components/ic-card-vertical.js.map +1 -1
- package/dist/components/ic-checkbox-group.js +18 -5
- package/dist/components/ic-checkbox-group.js.map +1 -1
- package/dist/components/ic-checkbox.js +5 -2
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-classification-banner.js +1 -1
- package/dist/components/ic-classification-banner.js.map +1 -1
- package/dist/components/ic-dialog.js +4 -1
- package/dist/components/ic-dialog.js.map +1 -1
- package/dist/components/ic-divider2.js +86 -9
- package/dist/components/ic-divider2.js.map +1 -1
- package/dist/components/ic-footer-link-group.js +1 -1
- package/dist/components/ic-footer-link-group.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-footer.js +1 -1
- package/dist/components/ic-footer.js.map +1 -1
- package/dist/components/ic-hero.js +1 -1
- package/dist/components/ic-hero.js.map +1 -1
- package/dist/components/ic-horizontal-scroll2.js +3 -2
- package/dist/components/ic-horizontal-scroll2.js.map +1 -1
- package/dist/components/ic-input-component-container2.js +1 -1
- package/dist/components/ic-input-component-container2.js.map +1 -1
- package/dist/components/ic-input-label2.js +1 -1
- package/dist/components/ic-input-label2.js.map +1 -1
- package/dist/components/ic-input-validation2.js +1 -1
- package/dist/components/ic-input-validation2.js.map +1 -1
- package/dist/components/ic-menu-group.js +1 -1
- package/dist/components/ic-menu-group.js.map +1 -1
- package/dist/components/ic-menu-item2.js +10 -10
- package/dist/components/ic-menu-item2.js.map +1 -1
- package/dist/components/ic-menu2.js +4 -3
- package/dist/components/ic-menu2.js.map +1 -1
- package/dist/components/ic-navigation-button.js.map +1 -1
- package/dist/components/ic-navigation-group.js +3 -2
- package/dist/components/ic-navigation-group.js.map +1 -1
- package/dist/components/ic-navigation-item.js +30 -2
- package/dist/components/ic-navigation-item.js.map +1 -1
- package/dist/components/ic-pagination-item2.js +9 -11
- package/dist/components/ic-pagination-item2.js.map +1 -1
- package/dist/components/ic-pagination.js +38 -15
- package/dist/components/ic-pagination.js.map +1 -1
- package/dist/components/ic-popover-menu.js +3 -3
- package/dist/components/ic-popover-menu.js.map +1 -1
- package/dist/components/ic-radio-group.js +16 -5
- package/dist/components/ic-radio-group.js.map +1 -1
- package/dist/components/ic-radio-option.js +8 -3
- package/dist/components/ic-radio-option.js.map +1 -1
- package/dist/components/ic-search-bar.js +12 -8
- package/dist/components/ic-search-bar.js.map +1 -1
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +3 -2
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-tab-context.js +2 -1
- package/dist/components/ic-tab-context.js.map +1 -1
- package/dist/components/ic-text-field2.js +1 -1
- package/dist/components/ic-text-field2.js.map +1 -1
- package/dist/components/ic-toast.js +3 -3
- package/dist/components/ic-toast.js.map +1 -1
- package/dist/components/ic-toggle-button-group.js +1 -1
- package/dist/components/ic-toggle-button-group.js.map +1 -1
- package/dist/core/ag-theme-icds.css +217 -0
- package/dist/core/core.css +125 -13
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/{p-43256b7c.entry.js → p-13d5875c.entry.js} +2 -2
- package/dist/core/p-13d5875c.entry.js.map +1 -0
- package/dist/core/p-19872973.entry.js +2 -0
- package/dist/core/p-19872973.entry.js.map +1 -0
- package/dist/core/p-2140431c.entry.js +2 -0
- package/dist/core/p-2140431c.entry.js.map +1 -0
- package/dist/core/p-29767574.entry.js +2 -0
- package/dist/core/p-29767574.entry.js.map +1 -0
- package/dist/core/p-2e909738.entry.js +2 -0
- package/dist/core/p-2e909738.entry.js.map +1 -0
- package/dist/core/p-2eae9b27.entry.js.map +1 -1
- package/dist/core/p-2ef46ead.entry.js +2 -0
- package/dist/core/p-2ef46ead.entry.js.map +1 -0
- package/dist/core/{p-14dfd8db.entry.js → p-428f95f8.entry.js} +2 -2
- package/dist/core/{p-14dfd8db.entry.js.map → p-428f95f8.entry.js.map} +1 -1
- package/dist/core/p-4973c563.entry.js +2 -0
- package/dist/core/p-4973c563.entry.js.map +1 -0
- package/dist/core/p-5f4a6555.entry.js +2 -0
- package/dist/core/p-5f4a6555.entry.js.map +1 -0
- package/dist/core/p-605c0c92.entry.js +2 -0
- package/dist/core/p-605c0c92.entry.js.map +1 -0
- package/dist/core/p-655a9e0f.entry.js +2 -0
- package/dist/core/p-655a9e0f.entry.js.map +1 -0
- package/dist/core/p-65a16de9.entry.js +2 -0
- package/dist/core/p-65a16de9.entry.js.map +1 -0
- package/dist/core/p-705eb610.entry.js +2 -0
- package/dist/core/p-705eb610.entry.js.map +1 -0
- package/dist/core/p-78c1f1cc.entry.js +2 -0
- package/dist/core/p-78c1f1cc.entry.js.map +1 -0
- package/dist/core/p-7bff1e96.entry.js +2 -0
- package/dist/core/p-7bff1e96.entry.js.map +1 -0
- package/dist/core/{p-726673ee.entry.js → p-806a0fab.entry.js} +2 -2
- package/dist/core/p-806a0fab.entry.js.map +1 -0
- package/dist/core/p-85173458.entry.js +2 -0
- package/dist/core/p-85173458.entry.js.map +1 -0
- package/dist/core/{p-b01ffa55.entry.js → p-96b4ca6e.entry.js} +2 -2
- package/dist/core/p-96b4ca6e.entry.js.map +1 -0
- package/dist/core/p-979c2792.entry.js +2 -0
- package/dist/core/p-979c2792.entry.js.map +1 -0
- package/dist/core/p-9ec7f96c.entry.js +2 -0
- package/dist/core/p-9ec7f96c.entry.js.map +1 -0
- package/dist/core/{p-f60dbd0e.entry.js → p-9fa93dfe.entry.js} +2 -2
- package/dist/core/p-9fa93dfe.entry.js.map +1 -0
- package/dist/core/p-a9341313.entry.js +2 -0
- package/dist/core/p-a9341313.entry.js.map +1 -0
- package/dist/core/{p-31fc8756.entry.js → p-ae0775aa.entry.js} +2 -2
- package/dist/core/p-ae0775aa.entry.js.map +1 -0
- package/dist/core/p-b7eb8ef9.js.map +1 -1
- package/dist/core/p-bbeb03ef.entry.js +2 -0
- package/dist/core/p-bbeb03ef.entry.js.map +1 -0
- package/dist/core/p-cedc375e.entry.js +2 -0
- package/dist/core/p-cedc375e.entry.js.map +1 -0
- package/dist/core/{p-dd36bf1b.entry.js → p-d4a83e25.entry.js} +2 -2
- package/dist/core/p-d4a83e25.entry.js.map +1 -0
- package/dist/core/{p-b78f8b8c.entry.js → p-d93bac01.entry.js} +2 -2
- package/dist/core/p-d93bac01.entry.js.map +1 -0
- package/dist/core/{p-50ead56c.entry.js → p-df957570.entry.js} +2 -2
- package/dist/core/p-df957570.entry.js.map +1 -0
- package/dist/core/p-ebafab37.entry.js.map +1 -1
- package/dist/core/p-ef78bebc.entry.js +2 -0
- package/dist/core/p-ef78bebc.entry.js.map +1 -0
- package/dist/core/p-f0ae2b99.entry.js +2 -0
- package/dist/core/p-f0ae2b99.entry.js.map +1 -0
- package/dist/core/p-fdd0b732.entry.js +2 -0
- package/dist/core/p-fdd0b732.entry.js.map +1 -0
- package/dist/esm/core.js +1 -1
- package/dist/esm/helpers-e8797e8d.js.map +1 -1
- package/dist/esm/ic-accordion-group.entry.js +9 -9
- package/dist/esm/ic-accordion-group.entry.js.map +1 -1
- package/dist/esm/ic-accordion.entry.js +4 -4
- package/dist/esm/ic-accordion.entry.js.map +1 -1
- package/dist/esm/ic-alert.entry.js +6 -4
- package/dist/esm/ic-alert.entry.js.map +1 -1
- package/dist/esm/ic-card-vertical.entry.js +22 -24
- package/dist/esm/ic-card-vertical.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +15 -4
- package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
- package/dist/esm/ic-checkbox.entry.js +4 -2
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-classification-banner.entry.js +1 -1
- package/dist/esm/ic-classification-banner.entry.js.map +1 -1
- package/dist/esm/ic-dialog.entry.js +3 -1
- package/dist/esm/ic-dialog.entry.js.map +1 -1
- package/dist/esm/ic-divider.entry.js +72 -8
- package/dist/esm/ic-divider.entry.js.map +1 -1
- package/dist/esm/ic-footer-link-group.entry.js +1 -1
- package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
- package/dist/esm/ic-footer-link.entry.js +1 -1
- package/dist/esm/ic-footer-link.entry.js.map +1 -1
- package/dist/esm/ic-footer.entry.js +1 -1
- package/dist/esm/ic-footer.entry.js.map +1 -1
- package/dist/esm/ic-hero.entry.js +1 -1
- package/dist/esm/ic-hero.entry.js.map +1 -1
- package/dist/esm/ic-horizontal-scroll.entry.js +3 -2
- package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -1
- package/dist/esm/ic-input-component-container_3.entry.js +5 -4
- package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
- package/dist/esm/ic-input-label_2.entry.js +2 -2
- package/dist/esm/ic-input-label_2.entry.js.map +1 -1
- package/dist/esm/ic-menu-group.entry.js +1 -1
- package/dist/esm/ic-menu-group.entry.js.map +1 -1
- package/dist/esm/ic-menu-item.entry.js +9 -9
- package/dist/esm/ic-menu-item.entry.js.map +1 -1
- package/dist/esm/ic-navigation-button.entry.js.map +1 -1
- package/dist/esm/ic-navigation-group.entry.js +3 -2
- package/dist/esm/ic-navigation-group.entry.js.map +1 -1
- package/dist/esm/ic-navigation-item.entry.js +29 -2
- package/dist/esm/ic-navigation-item.entry.js.map +1 -1
- package/dist/esm/ic-pagination-item.entry.js +7 -10
- package/dist/esm/ic-pagination-item.entry.js.map +1 -1
- package/dist/esm/ic-pagination.entry.js +36 -14
- package/dist/esm/ic-pagination.entry.js.map +1 -1
- package/dist/esm/ic-popover-menu.entry.js +3 -3
- package/dist/esm/ic-popover-menu.entry.js.map +1 -1
- package/dist/esm/ic-radio-group.entry.js +13 -4
- package/dist/esm/ic-radio-group.entry.js.map +1 -1
- package/dist/esm/ic-radio-option.entry.js +7 -3
- package/dist/esm/ic-radio-option.entry.js.map +1 -1
- package/dist/esm/ic-search-bar.entry.js +11 -8
- package/dist/esm/ic-search-bar.entry.js.map +1 -1
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +3 -2
- package/dist/esm/ic-side-navigation.entry.js.map +1 -1
- package/dist/esm/ic-tab-context.entry.js +2 -1
- package/dist/esm/ic-tab-context.entry.js.map +1 -1
- package/dist/esm/ic-text-field.entry.js +1 -1
- package/dist/esm/ic-text-field.entry.js.map +1 -1
- package/dist/esm/ic-toast.entry.js +3 -3
- package/dist/esm/ic-toast.entry.js.map +1 -1
- package/dist/esm/ic-toggle-button-group.entry.js +1 -1
- package/dist/esm/ic-toggle-button-group.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/ic-accordion/ic-accordion.d.ts +5 -5
- package/dist/types/components/ic-accordion-group/ic-accordion-group.d.ts +4 -4
- package/dist/types/components/ic-alert/ic-alert.d.ts +9 -5
- package/dist/types/components/ic-card-vertical/ic-card-vertical.d.ts +7 -3
- package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +6 -2
- package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +7 -1
- package/dist/types/components/ic-dialog/ic-dialog.d.ts +5 -0
- package/dist/types/components/ic-divider/ic-divider.d.ts +31 -1
- package/dist/types/components/ic-divider/ic-divider.types.d.ts +3 -0
- package/dist/types/components/ic-footer-link-group/ic-footer-link-group.d.ts +2 -1
- package/dist/types/components/ic-menu-item/ic-menu-item.d.ts +1 -1
- package/dist/types/components/ic-navigation-button/ic-navigation-button.d.ts +2 -2
- package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +2 -2
- package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +7 -2
- package/dist/types/components/ic-pagination/ic-pagination.d.ts +13 -5
- package/dist/types/components/ic-pagination-item/ic-pagination-item.d.ts +9 -5
- package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +6 -1
- package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +5 -1
- package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +5 -1
- package/dist/types/components.d.ts +176 -31
- package/dist/types/utils/helpers.d.ts +2 -2
- package/hydrate/index.js +294 -135
- package/package.json +2 -2
- package/vscode-data.json +281 -48
- package/dist/core/p-0395442c.entry.js +0 -2
- package/dist/core/p-0395442c.entry.js.map +0 -1
- package/dist/core/p-0d233b0c.entry.js +0 -2
- package/dist/core/p-0d233b0c.entry.js.map +0 -1
- package/dist/core/p-134def81.entry.js +0 -2
- package/dist/core/p-134def81.entry.js.map +0 -1
- package/dist/core/p-1b116dd1.entry.js +0 -2
- package/dist/core/p-1b116dd1.entry.js.map +0 -1
- package/dist/core/p-21cc87c0.entry.js +0 -2
- package/dist/core/p-21cc87c0.entry.js.map +0 -1
- package/dist/core/p-31fc8756.entry.js.map +0 -1
- package/dist/core/p-3618ac34.entry.js +0 -2
- package/dist/core/p-3618ac34.entry.js.map +0 -1
- package/dist/core/p-384d454d.entry.js +0 -2
- package/dist/core/p-384d454d.entry.js.map +0 -1
- package/dist/core/p-3d417eff.entry.js +0 -2
- package/dist/core/p-3d417eff.entry.js.map +0 -1
- package/dist/core/p-43256b7c.entry.js.map +0 -1
- package/dist/core/p-50ead56c.entry.js.map +0 -1
- package/dist/core/p-6d3e4bb1.entry.js +0 -2
- package/dist/core/p-6d3e4bb1.entry.js.map +0 -1
- package/dist/core/p-726673ee.entry.js.map +0 -1
- package/dist/core/p-72d30c8a.entry.js +0 -2
- package/dist/core/p-72d30c8a.entry.js.map +0 -1
- package/dist/core/p-7827b5cb.entry.js +0 -2
- package/dist/core/p-7827b5cb.entry.js.map +0 -1
- package/dist/core/p-7fbf2d3e.entry.js +0 -2
- package/dist/core/p-7fbf2d3e.entry.js.map +0 -1
- package/dist/core/p-91cf9b2b.entry.js +0 -2
- package/dist/core/p-91cf9b2b.entry.js.map +0 -1
- package/dist/core/p-ac4b7329.entry.js +0 -2
- package/dist/core/p-ac4b7329.entry.js.map +0 -1
- package/dist/core/p-b01ffa55.entry.js.map +0 -1
- package/dist/core/p-b17c94b7.entry.js +0 -2
- package/dist/core/p-b17c94b7.entry.js.map +0 -1
- package/dist/core/p-b78f8b8c.entry.js.map +0 -1
- package/dist/core/p-b95a72a3.entry.js +0 -2
- package/dist/core/p-b95a72a3.entry.js.map +0 -1
- package/dist/core/p-b997064c.entry.js +0 -2
- package/dist/core/p-b997064c.entry.js.map +0 -1
- package/dist/core/p-cf7db84a.entry.js +0 -2
- package/dist/core/p-cf7db84a.entry.js.map +0 -1
- package/dist/core/p-dd36bf1b.entry.js.map +0 -1
- package/dist/core/p-e488de54.entry.js +0 -2
- package/dist/core/p-e488de54.entry.js.map +0 -1
- package/dist/core/p-e4d1839e.entry.js +0 -2
- package/dist/core/p-e4d1839e.entry.js.map +0 -1
- package/dist/core/p-f0fc1bf0.entry.js +0 -2
- package/dist/core/p-f0fc1bf0.entry.js.map +0 -1
- package/dist/core/p-f60dbd0e.entry.js.map +0 -1
- package/dist/core/p-ff4298b1.entry.js +0 -2
- package/dist/core/p-ff4298b1.entry.js.map +0 -1
|
@@ -11,6 +11,7 @@ import { IcBadgePositions, IcBadgeTypes, IcBadgeVariants } from "./components/ic
|
|
|
11
11
|
import { IcButtonTooltipPlacement, IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
|
|
12
12
|
import { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
|
|
13
13
|
import { IcProtectiveMarkings } from "./components/ic-classification-banner/ic-classification-banner.types";
|
|
14
|
+
import { IcDividerLabelPlacement, IcDividerStyles, IcDividerWeights } from "./components/ic-divider/ic-divider.types";
|
|
14
15
|
import { IcEmptyStateAlignment } from "./components/ic-empty-state/ic-empty-state.types";
|
|
15
16
|
import { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
|
|
16
17
|
import { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
|
|
@@ -39,6 +40,7 @@ export { IcBadgePositions, IcBadgeTypes, IcBadgeVariants } from "./components/ic
|
|
|
39
40
|
export { IcButtonTooltipPlacement, IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
|
|
40
41
|
export { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
|
|
41
42
|
export { IcProtectiveMarkings } from "./components/ic-classification-banner/ic-classification-banner.types";
|
|
43
|
+
export { IcDividerLabelPlacement, IcDividerStyles, IcDividerWeights } from "./components/ic-divider/ic-divider.types";
|
|
42
44
|
export { IcEmptyStateAlignment } from "./components/ic-empty-state/ic-empty-state.types";
|
|
43
45
|
export { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
|
|
44
46
|
export { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
|
|
@@ -63,7 +65,6 @@ export { IcTooltipPlacements } from "./components/ic-tooltip/ic-tooltip.types";
|
|
|
63
65
|
export { Options } from "@popperjs/core";
|
|
64
66
|
export namespace Components {
|
|
65
67
|
interface IcAccordion {
|
|
66
|
-
"appearance"?: IcThemeForeground;
|
|
67
68
|
/**
|
|
68
69
|
* If `true`, the accordion will be disabled.
|
|
69
70
|
*/
|
|
@@ -88,16 +89,16 @@ export namespace Components {
|
|
|
88
89
|
* The size of the accordion.
|
|
89
90
|
*/
|
|
90
91
|
"size"?: IcSizes;
|
|
92
|
+
/**
|
|
93
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
94
|
+
*/
|
|
95
|
+
"theme"?: IcThemeMode;
|
|
91
96
|
}
|
|
92
97
|
interface IcAccordionGroup {
|
|
93
98
|
/**
|
|
94
99
|
* The accessible button label to provide more context to the 'See all/Hide all' button for screen reader users.
|
|
95
100
|
*/
|
|
96
101
|
"accessibleButtonLabel": string;
|
|
97
|
-
/**
|
|
98
|
-
* The appearance of the accordion group, e.g dark, or light.
|
|
99
|
-
*/
|
|
100
|
-
"appearance": IcThemeForeground;
|
|
101
102
|
/**
|
|
102
103
|
* If `true`, the accordion will load in an expanded state.
|
|
103
104
|
*/
|
|
@@ -118,6 +119,10 @@ export namespace Components {
|
|
|
118
119
|
* The size of the accordion.
|
|
119
120
|
*/
|
|
120
121
|
"size"?: IcSizes;
|
|
122
|
+
/**
|
|
123
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
124
|
+
*/
|
|
125
|
+
"theme"?: IcThemeMode;
|
|
121
126
|
}
|
|
122
127
|
interface IcAlert {
|
|
123
128
|
/**
|
|
@@ -140,6 +145,10 @@ export namespace Components {
|
|
|
140
145
|
* If `true`, the default icon for the neutral variant will appear on the left of the alert.
|
|
141
146
|
*/
|
|
142
147
|
"showDefaultIcon": boolean;
|
|
148
|
+
/**
|
|
149
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
150
|
+
*/
|
|
151
|
+
"theme"?: IcThemeMode;
|
|
143
152
|
/**
|
|
144
153
|
* If `true`, the title and message will appear above and below instead of inline.
|
|
145
154
|
*/
|
|
@@ -388,7 +397,7 @@ export namespace Components {
|
|
|
388
397
|
/**
|
|
389
398
|
* The URL that the clickable card link points to. If set, the clickable card will render as an "a" tag, otherwise it will render as a button.
|
|
390
399
|
*/
|
|
391
|
-
"href"?: string
|
|
400
|
+
"href"?: string;
|
|
392
401
|
/**
|
|
393
402
|
* The human language of the linked URL.
|
|
394
403
|
*/
|
|
@@ -417,6 +426,10 @@ export namespace Components {
|
|
|
417
426
|
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
418
427
|
*/
|
|
419
428
|
"target"?: string;
|
|
429
|
+
/**
|
|
430
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
431
|
+
*/
|
|
432
|
+
"theme"?: IcThemeMode;
|
|
420
433
|
}
|
|
421
434
|
interface IcCheckbox {
|
|
422
435
|
/**
|
|
@@ -424,7 +437,7 @@ export namespace Components {
|
|
|
424
437
|
*/
|
|
425
438
|
"additionalFieldDisplay": IcAdditionalFieldTypes;
|
|
426
439
|
/**
|
|
427
|
-
* If `true`, the checkbox will be set to the checked state.
|
|
440
|
+
* If `true`, the checkbox will be set to the checked state. This is only the initial state and will be updated to unchecked if the checkbox is clicked.
|
|
428
441
|
*/
|
|
429
442
|
"checked"?: boolean;
|
|
430
443
|
/**
|
|
@@ -471,6 +484,10 @@ export namespace Components {
|
|
|
471
484
|
* The size of the checkbox to be displayed. This does not affect the font size of the label. If a checkbox is contained in a checkbox group, this will override the size set on checkbox group.
|
|
472
485
|
*/
|
|
473
486
|
"size"?: IcSizes;
|
|
487
|
+
/**
|
|
488
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
489
|
+
*/
|
|
490
|
+
"theme"?: IcThemeMode;
|
|
474
491
|
/**
|
|
475
492
|
* The value for the checkbox.
|
|
476
493
|
*/
|
|
@@ -505,6 +522,10 @@ export namespace Components {
|
|
|
505
522
|
* The size of the checkboxes to be displayed. This does not affect the font size of the label.
|
|
506
523
|
*/
|
|
507
524
|
"size"?: IcSizes;
|
|
525
|
+
/**
|
|
526
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
527
|
+
*/
|
|
528
|
+
"theme"?: IcThemeMode;
|
|
508
529
|
/**
|
|
509
530
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
|
510
531
|
*/
|
|
@@ -659,8 +680,40 @@ export namespace Components {
|
|
|
659
680
|
* Sets the maximum and minimum height and width for the dialog.
|
|
660
681
|
*/
|
|
661
682
|
"size"?: "small" | "medium" | "large";
|
|
683
|
+
/**
|
|
684
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
685
|
+
*/
|
|
686
|
+
"theme"?: IcThemeMode;
|
|
662
687
|
}
|
|
663
688
|
interface IcDivider {
|
|
689
|
+
/**
|
|
690
|
+
* The line style of the divider.
|
|
691
|
+
*/
|
|
692
|
+
"borderStyle": IcDividerStyles;
|
|
693
|
+
/**
|
|
694
|
+
* The label for the divider. The label placement will need to be set for the label to be displayed correctly.
|
|
695
|
+
*/
|
|
696
|
+
"label"?: string;
|
|
697
|
+
/**
|
|
698
|
+
* The position the label is placed on the divider. `Left` and `right` placement is only applicable when orientation is set to `horizontal`. `Top` and `bottom` placement is only applicable when orientation is set to `vertical`. `Center` placement is applicable for both orientations.
|
|
699
|
+
*/
|
|
700
|
+
"labelPlacement"?: IcDividerLabelPlacement;
|
|
701
|
+
/**
|
|
702
|
+
* If `true`, the divider will be displayed in a grey colour.
|
|
703
|
+
*/
|
|
704
|
+
"monochrome"?: boolean;
|
|
705
|
+
/**
|
|
706
|
+
* The orientation of the divider.
|
|
707
|
+
*/
|
|
708
|
+
"orientation": IcOrientation;
|
|
709
|
+
/**
|
|
710
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
711
|
+
*/
|
|
712
|
+
"theme"?: IcThemeMode | IcThemeForeground;
|
|
713
|
+
/**
|
|
714
|
+
* The thickness of the divider.
|
|
715
|
+
*/
|
|
716
|
+
"weight": IcDividerWeights;
|
|
664
717
|
}
|
|
665
718
|
interface IcEmptyState {
|
|
666
719
|
/**
|
|
@@ -1077,7 +1130,7 @@ export namespace Components {
|
|
|
1077
1130
|
/**
|
|
1078
1131
|
* The label describing the keyboard shortcut for a menu item's action.
|
|
1079
1132
|
*/
|
|
1080
|
-
"
|
|
1133
|
+
"keyboardShortcutLabel"?: string;
|
|
1081
1134
|
/**
|
|
1082
1135
|
* The label to display in the menu item.
|
|
1083
1136
|
*/
|
|
@@ -1241,10 +1294,6 @@ export namespace Components {
|
|
|
1241
1294
|
* The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
1242
1295
|
*/
|
|
1243
1296
|
"adjacentPageCount": number;
|
|
1244
|
-
/**
|
|
1245
|
-
* The appearance of the pagination, e.g. dark, light or the default.
|
|
1246
|
-
*/
|
|
1247
|
-
"appearance": IcThemeForeground;
|
|
1248
1297
|
/**
|
|
1249
1298
|
* The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
1250
1299
|
*/
|
|
@@ -1273,6 +1322,10 @@ export namespace Components {
|
|
|
1273
1322
|
* The label for the pagination item (applicable when simple pagination is being used).
|
|
1274
1323
|
*/
|
|
1275
1324
|
"label": string;
|
|
1325
|
+
/**
|
|
1326
|
+
* If `true`, the pagination will display as black in the light theme, and white in dark theme.
|
|
1327
|
+
*/
|
|
1328
|
+
"monochrome"?: boolean;
|
|
1276
1329
|
/**
|
|
1277
1330
|
* The total number of pages.
|
|
1278
1331
|
*/
|
|
@@ -1282,16 +1335,16 @@ export namespace Components {
|
|
|
1282
1335
|
* @param page The page number to set as the current page
|
|
1283
1336
|
*/
|
|
1284
1337
|
"setCurrentPage": (page: number) => Promise<void>;
|
|
1338
|
+
/**
|
|
1339
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
1340
|
+
*/
|
|
1341
|
+
"theme"?: IcThemeMode;
|
|
1285
1342
|
/**
|
|
1286
1343
|
* The type of pagination to be used.
|
|
1287
1344
|
*/
|
|
1288
1345
|
"type": IcPaginationTypes;
|
|
1289
1346
|
}
|
|
1290
1347
|
interface IcPaginationItem {
|
|
1291
|
-
/**
|
|
1292
|
-
* The appearance of the pagination, e.g. dark, light or the default.
|
|
1293
|
-
*/
|
|
1294
|
-
"appearance": IcThemeForeground;
|
|
1295
1348
|
/**
|
|
1296
1349
|
* If `true`, the pagination item will be disabled.
|
|
1297
1350
|
*/
|
|
@@ -1300,6 +1353,10 @@ export namespace Components {
|
|
|
1300
1353
|
* The label for the pagination item (applicable when simple pagination is being used).
|
|
1301
1354
|
*/
|
|
1302
1355
|
"label": string;
|
|
1356
|
+
/**
|
|
1357
|
+
* If `true`, the pagination item will display as black in the light theme, and white in dark theme.
|
|
1358
|
+
*/
|
|
1359
|
+
"monochrome"?: boolean;
|
|
1303
1360
|
/**
|
|
1304
1361
|
* The current page number.
|
|
1305
1362
|
*/
|
|
@@ -1308,6 +1365,10 @@ export namespace Components {
|
|
|
1308
1365
|
* If `true`, the pagination item will be selected.
|
|
1309
1366
|
*/
|
|
1310
1367
|
"selected": boolean;
|
|
1368
|
+
/**
|
|
1369
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
1370
|
+
*/
|
|
1371
|
+
"theme"?: IcThemeMode;
|
|
1311
1372
|
/**
|
|
1312
1373
|
* The type of pagination item - 'page' or 'ellipsis'.
|
|
1313
1374
|
*/
|
|
@@ -1373,6 +1434,10 @@ export namespace Components {
|
|
|
1373
1434
|
* The size of the radio group component.
|
|
1374
1435
|
*/
|
|
1375
1436
|
"size"?: IcSizesNoLarge;
|
|
1437
|
+
/**
|
|
1438
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
1439
|
+
*/
|
|
1440
|
+
"theme"?: IcThemeMode;
|
|
1376
1441
|
/**
|
|
1377
1442
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
|
1378
1443
|
*/
|
|
@@ -1420,6 +1485,10 @@ export namespace Components {
|
|
|
1420
1485
|
*/
|
|
1421
1486
|
"setFocus": () => Promise<void>;
|
|
1422
1487
|
"setTabIndex": (value: number) => Promise<void>;
|
|
1488
|
+
/**
|
|
1489
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
1490
|
+
*/
|
|
1491
|
+
"theme"?: IcThemeMode;
|
|
1423
1492
|
/**
|
|
1424
1493
|
* The value for the radio option.
|
|
1425
1494
|
*/
|
|
@@ -1538,6 +1607,10 @@ export namespace Components {
|
|
|
1538
1607
|
* If `true`, the value of the search will have its spelling and grammar checked.
|
|
1539
1608
|
*/
|
|
1540
1609
|
"spellcheck": boolean;
|
|
1610
|
+
/**
|
|
1611
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
1612
|
+
*/
|
|
1613
|
+
"theme"?: IcThemeMode;
|
|
1541
1614
|
/**
|
|
1542
1615
|
* If using external filtering, set a timeout for when loading takes too long.
|
|
1543
1616
|
*/
|
|
@@ -3293,16 +3366,16 @@ declare namespace LocalJSX {
|
|
|
3293
3366
|
* The size of the accordion.
|
|
3294
3367
|
*/
|
|
3295
3368
|
"size"?: IcSizes;
|
|
3369
|
+
/**
|
|
3370
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
3371
|
+
*/
|
|
3372
|
+
"theme"?: IcThemeMode;
|
|
3296
3373
|
}
|
|
3297
3374
|
interface IcAccordionGroup {
|
|
3298
3375
|
/**
|
|
3299
3376
|
* The accessible button label to provide more context to the 'See all/Hide all' button for screen reader users.
|
|
3300
3377
|
*/
|
|
3301
3378
|
"accessibleButtonLabel"?: string;
|
|
3302
|
-
/**
|
|
3303
|
-
* The appearance of the accordion group, e.g dark, or light.
|
|
3304
|
-
*/
|
|
3305
|
-
"appearance"?: IcThemeForeground;
|
|
3306
3379
|
/**
|
|
3307
3380
|
* If `true`, the accordion will load in an expanded state.
|
|
3308
3381
|
*/
|
|
@@ -3319,6 +3392,10 @@ declare namespace LocalJSX {
|
|
|
3319
3392
|
* The size of the accordion.
|
|
3320
3393
|
*/
|
|
3321
3394
|
"size"?: IcSizes;
|
|
3395
|
+
/**
|
|
3396
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
3397
|
+
*/
|
|
3398
|
+
"theme"?: IcThemeMode;
|
|
3322
3399
|
}
|
|
3323
3400
|
interface IcAlert {
|
|
3324
3401
|
/**
|
|
@@ -3345,6 +3422,10 @@ declare namespace LocalJSX {
|
|
|
3345
3422
|
* If `true`, the default icon for the neutral variant will appear on the left of the alert.
|
|
3346
3423
|
*/
|
|
3347
3424
|
"showDefaultIcon"?: boolean;
|
|
3425
|
+
/**
|
|
3426
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
3427
|
+
*/
|
|
3428
|
+
"theme"?: IcThemeMode;
|
|
3348
3429
|
/**
|
|
3349
3430
|
* If `true`, the title and message will appear above and below instead of inline.
|
|
3350
3431
|
*/
|
|
@@ -3592,7 +3673,7 @@ declare namespace LocalJSX {
|
|
|
3592
3673
|
/**
|
|
3593
3674
|
* The URL that the clickable card link points to. If set, the clickable card will render as an "a" tag, otherwise it will render as a button.
|
|
3594
3675
|
*/
|
|
3595
|
-
"href"?: string
|
|
3676
|
+
"href"?: string;
|
|
3596
3677
|
/**
|
|
3597
3678
|
* The human language of the linked URL.
|
|
3598
3679
|
*/
|
|
@@ -3617,6 +3698,10 @@ declare namespace LocalJSX {
|
|
|
3617
3698
|
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
3618
3699
|
*/
|
|
3619
3700
|
"target"?: string;
|
|
3701
|
+
/**
|
|
3702
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
3703
|
+
*/
|
|
3704
|
+
"theme"?: IcThemeMode;
|
|
3620
3705
|
}
|
|
3621
3706
|
interface IcCheckbox {
|
|
3622
3707
|
/**
|
|
@@ -3624,7 +3709,7 @@ declare namespace LocalJSX {
|
|
|
3624
3709
|
*/
|
|
3625
3710
|
"additionalFieldDisplay"?: IcAdditionalFieldTypes;
|
|
3626
3711
|
/**
|
|
3627
|
-
* If `true`, the checkbox will be set to the checked state.
|
|
3712
|
+
* If `true`, the checkbox will be set to the checked state. This is only the initial state and will be updated to unchecked if the checkbox is clicked.
|
|
3628
3713
|
*/
|
|
3629
3714
|
"checked"?: boolean;
|
|
3630
3715
|
/**
|
|
@@ -3671,6 +3756,10 @@ declare namespace LocalJSX {
|
|
|
3671
3756
|
* The size of the checkbox to be displayed. This does not affect the font size of the label. If a checkbox is contained in a checkbox group, this will override the size set on checkbox group.
|
|
3672
3757
|
*/
|
|
3673
3758
|
"size"?: IcSizes;
|
|
3759
|
+
/**
|
|
3760
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
3761
|
+
*/
|
|
3762
|
+
"theme"?: IcThemeMode;
|
|
3674
3763
|
/**
|
|
3675
3764
|
* The value for the checkbox.
|
|
3676
3765
|
*/
|
|
@@ -3709,6 +3798,10 @@ declare namespace LocalJSX {
|
|
|
3709
3798
|
* The size of the checkboxes to be displayed. This does not affect the font size of the label.
|
|
3710
3799
|
*/
|
|
3711
3800
|
"size"?: IcSizes;
|
|
3801
|
+
/**
|
|
3802
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
3803
|
+
*/
|
|
3804
|
+
"theme"?: IcThemeMode;
|
|
3712
3805
|
/**
|
|
3713
3806
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
|
3714
3807
|
*/
|
|
@@ -3871,8 +3964,40 @@ declare namespace LocalJSX {
|
|
|
3871
3964
|
* Sets the maximum and minimum height and width for the dialog.
|
|
3872
3965
|
*/
|
|
3873
3966
|
"size"?: "small" | "medium" | "large";
|
|
3967
|
+
/**
|
|
3968
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
3969
|
+
*/
|
|
3970
|
+
"theme"?: IcThemeMode;
|
|
3874
3971
|
}
|
|
3875
3972
|
interface IcDivider {
|
|
3973
|
+
/**
|
|
3974
|
+
* The line style of the divider.
|
|
3975
|
+
*/
|
|
3976
|
+
"borderStyle"?: IcDividerStyles;
|
|
3977
|
+
/**
|
|
3978
|
+
* The label for the divider. The label placement will need to be set for the label to be displayed correctly.
|
|
3979
|
+
*/
|
|
3980
|
+
"label"?: string;
|
|
3981
|
+
/**
|
|
3982
|
+
* The position the label is placed on the divider. `Left` and `right` placement is only applicable when orientation is set to `horizontal`. `Top` and `bottom` placement is only applicable when orientation is set to `vertical`. `Center` placement is applicable for both orientations.
|
|
3983
|
+
*/
|
|
3984
|
+
"labelPlacement"?: IcDividerLabelPlacement;
|
|
3985
|
+
/**
|
|
3986
|
+
* If `true`, the divider will be displayed in a grey colour.
|
|
3987
|
+
*/
|
|
3988
|
+
"monochrome"?: boolean;
|
|
3989
|
+
/**
|
|
3990
|
+
* The orientation of the divider.
|
|
3991
|
+
*/
|
|
3992
|
+
"orientation"?: IcOrientation;
|
|
3993
|
+
/**
|
|
3994
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
3995
|
+
*/
|
|
3996
|
+
"theme"?: IcThemeMode | IcThemeForeground;
|
|
3997
|
+
/**
|
|
3998
|
+
* The thickness of the divider.
|
|
3999
|
+
*/
|
|
4000
|
+
"weight"?: IcDividerWeights;
|
|
3876
4001
|
}
|
|
3877
4002
|
interface IcEmptyState {
|
|
3878
4003
|
/**
|
|
@@ -4270,7 +4395,7 @@ declare namespace LocalJSX {
|
|
|
4270
4395
|
/**
|
|
4271
4396
|
* The label describing the keyboard shortcut for a menu item's action.
|
|
4272
4397
|
*/
|
|
4273
|
-
"
|
|
4398
|
+
"keyboardShortcutLabel"?: string;
|
|
4274
4399
|
/**
|
|
4275
4400
|
* The label to display in the menu item.
|
|
4276
4401
|
*/
|
|
@@ -4419,10 +4544,6 @@ declare namespace LocalJSX {
|
|
|
4419
4544
|
* The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
4420
4545
|
*/
|
|
4421
4546
|
"adjacentPageCount"?: number;
|
|
4422
|
-
/**
|
|
4423
|
-
* The appearance of the pagination, e.g. dark, light or the default.
|
|
4424
|
-
*/
|
|
4425
|
-
"appearance"?: IcThemeForeground;
|
|
4426
4547
|
/**
|
|
4427
4548
|
* The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
4428
4549
|
*/
|
|
@@ -4451,6 +4572,10 @@ declare namespace LocalJSX {
|
|
|
4451
4572
|
* The label for the pagination item (applicable when simple pagination is being used).
|
|
4452
4573
|
*/
|
|
4453
4574
|
"label"?: string;
|
|
4575
|
+
/**
|
|
4576
|
+
* If `true`, the pagination will display as black in the light theme, and white in dark theme.
|
|
4577
|
+
*/
|
|
4578
|
+
"monochrome"?: boolean;
|
|
4454
4579
|
/**
|
|
4455
4580
|
* Emitted when a page is selected.
|
|
4456
4581
|
*/
|
|
@@ -4459,16 +4584,16 @@ declare namespace LocalJSX {
|
|
|
4459
4584
|
* The total number of pages.
|
|
4460
4585
|
*/
|
|
4461
4586
|
"pages": number;
|
|
4587
|
+
/**
|
|
4588
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
4589
|
+
*/
|
|
4590
|
+
"theme"?: IcThemeMode;
|
|
4462
4591
|
/**
|
|
4463
4592
|
* The type of pagination to be used.
|
|
4464
4593
|
*/
|
|
4465
4594
|
"type"?: IcPaginationTypes;
|
|
4466
4595
|
}
|
|
4467
4596
|
interface IcPaginationItem {
|
|
4468
|
-
/**
|
|
4469
|
-
* The appearance of the pagination, e.g. dark, light or the default.
|
|
4470
|
-
*/
|
|
4471
|
-
"appearance"?: IcThemeForeground;
|
|
4472
4597
|
/**
|
|
4473
4598
|
* If `true`, the pagination item will be disabled.
|
|
4474
4599
|
*/
|
|
@@ -4477,6 +4602,10 @@ declare namespace LocalJSX {
|
|
|
4477
4602
|
* The label for the pagination item (applicable when simple pagination is being used).
|
|
4478
4603
|
*/
|
|
4479
4604
|
"label"?: string;
|
|
4605
|
+
/**
|
|
4606
|
+
* If `true`, the pagination item will display as black in the light theme, and white in dark theme.
|
|
4607
|
+
*/
|
|
4608
|
+
"monochrome"?: boolean;
|
|
4480
4609
|
/**
|
|
4481
4610
|
* The current page number.
|
|
4482
4611
|
*/
|
|
@@ -4485,6 +4614,10 @@ declare namespace LocalJSX {
|
|
|
4485
4614
|
* If `true`, the pagination item will be selected.
|
|
4486
4615
|
*/
|
|
4487
4616
|
"selected"?: boolean;
|
|
4617
|
+
/**
|
|
4618
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
4619
|
+
*/
|
|
4620
|
+
"theme"?: IcThemeMode;
|
|
4488
4621
|
/**
|
|
4489
4622
|
* The type of pagination item - 'page' or 'ellipsis'.
|
|
4490
4623
|
*/
|
|
@@ -4549,6 +4682,10 @@ declare namespace LocalJSX {
|
|
|
4549
4682
|
* The size of the radio group component.
|
|
4550
4683
|
*/
|
|
4551
4684
|
"size"?: IcSizesNoLarge;
|
|
4685
|
+
/**
|
|
4686
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
4687
|
+
*/
|
|
4688
|
+
"theme"?: IcThemeMode;
|
|
4552
4689
|
/**
|
|
4553
4690
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
|
4554
4691
|
*/
|
|
@@ -4599,6 +4736,10 @@ declare namespace LocalJSX {
|
|
|
4599
4736
|
* If `true`, the radio option will be displayed in a selected state.
|
|
4600
4737
|
*/
|
|
4601
4738
|
"selected"?: boolean;
|
|
4739
|
+
/**
|
|
4740
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
4741
|
+
*/
|
|
4742
|
+
"theme"?: IcThemeMode;
|
|
4602
4743
|
/**
|
|
4603
4744
|
* The value for the radio option.
|
|
4604
4745
|
*/
|
|
@@ -4749,6 +4890,10 @@ declare namespace LocalJSX {
|
|
|
4749
4890
|
* If `true`, the value of the search will have its spelling and grammar checked.
|
|
4750
4891
|
*/
|
|
4751
4892
|
"spellcheck"?: boolean;
|
|
4893
|
+
/**
|
|
4894
|
+
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
|
4895
|
+
*/
|
|
4896
|
+
"theme"?: IcThemeMode;
|
|
4752
4897
|
/**
|
|
4753
4898
|
* If using external filtering, set a timeout for when loading takes too long.
|
|
4754
4899
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from "../stencil-public-runtime";
|
|
2
|
-
import { IcCallbackFunctionNoReturn, IcInformationStatusOrEmpty, IcNavParentDetails, IcPropObject, IcSearchMatchPositions, IcColorRGBA, IcDeviceSizes, IcColor } from "./types";
|
|
2
|
+
import { IcCallbackFunctionNoReturn, IcInformationStatusOrEmpty, IcNavParentDetails, IcPropObject, IcSearchMatchPositions, IcColorRGBA, IcDeviceSizes, IcColor, IcThemeForegroundNoDefault } from "./types";
|
|
3
3
|
import { IcMenuOption, IcThemeForeground } from "../utils/types";
|
|
4
4
|
/**
|
|
5
5
|
* converts an enum of strings into an array of strings
|
|
@@ -117,7 +117,7 @@ export declare const getThemeColorBrightness: () => number;
|
|
|
117
117
|
* @returns "dark" or "light"
|
|
118
118
|
* @param brightness - Optional custom brightness value. Defaults to `getThemeColorBrightness`
|
|
119
119
|
*/
|
|
120
|
-
export declare const getThemeForegroundColor: (brightness?: number) =>
|
|
120
|
+
export declare const getThemeForegroundColor: (brightness?: number) => IcThemeForegroundNoDefault;
|
|
121
121
|
export declare const getSlot: (element: HTMLElement, name: string) => Element | null;
|
|
122
122
|
export declare const slotHasContent: (element: HTMLElement, name: string) => boolean;
|
|
123
123
|
export declare const getSlotContent: (element: HTMLElement, name: string) => Element[] | NodeListOf<ChildNode> | null;
|