@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,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
  import { i as inheritAriaAttributes } from './p-0bd4c19c.js';
3
3
  import { d as defineCustomElement$4 } from './p-9ad61cb5.js';
4
- import { d as defineCustomElement$3 } from './p-4cd4e1e3.js';
5
- import { d as defineCustomElement$2 } from './p-4e5ff414.js';
4
+ import { d as defineCustomElement$3 } from './p-6adb1ce3.js';
5
+ import { d as defineCustomElement$2 } from './p-b390ece5.js';
6
6
 
7
7
  const headerHamburgerCss = ":host{color:var(--tds-white)}:host tds-header-item{display:block}:host .icon{position:relative;margin-left:-6px;left:3px;transition:background 0.2s ease-in-out, color 0.2s ease-in-out}@media screen and (min-width: 992px){:host tds-header-item{display:none}:host([persistent]) tds-header-item{display:block}}";
8
8
  const TdsHeaderHamburgerStyle0 = headerHamburgerCss;
@@ -1,4 +1,4 @@
1
- import { T as TdsHeaderItem$1, d as defineCustomElement$1 } from './p-4cd4e1e3.js';
1
+ import { T as TdsHeaderItem$1, d as defineCustomElement$1 } from './p-6adb1ce3.js';
2
2
 
3
3
  const TdsHeaderItem = TdsHeaderItem$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { T as TdsHeaderLauncherButton$1, d as defineCustomElement$1 } from './p-d437241f.js';
1
+ import { T as TdsHeaderLauncherButton$1, d as defineCustomElement$1 } from './p-63437b77.js';
2
2
 
3
3
  const TdsHeaderLauncherButton = TdsHeaderLauncherButton$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
 
3
- const headerLauncherGridItemCss = ":host{display:block;width:96px;height:96px}:host ::slotted(a),:host ::slotted(button){all:unset;box-sizing:border-box;border-right:1px solid var(--tds-nav-item-border-color);width:100%;height:100%;border:none;padding:0 12px;display:flex;text-align:center;justify-content:center;align-items:center;flex-direction:column;gap:8px;font:var(--tds-detail-05);letter-spacing:var(--tds-detail-05-ls);background-color:var(--tds-header-app-launcher-menu-bg);color:var(--tds-header-app-launcher-grid-color);border-radius:4px;transition:background-color 150ms ease}:host ::slotted(a:hover),:host ::slotted(button:hover){background-color:var(--tds-header-app-launcher-grid-hover-background);cursor:pointer}:host ::slotted(a:focus-visible),:host ::slotted(button:focus-visible){outline:var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);box-shadow:0 0 0 1px var(--color-brand-neutral-white);outline-offset:1px}";
3
+ const headerLauncherGridItemCss = ":host{display:block;width:96px;height:96px}:host ::slotted(a),:host ::slotted(button){all:unset;box-sizing:border-box;border-right:1px solid var(--tds-nav-item-border-color);width:100%;height:100%;border:none;padding:0 12px;display:flex;text-align:center;justify-content:center;align-items:center;flex-direction:column;gap:8px;font:var(--tds-detail-05);letter-spacing:var(--tds-detail-05-ls);background-color:var(--tds-header-app-launcher-menu-bg);color:var(--tds-header-app-launcher-grid-color);border-radius:4px;transition:background-color 150ms ease}:host ::slotted(a:hover),:host ::slotted(button:hover){background-color:var(--tds-header-app-launcher-grid-hover-background);cursor:pointer}:host ::slotted(a:focus-visible),:host ::slotted(button:focus-visible){outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}";
4
4
  const TdsHeaderLauncherGridItemStyle0 = headerLauncherGridItemCss;
5
5
 
