@scania/tegel 1.14.1 → 1.15.0-component-versioning-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 (306) hide show
  1. package/dist/cjs/index-ca8040ad.js +52 -44
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/tagName-f24f57ce.js +119 -0
  4. package/dist/cjs/tds-accordion-item.cjs.entry.js +6 -3
  5. package/dist/cjs/tds-banner.cjs.entry.js +4 -2
  6. package/dist/cjs/tds-card.cjs.entry.js +6 -4
  7. package/dist/cjs/tds-core-header-item.cjs.entry.js +20 -0
  8. package/dist/cjs/tds-datetime.cjs.entry.js +5 -2
  9. package/dist/cjs/tds-dropdown-option.cjs.entry.js +5 -3
  10. package/dist/cjs/tds-dropdown.cjs.entry.js +7 -5
  11. package/dist/cjs/tds-folder-tabs.cjs.entry.js +4 -2
  12. package/dist/cjs/tds-footer-group.cjs.entry.js +5 -3
  13. package/dist/cjs/tds-header-brand-symbol.cjs.entry.js +3 -1
  14. package/dist/cjs/tds-header-cell.cjs.entry.js +6 -4
  15. package/dist/cjs/tds-header-dropdown-list.cjs.entry.js +2 -2
  16. package/dist/cjs/tds-header-dropdown.cjs.entry.js +5 -3
  17. package/dist/cjs/tds-header-hamburger.cjs.entry.js +3 -1
  18. package/dist/cjs/{tds-core-header-item_2.cjs.entry.js → tds-header-item.cjs.entry.js} +5 -17
  19. package/dist/cjs/tds-header-launcher-button.cjs.entry.js +3 -1
  20. package/dist/cjs/tds-header-launcher-grid.cjs.entry.js +3 -3
  21. package/dist/cjs/tds-header-launcher-list-item.cjs.entry.js +4 -1
  22. package/dist/cjs/tds-header-launcher-list.cjs.entry.js +4 -1
  23. package/dist/cjs/tds-header-launcher.cjs.entry.js +4 -2
  24. package/dist/cjs/tds-inline-tabs.cjs.entry.js +4 -2
  25. package/dist/cjs/tds-message.cjs.entry.js +5 -2
  26. package/dist/cjs/tds-modal.cjs.entry.js +3 -1
  27. package/dist/cjs/tds-navigation-tabs.cjs.entry.js +4 -2
  28. package/dist/cjs/tds-popover-canvas.cjs.entry.js +4 -2
  29. package/dist/cjs/tds-popover-menu.cjs.entry.js +4 -2
  30. package/dist/cjs/tds-side-menu-close-button.cjs.entry.js +3 -1
  31. package/dist/cjs/tds-side-menu-collapse-button.cjs.entry.js +6 -4
  32. package/dist/cjs/tds-side-menu-dropdown.cjs.entry.js +5 -3
  33. package/dist/cjs/tds-side-menu-user-image.cjs.entry.js +22 -0
  34. package/dist/cjs/{tds-side-menu-user-image_2.cjs.entry.js → tds-side-menu-user-label.cjs.entry.js} +0 -16
  35. package/dist/cjs/tds-side-menu-user.cjs.entry.js +4 -1
  36. package/dist/cjs/tds-slider.cjs.entry.js +10 -7
  37. package/dist/cjs/tds-step.cjs.entry.js +5 -3
  38. package/dist/cjs/tds-table-body-input-wrapper.cjs.entry.js +4 -2
  39. package/dist/cjs/tds-table-body-row.cjs.entry.js +4 -2
  40. package/dist/cjs/tds-table-footer.cjs.entry.js +4 -2
  41. package/dist/cjs/tds-table-header-input-wrapper.cjs.entry.js +4 -2
  42. package/dist/cjs/tds-table-header.cjs.entry.js +4 -2
  43. package/dist/cjs/tds-table-toolbar.cjs.entry.js +4 -2
  44. package/dist/cjs/tds-text-field.cjs.entry.js +7 -5
  45. package/dist/cjs/tds-textarea.cjs.entry.js +6 -3
  46. package/dist/cjs/tds-toast.cjs.entry.js +5 -3
  47. package/dist/cjs/tds-tooltip.cjs.entry.js +4 -2
  48. package/dist/cjs/tegel.cjs.js +1 -1
  49. package/dist/collection/components/accordion/accordion-item/accordion-item.js +6 -3
  50. package/dist/collection/components/banner/banner.js +4 -2
  51. package/dist/collection/components/card/card.js +6 -4
  52. package/dist/collection/components/datetime/datetime.js +6 -3
  53. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +5 -3
  54. package/dist/collection/components/dropdown/dropdown.js +7 -5
  55. package/dist/collection/components/footer/footer-group/footer-group.js +5 -3
  56. package/dist/collection/components/header/header-brand-symbol/header-brand-symbol.js +3 -1
  57. package/dist/collection/components/header/header-dropdown/header-dropdown.js +5 -3
  58. package/dist/collection/components/header/header-hamburger/header-hamburger.js +3 -1
  59. package/dist/collection/components/header/header-item/header-item.js +5 -3
  60. package/dist/collection/components/header/header-launcher/header-launcher.js +4 -2
  61. package/dist/collection/components/header/header-launcher-button/header-launcher-button.js +3 -1
  62. package/dist/collection/components/header/header-launcher-list/header-launcher-list.js +4 -1
  63. package/dist/collection/components/header/header-launcher-list-item/header-launcher-list-item.js +4 -1
  64. package/dist/collection/components/message/message.js +5 -2
  65. package/dist/collection/components/modal/modal.js +3 -1
  66. package/dist/collection/components/popover-canvas/popover-canvas.js +4 -2
  67. package/dist/collection/components/popover-menu/popover-menu.js +4 -2
  68. package/dist/collection/components/side-menu/side-menu-close-button/side-menu-close-button.js +3 -1
  69. package/dist/collection/components/side-menu/side-menu-collapse-button/side-menu-collapse-button.js +6 -4
  70. package/dist/collection/components/side-menu/side-menu-dropdown/side-menu-dropdown.js +5 -3
  71. package/dist/collection/components/side-menu/side-menu-user/side-menu-user.js +4 -1
  72. package/dist/collection/components/side-menu/side-menu.js +3 -3
  73. package/dist/collection/components/slider/slider.js +11 -8
  74. package/dist/collection/components/stepper/step/step.js +5 -3
  75. package/dist/collection/components/stepper/stepper.js +1 -1
  76. package/dist/collection/components/table/table/table.js +1 -1
  77. package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.js +4 -2
  78. package/dist/collection/components/table/table-body-row/table-body-row.js +4 -2
  79. package/dist/collection/components/table/table-footer/table-footer.js +4 -2
  80. package/dist/collection/components/table/table-header/table-header.js +4 -2
  81. package/dist/collection/components/table/table-header-cell/table-header-cell.js +6 -4
  82. package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.js +4 -2
  83. package/dist/collection/components/table/table-toolbar/table-toolbar.js +4 -2
  84. package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +4 -2
  85. package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +4 -2
  86. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +4 -2
  87. package/dist/collection/components/text-field/text-field.js +7 -5
  88. package/dist/collection/components/textarea/textarea.js +6 -3
  89. package/dist/collection/components/toast/toast.js +5 -3
  90. package/dist/collection/components/tooltip/tooltip.js +4 -2
  91. package/dist/collection/utils/tagName.js +33 -0
  92. package/dist/components/p-a74b6809.js +117 -0
  93. package/dist/components/tds-accordion-item.js +7 -10
  94. package/dist/components/tds-banner.js +5 -9
  95. package/dist/components/tds-card.js +7 -11
  96. package/dist/components/tds-checkbox.js +89 -1
  97. package/dist/components/tds-core-header-item.js +30 -1
  98. package/dist/components/tds-datetime.js +6 -9
  99. package/dist/components/tds-divider.js +33 -1
  100. package/dist/components/tds-dropdown-option.js +6 -16
  101. package/dist/components/tds-dropdown.js +8 -12
  102. package/dist/components/tds-folder-tabs.js +5 -9
  103. package/dist/components/tds-footer-group.js +6 -10
  104. package/dist/components/tds-header-brand-symbol.js +4 -14
  105. package/dist/components/tds-header-cell.js +7 -11
  106. package/dist/components/tds-header-dropdown-list-item.js +39 -1
  107. package/dist/components/tds-header-dropdown-list.js +99 -1
  108. package/dist/components/tds-header-dropdown.js +6 -34
  109. package/dist/components/tds-header-hamburger.js +4 -20
  110. package/dist/components/tds-header-item.js +70 -1
  111. package/dist/components/tds-header-launcher-button.js +39 -1
  112. package/dist/components/tds-header-launcher-list-item.js +5 -8
  113. package/dist/components/tds-header-launcher-list.js +5 -8
  114. package/dist/components/tds-header-launcher.js +5 -39
  115. package/dist/components/tds-icon.js +63 -1
  116. package/dist/components/tds-inline-tabs.js +5 -9
  117. package/dist/components/tds-message.js +6 -9
  118. package/dist/components/tds-modal.js +4 -8
  119. package/dist/components/tds-navigation-tabs.js +5 -9
  120. package/dist/components/tds-popover-canvas.js +66 -1
  121. package/dist/components/tds-popover-core.js +1998 -1
  122. package/dist/components/tds-popover-menu.js +5 -9
  123. package/dist/components/tds-side-menu-close-button.js +4 -8
  124. package/dist/components/tds-side-menu-collapse-button.js +7 -11
  125. package/dist/components/tds-side-menu-dropdown.js +6 -16
  126. package/dist/components/tds-side-menu-item.js +88 -1
  127. package/dist/components/tds-side-menu-user-image.js +35 -1
  128. package/dist/components/tds-side-menu-user-label.js +35 -1
  129. package/dist/components/tds-side-menu-user.js +5 -14
  130. package/dist/components/tds-slider.js +11 -14
  131. package/dist/components/tds-step.js +6 -10
  132. package/dist/components/tds-table-body-input-wrapper.js +5 -9
  133. package/dist/components/tds-table-body-row.js +5 -9
  134. package/dist/components/tds-table-footer.js +5 -9
  135. package/dist/components/tds-table-header-input-wrapper.js +5 -9
  136. package/dist/components/tds-table-header.js +5 -9
  137. package/dist/components/tds-table-toolbar.js +5 -9
  138. package/dist/components/tds-text-field.js +8 -12
  139. package/dist/components/tds-textarea.js +7 -10
  140. package/dist/components/tds-toast.js +6 -10
  141. package/dist/components/tds-tooltip.js +5 -9
  142. package/dist/esm/index-51d04e39.js +52 -44
  143. package/dist/esm/loader.js +1 -1
  144. package/dist/esm/tagName-0d04643f.js +117 -0
  145. package/dist/esm/tds-accordion-item.entry.js +7 -4
  146. package/dist/esm/tds-banner.entry.js +4 -2
  147. package/dist/esm/tds-card.entry.js +6 -4
  148. package/dist/esm/tds-core-header-item.entry.js +16 -0
  149. package/dist/esm/tds-datetime.entry.js +6 -3
  150. package/dist/esm/tds-dropdown-option.entry.js +5 -3
  151. package/dist/esm/tds-dropdown.entry.js +7 -5
  152. package/dist/esm/tds-folder-tabs.entry.js +4 -2
  153. package/dist/esm/tds-footer-group.entry.js +5 -3
  154. package/dist/esm/tds-header-brand-symbol.entry.js +3 -1
  155. package/dist/esm/tds-header-cell.entry.js +6 -4
  156. package/dist/esm/tds-header-dropdown-list.entry.js +1 -1
  157. package/dist/esm/tds-header-dropdown.entry.js +5 -3
  158. package/dist/esm/tds-header-hamburger.entry.js +3 -1
  159. package/dist/esm/{tds-core-header-item_2.entry.js → tds-header-item.entry.js} +6 -17
  160. package/dist/esm/tds-header-launcher-button.entry.js +3 -1
  161. package/dist/esm/tds-header-launcher-grid.entry.js +1 -1
  162. package/dist/esm/tds-header-launcher-list-item.entry.js +5 -2
  163. package/dist/esm/tds-header-launcher-list.entry.js +5 -2
  164. package/dist/esm/tds-header-launcher.entry.js +4 -2
  165. package/dist/esm/tds-inline-tabs.entry.js +4 -2
  166. package/dist/esm/tds-message.entry.js +6 -3
  167. package/dist/esm/tds-modal.entry.js +3 -1
  168. package/dist/esm/tds-navigation-tabs.entry.js +4 -2
  169. package/dist/esm/tds-popover-canvas.entry.js +4 -2
  170. package/dist/esm/tds-popover-menu.entry.js +4 -2
  171. package/dist/esm/tds-side-menu-close-button.entry.js +3 -1
  172. package/dist/esm/tds-side-menu-collapse-button.entry.js +6 -4
  173. package/dist/esm/tds-side-menu-dropdown.entry.js +5 -3
  174. package/dist/esm/tds-side-menu-user-image.entry.js +18 -0
  175. package/dist/esm/{tds-side-menu-user-image_2.entry.js → tds-side-menu-user-label.entry.js} +1 -16
  176. package/dist/esm/tds-side-menu-user.entry.js +5 -2
  177. package/dist/esm/tds-slider.entry.js +11 -8
  178. package/dist/esm/tds-step.entry.js +5 -3
  179. package/dist/esm/tds-table-body-input-wrapper.entry.js +4 -2
  180. package/dist/esm/tds-table-body-row.entry.js +4 -2
  181. package/dist/esm/tds-table-footer.entry.js +4 -2
  182. package/dist/esm/tds-table-header-input-wrapper.entry.js +4 -2
  183. package/dist/esm/tds-table-header.entry.js +4 -2
  184. package/dist/esm/tds-table-toolbar.entry.js +4 -2
  185. package/dist/esm/tds-text-field.entry.js +7 -5
  186. package/dist/esm/tds-textarea.entry.js +7 -4
  187. package/dist/esm/tds-toast.entry.js +5 -3
  188. package/dist/esm/tds-tooltip.entry.js +4 -2
  189. package/dist/esm/tegel.js +1 -1
  190. package/dist/tegel/p-07b525fa.entry.js +1 -0
  191. package/dist/tegel/p-0a2f8635.entry.js +1 -0
  192. package/dist/tegel/p-0efe32ef.entry.js +1 -0
  193. package/dist/tegel/p-101d5ad9.entry.js +1 -0
  194. package/dist/tegel/{p-6c26e66f.entry.js → p-24d62f73.entry.js} +1 -1
  195. package/dist/tegel/p-2d9011d4.entry.js +1 -0
  196. package/dist/tegel/p-30a2b7a9.entry.js +1 -0
  197. package/dist/tegel/p-3bb5f47b.entry.js +1 -0
  198. package/dist/tegel/p-3c937615.entry.js +1 -0
  199. package/dist/tegel/p-3f12d4a8.entry.js +1 -0
  200. package/dist/tegel/p-57d8aa8f.entry.js +1 -0
  201. package/dist/tegel/p-589289a1.entry.js +1 -0
  202. package/dist/tegel/p-58b552d6.entry.js +1 -0
  203. package/dist/tegel/p-5fed1ea6.entry.js +1 -0
  204. package/dist/tegel/p-61d1cf24.entry.js +1 -0
  205. package/dist/tegel/p-63991699.entry.js +1 -0
  206. package/dist/tegel/p-7546a139.entry.js +1 -0
  207. package/dist/tegel/p-7711d485.entry.js +1 -0
  208. package/dist/tegel/p-790367cd.entry.js +1 -0
  209. package/dist/tegel/p-8064b3ed.entry.js +1 -0
  210. package/dist/tegel/p-80d28081.entry.js +1 -0
  211. package/dist/tegel/p-82481096.entry.js +1 -0
  212. package/dist/tegel/p-859e3ebf.js +1 -0
  213. package/dist/tegel/p-8deb6ba6.entry.js +1 -0
  214. package/dist/tegel/p-8f30a9cd.entry.js +1 -0
  215. package/dist/tegel/p-904e90d6.entry.js +1 -0
  216. package/dist/tegel/p-980a153a.entry.js +1 -0
  217. package/dist/tegel/p-980fe7c8.entry.js +1 -0
  218. package/dist/tegel/p-9aa5875a.entry.js +1 -0
  219. package/dist/tegel/p-a74b6809.js +1 -0
  220. package/dist/tegel/p-afb182fc.entry.js +1 -0
  221. package/dist/tegel/p-b543f063.entry.js +1 -0
  222. package/dist/tegel/p-b71d6a39.entry.js +1 -0
  223. package/dist/tegel/p-b834b254.entry.js +1 -0
  224. package/dist/tegel/p-b8970b91.entry.js +1 -0
  225. package/dist/tegel/p-bf65f439.entry.js +1 -0
  226. package/dist/tegel/p-c002a601.entry.js +1 -0
  227. package/dist/tegel/p-c0381ba7.entry.js +1 -0
  228. package/dist/tegel/p-ccad7d42.entry.js +1 -0
  229. package/dist/tegel/p-cde009d8.entry.js +1 -0
  230. package/dist/tegel/p-df945483.entry.js +1 -0
  231. package/dist/tegel/p-e5a9ec95.entry.js +1 -0
  232. package/dist/tegel/p-e9d824f5.entry.js +1 -0
  233. package/dist/tegel/p-edbf6bf4.entry.js +1 -0
  234. package/dist/tegel/p-ef8e4959.entry.js +1 -0
  235. package/dist/tegel/{p-f841f094.entry.js → p-fc7a7f06.entry.js} +1 -1
  236. package/dist/tegel/tegel.esm.js +1 -1
  237. package/dist/types/Users/rhyme/projects/scania/tegel/packages/core/.stencil/src/utils/tagNames.d.ts +4 -0
  238. package/dist/types/components/accordion/accordion-item/accordion-item.d.ts +1 -0
  239. package/dist/types/components/card/card.d.ts +1 -1
  240. package/dist/types/components/datetime/datetime.d.ts +1 -0
  241. package/dist/types/components/header/header-launcher-list/header-launcher-list.d.ts +1 -0
  242. package/dist/types/components/header/header-launcher-list-item/header-launcher-list-item.d.ts +1 -0
  243. package/dist/types/components/message/message.d.ts +1 -0
  244. package/dist/types/components/side-menu/side-menu-user/side-menu-user.d.ts +1 -0
  245. package/dist/types/components/slider/slider.d.ts +1 -0
  246. package/dist/types/components/stepper/step/step.d.ts +1 -1
  247. package/dist/types/components/table/table-header-cell/table-header-cell.d.ts +1 -1
  248. package/dist/types/components/textarea/textarea.d.ts +1 -0
  249. package/dist/types/utils/tagName.d.ts +5 -0
  250. package/package.json +2 -9
  251. package/dist/components/p-0676aa23.js +0 -76
  252. package/dist/components/p-09d36119.js +0 -37
  253. package/dist/components/p-0c3cab16.js +0 -90
  254. package/dist/components/p-30de8ac4.js +0 -32
  255. package/dist/components/p-3e74be57.js +0 -65
  256. package/dist/components/p-8e74bb22.js +0 -57
  257. package/dist/components/p-a9609e88.js +0 -72
  258. package/dist/components/p-cfb1b588.js +0 -41
  259. package/dist/components/p-dc461e7b.js +0 -2000
  260. package/dist/components/p-dddaa520.js +0 -37
  261. package/dist/components/p-e46088d9.js +0 -35
  262. package/dist/components/p-e4d7c655.js +0 -91
  263. package/dist/components/p-fcec766c.js +0 -101
  264. package/dist/tegel/p-06d2fa56.entry.js +0 -1
  265. package/dist/tegel/p-08642415.entry.js +0 -1
  266. package/dist/tegel/p-0a4fe3db.entry.js +0 -1
  267. package/dist/tegel/p-0f38bea7.entry.js +0 -1
  268. package/dist/tegel/p-1a2f3852.entry.js +0 -1
  269. package/dist/tegel/p-1bc2c73c.entry.js +0 -1
  270. package/dist/tegel/p-2b030cef.entry.js +0 -1
  271. package/dist/tegel/p-2da2c193.entry.js +0 -1
  272. package/dist/tegel/p-36e88ce8.entry.js +0 -1
  273. package/dist/tegel/p-480c6c28.entry.js +0 -1
  274. package/dist/tegel/p-4ab7461e.entry.js +0 -1
  275. package/dist/tegel/p-4bab99d5.entry.js +0 -1
  276. package/dist/tegel/p-54a105a4.entry.js +0 -1
  277. package/dist/tegel/p-578f6d73.entry.js +0 -1
  278. package/dist/tegel/p-588a05aa.entry.js +0 -1
  279. package/dist/tegel/p-5a891dd2.entry.js +0 -1
  280. package/dist/tegel/p-5d0e8f1e.entry.js +0 -1
  281. package/dist/tegel/p-6938329a.entry.js +0 -1
  282. package/dist/tegel/p-6b04a919.entry.js +0 -1
  283. package/dist/tegel/p-7d83ba98.entry.js +0 -1
  284. package/dist/tegel/p-91225c7a.entry.js +0 -1
  285. package/dist/tegel/p-930e767e.entry.js +0 -1
  286. package/dist/tegel/p-9332c225.js +0 -1
  287. package/dist/tegel/p-98f5b520.entry.js +0 -1
  288. package/dist/tegel/p-9de400f4.entry.js +0 -1
  289. package/dist/tegel/p-a9654cd4.entry.js +0 -1
  290. package/dist/tegel/p-a97dd06a.entry.js +0 -1
  291. package/dist/tegel/p-b34cf70d.entry.js +0 -1
  292. package/dist/tegel/p-b4c7099f.entry.js +0 -1
  293. package/dist/tegel/p-b9ac3122.entry.js +0 -1
  294. package/dist/tegel/p-c12eaac3.entry.js +0 -1
  295. package/dist/tegel/p-c18b2746.entry.js +0 -1
  296. package/dist/tegel/p-c1f8f523.entry.js +0 -1
  297. package/dist/tegel/p-c917d8be.entry.js +0 -1
  298. package/dist/tegel/p-d1cbe5be.entry.js +0 -1
  299. package/dist/tegel/p-dcbd977f.entry.js +0 -1
  300. package/dist/tegel/p-e1842d99.entry.js +0 -1
  301. package/dist/tegel/p-e237cdcc.entry.js +0 -1
  302. package/dist/tegel/p-e7108828.entry.js +0 -1
  303. package/dist/tegel/p-f0d46e61.entry.js +0 -1
  304. package/dist/tegel/p-f823777e.entry.js +0 -1
  305. package/dist/cjs/{isHeadingElement-4f06b688.js → getPreviousNestedChildOfSiblingsMatching-4e700df1.js} +12 -12
  306. package/dist/esm/{isHeadingElement-8efea284.js → getPreviousNestedChildOfSiblingsMatching-a6fcb512.js} +12 -12
