@scania/tegel 1.32.2-multibrand-beta.5 → 1.33.0-beta.6
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/index-ca8040ad.js +4 -4
- 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 +166 -159
- 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 +20 -11
- 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/index-51d04e39.js +4 -4
- 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-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/p-fe8a4544.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
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
color: var(--tds-footer-main-copyright);
|
|
45
45
|
}
|
|
46
46
|
:host .footer-main-bottom .brand {
|
|
47
|
-
background-image: var(--tds-background-image-scania-wordmark-white-svg), var(--tds-background-image-scania-wordmark-white-svg
|
|
47
|
+
background-image: var(--tds-background-image-scania-wordmark-white-svg-local), var(--tds-background-image-scania-wordmark-white-svg);
|
|
48
48
|
background-repeat: no-repeat;
|
|
49
49
|
background-size: 117px;
|
|
50
50
|
background-position: right;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
display: none;
|
|
3
3
|
}
|
|
4
4
|
:host tds-header-item ::slotted(*) {
|
|
5
|
-
background-image: var(--tds-background-image-scania-symbol-svg), var(--tds-background-image-scania-symbol-svg
|
|
5
|
+
background-image: var(--tds-background-image-scania-symbol-svg-local), var(--tds-background-image-scania-symbol-svg);
|
|
6
6
|
background-size: 30px auto;
|
|
7
7
|
background-position: center;
|
|
8
8
|
background-repeat: no-repeat;
|
|
@@ -25,18 +25,18 @@ body {
|
|
|
25
25
|
}
|
|
26
26
|
:host .menu:hover::-webkit-scrollbar-thumb {
|
|
27
27
|
border: var(--tds-scrollbar-thumb-border-hover-width) solid transparent;
|
|
28
|
-
background: var(--
|
|
28
|
+
background: var(--tds-scrollbar-hover-thumb-color);
|
|
29
29
|
background-clip: padding-box;
|
|
30
30
|
}
|
|
31
31
|
:host .menu::-webkit-scrollbar {
|
|
32
32
|
width: var(--tds-scrollbar-width);
|
|
33
33
|
}
|
|
34
34
|
:host .menu::-webkit-scrollbar-track {
|
|
35
|
-
background: var(--
|
|
35
|
+
background: var(--tds-scrollbar-track-color);
|
|
36
36
|
}
|
|
37
37
|
:host .menu::-webkit-scrollbar-thumb {
|
|
38
38
|
border-radius: 40px;
|
|
39
|
-
background: var(--
|
|
39
|
+
background: var(--tds-scrollbar-thumb-color);
|
|
40
40
|
border: var(--tds-scrollbar-thumb-border-width) solid transparent;
|
|
41
41
|
background-clip: padding-box;
|
|
42
42
|
}
|
package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.css
CHANGED
|
@@ -27,9 +27,10 @@
|
|
|
27
27
|
cursor: pointer;
|
|
28
28
|
}
|
|
29
29
|
:host .component ::slotted(a:focus-visible) {
|
|
30
|
-
outline: 2px solid var(--tds-
|
|
30
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
31
31
|
box-shadow: 0 0 0 1px var(--tds-white);
|
|
32
32
|
outline-offset: 1px;
|
|
33
|
+
z-index: 1;
|
|
33
34
|
}
|
|
34
35
|
:host .component-selected {
|
|
35
36
|
background-color: var(--tds-nav-item-background-selected);
|
|
@@ -22,9 +22,10 @@
|
|
|
22
22
|
}
|
|
23
23
|
:host ::slotted(button:focus-visible),
|
|
24
24
|
:host ::slotted(a:focus-visible) {
|
|
25
|
-
outline: 2px solid var(--tds-
|
|
25
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
26
26
|
box-shadow: 0 0 0 1px var(--tds-white);
|
|
27
27
|
outline-offset: 1px;
|
|
28
|
+
z-index: 1;
|
|
28
29
|
}
|
|
29
30
|
:host .component-active ::slotted(button),
|
|
30
31
|
:host .component-active ::slotted(a) {
|
|
@@ -27,18 +27,18 @@ body {
|
|
|
27
27
|
}
|
|
28
28
|
:host .wrapper .menu:hover::-webkit-scrollbar-thumb {
|
|
29
29
|
border: var(--tds-scrollbar-thumb-border-hover-width) solid transparent;
|
|
30
|
-
background: var(--
|
|
30
|
+
background: var(--tds-scrollbar-hover-thumb-color);
|
|
31
31
|
background-clip: padding-box;
|
|
32
32
|
}
|
|
33
33
|
:host .wrapper .menu::-webkit-scrollbar {
|
|
34
34
|
width: var(--tds-scrollbar-width);
|
|
35
35
|
}
|
|
36
36
|
:host .wrapper .menu::-webkit-scrollbar-track {
|
|
37
|
-
background: var(--
|
|
37
|
+
background: var(--tds-scrollbar-track-color);
|
|
38
38
|
}
|
|
39
39
|
:host .wrapper .menu::-webkit-scrollbar-thumb {
|
|
40
40
|
border-radius: 40px;
|
|
41
|
-
background: var(--
|
|
41
|
+
background: var(--tds-scrollbar-thumb-color);
|
|
42
42
|
border: var(--tds-scrollbar-thumb-border-width) solid transparent;
|
|
43
43
|
background-clip: padding-box;
|
|
44
44
|
}
|
package/dist/collection/components/header/header-launcher-grid-item/header-launcher-grid-item.css
CHANGED
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
}
|
|
33
33
|
:host ::slotted(a:focus-visible),
|
|
34
34
|
:host ::slotted(button:focus-visible) {
|
|
35
|
-
outline: 2px solid var(--tds-
|
|
35
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
36
36
|
box-shadow: 0 0 0 1px var(--tds-white);
|
|
37
37
|
outline-offset: 1px;
|
|
38
|
+
z-index: 1;
|
|
38
39
|
}
|
|
@@ -29,12 +29,7 @@ export class Icon {
|
|
|
29
29
|
}
|
|
30
30
|
detectAndSetBrand() {
|
|
31
31
|
const brandClasses = Object.keys(brandIconMap);
|
|
32
|
-
|
|
33
|
-
let matchingBrand = brandClasses.find((brand) => this.host.closest(`.${brand}`));
|
|
34
|
-
// If closest didn't find anything, check document root
|
|
35
|
-
if (!matchingBrand) {
|
|
36
|
-
matchingBrand = brandClasses.find((brand) => document.documentElement.classList.contains(brand));
|
|
37
|
-
}
|
|
32
|
+
const matchingBrand = brandClasses.find((brand) => this.host.closest(`.${brand}`));
|
|
38
33
|
// Set the icons_object based on the found brand or default to scania
|
|
39
34
|
this.icons_object = matchingBrand ? brandIconMap[matchingBrand] : scaniaIcons;
|
|
40
35
|
this.arrayDataWatcher(this.icons_object);
|
|
@@ -49,7 +44,7 @@ export class Icon {
|
|
|
49
44
|
this.arrayOfIcons = [...this.arrayOfIcons];
|
|
50
45
|
}
|
|
51
46
|
render() {
|
|
52
|
-
return h(Host, { key: '
|
|
47
|
+
return h(Host, { key: 'e54289a5f2cf5717ffc9aafc0295a6aafd1cb7de' }, this.setIcons());
|
|
53
48
|
}
|
|
54
49
|
static get is() { return "tds-icon"; }
|
|
55
50
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const iconsCollection =
|
|
2
|
-
'[{"name":"arrow_diagonal","definition":"M24 5.75H10v2h12.59L6 24.34l1.41 1.41L24 9.16v12.59h2v-16h-2Z","viewbox":"0 0 32 32"},{"name":"arrow_down","definition":"M24.59 16.59 17 24.17V4h-2v20.17L7.41 16.6 6 18l10 10 10-10-1.41-1.41Z","viewbox":"0 0 32 32"},{"name":"arrow_left","definition":"m4 16 10 10 1.41-1.41L7.83 17H28v-2H7.83l7.58-7.59L14 6 4 16Z","viewbox":"0 0 32 32"},{"name":"arrow_right","definition":"M28 16 18 6l-1.41 1.41L24.17 15H4v2h20.17l-7.58 7.59L18 26l10-10Z","viewbox":"0 0 32 32"},{"name":"arrow_up","definition":"M7.41 15.41 15 7.83V28h2V7.83l7.59 7.58L26 14 16 4 6 14l1.41 1.41Z","viewbox":"0 0 32 32"},{"name":"bento","definition":"M6 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 28a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z","viewbox":"0 0 32 32"},{"name":"burger","definition":"M30 6H2v2h28V6Zm0 9H2v2h28v-2Zm0 9H2v2h28v-2Z","viewbox":"0 0 32 32"},{"name":"calendar","definition":"M26.47 4H22V2h-2v2h-8V2h-2v2H5.53L4 7v18l1.53 3h20.94L28 25V7l-1.53-3ZM10 6v2h2V6h8v2h2V6h3.25L26 7.48V10H6V7.48L6.75 6H10ZM6.75 26 6 24.52V12h20v12.52L25.25 26H6.75Z","viewbox":"0 0 32 32"},{"name":"chevron_down","definition":"m7.13 10.29-1.41 1.42 10 10 10-10-1.41-1.42-8.59 8.59-8.59-8.59Z","viewbox":"0 0 32 32"},{"name":"chevron_left","definition":"M21.41 7.41 20 6 10 16l10 10 1.41-1.41L12.83 16l8.58-8.59Z","viewbox":"0 0 32 32"},{"name":"chevron_right","definition":"M10.59 7.41 12 6l10 10-10 10-1.41-1.41L19.17 16 10.6 7.41Z","viewbox":"0 0 32 32"},{"name":"chevron_up","definition":"m24.89 21.7 1.4-1.4-10-10-10 10 1.42 1.4 8.59-8.58 8.59 8.58Z","viewbox":"0 0 32 32"},{"name":"cross","definition":"M25 8.41 23.59 7 16 14.59 8.41 7 7 8.41 14.59 16 7 23.59 8.41 25 16 17.41 23.59 25 25 23.59 17.41 16 25 8.41Z","viewbox":"0 0 32 32"},{"name":"
|
|
2
|
+
'[{"name":"arrow_diagonal","definition":"M24 5.75H10v2h12.59L6 24.34l1.41 1.41L24 9.16v12.59h2v-16h-2Z","viewbox":"0 0 32 32"},{"name":"arrow_down","definition":"M24.59 16.59 17 24.17V4h-2v20.17L7.41 16.6 6 18l10 10 10-10-1.41-1.41Z","viewbox":"0 0 32 32"},{"name":"arrow_left","definition":"m4 16 10 10 1.41-1.41L7.83 17H28v-2H7.83l7.58-7.59L14 6 4 16Z","viewbox":"0 0 32 32"},{"name":"arrow_right","definition":"M28 16 18 6l-1.41 1.41L24.17 15H4v2h20.17l-7.58 7.59L18 26l10-10Z","viewbox":"0 0 32 32"},{"name":"arrow_up","definition":"M7.41 15.41 15 7.83V28h2V7.83l7.59 7.58L26 14 16 4 6 14l1.41 1.41Z","viewbox":"0 0 32 32"},{"name":"bento","definition":"M6 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 28a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z","viewbox":"0 0 32 32"},{"name":"burger","definition":"M30 6H2v2h28V6Zm0 9H2v2h28v-2Zm0 9H2v2h28v-2Z","viewbox":"0 0 32 32"},{"name":"calendar","definition":"M26.47 4H22V2h-2v2h-8V2h-2v2H5.53L4 7v18l1.53 3h20.94L28 25V7l-1.53-3ZM10 6v2h2V6h8v2h2V6h3.25L26 7.48V10H6V7.48L6.75 6H10ZM6.75 26 6 24.52V12h20v12.52L25.25 26H6.75Z","viewbox":"0 0 32 32"},{"name":"chevron_down","definition":"m7.13 10.29-1.41 1.42 10 10 10-10-1.41-1.42-8.59 8.59-8.59-8.59Z","viewbox":"0 0 32 32"},{"name":"chevron_left","definition":"M21.41 7.41 20 6 10 16l10 10 1.41-1.41L12.83 16l8.58-8.59Z","viewbox":"0 0 32 32"},{"name":"chevron_right","definition":"M10.59 7.41 12 6l10 10-10 10-1.41-1.41L19.17 16 10.6 7.41Z","viewbox":"0 0 32 32"},{"name":"chevron_up","definition":"m24.89 21.7 1.4-1.4-10-10-10 10 1.42 1.4 8.59-8.58 8.59 8.58Z","viewbox":"0 0 32 32"},{"name":"cross","definition":"M25 8.41 23.59 7 16 14.59 8.41 7 7 8.41 14.59 16 7 23.59 8.41 25 16 17.41 23.59 25 25 23.59 17.41 16 25 8.41Z","viewbox":"0 0 32 32"},{"name":"edit","definition":"m23 3-6 6L4.13 21.87 3 29l7.13-1.13L23 15l6-6-6-6ZM9.18 26l-3.77.6.59-3.77 12.41-12.42 3.17 3.18L9.18 26ZM23 12.17 19.83 9 23 5.83 26.17 9 23 12.17Z","viewbox":"0 0 32 32"},{"name":"error","definition":"M16 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14-6.28 14-14 14Zm0-26C9.38 4 4 9.38 4 16s5.38 12 12 12 12-5.38 12-12S22.62 4 16 4ZM17 9h-2v10h2V9Zm0 12h-2v2h2v-2Z","viewbox":"0 0 32 32"},{"name":"info","definition":"M16 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14-6.28 14-14 14Zm0-26C9.38 4 4 9.38 4 16s5.38 12 12 12 12-5.38 12-12S22.62 4 16 4ZM17 13h-2v10h2V13Zm0-4h-2v2h2V9Z","viewbox":"0 0 32 32"},{"name":"minus","definition":"M28 15H4v2h24v-2Z","viewbox":"0 0 32 32"},{"name":"notification","definition":"M25 19.55V13a9 9 0 0 0-8-8.94V2h-2v2.06A9 9 0 0 0 7 13v6.55L5 21v5h22v-5l-2-1.45ZM25 24H7v-1.98l.03-.02L9 20.57V13a7 7 0 0 1 14 0v7.57L24.97 22l.03.02V24Zm-5 4h-8v2h8v-2Z","viewbox":"0 0 32 32"},{"name":"plus","definition":"M28 15H17V4h-2v11H4v2h11v11h2V17h11v-2Z","viewbox":"0 0 32 32"},{"name":"print","definition":"M28 9h-3V3H7v6H4l-2 3.93V23h5v6h18v-6h5V12.93L28 9ZM9 5h14v4H9V5Zm14 22H9v-9h14v9Zm5-6h-3v-5H7v5H4v-7.59L5.23 11h21.54L28 13.41V21Z","viewbox":"0 0 32 32"},{"name":"refresh","definition":"M19 10h4.98C22.11 7.5 19.2 6 16 6 10.49 6 6 10.49 6 16H4a12.01 12.01 0 0 1 21-7.94V4h2v8h-8v-2Zm-6 12H8.02c1.87 2.5 4.79 4 7.98 4 5.51 0 10-4.49 10-10h2a12.01 12.01 0 0 1-21 7.93V28H5v-8h8v2Z","viewbox":"0 0 32 32"},{"name":"search","definition":"m28 26.59-6.26-6.27A10.01 10.01 0 1 0 4 14a10.01 10.01 0 0 0 16.32 7.74L26.6 28l1.4-1.41ZM14 22a8 8 0 0 1 0-16 8 8 0 0 1 0 16Z","viewbox":"0 0 32 32"},{"name":"share","definition":"M25.1 21a4.08 4.08 0 0 0-3.15 1.48L10.83 16.9a3.75 3.75 0 0 0 .02-1.74l11.12-5.61a4.05 4.05 0 0 0 6.91-1.15 3.96 3.96 0 0 0-1.76-4.85 4.08 4.08 0 0 0-5.13.9 3.97 3.97 0 0 0-.88 3.29L9.93 13.36A4.05 4.05 0 0 0 2.86 16a3.97 3.97 0 0 0 2.61 3.74 4.09 4.09 0 0 0 4.46-1.09l11.2 5.65a3.97 3.97 0 0 0 2.42 4.38 4.08 4.08 0 0 0 4.4-.86A3.99 3.99 0 0 0 25.1 21Zm0-16a2.04 2.04 0 0 1 1.86 1.24 1.98 1.98 0 0 1-.44 2.18 2.03 2.03 0 0 1-3.45-1.41 2.03 2.03 0 0 1 2.02-2ZM6.9 18a2.04 2.04 0 0 1-1.87-1.23 1.98 1.98 0 0 1 .44-2.18A2.03 2.03 0 0 1 8.92 16a2.03 2.03 0 0 1-2.02 2Zm18.2 9a2.04 2.04 0 0 1-1.88-1.23 1.98 1.98 0 0 1 .44-2.18A2.03 2.03 0 0 1 27.11 25c0 .53-.2 1.04-.59 1.42-.38.37-.9.58-1.43.58Z","viewbox":"0 0 32 32"},{"name":"sorting","definition":"M27.6 20.6 24 24.2V8h-2v16.2l-3.6-3.6L17 22l6 6 6-6-1.4-1.4ZM9 4l-6 6 1.4 1.4L8 7.8V24h2V7.8l3.6 3.6L15 10 9 4Z","viewbox":"0 0 32 32"},{"name":"star","definition":"m30.07 13.39-.63-1.87-8.89-.87L17 2h-2l-3.55 8.65-8.89.87-.63 1.87 6.75 6.24-2 9.23L8.33 30 16 25.21 23.67 30l1.63-1.14-2-9.23 6.77-6.24Zm-13 10.13L16 22.85l-1.06.67-5.83 3.64 1.52-7.11.24-1.12-.87-.77-5.21-4.85 6.86-.67 1.2-.11.46-1.12L16 4.83l2.69 6.58.46 1.12 1.2.11 6.86.67L22 18.16l-.83.77.24 1.12 1.52 7.11-5.86-3.64Z","viewbox":"0 0 32 32"},{"name":"tick","definition":"m28 9-1.41-1.41L13 21.17 5.41 13.6 4 15l9 9L28 9Z","viewbox":"0 0 32 32"},{"name":"truck","definition":"M22 8H10v2h12V8ZM30 8h-4V6.52L23.7 2H8.3L6 6.52V8H2v2h4v20h5.2l1.03-2h7.55l1.02 2H26V10h4V8Zm-7.98 20L21 26H11l-1.02 2H8v-4h3l-1.02-2H8V7l1.53-3h12.94L24 7v15h-1.98L21 24h3v4h-1.98ZM23 16H9l4.08 8h5.84L23 16Zm-5.3 6h-3.4l-2.04-4h7.48l-2.04 4Z","viewbox":"0 0 32 32"},{"name":"warning","definition":"M27.68 23 18 4h-4L4.32 23l-.32.62V28h24v-4.38l-.32-.62ZM6 26v-1.9L15.22 6h1.56L26 24.1V26H6ZM17 11h-2v9h2v-9Zm0 11h-2v2h2v-2Z","viewbox":"0 0 32 32"}]';
|
|
3
3
|
export const iconsNames = [
|
|
4
4
|
'arrow_diagonal',
|
|
5
5
|
'arrow_down',
|
|
@@ -14,7 +14,6 @@ export const iconsNames = [
|
|
|
14
14
|
'chevron_right',
|
|
15
15
|
'chevron_up',
|
|
16
16
|
'cross',
|
|
17
|
-
'edit_inactive',
|
|
18
17
|
'edit',
|
|
19
18
|
'error',
|
|
20
19
|
'info',
|
|
@@ -25,8 +24,6 @@ export const iconsNames = [
|
|
|
25
24
|
'refresh',
|
|
26
25
|
'search',
|
|
27
26
|
'share',
|
|
28
|
-
'skip_backwards',
|
|
29
|
-
'skip_forward',
|
|
30
27
|
'sorting',
|
|
31
28
|
'star',
|
|
32
29
|
'tick',
|
|
@@ -2,38 +2,57 @@
|
|
|
2
2
|
/* Centralized map of typography types */
|
|
3
3
|
/* Utility mixin */
|
|
4
4
|
:host {
|
|
5
|
+
/* Default values */
|
|
6
|
+
--tds-message-background: var(--background-elevation-layer-03);
|
|
7
|
+
--tds-message-background-error: var(--system-danger-subtle-03);
|
|
8
|
+
--tds-message-background-warning: var(--background-elevation-layer-03);
|
|
9
|
+
--tds-message-background-success: var(--background-elevation-layer-03);
|
|
5
10
|
/* Variant values */
|
|
6
11
|
}
|
|
12
|
+
:host .tds-mode-variant-primary {
|
|
13
|
+
--tds-message-background: var(--background-elevation-layer-03);
|
|
14
|
+
--tds-message-background-error: var(--system-danger-subtle-03);
|
|
15
|
+
--tds-message-background-warning: var(--background-elevation-layer-03);
|
|
16
|
+
--tds-message-background-success: var(--background-elevation-layer-03);
|
|
17
|
+
}
|
|
18
|
+
:host .tds-mode-variant-secondary {
|
|
19
|
+
--tds-message-background: var(--background-elevation-layer-02);
|
|
20
|
+
--tds-message-background-error: var(--system-danger-subtle-02);
|
|
21
|
+
--tds-message-background-warning: var(--background-elevation-layer-02);
|
|
22
|
+
--tds-message-background-success: var(--background-elevation-layer-02);
|
|
23
|
+
}
|
|
7
24
|
:host .wrapper {
|
|
8
25
|
display: flex;
|
|
9
26
|
padding: 16px;
|
|
10
|
-
background-color: var(--message-
|
|
27
|
+
background-color: var(--tds-message-background);
|
|
11
28
|
border-radius: 4px;
|
|
12
29
|
}
|
|
13
30
|
:host .wrapper.information {
|
|
14
|
-
border-left: 4px solid var(--
|
|
31
|
+
border-left: 4px solid var(--system-info-default);
|
|
15
32
|
}
|
|
16
33
|
:host .wrapper.information tds-icon {
|
|
17
|
-
color: var(--
|
|
34
|
+
color: var(--system-info-default);
|
|
18
35
|
}
|
|
19
36
|
:host .wrapper.success {
|
|
20
|
-
|
|
37
|
+
background-color: var(--tds-message-background-success);
|
|
38
|
+
border-left: 4px solid var(--system-success-default);
|
|
21
39
|
}
|
|
22
40
|
:host .wrapper.success tds-icon {
|
|
23
|
-
color: var(--
|
|
41
|
+
color: var(--system-success-default);
|
|
24
42
|
}
|
|
25
43
|
:host .wrapper.error {
|
|
26
|
-
background-color: var(--message-error
|
|
27
|
-
border-left: 4px solid var(--
|
|
44
|
+
background-color: var(--tds-message-background-error);
|
|
45
|
+
border-left: 4px solid var(--system-danger-default);
|
|
28
46
|
}
|
|
29
47
|
:host .wrapper.error tds-icon {
|
|
30
|
-
color: var(--
|
|
48
|
+
color: var(--system-danger-default);
|
|
31
49
|
}
|
|
32
50
|
:host .wrapper.warning {
|
|
33
|
-
|
|
51
|
+
background-color: var(--tds-message-background-warning);
|
|
52
|
+
border-left: 4px solid var(--system-warning-default);
|
|
34
53
|
}
|
|
35
54
|
:host .wrapper.warning tds-icon {
|
|
36
|
-
color: var(--
|
|
55
|
+
color: var(--system-warning-default);
|
|
37
56
|
}
|
|
38
57
|
:host .wrapper.minimal {
|
|
39
58
|
border: none;
|
|
@@ -49,13 +68,7 @@
|
|
|
49
68
|
text-transform: var(--detail-02-text-transform);
|
|
50
69
|
}
|
|
51
70
|
:host .wrapper.minimal.error .header {
|
|
52
|
-
color: var(--
|
|
53
|
-
}
|
|
54
|
-
:host .tds-mode-variant-primary {
|
|
55
|
-
--message-main-background: var(--message-mode-primary-background);
|
|
56
|
-
}
|
|
57
|
-
:host .tds-mode-variant-secondary {
|
|
58
|
-
--message-main-background: var(--message-mode-secondary-background);
|
|
71
|
+
color: var(--system-danger-default);
|
|
59
72
|
}
|
|
60
73
|
:host tds-icon {
|
|
61
74
|
padding-right: 16px;
|
|
@@ -64,7 +77,7 @@
|
|
|
64
77
|
display: flex;
|
|
65
78
|
flex-direction: column;
|
|
66
79
|
gap: 4px;
|
|
67
|
-
color: var(--
|
|
80
|
+
color: var(--foreground-text-strong);
|
|
68
81
|
padding: 2px 0;
|
|
69
82
|
}
|
|
70
83
|
:host .content .header {
|
|
@@ -76,7 +89,7 @@
|
|
|
76
89
|
text-transform: var(--headline-07-text-transform);
|
|
77
90
|
}
|
|
78
91
|
:host .content .extended-message {
|
|
79
|
-
color: var(--
|
|
92
|
+
color: var(--foreground-text-strong);
|
|
80
93
|
font-family: var(--detail-02-font-family);
|
|
81
94
|
font-size: var(--detail-02-font-size);
|
|
82
95
|
line-height: var(--detail-02-line-height);
|
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
/* MODAL STYLING */
|
|
6
6
|
.tds-modal {
|
|
7
7
|
box-sizing: border-box;
|
|
8
|
-
|
|
8
|
+
box-shadow: var(--tds-modal-box-shadow);
|
|
9
|
+
background-color: var(--background-elevation-layer-02);
|
|
9
10
|
margin: auto;
|
|
10
11
|
position: relative;
|
|
11
|
-
border-radius:
|
|
12
|
+
border-radius: var(--radius-narrow);
|
|
12
13
|
max-height: 85vh;
|
|
13
14
|
overflow-y: auto;
|
|
14
15
|
pointer-events: auto;
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
background-color: transparent;
|
|
25
26
|
}
|
|
26
27
|
.tds-modal::-webkit-scrollbar-thumb {
|
|
27
|
-
background-color: var(--
|
|
28
|
+
background-color: var(--foreground-elements-transparparent-discrete);
|
|
28
29
|
border-radius: 3px;
|
|
29
30
|
}
|
|
30
31
|
.tds-modal__actions-sticky {
|
|
@@ -46,13 +47,13 @@
|
|
|
46
47
|
bottom: -1px;
|
|
47
48
|
left: 0;
|
|
48
49
|
right: 0;
|
|
49
|
-
background-color: var(--
|
|
50
|
+
background-color: var(--background-elevation-layer-02);
|
|
50
51
|
padding: 24px 16px 16px;
|
|
51
52
|
display: flex;
|
|
52
53
|
gap: 16px;
|
|
53
54
|
}
|
|
54
55
|
.tds-modal__actions-static slot[name=actions] {
|
|
55
|
-
background-color: var(--
|
|
56
|
+
background-color: var(--background-elevation-layer-02);
|
|
56
57
|
display: flex;
|
|
57
58
|
gap: 16px;
|
|
58
59
|
padding: 24px 16px 16px;
|
|
@@ -146,7 +147,7 @@
|
|
|
146
147
|
padding: 16px;
|
|
147
148
|
position: sticky;
|
|
148
149
|
top: 0;
|
|
149
|
-
background-color: var(--
|
|
150
|
+
background-color: var(--background-elevation-layer-02);
|
|
150
151
|
z-index: 1;
|
|
151
152
|
}
|
|
152
153
|
|
|
@@ -158,7 +159,7 @@ slot[name=header]::slotted(*) {
|
|
|
158
159
|
font-weight: var(--headline-05-font-weight);
|
|
159
160
|
letter-spacing: var(--headline-05-letter-spacing);
|
|
160
161
|
text-transform: var(--headline-05-text-transform);
|
|
161
|
-
color: var(--
|
|
162
|
+
color: var(--foreground-text-strong);
|
|
162
163
|
margin: 0;
|
|
163
164
|
flex: 1;
|
|
164
165
|
}
|
|
@@ -170,7 +171,7 @@ slot[name=header]::slotted(*) {
|
|
|
170
171
|
font-weight: var(--body-01-font-weight);
|
|
171
172
|
letter-spacing: var(--body-01-letter-spacing);
|
|
172
173
|
text-transform: var(--body-01-text-transform);
|
|
173
|
-
color: var(--
|
|
174
|
+
color: var(--foreground-text-strong);
|
|
174
175
|
overflow-y: visible;
|
|
175
176
|
padding: 0 16px 16px;
|
|
176
177
|
}
|
|
@@ -182,7 +183,7 @@ slot[name=header]::slotted(*) {
|
|
|
182
183
|
background-color: transparent;
|
|
183
184
|
}
|
|
184
185
|
.body::-webkit-scrollbar-thumb {
|
|
185
|
-
background-color: var(--
|
|
186
|
+
background-color: var(--foreground-elements-transparparent-discrete);
|
|
186
187
|
border-radius: 3px;
|
|
187
188
|
}
|
|
188
189
|
|
|
@@ -193,7 +194,7 @@ slot[name=header]::slotted(*) {
|
|
|
193
194
|
right: 0;
|
|
194
195
|
bottom: 0;
|
|
195
196
|
left: 0;
|
|
196
|
-
background-color: var(--modal-backdrop-
|
|
197
|
+
background-color: var(--tds-modal-backdrop-background);
|
|
197
198
|
pointer-events: auto;
|
|
198
199
|
}
|
|
199
200
|
.tds-modal-backdrop * {
|
|
@@ -211,13 +212,14 @@ button.tds-modal-close {
|
|
|
211
212
|
.tds-modal-close {
|
|
212
213
|
display: inline-block;
|
|
213
214
|
height: auto;
|
|
214
|
-
color: var(--
|
|
215
|
+
color: var(--foreground-text-strong);
|
|
215
216
|
cursor: pointer;
|
|
216
217
|
}
|
|
217
218
|
.tds-modal-close:focus {
|
|
218
|
-
outline: 2px solid var(--tds-
|
|
219
|
+
outline: 2px solid var(--tds-focus-outline-color);
|
|
219
220
|
box-shadow: 0 0 0 1px var(--tds-white);
|
|
220
221
|
outline-offset: 1px;
|
|
222
|
+
z-index: 1;
|
|
221
223
|
}
|
|
222
224
|
@media (min-width: 320px) {
|
|
223
225
|
.tds-modal-close {
|
|
@@ -247,7 +249,7 @@ button.tds-modal-close {
|
|
|
247
249
|
}
|
|
248
250
|
}
|
|
249
251
|
.tds-modal-close-btn svg {
|
|
250
|
-
fill: var(--
|
|
252
|
+
fill: var(--foreground-text-strong);
|
|
251
253
|
}
|
|
252
254
|
|
|
253
255
|
.tds-modal-overflow {
|