@scania/tegel 1.32.2-multibrand-beta.5 → 1.33.0
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/loader.cjs.js +1 -1
- package/dist/cjs/tds-accordion-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-accordion.cjs.entry.js +1 -1
- package/dist/cjs/tds-banner.cjs.entry.js +1 -1
- package/dist/cjs/tds-block.cjs.entry.js +3 -7
- package/dist/cjs/tds-body-cell.cjs.entry.js +1 -1
- package/dist/cjs/tds-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/tds-button.cjs.entry.js +1 -1
- package/dist/cjs/tds-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/tds-chip.cjs.entry.js +1 -1
- package/dist/cjs/tds-core-header-item_2.cjs.entry.js +1 -1
- package/dist/cjs/tds-divider.cjs.entry.js +1 -1
- package/dist/cjs/tds-dropdown_2.cjs.entry.js +49 -34
- package/dist/cjs/tds-folder-tab.cjs.entry.js +3 -3
- package/dist/cjs/tds-folder-tabs.cjs.entry.js +3 -3
- package/dist/cjs/tds-footer-group.cjs.entry.js +1 -1
- package/dist/cjs/tds-footer-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-footer.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-brand-symbol.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-cell.cjs.entry.js +2 -2
- package/dist/cjs/tds-header-dropdown-list-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-launcher-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-launcher.cjs.entry.js +1 -1
- package/dist/cjs/tds-icon.cjs.entry.js +3 -8
- package/dist/cjs/tds-inline-tab.cjs.entry.js +2 -2
- package/dist/cjs/tds-inline-tabs.cjs.entry.js +3 -3
- package/dist/cjs/tds-message.cjs.entry.js +1 -1
- package/dist/cjs/tds-modal.cjs.entry.js +1 -1
- package/dist/cjs/tds-navigation-tab.cjs.entry.js +2 -2
- package/dist/cjs/tds-navigation-tabs.cjs.entry.js +5 -5
- package/dist/cjs/tds-popover-core.cjs.entry.js +1 -1
- package/dist/cjs/tds-side-menu-dropdown-list-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-side-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-side-menu.cjs.entry.js +1 -1
- package/dist/cjs/tds-spinner.cjs.entry.js +2 -2
- package/dist/cjs/tds-table-body-input-wrapper.cjs.entry.js +2 -2
- package/dist/cjs/tds-table-body-row-expandable.cjs.entry.js +8 -8
- package/dist/cjs/tds-table-body-row.cjs.entry.js +3 -3
- package/dist/cjs/tds-table-body.cjs.entry.js +1 -1
- package/dist/cjs/tds-table-footer.cjs.entry.js +4 -4
- package/dist/cjs/tds-table-header-input-wrapper.cjs.entry.js +2 -2
- package/dist/cjs/tds-table-header.cjs.entry.js +3 -3
- package/dist/cjs/tds-table-toolbar.cjs.entry.js +3 -3
- package/dist/cjs/tds-table.cjs.entry.js +1 -1
- package/dist/cjs/tds-text-field.cjs.entry.js +6 -9
- package/dist/cjs/tds-textarea.cjs.entry.js +3 -3
- package/dist/cjs/tds-toast.cjs.entry.js +4 -4
- package/dist/cjs/tds-toggle.cjs.entry.js +3 -3
- package/dist/cjs/tds-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/tegel.cjs.js +1 -1
- package/dist/collection/assets/logos/scania/scania-logotype.png +0 -0
- package/dist/collection/assets/logos/scania/scania-logotype.svg +2355 -0
- package/dist/collection/assets/logos/scania/scania-wordmark-white.png +0 -0
- package/dist/collection/assets/logos/scania/scania-wordmark.png +0 -0
- package/dist/collection/assets/logos/scania/scania-wordmark.svg +17 -0
- package/dist/collection/assets/logos/traton/traton-logotype-black.png +0 -0
- package/dist/collection/assets/logos/traton/traton-logotype-black.svg +1 -0
- package/dist/collection/assets/logos/traton/traton-logotype-blue.png +0 -0
- package/dist/collection/assets/logos/traton/traton-logotype-blue.svg +1 -0
- package/dist/collection/assets/logos/traton/traton-logotype-white.png +0 -0
- package/dist/collection/assets/logos/traton/traton-logotype-white.svg +1 -0
- package/dist/collection/components/accordion/accordion-item/accordion-item.css +44 -14
- package/dist/collection/components/accordion/accordion.css +11 -1
- package/dist/collection/components/banner/banner.css +2 -1
- package/dist/collection/components/block/block.css +8 -15
- package/dist/collection/components/block/block.js +2 -6
- package/dist/collection/components/breadcrumbs/breadcrumb/breadcrumb.css +2 -1
- package/dist/collection/components/button/button.css +426 -480
- package/dist/collection/components/checkbox/checkbox.css +24 -31
- package/dist/collection/components/chip/chip.css +2 -1
- package/dist/collection/components/divider/divider.css +2 -2
- package/dist/collection/components/dropdown/dropdown-option/dropdown-option.css +12 -19
- package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +27 -4
- package/dist/collection/components/dropdown/dropdown.css +116 -128
- package/dist/collection/components/dropdown/dropdown.js +61 -31
- package/dist/collection/components/footer/footer-group/footer-group.css +2 -1
- package/dist/collection/components/footer/footer-item/footer-item.css +6 -3
- package/dist/collection/components/footer/footer.css +1 -1
- package/dist/collection/components/header/header-brand-symbol/header-brand-symbol.css +1 -1
- package/dist/collection/components/header/header-dropdown/header-dropdown.css +3 -3
- package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.css +2 -1
- package/dist/collection/components/header/header-item/header-item.css +2 -1
- package/dist/collection/components/header/header-launcher/header-launcher.css +3 -3
- package/dist/collection/components/header/header-launcher-grid-item/header-launcher-grid-item.css +2 -1
- package/dist/collection/components/icon/icon.js +2 -7
- package/dist/collection/components/icon/tratonIconsArray.js +1 -4
- package/dist/collection/components/message/message.css +32 -19
- package/dist/collection/components/modal/modal.css +15 -13
- package/dist/collection/components/popover-core/tds-popover-core.css +0 -14601
- package/dist/collection/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.css +2 -1
- package/dist/collection/components/side-menu/side-menu-item/side-menu-item.css +2 -1
- package/dist/collection/components/side-menu/side-menu.css +3 -3
- package/dist/collection/components/spinner/spinner.css +64 -34
- package/dist/collection/components/spinner/spinner.js +2 -3
- package/dist/collection/components/table/table/table.css +3 -3
- package/dist/collection/components/table/table-body/table-body.css +11 -18
- package/dist/collection/components/table/table-body-cell/table-body-cell.css +5 -12
- package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.css +7 -16
- package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.js +1 -1
- package/dist/collection/components/table/table-body-row/table-body-row.css +8 -7
- package/dist/collection/components/table/table-body-row/table-body-row.js +2 -2
- package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.css +11 -10
- package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.js +7 -7
- package/dist/collection/components/table/table-footer/table-footer.css +16 -41
- package/dist/collection/components/table/table-footer/table-footer.js +3 -3
- package/dist/collection/components/table/table-header/table-header.css +7 -14
- package/dist/collection/components/table/table-header/table-header.js +2 -2
- package/dist/collection/components/table/table-header-cell/table-header-cell.css +13 -25
- package/dist/collection/components/table/table-header-cell/table-header-cell.js +1 -1
- package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.css +7 -14
- package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.js +1 -1
- package/dist/collection/components/table/table-toolbar/table-toolbar.css +11 -22
- package/dist/collection/components/table/table-toolbar/table-toolbar.js +2 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.css +2 -1
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +2 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.css +2 -1
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +2 -2
- package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +2 -2
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.css +2 -1
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +2 -2
- package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +2 -2
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.css +2 -1
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +4 -4
- package/dist/collection/components/text-field/text-field.css +167 -151
- package/dist/collection/components/text-field/text-field.js +5 -8
- package/dist/collection/components/textarea/textarea.js +3 -3
- package/dist/collection/components/toast/toast.css +2 -1
- package/dist/collection/components/toast/toast.js +3 -3
- package/dist/collection/components/toggle/toggle.css +33 -48
- package/dist/collection/components/toggle/toggle.js +2 -2
- package/dist/collection/components/tooltip/tooltip.js +2 -2
- package/dist/components/{p-858c1df0.js → p-1cd6b2c6.js} +40 -30
- package/dist/components/{p-865b81b9.js → p-4b0c6ab5.js} +14 -7
- package/dist/components/p-58b92113.js +114 -0
- package/dist/components/{p-76dc921a.js → p-6adb1ce3.js} +1 -1
- package/dist/components/{p-c46ecd24.js → p-71c3dfe9.js} +1 -1
- package/dist/components/{p-c2ae5e79.js → p-877931c5.js} +1 -1
- package/dist/components/{p-765162bc.js → p-9cee9d7f.js} +3 -3
- package/dist/components/{p-8ffea123.js → p-c715ab56.js} +3 -8
- package/dist/components/p-d3866be7.js +2098 -0
- package/dist/components/{p-92a7b8b2.js → p-df84759a.js} +1 -1
- package/dist/components/{p-49f09bc8.js → p-ea381f94.js} +1 -1
- package/dist/components/{p-aeef3de3.js → p-f589b91c.js} +2 -2
- package/dist/components/tds-accordion-item.js +2 -2
- package/dist/components/tds-accordion.js +1 -1
- package/dist/components/tds-banner.js +2 -2
- package/dist/components/tds-block.js +3 -7
- package/dist/components/tds-body-cell.js +1 -1
- package/dist/components/tds-breadcrumb.js +1 -1
- package/dist/components/tds-button.js +1 -1
- package/dist/components/tds-card.js +1 -1
- package/dist/components/tds-checkbox.js +1 -1
- package/dist/components/tds-chip.js +1 -1
- package/dist/components/tds-datetime.js +1 -1
- package/dist/components/tds-divider.js +1 -1
- package/dist/components/tds-dropdown-option.js +1 -1
- package/dist/components/tds-dropdown.js +1 -1
- package/dist/components/tds-folder-tab.js +3 -3
- package/dist/components/tds-folder-tabs.js +4 -4
- package/dist/components/tds-footer-group.js +2 -2
- package/dist/components/tds-footer-item.js +1 -1
- package/dist/components/tds-footer.js +1 -1
- package/dist/components/tds-header-brand-symbol.js +2 -2
- package/dist/components/tds-header-cell.js +3 -3
- package/dist/components/tds-header-dropdown-list-item.js +1 -1
- package/dist/components/tds-header-dropdown.js +5 -5
- package/dist/components/tds-header-hamburger.js +2 -2
- package/dist/components/tds-header-item.js +1 -1
- package/dist/components/tds-header-launcher-button.js +1 -1
- package/dist/components/tds-header-launcher-grid-item.js +1 -1
- package/dist/components/tds-header-launcher-list-item.js +1 -1
- package/dist/components/tds-header-launcher.js +6 -6
- package/dist/components/tds-icon.js +1 -1
- package/dist/components/tds-inline-tab.js +2 -2
- package/dist/components/tds-inline-tabs.js +4 -4
- package/dist/components/tds-message.js +2 -2
- package/dist/components/tds-modal.js +2 -2
- package/dist/components/tds-navigation-tab.js +2 -2
- package/dist/components/tds-navigation-tabs.js +6 -6
- package/dist/components/tds-popover-canvas.js +1 -1
- package/dist/components/tds-popover-core.js +1 -1
- package/dist/components/tds-popover-menu.js +1 -1
- package/dist/components/tds-side-menu-close-button.js +1 -1
- package/dist/components/tds-side-menu-collapse-button.js +1 -1
- package/dist/components/tds-side-menu-dropdown-list-item.js +1 -1
- package/dist/components/tds-side-menu-dropdown.js +2 -2
- package/dist/components/tds-side-menu-item.js +1 -1
- package/dist/components/tds-side-menu.js +1 -1
- package/dist/components/tds-slider.js +1 -1
- package/dist/components/tds-spinner.js +4 -5
- package/dist/components/tds-step.js +1 -1
- package/dist/components/tds-table-body-input-wrapper.js +3 -3
- package/dist/components/tds-table-body-row-expandable.js +8 -8
- package/dist/components/tds-table-body-row.js +4 -4
- package/dist/components/tds-table-body.js +1 -1
- package/dist/components/tds-table-footer.js +8 -8
- package/dist/components/tds-table-header-input-wrapper.js +3 -3
- package/dist/components/tds-table-header.js +4 -4
- package/dist/components/tds-table-toolbar.js +4 -4
- package/dist/components/tds-table.js +1 -1
- package/dist/components/tds-text-field.js +7 -10
- package/dist/components/tds-textarea.js +6 -6
- package/dist/components/tds-toast.js +5 -5
- package/dist/components/tds-toggle.js +3 -3
- package/dist/components/tds-tooltip.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tds-accordion-item.entry.js +1 -1
- package/dist/esm/tds-accordion.entry.js +1 -1
- package/dist/esm/tds-banner.entry.js +1 -1
- package/dist/esm/tds-block.entry.js +3 -7
- package/dist/esm/tds-body-cell.entry.js +1 -1
- package/dist/esm/tds-breadcrumb.entry.js +1 -1
- package/dist/esm/tds-button.entry.js +1 -1
- package/dist/esm/tds-checkbox.entry.js +1 -1
- package/dist/esm/tds-chip.entry.js +1 -1
- package/dist/esm/tds-core-header-item_2.entry.js +1 -1
- package/dist/esm/tds-divider.entry.js +1 -1
- package/dist/esm/tds-dropdown_2.entry.js +49 -34
- package/dist/esm/tds-folder-tab.entry.js +3 -3
- package/dist/esm/tds-folder-tabs.entry.js +3 -3
- package/dist/esm/tds-footer-group.entry.js +1 -1
- package/dist/esm/tds-footer-item.entry.js +1 -1
- package/dist/esm/tds-footer.entry.js +1 -1
- package/dist/esm/tds-header-brand-symbol.entry.js +1 -1
- package/dist/esm/tds-header-cell.entry.js +2 -2
- package/dist/esm/tds-header-dropdown-list-item.entry.js +1 -1
- package/dist/esm/tds-header-dropdown.entry.js +1 -1
- package/dist/esm/tds-header-launcher-grid-item.entry.js +1 -1
- package/dist/esm/tds-header-launcher.entry.js +1 -1
- package/dist/esm/tds-icon.entry.js +3 -8
- package/dist/esm/tds-inline-tab.entry.js +2 -2
- package/dist/esm/tds-inline-tabs.entry.js +3 -3
- package/dist/esm/tds-message.entry.js +1 -1
- package/dist/esm/tds-modal.entry.js +1 -1
- package/dist/esm/tds-navigation-tab.entry.js +2 -2
- package/dist/esm/tds-navigation-tabs.entry.js +5 -5
- package/dist/esm/tds-popover-core.entry.js +1 -1
- package/dist/esm/tds-side-menu-dropdown-list-item.entry.js +1 -1
- package/dist/esm/tds-side-menu-item.entry.js +1 -1
- package/dist/esm/tds-side-menu.entry.js +1 -1
- package/dist/esm/tds-spinner.entry.js +3 -3
- package/dist/esm/tds-table-body-input-wrapper.entry.js +2 -2
- package/dist/esm/tds-table-body-row-expandable.entry.js +8 -8
- package/dist/esm/tds-table-body-row.entry.js +3 -3
- package/dist/esm/tds-table-body.entry.js +1 -1
- package/dist/esm/tds-table-footer.entry.js +4 -4
- package/dist/esm/tds-table-header-input-wrapper.entry.js +2 -2
- package/dist/esm/tds-table-header.entry.js +3 -3
- package/dist/esm/tds-table-toolbar.entry.js +3 -3
- package/dist/esm/tds-table.entry.js +1 -1
- package/dist/esm/tds-text-field.entry.js +6 -9
- package/dist/esm/tds-textarea.entry.js +3 -3
- package/dist/esm/tds-toast.entry.js +4 -4
- package/dist/esm/tds-toggle.entry.js +3 -3
- package/dist/esm/tds-tooltip.entry.js +2 -2
- package/dist/esm/tegel.js +1 -1
- package/dist/tegel/assets/logos/scania/scania-logotype.png +0 -0
- package/dist/tegel/assets/logos/scania/scania-logotype.svg +2355 -0
- package/dist/tegel/assets/logos/scania/scania-wordmark-white.png +0 -0
- package/dist/tegel/assets/logos/scania/scania-wordmark.png +0 -0
- package/dist/tegel/assets/logos/scania/scania-wordmark.svg +17 -0
- package/dist/tegel/assets/logos/traton/traton-logotype-black.png +0 -0
- package/dist/tegel/assets/logos/traton/traton-logotype-black.svg +1 -0
- package/dist/tegel/assets/logos/traton/traton-logotype-blue.png +0 -0
- package/dist/tegel/assets/logos/traton/traton-logotype-blue.svg +1 -0
- package/dist/tegel/assets/logos/traton/traton-logotype-white.png +0 -0
- package/dist/tegel/assets/logos/traton/traton-logotype-white.svg +1 -0
- package/dist/tegel/{p-7fd272d1.entry.js → p-08f63e5d.entry.js} +1 -1
- package/dist/tegel/p-0cac9ea6.entry.js +1 -0
- package/dist/tegel/{p-e7638f10.entry.js → p-0cfe8671.entry.js} +1 -1
- package/dist/tegel/{p-ad30ee83.entry.js → p-106e048d.entry.js} +1 -1
- package/dist/tegel/p-1c75f8a7.entry.js +1 -0
- package/dist/tegel/{p-f12ce132.entry.js → p-2c56421f.entry.js} +1 -1
- package/dist/tegel/p-35a88a52.entry.js +1 -0
- package/dist/tegel/p-3a92d554.entry.js +1 -0
- package/dist/tegel/{p-0ca88c7c.entry.js → p-3ec01fb3.entry.js} +1 -1
- package/dist/tegel/p-4274d329.entry.js +1 -0
- package/dist/tegel/{p-32540392.entry.js → p-5020a688.entry.js} +1 -1
- package/dist/tegel/{p-a2576665.entry.js → p-52adc30c.entry.js} +1 -1
- package/dist/tegel/{p-0a0500f0.entry.js → p-5c077bb9.entry.js} +1 -1
- package/dist/tegel/p-5dd2aac8.entry.js +1 -0
- package/dist/tegel/{p-378fe79c.entry.js → p-614bcd4b.entry.js} +1 -1
- package/dist/tegel/p-614cc097.entry.js +1 -0
- package/dist/tegel/{p-fdc5c832.entry.js → p-61a1dc59.entry.js} +1 -1
- package/dist/tegel/{p-3e6d65ee.entry.js → p-67b4b2cf.entry.js} +1 -1
- package/dist/tegel/{p-da60d17b.entry.js → p-6a615ac1.entry.js} +1 -1
- package/dist/tegel/p-6d89dcbe.entry.js +1 -0
- package/dist/tegel/{p-4d60aa49.entry.js → p-6e57997e.entry.js} +1 -1
- package/dist/tegel/{p-0f8930be.entry.js → p-6eed8c31.entry.js} +1 -1
- package/dist/tegel/p-7013249b.entry.js +1 -0
- package/dist/tegel/p-72006dd7.entry.js +1 -0
- package/dist/tegel/p-76faaf70.entry.js +1 -0
- package/dist/tegel/{p-9e146138.entry.js → p-8c841698.entry.js} +1 -1
- package/dist/tegel/p-942abc1e.entry.js +1 -0
- package/dist/tegel/{p-eb134c44.entry.js → p-98106799.entry.js} +1 -1
- package/dist/tegel/p-9b2257f3.entry.js +1 -0
- package/dist/tegel/{p-94aa8b19.entry.js → p-a0591e58.entry.js} +1 -1
- package/dist/tegel/{p-b3446292.entry.js → p-ab103d0c.entry.js} +1 -1
- package/dist/tegel/p-aec3e4cf.entry.js +1 -0
- package/dist/tegel/{p-97de52aa.entry.js → p-b734b309.entry.js} +1 -1
- package/dist/tegel/{p-6631ea34.entry.js → p-bb1d069f.entry.js} +1 -1
- package/dist/tegel/{p-364c08ec.entry.js → p-bcd5e06d.entry.js} +1 -1
- package/dist/tegel/p-bd935506.entry.js +1 -0
- package/dist/tegel/p-bdc913a0.entry.js +1 -0
- package/dist/tegel/{p-a1444bc5.entry.js → p-c0b26507.entry.js} +1 -1
- package/dist/tegel/p-c6beca5e.entry.js +1 -0
- package/dist/tegel/{p-051c9000.entry.js → p-c7b0253c.entry.js} +1 -1
- package/dist/tegel/p-cf7af8f2.entry.js +1 -0
- package/dist/tegel/{p-2e5d2bec.entry.js → p-d267c18f.entry.js} +1 -1
- package/dist/tegel/{p-0fdd14c7.entry.js → p-d9040b7f.entry.js} +1 -1
- package/dist/tegel/p-dc375d3e.entry.js +1 -0
- package/dist/tegel/p-e3c2b6b4.entry.js +1 -0
- package/dist/tegel/p-f2232281.entry.js +1 -0
- package/dist/tegel/p-f4b5e80b.entry.js +1 -0
- package/dist/tegel/p-f78b6a16.entry.js +1 -0
- package/dist/tegel/p-fbffe3aa.entry.js +1 -0
- package/dist/tegel/tegel.css +19 -77
- package/dist/tegel/tegel.esm.js +1 -1
- package/dist/types/components/dropdown/dropdown-option/dropdown-option.d.ts +3 -0
- package/dist/types/components/dropdown/dropdown.d.ts +15 -10
- package/dist/types/components.d.ts +17 -2
- package/dist/types/types/TratonIcons.d.ts +1 -1
- package/package.json +2 -8
- package/scripts/copy-assets.mjs +32 -30
- package/dist/components/p-ab1f729e.js +0 -114
- package/dist/components/p-e8834dcb.js +0 -2098
- package/dist/tegel/p-0103f442.entry.js +0 -1
- package/dist/tegel/p-036e12d4.entry.js +0 -1
- package/dist/tegel/p-103f9b0d.entry.js +0 -1
- package/dist/tegel/p-211cef64.entry.js +0 -1
- package/dist/tegel/p-222944dc.entry.js +0 -1
- package/dist/tegel/p-25d21e10.entry.js +0 -1
- package/dist/tegel/p-326f0bf4.entry.js +0 -1
- package/dist/tegel/p-4948ae4a.entry.js +0 -1
- package/dist/tegel/p-4a4b5069.entry.js +0 -1
- package/dist/tegel/p-58ec7381.entry.js +0 -1
- package/dist/tegel/p-5bc63fd1.entry.js +0 -1
- package/dist/tegel/p-62975e6d.entry.js +0 -1
- package/dist/tegel/p-7a97ac5e.entry.js +0 -1
- package/dist/tegel/p-8bf0f99f.entry.js +0 -1
- package/dist/tegel/p-90072813.entry.js +0 -1
- package/dist/tegel/p-940d3cba.entry.js +0 -1
- package/dist/tegel/p-a2f84e4a.entry.js +0 -1
- package/dist/tegel/p-b5a3c528.entry.js +0 -1
- package/dist/tegel/p-d1349d6c.entry.js +0 -1
- package/dist/tegel/p-d1b356d5.entry.js +0 -1
- package/dist/tegel/p-daaf8d8f.entry.js +0 -1
- package/dist/tegel/p-dd5245ed.entry.js +0 -1
- package/dist/tegel/p-f67a8209.entry.js +0 -1
- package/dist/tegel/p-f76d8ab9.entry.js +0 -1
- package/dist-styles/core.css +0 -5963
- package/dist-styles/scania-variables.css +0 -1328
- package/dist-styles/scania.css +0 -7291
- package/dist-styles/traton-variables.css +0 -1064
- package/dist-styles/traton.css +0 -7027
- /package/dist/collection/assets/logos/{scania-symbol.png → scania/scania-symbol.png} +0 -0
- /package/dist/collection/assets/logos/{scania-symbol.svg → scania/scania-symbol.svg} +0 -0
- /package/dist/collection/assets/logos/{scania-wordmark-white.svg → scania/scania-wordmark-white.svg} +0 -0
- /package/dist/tegel/assets/logos/{scania-symbol.png → scania/scania-symbol.png} +0 -0
- /package/dist/tegel/assets/logos/{scania-symbol.svg → scania/scania-symbol.svg} +0 -0
- /package/dist/tegel/assets/logos/{scania-wordmark-white.svg → scania/scania-wordmark-white.svg} +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
5
|
+
width="566.93px" height="93.754px" viewBox="0 0 566.93 93.754" enable-background="new 0 0 566.93 93.754" xml:space="preserve">
|
|
6
|
+
<path fill="#041E42" d="M264.588,54.663h-23.774l11.885-31.01L264.588,54.663z M375.749,89.829h37.5V3.804h-32.236v45.34
|
|
7
|
+
l-33.946-45.34h-40.81V73.95l-27.08-70.146h-52.333l-19.629,50.859h-31.967c-1.593,10.166-7.477,15.557-17.77,15.557
|
|
8
|
+
c-11.89,0-18.511-9.188-18.511-23.403c0-14.213,6.748-23.286,18.511-23.286c9.684,0,15.929,5.151,17.28,13.486h35.419v-2.334
|
|
9
|
+
C210.179,15.688,193.749,0,157.846,0c-38.729,0-53.437,19.365-53.437,46.816c0,0.629,0.02,1.25,0.033,1.875
|
|
10
|
+
c-4.857-5.908-14.18-9.351-29.564-11.558l-22.426-3.188c-8.457-1.221-13.727-2.197-13.727-6.367c0-3.555,3.307-7.358,12.505-7.358
|
|
11
|
+
c10.171,0,15.812,3.926,15.812,10.298h36.024v-1.836c0-17.163-17.157-28.438-50.863-28.438c-34.674,0-49.878,12.627-49.878,30.396
|
|
12
|
+
c0,13.848,9.066,21.938,30.391,24.882l25.371,3.545c9.066,1.229,12.012,3.065,12.012,6.865c0,4.901-4.658,7.606-15.078,7.606
|
|
13
|
+
c-11.763,0-17.147-5.029-17.147-12.013H0v1.964c0,19.11,18.013,30.137,53.433,30.137c32.729,0,51.704-7.228,54.814-25.487
|
|
14
|
+
c6.548,15.674,21.947,25.614,49.599,25.614c20.972,0,32.739-5.713,39.804-14.325l-4.013,10.399h33.696l4.779-12.373h41.177
|
|
15
|
+
l4.779,12.373h28.188h6.123h26.113V40.317L375.749,89.829z M519.127,54.663h-23.771l11.885-31.01L519.127,54.663z M566.93,89.829
|
|
16
|
+
L533.717,3.804h-52.334L454.304,73.95V3.794h-32.969v86.035h26.836h6.133h27.566l4.775-12.373h41.182l4.785,12.373H566.93z"/>
|
|
17
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 566.93 90.71"><defs><style>.cls-1{fill:#000;stroke-width:0}</style></defs><path class="cls-1" d="M493.47 87.6h15.55V37.88l57.91 51.88V4.24h-15.57v51.4L493.48 2.09l-.01 85.51zM427.51 16.35c-15.58 0-28.26 12.68-28.26 28.26s12.68 28.27 28.26 28.27 28.27-12.68 28.27-28.27-12.68-28.26-28.27-28.26m0 71.93c-24.08 0-43.66-19.59-43.66-43.67S403.43.94 427.5.94s43.67 19.6 43.67 43.67-19.59 43.67-43.67 43.67M295.01 18.36H326V87.6h15.95V18.36h30.99V4.24h-77.93v14.12zM194.54 87.6h18.29l42.39-83.37h-18.29L194.54 87.6zM256.9 53.25l17.51 34.35h18.65l-26.88-52.63-9.28 18.28zM178.23 35.17c0-16.85-13.33-30.93-30.3-30.93h-46.55V87.6h15.95V65.54l29.9-.1L158.5 87.6h17.88l-12.82-25.25c8.42-4.49 14.67-14.9 14.67-27.18m-34.06 16.48h-26.84V18.36h26.84c11.73 0 18.24 8.61 18.24 16.7 0 7.06-4.8 16.59-18.24 16.59M0 4.24v14.12h30.99V87.6h15.95V18.36h30.99V4.24H0z"/></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 566.9 90.7"><defs><style>.cls-1{fill:#001d21;stroke-width:0}</style></defs><path class="cls-1" d="M493.5 87.6H509V37.9l57.9 51.9V4.2h-15.5v51.4L493.5 2.1v85.5zM427.5 16.3c-15.6 0-28.3 12.7-28.3 28.3s12.7 28.3 28.3 28.3 28.3-12.7 28.3-28.3-12.7-28.3-28.3-28.3m0 72c-24.1 0-43.7-19.6-43.7-43.7S403.4.9 427.5.9s43.7 19.6 43.7 43.7-19.6 43.7-43.7 43.7M295 18.4h31v69.2h16V18.4h30.9V4.2H295v14.2zM194.5 87.6h18.3l42.4-83.4h-18.3l-42.4 83.4zM256.9 53.3l17.5 34.3h18.7L266.2 35l-9.3 18.3zM178.2 35.2c0-16.9-13.3-30.9-30.3-30.9h-46.6v83.4h16V65.6h29.9c0-.1 11.3 22.1 11.3 22.1h17.9l-12.8-25.3c8.4-4.5 14.7-14.9 14.7-27.2m-34.1 16.4h-26.8V18.4h26.8c11.7 0 18.2 8.6 18.2 16.7s-4.8 16.6-18.2 16.6M0 4.2v14.2h31v69.2h15.9V18.4h31V4.2H0z"/></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 566.93 90.71"><defs><style>.cls-1{fill:#fff;stroke-width:0}</style></defs><path class="cls-1" d="M493.47 87.6h15.55V37.88l57.91 51.88V4.24h-15.57v51.4L493.48 2.09l-.01 85.51zM427.51 16.35c-15.58 0-28.26 12.68-28.26 28.26s12.68 28.27 28.26 28.27 28.27-12.68 28.27-28.27-12.68-28.26-28.27-28.26m0 71.93c-24.08 0-43.66-19.59-43.66-43.67S403.43.94 427.5.94s43.67 19.6 43.67 43.67-19.59 43.67-43.67 43.67M295.01 18.36H326V87.6h15.95V18.36h30.99V4.24h-77.93v14.12zM194.54 87.6h18.29l42.39-83.37h-18.29L194.54 87.6zM256.9 53.25l17.51 34.35h18.65l-26.88-52.63-9.28 18.28zM178.23 35.17c0-16.85-13.33-30.93-30.3-30.93h-46.55V87.6h15.95V65.54l29.9-.1L158.5 87.6h17.88l-12.82-25.25c8.42-4.49 14.67-14.9 14.67-27.18m-34.06 16.48h-26.84V18.36h26.84c11.73 0 18.24 8.61 18.24 16.7 0 7.06-4.8 16.59-18.24 16.59M0 4.24v14.12h30.99V87.6h15.95V18.36h30.99V4.24H0z"/></svg>
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
color: var(--tds-accordion-color-disabled);
|
|
88
88
|
}
|
|
89
89
|
.tds-accordion-item.disabled:hover,
|
|
90
|
-
.tds-accordion-item.disabled:hover *, .tds-accordion-item.disabled:focus,
|
|
91
|
-
.tds-accordion-item.disabled:focus *, .tds-accordion-item.disabled:active,
|
|
90
|
+
.tds-accordion-item.disabled:hover *, .tds-accordion-item.disabled:focus-within,
|
|
91
|
+
.tds-accordion-item.disabled:focus-within *, .tds-accordion-item.disabled:active,
|
|
92
92
|
.tds-accordion-item.disabled:active *, .tds-accordion-item.disabled.active,
|
|
93
93
|
.tds-accordion-item.disabled.active * {
|
|
94
94
|
cursor: not-allowed;
|
|
95
95
|
}
|
|
96
96
|
.tds-accordion-item.disabled:hover .tds-accordion-header-icon-start,
|
|
97
|
-
.tds-accordion-item.disabled:hover .tds-accordion-header-icon-end, .tds-accordion-item.disabled:focus .tds-accordion-header-icon-start,
|
|
98
|
-
.tds-accordion-item.disabled:focus .tds-accordion-header-icon-end, .tds-accordion-item.disabled:active .tds-accordion-header-icon-start,
|
|
97
|
+
.tds-accordion-item.disabled:hover .tds-accordion-header-icon-end, .tds-accordion-item.disabled:focus-within .tds-accordion-header-icon-start,
|
|
98
|
+
.tds-accordion-item.disabled:focus-within .tds-accordion-header-icon-end, .tds-accordion-item.disabled:active .tds-accordion-header-icon-start,
|
|
99
99
|
.tds-accordion-item.disabled:active .tds-accordion-header-icon-end, .tds-accordion-item.disabled.active .tds-accordion-header-icon-start,
|
|
100
100
|
.tds-accordion-item.disabled.active .tds-accordion-header-icon-end {
|
|
101
101
|
background-color: var(--tds-accordion-bg);
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
pointer-events: none;
|
|
104
104
|
}
|
|
105
105
|
.tds-accordion-item.disabled:hover .tds-accordion-header-icon-start::after,
|
|
106
|
-
.tds-accordion-item.disabled:hover .tds-accordion-header-icon-end::after, .tds-accordion-item.disabled:focus .tds-accordion-header-icon-start::after,
|
|
107
|
-
.tds-accordion-item.disabled:focus .tds-accordion-header-icon-end::after, .tds-accordion-item.disabled:active .tds-accordion-header-icon-start::after,
|
|
106
|
+
.tds-accordion-item.disabled:hover .tds-accordion-header-icon-end::after, .tds-accordion-item.disabled:focus-within .tds-accordion-header-icon-start::after,
|
|
107
|
+
.tds-accordion-item.disabled:focus-within .tds-accordion-header-icon-end::after, .tds-accordion-item.disabled:active .tds-accordion-header-icon-start::after,
|
|
108
108
|
.tds-accordion-item.disabled:active .tds-accordion-header-icon-end::after, .tds-accordion-item.disabled.active .tds-accordion-header-icon-start::after,
|
|
109
109
|
.tds-accordion-item.disabled.active .tds-accordion-header-icon-end::after {
|
|
110
110
|
border-color: transparent;
|
|
@@ -124,20 +124,25 @@
|
|
|
124
124
|
margin-left: 0;
|
|
125
125
|
margin-right: var(--tds-spacing-element-16);
|
|
126
126
|
}
|
|
127
|
-
.tds-accordion-item:
|
|
127
|
+
.tds-accordion-item:first-child {
|
|
128
|
+
margin-bottom: -1px;
|
|
129
|
+
border-bottom: 1px solid var(--tds-accordion-border);
|
|
130
|
+
}
|
|
131
|
+
.tds-accordion-item:has(.tds-accordion-header-icon-start:focus), .tds-accordion-item:has(.tds-accordion-header-icon-end:focus) {
|
|
128
132
|
border-top: 1px solid var(--tds-accordion-border-focus);
|
|
129
133
|
}
|
|
130
|
-
.tds-accordion-item[disabled=true]:focus {
|
|
134
|
+
.tds-accordion-item[disabled=true]:focus-within {
|
|
131
135
|
border-color: var(--tds-accordion-border);
|
|
132
136
|
}
|
|
133
137
|
|
|
134
|
-
:host(:focus) .tds-accordion-item {
|
|
135
|
-
outline: 2px solid var(--tds-
|
|
138
|
+
:host(:focus-within) .tds-accordion-item:has(.tds-accordion-header-icon-start:focus), :host(:focus-within) .tds-accordion-item:has(.tds-accordion-header-icon-end:focus) {
|
|
139
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
136
140
|
box-shadow: 0 0 0 1px var(--tds-white);
|
|
137
141
|
outline-offset: 1px;
|
|
142
|
+
z-index: 1;
|
|
138
143
|
}
|
|
139
|
-
:host(:focus) .tds-accordion-item .tds-accordion-header-icon-start,
|
|
140
|
-
:host(:focus) .tds-accordion-item .tds-accordion-header-icon-end {
|
|
144
|
+
:host(:focus-within) .tds-accordion-item .tds-accordion-header-icon-start,
|
|
145
|
+
:host(:focus-within) .tds-accordion-item .tds-accordion-header-icon-end {
|
|
141
146
|
background-color: var(--tds-accordion-background-focus);
|
|
142
147
|
outline: none;
|
|
143
148
|
}
|
|
@@ -147,8 +152,33 @@
|
|
|
147
152
|
background-color: var(--tds-accordion-background-hover);
|
|
148
153
|
}
|
|
149
154
|
|
|
150
|
-
:host(:
|
|
151
|
-
:
|
|
155
|
+
:host(:focus-within:hover) .tds-accordion-item:has(.tds-accordion-header-icon-start:focus), :host(:focus-within:hover) .tds-accordion-item:has(.tds-accordion-header-icon-end:focus) {
|
|
156
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
157
|
+
box-shadow: 0 0 0 1px var(--tds-white);
|
|
158
|
+
outline-offset: 1px;
|
|
159
|
+
z-index: 1;
|
|
160
|
+
}
|
|
161
|
+
:host(:focus-within:hover) .tds-accordion-item .tds-accordion-header-icon-start,
|
|
162
|
+
:host(:focus-within:hover) .tds-accordion-item .tds-accordion-header-icon-end {
|
|
163
|
+
background-color: var(--tds-accordion-background-hover);
|
|
164
|
+
outline: none;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.tds-accordion-item:has(:hover) {
|
|
168
|
+
background-color: var(--tds-accordion-background-hover);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.tds-accordion-item:has(.tds-accordion-header-icon-start:active),
|
|
172
|
+
.tds-accordion-item:has(.tds-accordion-header-icon-end:active) {
|
|
173
|
+
background-color: var(--tds-accordion-background-active);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
:host(:hover) .tds-accordion-item:has(.tds-accordion-header-icon-start:active) .tds-accordion-header-icon-start,
|
|
177
|
+
:host(:hover) .tds-accordion-item:has(.tds-accordion-header-icon-end:active) .tds-accordion-header-icon-end {
|
|
152
178
|
background-color: var(--tds-accordion-background-active);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.tds-accordion-header-icon-start:active,
|
|
182
|
+
.tds-accordion-header-icon-end:active {
|
|
153
183
|
outline: none;
|
|
154
184
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
display: block;
|
|
3
3
|
box-sizing: border-box;
|
|
4
|
+
background-color: transparent;
|
|
4
5
|
}
|
|
5
6
|
:host * {
|
|
6
7
|
box-sizing: border-box;
|
|
@@ -11,9 +12,10 @@
|
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
:host(:focus) {
|
|
14
|
-
outline: 2px solid var(--tds-
|
|
15
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
15
16
|
box-shadow: 0 0 0 1px var(--tds-white);
|
|
16
17
|
outline-offset: 1px;
|
|
18
|
+
z-index: 1;
|
|
17
19
|
}
|
|
18
20
|
:host(:focus) .tds-accordion-item .tds-accordion-header-icon-start,
|
|
19
21
|
:host(:focus) .tds-accordion-item .tds-accordion-header-icon-end {
|
|
@@ -65,4 +67,12 @@
|
|
|
65
67
|
|
|
66
68
|
:host(.hide-last-border:last-child) {
|
|
67
69
|
border-bottom: none;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
:host(.tds-mode-variant-secondary) {
|
|
73
|
+
background-color: var(--tds-accordion-background);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:host(.tds-mode-variant-primary) {
|
|
77
|
+
background-color: var(--tds-accordion-background);
|
|
68
78
|
}
|
|
@@ -77,7 +77,8 @@
|
|
|
77
77
|
outline: none;
|
|
78
78
|
}
|
|
79
79
|
:host .banner-close button:focus-visible tds-icon {
|
|
80
|
-
outline: 2px solid var(--tds-
|
|
80
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
81
81
|
box-shadow: 0 0 0 1px var(--tds-white);
|
|
82
82
|
outline-offset: 1px;
|
|
83
|
+
z-index: 1;
|
|
83
84
|
}
|
|
@@ -1,35 +1,28 @@
|
|
|
1
|
-
/* Typography Usage mixins */
|
|
2
|
-
/* Centralized map of typography types */
|
|
3
|
-
/* Utility mixin */
|
|
4
1
|
.tds-block {
|
|
5
2
|
box-sizing: border-box;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
line-height: var(--detail-01-line-height);
|
|
9
|
-
font-weight: var(--detail-01-font-weight);
|
|
10
|
-
letter-spacing: var(--detail-01-letter-spacing);
|
|
11
|
-
text-transform: var(--detail-01-text-transform);
|
|
12
|
-
background-color: var(--block-background);
|
|
13
|
-
color: var(--block-text-color);
|
|
3
|
+
color: var(--tds-block-color);
|
|
4
|
+
background-color: var(--tds-block-background);
|
|
14
5
|
border-radius: 4px;
|
|
15
6
|
padding: 16px;
|
|
7
|
+
font: var(--tds-body-01);
|
|
8
|
+
letter-spacing: var(--tds-body-01-ls);
|
|
16
9
|
}
|
|
17
10
|
.tds-block * {
|
|
18
11
|
box-sizing: border-box;
|
|
19
12
|
}
|
|
20
13
|
|
|
21
14
|
.tds-mode-variant-primary {
|
|
22
|
-
background-color: var(--block-background-
|
|
15
|
+
background-color: var(--tds-block-background-primary);
|
|
23
16
|
}
|
|
24
17
|
|
|
25
18
|
.tds-mode-variant-secondary {
|
|
26
|
-
background-color: var(--block-background-
|
|
19
|
+
background-color: var(--tds-block-background-secondary);
|
|
27
20
|
}
|
|
28
21
|
|
|
29
22
|
.tds-block-even {
|
|
30
|
-
background-color: var(--block-background-even);
|
|
23
|
+
background-color: var(--tds-block-background-even);
|
|
31
24
|
}
|
|
32
25
|
|
|
33
26
|
.tds-block-odd {
|
|
34
|
-
background-color: var(--block-background-odd);
|
|
27
|
+
background-color: var(--tds-block-background-odd);
|
|
35
28
|
}
|
|
@@ -13,7 +13,6 @@ export class TdsBlock {
|
|
|
13
13
|
this.componentTag = 'div';
|
|
14
14
|
}
|
|
15
15
|
getNestingLevel() {
|
|
16
|
-
// Start at 0 for the outermost block
|
|
17
16
|
let level = 0;
|
|
18
17
|
let parent = this.host.parentElement;
|
|
19
18
|
while (parent) {
|
|
@@ -28,10 +27,7 @@ export class TdsBlock {
|
|
|
28
27
|
const TagType = this.componentTag;
|
|
29
28
|
const nestingLevel = this.getNestingLevel();
|
|
30
29
|
let evenOddClass = '';
|
|
31
|
-
|
|
32
|
-
const hasNestedBlocks = Array.from(this.host.querySelectorAll('tds-block')).length > 0;
|
|
33
|
-
// Only apply even/odd classes if this block has nested blocks or is itself nested
|
|
34
|
-
if (this.modeVariant === null && (nestingLevel > 0 || hasNestedBlocks)) {
|
|
30
|
+
if (this.modeVariant === null) {
|
|
35
31
|
if (nestingLevel % 2 === 0) {
|
|
36
32
|
evenOddClass = 'tds-block-even';
|
|
37
33
|
}
|
|
@@ -39,7 +35,7 @@ export class TdsBlock {
|
|
|
39
35
|
evenOddClass = 'tds-block-odd';
|
|
40
36
|
}
|
|
41
37
|
}
|
|
42
|
-
return (h(TagType, { key: '
|
|
38
|
+
return (h(TagType, { key: '34385f3ac01d173e6bb568432418304186d261c7', class: `tds-block ${evenOddClass} ${this.modeVariant !== null ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("slot", { key: '569b04916fb165fb460711ec659ed2dc3e9ebd12' })));
|
|
43
39
|
}
|
|
44
40
|
static get is() { return "tds-block"; }
|
|
45
41
|
static get encapsulation() { return "shadow"; }
|
|
@@ -8,9 +8,10 @@
|
|
|
8
8
|
text-decoration: underline;
|
|
9
9
|
}
|
|
10
10
|
:host([role=listitem]) div ::slotted(*:focus-visible) {
|
|
11
|
-
outline: 2px solid var(--tds-
|
|
11
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
12
12
|
box-shadow: 0 0 0 1px var(--tds-white);
|
|
13
13
|
outline-offset: 1px;
|
|
14
|
+
z-index: 1;
|
|
14
15
|
outline-offset: 0;
|
|
15
16
|
}
|
|
16
17
|
:host([role=listitem]) div.current ::slotted(*),
|