@@ -1,4 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  const dropdownOptionCss = ":host{box-sizing:border-box;display:block;background-color:var(--tds-dropdown-option-background)}:host *{box-sizing:border-box}:host .dropdown-option{color:var(--tds-dropdown-option-color);border-bottom:1px solid var(--tds-dropdown-option-border);font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);overflow-wrap:anywhere}:host .dropdown-option.selected{background-color:var(--tds-dropdown-option-background-selected)}:host .dropdown-option.disabled{color:var(--tds-dropdown-option-color-disabled)}:host .dropdown-option button:focus{outline:2px solid var(--tds-blue-400);outline-offset:-2px}:host .dropdown-option button{all:unset;width:100%}:host .dropdown-option button.lg{padding:19px 0 20px}:host .dropdown-option button.md{padding:15px 0 16px}:host .dropdown-option button.sm{padding:11px 0 12px}:host .dropdown-option button .single-select{display:flex;align-items:center;justify-content:space-between;padding:0 16px}:host .dropdown-option .multiselect{width:100%;height:100%}:host .dropdown-option .multiselect tds-checkbox{display:flex;height:100%;width:100%}:host .dropdown-option .multiselect tds-checkbox.lg{padding:15px 16px 16px}:host .dropdown-option .multiselect tds-checkbox.md{padding:11px 16px 12px}:host .dropdown-option .multiselect tds-checkbox.sm{padding:7px 16px 8px}:host .dropdown-option:hover{background-color:var(--tds-dropdown-option-background-hover);cursor:pointer}:host .dropdown-option:hover.disabled{background-color:var(--tds-dropdown-option-background);cursor:not-allowed}:host([hidden]){display:none}";
4
5
  const TdsDropdownOptionStyle0 = dropdownOptionCss;
