@scania/tegel 1.34.0-multibrand-beta.6 → 1.35.0-console-warnings.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.
Files changed (408) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/tds-accordion-item.cjs.entry.js +1 -1
  3. package/dist/cjs/tds-accordion.cjs.entry.js +1 -1
  4. package/dist/cjs/tds-badge.cjs.entry.js +1 -1
  5. package/dist/cjs/tds-banner.cjs.entry.js +1 -1
  6. package/dist/cjs/tds-block.cjs.entry.js +3 -7
  7. package/dist/cjs/tds-body-cell.cjs.entry.js +1 -1
  8. package/dist/cjs/tds-breadcrumb.cjs.entry.js +1 -1
  9. package/dist/cjs/tds-breadcrumbs.cjs.entry.js +1 -1
  10. package/dist/cjs/tds-button.cjs.entry.js +1 -1
  11. package/dist/cjs/tds-card.cjs.entry.js +1 -1
  12. package/dist/cjs/tds-checkbox.cjs.entry.js +1 -1
  13. package/dist/cjs/tds-chip.cjs.entry.js +1 -1
  14. package/dist/cjs/tds-core-header-item_2.cjs.entry.js +1 -1
  15. package/dist/cjs/tds-datetime.cjs.entry.js +1 -1
  16. package/dist/cjs/tds-divider.cjs.entry.js +1 -1
  17. package/dist/cjs/tds-dropdown_2.cjs.entry.js +12 -11
  18. package/dist/cjs/tds-folder-tab.cjs.entry.js +3 -3
  19. package/dist/cjs/tds-folder-tabs.cjs.entry.js +3 -3
  20. package/dist/cjs/tds-footer-group.cjs.entry.js +1 -1
  21. package/dist/cjs/tds-footer-item.cjs.entry.js +1 -1
  22. package/dist/cjs/tds-footer.cjs.entry.js +4 -3
  23. package/dist/cjs/tds-header-cell.cjs.entry.js +2 -2
  24. package/dist/cjs/tds-header-dropdown-list-item.cjs.entry.js +1 -1
  25. package/dist/cjs/tds-header-dropdown.cjs.entry.js +1 -1
  26. package/dist/cjs/tds-header-launcher-grid-item.cjs.entry.js +1 -1
  27. package/dist/cjs/tds-header-launcher.cjs.entry.js +1 -1
  28. package/dist/cjs/tds-icon.cjs.entry.js +3 -8
  29. package/dist/cjs/tds-inline-tab.cjs.entry.js +3 -3
  30. package/dist/cjs/tds-inline-tabs.cjs.entry.js +3 -3
  31. package/dist/cjs/tds-link.cjs.entry.js +1 -1
  32. package/dist/cjs/tds-message.cjs.entry.js +1 -1
  33. package/dist/cjs/tds-modal.cjs.entry.js +1 -1
  34. package/dist/cjs/tds-navigation-tab.cjs.entry.js +3 -3
  35. package/dist/cjs/tds-navigation-tabs.cjs.entry.js +5 -5
  36. package/dist/cjs/tds-popover-canvas.cjs.entry.js +1 -1
  37. package/dist/cjs/tds-popover-menu-item.cjs.entry.js +1 -1
  38. package/dist/cjs/tds-popover-menu.cjs.entry.js +3 -6
  39. package/dist/cjs/tds-radio-button.cjs.entry.js +2 -4
  40. package/dist/cjs/tds-side-menu-dropdown-list-item.cjs.entry.js +1 -1
  41. package/dist/cjs/tds-side-menu-item.cjs.entry.js +1 -1
  42. package/dist/cjs/tds-side-menu.cjs.entry.js +1 -1
  43. package/dist/cjs/tds-slider.cjs.entry.js +9 -15
  44. package/dist/cjs/tds-spinner.cjs.entry.js +2 -2
  45. package/dist/cjs/tds-step.cjs.entry.js +1 -1
  46. package/dist/cjs/tds-stepper.cjs.entry.js +1 -1
  47. package/dist/cjs/tds-table-body-input-wrapper.cjs.entry.js +2 -2
  48. package/dist/cjs/tds-table-body-row-expandable.cjs.entry.js +8 -8
  49. package/dist/cjs/tds-table-body-row.cjs.entry.js +3 -3
  50. package/dist/cjs/tds-table-body.cjs.entry.js +1 -1
  51. package/dist/cjs/tds-table-footer.cjs.entry.js +4 -4
  52. package/dist/cjs/tds-table-header-input-wrapper.cjs.entry.js +2 -2
  53. package/dist/cjs/tds-table-header.cjs.entry.js +3 -3
  54. package/dist/cjs/tds-table-toolbar.cjs.entry.js +3 -3
  55. package/dist/cjs/tds-table.cjs.entry.js +1 -1
  56. package/dist/cjs/tds-text-field.cjs.entry.js +6 -9
  57. package/dist/cjs/tds-textarea.cjs.entry.js +5 -5
  58. package/dist/cjs/tds-toast.cjs.entry.js +4 -4
  59. package/dist/cjs/tds-toggle.cjs.entry.js +3 -3
  60. package/dist/cjs/tds-tooltip.cjs.entry.js +3 -3
  61. package/dist/cjs/tegel.cjs.js +1 -1
  62. package/dist/collection/components/accordion/accordion-item/accordion-item.css +25 -57
  63. package/dist/collection/components/accordion/accordion.css +6 -35
  64. package/dist/collection/components/badge/badge.css +4 -2
  65. package/dist/collection/components/banner/banner.css +16 -26
  66. package/dist/collection/components/block/block.css +8 -15
  67. package/dist/collection/components/block/block.js +2 -6
  68. package/dist/collection/components/breadcrumbs/breadcrumb/breadcrumb.css +8 -6
  69. package/dist/collection/components/breadcrumbs/breadcrumbs.css +2 -9
  70. package/dist/collection/components/button/button.css +426 -480
  71. package/dist/collection/components/card/card.css +18 -29
  72. package/dist/collection/components/checkbox/checkbox.css +35 -42
  73. package/dist/collection/components/chip/chip.css +19 -31
  74. package/dist/collection/components/datetime/datetime.css +199 -104
  75. package/dist/collection/components/divider/divider.css +16 -1
  76. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.css +11 -19
  77. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +6 -4
  78. package/dist/collection/components/dropdown/dropdown.css +129 -138
  79. package/dist/collection/components/dropdown/dropdown.js +4 -5
  80. package/dist/collection/components/footer/footer-group/footer-group.css +11 -21
  81. package/dist/collection/components/footer/footer-item/footer-item.css +17 -25
  82. package/dist/collection/components/footer/footer.css +7 -20
  83. package/dist/collection/components/footer/footer.js +3 -2
  84. package/dist/collection/components/header/header-dropdown/header-dropdown.css +3 -3
  85. package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.css +3 -2
  86. package/dist/collection/components/header/header-item/header-item.css +3 -2
  87. package/dist/collection/components/header/header-launcher/header-launcher.css +3 -3
  88. package/dist/collection/components/header/header-launcher-grid-item/header-launcher-grid-item.css +3 -2
  89. package/dist/collection/components/icon/icon.js +2 -7
  90. package/dist/collection/components/icon/tratonIconsArray.js +1 -4
  91. package/dist/collection/components/link/link.css +14 -23
  92. package/dist/collection/components/message/message.css +53 -42
  93. package/dist/collection/components/modal/modal.css +16 -15
  94. package/dist/collection/components/popover-canvas/popover-canvas.css +2 -2
  95. package/dist/collection/components/popover-menu/popover-menu-item/popover-menu-item.css +7 -14
  96. package/dist/collection/components/popover-menu/popover-menu.css +1 -1
  97. package/dist/collection/components/popover-menu/popover-menu.js +2 -23
  98. package/dist/collection/components/radio-button/radio-button.css +27 -40
  99. package/dist/collection/components/radio-button/radio-button.js +1 -3
  100. package/dist/collection/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.css +3 -2
  101. package/dist/collection/components/side-menu/side-menu-item/side-menu-item.css +3 -2
  102. package/dist/collection/components/side-menu/side-menu.css +3 -3
  103. package/dist/collection/components/slider/slider-stories-setup.js +1 -29
  104. package/dist/collection/components/slider/slider.css +52 -99
  105. package/dist/collection/components/slider/slider.js +8 -50
  106. package/dist/collection/components/spinner/spinner.css +64 -33
  107. package/dist/collection/components/spinner/spinner.js +2 -3
  108. package/dist/collection/components/stepper/step/step.css +38 -53
  109. package/dist/collection/components/stepper/stepper.css +3 -0
  110. package/dist/collection/components/table/table/table.css +4 -4
  111. package/dist/collection/components/table/table-body/table-body.css +21 -11
  112. package/dist/collection/components/table/table-body-cell/table-body-cell.css +5 -12
  113. package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.css +9 -18
  114. package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.js +1 -1
  115. package/dist/collection/components/table/table-body-row/table-body-row.css +9 -10
  116. package/dist/collection/components/table/table-body-row/table-body-row.js +2 -2
  117. package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.css +12 -11
  118. package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.js +7 -7
  119. package/dist/collection/components/table/table-footer/table-footer.css +22 -33
  120. package/dist/collection/components/table/table-footer/table-footer.js +3 -3
  121. package/dist/collection/components/table/table-header/table-header.css +7 -14
  122. package/dist/collection/components/table/table-header/table-header.js +2 -2
  123. package/dist/collection/components/table/table-header-cell/table-header-cell.css +13 -27
  124. package/dist/collection/components/table/table-header-cell/table-header-cell.js +1 -1
  125. package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.css +9 -16
  126. package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.js +1 -1
  127. package/dist/collection/components/table/table-toolbar/table-toolbar.css +14 -25
  128. package/dist/collection/components/table/table-toolbar/table-toolbar.js +2 -2
  129. package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.css +18 -25
  130. package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +2 -2
  131. package/dist/collection/components/tabs/folder-tabs/folder-tabs.css +18 -3
  132. package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +2 -2
  133. package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.css +10 -19
  134. package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +2 -2
  135. package/dist/collection/components/tabs/inline-tabs/inline-tabs.css +20 -4
  136. package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +2 -2
  137. package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.css +10 -22
  138. package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +2 -2
  139. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.css +20 -5
  140. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +4 -4
  141. package/dist/collection/components/text-field/text-field.css +170 -141
  142. package/dist/collection/components/text-field/text-field.js +5 -8
  143. package/dist/collection/components/textarea/textarea.css +74 -112
  144. package/dist/collection/components/textarea/textarea.js +4 -4
  145. package/dist/collection/components/toast/toast.css +23 -31
  146. package/dist/collection/components/toast/toast.js +3 -3
  147. package/dist/collection/components/toggle/toggle.css +47 -57
  148. package/dist/collection/components/toggle/toggle.js +2 -2
  149. package/dist/collection/components/tooltip/tooltip.css +4 -11
  150. package/dist/collection/components/tooltip/tooltip.js +2 -2
  151. package/dist/components/p-23aab3b9.js +114 -0
  152. package/dist/components/{p-d437241f.js → p-63437b77.js} +2 -2
  153. package/dist/components/{p-4cd4e1e3.js → p-6adb1ce3.js} +1 -1
  154. package/dist/components/{p-aeba8158.js → p-6eecf159.js} +1 -1
  155. package/dist/components/{p-af5310f8.js → p-71c3dfe9.js} +1 -1
  156. package/dist/components/{p-a1f93ac9.js → p-93ee9108.js} +9 -7
  157. package/dist/components/{p-ee402b70.js → p-9cee9d7f.js} +3 -3
  158. package/dist/components/{p-4e5ff414.js → p-b390ece5.js} +3 -8
  159. package/dist/components/{p-4bf2bec5.js → p-df84759a.js} +1 -1
  160. package/dist/components/{p-0e04ed76.js → p-ea381f94.js} +1 -1
  161. package/dist/components/{p-6bb21551.js → p-ffbaebb1.js} +6 -7
  162. package/dist/components/tds-accordion-item.js +2 -2
  163. package/dist/components/tds-accordion.js +1 -1
  164. package/dist/components/tds-badge.js +1 -1
  165. package/dist/components/tds-banner.js +2 -2
  166. package/dist/components/tds-block.js +3 -7
  167. package/dist/components/tds-body-cell.js +1 -1
  168. package/dist/components/tds-breadcrumb.js +1 -1
  169. package/dist/components/tds-breadcrumbs.js +1 -1
  170. package/dist/components/tds-button.js +1 -1
  171. package/dist/components/tds-card.js +2 -2
  172. package/dist/components/tds-checkbox.js +1 -1
  173. package/dist/components/tds-chip.js +1 -1
  174. package/dist/components/tds-datetime.js +2 -2
  175. package/dist/components/tds-divider.js +1 -1
  176. package/dist/components/tds-dropdown-option.js +1 -1
  177. package/dist/components/tds-dropdown.js +1 -1
  178. package/dist/components/tds-folder-tab.js +3 -3
  179. package/dist/components/tds-folder-tabs.js +4 -4
  180. package/dist/components/tds-footer-group.js +2 -2
  181. package/dist/components/tds-footer-item.js +1 -1
  182. package/dist/components/tds-footer.js +4 -3
  183. package/dist/components/tds-header-brand-symbol.js +1 -1
  184. package/dist/components/tds-header-cell.js +3 -3
  185. package/dist/components/tds-header-dropdown-list-item.js +1 -1
  186. package/dist/components/tds-header-dropdown.js +4 -4
  187. package/dist/components/tds-header-hamburger.js +2 -2
  188. package/dist/components/tds-header-item.js +1 -1
  189. package/dist/components/tds-header-launcher-button.js +1 -1
  190. package/dist/components/tds-header-launcher-grid-item.js +1 -1
  191. package/dist/components/tds-header-launcher-list-item.js +1 -1
  192. package/dist/components/tds-header-launcher.js +5 -5
  193. package/dist/components/tds-icon.js +1 -1
  194. package/dist/components/tds-inline-tab.js +3 -3
  195. package/dist/components/tds-inline-tabs.js +4 -4
  196. package/dist/components/tds-link.js +1 -1
  197. package/dist/components/tds-message.js +2 -2
  198. package/dist/components/tds-modal.js +2 -2
  199. package/dist/components/tds-navigation-tab.js +3 -3
  200. package/dist/components/tds-navigation-tabs.js +6 -6
  201. package/dist/components/tds-popover-canvas.js +1 -1
  202. package/dist/components/tds-popover-menu-item.js +1 -1
  203. package/dist/components/tds-popover-menu.js +3 -7
  204. package/dist/components/tds-radio-button.js +2 -4
  205. package/dist/components/tds-side-menu-close-button.js +1 -1
  206. package/dist/components/tds-side-menu-collapse-button.js +1 -1
  207. package/dist/components/tds-side-menu-dropdown-list-item.js +1 -1
  208. package/dist/components/tds-side-menu-dropdown.js +2 -2
  209. package/dist/components/tds-side-menu-item.js +1 -1
  210. package/dist/components/tds-side-menu.js +1 -1
  211. package/dist/components/tds-slider.js +10 -18
  212. package/dist/components/tds-spinner.js +4 -5
  213. package/dist/components/tds-step.js +2 -2
  214. package/dist/components/tds-stepper.js +1 -1
  215. package/dist/components/tds-table-body-input-wrapper.js +3 -3
  216. package/dist/components/tds-table-body-row-expandable.js +8 -8
  217. package/dist/components/tds-table-body-row.js +4 -4
  218. package/dist/components/tds-table-body.js +1 -1
  219. package/dist/components/tds-table-footer.js +8 -8
  220. package/dist/components/tds-table-header-input-wrapper.js +3 -3
  221. package/dist/components/tds-table-header.js +4 -4
  222. package/dist/components/tds-table-toolbar.js +4 -4
  223. package/dist/components/tds-table.js +1 -1
  224. package/dist/components/tds-text-field.js +8 -11
  225. package/dist/components/tds-textarea.js +7 -7
  226. package/dist/components/tds-toast.js +5 -5
  227. package/dist/components/tds-toggle.js +3 -3
  228. package/dist/components/tds-tooltip.js +1 -1
  229. package/dist/esm/loader.js +1 -1
  230. package/dist/esm/tds-accordion-item.entry.js +1 -1
  231. package/dist/esm/tds-accordion.entry.js +1 -1
  232. package/dist/esm/tds-badge.entry.js +1 -1
  233. package/dist/esm/tds-banner.entry.js +1 -1
  234. package/dist/esm/tds-block.entry.js +3 -7
  235. package/dist/esm/tds-body-cell.entry.js +1 -1
  236. package/dist/esm/tds-breadcrumb.entry.js +1 -1
  237. package/dist/esm/tds-breadcrumbs.entry.js +1 -1
  238. package/dist/esm/tds-button.entry.js +1 -1
  239. package/dist/esm/tds-card.entry.js +1 -1
  240. package/dist/esm/tds-checkbox.entry.js +1 -1
  241. package/dist/esm/tds-chip.entry.js +1 -1
  242. package/dist/esm/tds-core-header-item_2.entry.js +1 -1
  243. package/dist/esm/tds-datetime.entry.js +1 -1
  244. package/dist/esm/tds-divider.entry.js +1 -1
  245. package/dist/esm/tds-dropdown_2.entry.js +12 -11
  246. package/dist/esm/tds-folder-tab.entry.js +3 -3
  247. package/dist/esm/tds-folder-tabs.entry.js +3 -3
  248. package/dist/esm/tds-footer-group.entry.js +1 -1
  249. package/dist/esm/tds-footer-item.entry.js +1 -1
  250. package/dist/esm/tds-footer.entry.js +4 -3
  251. package/dist/esm/tds-header-cell.entry.js +2 -2
  252. package/dist/esm/tds-header-dropdown-list-item.entry.js +1 -1
  253. package/dist/esm/tds-header-dropdown.entry.js +1 -1
  254. package/dist/esm/tds-header-launcher-grid-item.entry.js +1 -1
  255. package/dist/esm/tds-header-launcher.entry.js +1 -1
  256. package/dist/esm/tds-icon.entry.js +3 -8
  257. package/dist/esm/tds-inline-tab.entry.js +3 -3
  258. package/dist/esm/tds-inline-tabs.entry.js +3 -3
  259. package/dist/esm/tds-link.entry.js +1 -1
  260. package/dist/esm/tds-message.entry.js +1 -1
  261. package/dist/esm/tds-modal.entry.js +1 -1
  262. package/dist/esm/tds-navigation-tab.entry.js +3 -3
  263. package/dist/esm/tds-navigation-tabs.entry.js +5 -5
  264. package/dist/esm/tds-popover-canvas.entry.js +1 -1
  265. package/dist/esm/tds-popover-menu-item.entry.js +1 -1
  266. package/dist/esm/tds-popover-menu.entry.js +3 -6
  267. package/dist/esm/tds-radio-button.entry.js +2 -4
  268. package/dist/esm/tds-side-menu-dropdown-list-item.entry.js +1 -1
  269. package/dist/esm/tds-side-menu-item.entry.js +1 -1
  270. package/dist/esm/tds-side-menu.entry.js +1 -1
  271. package/dist/esm/tds-slider.entry.js +9 -15
  272. package/dist/esm/tds-spinner.entry.js +3 -3
  273. package/dist/esm/tds-step.entry.js +1 -1
  274. package/dist/esm/tds-stepper.entry.js +1 -1
  275. package/dist/esm/tds-table-body-input-wrapper.entry.js +2 -2
  276. package/dist/esm/tds-table-body-row-expandable.entry.js +8 -8
  277. package/dist/esm/tds-table-body-row.entry.js +3 -3
  278. package/dist/esm/tds-table-body.entry.js +1 -1
  279. package/dist/esm/tds-table-footer.entry.js +4 -4
  280. package/dist/esm/tds-table-header-input-wrapper.entry.js +2 -2
  281. package/dist/esm/tds-table-header.entry.js +3 -3
  282. package/dist/esm/tds-table-toolbar.entry.js +3 -3
  283. package/dist/esm/tds-table.entry.js +1 -1
  284. package/dist/esm/tds-text-field.entry.js +6 -9
  285. package/dist/esm/tds-textarea.entry.js +5 -5
  286. package/dist/esm/tds-toast.entry.js +4 -4
  287. package/dist/esm/tds-toggle.entry.js +3 -3
  288. package/dist/esm/tds-tooltip.entry.js +3 -3
  289. package/dist/esm/tegel.js +1 -1
  290. package/dist/tegel/{p-39f597f5.entry.js → p-08f63e5d.entry.js} +1 -1
  291. package/dist/tegel/{p-e7638f10.entry.js → p-0cfe8671.entry.js} +1 -1
  292. package/dist/tegel/p-106e048d.entry.js +1 -0
  293. package/dist/tegel/{p-ba990426.entry.js → p-177386d5.entry.js} +1 -1
  294. package/dist/tegel/p-1c75f8a7.entry.js +1 -0
  295. package/dist/tegel/p-25d026a6.entry.js +1 -0
  296. package/dist/tegel/p-29170339.entry.js +1 -0
  297. package/dist/tegel/{p-f12ce132.entry.js → p-2c56421f.entry.js} +1 -1
  298. package/dist/tegel/p-30e23366.entry.js +1 -0
  299. package/dist/tegel/p-3a92d554.entry.js +1 -0
  300. package/dist/tegel/{p-40ae469d.entry.js → p-3ec01fb3.entry.js} +1 -1
  301. package/dist/tegel/p-4274d329.entry.js +1 -0
  302. package/dist/tegel/p-4a77edf1.entry.js +1 -0
  303. package/dist/tegel/p-5020a688.entry.js +1 -0
  304. package/dist/tegel/p-52adc30c.entry.js +1 -0
  305. package/dist/tegel/p-5734c6ef.entry.js +1 -0
  306. package/dist/tegel/{p-ceddaae5.entry.js → p-5c077bb9.entry.js} +1 -1
  307. package/dist/tegel/p-5dd2aac8.entry.js +1 -0
  308. package/dist/tegel/{p-a077836e.entry.js → p-614bcd4b.entry.js} +1 -1
  309. package/dist/tegel/p-614cc097.entry.js +1 -0
  310. package/dist/tegel/p-618d6b4f.entry.js +1 -0
  311. package/dist/tegel/p-61a1dc59.entry.js +1 -0
  312. package/dist/tegel/p-650b98bf.entry.js +1 -0
  313. package/dist/tegel/p-67b4b2cf.entry.js +1 -0
  314. package/dist/tegel/p-6a615ac1.entry.js +1 -0
  315. package/dist/tegel/{p-0d09f1ad.entry.js → p-6e57997e.entry.js} +1 -1
  316. package/dist/tegel/p-7013249b.entry.js +1 -0
  317. package/dist/tegel/p-72006dd7.entry.js +1 -0
  318. package/dist/tegel/p-83831252.entry.js +1 -0
  319. package/dist/tegel/p-84de314b.entry.js +1 -0
  320. package/dist/tegel/p-86e99fdb.entry.js +1 -0
  321. package/dist/tegel/{p-2718a9ce.entry.js → p-87219f00.entry.js} +1 -1
  322. package/dist/tegel/{p-d9b054fa.entry.js → p-8c841698.entry.js} +1 -1
  323. package/dist/tegel/p-942abc1e.entry.js +1 -0
  324. package/dist/tegel/p-9b2257f3.entry.js +1 -0
  325. package/dist/tegel/{p-9620b368.entry.js → p-a0591e58.entry.js} +1 -1
  326. package/dist/tegel/{p-b3446292.entry.js → p-ab103d0c.entry.js} +1 -1
  327. package/dist/tegel/{p-a333339f.entry.js → p-abad3489.entry.js} +1 -1
  328. package/dist/tegel/p-ae438c2e.entry.js +1 -0
  329. package/dist/tegel/p-aec3e4cf.entry.js +1 -0
  330. package/dist/tegel/p-b58194f9.entry.js +1 -0
  331. package/dist/tegel/p-b734b309.entry.js +1 -0
  332. package/dist/tegel/p-b8a33966.entry.js +1 -0
  333. package/dist/tegel/p-b994e7ac.entry.js +1 -0
  334. package/dist/tegel/p-bb1d069f.entry.js +1 -0
  335. package/dist/tegel/p-bcd5e06d.entry.js +1 -0
  336. package/dist/tegel/p-bcdf13e0.entry.js +1 -0
  337. package/dist/tegel/p-bd935506.entry.js +1 -0
  338. package/dist/tegel/p-bdc913a0.entry.js +1 -0
  339. package/dist/tegel/{p-c94e0062.entry.js → p-c0b26507.entry.js} +1 -1
  340. package/dist/tegel/p-cf1413f0.entry.js +1 -0
  341. package/dist/tegel/p-cf7af8f2.entry.js +1 -0
  342. package/dist/tegel/p-dc375d3e.entry.js +1 -0
  343. package/dist/tegel/p-e3c2b6b4.entry.js +1 -0
  344. package/dist/tegel/{p-33aa94c4.entry.js → p-eff87481.entry.js} +1 -1
  345. package/dist/tegel/p-f2232281.entry.js +1 -0
  346. package/dist/tegel/p-f4b5e80b.entry.js +1 -0
  347. package/dist/tegel/p-fbffe3aa.entry.js +1 -0
  348. package/dist/tegel/p-fe8a4544.entry.js +1 -0
  349. package/dist/tegel/tegel.css +7 -3
  350. package/dist/tegel/tegel.esm.js +1 -1
  351. package/dist/types/components/dropdown/dropdown-option/dropdown-option.d.ts +1 -1
  352. package/dist/types/components/footer/footer.d.ts +1 -0
  353. package/dist/types/components/popover-menu/popover-menu.d.ts +0 -2
  354. package/dist/types/components/slider/slider-stories-setup.d.ts +1 -37
  355. package/dist/types/components/slider/slider.d.ts +0 -4
  356. package/dist/types/components.d.ts +0 -24
  357. package/dist/types/types/TratonIcons.d.ts +1 -1
  358. package/package.json +2 -8
  359. package/dist/components/p-8565f800.js +0 -114
  360. package/dist/tegel/p-0096c98e.entry.js +0 -1
  361. package/dist/tegel/p-10646dec.entry.js +0 -1
  362. package/dist/tegel/p-17b55fa2.entry.js +0 -1
  363. package/dist/tegel/p-22e4a4f9.entry.js +0 -1
  364. package/dist/tegel/p-2e6b957c.entry.js +0 -1
  365. package/dist/tegel/p-38aa3ec5.entry.js +0 -1
  366. package/dist/tegel/p-3f039f89.entry.js +0 -1
  367. package/dist/tegel/p-4095d044.entry.js +0 -1
  368. package/dist/tegel/p-45a503af.entry.js +0 -1
  369. package/dist/tegel/p-5487604f.entry.js +0 -1
  370. package/dist/tegel/p-5bc63fd1.entry.js +0 -1
  371. package/dist/tegel/p-5f35ce3b.entry.js +0 -1
  372. package/dist/tegel/p-67f3c355.entry.js +0 -1
  373. package/dist/tegel/p-6a20c0b8.entry.js +0 -1
  374. package/dist/tegel/p-72b2067a.entry.js +0 -1
  375. package/dist/tegel/p-77861e4c.entry.js +0 -1
  376. package/dist/tegel/p-7aaaeb32.entry.js +0 -1
  377. package/dist/tegel/p-80ce20cc.entry.js +0 -1
  378. package/dist/tegel/p-84d8c038.entry.js +0 -1
  379. package/dist/tegel/p-8bcc772f.entry.js +0 -1
  380. package/dist/tegel/p-8efd9d9a.entry.js +0 -1
  381. package/dist/tegel/p-93d3ea90.entry.js +0 -1
  382. package/dist/tegel/p-9572319f.entry.js +0 -1
  383. package/dist/tegel/p-9990cba2.entry.js +0 -1
  384. package/dist/tegel/p-9db54bd1.entry.js +0 -1
  385. package/dist/tegel/p-a1a335f8.entry.js +0 -1
  386. package/dist/tegel/p-a2f84e4a.entry.js +0 -1
  387. package/dist/tegel/p-b02b13ee.entry.js +0 -1
  388. package/dist/tegel/p-bb115b00.entry.js +0 -1
  389. package/dist/tegel/p-c0c68796.entry.js +0 -1
  390. package/dist/tegel/p-c1ff5218.entry.js +0 -1
  391. package/dist/tegel/p-c6e76ba8.entry.js +0 -1
  392. package/dist/tegel/p-c79386a0.entry.js +0 -1
  393. package/dist/tegel/p-cb83b852.entry.js +0 -1
  394. package/dist/tegel/p-d0d2efb5.entry.js +0 -1
  395. package/dist/tegel/p-d1b356d5.entry.js +0 -1
  396. package/dist/tegel/p-d75d632d.entry.js +0 -1
  397. package/dist/tegel/p-db46db63.entry.js +0 -1
  398. package/dist/tegel/p-ec395ccd.entry.js +0 -1
  399. package/dist/tegel/p-f1b0f4f6.entry.js +0 -1
  400. package/dist/tegel/p-f5c24e0b.entry.js +0 -1
  401. package/dist/tegel/p-f8cc59e0.entry.js +0 -1
  402. package/dist/tegel/p-f9b30e56.entry.js +0 -1
  403. package/dist/tegel/p-fe51bbbb.entry.js +0 -1
  404. package/dist-styles/core.css +0 -5834
  405. package/dist-styles/scania-variables.css +0 -1720
  406. package/dist-styles/scania.css +0 -7555
  407. package/dist-styles/traton-variables.css +0 -896
  408. package/dist-styles/traton.css +0 -6731
