@scania/tegel 0.0.10 → 0.0.11

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 (296) hide show
  1. package/dist/cjs/index-ee36ffa1.js +4 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/tds-banner.cjs.entry.js +5 -5
  4. package/dist/cjs/tds-button.cjs.entry.js +20 -11
  5. package/dist/cjs/tds-card.cjs.entry.js +3 -3
  6. package/dist/cjs/tds-checkbox.cjs.entry.js +1 -1
  7. package/dist/cjs/tds-chip.cjs.entry.js +1 -1
  8. package/dist/cjs/tds-core-header-item_2.cjs.entry.js +1 -1
  9. package/dist/cjs/tds-dropdown.cjs.entry.js +13 -8
  10. package/dist/cjs/tds-footer.cjs.entry.js +2 -2
  11. package/dist/cjs/tds-header-dropdown-list-item.cjs.entry.js +2 -2
  12. package/dist/cjs/tds-header-dropdown-list.cjs.entry.js +6 -6
  13. package/dist/cjs/tds-header-dropdown.cjs.entry.js +1 -1
  14. package/dist/cjs/tds-header-hamburger.cjs.entry.js +1 -1
  15. package/dist/cjs/tds-header-launcher-button.cjs.entry.js +1 -1
  16. package/dist/cjs/tds-header-launcher-grid-title.cjs.entry.js +1 -1
  17. package/dist/cjs/tds-header-launcher-grid.cjs.entry.js +1 -1
  18. package/dist/cjs/tds-header-launcher-list-item.cjs.entry.js +1 -1
  19. package/dist/cjs/tds-header-launcher-list-title.cjs.entry.js +1 -1
  20. package/dist/cjs/tds-header-launcher-list.cjs.entry.js +2 -2
  21. package/dist/cjs/tds-header-launcher.cjs.entry.js +1 -1
  22. package/dist/cjs/tds-header.cjs.entry.js +1 -1
  23. package/dist/cjs/tds-link.cjs.entry.js +1 -1
  24. package/dist/cjs/tds-message.cjs.entry.js +3 -3
  25. package/dist/cjs/tds-modal.cjs.entry.js +1 -1
  26. package/dist/cjs/tds-popover-canvas.cjs.entry.js +10 -80
  27. package/dist/{components/popper.js → cjs/tds-popover-core.cjs.entry.js} +160 -1
  28. package/dist/cjs/tds-popover-menu.cjs.entry.js +12 -62
  29. package/dist/cjs/tds-radio-button.cjs.entry.js +1 -1
  30. package/dist/cjs/tds-side-menu-close-button.cjs.entry.js +1 -1
  31. package/dist/cjs/tds-side-menu-item.cjs.entry.js +1 -1
  32. package/dist/cjs/tds-side-menu.cjs.entry.js +1 -1
  33. package/dist/cjs/tds-slider.cjs.entry.js +6 -2
  34. package/dist/cjs/tds-stepper.cjs.entry.js +1 -1
  35. package/dist/cjs/tds-table.cjs.entry.js +1 -1
  36. package/dist/cjs/tds-text-field.cjs.entry.js +1 -1
  37. package/dist/cjs/tds-toast.cjs.entry.js +4 -4
  38. package/dist/cjs/tds-toggle.cjs.entry.js +1 -1
  39. package/dist/cjs/tds-tooltip.cjs.entry.js +41 -82
  40. package/dist/cjs/tegel.cjs.js +1 -1
  41. package/dist/cjs/{utils-41de5fb2.js → utils-a908536d.js} +1 -0
  42. package/dist/collection/collection-manifest.json +1 -0
  43. package/dist/collection/components/accordion/accordion-item/accordion-item.js +1 -0
  44. package/dist/collection/components/accordion/accordion.js +3 -0
  45. package/dist/collection/components/banner/banner.js +8 -8
  46. package/dist/collection/components/banner/banner.stories.js +7 -7
  47. package/dist/collection/components/block/block.js +3 -0
  48. package/dist/collection/components/breadcrumbs/breadcrumb/breadcrumb.js +3 -0
  49. package/dist/collection/components/breadcrumbs/breadcrumbs.js +3 -0
  50. package/dist/collection/components/button/button.css +6 -16
  51. package/dist/collection/components/button/button.js +41 -13
  52. package/dist/collection/components/button/button.stories.js +26 -8
  53. package/dist/collection/components/card/card.css +3 -0
  54. package/dist/collection/components/card/card.js +1 -1
  55. package/dist/collection/components/card/card.stories.js +2 -1
  56. package/dist/collection/components/chip/chip.js +1 -1
  57. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +3 -0
  58. package/dist/collection/components/dropdown/dropdown.js +15 -7
  59. package/dist/collection/components/footer/footer-group/footer-group.js +3 -0
  60. package/dist/collection/components/footer/footer-item/footer-item.js +3 -0
  61. package/dist/collection/components/footer/footer.css +1 -0
  62. package/dist/collection/components/header/core-header-item/core-header-item.js +3 -0
  63. package/dist/collection/components/header/header-brand-symbol/header-brand-symbol.js +3 -0
  64. package/dist/collection/components/header/header-dropdown/header-dropdown.js +1 -0
  65. package/dist/collection/components/header/header-dropdown-list/header-dropdown-list.css +2 -2
  66. package/dist/collection/components/header/header-dropdown-list/header-dropdown-list.js +10 -7
  67. package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.css +3 -3
  68. package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.js +7 -4
  69. package/dist/collection/components/header/header-item/header-item.js +3 -0
  70. package/dist/collection/components/header/header-launcher/header-launcher.js +3 -0
  71. package/dist/collection/components/header/header-launcher-grid/header-launcher-grid.js +3 -0
  72. package/dist/collection/components/header/header-launcher-grid-item/header-launcher-grid-item.js +3 -0
  73. package/dist/collection/components/header/header-launcher-grid-title/header-launcher-grid-title.js +3 -0
  74. package/dist/collection/components/header/header-launcher-list/header-launcher-list.js +4 -1
  75. package/dist/collection/components/header/header-launcher-list-item/header-launcher-list-item.js +4 -1
  76. package/dist/collection/components/header/header-launcher-list-title/header-launcher-list-title.js +3 -0
  77. package/dist/collection/components/header/header-title/header-title.js +3 -0
  78. package/dist/collection/components/header/header.js +1 -0
  79. package/dist/collection/components/header/header.stories.js +2 -0
  80. package/dist/collection/components/link/link.js +4 -1
  81. package/dist/collection/components/link/link.stories.js +5 -3
  82. package/dist/collection/components/message/message.js +7 -7
  83. package/dist/collection/components/message/message.stories.js +6 -6
  84. package/dist/collection/components/popover-canvas/popover-canvas.css +3 -7
  85. package/dist/collection/components/popover-canvas/popover-canvas.js +13 -102
  86. package/dist/collection/components/popover-canvas/popover-canvas.stories.js +8 -8
  87. package/dist/collection/components/popover-core/popover-core.js +390 -0
  88. package/dist/collection/components/popover-menu/popover-menu.css +2 -8
  89. package/dist/collection/components/popover-menu/popover-menu.js +16 -79
  90. package/dist/collection/components/popover-menu/popover-menu.stories.js +3 -3
  91. package/dist/collection/components/side-menu/side-menu-collapse-button/side-menu-collapse-button.js +1 -1
  92. package/dist/collection/components/side-menu/side-menu-dropdown/side-menu-dropdown.js +1 -1
  93. package/dist/collection/components/side-menu/side-menu-dropdown-list/side-menu-dropdown-list.js +1 -1
  94. package/dist/collection/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.js +1 -1
  95. package/dist/collection/components/side-menu/side-menu-item/side-menu-item.js +1 -1
  96. package/dist/collection/components/side-menu/side-menu.js +1 -1
  97. package/dist/collection/components/slider/slider.js +5 -1
  98. package/dist/collection/components/stepper/stepper.js +3 -0
  99. package/dist/collection/components/table/table/table.js +3 -0
  100. package/dist/collection/components/table/table-body/table-body.js +2 -2
  101. package/dist/collection/components/table/table-body-cell/table-body-cell.js +3 -0
  102. package/dist/collection/components/table/table-body-row/table-body-row.js +3 -0
  103. package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.js +1 -0
  104. package/dist/collection/components/table/table-header/table-header.js +3 -0
  105. package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +3 -0
  106. package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +3 -0
  107. package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +3 -0
  108. package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +3 -0
  109. package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +3 -0
  110. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +3 -0
  111. package/dist/collection/components/toast/toast.js +5 -5
  112. package/dist/collection/components/toast/toast.stories.js +6 -6
  113. package/dist/collection/components/tooltip/tooltip.js +45 -109
  114. package/dist/collection/components/tooltip/tooltip.stories.js +9 -1
  115. package/dist/collection/stories/patterns/navigation/navigation-fewitems.stories.js +1 -1
  116. package/dist/collection/stories/patterns/navigation/navigation-manyitems.stories.js +2 -2
  117. package/dist/collection/stories/patterns/navigation/navigation-user-menu.stories.js +1 -1
  118. package/dist/collection/stories/tegel.stories.js +1 -1
  119. package/dist/components/header-dropdown-list-item.js +3 -3
  120. package/dist/components/header-dropdown-list.js +7 -7
  121. package/dist/components/popover-canvas.js +20 -89
  122. package/dist/{esm/popper-15e448b4.js → components/popover-core.js} +184 -1
  123. package/dist/components/tds-banner.js +5 -5
  124. package/dist/components/tds-button.js +21 -12
  125. package/dist/components/tds-card.js +2 -2
  126. package/dist/components/tds-dropdown.js +12 -7
  127. package/dist/components/tds-footer.js +1 -1
  128. package/dist/components/tds-header-dropdown.js +14 -8
  129. package/dist/components/tds-header-launcher-grid.js +1 -1
  130. package/dist/components/tds-header-launcher-list-item.js +1 -1
  131. package/dist/components/tds-header-launcher-list.js +1 -1
  132. package/dist/components/tds-header-launcher.js +16 -10
  133. package/dist/components/tds-link.js +1 -1
  134. package/dist/components/tds-message.js +4 -4
  135. package/dist/components/tds-popover-core.d.ts +11 -0
  136. package/dist/components/tds-popover-core.js +6 -0
  137. package/dist/components/tds-popover-menu.js +22 -70
  138. package/dist/components/tds-side-menu.js +1 -1
  139. package/dist/components/tds-slider.js +5 -1
  140. package/dist/components/tds-toast.js +4 -4
  141. package/dist/components/tds-tooltip.js +51 -90
  142. package/dist/components/utils.js +1 -1
  143. package/dist/esm/index-23ee700b.js +4 -0
  144. package/dist/esm/loader.js +1 -1
  145. package/dist/esm/tds-banner.entry.js +5 -5
  146. package/dist/esm/tds-button.entry.js +20 -11
  147. package/dist/esm/tds-card.entry.js +3 -3
  148. package/dist/esm/tds-checkbox.entry.js +1 -1
  149. package/dist/esm/tds-chip.entry.js +1 -1
  150. package/dist/esm/tds-core-header-item_2.entry.js +1 -1
  151. package/dist/esm/tds-dropdown.entry.js +13 -8
  152. package/dist/esm/tds-footer.entry.js +2 -2
  153. package/dist/esm/tds-header-dropdown-list-item.entry.js +2 -2
  154. package/dist/esm/tds-header-dropdown-list.entry.js +6 -6
  155. package/dist/esm/tds-header-dropdown.entry.js +1 -1
  156. package/dist/esm/tds-header-hamburger.entry.js +1 -1
  157. package/dist/esm/tds-header-launcher-button.entry.js +1 -1
  158. package/dist/esm/tds-header-launcher-grid-title.entry.js +1 -1
  159. package/dist/esm/tds-header-launcher-grid.entry.js +1 -1
  160. package/dist/esm/tds-header-launcher-list-item.entry.js +1 -1
  161. package/dist/esm/tds-header-launcher-list-title.entry.js +1 -1
  162. package/dist/esm/tds-header-launcher-list.entry.js +2 -2
  163. package/dist/esm/tds-header-launcher.entry.js +1 -1
  164. package/dist/esm/tds-header.entry.js +1 -1
  165. package/dist/esm/tds-link.entry.js +1 -1
  166. package/dist/esm/tds-message.entry.js +3 -3
  167. package/dist/esm/tds-modal.entry.js +1 -1
  168. package/dist/esm/tds-popover-canvas.entry.js +10 -80
  169. package/dist/{cjs/popper-d7adcfc6.js → esm/tds-popover-core.entry.js} +155 -2
  170. package/dist/esm/tds-popover-menu.entry.js +12 -62
  171. package/dist/esm/tds-radio-button.entry.js +1 -1
  172. package/dist/esm/tds-side-menu-close-button.entry.js +1 -1
  173. package/dist/esm/tds-side-menu-item.entry.js +1 -1
  174. package/dist/esm/tds-side-menu.entry.js +1 -1
  175. package/dist/esm/tds-slider.entry.js +6 -2
  176. package/dist/esm/tds-stepper.entry.js +1 -1
  177. package/dist/esm/tds-table.entry.js +1 -1
  178. package/dist/esm/tds-text-field.entry.js +1 -1
  179. package/dist/esm/tds-toast.entry.js +4 -4
  180. package/dist/esm/tds-toggle.entry.js +1 -1
  181. package/dist/esm/tds-tooltip.entry.js +42 -83
  182. package/dist/esm/tegel.js +1 -1
  183. package/dist/esm/{utils-74fb1bed.js → utils-8544b156.js} +1 -1
  184. package/dist/tegel/p-0641ac24.entry.js +1 -0
  185. package/dist/tegel/{p-347414ad.entry.js → p-0ae649c3.entry.js} +1 -1
  186. package/dist/tegel/{p-9f1e1cc0.entry.js → p-1a907ae9.entry.js} +1 -1
  187. package/dist/tegel/{p-1acb8407.entry.js → p-1f43d4f0.entry.js} +1 -1
  188. package/dist/tegel/{p-a4e3eb95.entry.js → p-2e5f6086.entry.js} +1 -1
  189. package/dist/tegel/{p-e4dc07bb.entry.js → p-31848a92.entry.js} +1 -1
  190. package/dist/tegel/{p-aa443b06.entry.js → p-3d28689e.entry.js} +1 -1
  191. package/dist/tegel/{p-99837611.entry.js → p-400282e5.entry.js} +1 -1
  192. package/dist/tegel/{p-c5588508.entry.js → p-4163997b.entry.js} +1 -1
  193. package/dist/tegel/{p-9b29bf68.entry.js → p-42990ec0.entry.js} +1 -1
  194. package/dist/tegel/p-43320d81.entry.js +1 -0
  195. package/dist/tegel/{p-c5ab3a3b.entry.js → p-656add37.entry.js} +1 -1
  196. package/dist/tegel/p-65ab407b.entry.js +1 -0
  197. package/dist/tegel/{p-54e56257.entry.js → p-6654e59d.entry.js} +1 -1
  198. package/dist/tegel/{p-9dc14c21.js → p-72fced16.js} +1 -1
  199. package/dist/tegel/p-79b1bb29.entry.js +1 -0
  200. package/dist/tegel/p-7ccff0a5.entry.js +1 -0
  201. package/dist/tegel/p-81915088.entry.js +1 -0
  202. package/dist/tegel/{p-9fe0d654.entry.js → p-823399ef.entry.js} +1 -1
  203. package/dist/tegel/{p-8ba77ea3.entry.js → p-84d231a5.entry.js} +1 -1
  204. package/dist/tegel/{p-b5424456.entry.js → p-88807dac.entry.js} +1 -1
  205. package/dist/tegel/p-88d7c4c1.entry.js +1 -0
  206. package/dist/tegel/p-8e745d73.entry.js +1 -0
  207. package/dist/tegel/p-a8cc3901.entry.js +1 -0
  208. package/dist/tegel/{p-f9d04ff2.entry.js → p-aa7e2f79.entry.js} +1 -1
  209. package/dist/tegel/{p-1bac7d2e.entry.js → p-cacdd03f.entry.js} +1 -1
  210. package/dist/tegel/p-cb5a4d7d.entry.js +1 -0
  211. package/dist/tegel/p-d0f15f73.entry.js +1 -0
  212. package/dist/tegel/{p-10337d3f.entry.js → p-d2ca7f58.entry.js} +1 -1
  213. package/dist/tegel/p-d4c25eb6.entry.js +1 -0
  214. package/dist/tegel/{p-e24835ba.entry.js → p-d60cb9e5.entry.js} +1 -1
  215. package/dist/tegel/{p-48136431.entry.js → p-da6f310c.entry.js} +1 -1
  216. package/dist/tegel/{p-e3f8fc68.entry.js → p-df318a85.entry.js} +1 -1
  217. package/dist/tegel/p-e36ceefe.entry.js +1 -0
  218. package/dist/tegel/p-e4d6a4c5.entry.js +1 -0
  219. package/dist/tegel/{p-fc6da19c.entry.js → p-f64ff692.entry.js} +1 -1
  220. package/dist/tegel/{p-c15bbe0b.entry.js → p-f682dd0b.entry.js} +1 -1
  221. package/dist/tegel/{p-afe13096.entry.js → p-fa30061f.entry.js} +1 -1
  222. package/dist/tegel/tegel.esm.js +1 -1
  223. package/dist/types/components/accordion/accordion-item/accordion-item.d.ts +1 -0
  224. package/dist/types/components/accordion/accordion.d.ts +3 -0
  225. package/dist/types/components/banner/banner.d.ts +3 -3
  226. package/dist/types/components/banner/banner.stories.d.ts +2 -2
  227. package/dist/types/components/block/block.d.ts +3 -0
  228. package/dist/types/components/breadcrumbs/breadcrumb/breadcrumb.d.ts +3 -0
  229. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +3 -0
  230. package/dist/types/components/button/button.d.ts +6 -2
  231. package/dist/types/components/button/button.stories.d.ts +16 -2
  232. package/dist/types/components/chip/chip.d.ts +1 -1
  233. package/dist/types/components/dropdown/dropdown-option/dropdown-option.d.ts +3 -0
  234. package/dist/types/components/dropdown/dropdown.d.ts +3 -0
  235. package/dist/types/components/footer/footer-group/footer-group.d.ts +3 -0
  236. package/dist/types/components/footer/footer-item/footer-item.d.ts +3 -0
  237. package/dist/types/components/header/core-header-item/core-header-item.d.ts +3 -0
  238. package/dist/types/components/header/header-brand-symbol/header-brand-symbol.d.ts +3 -0
  239. package/dist/types/components/header/header-dropdown/header-dropdown.d.ts +1 -0
  240. package/dist/types/components/header/header-dropdown-list/header-dropdown-list.d.ts +5 -1
  241. package/dist/types/components/header/header-dropdown-list-item/header-dropdown-list-item.d.ts +5 -2
  242. package/dist/types/components/header/header-item/header-item.d.ts +3 -0
  243. package/dist/types/components/header/header-launcher/header-launcher.d.ts +3 -0
  244. package/dist/types/components/header/header-launcher-grid/header-launcher-grid.d.ts +3 -0
  245. package/dist/types/components/header/header-launcher-grid-item/header-launcher-grid-item.d.ts +3 -0
  246. package/dist/types/components/header/header-launcher-grid-title/header-launcher-grid-title.d.ts +3 -0
  247. package/dist/types/components/header/header-launcher-list/header-launcher-list.d.ts +3 -0
  248. package/dist/types/components/header/header-launcher-list-item/header-launcher-list-item.d.ts +3 -0
  249. package/dist/types/components/header/header-launcher-list-title/header-launcher-list-title.d.ts +3 -0
  250. package/dist/types/components/header/header-title/header-title.d.ts +3 -0
  251. package/dist/types/components/header/header.d.ts +1 -0
  252. package/dist/types/components/header/header.stories.d.ts +1 -0
  253. package/dist/types/components/link/link.d.ts +3 -0
  254. package/dist/types/components/message/message.d.ts +3 -3
  255. package/dist/types/components/message/message.stories.d.ts +2 -2
  256. package/dist/types/components/popover-canvas/popover-canvas.d.ts +7 -13
  257. package/dist/types/components/popover-core/popover-core.d.ts +46 -0
  258. package/dist/types/components/popover-menu/popover-menu.d.ts +8 -9
  259. package/dist/types/components/side-menu/side-menu-collapse-button/side-menu-collapse-button.d.ts +1 -1
  260. package/dist/types/components/side-menu/side-menu-dropdown/side-menu-dropdown.d.ts +1 -1
  261. package/dist/types/components/side-menu/side-menu-dropdown-list/side-menu-dropdown-list.d.ts +1 -1
  262. package/dist/types/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.d.ts +1 -1
  263. package/dist/types/components/side-menu/side-menu-item/side-menu-item.d.ts +1 -1
  264. package/dist/types/components/side-menu/side-menu.d.ts +1 -1
  265. package/dist/types/components/stepper/stepper.d.ts +3 -0
  266. package/dist/types/components/table/table/table.d.ts +3 -0
  267. package/dist/types/components/table/table-body/table-body.d.ts +2 -2
  268. package/dist/types/components/table/table-body-cell/table-body-cell.d.ts +3 -0
  269. package/dist/types/components/table/table-body-row/table-body-row.d.ts +3 -0
  270. package/dist/types/components/table/table-body-row-expandable/table-body-row-expandable.d.ts +1 -0
  271. package/dist/types/components/table/table-header/table-header.d.ts +3 -0
  272. package/dist/types/components/tabs/folder-tabs/folder-tab/folder-tab.d.ts +3 -0
  273. package/dist/types/components/tabs/folder-tabs/folder-tabs.d.ts +3 -0
  274. package/dist/types/components/tabs/inline-tabs/inline-tab/inline-tab.d.ts +3 -0
  275. package/dist/types/components/tabs/inline-tabs/inline-tabs.d.ts +3 -0
  276. package/dist/types/components/tabs/navigation-tabs/navigation-tab/navigation-tab.d.ts +3 -0
  277. package/dist/types/components/tabs/navigation-tabs/navigation-tabs.d.ts +3 -0
  278. package/dist/types/components/toast/toast.d.ts +1 -1
  279. package/dist/types/components/toast/toast.stories.d.ts +2 -2
  280. package/dist/types/components/tooltip/tooltip.d.ts +16 -8
  281. package/dist/types/components.d.ts +131 -26
  282. package/package.json +4 -3
  283. package/dist/tegel/p-06093e3e.entry.js +0 -1
  284. package/dist/tegel/p-0995ca77.entry.js +0 -1
  285. package/dist/tegel/p-19fb9ad5.entry.js +0 -1
  286. package/dist/tegel/p-34a06d2f.entry.js +0 -1
  287. package/dist/tegel/p-3c9865c3.entry.js +0 -1
  288. package/dist/tegel/p-40142a58.entry.js +0 -1
  289. package/dist/tegel/p-4c809685.entry.js +0 -1
  290. package/dist/tegel/p-6bee84a2.entry.js +0 -1
  291. package/dist/tegel/p-73a8f43e.entry.js +0 -1
  292. package/dist/tegel/p-7c0dcd00.js +0 -1
  293. package/dist/tegel/p-95e170f3.entry.js +0 -1
  294. package/dist/tegel/p-a34bb501.entry.js +0 -1
  295. package/dist/tegel/p-e95059e9.entry.js +0 -1
  296. package/dist/tegel/p-f795bc11.entry.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { a as appendChildElement, b as appendHiddenInput, f as findNextFocusableItem, c as findPreviousFocusableItem } from './utils-74fb1bed.js';
