@scania/tegel 1.33.0 → 1.34.0-multibrand-beta.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/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-badge.cjs.entry.js +1 -1
- package/dist/cjs/tds-banner.cjs.entry.js +1 -1
- package/dist/cjs/tds-block.cjs.entry.js +7 -3
- 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-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/tds-button.cjs.entry.js +1 -1
- package/dist/cjs/tds-card.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-datetime.cjs.entry.js +1 -1
- package/dist/cjs/tds-divider.cjs.entry.js +12 -2
- package/dist/cjs/tds-dropdown_2.cjs.entry.js +9 -8
- 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 +3 -4
- 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 +9 -4
- package/dist/cjs/tds-inline-tab.cjs.entry.js +3 -3
- package/dist/cjs/tds-inline-tabs.cjs.entry.js +3 -3
- package/dist/cjs/tds-link.cjs.entry.js +1 -1
- 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 +3 -3
- package/dist/cjs/tds-navigation-tabs.cjs.entry.js +5 -5
- package/dist/cjs/tds-popover-canvas.cjs.entry.js +1 -1
- package/dist/cjs/tds-popover-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-popover-menu.cjs.entry.js +6 -3
- package/dist/cjs/tds-radio-button.cjs.entry.js +4 -2
- 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-slider.cjs.entry.js +15 -9
- package/dist/cjs/tds-spinner.cjs.entry.js +2 -2
- package/dist/cjs/tds-step.cjs.entry.js +1 -1
- package/dist/cjs/tds-stepper.cjs.entry.js +1 -1
- 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 +9 -6
- package/dist/cjs/tds-textarea.cjs.entry.js +5 -5
- 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 +3 -3
- package/dist/cjs/tegel.cjs.js +1 -1
- package/dist/collection/components/accordion/accordion-item/accordion-item.css +34 -25
- package/dist/collection/components/accordion/accordion.css +8 -9
- package/dist/collection/components/badge/badge.css +2 -4
- package/dist/collection/components/banner/banner.css +26 -16
- package/dist/collection/components/banner/banner.js +1 -1
- package/dist/collection/components/block/block.css +15 -8
- package/dist/collection/components/block/block.js +6 -2
- package/dist/collection/components/breadcrumbs/breadcrumb/breadcrumb.css +6 -8
- package/dist/collection/components/breadcrumbs/breadcrumbs.css +9 -2
- package/dist/collection/components/button/button.css +480 -426
- package/dist/collection/components/card/card.css +30 -18
- package/dist/collection/components/checkbox/checkbox.css +37 -30
- package/dist/collection/components/chip/chip.css +31 -19
- package/dist/collection/components/datetime/datetime.css +104 -199
- package/dist/collection/components/divider/divider.css +1 -2
- package/dist/collection/components/divider/divider.js +29 -1
- package/dist/collection/components/dropdown/dropdown-option/dropdown-option.css +19 -11
- package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +2 -2
- package/dist/collection/components/dropdown/dropdown.css +132 -129
- package/dist/collection/components/dropdown/dropdown.js +5 -4
- package/dist/collection/components/footer/footer-group/footer-group.css +21 -11
- package/dist/collection/components/footer/footer-item/footer-item.css +25 -17
- package/dist/collection/components/footer/footer.css +20 -7
- package/dist/collection/components/footer/footer.js +2 -3
- 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 -3
- package/dist/collection/components/header/header-item/header-item.css +2 -3
- 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 -3
- package/dist/collection/components/icon/icon.js +8 -3
- package/dist/collection/components/icon/scaniaIconsArray.js +2 -1
- package/dist/collection/components/icon/tratonIconsArray.js +4 -1
- package/dist/collection/components/link/link.css +23 -14
- package/dist/collection/components/message/message.css +42 -53
- package/dist/collection/components/modal/modal.css +15 -16
- package/dist/collection/components/popover-canvas/popover-canvas.css +2 -2
- package/dist/collection/components/popover-menu/popover-menu-item/popover-menu-item.css +14 -7
- package/dist/collection/components/popover-menu/popover-menu.css +1 -1
- package/dist/collection/components/popover-menu/popover-menu.js +23 -2
- package/dist/collection/components/radio-button/radio-button.css +41 -25
- package/dist/collection/components/radio-button/radio-button.js +3 -1
- package/dist/collection/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.css +2 -3
- package/dist/collection/components/side-menu/side-menu-item/side-menu-item.css +2 -3
- package/dist/collection/components/side-menu/side-menu.css +3 -3
- package/dist/collection/components/slider/slider-stories-setup.js +29 -1
- package/dist/collection/components/slider/slider.css +97 -41
- package/dist/collection/components/slider/slider.js +50 -8
- package/dist/collection/components/spinner/spinner.css +33 -64
- package/dist/collection/components/spinner/spinner.js +3 -2
- package/dist/collection/components/stepper/step/step.css +53 -38
- package/dist/collection/components/stepper/stepper.css +0 -3
- package/dist/collection/components/table/table/table.css +4 -4
- package/dist/collection/components/table/table-body/table-body.css +11 -21
- package/dist/collection/components/table/table-body-cell/table-body-cell.css +12 -5
- package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.css +18 -9
- 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 +10 -9
- 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 -12
- 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 +33 -22
- package/dist/collection/components/table/table-footer/table-footer.js +3 -3
- package/dist/collection/components/table/table-header/table-header.css +14 -7
- package/dist/collection/components/table/table-header/table-header.js +2 -2
- package/dist/collection/components/table/table-header-cell/table-header-cell.css +27 -13
- 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 +16 -9
- 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 +25 -14
- package/dist/collection/components/table/table-toolbar/table-toolbar.js +2 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.css +25 -18
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +2 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.css +3 -18
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +2 -2
- package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.css +19 -10
- package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +2 -2
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.css +4 -20
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +2 -2
- package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.css +22 -10
- package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +2 -2
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.css +5 -20
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +4 -4
- package/dist/collection/components/text-field/text-field.css +140 -182
- package/dist/collection/components/text-field/text-field.js +8 -5
- package/dist/collection/components/textarea/textarea.css +105 -77
- package/dist/collection/components/textarea/textarea.js +4 -4
- package/dist/collection/components/toast/toast.css +31 -23
- package/dist/collection/components/toast/toast.js +3 -3
- package/dist/collection/components/toggle/toggle.css +55 -45
- package/dist/collection/components/toggle/toggle.js +2 -2
- package/dist/collection/components/tooltip/tooltip.css +11 -4
- package/dist/collection/components/tooltip/tooltip.js +2 -2
- package/dist/components/{p-ea381f94.js → p-0e04ed76.js} +1 -1
- package/dist/components/{p-df84759a.js → p-4bf2bec5.js} +1 -1
- package/dist/components/{p-6adb1ce3.js → p-4cd4e1e3.js} +1 -1
- package/dist/components/p-4e5ff414.js +90 -0
- package/dist/components/p-8565f800.js +114 -0
- package/dist/components/{p-1cd6b2c6.js → p-9e3aba72.js} +7 -6
- package/dist/components/{p-4b0c6ab5.js → p-a1f93ac9.js} +5 -5
- package/dist/components/p-aeba8158.js +46 -0
- package/dist/components/{p-71c3dfe9.js → p-af5310f8.js} +1 -1
- package/dist/components/{p-f589b91c.js → p-d437241f.js} +2 -2
- package/dist/components/{p-9cee9d7f.js → p-ee402b70.js} +3 -3
- package/dist/components/tds-accordion-item.js +2 -2
- package/dist/components/tds-accordion.js +1 -1
- package/dist/components/tds-badge.js +1 -1
- package/dist/components/tds-banner.js +2 -2
- package/dist/components/tds-block.js +7 -3
- package/dist/components/tds-body-cell.js +1 -1
- package/dist/components/tds-breadcrumb.js +1 -1
- package/dist/components/tds-breadcrumbs.js +1 -1
- package/dist/components/tds-button.js +1 -1
- package/dist/components/tds-card.js +2 -2
- package/dist/components/tds-checkbox.js +1 -1
- package/dist/components/tds-chip.js +1 -1
- package/dist/components/tds-datetime.js +2 -2
- 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 +3 -4
- package/dist/components/tds-header-brand-symbol.js +1 -1
- 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 +4 -4
- 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 +5 -5
- package/dist/components/tds-icon.js +1 -1
- package/dist/components/tds-inline-tab.js +3 -3
- package/dist/components/tds-inline-tabs.js +4 -4
- package/dist/components/tds-link.js +1 -1
- package/dist/components/tds-message.js +2 -2
- package/dist/components/tds-modal.js +2 -2
- package/dist/components/tds-navigation-tab.js +3 -3
- package/dist/components/tds-navigation-tabs.js +6 -6
- package/dist/components/tds-popover-canvas.js +1 -1
- package/dist/components/tds-popover-menu-item.js +1 -1
- package/dist/components/tds-popover-menu.js +7 -3
- package/dist/components/tds-radio-button.js +4 -2
- 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 +18 -10
- package/dist/components/tds-spinner.js +5 -4
- package/dist/components/tds-step.js +2 -2
- package/dist/components/tds-stepper.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 +23 -8
- package/dist/components/tds-textarea.js +7 -7
- 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-badge.entry.js +1 -1
- package/dist/esm/tds-banner.entry.js +1 -1
- package/dist/esm/tds-block.entry.js +7 -3
- package/dist/esm/tds-body-cell.entry.js +1 -1
- package/dist/esm/tds-breadcrumb.entry.js +1 -1
- package/dist/esm/tds-breadcrumbs.entry.js +1 -1
- package/dist/esm/tds-button.entry.js +1 -1
- package/dist/esm/tds-card.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-datetime.entry.js +1 -1
- package/dist/esm/tds-divider.entry.js +12 -2
- package/dist/esm/tds-dropdown_2.entry.js +9 -8
- 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 +3 -4
- 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 +9 -4
- package/dist/esm/tds-inline-tab.entry.js +3 -3
- package/dist/esm/tds-inline-tabs.entry.js +3 -3
- package/dist/esm/tds-link.entry.js +1 -1
- 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 +3 -3
- package/dist/esm/tds-navigation-tabs.entry.js +5 -5
- package/dist/esm/tds-popover-canvas.entry.js +1 -1
- package/dist/esm/tds-popover-menu-item.entry.js +1 -1
- package/dist/esm/tds-popover-menu.entry.js +6 -3
- package/dist/esm/tds-radio-button.entry.js +4 -2
- 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-slider.entry.js +15 -9
- package/dist/esm/tds-spinner.entry.js +3 -3
- package/dist/esm/tds-step.entry.js +1 -1
- package/dist/esm/tds-stepper.entry.js +1 -1
- 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 +9 -6
- package/dist/esm/tds-textarea.entry.js +5 -5
- 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 +3 -3
- package/dist/esm/tegel.js +1 -1
- package/dist/tegel/p-0096c98e.entry.js +1 -0
- package/dist/tegel/p-08e0abf8.entry.js +1 -0
- package/dist/tegel/{p-6e57997e.entry.js → p-0d09f1ad.entry.js} +1 -1
- package/dist/tegel/p-10646dec.entry.js +1 -0
- package/dist/tegel/p-17b55fa2.entry.js +1 -0
- package/dist/tegel/p-22e4a4f9.entry.js +1 -0
- package/dist/tegel/{p-87219f00.entry.js → p-2718a9ce.entry.js} +1 -1
- package/dist/tegel/p-2e6b957c.entry.js +1 -0
- package/dist/tegel/p-33aa94c4.entry.js +1 -0
- package/dist/tegel/p-343a4750.entry.js +1 -0
- package/dist/tegel/p-38aa3ec5.entry.js +1 -0
- package/dist/tegel/{p-08f63e5d.entry.js → p-39f597f5.entry.js} +1 -1
- package/dist/tegel/p-3f039f89.entry.js +1 -0
- package/dist/tegel/p-4095d044.entry.js +1 -0
- package/dist/tegel/{p-3ec01fb3.entry.js → p-40ae469d.entry.js} +1 -1
- package/dist/tegel/p-45a503af.entry.js +1 -0
- package/dist/tegel/p-5487604f.entry.js +1 -0
- package/dist/tegel/p-5bc63fd1.entry.js +1 -0
- package/dist/tegel/p-5f35ce3b.entry.js +1 -0
- package/dist/tegel/p-67f3c355.entry.js +1 -0
- package/dist/tegel/p-6a20c0b8.entry.js +1 -0
- package/dist/tegel/p-72b2067a.entry.js +1 -0
- package/dist/tegel/p-77861e4c.entry.js +1 -0
- package/dist/tegel/p-7aaaeb32.entry.js +1 -0
- package/dist/tegel/p-80ce20cc.entry.js +1 -0
- package/dist/tegel/p-8bcc772f.entry.js +1 -0
- package/dist/tegel/p-8efd9d9a.entry.js +1 -0
- package/dist/tegel/p-93d3ea90.entry.js +1 -0
- package/dist/tegel/p-9572319f.entry.js +1 -0
- package/dist/tegel/{p-a0591e58.entry.js → p-9620b368.entry.js} +1 -1
- package/dist/tegel/p-9db54bd1.entry.js +1 -0
- package/dist/tegel/p-a063e2e9.entry.js +1 -0
- package/dist/tegel/{p-614bcd4b.entry.js → p-a077836e.entry.js} +1 -1
- package/dist/tegel/p-a2f84e4a.entry.js +1 -0
- package/dist/tegel/{p-abad3489.entry.js → p-a333339f.entry.js} +1 -1
- package/dist/tegel/p-b02b13ee.entry.js +1 -0
- package/dist/tegel/{p-ab103d0c.entry.js → p-b3446292.entry.js} +1 -1
- package/dist/tegel/{p-177386d5.entry.js → p-ba990426.entry.js} +1 -1
- package/dist/tegel/p-bb115b00.entry.js +1 -0
- package/dist/tegel/p-c0c68796.entry.js +1 -0
- package/dist/tegel/p-c1ff5218.entry.js +1 -0
- package/dist/tegel/p-c6e76ba8.entry.js +1 -0
- package/dist/tegel/p-c79386a0.entry.js +1 -0
- package/dist/tegel/{p-c0b26507.entry.js → p-c94e0062.entry.js} +1 -1
- package/dist/tegel/p-cb83b852.entry.js +1 -0
- package/dist/tegel/{p-5c077bb9.entry.js → p-ceddaae5.entry.js} +1 -1
- package/dist/tegel/p-d0d2efb5.entry.js +1 -0
- package/dist/tegel/p-d1b356d5.entry.js +1 -0
- package/dist/tegel/p-d75d632d.entry.js +1 -0
- package/dist/tegel/{p-8c841698.entry.js → p-d9b054fa.entry.js} +1 -1
- package/dist/tegel/p-db46db63.entry.js +1 -0
- package/dist/tegel/{p-0cfe8671.entry.js → p-e7638f10.entry.js} +1 -1
- package/dist/tegel/p-ec395ccd.entry.js +1 -0
- package/dist/tegel/{p-2c56421f.entry.js → p-f12ce132.entry.js} +1 -1
- package/dist/tegel/p-f1b0f4f6.entry.js +1 -0
- package/dist/tegel/p-f5c24e0b.entry.js +1 -0
- package/dist/tegel/p-f8cc59e0.entry.js +1 -0
- package/dist/tegel/p-f9b30e56.entry.js +1 -0
- package/dist/tegel/p-fe51bbbb.entry.js +1 -0
- package/dist/tegel/tegel.css +3 -7
- package/dist/tegel/tegel.esm.js +1 -1
- package/dist/types/components/divider/divider.d.ts +2 -0
- package/dist/types/components/footer/footer.d.ts +0 -1
- package/dist/types/components/popover-menu/popover-menu.d.ts +2 -0
- package/dist/types/components/slider/slider-stories-setup.d.ts +37 -1
- package/dist/types/components/slider/slider.d.ts +4 -0
- package/dist/types/components.d.ts +32 -0
- package/dist/types/types/ScaniaIcons.d.ts +1 -1
- package/dist/types/types/TratonIcons.d.ts +1 -1
- package/dist-styles/core.css +5829 -0
- package/dist-styles/scania-variables.css +1883 -0
- package/dist-styles/scania.css +7713 -0
- package/dist-styles/traton-variables.css +1148 -0
- package/dist-styles/traton.css +6978 -0
- package/package.json +8 -2
- package/dist/components/p-58b92113.js +0 -114
- package/dist/components/p-877931c5.js +0 -35
- package/dist/components/p-c715ab56.js +0 -85
- package/dist/tegel/p-106e048d.entry.js +0 -1
- package/dist/tegel/p-1c75f8a7.entry.js +0 -1
- package/dist/tegel/p-29170339.entry.js +0 -1
- package/dist/tegel/p-35a88a52.entry.js +0 -1
- package/dist/tegel/p-3a92d554.entry.js +0 -1
- package/dist/tegel/p-4274d329.entry.js +0 -1
- package/dist/tegel/p-5020a688.entry.js +0 -1
- package/dist/tegel/p-52adc30c.entry.js +0 -1
- package/dist/tegel/p-5dd2aac8.entry.js +0 -1
- package/dist/tegel/p-614cc097.entry.js +0 -1
- package/dist/tegel/p-618d6b4f.entry.js +0 -1
- package/dist/tegel/p-61a1dc59.entry.js +0 -1
- package/dist/tegel/p-67b4b2cf.entry.js +0 -1
- package/dist/tegel/p-69a6a39d.entry.js +0 -1
- package/dist/tegel/p-6a615ac1.entry.js +0 -1
- package/dist/tegel/p-6d89dcbe.entry.js +0 -1
- package/dist/tegel/p-6eed8c31.entry.js +0 -1
- package/dist/tegel/p-7013249b.entry.js +0 -1
- package/dist/tegel/p-710c42c5.entry.js +0 -1
- package/dist/tegel/p-72006dd7.entry.js +0 -1
- package/dist/tegel/p-76faaf70.entry.js +0 -1
- package/dist/tegel/p-84de314b.entry.js +0 -1
- package/dist/tegel/p-942abc1e.entry.js +0 -1
- package/dist/tegel/p-98106799.entry.js +0 -1
- package/dist/tegel/p-9b2257f3.entry.js +0 -1
- package/dist/tegel/p-aec3e4cf.entry.js +0 -1
- package/dist/tegel/p-b58194f9.entry.js +0 -1
- package/dist/tegel/p-b734b309.entry.js +0 -1
- package/dist/tegel/p-b994e7ac.entry.js +0 -1
- package/dist/tegel/p-bb1d069f.entry.js +0 -1
- package/dist/tegel/p-bcd5e06d.entry.js +0 -1
- package/dist/tegel/p-bcdf13e0.entry.js +0 -1
- package/dist/tegel/p-bd935506.entry.js +0 -1
- package/dist/tegel/p-bdc913a0.entry.js +0 -1
- package/dist/tegel/p-c6beca5e.entry.js +0 -1
- package/dist/tegel/p-cf7af8f2.entry.js +0 -1
- package/dist/tegel/p-d267c18f.entry.js +0 -1
- package/dist/tegel/p-d9040b7f.entry.js +0 -1
- package/dist/tegel/p-dc375d3e.entry.js +0 -1
- package/dist/tegel/p-e3c2b6b4.entry.js +0 -1
- package/dist/tegel/p-f2232281.entry.js +0 -1
- package/dist/tegel/p-f4283f93.entry.js +0 -1
- package/dist/tegel/p-f4b5e80b.entry.js +0 -1
- package/dist/tegel/p-f78b6a16.entry.js +0 -1
- package/dist/tegel/p-fbffe3aa.entry.js +0 -1
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* Typography Usage mixins */
|
|
2
|
+
/* Centralized map of typography types */
|
|
3
|
+
/* Utility mixin */
|
|
1
4
|
:host {
|
|
2
5
|
box-sizing: border-box;
|
|
3
6
|
display: block;
|
|
@@ -8,10 +11,13 @@
|
|
|
8
11
|
}
|
|
9
12
|
:host ::slotted(*) {
|
|
10
13
|
all: unset;
|
|
11
|
-
|
|
12
|
-
font: var(--
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
font-family: var(--headline-07-font-family);
|
|
15
|
+
font-size: var(--headline-07-font-size);
|
|
16
|
+
line-height: var(--headline-07-line-height);
|
|
17
|
+
font-weight: var(--headline-07-font-weight);
|
|
18
|
+
letter-spacing: var(--headline-07-letter-spacing);
|
|
19
|
+
text-transform: var(--headline-07-text-transform);
|
|
20
|
+
color: var(--inline-tabs-tab);
|
|
15
21
|
text-decoration: none;
|
|
16
22
|
display: block;
|
|
17
23
|
position: relative;
|
|
@@ -23,13 +29,16 @@
|
|
|
23
29
|
padding: 20px 4px;
|
|
24
30
|
}
|
|
25
31
|
:host ::slotted(*:focus-visible)::before {
|
|
32
|
+
outline: 2px solid var(--inline-tabs-tab-focus);
|
|
26
33
|
content: "";
|
|
27
34
|
position: absolute;
|
|
28
35
|
left: 0;
|
|
29
36
|
right: 0;
|
|
30
37
|
top: 20px;
|
|
31
38
|
bottom: 20px;
|
|
32
|
-
|
|
39
|
+
}
|
|
40
|
+
:host ::slotted(*:hover) {
|
|
41
|
+
color: var(--inline-tabs-tab-hover);
|
|
33
42
|
}
|
|
34
43
|
:host .inline-tab-item:not(.selected)::after {
|
|
35
44
|
width: 0%;
|
|
@@ -46,6 +55,7 @@
|
|
|
46
55
|
width: 100%;
|
|
47
56
|
}
|
|
48
57
|
:host .inline-tab-item::after {
|
|
58
|
+
background-color: var(--inline-tabs-tab-indicator-hover);
|
|
49
59
|
content: " ";
|
|
50
60
|
position: absolute;
|
|
51
61
|
bottom: 0;
|
|
@@ -55,21 +65,20 @@
|
|
|
55
65
|
width: 0%;
|
|
56
66
|
margin-right: auto;
|
|
57
67
|
height: 2px;
|
|
58
|
-
background-color: var(--tds-inline-tabs-tab-indicator-background-hover);
|
|
59
68
|
z-index: 1;
|
|
60
69
|
}
|
|
61
70
|
:host .selected ::slotted(*) {
|
|
62
|
-
color: var(--
|
|
71
|
+
color: var(--inline-tabs-tab-selected);
|
|
63
72
|
}
|
|
64
73
|
:host .selected::after {
|
|
74
|
+
background-color: var(--inline-tabs-tab-indicator-active);
|
|
65
75
|
width: 100%;
|
|
66
|
-
background-color: var(--tds-inline-tabs-tab-indicator-background-active);
|
|
67
76
|
}
|
|
68
77
|
:host .disabled {
|
|
69
|
-
color: var(--
|
|
78
|
+
color: var(--inline-tabs-tab-disabled);
|
|
70
79
|
}
|
|
71
80
|
:host .disabled ::slotted(*) {
|
|
72
|
-
|
|
81
|
+
color: var(--inline-tabs-tab-disabled);
|
|
73
82
|
}
|
|
74
83
|
:host .disabled::after {
|
|
75
84
|
content: none;
|
|
@@ -30,11 +30,11 @@ export class TdsInlineTab {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
|
-
return (h(Host, { key: '
|
|
33
|
+
return (h(Host, { key: 'a907b7c8f2bfcf9f4930fef152a9b6cb8b63c090', "aria-selected": this.selected }, h("div", { key: '6401ba8aaccdf59aaf457d3c6684e1f98119d25b', class: {
|
|
34
34
|
'inline-tab-item': true,
|
|
35
35
|
'selected': this.selected,
|
|
36
36
|
'disabled': this.disabled,
|
|
37
|
-
} }, h("slot", { key: '
|
|
37
|
+
} }, h("slot", { key: '6bca555b29cac021978fcb5c9feacbc014c731b1' }))));
|
|
38
38
|
}
|
|
39
39
|
static get is() { return "tds-inline-tab"; }
|
|
40
40
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
display: flex;
|
|
4
|
-
background-color: var(--tds-inline-tabs-background);
|
|
5
4
|
position: relative;
|
|
6
5
|
}
|
|
7
6
|
:host * {
|
|
8
7
|
box-sizing: border-box;
|
|
9
8
|
}
|
|
10
9
|
:host::after {
|
|
10
|
+
border-bottom: 1px solid var(--inline-tabs-horizontal-divider);
|
|
11
11
|
content: " ";
|
|
12
12
|
display: block;
|
|
13
|
-
border-bottom: 1px solid var(--tds-inline-tabs-horizontal-divider-background);
|
|
14
13
|
left: 0;
|
|
15
14
|
right: 0;
|
|
16
15
|
bottom: 0;
|
|
@@ -38,11 +37,11 @@
|
|
|
38
37
|
}
|
|
39
38
|
:host .scroll-right-button,
|
|
40
39
|
:host .scroll-left-button {
|
|
41
|
-
color: var(--
|
|
40
|
+
background-color: var(--inline-tabs-scroll-button);
|
|
41
|
+
color: var(--inline-tabs-scroll-button-text);
|
|
42
42
|
cursor: pointer;
|
|
43
43
|
border: 0;
|
|
44
44
|
width: 0;
|
|
45
|
-
background-color: var(--tds-inline-tabs-scroll-btn-background);
|
|
46
45
|
display: none;
|
|
47
46
|
justify-content: center;
|
|
48
47
|
align-items: center;
|
|
@@ -57,22 +56,7 @@
|
|
|
57
56
|
opacity: 1;
|
|
58
57
|
pointer-events: all;
|
|
59
58
|
}
|
|
60
|
-
:host .scroll-right-button:hover,
|
|
61
|
-
:host .scroll-left-button:hover {
|
|
62
|
-
background-color: var(--tds-folder-tabs-scroll-btn-background-hover);
|
|
63
|
-
}
|
|
64
|
-
:host .scroll-right-button:active,
|
|
65
|
-
:host .scroll-left-button:active {
|
|
66
|
-
background-color: var(--tds-folder-tabs-scroll-btn-background-active);
|
|
67
|
-
}
|
|
68
|
-
:host .scroll-right-button:focus,
|
|
69
|
-
:host .scroll-left-button:focus {
|
|
70
|
-
outline: 2px solid var(--tds-focus-outline-color);
|
|
71
|
-
box-shadow: 0 0 0 1px var(--tds-white);
|
|
72
|
-
outline-offset: 1px;
|
|
73
|
-
z-index: 1;
|
|
74
|
-
}
|
|
75
59
|
:host .scroll-right-button svg,
|
|
76
60
|
:host .scroll-left-button svg {
|
|
77
|
-
fill: var(--
|
|
61
|
+
fill: var(--inline-tabs-scroll-button-text);
|
|
78
62
|
}
|
|
@@ -169,9 +169,9 @@ export class TdsInlineTabs {
|
|
|
169
169
|
this.removeEventListenerFromTabs();
|
|
170
170
|
}
|
|
171
171
|
render() {
|
|
172
|
-
return (h(Host, { key: '
|
|
172
|
+
return (h(Host, { key: 'ffa1e0a85855080f19e5beadf00dd608728574f1', role: "tablist", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: '98bc41d5bc921882facd666c207e57c1d5b1a087', class: "wrapper", ref: (el) => {
|
|
173
173
|
this.navWrapperElement = el;
|
|
174
|
-
}, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: '
|
|
174
|
+
}, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: 'd500b299f2758ec13c4451859c51e9a961c42039', "aria-label": this.tdsScrollLeftAriaLabel, class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: 'd84805f953384f3f59ec26ff74b79b84885bb4d4', name: "chevron_left", size: "20px" })), h("slot", { key: 'd392fafeb4bf2f7bb129a2e55eddee128ebd2ce7', onSlotchange: () => this.handleSlotChange() }), h("button", { key: 'ceada0ebd126600199b675bc5251762e29f6b4d6', "aria-label": this.tdsScrollRightAriaLabel, class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: '9175ce89c1c65a3ab7cd779483020555161e530f', name: "chevron_right", size: "20px" })))));
|
|
175
175
|
}
|
|
176
176
|
static get is() { return "tds-inline-tabs"; }
|
|
177
177
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* Typography Usage mixins */
|
|
2
|
+
/* Centralized map of typography types */
|
|
3
|
+
/* Utility mixin */
|
|
1
4
|
:host {
|
|
2
5
|
box-sizing: border-box;
|
|
3
6
|
display: block;
|
|
@@ -7,10 +10,13 @@
|
|
|
7
10
|
}
|
|
8
11
|
:host ::slotted(*) {
|
|
9
12
|
all: unset;
|
|
10
|
-
|
|
11
|
-
font: var(--
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
font-family: var(--headline-07-font-family);
|
|
14
|
+
font-size: var(--headline-07-font-size);
|
|
15
|
+
line-height: var(--headline-07-line-height);
|
|
16
|
+
font-weight: var(--headline-07-font-weight);
|
|
17
|
+
letter-spacing: var(--headline-07-letter-spacing);
|
|
18
|
+
text-transform: var(--headline-07-text-transform);
|
|
19
|
+
color: var(--navigation-tabs-tab);
|
|
14
20
|
text-decoration: none;
|
|
15
21
|
display: block;
|
|
16
22
|
position: relative;
|
|
@@ -22,13 +28,19 @@
|
|
|
22
28
|
padding: 26px 4px;
|
|
23
29
|
}
|
|
24
30
|
:host ::slotted(*:focus-visible)::before {
|
|
31
|
+
outline: 2px solid var(--color-foreground-border-accent-focus);
|
|
25
32
|
content: "";
|
|
26
33
|
position: absolute;
|
|
27
34
|
left: 0;
|
|
28
35
|
right: 0;
|
|
29
36
|
top: 26px;
|
|
30
37
|
bottom: 26px;
|
|
31
|
-
|
|
38
|
+
}
|
|
39
|
+
:host ::slotted(*:hover) {
|
|
40
|
+
color: var(--navigation-tabs-tab-hover);
|
|
41
|
+
}
|
|
42
|
+
:host ::slotted(*:focus-visible) {
|
|
43
|
+
color: var(--navigation-tabs-tab-focus);
|
|
32
44
|
}
|
|
33
45
|
:host .navigation-tab-item:not(.selected)::after {
|
|
34
46
|
width: 0%;
|
|
@@ -45,6 +57,7 @@
|
|
|
45
57
|
width: 100%;
|
|
46
58
|
}
|
|
47
59
|
:host .navigation-tab-item::after {
|
|
60
|
+
background-color: var(--navigation-tabs-tab-indicator-hover);
|
|
48
61
|
content: " ";
|
|
49
62
|
position: absolute;
|
|
50
63
|
bottom: 0;
|
|
@@ -54,21 +67,20 @@
|
|
|
54
67
|
width: 0%;
|
|
55
68
|
margin-right: auto;
|
|
56
69
|
height: 2px;
|
|
57
|
-
background-color: var(--tds-navigation-tabs-tab-indicator-background-hover);
|
|
58
70
|
z-index: 1;
|
|
59
71
|
}
|
|
60
72
|
:host .selected ::slotted(*) {
|
|
61
|
-
color: var(--
|
|
73
|
+
color: var(--navigation-tabs-tab-selected);
|
|
62
74
|
}
|
|
63
75
|
:host .selected::after {
|
|
76
|
+
background-color: var(--navigation-tabs-tab-indicator-active);
|
|
64
77
|
width: 100%;
|
|
65
|
-
background-color: var(--tds-navigation-tabs-tab-indicator-background-active);
|
|
66
78
|
}
|
|
67
79
|
:host .disabled {
|
|
68
|
-
color: var(--
|
|
80
|
+
color: var(--navigation-tabs-tab-disabled);
|
|
69
81
|
}
|
|
70
82
|
:host .disabled ::slotted(*) {
|
|
71
|
-
|
|
83
|
+
color: var(--navigation-tabs-tab-disabled);
|
|
72
84
|
}
|
|
73
85
|
:host .disabled::after {
|
|
74
86
|
content: none;
|
|
@@ -30,8 +30,8 @@ export class TdsNavigationTab {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
|
-
return (h(Host, { key: '
|
|
34
|
-
${this.disabled ? 'disabled' : ''}` }, h("slot", { key: '
|
|
33
|
+
return (h(Host, { key: 'dc5a2d7616f927f2519664e4f98674b995889789' }, h("div", { key: '0a6aab0c2eeb77b1376a0d0abfbd4d825cf9449e', class: `navigation-tab-item ${this.selected ? 'selected' : ''}
|
|
34
|
+
${this.disabled ? 'disabled' : ''}` }, h("slot", { key: '6525c55249fb9fff0db0b1fc8140339f7550e838' }))));
|
|
35
35
|
}
|
|
36
36
|
static get is() { return "tds-navigation-tab"; }
|
|
37
37
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
box-sizing: border-box;
|
|
3
|
+
background-color: var(--navigation-tabs);
|
|
3
4
|
display: flex;
|
|
4
|
-
background-color: var(--tds-navigation-tabs-background);
|
|
5
5
|
position: relative;
|
|
6
6
|
}
|
|
7
7
|
:host * {
|
|
8
8
|
box-sizing: border-box;
|
|
9
9
|
}
|
|
10
10
|
:host::after {
|
|
11
|
+
border-bottom: 1px solid var(--navigation-tabs-horizontal-divider);
|
|
11
12
|
content: " ";
|
|
12
13
|
display: block;
|
|
13
|
-
border-bottom: 1px solid var(--tds-navigation-tabs-horizontal-divider-background);
|
|
14
14
|
left: 0;
|
|
15
15
|
right: 0;
|
|
16
16
|
bottom: 0;
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
}
|
|
39
39
|
:host .scroll-right-button,
|
|
40
40
|
:host .scroll-left-button {
|
|
41
|
-
color: var(--
|
|
41
|
+
background-color: var(--navigation-tabs-scroll-button);
|
|
42
|
+
color: var(--navigation-tabs-scroll-button-icon);
|
|
42
43
|
cursor: pointer;
|
|
43
44
|
border: 0;
|
|
44
45
|
width: 0;
|
|
45
|
-
background-color: var(--tds-inline-tabs-scroll-btn-background);
|
|
46
46
|
display: none;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
align-items: center;
|
|
@@ -57,22 +57,7 @@
|
|
|
57
57
|
opacity: 1;
|
|
58
58
|
pointer-events: all;
|
|
59
59
|
}
|
|
60
|
-
:host .scroll-right-button:hover,
|
|
61
|
-
:host .scroll-left-button:hover {
|
|
62
|
-
background-color: var(--tds-folder-tabs-scroll-btn-background-hover);
|
|
63
|
-
}
|
|
64
|
-
:host .scroll-right-button:active,
|
|
65
|
-
:host .scroll-left-button:active {
|
|
66
|
-
background-color: var(--tds-folder-tabs-scroll-btn-background-active);
|
|
67
|
-
}
|
|
68
|
-
:host .scroll-right-button:focus,
|
|
69
|
-
:host .scroll-left-button:focus {
|
|
70
|
-
outline: 2px solid var(--tds-focus-outline-color);
|
|
71
|
-
box-shadow: 0 0 0 1px var(--tds-white);
|
|
72
|
-
outline-offset: 1px;
|
|
73
|
-
z-index: 1;
|
|
74
|
-
}
|
|
75
60
|
:host .scroll-right-button svg,
|
|
76
61
|
:host .scroll-left-button svg {
|
|
77
|
-
fill: var(--
|
|
62
|
+
fill: var(--navigation-tabs-scroll-button-color);
|
|
78
63
|
}
|
|
@@ -169,15 +169,15 @@ export class TdsNavigationTabs {
|
|
|
169
169
|
this.removeEventListenerFromTabs();
|
|
170
170
|
}
|
|
171
171
|
render() {
|
|
172
|
-
return (h(Host, { key: '
|
|
172
|
+
return (h(Host, { key: '510a2d554f93a011f5281730aa6ef7a91112f683', role: "tablist", class: { [`tds-mode-variant-${this.modeVariant}`]: this.modeVariant !== null } }, h("div", { key: '56cebbe8cc41c197c5c0ff521e3cad213355907c', class: "wrapper", ref: (el) => {
|
|
173
173
|
this.navWrapperElement = el;
|
|
174
|
-
}, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: '
|
|
174
|
+
}, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: '74a5fb3b9b09987d7e9f368ecdf4dc3af49e9128', "aria-label": this.tdsScrollLeftAriaLabel, class: {
|
|
175
175
|
'scroll-left-button': true,
|
|
176
176
|
'show': this.showLeftScroll,
|
|
177
|
-
}, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: '
|
|
177
|
+
}, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: 'a14c88213417a161d90cb3db00105c63e5aab2e0', name: "chevron_left", size: "20px" })), h("slot", { key: 'c8eb07f136a9057a7962957a0bcc8bf1ababb579', onSlotchange: () => this.handleSlotChange() }), h("button", { key: '7a681cbdbacc3f2e536035910d3f486cdff738f0', "aria-label": this.tdsScrollRightAriaLabel, class: {
|
|
178
178
|
'scroll-right-button': true,
|
|
179
179
|
'show': this.showRightScroll,
|
|
180
|
-
}, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: '
|
|
180
|
+
}, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: '93e3d0530d4402b249f8f3da4541bac913b15ff6', name: "chevron_right", size: "20px" })))));
|
|
181
181
|
}
|
|
182
182
|
static get is() { return "tds-navigation-tabs"; }
|
|
183
183
|
static get encapsulation() { return "shadow"; }
|