@@ -1,12 +1,9 @@
1
- /* Typography Usage mixins */
2
- /* Centralized map of typography types */
3
- /* Utility mixin */
4
1
  :host {
5
2
  display: block;
6
3
  }
7
4
  :host slot[name=top]::slotted(*) {
8
5
  box-sizing: border-box;
9
- background-color: var(--footer-top-background);
6
+ background-color: var(--tds-footer-top-background);
10
7
  padding: 40px;
11
8
  display: grid;
12
9
  grid-template-columns: repeat(4, 1fr);
@@ -14,7 +11,7 @@
14
11
  width: 100%;
15
12
  }
16
13
  :host .footer-main {
17
- background-color: var(--footer-main-background);
14
+ background-color: var(--tds-footer-main-background);
18
15
  padding: 0 40px;
19
16
  }
20
17
  :host .footer-main-top {
@@ -38,20 +35,16 @@
38
35
  padding: 40px 0;
39
36
  display: flex;
40
37
  justify-content: space-between;
41
- border-top: 1px solid var(--footer-main-divider);
38
+ border-top: 1px solid var(--tds-footer-main-divider);
42
39
  }
43
40
  :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);
50
41
  margin: 0;
51
- color: var(--footer-main-copyright);
42
+ font: var(--tds-detail-02);
43
+ letter-spacing: var(--tds-detail-02-ls);
44
+ color: var(--tds-footer-main-copyright);
52
45
  }