6
6
  const TdsHeaderLauncherGridItem$1 = /*@__PURE__*/ proxyCustomElement(class TdsHeaderLauncherGridItem extends H {
@@ -1,5 +1,5 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
- import { d as defineCustomElement$2 } from './p-af5310f8.js';
2
+ import { d as defineCustomElement$2 } from './p-71c3dfe9.js';
3
3
 
4
4
  const headerLauncherListItemCss = ":host{display:block;border-bottom:1px solid var(--tds-nav-dropdown-item-border-color)}";
5
5
  const TdsHeaderLauncherListItemStyle0 = headerLauncherListItemCss;
@@ -2,13 +2,13 @@ import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
  import { g as generateUniqueId } from './p-11648030.js';
3
3
  import { i as inheritAriaAttributes } from './p-0bd4c19c.js';
4
4
  import { d as defineCustomElement$7 } from './p-9ad61cb5.js';
5
- import { d as defineCustomElement$6 } from './p-4cd4e1e3.js';
6
- import { d as defineCustomElement$5 } from './p-d437241f.js';
7
- import { d as defineCustomElement$4 } from './p-4e5ff414.js';
8
- import { d as defineCustomElement$3 } from './p-4bf2bec5.js';
5
+ import { d as defineCustomElement$6 } from './p-6adb1ce3.js';
6
+ import { d as defineCustomElement$5 } from './p-63437b77.js';
7
+ import { d as defineCustomElement$4 } from './p-b390ece5.js';
8
+ import { d as defineCustomElement$3 } from './p-df84759a.js';
9
9
  import { d as defineCustomElement$2 } from './p-d3866be7.js';
10
10
 
11
- const headerLauncherCss = ":host{--tds-scrollbar-width-standard:thin;--tds-scrollbar-width:10px;--tds-scrollbar-height:10px;--tds-scrollbar-thumb-border-width:3px;--tds-scrollbar-thumb-border-hover-width:2px}body{scrollbar-width:thin}:host .wrapper{height:var(--tds-header-height);position:relative}:host .wrapper .menu{flex-direction:column;overflow-y:auto;max-height:calc(100vh - var(--tds-header-height));box-shadow:var(--tds-nav-dropdown-menu-box);background-color:var(--tds-header-app-launcher-menu-background);border-radius:0}:host .wrapper .menu:hover::-webkit-scrollbar-thumb{border:var(--tds-scrollbar-thumb-border-hover-width) solid transparent;background:var(--color-foreground-icon-discrete);background-clip:padding-box}:host .wrapper .menu::-webkit-scrollbar{width:var(--tds-scrollbar-width)}:host .wrapper .menu::-webkit-scrollbar-track{background:var(--color-background-layer-01)}:host .wrapper .menu::-webkit-scrollbar-thumb{border-radius:40px;background:var(--color-foreground-icon-discrete);border:var(--tds-scrollbar-thumb-border-width) solid transparent;background-clip:padding-box}:host .wrapper .menu::-webkit-scrollbar-button{height:0;width:0}@supports not selector(::-webkit-scrollbar){:host .wrapper .menu{scrollbar-color:var(--tds-scrollbar-thumb-color) var(--tds-scrollbar-track-color);scrollbar-width:var(--tds-scrollbar-width-standard)}}@media all and (max-width: 384px){:host .wrapper .menu{width:100vw}}:host .wrapper.state-list-type-menu .menu{height:calc(100vh - var(--tds-header-height))}:host .wrapper.state-open .button{position:relative;z-index:901}";
11
+ const headerLauncherCss = ":host{--tds-scrollbar-width-standard:thin;--tds-scrollbar-width:10px;--tds-scrollbar-height:10px;--tds-scrollbar-thumb-border-width:3px;--tds-scrollbar-thumb-border-hover-width:2px}body{scrollbar-width:thin}:host .wrapper{height:var(--tds-header-height);position:relative}:host .wrapper .menu{flex-direction:column;overflow-y:auto;max-height:calc(100vh - var(--tds-header-height));box-shadow:var(--tds-nav-dropdown-menu-box);background-color:var(--tds-header-app-launcher-menu-background);border-radius:0}:host .wrapper .menu:hover::-webkit-scrollbar-thumb{border:var(--tds-scrollbar-thumb-border-hover-width) solid transparent;background:var(--tds-scrollbar-hover-thumb-color);background-clip:padding-box}:host .wrapper .menu::-webkit-scrollbar{width:var(--tds-scrollbar-width)}:host .wrapper .menu::-webkit-scrollbar-track{background:var(--tds-scrollbar-track-color)}:host .wrapper .menu::-webkit-scrollbar-thumb{border-radius:40px;background:var(--tds-scrollbar-thumb-color);border:var(--tds-scrollbar-thumb-border-width) solid transparent;background-clip:padding-box}:host .wrapper .menu::-webkit-scrollbar-button{height:0;width:0}@supports not selector(::-webkit-scrollbar){:host .wrapper .menu{scrollbar-color:var(--tds-scrollbar-thumb-color) var(--tds-scrollbar-track-color);scrollbar-width:var(--tds-scrollbar-width-standard)}}@media all and (max-width: 384px){:host .wrapper .menu{width:100vw}}:host .wrapper.state-list-type-menu .menu{height:calc(100vh - var(--tds-header-height))}:host .wrapper.state-open .button{position:relative;z-index:901}";
12
12
  const TdsHeaderLauncherStyle0 = headerLauncherCss;
13
13
 
14
14
  const TdsHeaderLauncher$1 = /*@__PURE__*/ proxyCustomElement(class TdsHeaderLauncher extends H {
@@ -1,4 +1,4 @@
1
- import { I as Icon, d as defineCustomElement$1 } from './p-4e5ff414.js';
1
+ import { I as Icon, d as defineCustomElement$1 } from './p-b390ece5.js';
2
2
 
3
3
  const TdsIcon = Icon;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
 
3
- const inlineTabCss = ":host{box-sizing:border-box;display:block;position:relative}:host *{box-sizing:border-box}:host ::slotted(*){all:unset;font-family:var(--headline-07-font-family);font-size:var(--headline-07-font-size);line-height:var(--headline-07-line-height);font-weight:var(--headline-07-font-weight);letter-spacing:var(--headline-07-letter-spacing);text-transform:var(--headline-07-text-transform);color:var(--inline-tabs-tab);text-decoration:none;display:block;position:relative;transition:color 0.15s ease-in-out 0s;white-space:nowrap;background-color:transparent;border:0;width:100%;padding:20px 4px}:host ::slotted(*:focus-visible)::before{outline:2px solid var(--inline-tabs-tab-focus);content:\"\";position:absolute;left:0;right:0;top:20px;bottom:20px}:host ::slotted(*:hover){color:var(--inline-tabs-tab-hover)}:host .inline-tab-item:not(.selected)::after{width:0%;transition:width 0.15s ease-in-out 0s}:host .inline-tab-item{position:relative;margin-right:32px}:host .inline-tab-item:hover{cursor:pointer}:host .inline-tab-item:hover::after{width:100%}:host .inline-tab-item::after{background-color:var(--inline-tabs-tab-indicator-hover);content:\" \";position:absolute;bottom:0;right:0;left:0;margin-left:auto;width:0%;margin-right:auto;height:2px;z-index:1}:host .selected ::slotted(*){color:var(--inline-tabs-tab-selected)}:host .selected::after{background-color:var(--inline-tabs-tab-indicator-active);width:100%}:host .disabled{color:var(--inline-tabs-tab-disabled)}:host .disabled ::slotted(*){color:var(--inline-tabs-tab-disabled)}:host .disabled::after{content:none}:host .disabled ::slotted(*:hover){cursor:not-allowed}:host .disabled ::slotted(*:focus-visible){outline:none}:host(.last){margin-right:32px}";
3
+ const inlineTabCss = ":host{box-sizing:border-box;display:block;position:relative}:host *{box-sizing:border-box}:host ::slotted(*){all:unset;font:var(--tds-headline-07) !important;letter-spacing:var(--tds-headline-07-ls) !important;color:var(--tds-navigation-tabs-tab-color);text-decoration:none;display:block;position:relative;transition:color 0.15s ease-in-out 0s;white-space:nowrap;background-color:transparent;border:0;width:100%;padding:20px 4px}:host ::slotted(*:focus-visible)::before{content:\"\";position:absolute;left:0;right:0;top:20px;bottom:20px;outline:2px solid var(--tds-blue-400)}:host .inline-tab-item:not(.selected)::after{width:0%;transition:width 0.15s ease-in-out 0s}:host .inline-tab-item{position:relative;margin-right:32px}:host .inline-tab-item:hover{cursor:pointer}:host .inline-tab-item:hover::after{width:100%}:host .inline-tab-item::after{content:\" \";position:absolute;bottom:0;right:0;left:0;margin-left:auto;width:0%;margin-right:auto;height:2px;background-color:var(--tds-inline-tabs-tab-indicator-background-hover);z-index:1}:host .selected ::slotted(*){color:var(--tds-inline-tabs-tab-color-selected)}:host .selected::after{width:100%;background-color:var(--tds-inline-tabs-tab-indicator-background-active)}:host .disabled{color:var(--tds-inline-tabs-tab-color-disabled)}:host .disabled ::slotted(*){opacity:var(--tds-inline-tabs-tab-color-opacity-disabled)}:host .disabled::after{content:none}:host .disabled ::slotted(*:hover){cursor:not-allowed}:host .disabled ::slotted(*:focus-visible){outline:none}:host(.last){margin-right:32px}";
4
4
  const TdsInlineTabStyle0 = inlineTabCss;
5
5
 
6
6
  const TdsInlineTab$1 = /*@__PURE__*/ proxyCustomElement(class TdsInlineTab extends H {
@@ -34,11 +34,11 @@ const TdsInlineTab$1 = /*@__PURE__*/ proxyCustomElement(class TdsInlineTab exten
34
34
  }
35
35
  }
36
36
  render() {
37
- return (h(Host, { key: 'a907b7c8f2bfcf9f4930fef152a9b6cb8b63c090', "aria-selected": this.selected }, h("div", { key: '6401ba8aaccdf59aaf457d3c6684e1f98119d25b', class: {
37
+ return (h(Host, { key: '496b56fa31a50e26ceea5275e29873d030ea2937', "aria-selected": this.selected }, h("div", { key: 'c67bfb892ea721b1ad329e00453fe62dcf4681c0', class: {
38
38
  'inline-tab-item': true,
39
39
  'selected': this.selected,
40
40
  'disabled': this.disabled,
41
- } }, h("slot", { key: '6bca555b29cac021978fcb5c9feacbc014c731b1' }))));
41
+ } }, h("slot", { key: 'bae7788e0625279f4eb82129da1256fbb7f1c95b' }))));
42
42
  }
43
43
  get host() { return this; }
44
44
  static get style() { return TdsInlineTabStyle0; }
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-28ef5186.js';
2
- import { d as defineCustomElement$2 } from './p-4e5ff414.js';
2
+ import { d as defineCustomElement$2 } from './p-b390ece5.js';
3
3
 
4
- const inlineTabsCss = ":host{box-sizing:border-box;display:flex;position:relative}:host *{box-sizing:border-box}:host::after{border-bottom:1px solid var(--inline-tabs-horizontal-divider);content:\" \";display:block;left:0;right:0;bottom:0;position:absolute}:host .wrapper{display:flex;flex-wrap:nowrap;white-space:nowrap;width:100%;overflow-x:scroll;scrollbar-width:none;gap:16px}:host .wrapper::-webkit-scrollbar{display:none}:host .scroll-right-button{right:0;z-index:1}:host .scroll-left-button{left:0;z-index:1}:host .scroll-right-button,:host .scroll-left-button{background-color:var(--inline-tabs-scroll-button);color:var(--inline-tabs-scroll-button-text);cursor:pointer;border:0;width:0;display:none;justify-content:center;align-items:center;opacity:0;pointer-events:none;position:sticky}:host .scroll-right-button.show,:host .scroll-left-button.show{min-width:48px;display:block;opacity:1;pointer-events:all}:host .scroll-right-button svg,:host .scroll-left-button svg{fill:var(--inline-tabs-scroll-button-text)}";
4
+ const inlineTabsCss = ":host{box-sizing:border-box;display:flex;background-color:var(--tds-inline-tabs-background);position:relative}:host *{box-sizing:border-box}:host::after{content:\" \";display:block;border-bottom:1px solid var(--tds-inline-tabs-horizontal-divider-background);left:0;right:0;bottom:0;position:absolute}:host .wrapper{display:flex;flex-wrap:nowrap;white-space:nowrap;width:100%;overflow-x:scroll;scrollbar-width:none;gap:16px}:host .wrapper::-webkit-scrollbar{display:none}:host .scroll-right-button{right:0;z-index:1}:host .scroll-left-button{left:0;z-index:1}:host .scroll-right-button,:host .scroll-left-button{color:var(--tds-folder-tabs-scroll-btn-color);cursor:pointer;border:0;width:0;background-color:var(--tds-inline-tabs-scroll-btn-background);display:none;justify-content:center;align-items:center;opacity:0;pointer-events:none;position:sticky}:host .scroll-right-button.show,:host .scroll-left-button.show{min-width:48px;display:block;opacity:1;pointer-events:all}:host .scroll-right-button:hover,:host .scroll-left-button:hover{background-color:var(--tds-folder-tabs-scroll-btn-background-hover)}:host .scroll-right-button:active,:host .scroll-left-button:active{background-color:var(--tds-folder-tabs-scroll-btn-background-active)}:host .scroll-right-button:focus,:host .scroll-left-button:focus{outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}:host .scroll-right-button svg,:host .scroll-left-button svg{fill:var(--tds-folder-tabs-scroll-btn-color)}";
5
5
  const TdsInlineTabsStyle0 = inlineTabsCss;
6
6
 
7
7
  const TdsInlineTabs$1 = /*@__PURE__*/ proxyCustomElement(class TdsInlineTabs extends H {
@@ -175,9 +175,9 @@ const TdsInlineTabs$1 = /*@__PURE__*/ proxyCustomElement(class TdsInlineTabs ext
175
175
  this.removeEventListenerFromTabs();
176
176
  }
177
177
  render() {
178
- return (h(Host, { key: 'ffa1e0a85855080f19e5beadf00dd608728574f1', role: "tablist", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: '98bc41d5bc921882facd666c207e57c1d5b1a087', class: "wrapper", ref: (el) => {
178
+ return (h(Host, { key: '9fa2d8cb54ac480fb5875432440506b0c12efaa5', role: "tablist", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: 'aecb68d56088f84e271f3c829c84da4e732df9b8', class: "wrapper", ref: (el) => {
179
179
  this.navWrapperElement = el;
180
- }, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: 'd500b299f2758ec13c4451859c51e9a961c42039', "aria-label": this.tdsScrollLeftAriaLabel, class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: 'd84805f953384f3f59ec26ff74b79b84885bb4d4', name: "chevron_left", size: "20px" })), h("slot", { key: 'd392fafeb4bf2f7bb129a2e55eddee128ebd2ce7', onSlotchange: () => this.handleSlotChange() }), h("button", { key: 'ceada0ebd126600199b675bc5251762e29f6b4d6', "aria-label": this.tdsScrollRightAriaLabel, class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: '9175ce89c1c65a3ab7cd779483020555161e530f', name: "chevron_right", size: "20px" })))));
180
+ }, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: '9b97d342cfe66209063b504b49480d587cd626d5', "aria-label": this.tdsScrollLeftAriaLabel, class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: 'a447ce946eb5bc02a2527f210322aa76ca5ad5b8', name: "chevron_left", size: "20px" })), h("slot", { key: '1df34e68bbea35ef76de48e7b8fe96b3a8655792', onSlotchange: () => this.handleSlotChange() }), h("button", { key: '7c753dd66c173265c32a7b49197df12fbecc78d1', "aria-label": this.tdsScrollRightAriaLabel, class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: 'f76934b67470db5ff6ddb6fbae86f87fd3d0bdee', name: "chevron_right", size: "20px" })))));
181
181
  }