@@ -67,7 +68,8 @@ const TdsDropdownOption = class {
67
68
  this.selected = selected;
68
69
  }
69
70
  render() {
70
- return (h(Host, { key: '0c0253f02e12d0eb7924969b2d347ab2005d0772', role: "option", "aria-disabled": this.disabled, "aria-selected": this.selected }, h("div", { key: 'ad79763807bb52a3e242989f676a03e85804fc62', class: `dropdown-option
71
+ const prefixedTagNames = getPrefixedTagNames(this.host);
72
+ return (h(Host, { key: '7718cac4b266a8a6e093badf7d6ddb3a3e74fa21', role: "option", "aria-disabled": this.disabled, "aria-selected": this.selected }, h("div", { key: 'c28693ad8721d53cd9da2147058354ccebc8aa07', class: `dropdown-option
71
73
  ${this.size}
72
74
  ${this.selected ? 'selected' : ''}
73
75
  ${this.disabled ? 'disabled' : ''}
@@ -75,13 +77,13 @@ const TdsDropdownOption = class {
75
77
  if (event.key === 'Escape') {
76
78
  this.parentElement.close();
77
79
  }
78
- } }, h("tds-checkbox", { onTdsChange: (event) => {
80
+ } }, h(prefixedTagNames.tdsCheckbox, { onTdsChange: (event) => {
79
81
  this.handleMultiselect(event);
80
82
  }, disabled: this.disabled, checked: this.selected, class: {
81
83
  [this.size]: true,
82
84
  } }, h("div", { slot: "label" }, h("slot", null))))) : (h("button", { onClick: () => {
83
85
  this.handleSingleSelect();
84
- }, onFocus: (event) => this.handleFocus(event), onBlur: (event) => this.handleBlur(event), disabled: this.disabled, class: this.size }, h("div", { class: "single-select" }, h("slot", null), this.selected && h("tds-icon", { name: "tick", size: "16px" })))))));
86
+ }, onFocus: (event) => this.handleFocus(event), onBlur: (event) => this.handleBlur(event), disabled: this.disabled, class: this.size }, h("div", { class: "single-select" }, h("slot", null), this.selected && (h(prefixedTagNames.tdsIcon, { name: "tick", size: "16px" }))))))));
85
87
  }
86
88
  static get delegatesFocus() { return true; }
87
89
  get host() { return getElement(this); }