53
46
  :host .footer-main-bottom .brand {
54
- background-image: var(--component-footer-logotype-cdn), var(--component-footer-logotype-local);
47
+ background-image: var(--tds-background-image-scania-wordmark-white-svg-local), var(--tds-background-image-scania-wordmark-white-svg);
55
48
  background-repeat: no-repeat;
56
49
  background-size: 117px;
57
50
  background-position: right;
@@ -96,10 +89,4 @@
96
89
  :host .footer-main-bottom .brand {
97
90
  width: 100%;
98
91
  }
99
- :host .copyright-text {
100
- display: none;
101
- }
102
- :host .copyright-last-part {
103
- display: inline-block;
104
- }
105
92
  }
@@ -8,6 +8,7 @@ import hasSlot from "../../utils/hasSlot";
8
8
  */
9
9
  export class TdsFooter {
10
10
  constructor() {
11
+ this.copyrightText = `Copyright © ${new Date().getFullYear()} Scania`;
11
12
  this.modeVariant = null;
12
13
  }
13
14
  render() {
@@ -15,9 +16,9 @@ export class TdsFooter {
15
16
  const usesStartSlot = hasSlot('start', this.host);
16
17
  const usesEndSlot = hasSlot('end', this.host);
17
18
  const usesCopyrightSlot = hasSlot('copyright', this.host);
18
- return (h(Host, { key: 'cd82373a4dc49301758e5063451a5f5b0b4590e6', class: {
19
+ return (h(Host, { key: 'f9a9a196e8f9b49545edbe7e37ef5c7e6108d032', class: {
19
20
  [`tds-mode-variant-${this.modeVariant}`]: this.modeVariant !== null,
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")))))));
21
+ } }, h("footer", { key: 'b594e0548fb46ef6b5f829296eb616748b647440' }, usesTopSlot && h("slot", { key: '6127b1d29152c1023820d5220c7453cce76b9e5d', name: "top" }), h("div", { key: 'b0f918488b8cf27f19d8410ab5d05e39478dffd5', class: "footer-main" }, (usesStartSlot || usesEndSlot) && (h("div", { key: '63aae985dab88e5f31f4bd271d89dd5cf66e521c', class: "footer-main-top" }, usesStartSlot && h("slot", { key: '91c21420d33cb9dd1190324a73b095fdcc655174', name: "start" }), usesEndSlot && h("slot", { key: '672e6d1b2be9bf0d4223662e58d2f92d1e914fb2', name: "end" }))), h("div", { key: '28dd4db6c1ea0de52dfe3c0f0ea19541afdeecc6', class: "footer-main-bottom" }, h("small", { key: '0e760565515a6a57bf7948647bc0c526f70386f8', class: "copyright" }, usesCopyrightSlot ? h("slot", { name: "copyright" }) : this.copyrightText), h("div", { key: 'ef7647abe740819c88ed202412beb2b7cc0d18fb', class: "brand" }, h("p", { key: 'ab9bf46b2fca845a5d6c365fe3fd9f0b456ba819' }, "Scania")))))));
21
22
  }
22
23
  static get is() { return "tds-footer"; }
23
24
  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(--color-foreground-icon-discrete);
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(--color-background-layer-01);
35
+ background: var(--tds-scrollbar-track-color);
36
36
  }
37
37
  :host .menu::-webkit-scrollbar-thumb {
38
38
  border-radius: 40px;
39
- background: var(--color-foreground-icon-discrete);
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
  }
@@ -27,9 +27,10 @@
27
27
  cursor: pointer;
28
28
  }
29
29
  :host .component ::slotted(a:focus-visible) {
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);
30
+ outline: 2px solid var(--tds-focus-outline-color);
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: var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);
26
- box-shadow: 0 0 0 1px var(--color-brand-neutral-white);
25
+ outline: 2px solid var(--tds-focus-outline-color);
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(--color-foreground-icon-discrete);
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(--color-background-layer-01);
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(--color-foreground-icon-discrete);
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
  }
@@ -32,7 +32,8 @@
32
32
  }
33
33
  :host ::slotted(a:focus-visible),
34
34
  :host ::slotted(button:focus-visible) {
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);
35
+ outline: 2px solid var(--tds-focus-outline-color);
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
- // 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
- }
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: 'fea032a0b7886986e2d64ec833c83d96f8d4e106' }, this.setIcons());
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":"edit_inactive","definition":"m21.8 17.3 5.6-5.6c.8-.8.8-2 0-2.8l-4.2-4.2c-.8-.8-2-.8-2.8 0l-5.6 5.6 1.4 1.4 2.1-2.1 4.2 4.2-2.1 2.1 1.4 1.4zm0-11.3 4.2 4.2-2.1 2.1-4.2-4.2L21.8 6zm-9.9 9.9L8 19.7l-1.6 5.8 5.8-1.6 3.9-3.9 1.4 1.4-3.9 3.9c-.2.2-.6.4-.9.5L5.3 28c-.3.1-.7 0-1-.3-.3-.3-.4-.6-.3-1l2.1-7.5c.1-.3.3-.6.5-.9l3.9-3.9 1.4 1.5zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","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":"skip_backwards","definition":"M25.708 4.292a.998.998 0 0 1 0 1.412l-9.872 9.872a.6.6 0 0 0 0 .848l9.872 9.872a.998.998 0 1 1-1.412 1.412l-9.872-9.872a2.596 2.596 0 0 1 0-3.671l9.872-9.873a.998.998 0 0 1 1.412 0ZM7 4.02a1 1 0 0 1 1 1v22a1 1 0 1 1-2 0v-22a1 1 0 0 1 1-1Z","viewbox":"0 0 32 32"},{"name":"skip_forward","definition":"M6.292 27.708a.998.998 0 0 1 0-1.412l9.873-9.872a.6.6 0 0 0 0-.848L6.292 5.704a.998.998 0 0 1 1.412-1.412l9.872 9.873a2.596 2.596 0 0 1 0 3.67l-9.872 9.873a.998.998 0 0 1-1.412 0ZM25 4a1 1 0 0 1 1 1v22a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Z","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"}]';
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',
@@ -1,6 +1,3 @@
1
- /* Typography Usage mixins */
2
- /* Centralized map of typography types */
3
- /* Utility mixin */
4
1
  :host {
5
2
  display: inline;
6
3
  }
