@scania/tegel 1.33.0 → 1.34.0-multibrand-beta.1
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 +4 -8
- 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,9 +1,12 @@
|
|
|
1
|
+
/* Typography Usage mixins */
|
|
2
|
+
/* Centralized map of typography types */
|
|
3
|
+
/* Utility mixin */
|
|
1
4
|
:host {
|
|
2
5
|
display: block;
|
|
3
6
|
}
|
|
4
7
|
:host slot[name=top]::slotted(*) {
|
|
5
8
|
box-sizing: border-box;
|
|
6
|
-
background-color: var(--
|
|
9
|
+
background-color: var(--footer-top-background);
|
|
7
10
|
padding: 40px;
|
|
8
11
|
display: grid;
|
|
9
12
|
grid-template-columns: repeat(4, 1fr);
|
|
@@ -11,7 +14,7 @@
|
|
|
11
14
|
width: 100%;
|
|
12
15
|
}
|
|
13
16
|
:host .footer-main {
|
|
14
|
-
background-color: var(--
|
|
17
|
+
background-color: var(--footer-main-background);
|
|
15
18
|
padding: 0 40px;
|
|
16
19
|
}
|
|
17
20
|
:host .footer-main-top {
|
|
@@ -35,16 +38,20 @@
|
|
|
35
38
|
padding: 40px 0;
|
|
36
39
|
display: flex;
|
|
37
40
|
justify-content: space-between;
|
|
38
|
-
border-top: 1px solid var(--
|
|
41
|
+
border-top: 1px solid var(--footer-main-divider);
|
|
39
42
|
}
|
|
40
43
|
:host .footer-main-bottom small.copyright {
|
|
44
|
+
font-family: var(--detail-02-font-family);
|
|
45
|
+
font-size: var(--detail-02-font-size);
|
|
46
|
+
line-height: var(--detail-02-line-height);
|
|
47
|
+
font-weight: var(--detail-02-font-weight);
|
|
48
|
+
letter-spacing: var(--detail-02-letter-spacing);
|
|
49
|
+
text-transform: var(--detail-02-text-transform);
|
|
41
50
|
margin: 0;
|
|
42
|
-
|
|
43
|
-
letter-spacing: var(--tds-detail-02-ls);
|
|
44
|
-
color: var(--tds-footer-main-copyright);
|
|
51
|
+
color: var(--footer-main-copyright);
|
|
45
52
|
}
|
|
46
53
|
:host .footer-main-bottom .brand {
|
|
47
|
-
background-image: var(--
|
|
54
|
+
background-image: var(--component-footer-logotype-cdn), var(--component-footer-logotype-local);
|
|
48
55
|
background-repeat: no-repeat;
|
|
49
56
|
background-size: 117px;
|
|
50
57
|
background-position: right;
|
|
@@ -89,4 +96,10 @@
|
|
|
89
96
|
:host .footer-main-bottom .brand {
|
|
90
97
|
width: 100%;
|
|
91
98
|
}
|
|
99
|
+
:host .copyright-text {
|
|
100
|
+
display: none;
|
|
101
|
+
}
|
|
102
|
+
:host .copyright-last-part {
|
|
103
|
+
display: inline-block;
|
|
104
|
+
}
|
|
92
105
|
}
|
|
@@ -8,7 +8,6 @@ import hasSlot from "../../utils/hasSlot";
|
|
|
8
8
|
*/
|
|
9
9
|
export class TdsFooter {
|
|
10
10
|
constructor() {
|
|
11
|
-
this.copyrightText = `Copyright © ${new Date().getFullYear()} Scania`;
|
|
12
11
|
this.modeVariant = null;
|
|
13
12
|
}
|
|
14
13
|
render() {
|
|
@@ -16,9 +15,9 @@ export class TdsFooter {
|
|
|
16
15
|
const usesStartSlot = hasSlot('start', this.host);
|
|
17
16
|
const usesEndSlot = hasSlot('end', this.host);
|
|
18
17
|
const usesCopyrightSlot = hasSlot('copyright', this.host);
|
|
19
|
-
return (h(Host, { key: '
|
|
18
|
+
return (h(Host, { key: 'cd82373a4dc49301758e5063451a5f5b0b4590e6', class: {
|
|
20
19
|
[`tds-mode-variant-${this.modeVariant}`]: this.modeVariant !== null,
|
|
21
|
-
} }, h("footer", { key: '
|
|
20
|
+
} }, h("footer", { key: '794665a563b642724b1c4698128413e776c08ef1' }, usesTopSlot && h("slot", { key: '5034c41b13c47a23f496cba2486ca359f8223911', name: "top" }), h("div", { key: '514699a7c5408c0d0101c79caa60eaca270663b6', class: "footer-main" }, (usesStartSlot || usesEndSlot) && (h("div", { key: 'a649a671452d6d70c5d88a17ad1fd9c6bf355ded', class: "footer-main-top" }, usesStartSlot && h("slot", { key: '6bd940362da1700eedc2a07945fb6599cd5f7561', name: "start" }), usesEndSlot && h("slot", { key: '2c5953c2fd29be00f06ed917011a2c5e1b1fc219', name: "end" }))), h("div", { key: '114ce1fc0d15d126cefadc5d28defef0725f30c8', class: "footer-main-bottom" }, h("small", { key: '60b3f78a11678b0f96ff2d5db3095d48b84c4253', class: "copyright" }, usesCopyrightSlot ? (h("slot", { name: "copyright" })) : (h("div", null, h("div", null, "\u00A9 ", h("span", { class: "copyright-text" }, "Copyright"), " ", new Date().getFullYear()), h("div", { class: "copyright-last-part" }, "All rights reserved")))), h("div", { key: '8600b61650cfc9723ad6103ed6b19c8f28b1db60', class: "brand" }, h("p", { key: '5ddb9a0595f67171e00e1d98c8665ce031787c8f' }, "Scania")))))));
|
|
22
21
|
}
|
|
23
22
|
static get is() { return "tds-footer"; }
|
|
24
23
|
static get encapsulation() { return "shadow"; }
|
|
@@ -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(--color-foreground-icon-discrete);
|
|
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(--color-background-layer-01);
|
|
36
36
|
}
|
|
37
37
|
:host .menu::-webkit-scrollbar-thumb {
|
|
38
38
|
border-radius: 40px;
|
|
39
|
-
background: var(--
|
|
39
|
+
background: var(--color-foreground-icon-discrete);
|
|
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,10 +27,9 @@
|
|
|
27
27
|
cursor: pointer;
|
|
28
28
|
}
|
|
29
29
|
:host .component ::slotted(a:focus-visible) {
|
|
30
|
-
outline:
|
|
31
|
-
box-shadow: 0 0 0 1px var(--
|
|
30
|
+
outline: var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);
|
|
31
|
+
box-shadow: 0 0 0 1px var(--color-brand-neutral-white);
|
|
32
32
|
outline-offset: 1px;
|
|
33
|
-
z-index: 1;
|
|
34
33
|
}
|
|
35
34
|
:host .component-selected {
|
|
36
35
|
background-color: var(--tds-nav-item-background-selected);
|
|
@@ -22,10 +22,9 @@
|
|
|
22
22
|
}
|
|
23
23
|
:host ::slotted(button:focus-visible),
|
|
24
24
|
:host ::slotted(a:focus-visible) {
|
|
25
|
-
outline:
|
|
26
|
-
box-shadow: 0 0 0 1px var(--
|
|
25
|
+
outline: var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);
|
|
26
|
+
box-shadow: 0 0 0 1px var(--color-brand-neutral-white);
|
|
27
27
|
outline-offset: 1px;
|
|
28
|
-
z-index: 1;
|
|
29
28
|
}
|
|
30
29
|
:host .component-active ::slotted(button),
|
|
31
30
|
: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(--color-foreground-icon-discrete);
|
|
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(--color-background-layer-01);
|
|
38
38
|
}
|
|
39
39
|
:host .wrapper .menu::-webkit-scrollbar-thumb {
|
|
40
40
|
border-radius: 40px;
|
|
41
|
-
background: var(--
|
|
41
|
+
background: var(--color-foreground-icon-discrete);
|
|
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,8 +32,7 @@
|
|
|
32
32
|
}
|
|
33
33
|
:host ::slotted(a:focus-visible),
|
|
34
34
|
:host ::slotted(button:focus-visible) {
|
|
35
|
-
outline:
|
|
36
|
-
box-shadow: 0 0 0 1px var(--
|
|
35
|
+
outline: var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);
|
|
36
|
+
box-shadow: 0 0 0 1px var(--color-brand-neutral-white);
|
|
37
37
|
outline-offset: 1px;
|
|
38
|
-
z-index: 1;
|
|
39
38
|
}
|
|
@@ -29,7 +29,12 @@ export class Icon {
|
|
|
29
29
|
}
|
|
30
30
|
detectAndSetBrand() {
|
|
31
31
|
const brandClasses = Object.keys(brandIconMap);
|
|
32
|
-
|
|
32
|
+
// First try to find brand class using closest
|
|
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
|
+
}
|
|
33
38
|
// Set the icons_object based on the found brand or default to scania
|
|
34
39
|
this.icons_object = matchingBrand ? brandIconMap[matchingBrand] : scaniaIcons;
|
|
35
40
|
this.arrayDataWatcher(this.icons_object);
|
|
@@ -44,7 +49,7 @@ export class Icon {
|
|
|
44
49
|
this.arrayOfIcons = [...this.arrayOfIcons];
|
|
45
50
|
}
|
|
46
51
|
render() {
|
|
47
|
-
return h(Host, { key: '
|
|
52
|
+
return h(Host, { key: 'fea032a0b7886986e2d64ec833c83d96f8d4e106' }, this.setIcons());
|
|
48
53
|
}
|
|
49
54
|
static get is() { return "tds-icon"; }
|
|
50
55
|
static get encapsulation() { return "shadow"; }
|
|
@@ -65,7 +70,7 @@ export class Icon {
|
|
|
65
70
|
"mutable": false,
|
|
66
71
|
"complexType": {
|
|
67
72
|
"original": "IconNames",
|
|
68
|
-
"resolved": "\"profile\" | \"expand\" | \"info\" | \"error\" | \"global\" | \"merge\" | \"copy\" | \"document\" | \"audio\" | \"link\" | \"video\" | \"image\" | \"text\" | \"download\" | \"target\" | \"placeholder\" | \"history\" | \"print\" | \"key\" | \"24v_battery_inactive\" | \"24v_battery\" | \"acceleration_inactive\" | \"acceleration\" | \"adblue_inactive\" | \"adblue\" | \"arrow_diagonal\" | \"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"audio_inactive\" | \"award\" | \"back\" | \"backward_inactive\" | \"backward\" | \"bento\" | \"bug_inactive\" | \"bug\" | \"burger\" | \"bus_inactive\" | \"bus\" | \"calendar_inactive\" | \"calendar\" | \"camera_inactive\" | \"camera\" | \"card\" | \"cart\" | \"charging_complete\" | \"charging_failed\" | \"charging_speed_inactive\" | \"charging_speed\" | \"charging_stopped\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"clock_inactive\" | \"clock\" | \"contact_inactive\" | \"contact\" | \"cookie_inactive\" | \"cookie\" | \"coolant_level_inactive\" | \"coolant_level\" | \"cross\" | \"cup_inactive\" | \"cup\" | \"dashboard\" | \"department_inactive\" | \"department\" | \"departure_scheduling_inactive\" | \"departure_scheduling\" | \"diamond_inactive\" | \"diamond\" | \"document_check\" | \"document_doc\" | \"document_eye\" | \"document_pdf\" | \"document_plus_inactive\" | \"document_plus\" | \"document_ppt\" | \"document_tool\" | \"document_wrong\" | \"document_xls\" | \"dollar\" | \"doner\" | \"double_kebab\" | \"driving_licence_inactive\" | \"driving_licence\" | \"drop_inactive\" | \"drop\" | \"edit_inactive\" | \"edit\" | \"email\" | \"engine_inactive\" | \"engine\" | \"environment_inactive\" | \"environment\" | \"exit\" | \"expand_inactive\" | \"export_inactive\" | \"export\" | \"eye_inactive\" | \"eye\" | \"face_dissatisfied\" | \"face_neutral\" | \"face_satisfied\" | \"factory_inactive\" | \"factory\" | \"ferry_inactive\" | \"ferry\" | \"filters_inactive\" | \"filters\" | \"flash_inactive\" | \"flash\" | \"folder\" | \"forward_inactive\" | \"forward\" | \"fuel_gauge_inactive\" | \"fuel_gauge\" | \"fuel_inactive\" | \"fuel\" | \"gift inactive\" | \"gift\" | \"guided_tour_inactive\" | \"guided_tour\" | \"hatch_open_1\" | \"hatch_open_2\" | \"hatch_open_inactive\" | \"hatch_open\" | \"heart_inactive\" | \"heart\" | \"heating_inactive_screen\" | \"history_inactive\" | \"home_inactive\" | \"home\" | \"idea_inactive\" | \"idea\" | \"image_add\" | \"image_inactive\" | \"image_set\" | \"insights\" | \"kebab\" | \"key_inactive\" | \"layer_inactive\" | \"layer\" | \"link_broken\" | \"list_inactive\" | \"list\" | \"lock_inactive\" | \"lock\" | \"map_cursor_inactive\" | \"map_cursor\" | \"maximize_fullscreen\" | \"meatballs\" | \"merge_inactive\" | \"message_inactive\" | \"message\" | \"mileage_inactive\" | \"mileage\" | \"minimize_fullscreen\" | \"minus\" | \"navigate_inactive\" | \"navigate\" | \"notification_inactive\" | \"notification\" | \"oil_level_inactive\" | \"oil_level\" | \"pause_inactive\" | \"pause\" | \"phone_inactive\" | \"phone\" | \"pie_chart\" | \"pin_inactive\" | \"pin\" | \"play_inactive\" | \"play\" | \"plus\" | \"powerplug_inactive\" | \"powerplug\" | \"print_inactive\" | \"privacy_inactive\" | \"privacy\" | \"profile_inactive\" | \"proportions_inactive\" | \"proportions\" | \"range_inactive\" | \"range\" | \"redirect\" | \"refresh_inactive\" | \"refresh\" | \"reload_inactive\" | \"reload\" | \"repeat\" | \"report_inactive\" | \"report\" | \"route_inactive\" | \"route\" | \"save_inactive\" | \"save\" | \"search\" | \"send_inactive\" | \"send\" | \"settings\" | \"share\" | \"skip_backwards\" | \"skip_forward\" | \"smartphone_inactive\" | \"smartphone\" | \"sorting\" | \"speedometer_inactive\" | \"speedometer\" | \"star\" | \"support\" | \"target_inactive\" | \"temperature_inactive\" | \"temperature\" | \"text_inactive\" | \"thumbs_down\" | \"thumbs_up\" | \"tick\" | \"timer\" | \"tool_inactive\" | \"tool\" | \"trailer_inactive\" | \"trailer\" | \"trash_inactive\" | \"trash\" | \"truck_inactive\" | \"truck\" | \"undo_inactive\" | \"undo\" | \"unlock\" | \"upload\" | \"video_inactive\" | \"wallet\" | \"warning\" | \"weight_inactive\" | \"weight\" | \"wifi_inactive\" | \"wifi\" | \"windscreen_heating_inactive\" | \"windscreen_heating\"",
|
|
73
|
+
"resolved": "\"profile\" | \"expand\" | \"info\" | \"error\" | \"global\" | \"merge\" | \"copy\" | \"document\" | \"audio\" | \"link\" | \"video\" | \"image\" | \"text\" | \"download\" | \"target\" | \"placeholder\" | \"history\" | \"print\" | \"key\" | \"24v_battery_inactive\" | \"24v_battery\" | \"acceleration_inactive\" | \"acceleration\" | \"adblue_inactive\" | \"adblue\" | \"arrow_diagonal\" | \"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"audio_inactive\" | \"award\" | \"back\" | \"backward_inactive\" | \"backward\" | \"bento\" | \"bug_inactive\" | \"bug\" | \"burger\" | \"bus_inactive\" | \"bus\" | \"calendar_inactive\" | \"calendar\" | \"camera_inactive\" | \"camera\" | \"card\" | \"cart\" | \"charging_complete\" | \"charging_failed\" | \"charging_speed_inactive\" | \"charging_speed\" | \"charging_stopped\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"clock_inactive\" | \"clock\" | \"configurator\" | \"contact_inactive\" | \"contact\" | \"cookie_inactive\" | \"cookie\" | \"coolant_level_inactive\" | \"coolant_level\" | \"cross\" | \"cup_inactive\" | \"cup\" | \"dashboard\" | \"department_inactive\" | \"department\" | \"departure_scheduling_inactive\" | \"departure_scheduling\" | \"diamond_inactive\" | \"diamond\" | \"document_check\" | \"document_doc\" | \"document_eye\" | \"document_pdf\" | \"document_plus_inactive\" | \"document_plus\" | \"document_ppt\" | \"document_tool\" | \"document_wrong\" | \"document_xls\" | \"dollar\" | \"doner\" | \"double_kebab\" | \"driving_licence_inactive\" | \"driving_licence\" | \"drop_inactive\" | \"drop\" | \"edit_inactive\" | \"edit\" | \"email\" | \"engine_inactive\" | \"engine\" | \"environment_inactive\" | \"environment\" | \"exit\" | \"expand_inactive\" | \"export_inactive\" | \"export\" | \"eye_inactive\" | \"eye\" | \"face_dissatisfied\" | \"face_neutral\" | \"face_satisfied\" | \"factory_inactive\" | \"factory\" | \"ferry_inactive\" | \"ferry\" | \"filters_inactive\" | \"filters\" | \"flash_inactive\" | \"flash\" | \"folder\" | \"forward_inactive\" | \"forward\" | \"fuel_gauge_inactive\" | \"fuel_gauge\" | \"fuel_inactive\" | \"fuel\" | \"gift inactive\" | \"gift\" | \"guided_tour_inactive\" | \"guided_tour\" | \"hatch_open_1\" | \"hatch_open_2\" | \"hatch_open_inactive\" | \"hatch_open\" | \"heart_inactive\" | \"heart\" | \"heating_inactive_screen\" | \"history_inactive\" | \"home_inactive\" | \"home\" | \"idea_inactive\" | \"idea\" | \"image_add\" | \"image_inactive\" | \"image_set\" | \"insights\" | \"kebab\" | \"key_inactive\" | \"layer_inactive\" | \"layer\" | \"link_broken\" | \"list_inactive\" | \"list\" | \"lock_inactive\" | \"lock\" | \"map_cursor_inactive\" | \"map_cursor\" | \"maximize_fullscreen\" | \"meatballs\" | \"merge_inactive\" | \"message_inactive\" | \"message\" | \"mileage_inactive\" | \"mileage\" | \"minimize_fullscreen\" | \"minus\" | \"navigate_inactive\" | \"navigate\" | \"notification_inactive\" | \"notification\" | \"oil_level_inactive\" | \"oil_level\" | \"pause_inactive\" | \"pause\" | \"phone_inactive\" | \"phone\" | \"pie_chart\" | \"pin_inactive\" | \"pin\" | \"play_inactive\" | \"play\" | \"plus\" | \"powerplug_inactive\" | \"powerplug\" | \"print_inactive\" | \"privacy_inactive\" | \"privacy\" | \"profile_inactive\" | \"proportions_inactive\" | \"proportions\" | \"range_inactive\" | \"range\" | \"redirect\" | \"refresh_inactive\" | \"refresh\" | \"reload_inactive\" | \"reload\" | \"repeat\" | \"report_inactive\" | \"report\" | \"route_inactive\" | \"route\" | \"save_inactive\" | \"save\" | \"search\" | \"send_inactive\" | \"send\" | \"settings\" | \"share\" | \"skip_backwards\" | \"skip_forward\" | \"smartphone_inactive\" | \"smartphone\" | \"sorting\" | \"speedometer_inactive\" | \"speedometer\" | \"star\" | \"support\" | \"target_inactive\" | \"temperature_inactive\" | \"temperature\" | \"text_inactive\" | \"thumbs_down\" | \"thumbs_up\" | \"tick\" | \"timer\" | \"tool_inactive\" | \"tool\" | \"trailer_inactive\" | \"trailer\" | \"trash_inactive\" | \"trash\" | \"truck_inactive\" | \"truck\" | \"undo_inactive\" | \"undo\" | \"unlock\" | \"upload\" | \"video_inactive\" | \"wallet\" | \"warning\" | \"weight_inactive\" | \"weight\" | \"wifi_inactive\" | \"wifi\" | \"windscreen_heating_inactive\" | \"windscreen_heating\"",
|
|
69
74
|
"references": {
|
|
70
75
|
"IconNames": {
|
|
71
76
|
"location": "import",
|