182
182
  get host() { return this; }
183
183
  static get watchers() { return {
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-28ef5186.js';
2
2
 
3
- const linkCss = ":host{display:inline}:host ::slotted(*){all:unset;cursor:pointer;outline:none;color:var(--link);text-decoration:underline}:host ::slotted(*:focus-visible){outline:var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);box-shadow:0 0 0 1px var(--color-brand-neutral-white);outline-offset:1px;outline-width:var(--link-focus-outline-width);color:var(--link);text-decoration:none}:host ::slotted(*:active){color:var(--link);text-decoration:underline;text-decoration-color:var(--link)}:host ::slotted(*:hover){color:var(--link-hover);text-decoration:underline;text-decoration-color:var(--link-hover)}:host ::slotted(*:visited){color:var(--link-visited);text-decoration-color:var(--link-visited)}.disabled ::slotted(*),.disabled ::slotted(*:visited){color:var(--link-disabled);text-decoration-color:var(--link-disabled);pointer-events:none}.no-underline ::slotted(*){text-decoration:none}.no-underline:hover ::slotted(*){text-decoration:none}.standalone ::slotted(*){font-family:var(--detail-02-font-family);font-size:var(--detail-02-font-size);line-height:var(--detail-02-line-height);font-weight:var(--detail-02-font-weight);letter-spacing:var(--detail-02-letter-spacing);text-transform:var(--detail-02-text-transform)}";
3
+ const linkCss = ":host{display:inline}:host ::slotted(*){all:unset;cursor:pointer;outline:none;color:var(--tds-link);text-decoration:underline}:host ::slotted(*:focus-visible){color:var(--tds-link-focus);text-decoration:none;outline:2px solid var(--tds-link-focus);outline-offset:-2px}:host ::slotted(*:active){color:var(--tds-link);text-decoration:underline;text-decoration-color:var(--tds-link)}:host ::slotted(*:hover){color:var(--tds-link-hover);text-decoration:underline;text-decoration-color:var(--tds-link-hover)}:host ::slotted(*:visited){color:var(--tds-link-visited);text-decoration-color:var(--tds-link-visited)}.disabled ::slotted(*),.disabled ::slotted(*:visited){color:var(--tds-link-disabled);text-decoration-color:var(--tds-link-disabled);pointer-events:none}.no-underline ::slotted(*){text-decoration:none}.no-underline:hover ::slotted(*){text-decoration:none}.standalone ::slotted(*){font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls)}";
4
4
  const TdsLinkStyle0 = linkCss;
5
5
 
6
6
  const TdsLink$1 = /*@__PURE__*/ proxyCustomElement(class TdsLink extends H {
@@ -1,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
  import { g as generateUniqueId } from './p-11648030.js';
3
- import { d as defineCustomElement$2 } from './p-4e5ff414.js';
3
+ import { d as defineCustomElement$2 } from './p-b390ece5.js';
4
4
 
5
- const messageCss = ":host{}:host .tds-mode-variant-primary{--message-main-background:var(--message-mode-primary-background)}:host .tds-mode-variant-secondary{--message-main-background:var(--message-mode-secondary-background)}:host tds-icon{padding-right:16px}:host .content{display:flex;flex-direction:column;gap:4px;color:var(--message-main-text-color);padding:2px 0}:host .content .header{font-family:var(--headline-07-font-family);font-size:var(--headline-07-font-size);line-height:var(--headline-07-line-height);font-weight:var(--headline-07-font-weight);letter-spacing:var(--headline-07-letter-spacing);text-transform:var(--headline-07-text-transform)}:host .content .extended-message{font-family:var(--detail-02-font-family);font-size:var(--detail-02-font-size);line-height:var(--detail-02-line-height);font-weight:var(--detail-02-font-weight);letter-spacing:var(--detail-02-letter-spacing);text-transform:var(--detail-02-text-transform);color:var(--message-main-text-color)}:host .wrapper{display:flex;padding:16px;background-color:var(--message-main-background);border-radius:4px;border-left-width:4px;border-left-style:solid}:host .wrapper.information{border-left-color:var(--message-info-border-color)}:host .wrapper.information tds-icon{color:var(--message-info-icon-color)}:host .wrapper.success{border-left-color:var(--message-success-border-color)}:host .wrapper.success tds-icon{color:var(--message-success-icon-color)}:host .wrapper.error{border-left-color:var(--message-error-border-color);background-color:var(--message-error-background)}:host .wrapper.error tds-icon{color:var(--message-error-icon-color)}:host .wrapper.warning{border-left-color:var(--message-warning-border-color)}:host .wrapper.warning tds-icon{color:var(--message-warning-icon-color)}:host .wrapper.minimal{border:none;padding:0;background-color:transparent}:host .wrapper.minimal .header{font-family:var(--detail-02-font-family);font-size:var(--detail-02-font-size);line-height:var(--detail-02-line-height);font-weight:var(--detail-02-font-weight);letter-spacing:var(--detail-02-letter-spacing);text-transform:var(--detail-02-text-transform)}:host .wrapper.minimal.error .header{color:var(--message-error-header-text-color)}";
5
+ const messageCss = ":host{--tds-message-background:var(--background-elevation-layer-03);--tds-message-background-error:var(--system-danger-subtle-03);--tds-message-background-warning:var(--background-elevation-layer-03);--tds-message-background-success:var(--background-elevation-layer-03);}:host .tds-mode-variant-primary{--tds-message-background:var(--background-elevation-layer-03);--tds-message-background-error:var(--system-danger-subtle-03);--tds-message-background-warning:var(--background-elevation-layer-03);--tds-message-background-success:var(--background-elevation-layer-03)}:host .tds-mode-variant-secondary{--tds-message-background:var(--background-elevation-layer-02);--tds-message-background-error:var(--system-danger-subtle-02);--tds-message-background-warning:var(--background-elevation-layer-02);--tds-message-background-success:var(--background-elevation-layer-02)}:host .wrapper{display:flex;padding:16px;background-color:var(--tds-message-background);border-radius:4px}:host .wrapper.information{border-left:4px solid var(--system-info-default)}:host .wrapper.information tds-icon{color:var(--system-info-default)}:host .wrapper.success{background-color:var(--tds-message-background-success);border-left:4px solid var(--system-success-default)}:host .wrapper.success tds-icon{color:var(--system-success-default)}:host .wrapper.error{background-color:var(--tds-message-background-error);border-left:4px solid var(--system-danger-default)}:host .wrapper.error tds-icon{color:var(--system-danger-default)}:host .wrapper.warning{background-color:var(--tds-message-background-warning);border-left:4px solid var(--system-warning-default)}:host .wrapper.warning tds-icon{color:var(--system-warning-default)}:host .wrapper.minimal{border:none;padding:0;background-color:transparent}:host .wrapper.minimal .header{font-family:var(--detail-02-font-family);font-size:var(--detail-02-font-size);line-height:var(--detail-02-line-height);font-weight:var(--detail-02-font-weight);letter-spacing:var(--detail-02-letter-spacing);text-transform:var(--detail-02-text-transform)}:host .wrapper.minimal.error .header{color:var(--system-danger-default)}:host tds-icon{padding-right:16px}:host .content{display:flex;flex-direction:column;gap:4px;color:var(--foreground-text-strong);padding:2px 0}:host .content .header{font-family:var(--headline-07-font-family);font-size:var(--headline-07-font-size);line-height:var(--headline-07-line-height);font-weight:var(--headline-07-font-weight);letter-spacing:var(--headline-07-letter-spacing);text-transform:var(--headline-07-text-transform)}:host .content .extended-message{color:var(--foreground-text-strong);font-family:var(--detail-02-font-family);font-size:var(--detail-02-font-size);line-height:var(--detail-02-line-height);font-weight:var(--detail-02-font-weight);letter-spacing:var(--detail-02-letter-spacing);text-transform:var(--detail-02-text-transform)}";
6
6
  const TdsMessageStyle0 = messageCss;
7
7
 
8
8
  const TdsMessage$1 = /*@__PURE__*/ proxyCustomElement(class TdsMessage extends H {
@@ -1,9 +1,9 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-28ef5186.js';
2
2
  import { h as hasSlot } from './p-ae110fc2.js';
3
3
  import { g as generateUniqueId } from './p-11648030.js';
4
- import { d as defineCustomElement$2 } from './p-4e5ff414.js';
4
+ import { d as defineCustomElement$2 } from './p-b390ece5.js';
5
5
 
6
- const modalCss = ".tds-modal{box-sizing:border-box;background-color:var(--modal-background);box-shadow:var(--modal-shadow);margin:auto;position:relative;border-radius:4px;max-height:85vh;overflow-y:auto;pointer-events:auto}.tds-modal *{box-sizing:border-box}.tds-modal::-webkit-scrollbar{width:6px;background-color:transparent}.tds-modal::-webkit-scrollbar-track{background-color:transparent}.tds-modal::-webkit-scrollbar-thumb{background-color:var(--modal-scroll-bar-thumb);border-radius:3px}.tds-modal__actions-sticky{overflow:hidden;display:flex;flex-direction:column}.tds-modal__actions-sticky .body{font-family:var(--body-01-font-family);font-size:var(--body-01-font-size);line-height:var(--body-01-line-height);font-weight:var(--body-01-font-weight);letter-spacing:var(--body-01-letter-spacing);text-transform:var(--body-01-text-transform);max-height:calc(85vh - 36px);overflow-y:auto}.tds-modal__actions-sticky slot[name=actions]{bottom:-1px;left:0;right:0;background-color:var(--modal-background);padding:24px 16px 16px;display:flex;gap:16px}.tds-modal__actions-static slot[name=actions]{background-color:var(--modal-background);display:flex;gap:16px;padding:24px 16px 16px}@media (min-width: 320px){.tds-modal-xs{width:100%}.tds-modal-sm{width:100%}.tds-modal-md{width:100%}.tds-modal-lg{width:100%}}@media (min-width: 672px){.tds-modal-xs{width:50%}.tds-modal-sm{width:62.5%}.tds-modal-md{width:75%}.tds-modal-lg{width:100%}}@media (min-width: 1056px){.tds-modal-xs{width:31.25%}.tds-modal-sm{width:43.75%}.tds-modal-md{width:62.5%}.tds-modal-lg{width:75%}}@media (min-width: 1312px){.tds-modal-xs{width:31.25%}.tds-modal-sm{width:37.5%}.tds-modal-md{width:62.5%}.tds-modal-lg{width:75%}}@media (min-width: 1584px){.tds-modal-xs{width:25%}.tds-modal-sm{width:37.5%}.tds-modal-md{width:50%}.tds-modal-lg{width:75%}}@media (max-width: 320px){.tds-modal-md,.tds-modal-lg,.tds-modal-sm{height:100%}.tds-modal-md slot[name=actions]::slotted(*),.tds-modal-lg slot[name=actions]::slotted(*),.tds-modal-sm slot[name=actions]::slotted(*){display:flex}}.header{display:flex;padding:16px;position:sticky;top:0;background-color:var(--modal-background);z-index:1}.header,slot[name=header]::slotted(*){font-family:var(--headline-05-font-family);font-size:var(--headline-05-font-size);line-height:var(--headline-05-line-height);font-weight:var(--headline-05-font-weight);letter-spacing:var(--headline-05-letter-spacing);text-transform:var(--headline-05-text-transform);color:var(--modal-text);margin:0;flex:1}.body{font-family:var(--body-01-font-family);font-size:var(--body-01-font-size);line-height:var(--body-01-line-height);font-weight:var(--body-01-font-weight);letter-spacing:var(--body-01-letter-spacing);text-transform:var(--body-01-text-transform);color:var(--modal-text);overflow-y:visible;padding:0 16px 16px}.body::-webkit-scrollbar{width:6px;background-color:transparent}.body::-webkit-scrollbar-track{background-color:transparent}.body::-webkit-scrollbar-thumb{background-color:var(--modal-scroll-bar-thumb);border-radius:3px}.tds-modal-backdrop{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--modal-backdrop);pointer-events:auto}.tds-modal-backdrop *{box-sizing:border-box}button.tds-modal-close{margin:0 0 auto auto;background-color:transparent;border:0;padding:0;appearance:unset}.tds-modal-close{display:inline-block;height:auto;color:var(--modal-text);cursor:pointer}.tds-modal-close:focus{outline:var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);box-shadow:0 0 0 1px var(--color-brand-neutral-white);outline-offset:1px}@media (min-width: 320px){.tds-modal-close{margin-left:16px}}@media (min-width: 1056px){.tds-modal-close{margin-left:48px}}.tds-modal-close-btn{display:inline-block;height:auto;background-repeat:no-repeat;cursor:pointer}@media (min-width: 320px){.tds-modal-close-btn{margin-left:16px}}@media (min-width: 1056px){.tds-modal-close-btn{margin-left:48px}}.tds-modal-close-btn svg{fill:var(--modal-cross-svg)}.tds-modal-overflow{overflow:hidden}:host{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;padding:0 16px;z-index:700;pointer-events:none}:host *{box-sizing:border-box}:host .tds-modal-close{border:none;background-color:transparent}:host .tds-modal-close-btn{border:none;background-color:transparent}@media (max-width: 320px){:host{padding:0}}:host.show{display:flex}:host.hide{display:none}:host(.show){display:flex}:host(.hide){display:none}";
6
+ const modalCss = ".tds-modal{box-sizing:border-box;box-shadow:var(--tds-modal-box-shadow);background-color:var(--background-elevation-layer-02);margin:auto;position:relative;border-radius:var(--radius-narrow);max-height:85vh;overflow-y:auto;pointer-events:auto}.tds-modal *{box-sizing:border-box}.tds-modal::-webkit-scrollbar{width:6px;background-color:transparent}.tds-modal::-webkit-scrollbar-track{background-color:transparent}.tds-modal::-webkit-scrollbar-thumb{background-color:var(--foreground-elements-transparparent-discrete);border-radius:3px}.tds-modal__actions-sticky{overflow:hidden;display:flex;flex-direction:column}.tds-modal__actions-sticky .body{font-family:var(--body-01-font-family);font-size:var(--body-01-font-size);line-height:var(--body-01-line-height);font-weight:var(--body-01-font-weight);letter-spacing:var(--body-01-letter-spacing);text-transform:var(--body-01-text-transform);max-height:calc(85vh - 36px);overflow-y:auto}.tds-modal__actions-sticky slot[name=actions]{bottom:-1px;left:0;right:0;background-color:var(--background-elevation-layer-02);padding:24px 16px 16px;display:flex;gap:16px}.tds-modal__actions-static slot[name=actions]{background-color:var(--background-elevation-layer-02);display:flex;gap:16px;padding:24px 16px 16px}@media (min-width: 320px){.tds-modal-xs{width:100%}.tds-modal-sm{width:100%}.tds-modal-md{width:100%}.tds-modal-lg{width:100%}}@media (min-width: 672px){.tds-modal-xs{width:50%}.tds-modal-sm{width:62.5%}.tds-modal-md{width:75%}.tds-modal-lg{width:100%}}@media (min-width: 1056px){.tds-modal-xs{width:31.25%}.tds-modal-sm{width:43.75%}.tds-modal-md{width:62.5%}.tds-modal-lg{width:75%}}@media (min-width: 1312px){.tds-modal-xs{width:31.25%}.tds-modal-sm{width:37.5%}.tds-modal-md{width:62.5%}.tds-modal-lg{width:75%}}@media (min-width: 1584px){.tds-modal-xs{width:25%}.tds-modal-sm{width:37.5%}.tds-modal-md{width:50%}.tds-modal-lg{width:75%}}@media (max-width: 320px){.tds-modal-md,.tds-modal-lg,.tds-modal-sm{height:100%}.tds-modal-md slot[name=actions]::slotted(*),.tds-modal-lg slot[name=actions]::slotted(*),.tds-modal-sm slot[name=actions]::slotted(*){display:flex}}.header{display:flex;padding:16px;position:sticky;top:0;background-color:var(--background-elevation-layer-02);z-index:1}.header,slot[name=header]::slotted(*){font-family:var(--headline-05-font-family);font-size:var(--headline-05-font-size);line-height:var(--headline-05-line-height);font-weight:var(--headline-05-font-weight);letter-spacing:var(--headline-05-letter-spacing);text-transform:var(--headline-05-text-transform);color:var(--foreground-text-strong);margin:0;flex:1}.body{font-family:var(--body-01-font-family);font-size:var(--body-01-font-size);line-height:var(--body-01-line-height);font-weight:var(--body-01-font-weight);letter-spacing:var(--body-01-letter-spacing);text-transform:var(--body-01-text-transform);color:var(--foreground-text-strong);overflow-y:visible;padding:0 16px 16px}.body::-webkit-scrollbar{width:6px;background-color:transparent}.body::-webkit-scrollbar-track{background-color:transparent}.body::-webkit-scrollbar-thumb{background-color:var(--foreground-elements-transparparent-discrete);border-radius:3px}.tds-modal-backdrop{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--tds-modal-backdrop-background);pointer-events:auto}.tds-modal-backdrop *{box-sizing:border-box}button.tds-modal-close{margin:0 0 auto auto;background-color:transparent;border:0;padding:0;appearance:unset}.tds-modal-close{display:inline-block;height:auto;color:var(--foreground-text-strong);cursor:pointer}.tds-modal-close:focus{outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}@media (min-width: 320px){.tds-modal-close{margin-left:16px}}@media (min-width: 1056px){.tds-modal-close{margin-left:48px}}.tds-modal-close-btn{display:inline-block;height:auto;background-repeat:no-repeat;cursor:pointer}@media (min-width: 320px){.tds-modal-close-btn{margin-left:16px}}@media (min-width: 1056px){.tds-modal-close-btn{margin-left:48px}}.tds-modal-close-btn svg{fill:var(--foreground-text-strong)}.tds-modal-overflow{overflow:hidden}:host{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;padding:0 16px;z-index:700;pointer-events:none}:host *{box-sizing:border-box}:host .tds-modal-close{border:none;background-color:transparent}:host .tds-modal-close-btn{border:none;background-color:transparent}@media (max-width: 320px){:host{padding:0}}:host.show{display:flex}:host.hide{display:none}:host(.show){display:flex}:host(.hide){display:none}";
7
7
  const TdsModalStyle0 = modalCss;
8
8
 
9
9
  const TdsModal$1 = /*@__PURE__*/ proxyCustomElement(class TdsModal extends H {
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
 
3
- const navigationTabCss = ":host{box-sizing:border-box;display:block}:host *{box-sizing:border-box}:host ::slotted(*){all:unset;font-family:var(--headline-07-font-family);font-size:var(--headline-07-font-size);line-height:var(--headline-07-line-height);font-weight:var(--headline-07-font-weight);letter-spacing:var(--headline-07-letter-spacing);text-transform:var(--headline-07-text-transform);color:var(--navigation-tabs-tab);text-decoration:none;display:block;position:relative;transition:color 0.15s ease-in-out 0s;white-space:nowrap;background-color:transparent;border:0;width:100%;padding:26px 4px}:host ::slotted(*:focus-visible)::before{outline:2px solid var(--color-foreground-border-accent-focus);content:\"\";position:absolute;left:0;right:0;top:26px;bottom:26px}:host ::slotted(*:hover){color:var(--navigation-tabs-tab-hover)}:host ::slotted(*:focus-visible){color:var(--navigation-tabs-tab-focus)}:host .navigation-tab-item:not(.selected)::after{width:0%;transition:width 0.15s ease-in-out 0s}:host .navigation-tab-item{position:relative;margin-right:32px}:host .navigation-tab-item:hover{cursor:pointer}:host .navigation-tab-item:hover::after{width:100%}:host .navigation-tab-item::after{background-color:var(--navigation-tabs-tab-indicator-hover);content:\" \";position:absolute;bottom:0;right:0;left:0;margin-left:auto;width:0%;margin-right:auto;height:2px;z-index:1}:host .selected ::slotted(*){color:var(--navigation-tabs-tab-selected)}:host .selected::after{background-color:var(--navigation-tabs-tab-indicator-active);width:100%}:host .disabled{color:var(--navigation-tabs-tab-disabled)}:host .disabled ::slotted(*){color:var(--navigation-tabs-tab-disabled)}:host .disabled::after{content:none}:host .disabled ::slotted(*:hover){cursor:not-allowed}:host .disabled ::slotted(*:focus-visible){outline:none}:host(.last){margin-right:32px}";
3
+ const navigationTabCss = ":host{box-sizing:border-box;display:block}:host *{box-sizing:border-box}:host ::slotted(*){all:unset;font:var(--tds-headline-07) !important;letter-spacing:var(--tds-headline-07-ls) !important;color:var(--tds-navigation-tabs-tab-color) !important;text-decoration:none;display:block;position:relative;transition:color 0.15s ease-in-out 0s;white-space:nowrap;background-color:transparent;border:0;width:100%;padding:26px 4px}:host ::slotted(*:focus-visible)::before{content:\"\";position:absolute;left:0;right:0;top:26px;bottom:26px;outline:2px solid var(--tds-blue-400)}:host .navigation-tab-item:not(.selected)::after{width:0%;transition:width 0.15s ease-in-out 0s}:host .navigation-tab-item{position:relative;margin-right:32px}:host .navigation-tab-item:hover{cursor:pointer}:host .navigation-tab-item:hover::after{width:100%}:host .navigation-tab-item::after{content:\" \";position:absolute;bottom:0;right:0;left:0;margin-left:auto;width:0%;margin-right:auto;height:2px;background-color:var(--tds-navigation-tabs-tab-indicator-background-hover);z-index:1}:host .selected ::slotted(*){color:var(--tds-navigation-tabs-tab-color-selected)}:host .selected::after{width:100%;background-color:var(--tds-navigation-tabs-tab-indicator-background-active)}:host .disabled{color:var(--tds-navigation-tabs-tab-color-disabled)}:host .disabled ::slotted(*){opacity:var(--tds-navigation-tabs-tab-color-opacity-disabled)}:host .disabled::after{content:none}:host .disabled ::slotted(*:hover){cursor:not-allowed}:host .disabled ::slotted(*:focus-visible){outline:none}:host(.last){margin-right:32px}";
4
4
  const TdsNavigationTabStyle0 = navigationTabCss;
5
5
 
6
6
  const TdsNavigationTab$1 = /*@__PURE__*/ proxyCustomElement(class TdsNavigationTab extends H {
@@ -34,8 +34,8 @@ const TdsNavigationTab$1 = /*@__PURE__*/ proxyCustomElement(class TdsNavigationT
34
34
  }
35
35
  }
36
36
  render() {
37
- return (h(Host, { key: 'dc5a2d7616f927f2519664e4f98674b995889789' }, h("div", { key: '0a6aab0c2eeb77b1376a0d0abfbd4d825cf9449e', class: `navigation-tab-item ${this.selected ? 'selected' : ''}
38
- ${this.disabled ? 'disabled' : ''}` }, h("slot", { key: '6525c55249fb9fff0db0b1fc8140339f7550e838' }))));
37
+ return (h(Host, { key: '28ba6f5bedc4f2a31e5011e37bf92d3b38fa8abe' }, h("div", { key: 'ac5aad203d8a13dc42a8f9e99b2ccdd7c784c9af', class: `navigation-tab-item ${this.selected ? 'selected' : ''}
38
+ ${this.disabled ? 'disabled' : ''}` }, h("slot", { key: 'da6292612753748f6cac68e0b282ecde642cb5b5' }))));
39
39
  }
40
40
  get host() { return this; }
41
41
  static get style() { return TdsNavigationTabStyle0; }
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-28ef5186.js';
2
- import { d as defineCustomElement$2 } from './p-4e5ff414.js';
2
+ import { d as defineCustomElement$2 } from './p-b390ece5.js';
3
3
 
4
- const navigationTabsCss = ":host{box-sizing:border-box;background-color:var(--navigation-tabs);display:flex;position:relative}:host *{box-sizing:border-box}:host::after{border-bottom:1px solid var(--navigation-tabs-horizontal-divider);content:\" \";display:block;left:0;right:0;bottom:0;position:absolute}:host .wrapper{display:flex;flex-wrap:nowrap;white-space:nowrap;width:100%;overflow-x:scroll;scrollbar-width:none;gap:16px}:host .wrapper::-webkit-scrollbar{display:none}:host .scroll-right-button{right:0;z-index:1}:host .scroll-left-button{left:0;z-index:1}:host .scroll-right-button,:host .scroll-left-button{background-color:var(--navigation-tabs-scroll-button);color:var(--navigation-tabs-scroll-button-icon);cursor:pointer;border:0;width:0;display:none;justify-content:center;align-items:center;opacity:0;pointer-events:none;position:sticky}:host .scroll-right-button.show,:host .scroll-left-button.show{min-width:48px;display:block;opacity:1;pointer-events:all}:host .scroll-right-button svg,:host .scroll-left-button svg{fill:var(--navigation-tabs-scroll-button-color)}";
4
+ const navigationTabsCss = ":host{box-sizing:border-box;display:flex;background-color:var(--tds-navigation-tabs-background);position:relative}:host *{box-sizing:border-box}:host::after{content:\" \";display:block;border-bottom:1px solid var(--tds-navigation-tabs-horizontal-divider-background);left:0;right:0;bottom:0;position:absolute}:host .wrapper{display:flex;flex-wrap:nowrap;white-space:nowrap;width:100%;overflow-x:scroll;scrollbar-width:none;gap:16px}:host .wrapper::-webkit-scrollbar{display:none}:host .scroll-right-button{right:0;z-index:1}:host .scroll-left-button{left:0;z-index:1}:host .scroll-right-button,:host .scroll-left-button{color:var(--tds-folder-tabs-scroll-btn-color);cursor:pointer;border:0;width:0;background-color:var(--tds-inline-tabs-scroll-btn-background);display:none;justify-content:center;align-items:center;opacity:0;pointer-events:none;position:sticky}:host .scroll-right-button.show,:host .scroll-left-button.show{min-width:48px;display:block;opacity:1;pointer-events:all}:host .scroll-right-button:hover,:host .scroll-left-button:hover{background-color:var(--tds-folder-tabs-scroll-btn-background-hover)}:host .scroll-right-button:active,:host .scroll-left-button:active{background-color:var(--tds-folder-tabs-scroll-btn-background-active)}:host .scroll-right-button:focus,:host .scroll-left-button:focus{outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}:host .scroll-right-button svg,:host .scroll-left-button svg{fill:var(--tds-folder-tabs-scroll-btn-color)}";
5
5
  const TdsNavigationTabsStyle0 = navigationTabsCss;
6
6
 
7
7
  const TdsNavigationTabs$1 = /*@__PURE__*/ proxyCustomElement(class TdsNavigationTabs extends H {
@@ -175,15 +175,15 @@ const TdsNavigationTabs$1 = /*@__PURE__*/ proxyCustomElement(class TdsNavigation
175
175
  this.removeEventListenerFromTabs();
176
176
  }
177
177
  render() {
178
- return (h(Host, { key: '510a2d554f93a011f5281730aa6ef7a91112f683', role: "tablist", class: { [`tds-mode-variant-${this.modeVariant}`]: this.modeVariant !== null } }, h("div", { key: '56cebbe8cc41c197c5c0ff521e3cad213355907c', class: "wrapper", ref: (el) => {
178
+ return (h(Host, { key: '2fc278cacc04614ca43b70f52b12f79b31227fbb', role: "tablist", class: { [`tds-mode-variant-${this.modeVariant}`]: this.modeVariant !== null } }, h("div", { key: '50357810903ea3bff83fde4478960de0866c7c15', class: "wrapper", ref: (el) => {
179
179
  this.navWrapperElement = el;
180
- }, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: '74a5fb3b9b09987d7e9f368ecdf4dc3af49e9128', "aria-label": this.tdsScrollLeftAriaLabel, class: {
180
+ }, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: 'b5b05a2f9bce1618c71594cf388dc83efce98915', "aria-label": this.tdsScrollLeftAriaLabel, class: {
181
181
  'scroll-left-button': true,
182
182
  'show': this.showLeftScroll,
183
- }, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: 'a14c88213417a161d90cb3db00105c63e5aab2e0', name: "chevron_left", size: "20px" })), h("slot", { key: 'c8eb07f136a9057a7962957a0bcc8bf1ababb579', onSlotchange: () => this.handleSlotChange() }), h("button", { key: '7a681cbdbacc3f2e536035910d3f486cdff738f0', "aria-label": this.tdsScrollRightAriaLabel, class: {
183
+ }, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: 'aad19852d36ff8e1642ba464f9618a57ff37169c', name: "chevron_left", size: "20px" })), h("slot", { key: '3dcf0d7e6900df33a69863868a3a48dcb4aa8141', onSlotchange: () => this.handleSlotChange() }), h("button", { key: '352539955226aecf92deb0c0db83c42a5b021e43', "aria-label": this.tdsScrollRightAriaLabel, class: {
184
184
  'scroll-right-button': true,
185
185
  'show': this.showRightScroll,
186
- }, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: '93e3d0530d4402b249f8f3da4541bac913b15ff6', name: "chevron_right", size: "20px" })))));
186
+ }, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: '0e3fe531374dd82b6ee5de1a5a1bea4a38e03500', name: "chevron_right", size: "20px" })))));
187
187
  }
188
188
  get host() { return this; }
189
189
  static get watchers() { return {
@@ -1,4 +1,4 @@
1
- import { T as TdsPopoverCanvas$1, d as defineCustomElement$1 } from './p-4bf2bec5.js';
1
+ import { T as TdsPopoverCanvas$1, d as defineCustomElement$1 } from './p-df84759a.js';
2
2
 
3
3
  const TdsPopoverCanvas = TdsPopoverCanvas$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
 
3
- const popoverMenuItemCss = ":host{box-sizing:border-box;display:block}:host *{box-sizing:border-box}:host .wrapper{font-family:var(--detail-02-font-family);font-size:var(--detail-02-font-size);line-height:var(--detail-02-line-height);font-weight:var(--detail-02-font-weight);letter-spacing:var(--detail-02-letter-spacing);text-transform:var(--detail-02-text-transform);color:var(--popover-menu-text);position:relative;width:100%;display:flex;align-items:center;transition:background-color var(--tds-motion-duration-fast-02) var(--tds-motion-easing-easy)}:host .wrapper:hover{cursor:pointer;background-color:var(--popover-menu-background-hover)}:host .wrapper.disabled{cursor:not-allowed;color:var(--popover-menu-item-disabled)}:host .wrapper.disabled:hover{background-color:inherit}:host .wrapper.disabled ::slotted(tds-icon){color:var(--popover-menu-item-icon-disabled)}:host .wrapper.disabled ::slotted(*){pointer-events:none}:host ::slotted(*:not(tds-icon)){all:unset;width:100%;display:inline-flex;display:flex;align-items:center;gap:10px;padding:10px 16px}:host ::slotted(*:focus-visible)::before{z-index:-1;content:\"\";display:block;position:absolute;width:calc(100% - 4px);height:100%;top:0;left:2px;outline:1px solid var(--popover-menu-item-outline-focus);outline-offset:1px}";
3
+ const popoverMenuItemCss = ":host{box-sizing:border-box;display:block}:host *{box-sizing:border-box}:host .wrapper{font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);color:var(--tds-popover-menu-color);position:relative;width:100%;display:flex;align-items:center;transition:background-color var(--tds-motion-duration-fast-02) var(--tds-motion-easing-easy)}:host .wrapper:hover{cursor:pointer;background-color:var(--tds-popover-menu-background-hover)}:host .wrapper.disabled{cursor:not-allowed;color:var(--tds-popover-menu-divider-disabled-color)}:host .wrapper.disabled:hover{background-color:inherit}:host .wrapper.disabled ::slotted(tds-icon){color:var(--tds-popover-menu-divider-disabled-icon-color)}:host .wrapper.disabled ::slotted(*){pointer-events:none}:host ::slotted(*:not(tds-icon)){all:unset;width:100%;display:inline-flex;display:flex;align-items:center;gap:10px;padding:10px 16px}:host ::slotted(*:focus-visible)::before{z-index:-1;content:\"\";display:block;position:absolute;width:calc(100% - 4px);height:100%;top:0;left:2px;outline:1px solid var(--tds-blue-400);outline-offset:1px}";
4
4
  const TdsPopoverMenuItemStyle0 = popoverMenuItemCss;
5
5
 
6
6
  const TdsPopoverMenuItem$1 = /*@__PURE__*/ proxyCustomElement(class TdsPopoverMenuItem extends H {
@@ -2,7 +2,7 @@ import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
  import { i as inheritAttributes } from './p-3fe9cbbf.js';
3
3
  import { d as defineCustomElement$2 } from './p-d3866be7.js';
4
4
 
5
- const popoverMenuCss = ".tds-popover-menu.sc-tds-popover-menu{box-sizing:border-box;overflow:hidden;width:160px;background-color:var(--popover-menu-background);padding:16px 6px;box-shadow:0 3px 3px rgba(0, 0, 0, 0.15), 0 -1px 1px rgba(0, 0, 0, 0.1);border-radius:4px;z-index:900}.tds-popover-menu.sc-tds-popover-menu *.sc-tds-popover-menu{box-sizing:border-box}.tds-popover-menu.fluid-width.sc-tds-popover-menu{width:unset}tds-popover-core.sc-tds-popover-menu{padding:6px 0 !important}.sc-tds-popover-menu-s>tds-divider{display:block;padding:6px !important}";
5
+ const popoverMenuCss = ".tds-popover-menu.sc-tds-popover-menu{box-sizing:border-box;overflow:hidden;width:160px;background-color:var(--tds-popover-menu-background);padding:16px 6px;box-shadow:0 3px 3px rgba(0, 0, 0, 0.15), 0 -1px 1px rgba(0, 0, 0, 0.1);border-radius:4px;z-index:900}.tds-popover-menu.sc-tds-popover-menu *.sc-tds-popover-menu{box-sizing:border-box}.tds-popover-menu.fluid-width.sc-tds-popover-menu{width:unset}tds-popover-core.sc-tds-popover-menu{padding:6px 0 !important}.sc-tds-popover-menu-s>tds-divider{display:block;padding:6px !important}";
6
6
  const TdsPopoverMenuStyle0 = popoverMenuCss;
7
7
 
8
8
  const TdsPopoverMenu$1 = /*@__PURE__*/ proxyCustomElement(class TdsPopoverMenu extends H {
@@ -19,7 +19,6 @@ const TdsPopoverMenu$1 = /*@__PURE__*/ proxyCustomElement(class TdsPopoverMenu e
19
19
  this.offsetSkidding = 0;
20
20
  this.offsetDistance = 8;
21
21
  this.fluidWidth = false;
22
- this.modeVariant = null;
23
22
  this.childRef = undefined;
24
23
  }
25
24
  /** Property for closing popover programmatically */
@@ -32,15 +31,13 @@ const TdsPopoverMenu$1 = /*@__PURE__*/ proxyCustomElement(class TdsPopoverMenu e
32
31
  }
33
32
  render() {
34
33
  var _a;
35
- return (h(Host, { key: '78e4ee3b0d6eb7c41f724582278b3de4b2227502', class: {
36
- [`tds-mode-variant-${this.modeVariant}`]: Boolean(this.modeVariant),
37
- } }, h("tds-popover-core", { key: 'f16d1d2d97dfa081fbbc13f1da6eb01f15d3e1e8', class: {
34
+ return (h(Host, { key: '4f285ba1fb6b12ad66c09bbf3d109aa4cdff82cf' }, h("tds-popover-core", { key: 'bd1fb62cbeb25ec8a0a5bfa580cef36c950e0fa3', class: {
38
35
  'tds-popover-menu': true,
39
36
  [(_a = this.inheritedAttributes.class) !== null && _a !== void 0 ? _a : '']: true,
40
37
  'fluid-width': this.fluidWidth,
41
38
  }, selector: this.selector, referenceEl: this.referenceEl, show: this.show, placement: this.placement, offsetSkidding: this.offsetSkidding, offsetDistance: this.offsetDistance, ref: (el) => {
42
39
  this.childRef = el;
43
- }, defaultShow: this.defaultShow, animation: this.animation }, h("div", { key: '2c413ca26bb977c971e3206ce7ac79da5107d35e', role: "menu" }, h("slot", { key: 'f9a0da937b2c038ec83e3a8e803fb858a42ab94b' })))));
40
+ }, defaultShow: this.defaultShow, animation: this.animation }, h("div", { key: 'c79034c0d9f06bc429d30c51e6c5b70edd404052', role: "menu" }, h("slot", { key: '7e10d182c7529d716734317a5cca5087f30c1a9b' })))));
44
41
  }
45
42
  get host() { return this; }
46
43
  static get style() { return TdsPopoverMenuStyle0; }
@@ -54,7 +51,6 @@ const TdsPopoverMenu$1 = /*@__PURE__*/ proxyCustomElement(class TdsPopoverMenu e
54
51
  "offsetSkidding": [2, "offset-skidding"],
55
52
  "offsetDistance": [2, "offset-distance"],
56
53
  "fluidWidth": [4, "fluid-width"],
57
- "modeVariant": [1, "mode-variant"],
58
54
  "childRef": [32],
59
55
  "close": [64]
60
56
  }]);
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h } from './p-28ef5186.js';
2
2
  import { g as generateUniqueId } from './p-11648030.js';
3
3
 
4
- const radioButtonCss = ".tds-radio-button.sc-tds-radio-button{box-sizing:border-box;font-family:var(--detail-02-font-family);font-size:var(--detail-02-font-size);line-height:var(--detail-02-line-height);font-weight:var(--detail-02-font-weight);letter-spacing:var(--detail-02-letter-spacing);text-transform:var(--detail-02-text-transform);color:var(--radio-button-label);display:flex;align-items:center;margin-left:-4px}.tds-radio-button.sc-tds-radio-button *.sc-tds-radio-button{box-sizing:border-box}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button{appearance:none;outline:none;margin:0;border:0;width:24px;height:24px;border-radius:50%;position:relative;cursor:pointer;flex-shrink:0;align-self:flex-start}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button+label.sc-tds-radio-button{padding:var(--radio-button-spacing-4);cursor:pointer}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button::before,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button::after{content:\"\";position:absolute;border-radius:50%;box-sizing:border-box}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button::before{width:22px;height:22px;left:1px;top:1px}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button::after{background-color:var(--radio-button-background-inverse);border:1px solid var(--radio-button-border);width:16px;height:16px;left:4px;top:4px}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:hover::after{outline:2px solid var(--radio-button-background-hover)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:focus::before{background-color:var(--radio-button-focus);animation:rb-focus 0.4s cubic-bezier(0.65, 0.05, 0.38, 0.95) forwards}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:focus::after{outline:1px solid var(--tds-radio-button-interaction-outline)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button{cursor:not-allowed}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled::before,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button::before{outline:1px solid var(--radio-button-border-disabled);outline-offset:-4px}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled::after,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button::after{background-color:var(--radio-button-background-disabled);border-color:var(--radio-button-background-disabled)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled+label.sc-tds-radio-button,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button+label.sc-tds-radio-button{color:var(--radio-button-label-disabled);cursor:not-allowed}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled:hover::after,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button:hover::after{outline:none}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked:focus::after{outline:4px solid var(--radio-button-focus)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked::after{border:4px solid var(--radio-button-border)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked:disabled::before{border:1px solid var(--radio-button-border-disabled);display:block;width:16px;height:16px;left:3px;top:3px;box-sizing:content-box}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked:disabled::after{border:4px solid var(--radio-button-background-disabled);background-color:var(--radio-button-checked-disabled);left:4px;top:4px}@keyframes rb-focus{0%{transform:scale(0);opacity:0}100%{transform:scale(1)}}";
4
+ const radioButtonCss = ".tds-radio-button.sc-tds-radio-button{box-sizing:border-box;display:flex;align-items:center;margin-left:-4px;font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);color:var(--tds-radio-button-color)}.tds-radio-button.sc-tds-radio-button *.sc-tds-radio-button{box-sizing:border-box}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button{appearance:none;outline:none;margin:0;border:0;width:24px;height:24px;border-radius:50%;position:relative;cursor:pointer;flex-shrink:0;align-self:flex-start}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button+label.sc-tds-radio-button{padding:var(--tds-spacing-element-4) 0 var(--tds-spacing-element-4) var(--tds-spacing-element-4);cursor:pointer}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button::before,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button::after{content:\"\";position:absolute;border-radius:50%;box-sizing:border-box}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button::before{width:22px;height:22px;left:1px;top:1px}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button::after{border:1px solid var(--tds-radio-button-interaction-01);background-color:var(--tds-radio-button-interaction-02);width:16px;height:16px;left:4px;top:4px}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:hover::before{background-color:var(--tds-radio-button-background-hover)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:focus-visible::before{background-color:var(--tds-radio-button-background-focus);animation:rb-focus 0.4s cubic-bezier(0.65, 0.05, 0.38, 0.95) forwards}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:focus-visible::after{outline:1px solid var(--tds-radio-button-interaction-outline)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button{cursor:not-allowed}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled::after,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button::after{border-color:var(--tds-radio-button-border-color-disabled-after);background-color:var(--tds-radio-button-interaction-02)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled+label.sc-tds-radio-button,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button+label.sc-tds-radio-button{color:var(--tds-radio-button-disabled);cursor:not-allowed}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:disabled:hover::before,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].disabled.sc-tds-radio-button:hover::before{display:none;opacity:1}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked::after{border:4px solid var(--tds-radio-button-interaction-01)}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked:disabled:hover::before,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked:disabled::before,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked.disabled:hover::before,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked.disabled::before{display:block;width:16px;height:16px;left:4px;top:4px;border:1px solid var(--tds-radio-button-color-disabled-before);box-sizing:content-box}.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked:disabled::after,.tds-radio-button.sc-tds-radio-button .tds-form-input[type=radio].sc-tds-radio-button:checked.disabled::after{border:4px solid var(--tds-radio-button-interaction-02);background-color:var(--tds-radio-button-color-disabled-after);left:5px;top:5px}@keyframes rb-focus{0%{transform:scale(0);opacity:0}100%{transform:scale(1)}}";
5
5
  const TdsRadioButtonStyle0 = radioButtonCss;
6
6
 
7
7
  const TdsRadioButton$1 = /*@__PURE__*/ proxyCustomElement(class TdsRadioButton extends H {
@@ -31,9 +31,7 @@ const TdsRadioButton$1 = /*@__PURE__*/ proxyCustomElement(class TdsRadioButton e
31
31
  }
32
32
  }
33
33
  render() {
34
- return (h("div", { key: '6f44a40cb5ccf890bdee47d36f47a79d5f8b603c', class: "tds-radio-button" }, h("input", { key: '9f40ae91078cf4ebaff05897d792423b95e5b123', ref: (inputEl) => {
35
- this.inputElement = inputEl;
36
- }, "aria-label": this.tdsAriaLabel, class: "tds-form-input", type: "radio", role: "radio", name: this.name, id: this.radioId, value: this.value, checked: this.checked, "aria-checked": this.checked, required: this.required, disabled: this.disabled, onChange: () => this.handleChange(), tabIndex: this.tdsTabIndex }), h("label", { key: '7309cddb34f1e3bb734e26d534f330d1f7b18fd1', htmlFor: this.radioId }, h("slot", { key: '068c0375f5f8c66bbe8159533a629c8adb21d152', name: "label" }))));
34
+ return (h("div", { key: '6f44a40cb5ccf890bdee47d36f47a79d5f8b603c', class: "tds-radio-button" }, h("input", { key: '1da8f9df168c631a634172385c3471a5c6bb03aa', ref: (inputEl) => (this.inputElement = inputEl), "aria-label": this.tdsAriaLabel, class: "tds-form-input", type: "radio", role: "radio", name: this.name, id: this.radioId, value: this.value, checked: this.checked, "aria-checked": this.checked, required: this.required, disabled: this.disabled, onChange: () => this.handleChange(), tabIndex: this.tdsTabIndex }), h("label", { key: '0acf59236ffd3ee0136f2bdef9db8a36afe666ff', htmlFor: this.radioId }, h("slot", { key: 'add4ebdebbb4d5e15126a876c0c0940734b7b068', name: "label" }))));
37
35
  }
38
36
  get host() { return this; }
39
37
  static get style() { return TdsRadioButtonStyle0; }
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
  import { i as inheritAriaAttributes } from './p-0bd4c19c.js';
3
- import { d as defineCustomElement$2 } from './p-4e5ff414.js';
3
+ import { d as defineCustomElement$2 } from './p-b390ece5.js';
4
4
 
5
5
  const sideMenuCloseButtonCss = ":host button{height:64px;width:100%;text-align:left;padding:0 22px;border:none;background-color:var(--tds-sidebar-side-menu-background-cover);font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-sidebar-side-menu-single-item-color);display:flex;align-items:center;border-bottom:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}:host button:hover{cursor:pointer;background-color:var(--tds-sidebar-item-state-hover)}:host button:focus-visible{cursor:pointer;border:1px solid var(--tds-sidebar-side-menu-single-subitem-selected-border-color)}";
6
6
  const TdsSideMenuCloseButtonStyle0 = sideMenuCloseButtonCss;
@@ -1,5 +1,5 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-28ef5186.js';
2
- import { d as defineCustomElement$2 } from './p-0e04ed76.js';
2
+ import { d as defineCustomElement$2 } from './p-ea381f94.js';
3
3
 
4
4
  const sideMenuCollapseButtonCss = ":host{position:sticky;bottom:0;display:none;height:68px;border-top:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}:host .icon{transform:rotateZ(90deg);transition:all 0.2s ease-in-out;width:20px;height:20px}:host .state-collapsed .icon{transform:translateX(-50%) rotateZ(90deg) rotateX(180deg);color:var(--tds-sidebar-side-menu-single-item-color);margin-left:0;position:absolute;left:50%}@media (min-width: 992px){:host{display:block}}";
5
5
  const TdsSideMenuCollapseButtonStyle0 = sideMenuCollapseButtonCss;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
 
3
- const sideMenuDropdownListItemCss = ":host{display:block;box-sizing:border-box;height:48px;width:100%}:host .component{height:100%;width:100%}:host .component ::slotted(a),:host .component ::slotted(button){all:unset;box-sizing:border-box;border-right:1px solid var(--tds-nav-item-border-color);display:flex;align-items:center;height:100%;padding:0 24px;width:100%;font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);background-color:var(--tds-header-nav-item-dropdown-opened-background);color:var(--tds-header-nav-item-dropdown-opened-color);border:none}:host .component ::slotted(a:hover),:host .component ::slotted(button:hover){background-color:var(--tds-header-nav-item-dropdown-opened-background-hover);cursor:pointer}:host .component ::slotted(a:active),:host .component ::slotted(button:active){background-color:var(--tds-header-nav-item-dropdown-opened-background-active) !important;cursor:pointer}:host .component ::slotted(a:focus-visible){outline:var(--dimension-radius-focus-width) solid var(--color-foreground-border-accent-focus);box-shadow:0 0 0 1px var(--color-brand-neutral-white);outline-offset:1px}:host .component.component-selected ::slotted(a),:host .component.component-selected ::slotted(button){box-shadow:inset 4px 0 0 var(--tds-nav-item-border-color-active);background-color:var(--tds-header-nav-item-dropdown-opened-background-selected)}:host .component.component-dropdown-has-icon:not(.component-collapsed) ::slotted(a),:host .component.component-dropdown-has-icon:not(.component-collapsed) ::slotted(button){padding:16px 48px 16px 58px}:host .component.component-dropdown-has-user:not(.component-collapsed) ::slotted(a),:host .component.component-dropdown-has-user:not(.component-collapsed) ::slotted(button){padding:16px 48px 16px 64px}";
3
+ const sideMenuDropdownListItemCss = ":host{display:block;box-sizing:border-box;height:48px;width:100%}:host .component{height:100%;width:100%}:host .component ::slotted(a),:host .component ::slotted(button){all:unset;box-sizing:border-box;border-right:1px solid var(--tds-nav-item-border-color);display:flex;align-items:center;height:100%;padding:0 24px;width:100%;font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);background-color:var(--tds-header-nav-item-dropdown-opened-background);color:var(--tds-header-nav-item-dropdown-opened-color);border:none}:host .component ::slotted(a:hover),:host .component ::slotted(button:hover){background-color:var(--tds-header-nav-item-dropdown-opened-background-hover);cursor:pointer}:host .component ::slotted(a:active),:host .component ::slotted(button:active){background-color:var(--tds-header-nav-item-dropdown-opened-background-active) !important;cursor:pointer}:host .component ::slotted(a:focus-visible){outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}:host .component.component-selected ::slotted(a),:host .component.component-selected ::slotted(button){box-shadow:inset 4px 0 0 var(--tds-nav-item-border-color-active);background-color:var(--tds-header-nav-item-dropdown-opened-background-selected)}:host .component.component-dropdown-has-icon:not(.component-collapsed) ::slotted(a),:host .component.component-dropdown-has-icon:not(.component-collapsed) ::slotted(button){padding:16px 48px 16px 58px}:host .component.component-dropdown-has-user:not(.component-collapsed) ::slotted(a),:host .component.component-dropdown-has-user:not(.component-collapsed) ::slotted(button){padding:16px 48px 16px 64px}";
4
4
  const TdsSideMenuDropdownListItemStyle0 = sideMenuDropdownListItemCss;
5
5
 
6
6
  const TdsSideMenuDropdownListItem$1 = /*@__PURE__*/ proxyCustomElement(class TdsSideMenuDropdownListItem extends H {
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, F as Fragment, c as Host } from './p-28ef5186.js';
2
- import { d as defineCustomElement$3 } from './p-4e5ff414.js';
3
- import { d as defineCustomElement$2 } from './p-0e04ed76.js';
2
+ import { d as defineCustomElement$3 } from './p-b390ece5.js';
3
+ import { d as defineCustomElement$2 } from './p-ea381f94.js';
4
4
 
5
5
  const sideMenuDropdownCss = ":host{display:block}:host .wrapper{display:flex;flex-direction:column}:host .dropdown-icon{margin-left:auto;transition:all 0.2s ease-in-out}:host .state-open .dropdown-icon{transform:rotateZ(180deg)}:host .state-open .menu{display:block}:host .state-collapsed .menu{--side-menu-width:69px;position:absolute;left:var(--side-menu-width);box-shadow:var(--tds-nav-dropdown-menu-box);background-color:var(--tds-sidebar-side-menu-subnav-background)}:host .state-collapsed .menu .heading-collapsed{all:unset;box-sizing:border-box;padding:16px 24px 15px;min-height:48px;display:flex;align-items:center;border-bottom:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top);font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls)}:host :not(.state-collapsed) .menu ::slotted(tds-side-menu-dropdown-list){width:100%}:host .menu{display:none;flex-direction:column}";
6
6
  const TdsSideMenuDropdownStyle0 = sideMenuDropdownCss;
@@ -1,4 +1,4 @@
1
- import { T as TdsSideMenuItem$1, d as defineCustomElement$1 } from './p-0e04ed76.js';
1
+ import { T as TdsSideMenuItem$1, d as defineCustomElement$1 } from './p-ea381f94.js';
2
2
 
3
3
  const TdsSideMenuItem = TdsSideMenuItem$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-28ef5186.js';
2
2
 
3
- const sideMenuCss = ":host{--tds-scrollbar-width-standard:thin;--tds-scrollbar-width:10px;--tds-scrollbar-height:10px;--tds-scrollbar-thumb-border-width:3px;--tds-scrollbar-thumb-border-hover-width:2px}body{scrollbar-width:thin}:host{pointer-events:none;display:block;position:fixed;top:0;width:100%;height:100%;z-index:500}:host .wrapper{height:inherit;}:host .wrapper slot:not([name])::slotted(*){border-bottom:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}:host .wrapper ::slotted([slot=end]){border-top:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}:host .wrapper .tds-side-menu-list-end{margin-top:68px}:host .state-closed{display:none}:host .state-open slot[name=overlay]::slotted(tds-side-menu-overlay){opacity:0.4}:host .state-open slot[name=close-button]::slotted(tds-side-menu-close-button){opacity:1}:host .state-upper-slot-empty .tds-side-menu-list-upper{display:none}:host .state-upper-slot-empty .tds-side-menu-list-end{margin-top:0}:host .state-upper-slot-empty ::slotted([slot=end]){border-top:none;border-bottom:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}@media (max-width: 992px){:host(.menu-opened){pointer-events:auto;z-index:500}}@media (min-width: 992px){:host(.menu-persistent){pointer-events:auto;position:static;width:272px;height:auto;border-right:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}:host(.menu-persistent) .wrapper slot[name=overlay]::slotted(tds-side-menu-overlay){display:none}:host(.menu-persistent) .wrapper slot[name=close-button]::slotted(tds-side-menu-close-button){display:none}:host(.menu-persistent) .menu{width:272px}:host(.menu-persistent) .state-closed{display:block}:host(.menu-persistent):host(.menu-collapsed){width:69px;box-sizing:border-box}:host(.menu-persistent):host(.menu-collapsed) .menu{width:68px}:host(.menu-persistent) slot[name=end]::slotted(*){display:none}}.menu{width:80%;height:inherit;position:relative;left:0;display:flex;flex-direction:column;justify-content:space-between}.menu *{padding:0;margin:0;box-sizing:border-box}@media (max-width: 384px){.menu{width:100%}}aside .tds-side-menu-wrapper{display:flex;justify-content:space-between;flex-direction:column;flex-grow:1;background-color:var(--tds-sidebar-side-menu-background-cover);overflow-y:auto}aside .tds-side-menu-wrapper:hover::-webkit-scrollbar-thumb{border:var(--tds-scrollbar-thumb-border-hover-width) solid transparent;background:var(--color-foreground-icon-discrete);background-clip:padding-box}aside .tds-side-menu-wrapper::-webkit-scrollbar{width:var(--tds-scrollbar-width)}aside .tds-side-menu-wrapper::-webkit-scrollbar-track{background:var(--color-background-layer-01)}aside .tds-side-menu-wrapper::-webkit-scrollbar-thumb{border-radius:40px;background:var(--color-foreground-icon-discrete);border:var(--tds-scrollbar-thumb-border-width) solid transparent;background-clip:padding-box}aside .tds-side-menu-wrapper::-webkit-scrollbar-button{height:0;width:0}@supports not selector(::-webkit-scrollbar){aside .tds-side-menu-wrapper{scrollbar-color:var(--tds-scrollbar-thumb-color) var(--tds-scrollbar-track-color);scrollbar-width:var(--tds-scrollbar-width-standard)}}aside [role=navigation]{height:100%;display:flex;flex-direction:column}aside li{list-style:none;padding:0;margin:0}";
3
+ const sideMenuCss = ":host{--tds-scrollbar-width-standard:thin;--tds-scrollbar-width:10px;--tds-scrollbar-height:10px;--tds-scrollbar-thumb-border-width:3px;--tds-scrollbar-thumb-border-hover-width:2px}body{scrollbar-width:thin}:host{pointer-events:none;display:block;position:fixed;top:0;width:100%;height:100%;z-index:500}:host .wrapper{height:inherit;}:host .wrapper slot:not([name])::slotted(*){border-bottom:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}:host .wrapper ::slotted([slot=end]){border-top:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}:host .wrapper .tds-side-menu-list-end{margin-top:68px}:host .state-closed{display:none}:host .state-open slot[name=overlay]::slotted(tds-side-menu-overlay){opacity:0.4}:host .state-open slot[name=close-button]::slotted(tds-side-menu-close-button){opacity:1}:host .state-upper-slot-empty .tds-side-menu-list-upper{display:none}:host .state-upper-slot-empty .tds-side-menu-list-end{margin-top:0}:host .state-upper-slot-empty ::slotted([slot=end]){border-top:none;border-bottom:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}@media (max-width: 992px){:host(.menu-opened){pointer-events:auto;z-index:500}}@media (min-width: 992px){:host(.menu-persistent){pointer-events:auto;position:static;width:272px;height:auto;border-right:1px solid var(--tds-sidebar-side-menu-bottom-menu-border-top)}:host(.menu-persistent) .wrapper slot[name=overlay]::slotted(tds-side-menu-overlay){display:none}:host(.menu-persistent) .wrapper slot[name=close-button]::slotted(tds-side-menu-close-button){display:none}:host(.menu-persistent) .menu{width:272px}:host(.menu-persistent) .state-closed{display:block}:host(.menu-persistent):host(.menu-collapsed){width:69px;box-sizing:border-box}:host(.menu-persistent):host(.menu-collapsed) .menu{width:68px}:host(.menu-persistent) slot[name=end]::slotted(*){display:none}}.menu{width:80%;height:inherit;position:relative;left:0;display:flex;flex-direction:column;justify-content:space-between}.menu *{padding:0;margin:0;box-sizing:border-box}@media (max-width: 384px){.menu{width:100%}}aside .tds-side-menu-wrapper{display:flex;justify-content:space-between;flex-direction:column;flex-grow:1;background-color:var(--tds-sidebar-side-menu-background-cover);overflow-y:auto}aside .tds-side-menu-wrapper:hover::-webkit-scrollbar-thumb{border:var(--tds-scrollbar-thumb-border-hover-width) solid transparent;background:var(--tds-scrollbar-hover-thumb-color);background-clip:padding-box}aside .tds-side-menu-wrapper::-webkit-scrollbar{width:var(--tds-scrollbar-width)}aside .tds-side-menu-wrapper::-webkit-scrollbar-track{background:var(--tds-scrollbar-track-color)}aside .tds-side-menu-wrapper::-webkit-scrollbar-thumb{border-radius:40px;background:var(--tds-scrollbar-thumb-color);border:var(--tds-scrollbar-thumb-border-width) solid transparent;background-clip:padding-box}aside .tds-side-menu-wrapper::-webkit-scrollbar-button{height:0;width:0}@supports not selector(::-webkit-scrollbar){aside .tds-side-menu-wrapper{scrollbar-color:var(--tds-scrollbar-thumb-color) var(--tds-scrollbar-track-color);scrollbar-width:var(--tds-scrollbar-width-standard)}}aside [role=navigation]{height:100%;display:flex;flex-direction:column}aside li{list-style:none;padding:0;margin:0}";
4
4
  const TdsSideMenuStyle0 = sideMenuCss;
5
5
 
6
6
  const GRID_LG_BREAKPOINT = 992;