@@ -8,36 +5,34 @@
8
5
  all: unset;
9
6
  cursor: pointer;
10
7
  outline: none;
11
- color: var(--link);
8
+ color: var(--tds-link);
12
9
  text-decoration: underline;
13
10
  }
14
11
  :host ::slotted(*:focus-visible) {
15
- outline: var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);
16
- box-shadow: 0 0 0 1px var(--color-brand-neutral-white);
17
- outline-offset: 1px;
18
- outline-width: var(--link-focus-outline-width);
19
- color: var(--link);
12
+ color: var(--tds-link-focus);
20
13
  text-decoration: none;
14
+ outline: 2px solid var(--tds-link-focus);
15
+ outline-offset: -2px;
21
16
  }
22
17
  :host ::slotted(*:active) {
23
- color: var(--link);
18
+ color: var(--tds-link);
24
19
  text-decoration: underline;
25
- text-decoration-color: var(--link);
20
+ text-decoration-color: var(--tds-link);
26
21
  }
27
22
  :host ::slotted(*:hover) {
28
- color: var(--link-hover);
23
+ color: var(--tds-link-hover);
29
24
  text-decoration: underline;
30
- text-decoration-color: var(--link-hover);
25
+ text-decoration-color: var(--tds-link-hover);
31
26
  }