2
+ import { a as appendChildElement, b as appendHiddenInput, f as findNextFocusableItem, c as findPreviousFocusableItem } from './utils-8544b156.js';
3
3
 
4
4
  const dropdownCss = ":host button{all:unset;height:100%;width:100%;background-color:var(--tds-dropdown-bg);border-bottom:1px solid var(--tds-dropdown-border-bottom);border-radius:4px 4px 0 0}:host button:hover{border-bottom:1px solid var(--tds-dropdown-border-bottom-hover)}:host button .value-wrapper{padding:0 16px;display:flex;align-items:center;justify-content:space-between}:host button.placeholder{color:var(--tds-dropdown-placeholder-color)}:host button.value{color:var(--tds-dropdown-value-color)}:host button:focus{border-bottom-color:transparent}:host button:focus::before{content:\"\";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--tds-dropdown-border-bottom-open)}:host button.error{border-bottom:1px solid var(--tds-negative)}:host button:disabled{color:var(--tds-dropdown-disabled-color);border-bottom:1px solid transparent}:host .filter{display:flex;align-items:center;justify-content:space-between;height:100%;background-color:var(--tds-dropdown-bg);border-bottom:1px solid var(--tds-dropdown-border-bottom);padding-left:16px;border-radius:4px 4px 0 0}:host .filter:hover{border-bottom:1px solid var(--tds-dropdown-border-bottom-hover)}:host .filter.disabled{color:var(--tds-dropdown-disabled-color)}:host .filter .value-wrapper{display:flex;width:100%;height:100%}:host .filter .label-inside-as-placeholder{position:absolute;font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);color:var(--tds-dropdown-placeholder-color)}:host .filter .label-inside-as-placeholder.lg{top:20px}:host .filter .label-inside-as-placeholder.md{top:16px}:host .filter .label-inside-as-placeholder.sm{display:none}:host .filter .label-inside-as-placeholder.selected{font:var(--tds-detail-07);letter-spacing:var(--tds-detail-07-ls);transition:all 0.2s ease-in-out}:host .filter .label-inside-as-placeholder.selected.lg{top:12px}:host .filter .label-inside-as-placeholder.selected.md{top:8px}:host .filter .label-inside-as-placeholder.selected.sm{display:none}:host .filter .label-inside-as-placeholder.selected+.placeholder:not(.sm){margin-top:8px}:host .filter.focus{border-bottom-color:transparent}:host .filter.focus::before{content:\"\";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--tds-dropdown-border-bottom-open)}:host .filter input{flex:1;all:unset;width:100%}:host .filter input::placeholder{color:var(--tds-dropdown-placeholder-color)}:host .filter input:disabled::placeholder{color:var(--tds-dropdown-disabled-color)}:host .filter tds-icon{margin-right:16px;z-index:101}:host{display:block;position:relative;z-index:100;font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls)}:host .label-outside{font:var(--tds-detail-05);letter-spacing:var(--tds-detail-05-ls);color:var(--tds-dropdown-label-color);margin-bottom:8px}:host .label-outside.disabled{color:var(--tds-dropdown-disabled-color)}:host .dropdown-select{position:relative}:host .dropdown-select.disabled .label-inside,:host .dropdown-select.disabled .placeholder,:host .dropdown-select.disabled .label-inside-as-placeholder,:host .dropdown-select.disabled .value-wrapper{color:var(--tds-dropdown-disabled-color)}:host .dropdown-select .label-inside{position:absolute;font:var(--tds-detail-07);letter-spacing:var(--tds-detail-07-ls);color:var(--tds-dropdown-label-inside-color)}:host .dropdown-select .label-inside.lg{top:12px;left:16px}:host .dropdown-select .label-inside.md{top:8px;left:16px}:host .dropdown-select .label-inside.sm{display:none}:host .dropdown-select .label-inside+.placeholder:not(.sm){margin-top:8px}:host .dropdown-select .placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .dropdown-select .label-inside-as-placeholder{color:var(--tds-dropdown-placeholder-color)}:host .dropdown-select .label-inside-as-placeholder.selected{position:absolute;font:var(--tds-detail-07);letter-spacing:var(--tds-detail-07-ls);transition:all 0.2s ease-in-out}:host .dropdown-select .label-inside-as-placeholder.selected.lg{top:12px}:host .dropdown-select .label-inside-as-placeholder.selected.md{top:8px}:host .dropdown-select .label-inside-as-placeholder.selected.sm{display:none}:host .dropdown-select .label-inside-as-placeholder.selected+.placeholder:not(.sm){margin-top:8px}:host .dropdown-select.lg{height:55px}:host .dropdown-select.md{height:47px}:host .dropdown-select.sm{height:39px}:host .helper{margin-top:4px;color:var(--tds-dropdown-helper-color);font:var(--tds-detail-05);letter-spacing:var(--tds-detail-05-ls);display:flex;align-items:center;gap:8px}:host .helper.error{color:var(--tds-negative)}:host .helper.disabled{color:var(--tds-dropdown-disabled-color)}:host .dropdown-list{position:absolute;margin-top:1px;width:100%;transform-origin:top;transition:transform 0.2s ease-in-out;box-shadow:rgba(0, 0, 0, 0.1) 0 2px 3px 0;border-radius:0 0 4px 4px;overflow-y:auto}:host .dropdown-list::-webkit-scrollbar{width:4px;background-color:inherit}:host .dropdown-list::-webkit-scrollbar-thumb{background-color:var(--tds-grey-300)}:host .dropdown-list ::-webkit-scrollbar-button{height:0;width:0}:host .dropdown-list.lg{max-height:312px}:host .dropdown-list.md{max-height:312px}:host .dropdown-list.sm{max-height:260px}:host .dropdown-list.up{bottom:100%;margin-top:0;margin-bottom:1px;transform-origin:bottom;display:flex;flex-direction:column-reverse;box-shadow:rgba(0, 0, 0, 0.1) 0 -1px 3px 0;border-radius:4px 4px 0 0}:host .dropdown-list.up.label-outside{bottom:calc(100% - 24px)}:host .dropdown-list.closed{transform:scaleY(0);visibility:hidden}:host .dropdown-list.open{transform:scaleY(1)}:host .dropdown-list .no-result{display:flex;align-items:center;padding:0 16px;background-color:var(--tds-dropdown-bg)}:host .dropdown-list .no-result.lg{height:56px}:host .dropdown-list .no-result.md{height:48px}:host .dropdown-list .no-result.sm{height:40px}:host tds-icon{transition:transform 0.2s ease-in-out}:host tds-icon.open{transform:rotateZ(180deg)}";