@@ -1,4 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  /**
4
5
  * Find the next focusable element index in a list of focusable elements.
@@ -402,8 +403,9 @@ const TdsDropdown = class {
402
403
  }
403
404
  render() {
404
405
  var _a, _b, _c, _d;
406
+ const prefixedTagNames = getPrefixedTagNames(this.host);
405
407
  appendHiddenInput(this.host, this.name, (_a = this.value) === null || _a === void 0 ? void 0 : _a.map((value) => value).toString(), this.disabled);
406
- return (h(Host, { key: '62778591bba0279591717580456056657bb96e44', role: "select", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, this.label && this.labelPosition === 'outside' && (h("div", { key: 'd511a016571d4aa5b1b6db2e183356612c354a0b', class: `label-outside ${this.disabled ? 'disabled' : ''}` }, this.label)), h("div", { key: 'e9a1f512fc81191d66918f967bc90cff26f13080', class: `dropdown-select ${this.size} ${this.disabled ? 'disabled' : ''}` }, this.filter ? (h("div", { class: {
408
+ return (h(Host, { key: '4c1cf54198f6f00501c337e858ea391272a551e2', role: "select", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, this.label && this.labelPosition === 'outside' && (h("div", { key: 'aa66572284cfbeb78b2b26edf17aad3ecc9a3c43', class: `label-outside ${this.disabled ? 'disabled' : ''}` }, this.label)), h("div", { key: '114d2d6580dee9739620212079d6e516dacca31e', class: `dropdown-select ${this.size} ${this.disabled ? 'disabled' : ''}` }, this.filter ? (h("div", { class: {
407
409
  filter: true,
408
410
  focus: this.filterFocus,
409
411
  disabled: this.disabled,
@@ -426,11 +428,11 @@ const TdsDropdown = class {
426
428
  this.open = false;
427
429
  }
428
430
  }
429
- })), h("tds-icon", { tabIndex: 0, role: "button", "aria-label": "Clear filter", svgTitle: "Clear filter", onClick: this.handleFilterReset, onKeyDown: (event) => {
431
+ })), h(prefixedTagNames.tdsIcon, { tabIndex: 0, role: "button", "aria-label": "Clear filter", svgTitle: "Clear filter", onClick: this.handleFilterReset, onKeyDown: (event) => {
430
432
  if (event.key === 'Enter') {
431
433
  this.handleFilterReset();
432
434
  }
433
- }, class: `clear-icon ${this.open && this.inputElement.value !== '' ? '' : 'hide'}`, name: "cross", size: "16px" }), h("tds-icon", { tabIndex: 0, role: "button", "aria-label": "Open/Close dropdown", svgTitle: "Open/Close dropdown", onClick: this.handleToggleOpen, onKeyDown: (event) => {
435
+ }, class: `clear-icon ${this.open && this.inputElement.value !== '' ? '' : 'hide'}`, name: "cross", size: "16px" }), h(prefixedTagNames.tdsIcon, { tabIndex: 0, role: "button", "aria-label": "Open/Close dropdown", svgTitle: "Open/Close dropdown", onClick: this.handleToggleOpen, onKeyDown: (event) => {
434
436
  if (event.key === 'Enter') {
435
437
  this.handleToggleOpen();
436
438
  }
@@ -446,11 +448,11 @@ const TdsDropdown = class {
446
448
  label-inside-as-placeholder
447
449
  ${this.size}
448
450
  ${((_c = this.value) === null || _c === void 0 ? void 0 : _c.length) ? 'selected' : ''}
449
- ` }, this.label)), h("div", { class: `placeholder ${this.size}` }, ((_d = this.value) === null || _d === void 0 ? void 0 : _d.length) ? this.getValue() : this.placeholder), h("tds-icon", { "aria-label": "Open/Close dropdown", svgTitle: "Open/Close dropdown", class: `menu-icon ${this.open ? 'open' : 'closed'}`, name: "chevron_down", size: "16px" }))))), h("div", { key: '33d624c7a3669842e5f3c10fff22182185a81eb6', ref: (element) => (this.dropdownList = element), class: `dropdown-list
451
+ ` }, this.label)), h("div", { class: `placeholder ${this.size}` }, ((_d = this.value) === null || _d === void 0 ? void 0 : _d.length) ? this.getValue() : this.placeholder), h(prefixedTagNames.tdsIcon, { "aria-label": "Open/Close dropdown", svgTitle: "Open/Close dropdown", class: `menu-icon ${this.open ? 'open' : 'closed'}`, name: "chevron_down", size: "16px" }))))), h("div", { key: '7087e043f7f55ed270cf75405a04ed930c0117de', ref: (element) => (this.dropdownList = element), class: `dropdown-list
450
452
  ${this.size}
451
453
  ${this.open ? 'open' : 'closed'}
452
454
  ${this.getOpenDirection()}
453
- ${this.label && this.labelPosition === 'outside' ? 'label-outside' : ''}` }, h("slot", { key: 'f65db159240901a2df850c299d926fe2b21d48df', onSlotchange: () => this.handleSlotChange() }), this.filterResult === 0 && this.noResultText !== '' && (h("div", { key: 'a1f2a9b42feea0ca9a332c4ec765b2053a186637', class: `no-result ${this.size}` }, this.noResultText))), this.helper && (h("div", { key: '173ddb47f30e6901198a58221c274ddf4502cf15', class: `helper ${this.error ? 'error' : ''} ${this.disabled ? 'disabled' : ''}` }, this.error && h("tds-icon", { key: 'f68ef6f14584bca3c932655be7e63451aac3863e', name: "error", size: "16px" }), this.helper))));
455
+ ${this.label && this.labelPosition === 'outside' ? 'label-outside' : ''}` }, h("slot", { key: 'b9ca939c2e58a69f66011f812023b03315c5e631', onSlotchange: () => this.handleSlotChange() }), this.filterResult === 0 && this.noResultText !== '' && (h("div", { key: 'd0f2de1b2a6f5a37224ba77a47e746b7892291b6', class: `no-result ${this.size}` }, this.noResultText))), this.helper && (h("div", { key: '86aad799a3ba5950d8df21a3e485f645fd039ffd', class: `helper ${this.error ? 'error' : ''} ${this.disabled ? 'disabled' : ''}` }, this.error && (h(prefixedTagNames.tdsIcon, { key: '9b51e3ffc96dbd1c39f8b8358df8808a447167e3', name: "error", size: "16px" })), this.helper))));
454
456
  }
455
457
  get host() { return getElement(this); }
456
458
  static get watchers() { return {
@@ -1,4 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  const folderTabsCss = ":host{box-sizing:border-box;overflow:hidden;outline:0}:host *{box-sizing:border-box}:host .wrapper{display:flex;overflow-x:scroll;scrollbar-width:none;position:relative}:host .wrapper::-webkit-scrollbar{display:none}:host .scroll-right-button{z-index:1;right:0}:host .scroll-left-button{z-index:1;left:0}:host .scroll-right-button,:host .scroll-left-button{height:50px;color:var(--tds-folder-tabs-scroll-btn-color);cursor:pointer;border:0;width:0;background-color:var(--tds-folder-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-blue-400);outline-offset:-2px}:host .scroll-right-button svg,:host .scroll-left-button svg{fill:var(--tds-folder-tabs-scroll-btn-color)}";
4
5
  const TdsFolderTabsStyle0 = folderTabsCss;
@@ -163,9 +164,10 @@ const TdsFolderTabs = class {
163
164
  this.removeEventListenerFromTabs();
164
165
  }
165
166
  render() {
166
- return (h(Host, { key: '748bacbb3d58d37735385a8c926dacb637d8eff1', role: "list", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: '4c4f764a6a8c8a095bd1d030ef85a34014d8d284', class: "wrapper", ref: (el) => {
167
+ const prefixedTagNames = getPrefixedTagNames(this.host);
168
+ return (h(Host, { key: '7f81db3a95250825f2ad5b6b614af7eddfe33b66', role: "list", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: 'be070eb5e8484fc397426bb8e0c3f35ed4a1e851', class: "wrapper", ref: (el) => {
167
169
  this.navWrapperElement = el;
168
- } }, h("button", { key: 'ca859bdc9b9d10a7bcfaae194bbee508f308c1a2', class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, disabled: !this.showLeftScroll, onClick: () => this.scrollLeft() }, h("tds-icon", { key: '70aaa7044418b79234b9f3bd7eef2c1e0bf96e61', name: "chevron_left", size: "20px" })), h("slot", { key: 'ca1990c7333322885aa37b164cc7d74708b22116', onSlotchange: () => this.handleSlotChange() }), h("button", { key: '6321d42b6a42a9bf63ae844b94541f56806195fd', class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, disabled: !this.showRightScroll, onClick: () => this.scrollRight() }, h("tds-icon", { key: '40a0e7a3297bdf6d4abbe5fc62114020fdb7aee3', name: "chevron_right", size: "20px" })))));
170
+ } }, h("button", { key: '6d3862bddb1407519259a5eab162ab0ddf95e76c', class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, disabled: !this.showLeftScroll, onClick: () => this.scrollLeft() }, h(prefixedTagNames.tdsIcon, { key: 'e36ee18f2896ad27889619a284c8e39ea0397148', name: "chevron_left", size: "20px" })), h("slot", { key: '1b62b7716c519f9eb9c2b2a8eab327a25d621a7e', onSlotchange: () => this.handleSlotChange() }), h("button", { key: 'ac50c266270eab2bc53172f2e000a0d93ca4aa2d', class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, disabled: !this.showRightScroll, onClick: () => this.scrollRight() }, h(prefixedTagNames.tdsIcon, { key: 'c62208f8e55c6d4662872a9b676e9993c61ec03d', name: "chevron_right", size: "20px" })))));
169
171
  }
170
172
  get host() { return getElement(this); }
171
173
  static get watchers() { return {
@@ -1,4 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  const footerGroupCss = ":host{display:block}:host .footer-top-title{font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);opacity:var(--tds-footer-top-title-opacity);color:var(--tds-footer-top-links);padding-bottom:8px}:host button.footer-top-title-button{display:none;border:none;width:100%;font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-top-links);background-color:transparent;text-align:left;padding:19px 24px;justify-content:space-between;border-bottom:1px solid var(--tds-footer-top-divider)}:host button.footer-top-title-button.expanded{border-bottom:none}:host button.footer-top-title-button.expanded tds-icon{transform:rotateZ(180deg)}:host button.footer-top-title-button:hover{cursor:pointer}:host button.footer-top-title-button:active{background-color:var(--tds-footer-top-button-active)}:host button.footer-top-title-button:focus-visible{outline:2px solid var(--tds-blue-400);outline-offset:-2px}:host button.footer-top-title-button tds-icon{transition:transform 0.2s ease-in-out}:host [role=list]{list-style:none;padding:0;margin:0;display:flex;gap:8px}:host [role=list].start,:host [role=list].end{gap:24px}:host [role=list].top-part-child{flex-direction:column}@media all and (max-width: 992px){:host [role=list].start:not(.top-part-child){flex-direction:column}:host [role=list].start:not(.top-part-child).start,:host [role=list].start:not(.top-part-child).end{gap:8px}:host [role=list].top-part-child.closed{display:none}:host [role=list].top-part-child{gap:0}:host .footer-top-title{display:none}:host button.footer-top-title-button{display:flex;align-items:center}}";
4
5
  const TdsFooterGroupStyle0 = footerGroupCss;
@@ -21,11 +22,12 @@ const TdsFooterGroup = class {
21
22
  }
22
23
  }
23
24
  render() {
24
- return (h(Host, { key: 'b704a9cdc581f94a4680793bccc4da44496fe328' }, this.titleText && this.topPartGroup && (h("div", { key: '630d91ff93d0eeb6c0bc603d9255059bad3b8d33', class: "footer-top-title" }, this.titleText)), this.titleText && this.topPartGroup && (h("button", { key: '2a424b0f61fb06b14ae9bb9a611b5264e0854111', onClick: () => {
25
+ const prefixedTagNames = getPrefixedTagNames(this.host);
26
+ return (h(Host, { key: 'e11ef7d9a8aec368d66af7b0cabe26dc902c85a7' }, this.titleText && this.topPartGroup && (h("div", { key: '3e2501b462125c822ae2c88ff730a55c0aad8260', class: "footer-top-title" }, this.titleText)), this.titleText && this.topPartGroup && (h("button", { key: '52daf369f035175fc48ee9199b0f1e7036e7c463', onClick: () => {
25
27
  this.open = !this.open;
26
- }, class: `footer-top-title-button ${this.open ? 'expanded' : 'closed'}` }, this.titleText, h("tds-icon", { key: 'ea2d3d26b0c70d6346b71d98753a6e13bf074351', name: "chevron_down", size: "20px" }))), h("div", { key: '400c3cf5f39e59fa60f26cba45df02ad8b5da063', role: "list", class: `${this.slotPosition ? this.slotPosition : ''}
28
+ }, class: `footer-top-title-button ${this.open ? 'expanded' : 'closed'}` }, this.titleText, h(prefixedTagNames.tdsIcon, { key: '3eb5fa8014c2715c55da365a58956580d1ae0409', name: "chevron_down", size: "20px" }))), h("div", { key: 'fed9169cb09fc437108cdebfaeeccec8574c6040', role: "list", class: `${this.slotPosition ? this.slotPosition : ''}
27
29
  ${this.topPartGroup ? 'top-part-child' : ''}
28
- ${this.open ? 'expanded' : 'closed'}` }, h("slot", { key: '38241a0f3b5a343f5074b113168ba97465f7c209' }))));
30
+ ${this.open ? 'expanded' : 'closed'}` }, h("slot", { key: '30f371244d9019e299e3e1cc0ae515d1e36a5b9b' }))));
29
31
  }
30
32
  get host() { return getElement(this); }
31
33
  };
@@ -1,4 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  const headerBrandSymbolCss = ":host tds-header-item{display:none}:host tds-header-item ::slotted(*){background-image:var(--tds-background-image-scania-symbol-svg), var(--tds-background-image-scania-symbol-png);background-size:30px auto;background-position:center;background-repeat:no-repeat}@media (min-width: 992px){:host tds-header-item{display:block}}";
4
5
  const TdsHeaderBrandSymbolStyle0 = headerBrandSymbolCss;
@@ -8,7 +9,8 @@ const TdsHeaderBrandSymbol = class {
8
9
  registerInstance(this, hostRef);
9
10
  }
10
11
  render() {
11
- return (h(Host, { key: '9b3b472651a6d410b143316851ca701eab5a82c3' }, h("tds-header-item", { key: '843bc3ce81ae39261a7eb4429ed4d9d76f051cfb' }, h("slot", { key: 'd3a939ac410d229c78532c133e54b868507f7aff' }))));
12
+ const prefixedTagNames = getPrefixedTagNames(this.host);
13
+ return (h(Host, { key: '6f237ddae88d1a8c47da6517e69c8a46bde26b2b' }, h(prefixedTagNames.tdsHeaderItem, { key: '9e2eedf7f479dbff34d1e43008d1b3a524431567' }, h("slot", { key: '7d3349600bac83de2347ca11d10434826e24f213' }))));
12
14
  }
13
15
  get host() { return getElement(this); }
14
16
  };
@@ -1,4 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  const tableHeaderCellCss = ":host(.tds-table__header-cell){box-sizing:border-box;font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);display:table-cell;text-align:left;color:var(--tds-table-color);background-color:var(--tds-table-header-background);border-bottom:1px solid var(--tds-table-header-background-hover);padding:0;height:48px;min-width:192px;box-sizing:border-box;vertical-align:middle;overflow:hidden;transition:background-color 200ms ease}:host(.tds-table__header-cell) *{box-sizing:border-box}:host(.tds-table__header-cell) .tds-table__header-text{padding:8px 16px;margin:0}:host(.tds-table__header-cell) .tds-table__header-text-no-padding{padding:0}:host(.tds-table__header-cell--sortable) .tds-table__header-button{display:flex;align-items:center;gap:8px;justify-content:start;flex-direction:row;width:100%;height:100%;padding:0 16px;background-color:transparent;border:none;cursor:pointer;transition:background-color 200ms ease}:host(.tds-table__header-cell--sortable) .tds-table__header-button:focus{outline:2px solid var(--tds-table-header-btn-focus);outline-offset:-2px}:host(.tds-table__header-cell--sortable) .tds-table__header-button:focus .tds-table__header-button-icon{opacity:1}:host(.tds-table__header-cell--sortable) .tds-table__header-button .tds-table__header-button-text{font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);text-align:left;color:var(--tds-table-header-btn-color)}:host(.tds-table__header-cell--sortable) .tds-table__header-button .tds-table__header-button-icon{flex:0 0 16px;height:16px;width:16px;opacity:0;transform-origin:center;transition:opacity 200ms ease-in, transform 200ms ease;fill:var(--tds-table-color)}:host(.tds-table__header-cell--sortable) .tds-table__header-button:hover .tds-table__header-button-icon{opacity:1}:host(.tds-table__header-cell--is-sorted) .tds-table__header-button{background-color:var(--tds-table-header-btn-background)}:host(.tds-table__header-cell--is-sorted) .tds-table__header-button:hover{background-color:var(--tds-table-header-btn-background-hover)}:host(.tds-table__header-cell--is-sorted) .tds-table__header-button .tds-table__header-button-icon{opacity:1}:host(.tds-table__header-cell--is-sorted) .tds-table__header-button .tds-table__header-button-icon--rotate{transform:rotate(180deg)}:host(.tds-table--compact){height:33px}:host(.tds-table--divider){border-right:1px solid var(--tds-table-divider)}:host(.tds-table--divider:last-of-type){border-right:none}:host(.tds-table--no-min-width){min-width:unset}:host(.tds-table--no-padding){height:unset}:host(.tds-table__header-cell:first-of-type){border-top-left-radius:4px}:host(.tds-table__header-cell:last-of-type){border-top-right-radius:4px}:host(.tds-table--extra-column:first-of-type){border-top-left-radius:0}:host(.tds-table--toolbar-available){border-radius:0}:host(.tds-table--extra-column.tds-table--toolbar-available){border-radius:0}:host(.tds-table__header-cell.tds-table--toolbar-available:first-of-type){border-top-left-radius:0}:host(.tds-table__header-cell.tds-table--toolbar-available:last-of-type){border-top-right-radius:0}";
4
5
  const TdsHeaderCellStyle0 = tableHeaderCellCss;
@@ -35,9 +36,9 @@ const TdsTableHeaderCell = class {
35
36
  key: this.cellKey,
36
37
  });
37
38
  };
38
- this.headerCellContent = () => {
39
+ this.headerCellContent = (prefixedTagNames) => {
39
40
  if (this.sortable) {
40
- return (h("button", { class: "tds-table__header-button", onClick: () => this.sortButtonClick(), style: { justifyContent: this.textAlignState } }, h("span", { class: "tds-table__header-button-text" }, this.cellValue, h("slot", null)), this.sortingDirection === undefined && (h("tds-icon", { class: "tds-table__header-button-icon", name: "sorting", size: "16px" })), this.sortingDirection && ['asc', 'desc'].includes(this.sortingDirection) && (h("tds-icon", { class: `tds-table__header-button-icon ${this.sortingDirection === 'asc' ? 'tds-table__header-button-icon--rotate' : ''}`, name: "arrow_down", size: "16px" }))));
41
+ return (h("button", { class: "tds-table__header-button", onClick: () => this.sortButtonClick(), style: { justifyContent: this.textAlignState } }, h("span", { class: "tds-table__header-button-text" }, this.cellValue, h("slot", null)), this.sortingDirection === undefined && (h(prefixedTagNames.tdsIcon, { class: "tds-table__header-button-icon", name: "sorting", size: "16px" })), this.sortingDirection && ['asc', 'desc'].includes(this.sortingDirection) && (h(prefixedTagNames.tdsIcon, { class: `tds-table__header-button-icon ${this.sortingDirection === 'asc' ? 'tds-table__header-button-icon--rotate' : ''}`, name: "arrow_down", size: "16px" }))));
41
42
  }
42
43
  return (h("p", { class: {
43
44
  'tds-table__header-text': true,
@@ -111,7 +112,8 @@ const TdsTableHeaderCell = class {
111
112
  this.host.closest('tds-table').getElementsByTagName('tds-table-toolbar').length >= 1;
112
113
  }
113
114
  render() {
114
- return (h(Host, { key: '6a051465b3a5af5460f7c5ac112798b521f9b4a8', class: {
115
+ const prefixedTagNames = getPrefixedTagNames(this.host);
116
+ return (h(Host, { key: '0dc5485f665fc02b21ed16b04e130b49037fa491', class: {
115
117
  'tds-table__header-cell': true,
116
118
  'tds-table__header-cell--sortable': this.sortable,
117
119
  'tds-table__header-cell--is-sorted': this.sortedByMyKey,
@@ -122,7 +124,7 @@ const TdsTableHeaderCell = class {
122
124
  'tds-table--extra-column': this.multiselect || this.expandableRows,
123
125
  'tds-table--toolbar-available': this.enableToolbarDesign,
124
126
  'tds-table--no-padding': this.disablePadding,
125
- }, style: { minWidth: this.customWidth }, onMouseOver: () => this.onHeadCellHover(this.cellKey), onMouseLeave: () => this.onHeadCellHover('') }, this.headerCellContent()));
127
+ }, style: { minWidth: this.customWidth }, onMouseOver: () => this.onHeadCellHover(this.cellKey), onMouseLeave: () => this.onHeadCellHover('') }, this.headerCellContent(prefixedTagNames)));
126
128
  }
127
129
  get host() { return getElement(this); }
128
130
  };
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
- import { g as getPreviousNestedChildOfSiblingsMatching, i as isHeadingElement } from './isHeadingElement-8efea284.js';
2
+ import { g as getPreviousNestedChildOfSiblingsMatching, i as isHeadingElement } from './getPreviousNestedChildOfSiblingsMatching-a6fcb512.js';
3
3
  import './dfs-1e574d5f.js';
4
4
 
5
5
  const headerDropdownListCss = ":host{display:block;width:190px;padding:0;margin:0;list-style:none;border-radius:unset;background-color:var(--tds-header-app-launcher-menu-bg)}@media all and (max-width: 384px){:host{width:100vw}}:host([size=lg]){width:320px}";
@@ -1,5 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { g as generateUniqueId } from './generateUniqueId-7934d315.js';
3
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
3
4
 
4
5
  const headerDropdownCss = ":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{height:var(--tds-header-height);position:relative}:host .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-top-right-radius:0;border-top-left-radius:0}:host .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 .menu::-webkit-scrollbar{width:var(--tds-scrollbar-width)}:host .menu::-webkit-scrollbar-track{background:var(--tds-scrollbar-track-color)}:host .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 .menu::-webkit-scrollbar-button{height:0;width:0}@supports not selector(::-webkit-scrollbar){:host .menu{scrollbar-color:var(--tds-scrollbar-thumb-color) var(--tds-scrollbar-track-color);scrollbar-width:var(--tds-scrollbar-width-standard)}}:host .state-open .dropdown-icon{transform:rotatetds-z-index(180deg)}:host .state-open .button{position:relative;z-index:901}";
5
6
  const TdsHeaderDropdownStyle0 = headerDropdownCss;
@@ -31,13 +32,14 @@ const TdsHeaderDropdown = class {
31
32
  this.open = !this.open;
32
33
  }
33
34
  render() {
34
- return (h(Host, { key: '73a8e824b891f66806fad583470460a30af641de' }, h("div", { key: '81e78a9f21b152ae4698ec6f693ead79eb40f936', class: {
35
+ const prefixedTagNames = getPrefixedTagNames(this.host);
36
+ return (h(Host, { key: '7e2cd60291832d0b78a7bb314f28c7bca0741ff5' }, h("div", { key: '5c7aa66e35135d792e7e17983913057bacae0a81', class: {
35
37
  'state-open': this.open,
36
- } }, h("tds-header-item", { key: 'aab78709417d1fd623c9a9969246434d78bcc055', class: "button", active: this.open, selected: this.selected }, h("button", { key: 'dff4234a39520177ba3cc058511144431facb944', ref: (el) => {
38
+ } }, h(prefixedTagNames.tdsHeaderItem, { key: '074a2bcc6b24729de6725022b249c7a77e3d2e3f', class: "button", active: this.open, selected: this.selected }, h("button", { key: '60b484244a06d6fff7df7fbfec57276acfc0deae', ref: (el) => {
37
39
  this.buttonEl = el;
38
40
  }, "aria-expanded": `${this.open}`, "aria-controls": `launcher-${this.uuid}`, "aria-current": this.selected ? 'location' : 'false', onClick: () => {
39
41
  this.toggleDropdown();
40
- } }, h("slot", { key: 'ec32e95833f0bc4a93a18c0058c7bea979cde638', name: "icon" }), this.label, h("slot", { key: 'ab077d925ecbc941446bb9f1f6755dccae26e0ae', name: "label" }), !this.noDropdownIcon && (h("tds-icon", { key: 'eb45d913a11433c12e5add804c88fd7c33e343ea', class: "dropdown-icon", name: "chevron_down", size: "16px" })))), this.buttonEl && (h("tds-popover-canvas", { key: 'bc15799eeb488984d58abe21cfc27ba695a395a0', id: `tds-dropdown-${this.uuid}`, class: "menu", referenceEl: this.buttonEl, placement: "bottom-start", show: this.open, offsetDistance: 0, modifiers: [
42
+ } }, h("slot", { key: 'b2a7281717686f186aeb9ccba55854362e4fad65', name: "icon" }), this.label, h("slot", { key: '6f9684dc01fe44c3a0e88f98ab276c6cc610b8cf', name: "label" }), !this.noDropdownIcon && (h(prefixedTagNames.tdsIcon, { key: 'e8a4ae7c78551f0578dbc0f97866d06a3efcce1e', class: "dropdown-icon", name: "chevron_down", size: "16px" })))), this.buttonEl && (h(prefixedTagNames.tdsPopoverCanvas, { key: '4cc743cd081481ed5558a2bfbc92048d25563e94', id: `tds-dropdown-${this.uuid}`, class: "menu", referenceEl: this.buttonEl, placement: "bottom-start", show: this.open, offsetDistance: 0, modifiers: [
41
43
  {
42
44
  name: 'flip',
43
45
  options: {
@@ -1,5 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { i as inheritAriaAttributes } from './inheritAriaAttributes-04f2f252.js';
3
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
3
4
  import './inheritAttributes-d21e267b.js';
4
5
 
5
6
  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}}";
@@ -10,8 +11,9 @@ const TdsHeaderHamburger = class {
10
11
  registerInstance(this, hostRef);
11
12
  }
12
13
  render() {
14
+ const prefixedTagNames = getPrefixedTagNames(this.host);
13
15
  const inheritedButtonProps = Object.assign({}, inheritAriaAttributes(this.host));
14
- return (h(Host, { key: 'fa81c06234538414f64c983239c34b7a32184d35' }, h("tds-header-item", { key: '5c1168413c62c9f51df5d15bc4b1c12f971cf2f8' }, h("button", Object.assign({ key: 'e2225a6e50590b6b25d282737e2198cbd6bf1458' }, inheritedButtonProps), h("tds-icon", { key: '5659662f934a61c57b981a24e27cc4e25247cbf7', class: "icon", name: "burger", size: "20px" })))));
16
+ return (h(Host, { key: 'b44b763cd492848f49ffb03f20a84479bbf4dc6f' }, h(prefixedTagNames.tdsHeaderItem, { key: '2e545cec7a232a21184f01f0b6b03e411131f0c4' }, h("button", Object.assign({ key: '650633e93ff94d94a79662b13217cea3aaa8ea22' }, inheritedButtonProps), h(prefixedTagNames.tdsIcon, { key: '25ddaf1f48ae43f45040059fafd465de64a71a1f', class: "icon", name: "burger", size: "20px" })))));
15
17
  }
16
18
  get host() { return getElement(this); }
17
19
  };
@@ -1,18 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { d as dfs } from './dfs-1e574d5f.js';
3
-
4
- const coreHeaderItemCss = ":host{font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-header-nav-item-color)}:host .item{all:unset;box-sizing:border-box;display:flex;justify-content:center;align-items:center;min-width:var(--tds-header-height);height:var(--tds-header-height);margin:0}:host .item *{box-sizing:border-box}:host slot{white-space:nowrap}:host ::slotted(svg){font-size:20px}";
5
- const TdsCoreHeaderItemStyle0 = coreHeaderItemCss;
6
-
7
- const TdsCoreHeaderItem = class {
8
- constructor(hostRef) {
9
- registerInstance(this, hostRef);
10
- }
11
- render() {
12
- return (h(Host, { key: 'ef3825bce10e5d23e01b4be557014a5c90b8e7de' }, h("div", { key: '134696c5345b16dc15dc1940d7d42066597b3a4e', class: "item" }, h("slot", { key: '9e8fbe10a25cb6005d2ff03ce00adc5c6cdad495' }))));
13
- }
14
- };
15
- TdsCoreHeaderItem.style = TdsCoreHeaderItemStyle0;
3
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
16
4
 
17
5
  const headerItemCss = ":host ::slotted(button),:host ::slotted(a){all:unset;box-sizing:border-box;background-color:var(--tds-header-background);border-right:1px solid var(--tds-header--basic-element-border);width:100%;height:100%;cursor:pointer;padding:0 24px;display:flex;align-items:center;gap:8px}:host ::slotted(button) *,:host ::slotted(a) *{box-sizing:border-box}:host ::slotted(button:hover),:host ::slotted(a:hover){background-color:var(--tds-header-item-hover)}:host ::slotted(button:focus-visible),:host ::slotted(a:focus-visible){outline:2px solid var(--tds-blue-400);outline-offset:-2px}:host .component-active ::slotted(button),:host .component-active ::slotted(a){background-color:var(--tds-header--basic-element-background-open);color:var(--tds-header-nav-item-dropdown-opened-color);border-color:var(--tds-header--basic-element-border-open)}:host .component-selected:not(.component-active) ::slotted(button),:host .component-selected:not(.component-active) ::slotted(a){background-color:var(--tds-header--basic-element-background-selected);padding-top:4px;border-bottom-style:solid;border-bottom-width:4px;border-bottom-color:var(--tds-nav-item-border-color-active)}";
18
6
  const TdsHeaderItemStyle0 = headerItemCss;
@@ -52,13 +40,14 @@ const TdsHeaderItem = class {
52
40
  this.slotEl.addEventListener('slotchange', this.updateSlottedElements);
53
41
  }
54
42
  render() {
55
- return (h(Host, { key: 'd5f256a30d131817e23f428b87a3604e2a299ad6' }, h("tds-core-header-item", { key: 'd2dc6486839af96bbd10938bf9e03ff50123da4f', class: {
56
- 'component-active': this.active,
43
+ const prefixedTagNames = getPrefixedTagNames(this.host);
44
+ return (h(Host, { key: '53e959002a5dd092b8a21b1746f2677b9e8f1bf6' }, h(prefixedTagNames.tdsCoreHeaderItem, { key: '32993eb9fd4c7ccfa0dc0a9af898ebd082e39ecd', class: {
45
+ 'component-active and-other': this.active,
57
46
  'component-selected': this.selected,
58
- } }, h("slot", { key: 'a89a44221fe947e4075e6889ed3e3cf8478f6e96' }))));
47
+ } }, h("slot", { key: '3bbed91129ca0fe39e5edd287407b44d35e1f6d9' }))));
59
48
  }
60
49
  get host() { return getElement(this); }
61
50
  };
62
51
  TdsHeaderItem.style = TdsHeaderItemStyle0;
63
52
 
64
- export { TdsCoreHeaderItem as tds_core_header_item, TdsHeaderItem as tds_header_item };
53
+ export { TdsHeaderItem as tds_header_item };
@@ -1,5 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { i as inheritAriaAttributes } from './inheritAriaAttributes-04f2f252.js';
3
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
3
4
  import './inheritAttributes-d21e267b.js';
4
5
 
5
6
  const headerLauncherButtonCss = ":host{display:block}:host tds-header-item{display:block}:host .icon{position:relative;margin-left:-6px;left:3px;transition:all 0.2s ease-in-out}";
@@ -11,9 +12,10 @@ const TdsHeaderLauncherButton = class {
11
12
  this.active = false;
12
13
  }
13
14
  render() {
15
+ const prefixedTagNames = getPrefixedTagNames(this.host);
14
16
  this.ariaAttributes = Object.assign(Object.assign({}, this.ariaAttributes), inheritAriaAttributes(this.host));
15
17
  const buttonProps = Object.assign({}, this.ariaAttributes);
16
- return (h(Host, { key: 'ee714e05a3585542850f433cd81ed25d95a14070' }, h("tds-header-item", { key: '0a7c7b20fa872c1ccd4e0760b9f68743ec6c761f', active: this.active }, h("button", Object.assign({ key: '1b0c93c04e5206dc47fe3df3a158e16ed624f8e1' }, buttonProps), h("tds-icon", { key: '11a961f7e11d741108a450ef1a2fa1b22f5520a8', class: "icon", name: "bento", size: "20px" })))));
18
+ return (h(Host, { key: '7b3cdd607d43179c06df73f9c1e93cc8a3d34110' }, h(prefixedTagNames.tdsHeaderItem, { key: '34947ba38eb0a041e98ad33ee3d9f3eb23d09d80', active: this.active }, h("button", Object.assign({ key: 'a54b553fc4da95d6655a1a508c61e9effb87e804' }, buttonProps), h(prefixedTagNames.tdsIcon, { key: 'bcbb1a11a47b1d278b46456fdc08e79aff248de6', class: "icon", name: "bento", size: "20px" })))));
17
19
  }
18
20
  get host() { return getElement(this); }
19
21
  };
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
- import { g as getPreviousNestedChildOfSiblingsMatching, i as isHeadingElement } from './isHeadingElement-8efea284.js';
2
+ import { g as getPreviousNestedChildOfSiblingsMatching, i as isHeadingElement } from './getPreviousNestedChildOfSiblingsMatching-a6fcb512.js';
3
3
  import './dfs-1e574d5f.js';
4
4
 
5
5
  const headerLauncherGridCss = ".tds-header-launcher-grid{box-sizing:border-box;padding:12px;margin:0;list-style:none;width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;border-radius:none}";
@@ -1,4 +1,5 @@
1
- import { r as registerInstance, h, H as Host } from './index-51d04e39.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  const headerLauncherListItemCss = ":host{display:block;border-bottom:1px solid var(--tds-nav-dropdown-item-border-color)}";
4
5
  const TdsHeaderLauncherListItemStyle0 = headerLauncherListItemCss;
@@ -8,8 +9,10 @@ const TdsHeaderLauncherListItem = class {
8
9
  registerInstance(this, hostRef);
9
10
  }
10
11
  render() {
11
- return (h(Host, { key: '1b2afd6810710416ac4362d00af34f2ec889ea1f' }, h("tds-header-dropdown-list-item", { key: '860b07b16c713c8a74e7443c452263e054c6aebd', size: "lg" }, h("slot", { key: '521f412cd86ae413537bca6821f9c95bce075f63' }))));
12
+ const prefixedTagNames = getPrefixedTagNames(this.host);
13
+ return (h(Host, { key: 'dc91e95bff5fc5a24a7888e8ea1c09d9f6ddd381' }, h(prefixedTagNames.tdsHeaderDropdownListItem, { key: '25c61bb9c8600a30fad53b1265f8b3608aaa510c', size: "lg" }, h("slot", { key: '02c4962deca0829a70e9a6d8dbd9a26d4a721933' }))));
12
14
  }
15
+ get host() { return getElement(this); }
13
16
  };
14
17
  TdsHeaderLauncherListItem.style = TdsHeaderLauncherListItemStyle0;
15
18
 
@@ -1,5 +1,6 @@
1
- import { r as registerInstance, h, H as Host } from './index-51d04e39.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { g as generateUniqueId } from './generateUniqueId-7934d315.js';
3
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
3
4
 
4
5
  const TdsHeaderLauncherList = class {
5
6
  constructor(hostRef) {
@@ -7,8 +8,10 @@ const TdsHeaderLauncherList = class {
7
8
  this.uuid = generateUniqueId();
8
9
  }
9
10
  render() {
10
- return (h(Host, { key: '3e4fe30a4ec6234898314d838831ffccdaf37ccf' }, h("tds-header-dropdown-list", { key: '0a3926403b5800b45433edd035f700a6778bbc2b', size: "lg" }, h("slot", { key: 'bcbe4495b9f136b07a5c3c1e7062ec116707a5e4' }))));
11
+ const prefixedTagNames = getPrefixedTagNames(this.host);
12
+ return (h(Host, { key: '181fea64b9b0c467cc3f87284a35bcd4f3744bfe' }, h(prefixedTagNames.tdsHeaderDropdownList, { key: 'fa756f0269c590d9d56741a4e5c79f0f2e276144', size: "lg" }, h("slot", { key: 'c7e198458ec21f602d432485d84e72af3b16e26b' }))));
11
13
  }
14
+ get host() { return getElement(this); }
12
15
  };
13
16
 
14
17
  export { TdsHeaderLauncherList as tds_header_launcher_list };
@@ -1,6 +1,7 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { g as generateUniqueId } from './generateUniqueId-7934d315.js';
3
3
  import { i as inheritAriaAttributes } from './inheritAriaAttributes-04f2f252.js';
4
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
4
5
  import './inheritAttributes-d21e267b.js';
5
6
 
6
7
  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}";
@@ -29,17 +30,18 @@ const TdsHeaderLauncher = class {
29
30
  this.open = !this.open;
30
31
  }
31
32
  render() {
33
+ const prefixedTagNames = getPrefixedTagNames(this.host);
32
34
  this.ariaAttributes = Object.assign(Object.assign({}, this.ariaAttributes), inheritAriaAttributes(this.host, ['role']));
33
35
  const buttonAttributes = Object.assign(Object.assign({}, this.ariaAttributes), { 'aria-expanded': `${this.open}`, 'aria-controls': `launcher-${this.uuid}`, 'class': 'button', 'active': this.open, 'onClick': () => {
34
36
  this.toggleLauncher();
35
37
  }, 'ref': (el) => {
36
38
  this.buttonEl = el;
37
39
  } });
38
- return (h(Host, { key: '28c3cec9d319219a00783f0743fc7e035b9b63f5' }, h("div", { key: 'a4372783a69578e1965bb14b2b3ad12e2752c472', class: {
40
+ return (h(Host, { key: '676852dc130a6ac9500239445c8eefc244aba92d' }, h("div", { key: '320336c1b9f9d4e152b4d0977caffaa0a212ec90', class: {
39
41
  'wrapper': true,
40
42
  'state-open': this.open,
41
43
  'state-list-type-menu': this.hasListTypeMenu,
42
- } }, h("tds-header-launcher-button", Object.assign({ key: 'cad014a13dcd193c0b829033d600c07a342a78cc' }, buttonAttributes)), this.buttonEl && (h("tds-popover-canvas", { key: '64c9c7e77f6e6825bd0ace40543e10c1444cb290', id: `tds-launcher-${this.uuid}`, class: "menu", referenceEl: this.buttonEl, placement: "bottom-start", show: this.open, offsetDistance: 0, modifiers: [
44
+ } }, h(prefixedTagNames.tdsHeaderLauncherButton, Object.assign({ key: 'e342ef3f5bc23a694186c1c729cef676dc8c7f1e' }, buttonAttributes)), this.buttonEl && (h(prefixedTagNames.tdsPopoverCanvas, { key: '3c49f19fcca97529596140f707625b3192ec7758', id: `tds-launcher-${this.uuid}`, class: "menu", referenceEl: this.buttonEl, placement: "bottom-start", show: this.open, offsetDistance: 0, modifiers: [
43
45
  {
44
46
  name: 'flip',
45
47
  options: {
@@ -1,4 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
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);opacity:var(--tds-inline-tabs-horizontal-divider-opacity);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-blue-400);outline-offset:-2px}:host .scroll-right-button svg,:host .scroll-left-button svg{fill:var(--tds-folder-tabs-scroll-btn-color)}";
4
5
  const TdsInlineTabsStyle0 = inlineTabsCss;
@@ -170,9 +171,10 @@ const TdsInlineTabs = class {
170
171
  this.removeEventListenerFromTabs();
171
172
  }
172
173
  render() {
173
- return (h(Host, { key: '20c44d2457fe1115cf322182f0a69e84b9a65107', role: "list", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: '3d4aa2b1ed18f1f8f481eda3d21473d8bfbc195e', class: "wrapper", ref: (el) => {
174
+ const prefixedTagNames = getPrefixedTagNames(this.host);
175
+ return (h(Host, { key: 'bc607732f1152e69199b3fca66efc4ebfd9683f7', role: "list", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: 'ac41e6a7b6495c4ae9516a7e76e36f26be0b13d5', class: "wrapper", ref: (el) => {
174
176
  this.navWrapperElement = el;
175
- }, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: 'af53b300c3420a52fd2cad793ca9acb333e71478', class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: 'd21f7a30e597d429eccedcaa8569e7dc7170c145', name: "chevron_left", size: "20px" })), h("slot", { key: '39e1b21aa75fa86850827f87f5793292d01a97c7', onSlotchange: () => this.handleSlotChange() }), h("button", { key: '8848014869eb92505d97f15cc3f8f2234dadc9c5', class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: '130a7c2c926b312491f735dac63b67e91a632058', name: "chevron_right", size: "20px" })))));
177
+ }, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: '02979087fbd289a8959e63c3960aa34e431505bc', class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h(prefixedTagNames.tdsIcon, { key: 'e60e28cd233f054cde23c03b21a98185f18c82c1', name: "chevron_left", size: "20px" })), h("slot", { key: '82a24bd27e62b3dc58457a0a4ed9ee8fa1c2a6f7', onSlotchange: () => this.handleSlotChange() }), h("button", { key: 'bea28e92a4cbe56d35106b399b8bc7734dc04290', class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h(prefixedTagNames.tdsIcon, { key: '55317e5de61ad0ab7713852dc067e6f254d57988', name: "chevron_right", size: "20px" })))));
176
178
  }
177
179
  get host() { return getElement(this); }
178
180
  static get watchers() { return {
@@ -1,4 +1,5 @@
1
- import { r as registerInstance, h, H as Host } from './index-51d04e39.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  const messageCss = ":host .wrapper{display:flex;padding:16px;background-color:var(--tds-message-background);border-radius:4px}:host .wrapper.information{border-left:4px solid var(--tds-information)}:host .wrapper.information tds-icon{color:var(--tds-information)}:host .wrapper.success{border-left:4px solid var(--tds-positive)}:host .wrapper.success tds-icon{color:var(--tds-positive)}:host .wrapper.error{background-color:var(--tds-message-type-error-background);border-left:4px solid var(--tds-negative)}:host .wrapper.error tds-icon{color:var(--tds-negative)}:host .wrapper.warning{border-left:4px solid var(--tds-warning)}:host .wrapper.warning tds-icon{color:var(--tds-warning)}:host .wrapper.minimal{border:none;display:flex;align-items:center;padding:0;background-color:transparent}:host .wrapper.minimal .header{font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls)}:host .wrapper.minimal.error .header{color:var(--tds-negative)}:host tds-icon{padding-right:16px}:host .content{display:flex;flex-direction:column;gap:4px;color:var(--tds-message-color);padding:2px 0}:host .content .header{font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls)}:host .content .extended-message{color:var(--tds-message-color);font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls)}:host .tds-mode-variant-primary{--tds-message-background:var(--tds-message-background-primary)}:host .tds-mode-variant-secondary{--tds-message-background:var(--tds-message-background-secondary)}";
4
5
  const TdsMessageStyle0 = messageCss;
@@ -27,11 +28,13 @@ const TdsMessage = class {
27
28
  this.minimal = false;
28
29
  }
29
30
  render() {
30
- return (h(Host, { key: 'b270c0935bf7eb09d16df32854c5a9411a78fba9' }, h("div", { key: '668d8a6a940ce0f972c2398d063640b38e307219', class: `
31
+ const prefixedTagNames = getPrefixedTagNames(this.host);
32
+ return (h(Host, { key: '388273d2a33152931a10fa1a26b2de908392aff6' }, h("div", { key: '65f066f605a1cc7efe87ead5375b8f556476deef', class: `
31
33
  wrapper ${this.variant}
32
34
  ${this.minimal ? 'minimal' : ''}
33
- ${this.modeVariant !== null ? `tds-mode-variant-${this.modeVariant}` : ''}` }, !this.noIcon && h("tds-icon", { key: 'bfa6b4c85c649cd3cff00eb121ba9df08b02d65f', name: this.getIconName(), size: "20px" }), h("div", { key: '4239603ea7d58ed79ea6bb4cf212d4405204b2a6', class: `content` }, this.header && h("div", { key: '5c8ad00a65d6310a86a353580e98e45b056c9a96', class: "header" }, this.header), !this.minimal && (h("div", { key: 'd0087a45aa622374dfcc1b6d791a82b0c14b64cf', class: "extended-message" }, h("slot", { key: '8fdfd7079bc6473ea8d8eff72874827f3f9bcae1' })))))));
35
+ ${this.modeVariant !== null ? `tds-mode-variant-${this.modeVariant}` : ''}` }, !this.noIcon && (h(prefixedTagNames.tdsIcon, { key: '291a17b2822d1d2ac9e6781d5097038ca29ef7d2', name: this.getIconName(), size: "20px" })), h("div", { key: '215381c9cfce537513900866d4f770218bf31662', class: `content` }, this.header && h("div", { key: 'c11eb4ca87b49fb7ddf98f6b5d0f8f1d56429b9d', class: "header" }, this.header), !this.minimal && (h("div", { key: '27e69500df32197323fc1e05bebb819be2f882e4', class: "extended-message" }, h("slot", { key: 'd50e21441cf16f1457072a933e8459c16170f3aa' })))))));
34
36
  }
37
+ get host() { return getElement(this); }
35
38
  };
36
39
  TdsMessage.style = TdsMessageStyle0;
37
40
 
@@ -1,5 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { h as hasSlot } from './hasSlot-d52114d0.js';
3
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
3
4
 
4
5
  const modalCss = ".tds-modal{box-sizing:border-box;background-color:var(--tds-modal-background);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:5px;background-color:var(--tds-grey-300);border-radius:0 1em 1em 0}.tds-modal::-webkit-scrollbar-track{background-color:var(--tds-grey-300);border-radius:0 1em 1em 0}.tds-modal::-webkit-scrollbar-thumb{background-color:var(--tds-grey-500);border-radius:0 1em 1em 0}.tds-modal__actions-sticky{overflow:hidden;display:flex;flex-direction:column}.tds-modal__actions-sticky .body{font:var(--tds-body-01);letter-spacing:var(--tds-body-01-ls);max-height:calc(85vh - 36px);overflow-y:auto}.tds-modal__actions-sticky slot[name=actions]{bottom:-1px;left:0;right:0;background-color:var(--tds-modal-background);padding:var(--tds-spacing-element-24) var(--tds-spacing-element-16) var(--tds-spacing-element-16);display:flex;gap:16px}.tds-modal__actions-static slot[name=actions]{background-color:var(--tds-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:var(--tds-spacing-element-16);position:sticky;top:0;background-color:var(--tds-modal-background);z-index:1}.header,slot[name=header]::slotted(*){color:var(--tds-modal-text);font:var(--tds-headline-05) !important;letter-spacing:var(--tds-headline-05-ls) !important;margin:0;flex:1}.body{color:var(--tds-modal-text);font:var(--tds-body-01);letter-spacing:var(--tds-body-01-ls);overflow-y:visible;padding:0 var(--tds-spacing-element-16) var(--tds-spacing-element-16);}.body::-webkit-scrollbar{width:5px;background-color:var(--tds-grey-300)}.body::-webkit-scrollbar-track{background-color:var(--tds-grey-300)}.body::-webkit-scrollbar-thumb{background-color:var(--tds-grey-500)}.tds-modal-backdrop{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--tds-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(--tds-modal-icon);cursor:pointer}.tds-modal-close:focus{outline:2px solid var(--tds-blue-400);outline-offset:-2px}@media (min-width: 320px){.tds-modal-close{margin-left:var(--tds-spacing-element-16)}}@media (min-width: 1056px){.tds-modal-close{margin-left:var(--tds-spacing-element-48)}}.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:var(--tds-spacing-element-16)}}@media (min-width: 1056px){.tds-modal-close-btn{margin-left:var(--tds-spacing-element-48)}}.tds-modal-close-btn svg{fill:var(--tds-modal-icon)}.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}";
5
6
  const TdsModalStyle0 = modalCss;
@@ -111,9 +112,10 @@ const TdsModal = class {
111
112
  });
112
113
  }
113
114
  render() {
115
+ const prefixedTagNames = getPrefixedTagNames(this.host);
114
116
  const usesHeaderSlot = hasSlot('header', this.host);
115
117
  const usesActionsSlot = hasSlot('actions', this.host);
116
- return (h(Host, { key: 'c39328a5796996173d2a484b7b509d03524cb2d6', class: `${this.isShown ? 'show' : 'hide'}`, onClick: (event) => this.handleOverlayClick(event) }, h("div", { key: 'f270ed2ab8f671418d5196cda7d4085d6fa69d02', class: "tds-modal-backdrop" }), h("div", { key: '8d4670500365548f786a3c6200f9395998198ac0', class: `tds-modal tds-modal__actions-${this.actionsPosition} tds-modal-${this.size}` }, h("div", { key: '27a05c42f14827b74b560e1f0b23286c851ff676', class: "header" }, this.header && h("div", { key: 'dadbb997eec4b06e6a64a7cdc800603653053862', class: "header-text" }, this.header), usesHeaderSlot && h("slot", { key: '07beeba1aea6030fd1c9f2c0aac132828e28a481', name: "header" }), this.closable && (h("button", { key: 'e2c25399c520409e8d98345d715a9ea9a4ddfb14', class: "tds-modal-close", "aria-label": "close", onClick: (event) => this.handleClose(event) }, h("tds-icon", { key: 'd74d288daea98783e8f4649e0320ce1f9e3b68d0', name: "cross", size: "20px" })))), h("div", { key: '594f17d9eba2cb2ec6ffc7382669caba1f5f525a', class: "body" }, h("slot", { key: 'dcdaede2986c40a927a74608bed7145696871962', name: "body" })), usesActionsSlot && h("slot", { key: 'e0403d1f1201833742925ae8cbb599c2d9ba7b94', name: "actions" }))));
118
+ return (h(Host, { key: 'c132c58c8fad8644529d3da69c24b0ab2adf9df1', class: `${this.isShown ? 'show' : 'hide'}`, onClick: (event) => this.handleOverlayClick(event) }, h("div", { key: '7f68b5d68ec5fd68236df07fee40ec54ef5e3728', class: "tds-modal-backdrop" }), h("div", { key: '6a6b336f9e3f79953605351b124f672e42d88147', class: `tds-modal tds-modal__actions-${this.actionsPosition} tds-modal-${this.size}` }, h("div", { key: '826344b73843c905780a54c60e12c083c910dd5c', class: "header" }, this.header && h("div", { key: '5e9deedca44877bd6d0440996e73b683cda520eb', class: "header-text" }, this.header), usesHeaderSlot && h("slot", { key: '3c0dd4c3fdd4975dcaa43144e93ec9b5c044656c', name: "header" }), this.closable && (h("button", { key: '90861404b8b329b34827138bf4221ebe29737e82', class: "tds-modal-close", "aria-label": "close", onClick: (event) => this.handleClose(event) }, h(prefixedTagNames.tdsIcon, { key: '563e956985492fc9f5c16b374f60c979bf746c62', name: "cross", size: "20px" })))), h("div", { key: 'aeb5db11812c6e1f6723ed12c1d3c8ea8efbe33e', class: "body" }, h("slot", { key: '7214799883b11d5b4b2f45ebafd6cd6b69b9f896', name: "body" })), usesActionsSlot && h("slot", { key: '0e93478772268d86115d4f6f0bfa6c62b52040f7', name: "actions" }))));
117
119
  }
118
120
  get host() { return getElement(this); }
119
121
  };
@@ -1,4 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-51d04e39.js';
2
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
2
3
 
3
4
  const navigationTabsCss = ":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);opacity:var(--tds-inline-tabs-horizontal-divider-opacity);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-blue-400);outline-offset:-2px}:host .scroll-right-button svg,:host .scroll-left-button svg{fill:var(--tds-folder-tabs-scroll-btn-color)}";
4
5
  const TdsNavigationTabsStyle0 = navigationTabsCss;
@@ -170,9 +171,10 @@ const TdsNavigationTabs = class {
170
171
  this.removeEventListenerFromTabs();
171
172
  }
172
173
  render() {
173
- return (h(Host, { key: 'fbb3223e9c88c43d51773210c5599cc644fc8df5', role: "list", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: 'dbcd27f8adba0b6ef38071346bf38eba6dcaedd1', class: "wrapper", ref: (el) => {
174
+ const prefixedTagNames = getPrefixedTagNames(this.host);
175
+ return (h(Host, { key: 'fc517a4647224414ac6b1643b7ff3cb94810e69c', role: "list", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: '4a26e80281ecc5a791a8c5eee623fdc8a1630f68', class: "wrapper", ref: (el) => {
174
176
  this.navWrapperElement = el;
175
- }, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: 'afdac4d596a8b9ea1de0fc483eda96d487ad17ed', class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h("tds-icon", { key: '1ff5064f5bd2b5ba26e0e28b7d3beeae892a2a67', name: "chevron_left", size: "20px" })), h("slot", { key: 'bfcf00b43116a1c03507a5d93bd0bafc2a987eb7', onSlotchange: () => this.handleSlotChange() }), h("button", { key: 'af4361d7dc949762577e3d74162bfa768f6dfa89', class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h("tds-icon", { key: '7ffa8829a1b2ae8f408aa1bab6770f27726fb1c1', name: "chevron_right", size: "20px" })))));
177
+ }, style: { paddingLeft: `${this.leftPadding}px` } }, h("button", { key: '6b60e0b9635abf48ca821f8e157b2dff42f8ea24', class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, h(prefixedTagNames.tdsIcon, { key: 'eccc37fc81804e909bec8a77279fee3eb156aaa2', name: "chevron_left", size: "20px" })), h("slot", { key: 'f48ae4ce1f825415a5c70d86a73caad8411b9bec', onSlotchange: () => this.handleSlotChange() }), h("button", { key: 'd0fca82d30d9e354edd26147be75f03fbabdedc0', class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, h(prefixedTagNames.tdsIcon, { key: 'bc9270c86e3bfbdfb9168f12865d294f2e7fba3a', name: "chevron_right", size: "20px" })))));
176
178
  }
177
179
  get host() { return getElement(this); }
178
180
  static get watchers() { return {
@@ -1,5 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { i as inheritAttributes } from './inheritAttributes-d21e267b.js';
3
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
3
4
 
4
5
  const popoverCanvasCss = ".tds-popover-canvas.sc-tds-popover-canvas{box-sizing:border-box;display:inline-block;color:var(--tds-popover-canvas-color);background-color:var(--tds-popover-canvas-background);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-canvas.sc-tds-popover-canvas *.sc-tds-popover-canvas{box-sizing:border-box}";
5
6
  const TdsPopoverCanvasStyle0 = popoverCanvasCss;
@@ -27,12 +28,13 @@ const TdsPopoverCanvas = class {
27
28
  }
28
29
  render() {
29
30
  var _a;
30
- return (h(Host, { key: '6585164269ddef7083e5aed2bcfa4ea5ab7d32ba' }, h("tds-popover-core", Object.assign({ key: '9470ac2faa94611ece2c9394717a7bb9d63eb5b1' }, this.inheritedAttributes, { class: {
31
+ const prefixedTagNames = getPrefixedTagNames(this.host);
32
+ return (h(Host, { key: '20f9ec1ff4aa412411f04c1448ab218846b3daff' }, h(prefixedTagNames.tdsPopoverCore, Object.assign({ key: 'c40d4551a718074f8c1508ac37c92e757c550c06' }, this.inheritedAttributes, { class: {
31
33
  'tds-popover-canvas': true,
32
34
  [(_a = this.inheritedAttributes.class) !== null && _a !== void 0 ? _a : '']: true,
33
35
  }, selector: this.selector, referenceEl: this.referenceEl, show: this.show, placement: this.placement, offsetSkidding: this.offsetSkidding, offsetDistance: this.offsetDistance, modifiers: this.modifiers, trigger: 'click', ref: (el) => {
34
36
  this.childRef = el;
35
- } }), h("div", { key: '330a63a0ef5c9f057d877dae9977b8bc25987771' }, h("slot", { key: '38787385e51260e4a140f83d5eb22f03deb6e30e' })))));
37
+ } }), h("div", { key: '64101f87fa1f0d22962ddcc1337dafedd3dbd454' }, h("slot", { key: '4c0a7a20eece3cb14465d599821ff0467672476d' })))));
36
38
  }
37
39
  get host() { return getElement(this); }
38
40
  };
@@ -1,5 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
2
2
  import { i as inheritAttributes } from './inheritAttributes-d21e267b.js';
3
+ import { g as getPrefixedTagNames } from './tagName-0d04643f.js';
3
4
 
4
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}";
5
6
  const TdsPopoverMenuStyle0 = popoverMenuCss;
@@ -27,13 +28,14 @@ const TdsPopoverMenu = class {
27
28
  }
28
29
  render() {
29
30
  var _a;
30
- return (h(Host, { key: '36c12148ce4507dd4b157fff5be30760d2374bdd' }, h("tds-popover-core", { key: '92d5abfd7e7213dcb22c92fa401a21dfeef76edd', class: {
31
+ const prefixedTagNames = getPrefixedTagNames(this.host);
32
+ return (h(Host, { key: '175101f0b9f5df56fa56a2a15d43468d5065129a' }, h(prefixedTagNames.tdsPopoverCore, { key: '91613f80d57750fe7f1a5957e5b3c359708f85b2', class: {
31
33
  'tds-popover-menu': true,
32
34
  [(_a = this.inheritedAttributes.class) !== null && _a !== void 0 ? _a : '']: true,
33
35
  'fluid-width': this.fluidWidth,
34
36
  }, selector: this.selector, referenceEl: this.referenceEl, show: this.show, placement: this.placement, offsetSkidding: this.offsetSkidding, offsetDistance: this.offsetDistance, ref: (el) => {
35
37
  this.childRef = el;
36
- } }, h("div", { key: '6b3a893d1d0a9c32a3846c7216a4fdac92a4222c', role: "list" }, h("slot", { key: 'cae075f5e187b5f59638f6f2a9ff8c38e716bcbb' })))));
38
+ } }, h("div", { key: 'a5ee1d312e2608e134924e584f0c7b81a79b7401', role: "list" }, h("slot", { key: '27ca85a642e2ca45a36522d1917ba01042c5f347' })))));
37
39
  }
38
40
  get host() { return getElement(this); }
39
41
  };