32
27
  :host ::slotted(*:visited) {
33
- color: var(--link-visited);
34
- text-decoration-color: var(--link-visited);
28
+ color: var(--tds-link-visited);
29
+ text-decoration-color: var(--tds-link-visited);
35
30
  }
36
31
 
37
32
  .disabled ::slotted(*),
38
33
  .disabled ::slotted(*:visited) {
39
- color: var(--link-disabled);
40
- text-decoration-color: var(--link-disabled);
34
+ color: var(--tds-link-disabled);
35
+ text-decoration-color: var(--tds-link-disabled);
41
36
  pointer-events: none;
42
37
  }
43
38
 
@@ -50,10 +45,6 @@
50
45
  }
51
46
 
52
47
  .standalone ::slotted(*) {
53
- font-family: var(--detail-02-font-family);
54
- font-size: var(--detail-02-font-size);
55
- line-height: var(--detail-02-line-height);
56
- font-weight: var(--detail-02-font-weight);
57
- letter-spacing: var(--detail-02-letter-spacing);
58
- text-transform: var(--detail-02-text-transform);
48
+ font: var(--tds-detail-02);
49
+ letter-spacing: var(--tds-detail-02-ls);
59
50
  }
@@ -2,73 +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
  }
7
12
  :host .tds-mode-variant-primary {
8
- --message-main-background: var(--message-mode-primary-background);
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);
9
17
  }