5
5
 
@@ -25,18 +25,22 @@ const TdsDropdown = class {
25
25
  ? [...this.selection, { value: element.value, label: element.textContent }]
26
26
  : [{ value: element.value, label: element.textContent }];
27
27
  }
28
+ else {
29
+ element.setSelected(false);
30
+ }
28
31
  });
29
32
  }
30
33
  else {
31
34
  if (this.defaultValue === element.value) {
32
- this.reset();
33
35
  element.setSelected(true);
34
36
  this.selection = [{ value: element.value, label: element.textContent }];
35
37
  }
38
+ else {
39
+ element.setSelected(false);
40
+ }
36
41
  }
37
42
  return element;
38
43
  });
39
- this.handleChange();
40
44
  };
41
45
  this.getOpenDirection = () => {
42
46
  var _a, _b, _c, _d, _e;
@@ -61,14 +65,14 @@ const TdsDropdown = class {
61
65
  this.handleFilter = (event) => {
62
66
  this.tdsInput.emit(event);
63
67
  const query = event.target.value.toLowerCase();
64
- /* Check if the query is empty, and if so show all options */
68
+ /* Check if the query is empty, and if so, show all options */
65
69
  if (query === '') {
66
70
  this.children = this.children.map((element) => {
67
71
  element.removeAttribute('hidden');
68
72
  return element;
69
73
  });
70
74
  this.filterResult = null;
71
- /* Hide the options that does not match the query */
75
+ /* Hide the options that do not match the query */
72
76
  }
73
77
  else {
74
78
  this.filterResult = this.children.filter((element) => {
@@ -176,7 +180,7 @@ const TdsDropdown = class {
176
180
  return;
177
181
  }
178
182
  if (event.key === 'ArrowDown') {
179
- /* Get the index of the currently focus index, if there is no
183
+ /* Get the index of the current focus index, if there is no
180
184
  nextElementSibling return the index for the first child in our Dropdown. */
181
185
  const startingIndex = activeElement.nextElementSibling
182
186
  ? this.children.findIndex((element) => element === activeElement.nextElementSibling)
@@ -185,7 +189,7 @@ const TdsDropdown = class {
185
189
  this.children[elementIndex].focus();
186
190
  }
187
191
  else if (event.key === 'ArrowUp') {
188
- /* Get the index of the currently focus index, if there is no
192
+ /* Get the index of the current focus index, if there is no
189
193
  previousElementSibling return the index for the first last in our Dropdown. */
190
194
  const startingIndex = activeElement.nextElementSibling
191
195
  ? this.children.findIndex((element) => element === activeElement.previousElementSibling)
@@ -197,7 +201,8 @@ const TdsDropdown = class {
197
201
  this.open = false;
198
202
  }
199
203
  }
200
- // If the Dropdown gets closed this sets the value of the drodpown to the current selection labels or null if no selection is made.
204
+ // If the Dropdown gets closed,
205
+ // this sets the value of the dropdown to the current selection labels or null if no selection is made.
201
206
  handleOpenState() {
202
207
  var _a, _b;
203
208
  if (this.filter && this.multiselect) {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { h as hasSlot } from './utils-74fb1bed.js';
2
+ import { h as hasSlot } from './utils-8544b156.js';
3
3
 
4
- const footerCss = ":host{display:block}:host slot[name=top]::slotted(*){background-color:var(--tds-footer-top-background);padding:40px;display:grid;grid-template-columns:repeat(4, 1fr);row-gap:40px;width:100%}:host .footer-main{background-color:var(--tds-footer-main-background);padding:0 40px}:host .footer-main-top{padding:40px 0;display:flex;justify-content:space-between}:host slot[name=start]::slotted(*),:host slot[name=end]::slotted(*){display:flex;column-gap:24px}:host .footer-main-bottom{padding:40px 0;display:flex;justify-content:space-between;border-top:1px solid var(--tds-footer-main-divider)}:host .footer-main-bottom small.copyright{margin:0;font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);color:var(--tds-footer-main-copyright)}:host .footer-main-bottom .brand{background-image:var(--tds-background-image-scania-wordmark-white-svg);background-repeat:no-repeat;background-size:117px;background-position:right;width:117px;height:20px}:host .footer-main-bottom .brand p{color:transparent;padding:0;margin:0;height:100%;visibility:hidden}@media all and (max-width: 992px){:host slot[name=top]::slotted(*){display:block;width:100%;padding:0}:host .footer-main{padding:0 24px}:host .footer-main-top{flex-direction:column;row-gap:48px;padding:24px 0}:host slot[name=end]::slotted(*){flex-direction:row;gap:8px}:host .footer-main-bottom{flex-direction:column;padding-bottom:32px}:host .footer-main-bottom p.copyright{padding-bottom:96px}:host .footer-main-bottom .brand{width:100%}}";
4
+ const footerCss = ":host{display:block}:host slot[name=top]::slotted(*){box-sizing:border-box;background-color:var(--tds-footer-top-background);padding:40px;display:grid;grid-template-columns:repeat(4, 1fr);row-gap:40px;width:100%}:host .footer-main{background-color:var(--tds-footer-main-background);padding:0 40px}:host .footer-main-top{padding:40px 0;display:flex;justify-content:space-between}:host slot[name=start]::slotted(*),:host slot[name=end]::slotted(*){display:flex;column-gap:24px}:host .footer-main-bottom{padding:40px 0;display:flex;justify-content:space-between;border-top:1px solid var(--tds-footer-main-divider)}:host .footer-main-bottom small.copyright{margin:0;font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);color:var(--tds-footer-main-copyright)}:host .footer-main-bottom .brand{background-image:var(--tds-background-image-scania-wordmark-white-svg);background-repeat:no-repeat;background-size:117px;background-position:right;width:117px;height:20px}:host .footer-main-bottom .brand p{color:transparent;padding:0;margin:0;height:100%;visibility:hidden}@media all and (max-width: 992px){:host slot[name=top]::slotted(*){display:block;width:100%;padding:0}:host .footer-main{padding:0 24px}:host .footer-main-top{flex-direction:column;row-gap:48px;padding:24px 0}:host slot[name=end]::slotted(*){flex-direction:row;gap:8px}:host .footer-main-bottom{flex-direction:column;padding-bottom:32px}:host .footer-main-bottom p.copyright{padding-bottom:96px}:host .footer-main-bottom .brand{width:100%}}";
5
5
 
6
6
  const TdsFooter = class {
7
7
  constructor(hostRef) {
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
2
 
3
- const headerDropdownListItemCss = ":host{display:block;box-sizing:border-box;height:var(--tds-header-list-item-md-height);width:100%}:host .component{height:100%}:host .component ::slotted(a),:host .component ::slotted(button){all:unset;box-sizing:border-box;border:none;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-nav-dropdown-item-background);color:var(--tds-header-nav-item-dropdown-opened-color)}:host .component ::slotted(a:hover){background-color:var(--tds-nav-item-background-hover);cursor:pointer}:host .component ::slotted(a:focus-visible){outline:2px solid var(--tds-blue-400);outline-offset:-2px}:host .component-selected{background-color:var(--tds-nav-item-background-selected);padding-right:4px;border-left-width:4px;border-left-style:solid;border-left-color:var(--tds-nav-item-border-color-active)}:host .component-selected ::slotted(a),:host .component-selected ::slotted(button){background-color:var(--tds-nav-item-background-selected)}:host(:not(:last-child)){border-bottom:1px solid var(--tds-nav-dropdown-item-border-color)}:host([type=lg]){height:var(--tds-header-height)}:host([type=lg]) ::slotted(a),:host([type=lg]) ::slotted(button){padding:0 16px;color:var(--tds-header-app-launcher-item-color)}";
3
+ const headerDropdownListItemCss = ":host{display:block;box-sizing:border-box;height:var(--tds-header-list-item-md-height);width:100%}:host .component{height:100%}:host .component ::slotted(a),:host .component ::slotted(button){all:unset;box-sizing:border-box;border:none;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-nav-dropdown-item-background);color:var(--tds-header-nav-item-dropdown-opened-color)}:host .component ::slotted(a:hover){background-color:var(--tds-nav-item-background-hover);cursor:pointer}:host .component ::slotted(a:focus-visible){outline:2px solid var(--tds-blue-400);outline-offset:-2px}:host .component-selected{background-color:var(--tds-nav-item-background-selected);padding-right:4px;border-left-width:4px;border-left-style:solid;border-left-color:var(--tds-nav-item-border-color-active)}:host .component-selected ::slotted(a),:host .component-selected ::slotted(button){background-color:var(--tds-nav-item-background-selected)}:host(:not(:last-child)){border-bottom:1px solid var(--tds-nav-dropdown-item-border-color)}:host([size=lg]){height:var(--tds-header-height)}:host([size=lg]) ::slotted(a),:host([size=lg]) ::slotted(button){padding:0 16px;color:var(--tds-header-app-launcher-item-color)}";
4
4
 
5
5
  const TdsHeaderDropdownListItem = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  this.selected = false;
9
- this.type = 'md';
9
+ this.size = 'md';
10
10
  }
11
11
  render() {
12
12
  return (h(Host, null, h("div", { class: {
@@ -1,23 +1,23 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { d as getPreviousNestedChildOfSiblingsMatching, e as isHeadingElement } from './utils-74fb1bed.js';
2
+ import { d as getPreviousNestedChildOfSiblingsMatching, e as isHeadingElement } from './utils-8544b156.js';
3
3
 
4
- const headerDropdownListCss = ":host{display:block;width:190px;padding:0;margin:0;list-style:none;border-radius:none;background-color:var(--tds-header-app-launcher-menu-bg)}@media all and (max-width: 384px){:host{width:100vw}}:host([type=lg]){width:320px}";
4
+ 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}";
5
5
 
6
6
  const TdsHeaderDropdownList = class {
7
7
  constructor(hostRef) {
8
8
  registerInstance(this, hostRef);
9
9
  // A Map to store the slots and their associated slotchange listeners.
10
10
  this.slotListeners = new Map();
11
- this.type = 'md';
11
+ this.size = 'md';
12
12
  this.headingElement = undefined;
13
13
  }
14
14
  componentWillLoad() {
15
15
  const { children } = this.host;
16
- // Set the type prop for each child, if they have such a property
16
+ // Set the size prop for each child, if they have such a property
17
17
  for (let i = 0; i < children.length; i++) {
18
18
  const child = children[i];
19
- if ('type' in child) {
20
- child.type = this.type;
19
+ if ('size' in child) {
20
+ child.size = this.size;
21
21
  }
22
22
  }
23
23
  let listRoot = this.host;
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { g as generateUniqueId } from './utils-74fb1bed.js';
2
+ import { g as generateUniqueId } from './utils-8544b156.js';
3
3
 
4
4
  const headerDropdownCss = ":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::-webkit-scrollbar{width:4px;background-color:inherit}:host .menu::-webkit-scrollbar-thumb{background-color:var(--tds-grey-300)}:host .menu ::-webkit-scrollbar-button{height:0;width:0}:host .state-open .dropdown-icon{transform:rotatetds-z-index(180deg)}:host .state-open .button{position:relative;z-index:801}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { i as inheritAriaAttributes } from './utils-74fb1bed.js';
2
+ import { i as inheritAriaAttributes } from './utils-8544b156.js';
3
3
 
4
4
  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}}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { i as inheritAriaAttributes } from './utils-74fb1bed.js';
2
+ import { i as inheritAriaAttributes } from './utils-8544b156.js';
3
3
 
4
4
  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}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-23ee700b.js';
2
- import { g as generateUniqueId } from './utils-74fb1bed.js';
2
+ import { g as generateUniqueId } from './utils-8544b156.js';
3
3
 
4
4
  const headerLauncherGridTitleCss = ".tds-header-launcher-grid-title{all:unset;box-sizing:border-box;font:var(--tds-detail-04);letter-spacing:var(--tds-detail-04-ls);color:var(--tds-header-app-launcher-grid-category-title-color);text-transform:uppercase;height:48px;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid var(--tds-nav-dropdown-item-border-color);margin:0}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { d as getPreviousNestedChildOfSiblingsMatching, e as isHeadingElement } from './utils-74fb1bed.js';
2
+ import { d as getPreviousNestedChildOfSiblingsMatching, e as isHeadingElement } from './utils-8544b156.js';
3
3
 
4
4
  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}";
5
5
 
@@ -7,7 +7,7 @@ const TdsHeaderLauncherListItem = class {
7
7
  registerInstance(this, hostRef);
8
8
  }
9
9
  render() {
10
- return (h(Host, null, h("tds-header-dropdown-list-item", { type: "lg" }, h("slot", null))));
10
+ return (h(Host, null, h("tds-header-dropdown-list-item", { size: "lg" }, h("slot", null))));
11
11
  }
12
12
  };
13
13
  TdsHeaderLauncherListItem.style = headerLauncherListItemCss;
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { g as generateUniqueId } from './utils-74fb1bed.js';
2
+ import { g as generateUniqueId } from './utils-8544b156.js';
3
3
 
4
4
  const headerLauncherListTitleCss = ".tds-header-launcher-list-title{all:unset;box-sizing:border-box;font:var(--tds-detail-06);letter-spacing:var(--tds-detail-06-ls);color:var(--tds-header-app-launcher-category-title-color);text-transform:uppercase;height:48px;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid var(--tds-nav-dropdown-item-border-color);margin:0}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-23ee700b.js';
2
- import { g as generateUniqueId } from './utils-74fb1bed.js';
2
+ import { g as generateUniqueId } from './utils-8544b156.js';
3
3
 
4
4
  const TdsHeaderLauncherList = class {
5
5
  constructor(hostRef) {
@@ -7,7 +7,7 @@ const TdsHeaderLauncherList = class {
7
7
  this.uuid = generateUniqueId();
8
8
  }
9
9
  render() {
10
- return (h(Host, null, h("tds-header-dropdown-list", { type: "lg" }, h("slot", null))));
10
+ return (h(Host, null, h("tds-header-dropdown-list", { size: "lg" }, h("slot", null))));
11
11
  }
12
12
  };
13
13
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { g as generateUniqueId, i as inheritAriaAttributes } from './utils-74fb1bed.js';
2
+ import { g as generateUniqueId, i as inheritAriaAttributes } from './utils-8544b156.js';
3
3
 
4
4
  const headerLauncherCss = ":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::-webkit-scrollbar{width:4px;background-color:inherit}:host .wrapper .menu::-webkit-scrollbar-thumb{background-color:var(--tds-grey-300)}:host .wrapper .menu ::-webkit-scrollbar-button{height:0;width:0}@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:801}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { u as updateListChildrenRoles, i as inheritAriaAttributes } from './utils-74fb1bed.js';
2
+ import { u as updateListChildrenRoles, i as inheritAriaAttributes } from './utils-8544b156.js';
3
3
 
4
4
  const headerCss = "html,:root{--tds-nav-dropdown-menu-box:0 3px 3px rgb(0 0 0 / 15%), 0 -1px 1px rgb(0 0 0 / 1%);--tds-nav-dropdown-item-border-radius:0 0 4px 4px;--tds-font-family-headline:\"Scania Sans Headline\", arial, helvetica, sans-serif}tds-header{display:block;height:var(--tds-header-height);background-color:var(--tds-header-background);width:100%;z-index:300}nav{box-sizing:border-box;background-color:var(--tds-header-background);width:100%;display:block}nav *{box-sizing:border-box}nav .tds-header-component-list{height:var(--tds-header-height);all:unset;display:flex;justify-content:start;align-items:center}nav tds-header-dropdown,nav tds-header-item{display:none}nav .tds-header-middle-spacer{all:unset;display:block;flex-grow:1;height:var(--tds-header-height);border-right:1px solid var(--tds-header--basic-element-border)}@media screen and (min-width: 992px){nav tds-header-dropdown,nav tds-header-item{display:block}}nav tds-header-item:nth-child(3),nav tds-header-dropdown:nth-child(3){border-left:1px solid var(--tds-header--basic-element-border)}";
5
5
 
@@ -12,7 +12,7 @@ const TdsLink = class {
12
12
  this.host.children[0].classList.add('tds-link-component');
13
13
  }
14
14
  render() {
15
- return (h("div", { class: `
15
+ return (h("span", { class: `
16
16
  ${this.disabled ? 'disabled' : ''}
17
17
  ${!this.underline ? 'no-underline' : ''}
18
18
  ` }, h("slot", null)));
@@ -6,7 +6,7 @@ const TdsMessage = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  this.getIconName = () => {
9
- switch (this.type) {
9
+ switch (this.variant) {
10
10
  case 'information':
11
11
  return 'info';
12
12
  case 'error':
@@ -21,13 +21,13 @@ const TdsMessage = class {
21
21
  };
22
22
  this.header = undefined;
23
23
  this.modeVariant = null;
24
- this.type = 'information';
24
+ this.variant = 'information';
25
25
  this.noIcon = false;
26
26
  this.minimal = false;
27
27
  }
28
28
  render() {
29
29
  return (h(Host, null, h("div", { class: `
30
- wrapper ${this.type}
30
+ wrapper ${this.variant}
31
31
  ${this.minimal ? 'minimal' : ''}
32
32
  ${this.modeVariant !== null ? `tds-mode-variant-${this.modeVariant}` : ''}` }, !this.noIcon && h("tds-icon", { name: this.getIconName(), size: "20px" }), h("div", { class: `content` }, this.header && h("div", { class: "header" }, this.header), !this.minimal && (h("div", { class: "extended-message" }, h("slot", null)))))));
33
33
  }
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { h as hasSlot } from './utils-74fb1bed.js';
2
+ import { h as hasSlot } from './utils-8544b156.js';
3
3
 
4
4
  const modalCss = ":root,.tds-mode-light{--tds-modal-backdrop:rgba(0 0 0 / 40%);--tds-modal-background:var(--tds-white);--tds-modal-text:var(--tds-grey-958);--tds-modal-icon:var(--tds-black);--tds-modal-icon-native:url(\"data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.40338 2.34308C3.11048 2.05019 2.63561 2.05019 2.34272 2.34308C2.04982 2.63598 2.04982 3.11085 2.34272 3.40374L6.93897 8L2.34283 12.5961C2.04994 12.889 2.04994 13.3639 2.34283 13.6568C2.63572 13.9497 3.1106 13.9497 3.40349 13.6568L7.99963 9.06066L12.5958 13.6568C12.8887 13.9497 13.3635 13.9497 13.6564 13.6568C13.9493 13.3639 13.9493 12.889 13.6564 12.5961L9.06029 8L13.6565 3.40376C13.9494 3.11086 13.9494 2.63599 13.6565 2.3431C13.3636 2.0502 12.8888 2.0502 12.5959 2.3431L7.99963 6.93934L3.40338 2.34308Z' fill='black'/%3E%3C/svg%3E%0A\");--tds-modal-scrollbar:var(--tds-grey-300);--tds-modal-scrollbar-track:var(--tds-grey-300);--tds-modal-scrollbar-thumb:var(--tds-grey-500)}.tds-mode-dark{--tds-modal-backdrop:rgba(0 0 0 / 40%);--tds-modal-background:var(--tds-grey-900);--tds-modal-text:var(--tds-grey-50);--tds-modal-icon:var(--tds-white);--tds-modal-icon-native:url(\"data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.40338 2.34308C3.11048 2.05019 2.63561 2.05019 2.34272 2.34308C2.04982 2.63598 2.04982 3.11085 2.34272 3.40374L6.93897 8L2.34283 12.5961C2.04994 12.889 2.04994 13.3639 2.34283 13.6568C2.63572 13.9497 3.1106 13.9497 3.40349 13.6568L7.99963 9.06066L12.5958 13.6568C12.8887 13.9497 13.3635 13.9497 13.6564 13.6568C13.9493 13.3639 13.9493 12.889 13.6564 12.5961L9.06029 8L13.6565 3.40376C13.9494 3.11086 13.9494 2.63599 13.6565 2.3431C13.3636 2.0502 12.8888 2.0502 12.5959 2.3431L7.99963 6.93934L3.40338 2.34308Z' fill='white'/%3E%3C/svg%3E%0A\");--tds-modal-scrollbar:var(--tds-grey-300);--tds-modal-scrollbar-track:var(--tds-grey-300);--tds-modal-scrollbar-thumb:var(--tds-grey-500)}.tds-modal{box-sizing:border-box;background-color:var(--tds-modal-background);margin:auto;position:relative;border-radius:4px;padding:16px;max-height:85vh;overflow-y: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}.tds-modal__actions-sticky .body{font:var(--tds-body-01);letter-spacing:var(--tds-body-01-ls);padding-bottom:96px;margin:0 -16px 0 0;max-height:calc(85vh - 36px);overflow-y:auto}.tds-modal__actions-sticky slot[name=actions]{position:absolute;bottom:-1px;left:0;right:0;background-color:var(--tds-modal-background);padding: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}@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:75%}.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-bottom:var(--tds-spacing-element-8);position:sticky;top:0;background-color:var(--tds-modal-background);z-index:1}.header::before{content:\" \";position:absolute;height:16px;top:-16px;width:100%;background-color:var(--tds-modal-background)}.header,slot[name=header]::slotted(*){color:var(--tds-modal-text);font:var(--tds-headline-05);letter-spacing:var(--tds-headline-05-ls);margin:0;flex:1}.body{color:var(--tds-modal-text);font:var(--tds-body-01);letter-spacing:var(--tds-body-01-ls);padding-bottom:40px;overflow-y:visible;padding-right:16px;}.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)}@media (min-width: 1056px){.body{padding-right:64px}}.tds-modal-backdrop{box-sizing:border-box;left:0;top:0;position:fixed;height:100%;width:100%;z-index:600;background-color:var(--tds-modal-backdrop);padding:0 16px}.tds-modal-backdrop *{box-sizing:border-box}@media (max-width: 320px){.tds-modal-backdrop{padding:0}}.tds-modal-backdrop.show{display:flex}.tds-modal-backdrop.hide{display:none}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{left:0;top:0;position:fixed;height:100%;width:100%;z-index:600;background-color:var(--tds-modal-backdrop);padding:0 16px}@media (max-width: 320px){:host{padding:0}}:host.show{display:flex}:host.hide{display:none}:host .tds-modal-close{border:none;background-color:transparent}:host .tds-modal-close-btn{border:none;background-color:transparent}:host(.show){display:flex}:host(.hide){display:none}";
5
5
 
@@ -1,31 +1,12 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-23ee700b.js';
2
- import { c as createPopper } from './popper-15e448b4.js';
2
+ import { j as inheritAttributes } from './utils-8544b156.js';
3
3
 
4
- const popoverCanvasCss = ":host{box-sizing:border-box;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:800;display:none}:host *{box-sizing:border-box}:host(.tds-popover-canvas-show){display:block}";
4
+ 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:800}.tds-popover-canvas.sc-tds-popover-canvas *.sc-tds-popover-canvas{box-sizing:border-box}";
5
5
 
6
6
  const TdsPopoverCanvas = class {
7
7
  constructor(hostRef) {
8
8
  registerInstance(this, hostRef);
9
- this.initialize = (referenceEl) => {
10
- this.popperInstance = createPopper(referenceEl, this.host, {
11
- placement: this.placement,
12
- modifiers: [
13
- {
14
- name: 'offset',
15
- options: {
16
- offset: [this.offsetSkidding, this.offsetDistance],
17
- },
18
- },
19
- ...this.modifiers,
20
- ],
21
- });
22
- if (this.show === null) {
23
- referenceEl.addEventListener('click', (event) => {
24
- event.stopPropagation();
25
- this.isShown = !this.isShown;
26
- });
27
- }
28
- };
9
+ this.inheritedAttributes = [];
29
10
  this.selector = '';
30
11
  this.referenceEl = undefined;
31
12
  this.show = null;
@@ -33,69 +14,18 @@ const TdsPopoverCanvas = class {
33
14
  this.offsetSkidding = 0;
34
15
  this.offsetDistance = 8;
35
16
  this.modifiers = [];
36
- this.renderedShowValue = false;
37
- this.popperInstance = undefined;
38
- this.target = undefined;
39
- this.isShown = false;
40
17
  }
41
- onShowChange(newValue) {
42
- this.isShown = newValue;
43
- }
44
- onReferenceElChange(newValue, oldValue) {
45
- var _a;
46
- if (newValue !== oldValue) {
47
- (_a = this.popperInstance) === null || _a === void 0 ? void 0 : _a.destroy();
48
- if (newValue) {
49
- this.initialize(newValue);
50
- }
51
- }
52
- }
53
- onAnyClick(event) {
54
- if (this.isShown && this.show === null) {
55
- // Source: https://lamplightdev.com/blog/2021/04/10/how-to-detect-clicks-outside-of-a-web-component/
56
- const isClickOutside = !event.composedPath().includes(this.host);
57
- if (isClickOutside) {
58
- this.isShown = false;
59
- }
60
- }
61
- }
62
- connectedCallback() {
63
- if (this.show !== null) {
64
- this.isShown = this.show;
65
- }
66
- }
67
- componentDidLoad() {
68
- var _a;
69
- if (this.selector || this.referenceEl) {
70
- const referenceEl = (_a = this.referenceEl) !== null && _a !== void 0 ? _a : document.querySelector(this.selector);
71
- if (referenceEl) {
72
- this.initialize(referenceEl);
73
- }
74
- else {
75
- console.error(`Could not initialize popover-canvas: element with selector '${this.selector}' not found.`);
76
- }
77
- }
78
- }
79
- componentDidRender() {
80
- if (this.isShown && !this.renderedShowValue) {
81
- // Here we update the popper position since its position is wrong
82
- // before it is rendered.
83
- this.popperInstance.update();
84
- }
85
- this.renderedShowValue = this.isShown;
86
- }
87
- disconnectedCallback() {
88
- var _a;
89
- (_a = this.popperInstance) === null || _a === void 0 ? void 0 : _a.destroy();
18
+ componentWillLoad() {
19
+ this.inheritedAttributes = inheritAttributes(this.host, ['style', 'class']);
90
20
  }
91
21
  render() {
92
- return (h(Host, { class: `tds-popover-canvas ${this.isShown ? 'tds-popover-canvas-show' : ''}` }, h("slot", null)));
22
+ var _a;
23
+ return (h(Host, null, h("tds-popover-core", Object.assign({}, this.inheritedAttributes, { class: {
24
+ 'tds-popover-canvas': true,
25
+ [(_a = this.inheritedAttributes.class) !== null && _a !== void 0 ? _a : '']: true,
26
+ }, selector: this.selector, referenceEl: this.referenceEl, show: this.show, placement: this.placement, offsetSkidding: this.offsetSkidding, offsetDistance: this.offsetDistance, modifiers: this.modifiers, trigger: 'click' }), h("div", null, h("slot", null)))));
93
27
  }
94
28
  get host() { return getElement(this); }
95
- static get watchers() { return {
96
- "show": ["onShowChange"],
97
- "referenceEl": ["onReferenceElChange"]
98
- }; }
99
29
  };
100
30
  TdsPopoverCanvas.style = popoverCanvasCss;
101
31
 
@@ -1,4 +1,4 @@
1
- 'use strict';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-23ee700b.js';
2
2
 
3
3
  var top = 'top';
4
4
  var bottom = 'bottom';
@@ -1791,4 +1791,157 @@ var createPopper = /*#__PURE__*/popperGenerator({
1791
1791
  defaultModifiers: defaultModifiers
1792
1792
  }); // eslint-disable-next-line import/no-unused-modules
1793
1793
 
1794
- exports.createPopper = createPopper;
1794
+ const TdsPopoverCore = class {
1795
+ constructor(hostRef) {
1796
+ registerInstance(this, hostRef);
1797
+ this.tdsShow = createEvent(this, "internalTdsShow", 0);
1798
+ this.tdsClose = createEvent(this, "internalTdsClose", 0);
1799
+ this.setIsShown = function setIsShown(isShown) {
1800
+ if (typeof isShown === 'function') {
1801
+ this.isShown = isShown(this.isShown);
1802
+ }
1803
+ else {
1804
+ this.isShown = isShown;
1805
+ }
1806
+ if (this.isShown) {
1807
+ this.tdsShow.emit();
1808
+ }
1809
+ else {
1810
+ this.tdsClose.emit();
1811
+ }
1812
+ }.bind(this);
1813
+ this.onClickTarget = function onClickTarget(event) {
1814
+ event.stopPropagation();
1815
+ this.setIsShown((isShown) => !isShown);
1816
+ }.bind(this);
1817
+ this.handleShow = function handleShow(event) {
1818
+ event.stopPropagation();
1819
+ this.setIsShown(true);
1820
+ }.bind(this);
1821
+ this.handleHide = function handleShow(event) {
1822
+ event.stopPropagation();
1823
+ this.setIsShown(false);
1824
+ }.bind(this);
1825
+ this.selector = '';
1826
+ this.referenceEl = undefined;
1827
+ this.show = null;
1828
+ this.placement = 'auto';
1829
+ this.offsetSkidding = 0;
1830
+ this.offsetDistance = 8;
1831
+ this.modifiers = [];
1832
+ this.trigger = 'click';
1833
+ this.autoHide = true;
1834
+ this.renderedShowValue = false;
1835
+ this.popperInstance = undefined;
1836
+ this.target = undefined;
1837
+ this.isShown = false;
1838
+ }
1839
+ onAnyClick(event) {
1840
+ if (this.trigger === 'click' && this.isShown && this.show === null) {
1841
+ // Source: https://lamplightdev.com/blog/2021/04/10/how-to-detect-clicks-outside-of-a-web-component/
1842
+ const isClickOutside = !event.composedPath().includes(this.host);
1843
+ if (isClickOutside) {
1844
+ this.setIsShown(false);
1845
+ }
1846
+ }
1847
+ }
1848
+ onShowChange(newValue) {
1849
+ this.setIsShown(newValue);
1850
+ }
1851
+ onReferenceElChanged(newValue, oldValue) {
1852
+ if (newValue !== oldValue)
1853
+ this.initialize({ referenceEl: newValue, trigger: this.trigger });
1854
+ }
1855
+ onTriggerChanged(newValue) {
1856
+ this.initialize({
1857
+ referenceEl: this.referenceEl,
1858
+ trigger: newValue,
1859
+ });
1860
+ }
1861
+ initialize({ referenceEl, trigger, }) {
1862
+ this.cleanUp();
1863
+ if (typeof referenceEl !== 'undefined') {
1864
+ this.target = referenceEl;
1865
+ }
1866
+ else {
1867
+ this.target = this.selector ? document.querySelector(this.selector) : null;
1868
+ }
1869
+ this.popperInstance = this.target
1870
+ ? createPopper(this.target, this.host, {
1871
+ strategy: 'fixed',
1872
+ placement: this.placement,
1873
+ modifiers: [
1874
+ {
1875
+ name: 'offset',
1876
+ options: {
1877
+ offset: [this.offsetSkidding, this.offsetDistance],
1878
+ },
1879
+ },
1880
+ ...this.modifiers,
1881
+ ],
1882
+ })
1883
+ : null;
1884
+ if (!this.popperInstance) {
1885
+ console.error(`Could not initialize: reference element not found.`);
1886
+ }
1887
+ if (trigger === 'click' && this.show === null) {
1888
+ this.target.addEventListener('click', this.onClickTarget);
1889
+ }
1890
+ if (trigger === 'hover' || trigger === 'hover-popover') {
1891
+ // For tabbing over element
1892
+ this.target.addEventListener('focusin', this.handleShow);
1893
+ this.target.addEventListener('focusout', this.handleHide);
1894
+ // For hovering over element with selector
1895
+ this.target.addEventListener('mouseenter', this.handleShow);
1896
+ this.target.addEventListener('mouseleave', this.handleHide);
1897
+ // For hovering over Popover itself
1898
+ if (trigger === 'hover-popover') {
1899
+ this.host.addEventListener('mouseenter', this.handleShow);
1900
+ this.host.addEventListener('mouseleave', this.handleHide);
1901
+ }
1902
+ }
1903
+ }
1904
+ cleanUp() {
1905
+ var _a, _b, _c, _d, _e, _f, _g, _h;
1906
+ (_a = this.target) === null || _a === void 0 ? void 0 : _a.removeEventListener('click', this.onClickTarget);
1907
+ (_b = this.target) === null || _b === void 0 ? void 0 : _b.removeEventListener('focusin', this.handleShow);
1908
+ (_c = this.target) === null || _c === void 0 ? void 0 : _c.removeEventListener('focusout', this.handleHide);
1909
+ (_d = this.target) === null || _d === void 0 ? void 0 : _d.removeEventListener('mouseenter', this.handleShow);
1910
+ (_e = this.target) === null || _e === void 0 ? void 0 : _e.removeEventListener('mouseleave', this.handleHide);
1911
+ (_f = this.host) === null || _f === void 0 ? void 0 : _f.removeEventListener('mouseenter', this.handleShow);
1912
+ (_g = this.host) === null || _g === void 0 ? void 0 : _g.removeEventListener('mouseleave', this.handleHide);
1913
+ (_h = this.popperInstance) === null || _h === void 0 ? void 0 : _h.destroy();
1914
+ }
1915
+ componentDidLoad() {
1916
+ this.initialize({
1917
+ referenceEl: this.referenceEl,
1918
+ trigger: this.trigger,
1919
+ });
1920
+ }
1921
+ componentDidRender() {
1922
+ if (this.isShown && !this.renderedShowValue) {
1923
+ // Here we update the popper position since its position is wrong
1924
+ // before it is rendered.
1925
+ this.popperInstance.update();
1926
+ }
1927
+ this.renderedShowValue = this.isShown;
1928
+ }
1929
+ disconnectedCallback() {
1930
+ this.cleanUp();
1931
+ }
1932
+ render() {
1933
+ let hostStyle = {};
1934
+ if (this.autoHide) {
1935
+ hostStyle = { display: this.isShown ? 'block' : 'none' };
1936
+ }
1937
+ return (h(Host, { style: hostStyle }, h("slot", null)));
1938
+ }
1939
+ get host() { return getElement(this); }
1940
+ static get watchers() { return {
1941
+ "show": ["onShowChange"],
1942
+ "referenceEl": ["onReferenceElChanged"],
1943
+ "trigger": ["onTriggerChanged"]
1944
+ }; }
1945
+ };
1946
+
1947
+ export { TdsPopoverCore as tds_popover_core };