10
18
  :host .tds-mode-variant-secondary {
11
- --message-main-background: var(--message-mode-secondary-background);
12
- }
13
- :host tds-icon {
14
- padding-right: 16px;
15
- }
16
- :host .content {
17
- display: flex;
18
- flex-direction: column;
19
- gap: 4px;
20
- color: var(--message-main-text-color);
21
- padding: 2px 0;
22
- }
23
- :host .content .header {
24
- font-family: var(--headline-07-font-family);
25
- font-size: var(--headline-07-font-size);
26
- line-height: var(--headline-07-line-height);
27
- font-weight: var(--headline-07-font-weight);
28
- letter-spacing: var(--headline-07-letter-spacing);
29
- text-transform: var(--headline-07-text-transform);
30
- }
31
- :host .content .extended-message {
32
- font-family: var(--detail-02-font-family);
33
- font-size: var(--detail-02-font-size);
34
- line-height: var(--detail-02-line-height);
35
- font-weight: var(--detail-02-font-weight);
36
- letter-spacing: var(--detail-02-letter-spacing);
37
- text-transform: var(--detail-02-text-transform);
38
- color: var(--message-main-text-color);
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);
39
23
  }
40
24
  :host .wrapper {
41
25
  display: flex;
42
26
  padding: 16px;
43
- background-color: var(--message-main-background);
27
+ background-color: var(--tds-message-background);
44
28
  border-radius: 4px;
45
- border-left-width: 4px;
46
- border-left-style: solid;
47
29
  }
48
30
  :host .wrapper.information {
49
- border-left-color: var(--message-info-border-color);
31
+ border-left: 4px solid var(--system-info-default);
50
32
  }
51
33
  :host .wrapper.information tds-icon {
52
- color: var(--message-info-icon-color);
34
+ color: var(--system-info-default);
53
35
  }
54
36
  :host .wrapper.success {
55
- border-left-color: var(--message-success-border-color);
37
+ background-color: var(--tds-message-background-success);
38
+ border-left: 4px solid var(--system-success-default);
56
39
  }
57
40
  :host .wrapper.success tds-icon {
58
- color: var(--message-success-icon-color);
41
+ color: var(--system-success-default);
59
42
  }
60
43
  :host .wrapper.error {
61
- border-left-color: var(--message-error-border-color);
62
- background-color: var(--message-error-background);
44
+ background-color: var(--tds-message-background-error);
45
+ border-left: 4px solid var(--system-danger-default);
63
46
  }
64
47
  :host .wrapper.error tds-icon {
65
- color: var(--message-error-icon-color);
48
+ color: var(--system-danger-default);
66
49
  }
67
50
  :host .wrapper.warning {
68
- border-left-color: var(--message-warning-border-color);
51
+ background-color: var(--tds-message-background-warning);
52
+ border-left: 4px solid var(--system-warning-default);
69
53
  }
70
54
  :host .wrapper.warning tds-icon {
71
- color: var(--message-warning-icon-color);
55
+ color: var(--system-warning-default);
72
56
  }
73
57
  :host .wrapper.minimal {
74
58
  border: none;
@@ -84,5 +68,32 @@
84
68
  text-transform: var(--detail-02-text-transform);
85
69
  }
86
70
  :host .wrapper.minimal.error .header {
87
- color: var(--message-error-header-text-color);
71
+ color: var(--system-danger-default);
72
+ }
73
+ :host tds-icon {
74
+ padding-right: 16px;
75
+ }
76
+ :host .content {
77
+ display: flex;
78
+ flex-direction: column;
79
+ gap: 4px;
80
+ color: var(--foreground-text-strong);
81
+ padding: 2px 0;
82
+ }
83
+ :host .content .header {
84
+ font-family: var(--headline-07-font-family);
85
+ font-size: var(--headline-07-font-size);
86
+ line-height: var(--headline-07-line-height);
87
+ font-weight: var(--headline-07-font-weight);
88
+ letter-spacing: var(--headline-07-letter-spacing);
89
+ text-transform: var(--headline-07-text-transform);
90
+ }
91
+ :host .content .extended-message {
92
+ color: var(--foreground-text-strong);
93
+ font-family: var(--detail-02-font-family);
94
+ font-size: var(--detail-02-font-size);
95
+ line-height: var(--detail-02-line-height);
96
+ font-weight: var(--detail-02-font-weight);
97
+ letter-spacing: var(--detail-02-letter-spacing);
98
+ text-transform: var(--detail-02-text-transform);
88
99
  }
@@ -5,11 +5,11 @@
5
5
  /* MODAL STYLING */
6
6
  .tds-modal {
7
7
  box-sizing: border-box;
8
- background-color: var(--modal-background);
9
- box-shadow: var(--modal-shadow);
8
+ box-shadow: var(--tds-modal-box-shadow);
9
+ background-color: var(--background-elevation-layer-02);
10
10
  margin: auto;
11
11
  position: relative;
12
- border-radius: 4px;
12
+ border-radius: var(--radius-narrow);
13
13
  max-height: 85vh;
14
14
  overflow-y: auto;
15
15
  pointer-events: auto;
@@ -25,7 +25,7 @@
25
25
  background-color: transparent;
26
26
  }
27
27
  .tds-modal::-webkit-scrollbar-thumb {
28
- background-color: var(--modal-scroll-bar-thumb);
28
+ background-color: var(--foreground-elements-transparparent-discrete);
29
29
  border-radius: 3px;
30
30
  }
31
31
  .tds-modal__actions-sticky {
@@ -47,13 +47,13 @@
47
47
  bottom: -1px;
48
48
  left: 0;
49
49
  right: 0;
50
- background-color: var(--modal-background);
50
+ background-color: var(--background-elevation-layer-02);
51
51
  padding: 24px 16px 16px;
52
52
  display: flex;
53
53
  gap: 16px;
54
54
  }
55
55
  .tds-modal__actions-static slot[name=actions] {
56
- background-color: var(--modal-background);
56
+ background-color: var(--background-elevation-layer-02);
57
57
  display: flex;
58
58
  gap: 16px;
59
59
  padding: 24px 16px 16px;
@@ -147,7 +147,7 @@
147
147
  padding: 16px;
148
148
  position: sticky;
149
149
  top: 0;
150
- background-color: var(--modal-background);
150
+ background-color: var(--background-elevation-layer-02);
151
151
  z-index: 1;
152
152
  }
153
153
 
@@ -159,7 +159,7 @@ slot[name=header]::slotted(*) {
159
159
  font-weight: var(--headline-05-font-weight);
160
160
  letter-spacing: var(--headline-05-letter-spacing);
161
161
  text-transform: var(--headline-05-text-transform);
162
- color: var(--modal-text);
162
+ color: var(--foreground-text-strong);
163
163
  margin: 0;
164
164
  flex: 1;
165
165
  }
@@ -171,7 +171,7 @@ slot[name=header]::slotted(*) {
171
171
  font-weight: var(--body-01-font-weight);
172
172
  letter-spacing: var(--body-01-letter-spacing);
173
173
  text-transform: var(--body-01-text-transform);
174
- color: var(--modal-text);
174
+ color: var(--foreground-text-strong);
175
175
  overflow-y: visible;
176
176
  padding: 0 16px 16px;
177
177
  }
@@ -183,7 +183,7 @@ slot[name=header]::slotted(*) {
183
183
  background-color: transparent;
184
184
  }
185
185
  .body::-webkit-scrollbar-thumb {
186
- background-color: var(--modal-scroll-bar-thumb);
186
+ background-color: var(--foreground-elements-transparparent-discrete);
187
187
  border-radius: 3px;
188
188
  }
189
189
 
@@ -194,7 +194,7 @@ slot[name=header]::slotted(*) {
194
194
  right: 0;
195
195
  bottom: 0;
196
196
  left: 0;
197
- background-color: var(--modal-backdrop);
197
+ background-color: var(--tds-modal-backdrop-background);
198
198
  pointer-events: auto;
199
199
  }
200
200
  .tds-modal-backdrop * {
@@ -212,13 +212,14 @@ button.tds-modal-close {
212
212
  .tds-modal-close {
213
213
  display: inline-block;
214
214
  height: auto;
215
- color: var(--modal-text);
215
+ color: var(--foreground-text-strong);
216
216
  cursor: pointer;
217
217
  }
218
218
  .tds-modal-close:focus {
219
- outline: var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);
220
- box-shadow: 0 0 0 1px var(--color-brand-neutral-white);
219
+ outline: 2px solid var(--tds-focus-outline-color);
220
+ box-shadow: 0 0 0 1px var(--tds-white);
221
221
  outline-offset: 1px;
222
+ z-index: 1;
222
223
  }
223
224
  @media (min-width: 320px) {
224
225
  .tds-modal-close {
@@ -248,7 +249,7 @@ button.tds-modal-close {
248
249
  }
249
250
  }
250
251
  .tds-modal-close-btn svg {
251
- fill: var(--modal-cross-svg);
252
+ fill: var(--foreground-text-strong);
252
253
  }
253
254
 
254
255
  .tds-modal-overflow {
@@ -1,8 +1,8 @@
1
1
  .tds-popover-canvas {
2
2
  box-sizing: border-box;
3
3
  display: inline-block;
4
- color: var(--popover-canvas-text);
5
- background-color: var(--popover-canvas-background);
4
+ color: var(--tds-popover-canvas-color);
5
+ background-color: var(--tds-popover-canvas-background);
6
6
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15), 0 -1px 1px rgba(0, 0, 0, 0.1);
7
7
  border-radius: 4px;
8
8
  z-index: 900;
@@ -1,6 +1,3 @@
1
- /* Typography Usage mixins */
2
- /* Centralized map of typography types */
3
- /* Utility mixin */
4
1
  :host {
5
2
  box-sizing: border-box;
6
3
  display: block;
@@ -9,13 +6,9 @@
9
6
  box-sizing: border-box;
10
7
  }
11
8
  :host .wrapper {
12
- font-family: var(--detail-02-font-family);
13
- font-size: var(--detail-02-font-size);
14
- line-height: var(--detail-02-line-height);
15
- font-weight: var(--detail-02-font-weight);
16
- letter-spacing: var(--detail-02-letter-spacing);
17
- text-transform: var(--detail-02-text-transform);
18
- color: var(--popover-menu-text);
9
+ font: var(--tds-detail-02);
10
+ letter-spacing: var(--tds-detail-02-ls);
11
+ color: var(--tds-popover-menu-color);
19
12
  position: relative;
20
13
  width: 100%;
21
14
  display: flex;
@@ -24,17 +17,17 @@
24
17
  }
25
18
  :host .wrapper:hover {
26
19
  cursor: pointer;
27
- background-color: var(--popover-menu-background-hover);
20
+ background-color: var(--tds-popover-menu-background-hover);
28
21
  }
29
22
  :host .wrapper.disabled {
30
23
  cursor: not-allowed;
31
- color: var(--popover-menu-item-disabled);
24
+ color: var(--tds-popover-menu-divider-disabled-color);
32
25
  }
33
26
  :host .wrapper.disabled:hover {
34
27
  background-color: inherit;
35
28
  }
36
29
  :host .wrapper.disabled ::slotted(tds-icon) {
37
- color: var(--popover-menu-item-icon-disabled);
30
+ color: var(--tds-popover-menu-divider-disabled-icon-color);
38
31
  }
39
32
  :host .wrapper.disabled ::slotted(*) {
40
33
  pointer-events: none;
@@ -57,6 +50,6 @@
57
50
  height: 100%;
58
51
  top: 0;
59
52
  left: 2px;
60
- outline: 1px solid var(--popover-menu-item-outline-focus);
53
+ outline: 1px solid var(--tds-blue-400);
61
54
  outline-offset: 1px;
62
55
  }
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  overflow: hidden;
4
4
  width: 160px;
5
- background-color: var(--popover-menu-background);
5
+ background-color: var(--tds-popover-menu-background);
6
6
  padding: 16px 6px;
7
7
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15), 0 -1px 1px rgba(0, 0, 0, 0.1);
8
8
  border-radius: 4px;