@scania/tegel 1.3.3 → 1.4.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 (795) hide show
  1. package/dist/cjs/dfs-84f7f63e.js +29 -0
  2. package/dist/cjs/{generateUniqueId-56da4810.js → generateUniqueId-e3fc9863.js} +9 -9
  3. package/dist/cjs/{index-705dca7c.js → index-ae4fbf97.js} +417 -356
  4. package/dist/cjs/inheritAriaAttributes-dedbbc57.js +78 -0
  5. package/dist/cjs/{inheritAttributes-845f5217.js → inheritAttributes-ff9ad737.js} +11 -11
  6. package/dist/cjs/{isHeadingElement-d31dde38.js → isHeadingElement-4f06b688.js} +19 -19
  7. package/dist/cjs/loader.cjs.js +2 -2
  8. package/dist/cjs/tds-accordion-item.cjs.entry.js +22 -22
  9. package/dist/cjs/tds-accordion.cjs.entry.js +8 -8
  10. package/dist/cjs/tds-badge.cjs.entry.js +34 -34
  11. package/dist/cjs/tds-banner.cjs.entry.js +42 -42
  12. package/dist/cjs/tds-block.cjs.entry.js +22 -22
  13. package/dist/cjs/tds-body-cell.cjs.entry.js +61 -61
  14. package/dist/cjs/tds-breadcrumb.cjs.entry.js +8 -8
  15. package/dist/cjs/tds-breadcrumbs.cjs.entry.js +10 -10
  16. package/dist/cjs/tds-button.cjs.entry.js +34 -34
  17. package/dist/cjs/tds-card.cjs.entry.js +40 -40
  18. package/dist/cjs/tds-checkbox.cjs.entry.js +57 -57
  19. package/dist/cjs/tds-chip.cjs.entry.js +62 -62
  20. package/dist/cjs/tds-core-header-item_2.cjs.entry.js +46 -46
  21. package/dist/cjs/tds-datetime.cjs.entry.js +82 -82
  22. package/dist/cjs/tds-divider.cjs.entry.js +8 -8
  23. package/dist/cjs/tds-dropdown-option.cjs.entry.js +78 -78
  24. package/dist/cjs/tds-dropdown.cjs.entry.js +363 -349
  25. package/dist/cjs/tds-folder-tab.cjs.entry.js +18 -18
  26. package/dist/cjs/tds-folder-tabs.cjs.entry.js +149 -149
  27. package/dist/cjs/tds-footer-group.cjs.entry.js +22 -22
  28. package/dist/cjs/tds-footer-item.cjs.entry.js +12 -12
  29. package/dist/cjs/tds-footer.cjs.entry.js +14 -12
  30. package/dist/cjs/tds-header-brand-symbol.cjs.entry.js +8 -8
  31. package/dist/cjs/tds-header-cell.cjs.entry.js +122 -122
  32. package/dist/cjs/tds-header-dropdown-list-item.cjs.entry.js +13 -13
  33. package/dist/cjs/tds-header-dropdown-list-user.cjs.entry.js +12 -12
  34. package/dist/cjs/tds-header-dropdown-list.cjs.entry.js +70 -70
  35. package/dist/cjs/tds-header-dropdown.cjs.entry.js +37 -37
  36. package/dist/cjs/tds-header-hamburger.cjs.entry.js +11 -11
  37. package/dist/cjs/tds-header-launcher-button.cjs.entry.js +13 -13
  38. package/dist/cjs/tds-header-launcher-grid-item.cjs.entry.js +7 -7
  39. package/dist/cjs/tds-header-launcher-grid-title.cjs.entry.js +9 -9
  40. package/dist/cjs/tds-header-launcher-grid.cjs.entry.js +28 -28
  41. package/dist/cjs/tds-header-launcher-list-item.cjs.entry.js +7 -7
  42. package/dist/cjs/tds-header-launcher-list-title.cjs.entry.js +10 -10
  43. package/dist/cjs/tds-header-launcher-list.cjs.entry.js +9 -9
  44. package/dist/cjs/tds-header-launcher.cjs.entry.js +48 -48
  45. package/dist/cjs/tds-header-title.cjs.entry.js +7 -7
  46. package/dist/cjs/tds-header.cjs.entry.js +39 -39
  47. package/dist/cjs/tds-icon.cjs.entry.js +28 -28
  48. package/dist/cjs/tds-inline-tab.cjs.entry.js +13 -13
  49. package/dist/cjs/tds-inline-tabs.cjs.entry.js +134 -134
  50. package/dist/cjs/tds-link.cjs.entry.js +13 -13
  51. package/dist/cjs/tds-message.cjs.entry.js +26 -26
  52. package/dist/cjs/tds-modal.cjs.entry.js +82 -82
  53. package/dist/cjs/tds-navigation-tab.cjs.entry.js +13 -13
  54. package/dist/cjs/tds-navigation-tabs.cjs.entry.js +130 -130
  55. package/dist/cjs/tds-popover-canvas.cjs.entry.js +24 -24
  56. package/dist/cjs/tds-popover-core.cjs.entry.js +148 -148
  57. package/dist/cjs/tds-popover-menu-item.cjs.entry.js +11 -11
  58. package/dist/cjs/tds-popover-menu.cjs.entry.js +25 -25
  59. package/dist/cjs/tds-radio-button.cjs.entry.js +22 -22
  60. package/dist/cjs/tds-side-menu-close-button.cjs.entry.js +11 -11
  61. package/dist/cjs/tds-side-menu-collapse-button.cjs.entry.js +39 -39
  62. package/dist/cjs/tds-side-menu-dropdown-list-item.cjs.entry.js +34 -34
  63. package/dist/cjs/tds-side-menu-dropdown-list.cjs.entry.js +19 -19
  64. package/dist/cjs/tds-side-menu-dropdown.cjs.entry.js +56 -56
  65. package/dist/cjs/tds-side-menu-item.cjs.entry.js +57 -57
  66. package/dist/cjs/tds-side-menu-overlay.cjs.entry.js +7 -7
  67. package/dist/cjs/tds-side-menu-user-image_2.cjs.entry.js +17 -17
  68. package/dist/cjs/tds-side-menu-user.cjs.entry.js +11 -11
  69. package/dist/cjs/tds-side-menu.cjs.entry.js +68 -60
  70. package/dist/cjs/tds-slider.cjs.entry.js +285 -283
  71. package/dist/cjs/tds-spinner.cjs.entry.js +9 -9
  72. package/dist/cjs/tds-step.cjs.entry.js +37 -37
  73. package/dist/cjs/tds-stepper.cjs.entry.js +55 -55
  74. package/dist/cjs/tds-table-body-row-expandable.cjs.entry.js +58 -58
  75. package/dist/cjs/tds-table-body-row.cjs.entry.js +51 -51
  76. package/dist/cjs/tds-table-body.cjs.entry.js +52 -52
  77. package/dist/cjs/tds-table-footer.cjs.entry.js +87 -87
  78. package/dist/cjs/tds-table-header.cjs.entry.js +81 -81
  79. package/dist/cjs/tds-table-toolbar.cjs.entry.js +51 -51
  80. package/dist/cjs/tds-table.cjs.entry.js +83 -83
  81. package/dist/cjs/tds-text-field.cjs.entry.js +62 -62
  82. package/dist/cjs/tds-textarea.cjs.entry.js +54 -54
  83. package/dist/cjs/tds-toast.cjs.entry.js +60 -60
  84. package/dist/cjs/tds-toggle.cjs.entry.js +32 -32
  85. package/dist/cjs/tds-tooltip.cjs.entry.js +54 -54
  86. package/dist/cjs/tegel.cjs.js +3 -3
  87. package/dist/collection/collection-manifest.json +1 -1
  88. package/dist/collection/components/accordion/accordion-item/accordion-item.js +163 -163
  89. package/dist/collection/components/accordion/accordion.js +40 -40
  90. package/dist/collection/components/accordion/accordion.stories.js +67 -67
  91. package/dist/collection/components/accordion/test/basic/accordion.e2e.js +15 -15
  92. package/dist/collection/components/accordion/test/disabled/accordion.e2e.js +15 -15
  93. package/dist/collection/components/accordion/test/expanded/accordion.e2e.js +19 -19
  94. package/dist/collection/components/accordion/test/padding-reset/accordion.e2e.js +19 -19
  95. package/dist/collection/components/badge/badge.js +113 -113
  96. package/dist/collection/components/badge/badge.stories.js +66 -66
  97. package/dist/collection/components/badge/test/basic/badge.e2e.js +6 -6
  98. package/dist/collection/components/badge/test/value/badge.e2e.js +6 -6
  99. package/dist/collection/components/banner/banner.js +212 -212
  100. package/dist/collection/components/banner/banner.stories.js +64 -64
  101. package/dist/collection/components/banner/test/basic/banner.e2e.js +12 -7
  102. package/dist/collection/components/banner/test/default/banner.e2e.js +37 -0
  103. package/dist/collection/components/banner/test/error/banner.e2e.js +15 -0
  104. package/dist/collection/components/banner/test/information/banner.e2e.js +15 -0
  105. package/dist/collection/components/block/block.js +54 -54
  106. package/dist/collection/components/block/block.stories.js +32 -32
  107. package/dist/collection/components/breadcrumbs/breadcrumb/breadcrumb.js +40 -40
  108. package/dist/collection/components/breadcrumbs/breadcrumbs.js +18 -18
  109. package/dist/collection/components/breadcrumbs/breadcrumbs.stories.js +16 -16
  110. package/dist/collection/components/breadcrumbs/test/default/breadcrumbs.e2e.js +33 -0
  111. package/dist/collection/components/button/button.css +23 -25
  112. package/dist/collection/components/button/button.js +177 -177
  113. package/dist/collection/components/button/button.stories.js +146 -146
  114. package/dist/collection/components/button/test/basic/button.e2e.js +30 -30
  115. package/dist/collection/components/button/test/danger/button.e2e.js +13 -13
  116. package/dist/collection/components/button/test/disabled/button.e2e.js +19 -19
  117. package/dist/collection/components/button/test/ghost/button.e2e.js +13 -13
  118. package/dist/collection/components/button/test/icon/button.e2e.js +33 -33
  119. package/dist/collection/components/button/test/secondary/button.e2e.js +13 -13
  120. package/dist/collection/components/card/card.js +228 -228
  121. package/dist/collection/components/card/card.stories.js +120 -120
  122. package/dist/collection/components/card/test/basic/card.e2e.js +10 -0
  123. package/dist/collection/components/card/test/clickable/card.e2e.js +21 -0
  124. package/dist/collection/components/card/test/default/card.e2e.js +33 -0
  125. package/dist/collection/components/checkbox/checkbox.js +270 -270
  126. package/dist/collection/components/checkbox/checkbox.stories.js +59 -59
  127. package/dist/collection/components/chip/chip.js +211 -211
  128. package/dist/collection/components/chip/chip.stories.js +126 -126
  129. package/dist/collection/components/datetime/datetime.js +419 -419
  130. package/dist/collection/components/datetime/datetime.stories.js +168 -168
  131. package/dist/collection/components/divider/divider.js +40 -40
  132. package/dist/collection/components/divider/divider.stories.js +48 -48
  133. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +212 -211
  134. package/dist/collection/components/dropdown/dropdown.js +827 -809
  135. package/dist/collection/components/dropdown/dropdown.stories.js +188 -176
  136. package/dist/collection/components/dropdown/test/basic/dropdown.e2e.js +36 -36
  137. package/dist/collection/components/dropdown/test/default/dropdown.e2e.js +71 -71
  138. package/dist/collection/components/dropdown/test/error/dropdown.e2e.js +31 -31
  139. package/dist/collection/components/dropdown/test/filter/dropdown.e2e.js +51 -51
  140. package/dist/collection/components/dropdown/test/filter/hide-no-result-message/dropdown.e2e.js +23 -0
  141. package/dist/collection/components/dropdown/test/filter/normalize-text-false/dropdown.e2e.js +38 -38
  142. package/dist/collection/components/dropdown/test/multiselect/dropdown.e2e.js +76 -76
  143. package/dist/collection/components/footer/footer-group/footer-group.js +58 -58
  144. package/dist/collection/components/footer/footer-item/footer-item.js +22 -22
  145. package/dist/collection/components/footer/footer.js +48 -45
  146. package/dist/collection/components/footer/footer.stories.js +41 -41
  147. package/dist/collection/components/footer/test/default/footer.e2e.js +34 -0
  148. package/dist/collection/components/header/core-header-item/core-header-item.js +15 -15
  149. package/dist/collection/components/header/header-brand-symbol/header-brand-symbol.js +16 -16
  150. package/dist/collection/components/header/header-dropdown/header-dropdown.js +118 -118
  151. package/dist/collection/components/header/header-dropdown-list/header-dropdown-list.js +105 -105
  152. package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.js +63 -63
  153. package/dist/collection/components/header/header-dropdown-list-user/header-dropdown-list-user.js +94 -94
  154. package/dist/collection/components/header/header-hamburger/header-hamburger.js +17 -17
  155. package/dist/collection/components/header/header-item/header-item.js +89 -89
  156. package/dist/collection/components/header/header-launcher/header-launcher.js +71 -71
  157. package/dist/collection/components/header/header-launcher-button/header-launcher-button.js +43 -43
  158. package/dist/collection/components/header/header-launcher-grid/header-launcher-grid.js +40 -40
  159. package/dist/collection/components/header/header-launcher-grid-item/header-launcher-grid-item.js +15 -15
  160. package/dist/collection/components/header/header-launcher-grid-title/header-launcher-grid-title.js +17 -17
  161. package/dist/collection/components/header/header-launcher-list/header-launcher-list.js +7 -7
  162. package/dist/collection/components/header/header-launcher-list-item/header-launcher-list-item.js +15 -15
  163. package/dist/collection/components/header/header-launcher-list-title/header-launcher-list-title.js +18 -18
  164. package/dist/collection/components/header/header-title/header-title.js +15 -15
  165. package/dist/collection/components/header/header.js +38 -38
  166. package/dist/collection/components/header/header.stories.js +34 -34
  167. package/dist/collection/components/header/test/default/header.e2e.js +44 -0
  168. package/dist/collection/components/icon/icon.js +101 -101
  169. package/dist/collection/components/icon/icon.stories.js +37 -37
  170. package/dist/collection/components/link/link.js +63 -63
  171. package/dist/collection/components/link/link.stories.js +41 -41
  172. package/dist/collection/components/message/message.js +129 -129
  173. package/dist/collection/components/message/message.stories.js +82 -82
  174. package/dist/collection/components/message/test/basic/message.e2e.js +16 -0
  175. package/dist/collection/components/message/test/error/message.e2e.js +24 -29
  176. package/dist/collection/components/message/test/information/message.e2e.js +6 -29
  177. package/dist/collection/components/message/test/success/message.e2e.js +6 -29
  178. package/dist/collection/components/message/test/warning/message.e2e.js +6 -29
  179. package/dist/collection/components/modal/modal.js +278 -278
  180. package/dist/collection/components/modal/modal.stories.js +78 -78
  181. package/dist/collection/components/modal/test/default/modal.e2e.js +28 -0
  182. package/dist/collection/components/modal/test/open-close/modal.e2e.js +63 -0
  183. package/dist/collection/components/modal/test/prevent-true/modal.e2e.js +13 -0
  184. package/dist/collection/components/popover-canvas/popover-canvas.js +173 -173
  185. package/dist/collection/components/popover-canvas/popover-canvas.stories.js +50 -50
  186. package/dist/collection/components/popover-canvas/test/default/popover-canvas.e2e.js +30 -0
  187. package/dist/collection/components/popover-canvas/test/show-false/popover-canvas.e2e.js +30 -0
  188. package/dist/collection/components/popover-canvas/test/show-true/popover-canvas.e2e.js +30 -0
  189. package/dist/collection/components/popover-core/popover-core.js +384 -384
  190. package/dist/collection/components/popover-menu/popover-menu-item/popover-menu-item.js +43 -43
  191. package/dist/collection/components/popover-menu/popover-menu.js +171 -171
  192. package/dist/collection/components/popover-menu/popover-menu.stories.js +76 -76
  193. package/dist/collection/components/popover-menu/test/default/popover-menu.e2e.js +60 -0
  194. package/dist/collection/components/popover-menu/test/icons-fluid/popover-menu.e2e.js +27 -0
  195. package/dist/collection/components/popover-menu/test/show/popover-menu.e2e.js +20 -0
  196. package/dist/collection/components/popover-menu/test/show-false/popover-menu.e2e.js +20 -0
  197. package/dist/collection/components/radio-button/radio-button.js +158 -158
  198. package/dist/collection/components/radio-button/radio-button.stories.js +38 -38
  199. package/dist/collection/components/side-menu/side-menu-close-button/side-menu-close-button.js +17 -17
  200. package/dist/collection/components/side-menu/side-menu-collapse-button/side-menu-collapse-button.js +108 -108
  201. package/dist/collection/components/side-menu/side-menu-dropdown/side-menu-dropdown.js +163 -163
  202. package/dist/collection/components/side-menu/side-menu-dropdown-list/side-menu-dropdown-list.js +43 -43
  203. package/dist/collection/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.js +81 -81
  204. package/dist/collection/components/side-menu/side-menu-item/side-menu-item.js +120 -120
  205. package/dist/collection/components/side-menu/side-menu-overlay/side-menu-overlay.js +15 -15
  206. package/dist/collection/components/side-menu/side-menu-user/side-menu-user.js +93 -93
  207. package/dist/collection/components/side-menu/side-menu-user-image/side-menu-user-image.js +57 -57
  208. package/dist/collection/components/side-menu/side-menu-user-label/side-menu-user-label.js +57 -57
  209. package/dist/collection/components/side-menu/side-menu.js +221 -212
  210. package/dist/collection/components/side-menu/side-menu.stories.js +63 -63
  211. package/dist/collection/components/side-menu/test/collapsible/side-menu.e2e.js +28 -0
  212. package/dist/collection/components/side-menu/test/default/side-menu.e2e.js +38 -0
  213. package/dist/collection/components/slider/slider.js +684 -682
  214. package/dist/collection/components/slider/slider.stories.js +195 -195
  215. package/dist/collection/components/spinner/spinner.js +58 -58
  216. package/dist/collection/components/spinner/spinner.stories.js +46 -46
  217. package/dist/collection/components/stepper/step/step.js +103 -103
  218. package/dist/collection/components/stepper/stepper.js +192 -192
  219. package/dist/collection/components/stepper/stepper.stories.js +68 -68
  220. package/dist/collection/components/table/table/table.js +296 -296
  221. package/dist/collection/components/table/table/test/batch/table.e2e.js +19 -19
  222. package/dist/collection/components/table/table/test/default/table.e2e.js +41 -41
  223. package/dist/collection/components/table/table/test/expandable-row/table.e2e.js +59 -59
  224. package/dist/collection/components/table/table/test/filtering/table.e2e.js +36 -36
  225. package/dist/collection/components/table/table/test/multiselect/table.e2e.js +42 -42
  226. package/dist/collection/components/table/table/test/pagination/table.e2e.js +48 -48
  227. package/dist/collection/components/table/table/test/sorting/table.e2e.js +31 -31
  228. package/dist/collection/components/table/table-body/table-body.js +88 -88
  229. package/dist/collection/components/table/table-body-cell/table-body-cell.js +159 -159
  230. package/dist/collection/components/table/table-body-row/table-body-row.js +119 -119
  231. package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.js +129 -129
  232. package/dist/collection/components/table/table-component-basic.stories.js +115 -115
  233. package/dist/collection/components/table/table-component-batch-actions.stories.js +113 -113
  234. package/dist/collection/components/table/table-component-custom-width.stories.js +104 -104
  235. package/dist/collection/components/table/table-component-expandable-rows.stories.js +104 -104
  236. package/dist/collection/components/table/table-component-filtering.stories.js +104 -104
  237. package/dist/collection/components/table/table-component-multiselect.stories.js +120 -120
  238. package/dist/collection/components/table/table-component-pagination.stories.js +104 -104
  239. package/dist/collection/components/table/table-component-sorting.stories.js +148 -148
  240. package/dist/collection/components/table/table-footer/table-footer.js +207 -207
  241. package/dist/collection/components/table/table-header/table-header.js +197 -197
  242. package/dist/collection/components/table/table-header-cell/table-header-cell.js +317 -317
  243. package/dist/collection/components/table/table-toolbar/table-toolbar.js +135 -135
  244. package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +106 -104
  245. package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +266 -265
  246. package/dist/collection/components/tabs/folder-tabs/folder-tabs.stories.js +60 -60
  247. package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +77 -76
  248. package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +251 -250
  249. package/dist/collection/components/tabs/inline-tabs/inline-tabs.stories.js +54 -54
  250. package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +77 -76
  251. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +246 -245
  252. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.stories.js +54 -54
  253. package/dist/collection/components/text-field/text-field.js +422 -422
  254. package/dist/collection/components/text-field/text-field.stories.js +193 -193
  255. package/dist/collection/components/textarea/test/basic/textarea.e2e.js +21 -21
  256. package/dist/collection/components/textarea/test/default/textarea.e2e.js +29 -29
  257. package/dist/collection/components/textarea/test/read-only/textarea.e2e.js +21 -21
  258. package/dist/collection/components/textarea/textarea.js +412 -412
  259. package/dist/collection/components/textarea/textarea.stories.js +137 -137
  260. package/dist/collection/components/toast/toast.js +232 -232
  261. package/dist/collection/components/toast/toast.stories.js +65 -65
  262. package/dist/collection/components/toggle/toggle.js +206 -206
  263. package/dist/collection/components/toggle/toggle.stories.js +68 -68
  264. package/dist/collection/components/tooltip/tooltip.js +182 -182
  265. package/dist/collection/components/tooltip/tooltip.stories.js +90 -90
  266. package/dist/collection/stories/Installation/angular.stories.js +8 -8
  267. package/dist/collection/stories/Installation/javascript.stories.js +8 -8
  268. package/dist/collection/stories/Installation/react.stories.js +8 -8
  269. package/dist/collection/stories/announcements/announce-tegel.stories.js +8 -8
  270. package/dist/collection/stories/announcements/prefix-change.stories.js +8 -8
  271. package/dist/collection/stories/formatHtmlPreview.js +3 -3
  272. package/dist/collection/stories/foundations/color/color-brand.stories.js +8 -8
  273. package/dist/collection/stories/foundations/color/color-scales.stories.js +45 -45
  274. package/dist/collection/stories/foundations/color/color-semantic.stories.js +8 -8
  275. package/dist/collection/stories/foundations/grid/grid.stories.js +24 -24
  276. package/dist/collection/stories/foundations/spacing/spacing-element.stories.js +4 -4
  277. package/dist/collection/stories/foundations/spacing/spacing-layout.stories.js +4 -4
  278. package/dist/collection/stories/foundations/typography/typography-body.stories.js +4 -4
  279. package/dist/collection/stories/foundations/typography/typography-detail.stories.js +4 -4
  280. package/dist/collection/stories/foundations/typography/typography-headline.stories.js +14 -14
  281. package/dist/collection/stories/foundations/typography/typography-paragraph.stories.js +4 -4
  282. package/dist/collection/stories/patterns/navigation/navigation-basic.stories.js +25 -25
  283. package/dist/collection/stories/patterns/navigation/navigation-fewitems.stories.js +25 -25
  284. package/dist/collection/stories/patterns/navigation/navigation-manyitems.stories.js +36 -36
  285. package/dist/collection/stories/patterns/navigation/navigation-user-menu.stories.js +33 -33
  286. package/dist/collection/stories/tegel.stories.js +8 -8
  287. package/dist/collection/stories/utility/color/background-color.stories.js +74 -74
  288. package/dist/collection/stories/utility/color/text-color.stories.js +74 -74
  289. package/dist/collection/utils/appendHiddenInput.js +11 -11
  290. package/dist/collection/utils/dfs.js +15 -15
  291. package/dist/collection/utils/findNextFocusableElement.js +7 -7
  292. package/dist/collection/utils/findPreviousFocusableElement.js +7 -7
  293. package/dist/collection/utils/generateUniqueId.js +9 -9
  294. package/dist/collection/utils/getNestedChildOfSiblingsMatching.js +15 -15
  295. package/dist/collection/utils/inheritAriaAttributes.js +56 -56
  296. package/dist/collection/utils/inheritAttributes.js +11 -11
  297. package/dist/collection/utils/isHeadingElement.js +3 -3
  298. package/dist/collection/utils/updateListChildrenRoles.js +8 -8
  299. package/dist/components/checkbox.js +79 -79
  300. package/dist/components/core-header-item.js +20 -20
  301. package/dist/components/dfs.js +15 -15
  302. package/dist/components/divider.js +23 -23
  303. package/dist/components/generateUniqueId.js +9 -9
  304. package/dist/components/getPreviousNestedChildOfSiblingsMatching.js +18 -18
  305. package/dist/components/header-dropdown-list-item.js +29 -29
  306. package/dist/components/header-dropdown-list.js +84 -84
  307. package/dist/components/header-item.js +60 -60
  308. package/dist/components/header-launcher-button.js +41 -41
  309. package/dist/components/icon.js +47 -47
  310. package/dist/components/inheritAriaAttributes.js +56 -56
  311. package/dist/components/inheritAttributes.js +11 -11
  312. package/dist/components/popover-canvas.js +48 -48
  313. package/dist/components/popover-core.js +177 -177
  314. package/dist/components/side-menu-item.js +73 -73
  315. package/dist/components/side-menu-user-image.js +25 -25
  316. package/dist/components/side-menu-user-label.js +25 -25
  317. package/dist/components/tds-accordion-item.d.ts +2 -2
  318. package/dist/components/tds-accordion-item.js +47 -47
  319. package/dist/components/tds-accordion.d.ts +2 -2
  320. package/dist/components/tds-accordion.js +23 -23
  321. package/dist/components/tds-badge.d.ts +2 -2
  322. package/dist/components/tds-badge.js +56 -56
  323. package/dist/components/tds-banner.d.ts +2 -2
  324. package/dist/components/tds-banner.js +68 -68
  325. package/dist/components/tds-block.d.ts +2 -2
  326. package/dist/components/tds-block.js +37 -37
  327. package/dist/components/tds-body-cell.d.ts +2 -2
  328. package/dist/components/tds-body-cell.js +85 -85
  329. package/dist/components/tds-breadcrumb.d.ts +2 -2
  330. package/dist/components/tds-breadcrumb.js +23 -23
  331. package/dist/components/tds-breadcrumbs.d.ts +2 -2
  332. package/dist/components/tds-breadcrumbs.js +23 -23
  333. package/dist/components/tds-button.d.ts +2 -2
  334. package/dist/components/tds-button.js +55 -55
  335. package/dist/components/tds-card.d.ts +2 -2
  336. package/dist/components/tds-card.js +67 -67
  337. package/dist/components/tds-checkbox.d.ts +2 -2
  338. package/dist/components/tds-chip.d.ts +2 -2
  339. package/dist/components/tds-chip.js +80 -80
  340. package/dist/components/tds-core-header-item.d.ts +2 -2
  341. package/dist/components/tds-datetime.d.ts +2 -2
  342. package/dist/components/tds-datetime.js +115 -115
  343. package/dist/components/tds-divider.d.ts +2 -2
  344. package/dist/components/tds-dropdown-option.d.ts +2 -2
  345. package/dist/components/tds-dropdown-option.js +108 -108
  346. package/dist/components/tds-dropdown.d.ts +2 -2
  347. package/dist/components/tds-dropdown.js +408 -394
  348. package/dist/components/tds-folder-tab.d.ts +2 -2
  349. package/dist/components/tds-folder-tab.js +37 -37
  350. package/dist/components/tds-folder-tabs.d.ts +2 -2
  351. package/dist/components/tds-folder-tabs.js +177 -177
  352. package/dist/components/tds-footer-group.d.ts +2 -2
  353. package/dist/components/tds-footer-group.js +43 -43
  354. package/dist/components/tds-footer-item.d.ts +2 -2
  355. package/dist/components/tds-footer-item.js +25 -25
  356. package/dist/components/tds-footer.d.ts +2 -2
  357. package/dist/components/tds-footer.js +29 -27
  358. package/dist/components/tds-header-brand-symbol.d.ts +2 -2
  359. package/dist/components/tds-header-brand-symbol.js +31 -31
  360. package/dist/components/tds-header-cell.d.ts +2 -2
  361. package/dist/components/tds-header-cell.js +151 -151
  362. package/dist/components/tds-header-dropdown-list-item.d.ts +2 -2
  363. package/dist/components/tds-header-dropdown-list-user.d.ts +2 -2
  364. package/dist/components/tds-header-dropdown-list-user.js +30 -30
  365. package/dist/components/tds-header-dropdown-list.d.ts +2 -2
  366. package/dist/components/tds-header-dropdown.d.ts +2 -2
  367. package/dist/components/tds-header-dropdown.js +80 -80
  368. package/dist/components/tds-header-hamburger.d.ts +2 -2
  369. package/dist/components/tds-header-hamburger.js +37 -37
  370. package/dist/components/tds-header-item.d.ts +2 -2
  371. package/dist/components/tds-header-launcher-button.d.ts +2 -2
  372. package/dist/components/tds-header-launcher-grid-item.d.ts +2 -2
  373. package/dist/components/tds-header-launcher-grid-item.js +20 -20
  374. package/dist/components/tds-header-launcher-grid-title.d.ts +2 -2
  375. package/dist/components/tds-header-launcher-grid-title.js +20 -20
  376. package/dist/components/tds-header-launcher-grid.d.ts +2 -2
  377. package/dist/components/tds-header-launcher-grid.js +40 -40
  378. package/dist/components/tds-header-launcher-list-item.d.ts +2 -2
  379. package/dist/components/tds-header-launcher-list-item.js +25 -25
  380. package/dist/components/tds-header-launcher-list-title.d.ts +2 -2
  381. package/dist/components/tds-header-launcher-list-title.js +21 -21
  382. package/dist/components/tds-header-launcher-list.d.ts +2 -2
  383. package/dist/components/tds-header-launcher-list.js +24 -24
  384. package/dist/components/tds-header-launcher.d.ts +2 -2
  385. package/dist/components/tds-header-launcher.js +92 -92
  386. package/dist/components/tds-header-title.d.ts +2 -2
  387. package/dist/components/tds-header-title.js +20 -20
  388. package/dist/components/tds-header.d.ts +2 -2
  389. package/dist/components/tds-header.js +49 -49
  390. package/dist/components/tds-icon.d.ts +2 -2
  391. package/dist/components/tds-inline-tab.d.ts +2 -2
  392. package/dist/components/tds-inline-tab.js +30 -30
  393. package/dist/components/tds-inline-tabs.d.ts +2 -2
  394. package/dist/components/tds-inline-tabs.js +162 -162
  395. package/dist/components/tds-link.d.ts +2 -2
  396. package/dist/components/tds-link.js +29 -29
  397. package/dist/components/tds-message.d.ts +2 -2
  398. package/dist/components/tds-message.js +50 -50
  399. package/dist/components/tds-modal.d.ts +2 -2
  400. package/dist/components/tds-modal.js +111 -111
  401. package/dist/components/tds-navigation-tab.d.ts +2 -2
  402. package/dist/components/tds-navigation-tab.js +30 -30
  403. package/dist/components/tds-navigation-tabs.d.ts +2 -2
  404. package/dist/components/tds-navigation-tabs.js +157 -157
  405. package/dist/components/tds-popover-canvas.d.ts +2 -2
  406. package/dist/components/tds-popover-core.d.ts +2 -2
  407. package/dist/components/tds-popover-menu-item.d.ts +2 -2
  408. package/dist/components/tds-popover-menu-item.js +26 -26
  409. package/dist/components/tds-popover-menu.d.ts +2 -2
  410. package/dist/components/tds-popover-menu.js +49 -49
  411. package/dist/components/tds-radio-button.d.ts +2 -2
  412. package/dist/components/tds-radio-button.js +40 -40
  413. package/dist/components/tds-side-menu-close-button.d.ts +2 -2
  414. package/dist/components/tds-side-menu-close-button.js +27 -27
  415. package/dist/components/tds-side-menu-collapse-button.d.ts +2 -2
  416. package/dist/components/tds-side-menu-collapse-button.js +59 -59
  417. package/dist/components/tds-side-menu-dropdown-list-item.d.ts +2 -2
  418. package/dist/components/tds-side-menu-dropdown-list-item.js +51 -51
  419. package/dist/components/tds-side-menu-dropdown-list.d.ts +2 -2
  420. package/dist/components/tds-side-menu-dropdown-list.js +34 -34
  421. package/dist/components/tds-side-menu-dropdown.d.ts +2 -2
  422. package/dist/components/tds-side-menu-dropdown.js +86 -86
  423. package/dist/components/tds-side-menu-item.d.ts +2 -2
  424. package/dist/components/tds-side-menu-overlay.d.ts +2 -2
  425. package/dist/components/tds-side-menu-overlay.js +20 -20
  426. package/dist/components/tds-side-menu-user-image.d.ts +2 -2
  427. package/dist/components/tds-side-menu-user-label.d.ts +2 -2
  428. package/dist/components/tds-side-menu-user.d.ts +2 -2
  429. package/dist/components/tds-side-menu-user.js +39 -39
  430. package/dist/components/tds-side-menu.d.ts +2 -2
  431. package/dist/components/tds-side-menu.js +90 -81
  432. package/dist/components/tds-slider.d.ts +2 -2
  433. package/dist/components/tds-slider.js +321 -319
  434. package/dist/components/tds-spinner.d.ts +2 -2
  435. package/dist/components/tds-spinner.js +24 -24
  436. package/dist/components/tds-step.d.ts +2 -2
  437. package/dist/components/tds-step.js +62 -62
  438. package/dist/components/tds-stepper.d.ts +2 -2
  439. package/dist/components/tds-stepper.js +78 -78
  440. package/dist/components/tds-table-body-row-expandable.d.ts +2 -2
  441. package/dist/components/tds-table-body-row-expandable.js +80 -80
  442. package/dist/components/tds-table-body-row.d.ts +2 -2
  443. package/dist/components/tds-table-body-row.js +77 -77
  444. package/dist/components/tds-table-body.d.ts +2 -2
  445. package/dist/components/tds-table-body.js +73 -73
  446. package/dist/components/tds-table-footer.d.ts +2 -2
  447. package/dist/components/tds-table-footer.js +114 -114
  448. package/dist/components/tds-table-header.d.ts +2 -2
  449. package/dist/components/tds-table-header.js +113 -113
  450. package/dist/components/tds-table-toolbar.d.ts +2 -2
  451. package/dist/components/tds-table-toolbar.js +77 -77
  452. package/dist/components/tds-table.d.ts +2 -2
  453. package/dist/components/tds-table.js +112 -112
  454. package/dist/components/tds-text-field.d.ts +2 -2
  455. package/dist/components/tds-text-field.js +96 -96
  456. package/dist/components/tds-textarea.d.ts +2 -2
  457. package/dist/components/tds-textarea.js +88 -88
  458. package/dist/components/tds-toast.d.ts +2 -2
  459. package/dist/components/tds-toast.js +86 -86
  460. package/dist/components/tds-toggle.d.ts +2 -2
  461. package/dist/components/tds-toggle.js +52 -52
  462. package/dist/components/tds-tooltip.d.ts +2 -2
  463. package/dist/components/tds-tooltip.js +77 -77
  464. package/dist/esm/dfs-1e574d5f.js +27 -0
  465. package/dist/esm/{generateUniqueId-c96c8ee6.js → generateUniqueId-7934d315.js} +9 -9
  466. package/dist/esm/{index-7dc8c41f.js → index-6e6ff771.js} +417 -356
  467. package/dist/esm/inheritAriaAttributes-04f2f252.js +76 -0
  468. package/dist/esm/{inheritAttributes-8bb09af0.js → inheritAttributes-d21e267b.js} +11 -11
  469. package/dist/esm/{isHeadingElement-2c158fc4.js → isHeadingElement-8efea284.js} +19 -19
  470. package/dist/esm/loader.js +3 -3
  471. package/dist/esm/tds-accordion-item.entry.js +22 -22
  472. package/dist/esm/tds-accordion.entry.js +8 -8
  473. package/dist/esm/tds-badge.entry.js +34 -34
  474. package/dist/esm/tds-banner.entry.js +42 -42
  475. package/dist/esm/tds-block.entry.js +22 -22
  476. package/dist/esm/tds-body-cell.entry.js +61 -61
  477. package/dist/esm/tds-breadcrumb.entry.js +8 -8
  478. package/dist/esm/tds-breadcrumbs.entry.js +10 -10
  479. package/dist/esm/tds-button.entry.js +34 -34
  480. package/dist/esm/tds-card.entry.js +40 -40
  481. package/dist/esm/tds-checkbox.entry.js +57 -57
  482. package/dist/esm/tds-chip.entry.js +62 -62
  483. package/dist/esm/tds-core-header-item_2.entry.js +46 -46
  484. package/dist/esm/tds-datetime.entry.js +82 -82
  485. package/dist/esm/tds-divider.entry.js +8 -8
  486. package/dist/esm/tds-dropdown-option.entry.js +78 -78
  487. package/dist/esm/tds-dropdown.entry.js +363 -349
  488. package/dist/esm/tds-folder-tab.entry.js +18 -18
  489. package/dist/esm/tds-folder-tabs.entry.js +149 -149
  490. package/dist/esm/tds-footer-group.entry.js +22 -22
  491. package/dist/esm/tds-footer-item.entry.js +12 -12
  492. package/dist/esm/tds-footer.entry.js +14 -12
  493. package/dist/esm/tds-header-brand-symbol.entry.js +8 -8
  494. package/dist/esm/tds-header-cell.entry.js +122 -122
  495. package/dist/esm/tds-header-dropdown-list-item.entry.js +13 -13
  496. package/dist/esm/tds-header-dropdown-list-user.entry.js +12 -12
  497. package/dist/esm/tds-header-dropdown-list.entry.js +70 -70
  498. package/dist/esm/tds-header-dropdown.entry.js +37 -37
  499. package/dist/esm/tds-header-hamburger.entry.js +11 -11
  500. package/dist/esm/tds-header-launcher-button.entry.js +13 -13
  501. package/dist/esm/tds-header-launcher-grid-item.entry.js +7 -7
  502. package/dist/esm/tds-header-launcher-grid-title.entry.js +9 -9
  503. package/dist/esm/tds-header-launcher-grid.entry.js +28 -28
  504. package/dist/esm/tds-header-launcher-list-item.entry.js +7 -7
  505. package/dist/esm/tds-header-launcher-list-title.entry.js +10 -10
  506. package/dist/esm/tds-header-launcher-list.entry.js +9 -9
  507. package/dist/esm/tds-header-launcher.entry.js +48 -48
  508. package/dist/esm/tds-header-title.entry.js +7 -7
  509. package/dist/esm/tds-header.entry.js +39 -39
  510. package/dist/esm/tds-icon.entry.js +28 -28
  511. package/dist/esm/tds-inline-tab.entry.js +13 -13
  512. package/dist/esm/tds-inline-tabs.entry.js +134 -134
  513. package/dist/esm/tds-link.entry.js +13 -13
  514. package/dist/esm/tds-message.entry.js +26 -26
  515. package/dist/esm/tds-modal.entry.js +82 -82
  516. package/dist/esm/tds-navigation-tab.entry.js +13 -13
  517. package/dist/esm/tds-navigation-tabs.entry.js +130 -130
  518. package/dist/esm/tds-popover-canvas.entry.js +24 -24
  519. package/dist/esm/tds-popover-core.entry.js +148 -148
  520. package/dist/esm/tds-popover-menu-item.entry.js +11 -11
  521. package/dist/esm/tds-popover-menu.entry.js +25 -25
  522. package/dist/esm/tds-radio-button.entry.js +22 -22
  523. package/dist/esm/tds-side-menu-close-button.entry.js +11 -11
  524. package/dist/esm/tds-side-menu-collapse-button.entry.js +39 -39
  525. package/dist/esm/tds-side-menu-dropdown-list-item.entry.js +34 -34
  526. package/dist/esm/tds-side-menu-dropdown-list.entry.js +19 -19
  527. package/dist/esm/tds-side-menu-dropdown.entry.js +56 -56
  528. package/dist/esm/tds-side-menu-item.entry.js +57 -57
  529. package/dist/esm/tds-side-menu-overlay.entry.js +7 -7
  530. package/dist/esm/tds-side-menu-user-image_2.entry.js +17 -17
  531. package/dist/esm/tds-side-menu-user.entry.js +11 -11
  532. package/dist/esm/tds-side-menu.entry.js +68 -60
  533. package/dist/esm/tds-slider.entry.js +285 -283
  534. package/dist/esm/tds-spinner.entry.js +9 -9
  535. package/dist/esm/tds-step.entry.js +37 -37
  536. package/dist/esm/tds-stepper.entry.js +55 -55
  537. package/dist/esm/tds-table-body-row-expandable.entry.js +58 -58
  538. package/dist/esm/tds-table-body-row.entry.js +51 -51
  539. package/dist/esm/tds-table-body.entry.js +52 -52
  540. package/dist/esm/tds-table-footer.entry.js +87 -87
  541. package/dist/esm/tds-table-header.entry.js +81 -81
  542. package/dist/esm/tds-table-toolbar.entry.js +51 -51
  543. package/dist/esm/tds-table.entry.js +83 -83
  544. package/dist/esm/tds-text-field.entry.js +62 -62
  545. package/dist/esm/tds-textarea.entry.js +54 -54
  546. package/dist/esm/tds-toast.entry.js +60 -60
  547. package/dist/esm/tds-toggle.entry.js +32 -32
  548. package/dist/esm/tds-tooltip.entry.js +54 -54
  549. package/dist/esm/tegel.js +4 -4
  550. package/dist/tegel/{p-d757dc45.entry.js → p-0657ff1a.entry.js} +1 -1
  551. package/dist/tegel/{p-0edeccb6.js → p-0bd4c19c.js} +1 -1
  552. package/dist/tegel/{p-ee299956.entry.js → p-0d0c6493.entry.js} +1 -1
  553. package/dist/tegel/p-18940c9c.entry.js +1 -0
  554. package/dist/tegel/{p-851520df.entry.js → p-1945a0f3.entry.js} +1 -1
  555. package/dist/tegel/{p-9108c81f.entry.js → p-1a7230e1.entry.js} +1 -1
  556. package/dist/tegel/{p-80dd10db.entry.js → p-1e4217c5.entry.js} +1 -1
  557. package/dist/tegel/{p-33dfc79a.entry.js → p-21df464d.entry.js} +1 -1
  558. package/dist/tegel/{p-c5138ecf.entry.js → p-24e3d7e2.entry.js} +1 -1
  559. package/dist/tegel/{p-8c41b79d.entry.js → p-25e56f32.entry.js} +1 -1
  560. package/dist/tegel/{p-5b1d6647.entry.js → p-29556a90.entry.js} +1 -1
  561. package/dist/tegel/{p-cb477168.entry.js → p-2b344346.entry.js} +1 -1
  562. package/dist/tegel/{p-0204ea55.entry.js → p-2b829947.entry.js} +1 -1
  563. package/dist/tegel/{p-4c913e4b.entry.js → p-2c513250.entry.js} +1 -1
  564. package/dist/tegel/{p-83dc1dde.entry.js → p-2c8de389.entry.js} +1 -1
  565. package/dist/tegel/{p-e1cd3cc1.entry.js → p-2caafb56.entry.js} +1 -1
  566. package/dist/tegel/{p-99632e91.entry.js → p-2cdb5f19.entry.js} +1 -1
  567. package/dist/tegel/p-2f9c1ad7.entry.js +1 -0
  568. package/dist/tegel/p-30f28214.entry.js +1 -0
  569. package/dist/tegel/{p-cec4cc4d.entry.js → p-317b5299.entry.js} +1 -1
  570. package/dist/tegel/{p-5e8bf615.entry.js → p-326cb2ba.entry.js} +1 -1
  571. package/dist/tegel/{p-e889c82b.entry.js → p-40562f4b.entry.js} +1 -1
  572. package/dist/tegel/{p-574f1148.entry.js → p-422e53ec.entry.js} +1 -1
  573. package/dist/tegel/{p-242abd17.entry.js → p-49813878.entry.js} +1 -1
  574. package/dist/tegel/{p-24ac98b9.entry.js → p-4c4f5168.entry.js} +1 -1
  575. package/dist/tegel/{p-86c1146e.entry.js → p-4cc28733.entry.js} +1 -1
  576. package/dist/tegel/p-4d661599.js +2 -0
  577. package/dist/tegel/{p-a872e086.entry.js → p-4da1c8a8.entry.js} +1 -1
  578. package/dist/tegel/{p-d2989b66.entry.js → p-4e195abb.entry.js} +1 -1
  579. package/dist/tegel/{p-6243906b.entry.js → p-50978479.entry.js} +1 -1
  580. package/dist/tegel/{p-281a7ea6.entry.js → p-50ffec23.entry.js} +1 -1
  581. package/dist/tegel/p-515dfcea.entry.js +1 -0
  582. package/dist/tegel/{p-027473cc.entry.js → p-556600b1.entry.js} +1 -1
  583. package/dist/tegel/{p-32d2354f.entry.js → p-55964061.entry.js} +1 -1
  584. package/dist/tegel/{p-1d6b48e1.entry.js → p-58835a58.entry.js} +1 -1
  585. package/dist/tegel/{p-49c03547.entry.js → p-63cd5c41.entry.js} +1 -1
  586. package/dist/tegel/{p-74478110.entry.js → p-66b5c8ba.entry.js} +1 -1
  587. package/dist/tegel/{p-15527d1c.entry.js → p-6a8a1f0f.entry.js} +1 -1
  588. package/dist/tegel/{p-4c314d67.entry.js → p-6ae68836.entry.js} +1 -1
  589. package/dist/tegel/{p-f46ab7e0.entry.js → p-6dc8f2dd.entry.js} +1 -1
  590. package/dist/tegel/{p-1b55a206.entry.js → p-71479b49.entry.js} +1 -1
  591. package/dist/tegel/p-73db3fab.entry.js +1 -0
  592. package/dist/tegel/{p-e0a62474.entry.js → p-75846b6a.entry.js} +1 -1
  593. package/dist/tegel/{p-825be958.entry.js → p-7bb9c668.entry.js} +1 -1
  594. package/dist/tegel/{p-d5bd93b0.entry.js → p-86ae068b.entry.js} +1 -1
  595. package/dist/tegel/{p-cdf605b6.entry.js → p-8d22e0d4.entry.js} +1 -1
  596. package/dist/tegel/p-8f1b824b.entry.js +1 -0
  597. package/dist/tegel/{p-8c781ff3.entry.js → p-8fedca76.entry.js} +1 -1
  598. package/dist/tegel/{p-86f542a6.js → p-9332c225.js} +1 -1
  599. package/dist/tegel/{p-e07afb36.entry.js → p-936a8c86.entry.js} +1 -1
  600. package/dist/tegel/{p-e32e00dc.entry.js → p-94bce2be.entry.js} +1 -1
  601. package/dist/tegel/{p-10600320.entry.js → p-981e917a.entry.js} +1 -1
  602. package/dist/tegel/{p-5c11a9c9.entry.js → p-98716bbf.entry.js} +1 -1
  603. package/dist/tegel/{p-a00c06d4.entry.js → p-9a00d07e.entry.js} +1 -1
  604. package/dist/tegel/{p-7be1c8ea.entry.js → p-a3f6cc1e.entry.js} +1 -1
  605. package/dist/tegel/{p-75eae0ae.entry.js → p-aa069789.entry.js} +1 -1
  606. package/dist/tegel/{p-0891c691.entry.js → p-aa627d7b.entry.js} +1 -1
  607. package/dist/tegel/{p-bda16bee.entry.js → p-aebe9fdf.entry.js} +1 -1
  608. package/dist/tegel/{p-8837c8f0.entry.js → p-be72cf43.entry.js} +1 -1
  609. package/dist/tegel/{p-604022ba.entry.js → p-bf95003c.entry.js} +1 -1
  610. package/dist/tegel/p-c6553022.entry.js +1 -0
  611. package/dist/tegel/{p-d73f40b0.entry.js → p-c7b2017c.entry.js} +1 -1
  612. package/dist/tegel/{p-7b5c5881.entry.js → p-ca6b5098.entry.js} +1 -1
  613. package/dist/tegel/{p-8a7a998e.entry.js → p-ceb13ac1.entry.js} +1 -1
  614. package/dist/tegel/{p-caaab9d1.entry.js → p-d08d8a44.entry.js} +1 -1
  615. package/dist/tegel/{p-6b625fe1.entry.js → p-d2efffab.entry.js} +1 -1
  616. package/dist/tegel/{p-81c7ece9.entry.js → p-d33b5f47.entry.js} +1 -1
  617. package/dist/tegel/{p-b2466d89.entry.js → p-d82ec760.entry.js} +1 -1
  618. package/dist/tegel/{p-ffe71966.entry.js → p-d82fecc1.entry.js} +1 -1
  619. package/dist/tegel/{p-05815c7a.entry.js → p-dc2b8ccc.entry.js} +1 -1
  620. package/dist/tegel/{p-56a341a1.entry.js → p-dee090d9.entry.js} +1 -1
  621. package/dist/tegel/{p-f7b73968.entry.js → p-df3d220d.entry.js} +1 -1
  622. package/dist/tegel/{p-0308dd60.entry.js → p-ea6b7621.entry.js} +1 -1
  623. package/dist/tegel/{p-c7301ecb.entry.js → p-ed69bc61.entry.js} +1 -1
  624. package/dist/tegel/{p-d72f1690.entry.js → p-f4011972.entry.js} +1 -1
  625. package/dist/tegel/{p-47a92f41.entry.js → p-f54daf7d.entry.js} +1 -1
  626. package/dist/tegel/{p-f0c9ff6a.entry.js → p-f801cf0e.entry.js} +1 -1
  627. package/dist/tegel/{p-ff6dfbe5.entry.js → p-fc250504.entry.js} +1 -1
  628. package/dist/tegel/{p-2f69406d.entry.js → p-fc3df599.entry.js} +1 -1
  629. package/dist/tegel/{p-46808902.entry.js → p-fcfb96da.entry.js} +1 -1
  630. package/dist/tegel/{p-84b79c10.entry.js → p-fe2a3b1d.entry.js} +1 -1
  631. package/dist/tegel/tegel.css +3 -3
  632. package/dist/tegel/tegel.esm.js +1 -1
  633. package/dist/types/components/accordion/accordion-item/accordion-item.d.ts +16 -16
  634. package/dist/types/components/accordion/accordion.d.ts +3 -3
  635. package/dist/types/components/accordion/accordion.stories.d.ts +66 -66
  636. package/dist/types/components/badge/badge.d.ts +12 -12
  637. package/dist/types/components/badge/badge.stories.d.ts +65 -65
  638. package/dist/types/components/banner/banner.d.ts +27 -27
  639. package/dist/types/components/banner/banner.stories.d.ts +62 -62
  640. package/dist/types/components/block/block.d.ts +6 -6
  641. package/dist/types/components/block/block.stories.d.ts +26 -26
  642. package/dist/types/components/breadcrumbs/breadcrumb/breadcrumb.d.ts +3 -3
  643. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  644. package/dist/types/components/breadcrumbs/breadcrumbs.stories.d.ts +11 -11
  645. package/dist/types/components/button/button.d.ts +17 -17
  646. package/dist/types/components/button/button.stories.d.ts +133 -133
  647. package/dist/types/components/card/card.d.ts +30 -30
  648. package/dist/types/components/card/card.stories.d.ts +119 -119
  649. package/dist/types/components/checkbox/checkbox.d.ts +36 -36
  650. package/dist/types/components/checkbox/checkbox.stories.d.ts +56 -56
  651. package/dist/types/components/chip/chip.d.ts +35 -35
  652. package/dist/types/components/chip/chip.stories.d.ts +89 -89
  653. package/dist/types/components/datetime/datetime.d.ts +49 -49
  654. package/dist/types/components/datetime/datetime.stories.d.ts +136 -136
  655. package/dist/types/components/divider/divider.d.ts +3 -3
  656. package/dist/types/components/divider/divider.stories.d.ts +50 -50
  657. package/dist/types/components/dropdown/dropdown-option/dropdown-option.d.ts +30 -30
  658. package/dist/types/components/dropdown/dropdown.d.ts +100 -99
  659. package/dist/types/components/dropdown/dropdown.stories.d.ts +198 -182
  660. package/dist/types/components/footer/footer-group/footer-group.d.ts +12 -12
  661. package/dist/types/components/footer/footer-item/footer-item.d.ts +4 -4
  662. package/dist/types/components/footer/footer.d.ts +7 -5
  663. package/dist/types/components/footer/footer.stories.d.ts +36 -36
  664. package/dist/types/components/header/core-header-item/core-header-item.d.ts +1 -1
  665. package/dist/types/components/header/header-brand-symbol/header-brand-symbol.d.ts +2 -2
  666. package/dist/types/components/header/header-dropdown/header-dropdown.d.ts +14 -14
  667. package/dist/types/components/header/header-dropdown-list/header-dropdown-list.d.ts +10 -10
  668. package/dist/types/components/header/header-dropdown-list-item/header-dropdown-list-item.d.ts +6 -6
  669. package/dist/types/components/header/header-dropdown-list-user/header-dropdown-list-user.d.ts +10 -10
  670. package/dist/types/components/header/header-hamburger/header-hamburger.d.ts +2 -2
  671. package/dist/types/components/header/header-item/header-item.d.ts +14 -14
  672. package/dist/types/components/header/header-launcher/header-launcher.d.ts +10 -10
  673. package/dist/types/components/header/header-launcher-button/header-launcher-button.d.ts +6 -6
  674. package/dist/types/components/header/header-launcher-grid/header-launcher-grid.d.ts +4 -4
  675. package/dist/types/components/header/header-launcher-grid-item/header-launcher-grid-item.d.ts +1 -1
  676. package/dist/types/components/header/header-launcher-grid-title/header-launcher-grid-title.d.ts +2 -2
  677. package/dist/types/components/header/header-launcher-list/header-launcher-list.d.ts +2 -2
  678. package/dist/types/components/header/header-launcher-list-item/header-launcher-list-item.d.ts +1 -1
  679. package/dist/types/components/header/header-launcher-list-title/header-launcher-list-title.d.ts +3 -3
  680. package/dist/types/components/header/header-title/header-title.d.ts +1 -1
  681. package/dist/types/components/header/header.d.ts +6 -6
  682. package/dist/types/components/header/header.stories.d.ts +27 -27
  683. package/dist/types/components/icon/icon.d.ts +12 -12
  684. package/dist/types/components/icon/icon.stories.d.ts +30 -30
  685. package/dist/types/components/link/link.d.ts +7 -7
  686. package/dist/types/components/link/link.stories.d.ts +37 -37
  687. package/dist/types/components/message/message.d.ts +12 -12
  688. package/dist/types/components/message/message.stories.d.ts +79 -79
  689. package/dist/types/components/modal/modal.d.ts +35 -35
  690. package/dist/types/components/modal/modal.stories.d.ts +70 -70
  691. package/dist/types/components/popover-canvas/popover-canvas.d.ts +20 -20
  692. package/dist/types/components/popover-canvas/popover-canvas.stories.d.ts +21 -21
  693. package/dist/types/components/popover-core/popover-core.d.ts +43 -43
  694. package/dist/types/components/popover-menu/popover-menu-item/popover-menu-item.d.ts +3 -3
  695. package/dist/types/components/popover-menu/popover-menu.d.ts +21 -21
  696. package/dist/types/components/popover-menu/popover-menu.stories.d.ts +43 -43
  697. package/dist/types/components/radio-button/radio-button.d.ts +21 -21
  698. package/dist/types/components/radio-button/radio-button.stories.d.ts +32 -32
  699. package/dist/types/components/side-menu/side-menu-close-button/side-menu-close-button.d.ts +2 -2
  700. package/dist/types/components/side-menu/side-menu-collapse-button/side-menu-collapse-button.d.ts +12 -12
  701. package/dist/types/components/side-menu/side-menu-dropdown/side-menu-dropdown.d.ts +25 -25
  702. package/dist/types/components/side-menu/side-menu-dropdown-list/side-menu-dropdown-list.d.ts +6 -6
  703. package/dist/types/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.d.ts +10 -10
  704. package/dist/types/components/side-menu/side-menu-item/side-menu-item.d.ts +18 -18
  705. package/dist/types/components/side-menu/side-menu-overlay/side-menu-overlay.d.ts +1 -1
  706. package/dist/types/components/side-menu/side-menu-user/side-menu-user.d.ts +9 -9
  707. package/dist/types/components/side-menu/side-menu-user-image/side-menu-user-image.d.ts +5 -5
  708. package/dist/types/components/side-menu/side-menu-user-label/side-menu-user-label.d.ts +5 -5
  709. package/dist/types/components/side-menu/side-menu.d.ts +28 -27
  710. package/dist/types/components/side-menu/side-menu.stories.d.ts +58 -58
  711. package/dist/types/components/slider/slider.d.ts +77 -77
  712. package/dist/types/components/slider/slider.stories.d.ts +229 -229
  713. package/dist/types/components/spinner/spinner.d.ts +5 -5
  714. package/dist/types/components/spinner/spinner.stories.d.ts +39 -39
  715. package/dist/types/components/stepper/step/step.d.ts +14 -14
  716. package/dist/types/components/stepper/stepper.d.ts +29 -29
  717. package/dist/types/components/stepper/stepper.stories.d.ts +70 -70
  718. package/dist/types/components/table/table/table.d.ts +43 -43
  719. package/dist/types/components/table/table-body/table-body.d.ts +17 -17
  720. package/dist/types/components/table/table-body-cell/table-body-cell.d.ts +21 -21
  721. package/dist/types/components/table/table-body-row/table-body-row.d.ts +20 -20
  722. package/dist/types/components/table/table-body-row-expandable/table-body-row-expandable.d.ts +21 -21
  723. package/dist/types/components/table/table-component-basic.stories.d.ts +132 -132
  724. package/dist/types/components/table/table-component-batch-actions.stories.d.ts +128 -128
  725. package/dist/types/components/table/table-component-custom-width.stories.d.ts +120 -120
  726. package/dist/types/components/table/table-component-expandable-rows.stories.d.ts +120 -120
  727. package/dist/types/components/table/table-component-filtering.stories.d.ts +120 -120
  728. package/dist/types/components/table/table-component-multiselect.stories.d.ts +136 -136
  729. package/dist/types/components/table/table-component-pagination.stories.d.ts +120 -120
  730. package/dist/types/components/table/table-component-sorting.stories.d.ts +168 -168
  731. package/dist/types/components/table/table-footer/table-footer.d.ts +28 -28
  732. package/dist/types/components/table/table-header/table-header.d.ts +31 -31
  733. package/dist/types/components/table/table-header-cell/table-header-cell.d.ts +50 -50
  734. package/dist/types/components/table/table-toolbar/table-toolbar.d.ts +21 -21
  735. package/dist/types/components/tabs/folder-tabs/folder-tab/folder-tab.d.ts +9 -9
  736. package/dist/types/components/tabs/folder-tabs/folder-tabs.d.ts +36 -36
  737. package/dist/types/components/tabs/folder-tabs/folder-tabs.stories.d.ts +60 -60
  738. package/dist/types/components/tabs/inline-tabs/inline-tab/inline-tab.d.ts +6 -6
  739. package/dist/types/components/tabs/inline-tabs/inline-tabs.d.ts +34 -34
  740. package/dist/types/components/tabs/inline-tabs/inline-tabs.stories.d.ts +52 -52
  741. package/dist/types/components/tabs/navigation-tabs/navigation-tab/navigation-tab.d.ts +6 -6
  742. package/dist/types/components/tabs/navigation-tabs/navigation-tabs.d.ts +33 -33
  743. package/dist/types/components/tabs/navigation-tabs/navigation-tabs.stories.d.ts +52 -52
  744. package/dist/types/components/text-field/text-field.d.ts +50 -50
  745. package/dist/types/components/text-field/text-field.stories.d.ts +188 -188
  746. package/dist/types/components/textarea/textarea.d.ts +47 -47
  747. package/dist/types/components/textarea/textarea.stories.d.ts +128 -128
  748. package/dist/types/components/toast/toast.d.ts +24 -24
  749. package/dist/types/components/toast/toast.stories.d.ts +57 -57
  750. package/dist/types/components/toggle/toggle.d.ts +25 -25
  751. package/dist/types/components/toggle/toggle.stories.d.ts +66 -66
  752. package/dist/types/components/tooltip/tooltip.d.ts +27 -27
  753. package/dist/types/components/tooltip/tooltip.stories.d.ts +58 -58
  754. package/dist/types/components.d.ts +5 -5
  755. package/dist/types/stencil-public-runtime.d.ts +8 -0
  756. package/dist/types/stories/Installation/angular.stories.d.ts +1 -1
  757. package/dist/types/stories/Installation/javascript.stories.d.ts +1 -1
  758. package/dist/types/stories/Installation/react.stories.d.ts +1 -1
  759. package/dist/types/stories/announcements/announce-tegel.stories.d.ts +1 -1
  760. package/dist/types/stories/announcements/prefix-change.stories.d.ts +1 -1
  761. package/dist/types/stories/foundations/color/color-brand.stories.d.ts +8 -8
  762. package/dist/types/stories/foundations/color/color-scales.stories.d.ts +24 -24
  763. package/dist/types/stories/foundations/color/color-semantic.stories.d.ts +8 -8
  764. package/dist/types/stories/foundations/grid/grid.stories.d.ts +22 -22
  765. package/dist/types/stories/foundations/spacing/spacing-element.stories.d.ts +4 -4
  766. package/dist/types/stories/foundations/spacing/spacing-layout.stories.d.ts +4 -4
  767. package/dist/types/stories/foundations/typography/typography-body.stories.d.ts +4 -4
  768. package/dist/types/stories/foundations/typography/typography-detail.stories.d.ts +4 -4
  769. package/dist/types/stories/foundations/typography/typography-headline.stories.d.ts +16 -16
  770. package/dist/types/stories/foundations/typography/typography-paragraph.stories.d.ts +4 -4
  771. package/dist/types/stories/patterns/navigation/navigation-basic.stories.d.ts +18 -18
  772. package/dist/types/stories/patterns/navigation/navigation-fewitems.stories.d.ts +18 -18
  773. package/dist/types/stories/patterns/navigation/navigation-manyitems.stories.d.ts +31 -31
  774. package/dist/types/stories/patterns/navigation/navigation-user-menu.stories.d.ts +26 -26
  775. package/dist/types/stories/tegel.stories.d.ts +1 -1
  776. package/dist/types/stories/utility/color/background-color.stories.d.ts +57 -57
  777. package/dist/types/stories/utility/color/text-color.stories.d.ts +57 -57
  778. package/dist/types/types/Attributes.d.ts +1 -1
  779. package/dist/types/utils/appendHiddenInput.d.ts +2 -2
  780. package/package.json +3 -3
  781. package/dist/cjs/dfs-babd18a6.js +0 -29
  782. package/dist/cjs/inheritAriaAttributes-640b1abb.js +0 -78
  783. package/dist/esm/dfs-3f5bd9e8.js +0 -27
  784. package/dist/esm/inheritAriaAttributes-d4dfca6b.js +0 -76
  785. package/dist/tegel/p-31bb4c3e.entry.js +0 -1
  786. package/dist/tegel/p-3418e94b.entry.js +0 -1
  787. package/dist/tegel/p-3e9b9672.js +0 -2
  788. package/dist/tegel/p-5092497e.entry.js +0 -1
  789. package/dist/tegel/p-5dc4f120.entry.js +0 -1
  790. package/dist/tegel/p-7f94a735.entry.js +0 -1
  791. package/dist/tegel/p-ae19b833.entry.js +0 -1
  792. package/dist/tegel/p-c1f3d3a9.entry.js +0 -1
  793. /package/dist/tegel/{p-f7ce52e9.js → p-11648030.js} +0 -0
  794. /package/dist/tegel/{p-098a26f3.js → p-3fe9cbbf.js} +0 -0
  795. /package/dist/tegel/{p-81039661.js → p-52bf0fdf.js} +0 -0
@@ -32,6 +32,13 @@ const uniqueTime = (key, measureText) => {
32
32
  }
33
33
  };
34
34
  const HYDRATED_CSS = '{visibility:hidden}.hydrated{visibility:inherit}';
35
+ /**
36
+ * Constant for styles to be globally applied to `slot-fb` elements for pseudo-slot behavior.
37
+ *
38
+ * Two cascading rules must be used instead of a `:not()` selector due to Stencil browser
39
+ * support as of Stencil v4.
40
+ */
41
+ const SLOT_FB_CSS = 'slot-fb{display:contents}slot-fb[hidden]{display:none}';
35
42
  const XLINK_NS = 'http://www.w3.org/1999/xlink';
36
43
  /**
37
44
  * Default style mode id
@@ -352,6 +359,10 @@ const addStyle = (styleContainerNode, cmpMeta, mode) => {
352
359
  }
353
360
  styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector('link'));
354
361
  }
362
+ // Add styles for `slot-fb` elements if we're using slots outside the Shadow DOM
363
+ if (cmpMeta.$flags$ & 4 /* CMP_FLAGS.hasSlotRelocation */) {
364
+ styleElm.innerHTML += SLOT_FB_CSS;
365
+ }
355
366
  if (appliedStyles) {
356
367
  appliedStyles.add(scopeId);
357
368
  }
@@ -519,7 +530,11 @@ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
519
530
  elm[memberName] = newValue;
520
531
  }
521
532
  }
522
- catch (e) { }
533
+ catch (e) {
534
+ /**
535
+ * in case someone tries to set a read-only property, e.g. "namespaceURI", we just ignore it
536
+ */
537
+ }
523
538
  }
524
539
  /**
525
540
  * Need to manually update attribute if:
@@ -558,6 +573,11 @@ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
558
573
  }
559
574
  };
560
575
  const parseClassListRegex = /\s/;
576
+ /**
577
+ * Parsed a string of classnames into an array
578
+ * @param value className string, e.g. "foo bar baz"
579
+ * @returns list of classes, e.g. ["foo", "bar", "baz"]
580
+ */
561
581
  const parseClassList = (value) => (!value ? [] : value.split(parseClassListRegex));
562
582
  const CAPTURE_EVENT_SUFFIX = 'Capture';
563
583
  const CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + '$');
@@ -668,8 +688,10 @@ const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
668
688
  }
669
689
  }
670
690
  }
691
+ // This needs to always happen so we can hide nodes that are projected
692
+ // to another component but don't end up in a slot
693
+ elm['s-hn'] = hostTagName;
671
694
  {
672
- elm['s-hn'] = hostTagName;
673
695
  if (newVNode.$flags$ & (2 /* VNODE_FLAGS.isSlotFallback */ | 1 /* VNODE_FLAGS.isSlotReference */)) {
674
696
  // remember the content reference comment
675
697
  elm['s-sr'] = true;
@@ -682,9 +704,11 @@ const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
682
704
  // check if we've got an old vnode for this slot
683
705
  oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
684
706
  if (oldVNode && oldVNode.$tag$ === newVNode.$tag$ && oldParentVNode.$elm$) {
685
- // we've got an old slot vnode and the wrapper is being replaced
686
- // so let's move the old slot content back to it's original location
687
- putBackInOriginalLocation(oldParentVNode.$elm$, false);
707
+ {
708
+ // we've got an old slot vnode and the wrapper is being replaced
709
+ // so let's move the old slot content back to its original location
710
+ putBackInOriginalLocation(oldParentVNode.$elm$, false);
711
+ }
688
712
  }
689
713
  }
690
714
  }
@@ -697,9 +721,6 @@ const putBackInOriginalLocation = (parentElm, recursive) => {
697
721
  for (let i = oldSlotChildNodes.length - 1; i >= 0; i--) {
698
722
  const childNode = oldSlotChildNodes[i];
699
723
  if (childNode['s-hn'] !== hostTagName && childNode['s-ol']) {
700
- // // this child node in the old element is from another component
701
- // // remove this node from the old slot's parent
702
- // childNode.remove();
703
724
  // and relocate it back to it's original location
704
725
  parentReferenceNode(childNode).insertBefore(childNode, referenceNode(childNode));
705
726
  // remove the old original location comment entirely
@@ -859,8 +880,9 @@ const removeVnodes = (vnodes, startIdx, endIdx) => {
859
880
  * @param oldCh the old children of the parent node
860
881
  * @param newVNode the new VNode which will replace the parent
861
882
  * @param newCh the new children of the parent node
883
+ * @param isInitialRender whether or not this is the first render of the vdom
862
884
  */
863
- const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
885
+ const updateChildren = (parentElm, oldCh, newVNode, newCh, isInitialRender = false) => {
864
886
  let oldStartIdx = 0;
865
887
  let newStartIdx = 0;
866
888
  let idxInOld = 0;
@@ -887,24 +909,24 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
887
909
  else if (newEndVnode == null) {
888
910
  newEndVnode = newCh[--newEndIdx];
889
911
  }
890
- else if (isSameVnode(oldStartVnode, newStartVnode)) {
912
+ else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
891
913
  // if the start nodes are the same then we should patch the new VNode
892
914
  // onto the old one, and increment our `newStartIdx` and `oldStartIdx`
893
915
  // indices to reflect that. We don't need to move any DOM Nodes around
894
916
  // since things are matched up in order.
895
- patch(oldStartVnode, newStartVnode);
917
+ patch(oldStartVnode, newStartVnode, isInitialRender);
896
918
  oldStartVnode = oldCh[++oldStartIdx];
897
919
  newStartVnode = newCh[++newStartIdx];
898
920
  }
899
- else if (isSameVnode(oldEndVnode, newEndVnode)) {
921
+ else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
900
922
  // likewise, if the end nodes are the same we patch new onto old and
901
923
  // decrement our end indices, and also likewise in this case we don't
902
924
  // need to move any DOM Nodes.
903
- patch(oldEndVnode, newEndVnode);
925
+ patch(oldEndVnode, newEndVnode, isInitialRender);
904
926
  oldEndVnode = oldCh[--oldEndIdx];
905
927
  newEndVnode = newCh[--newEndIdx];
906
928
  }
907
- else if (isSameVnode(oldStartVnode, newEndVnode)) {
929
+ else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
908
930
  // case: "Vnode moved right"
909
931
  //
910
932
  // We've found that the last node in our window on the new children is
@@ -922,7 +944,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
922
944
  if ((oldStartVnode.$tag$ === 'slot' || newEndVnode.$tag$ === 'slot')) {
923
945
  putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
924
946
  }
925
- patch(oldStartVnode, newEndVnode);
947
+ patch(oldStartVnode, newEndVnode, isInitialRender);
926
948
  // We need to move the element for `oldStartVnode` into a position which
927
949
  // will be appropriate for `newEndVnode`. For this we can use
928
950
  // `.insertBefore` and `oldEndVnode.$elm$.nextSibling`. If there is a
@@ -944,7 +966,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
944
966
  oldStartVnode = oldCh[++oldStartIdx];
945
967
  newEndVnode = newCh[--newEndIdx];
946
968
  }
947
- else if (isSameVnode(oldEndVnode, newStartVnode)) {
969
+ else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
948
970
  // case: "Vnode moved left"
949
971
  //
950
972
  // We've found that the first node in our window on the new children is
@@ -963,7 +985,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
963
985
  if ((oldStartVnode.$tag$ === 'slot' || newEndVnode.$tag$ === 'slot')) {
964
986
  putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
965
987
  }
966
- patch(oldEndVnode, newStartVnode);
988
+ patch(oldEndVnode, newStartVnode, isInitialRender);
967
989
  // We've already checked above if `oldStartVnode` and `newStartVnode` are
968
990
  // the same node, so since we're here we know that they are not. Thus we
969
991
  // can move the element for `oldEndVnode` _before_ the element for
@@ -1000,7 +1022,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1000
1022
  node = createElm(oldCh && oldCh[newStartIdx], newVNode, idxInOld, parentElm);
1001
1023
  }
1002
1024
  else {
1003
- patch(elmToMove, newStartVnode);
1025
+ patch(elmToMove, newStartVnode, isInitialRender);
1004
1026
  // invalidate the matching old node so that we won't try to update it
1005
1027
  // again later on
1006
1028
  oldCh[idxInOld] = undefined;
@@ -1051,19 +1073,25 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1051
1073
  *
1052
1074
  * @param leftVNode the first VNode to check
1053
1075
  * @param rightVNode the second VNode to check
1076
+ * @param isInitialRender whether or not this is the first render of the vdom
1054
1077
  * @returns whether they're equal or not
1055
1078
  */
1056
- const isSameVnode = (leftVNode, rightVNode) => {
1079
+ const isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
1057
1080
  // compare if two vnode to see if they're "technically" the same
1058
1081
  // need to have the same element tag, and same key to be the same
1059
1082
  if (leftVNode.$tag$ === rightVNode.$tag$) {
1060
1083
  if (leftVNode.$tag$ === 'slot') {
1061
1084
  return leftVNode.$name$ === rightVNode.$name$;
1062
1085
  }
1063
- // this will be set if components in the build have `key` attrs set on them
1064
- {
1086
+ // this will be set if JSX tags in the build have `key` attrs set on them
1087
+ // we only want to check this if we're not on the first render since on
1088
+ // first render `leftVNode.$key$` will always be `null`, so we can be led
1089
+ // astray and, for instance, accidentally delete a DOM node that we want to
1090
+ // keep around.
1091
+ if (!isInitialRender) {
1065
1092
  return leftVNode.$key$ === rightVNode.$key$;
1066
1093
  }
1094
+ return true;
1067
1095
  }
1068
1096
  return false;
1069
1097
  };
@@ -1082,8 +1110,9 @@ const parentReferenceNode = (node) => (node['s-ol'] ? node['s-ol'] : node).paren
1082
1110
  *
1083
1111
  * @param oldVNode an old VNode whose DOM element and children we want to update
1084
1112
  * @param newVNode a new VNode representing an updated version of the old one
1113
+ * @param isInitialRender whether or not this is the first render of the vdom
1085
1114
  */
1086
- const patch = (oldVNode, newVNode) => {
1115
+ const patch = (oldVNode, newVNode, isInitialRender = false) => {
1087
1116
  const elm = (newVNode.$elm$ = oldVNode.$elm$);
1088
1117
  const oldChildren = oldVNode.$children$;
1089
1118
  const newChildren = newVNode.$children$;
@@ -1109,7 +1138,7 @@ const patch = (oldVNode, newVNode) => {
1109
1138
  if (oldChildren !== null && newChildren !== null) {
1110
1139
  // looks like there's child vnodes for both the old and new vnodes
1111
1140
  // so we need to call `updateChildren` to reconcile them
1112
- updateChildren(elm, oldChildren, newVNode, newChildren);
1141
+ updateChildren(elm, oldChildren, newVNode, newChildren, isInitialRender);
1113
1142
  }
1114
1143
  else if (newChildren !== null) {
1115
1144
  // no old child vnodes, but there are new child vnodes to add
@@ -1342,7 +1371,7 @@ const nullifyVNodeRefs = (vNode) => {
1342
1371
  * @param isInitialLoad whether or not this is the first call after page load
1343
1372
  */
1344
1373
  const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1345
- var _a, _b;
1374
+ var _a, _b, _c, _d;
1346
1375
  const hostElm = hostRef.$hostElement$;
1347
1376
  const cmpMeta = hostRef.$cmpMeta$;
1348
1377
  const oldVNode = hostRef.$vnode$ || newVNode(null, null);
@@ -1392,7 +1421,7 @@ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1392
1421
  checkSlotFallbackVisibility = false;
1393
1422
  }
1394
1423
  // synchronous patch
1395
- patch(oldVNode, rootVnode);
1424
+ patch(oldVNode, rootVnode, isInitialLoad);
1396
1425
  {
1397
1426
  // while we're moving nodes around existing nodes, temporarily disable
1398
1427
  // the disconnectCallback from working
@@ -1457,12 +1486,24 @@ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1457
1486
  // we're just going to append the node as the last child of the parent. Passing
1458
1487
  // `null` as the second arg here will trigger that behavior.
1459
1488
  parentNodeRef.insertBefore(nodeToRelocate, insertBeforeNode);
1489
+ // Reset the `hidden` value back to what it was defined as originally
1490
+ // This solves a problem where a `slot` is dynamically rendered and `hidden` may have
1491
+ // been set on content originally, but now it has a slot to go to so it should have
1492
+ // the value it was defined as having in the DOM, not what we overrode it to.
1493
+ if (nodeToRelocate.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1494
+ nodeToRelocate.hidden = (_c = nodeToRelocate['s-ih']) !== null && _c !== void 0 ? _c : false;
1495
+ }
1460
1496
  }
1461
1497
  }
1462
1498
  }
1463
1499
  else {
1464
1500
  // this node doesn't have a slot home to go to, so let's hide it
1465
1501
  if (nodeToRelocate.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1502
+ // Store the initial value of `hidden` so we can reset it later when
1503
+ // moving nodes around.
1504
+ if (isInitialLoad) {
1505
+ nodeToRelocate['s-ih'] = (_d = nodeToRelocate.hidden) !== null && _d !== void 0 ? _d : false;
1506
+ }
1466
1507
  nodeToRelocate.hidden = true;
1467
1508
  }
1468
1509
  }
@@ -1799,13 +1840,13 @@ const setValue = (ref, propName, newVal, cmpMeta) => {
1799
1840
  */
1800
1841
  const proxyComponent = (Cstr, cmpMeta, flags) => {
1801
1842
  var _a;
1843
+ const prototype = Cstr.prototype;
1802
1844
  if (cmpMeta.$members$) {
1803
1845
  if (Cstr.watchers) {
1804
1846
  cmpMeta.$watchers$ = Cstr.watchers;
1805
1847
  }
1806
1848
  // It's better to have a const than two Object.entries()
1807
1849
  const members = Object.entries(cmpMeta.$members$);
1808
- const prototype = Cstr.prototype;
1809
1850
  members.map(([memberName, [memberFlags]]) => {
1810
1851
  if ((memberFlags & 31 /* MEMBER_FLAGS.Prop */ ||
1811
1852
  ((flags & 2 /* PROXY_FLAGS.proxyState */) && memberFlags & 32 /* MEMBER_FLAGS.State */))) {
@@ -1828,8 +1869,9 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1828
1869
  // proxyComponent - method
1829
1870
  Object.defineProperty(prototype, memberName, {
1830
1871
  value(...args) {
1872
+ var _a;
1831
1873
  const ref = getHostRef(this);
1832
- return ref.$onInstancePromise$.then(() => ref.$lazyInstance$[memberName](...args));
1874
+ return (_a = ref === null || ref === void 0 ? void 0 : ref.$onInstancePromise$) === null || _a === void 0 ? void 0 : _a.then(() => { var _a; return (_a = ref.$lazyInstance$) === null || _a === void 0 ? void 0 : _a[memberName](...args); });
1833
1875
  },
1834
1876
  });
1835
1877
  }
@@ -1838,6 +1880,7 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1838
1880
  const attrNameToPropName = new Map();
1839
1881
  prototype.attributeChangedCallback = function (attrName, oldValue, newValue) {
1840
1882
  plt.jmp(() => {
1883
+ var _a;
1841
1884
  const propName = attrNameToPropName.get(attrName);
1842
1885
  // In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
1843
1886
  // in the case where an attribute was set inline.
@@ -1893,11 +1936,12 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1893
1936
  // 1. The instance is ready
1894
1937
  // 2. The watchers are ready
1895
1938
  // 3. The value has changed
1896
- if (!(flags & 8 /* HOST_FLAGS.isConstructingInstance */) &&
1939
+ if (flags &&
1940
+ !(flags & 8 /* HOST_FLAGS.isConstructingInstance */) &&
1897
1941
  flags & 128 /* HOST_FLAGS.isWatchReady */ &&
1898
1942
  newValue !== oldValue) {
1899
1943
  const instance = hostRef.$lazyInstance$ ;
1900
- const entry = cmpMeta.$watchers$[attrName];
1944
+ const entry = (_a = cmpMeta.$watchers$) === null || _a === void 0 ? void 0 : _a[attrName];
1901
1945
  entry === null || entry === void 0 ? void 0 : entry.forEach((callbackName) => {
1902
1946
  if (instance[callbackName] != null) {
1903
1947
  instance[callbackName].call(instance, newValue, oldValue, attrName);
@@ -1919,10 +1963,11 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1919
1963
  ...members
1920
1964
  .filter(([_, m]) => m[0] & 15 /* MEMBER_FLAGS.HasAttribute */)
1921
1965
  .map(([propName, m]) => {
1966
+ var _a;
1922
1967
  const attrName = m[1] || propName;
1923
1968
  attrNameToPropName.set(attrName, propName);
1924
1969
  if (m[0] & 512 /* MEMBER_FLAGS.ReflectAttr */) {
1925
- cmpMeta.$attrsToReflect$.push([propName, attrName]);
1970
+ (_a = cmpMeta.$attrsToReflect$) === null || _a === void 0 ? void 0 : _a.push([propName, attrName]);
1926
1971
  }
1927
1972
  return attrName;
1928
1973
  }),
@@ -2131,12 +2176,13 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
2131
2176
  const customElements = win.customElements;
2132
2177
  const head = doc.head;
2133
2178
  const metaCharset = /*@__PURE__*/ head.querySelector('meta[charset]');
2134
- const visibilityStyle = /*@__PURE__*/ doc.createElement('style');
2179
+ const dataStyles = /*@__PURE__*/ doc.createElement('style');
2135
2180
  const deferredConnectedCallbacks = [];
2136
2181
  let appLoadFallback;
2137
2182
  let isBootstrapping = true;
2138
2183
  Object.assign(plt, options);
2139
2184
  plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
2185
+ let hasSlotRelocation = false;
2140
2186
  lazyBundles.map((lazyBundle) => {
2141
2187
  lazyBundle[1].map((compactMeta) => {
2142
2188
  var _a;
@@ -2146,6 +2192,11 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
2146
2192
  $members$: compactMeta[2],
2147
2193
  $listeners$: compactMeta[3],
2148
2194
  };
2195
+ // Check if we are using slots outside the shadow DOM in this component.
2196
+ // We'll use this information later to add styles for `slot-fb` elements
2197
+ if (cmpMeta.$flags$ & 4 /* CMP_FLAGS.hasSlotRelocation */) {
2198
+ hasSlotRelocation = true;
2199
+ }
2149
2200
  {
2150
2201
  cmpMeta.$members$ = compactMeta[2];
2151
2202
  }
@@ -2210,15 +2261,25 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
2210
2261
  }
2211
2262
  });
2212
2263
  });
2264
+ // Add styles for `slot-fb` elements if any of our components are using slots outside the Shadow DOM
2265
+ if (hasSlotRelocation) {
2266
+ dataStyles.innerHTML += SLOT_FB_CSS;
2267
+ }
2268
+ // Add hydration styles
2213
2269
  {
2214
- visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
2215
- visibilityStyle.setAttribute('data-styles', '');
2270
+ dataStyles.innerHTML += cmpTags + HYDRATED_CSS;
2271
+ }
2272
+ // If we have styles, add them to the DOM
2273
+ if (dataStyles.innerHTML.length) {
2274
+ dataStyles.setAttribute('data-styles', '');
2216
2275
  // Apply CSP nonce to the style tag if it exists
2217
2276
  const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
2218
2277
  if (nonce != null) {
2219
- visibilityStyle.setAttribute('nonce', nonce);
2278
+ dataStyles.setAttribute('nonce', nonce);
2220
2279
  }
2221
- head.insertBefore(visibilityStyle, metaCharset ? metaCharset.nextSibling : head.firstChild);
2280
+ // Insert the styles into the document head
2281
+ // NOTE: this _needs_ to happen last so we can ensure the nonce (and other attributes) are applied
2282
+ head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
2222
2283
  }
2223
2284
  // Process deferred connectedCallbacks now all components have been registered
2224
2285
  isBootstrapping = false;
@@ -2339,327 +2400,327 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2339
2400
  return module[exportName];
2340
2401
  }
2341
2402
 
2342
- if (!hmrVersionId || !BUILD.hotModuleReplacement) {
2343
- const processMod = importedModule => {
2344
- cmpModules.set(bundleId, importedModule);
2345
- return importedModule[exportName];
2403
+ if (!hmrVersionId || !BUILD.hotModuleReplacement) {
2404
+ const processMod = importedModule => {
2405
+ cmpModules.set(bundleId, importedModule);
2406
+ return importedModule[exportName];
2407
+ }
2408
+ switch(bundleId) {
2409
+
2410
+ case 'tds-accordion':
2411
+ return import(
2412
+ /* webpackMode: "lazy" */
2413
+ './tds-accordion.entry.js').then(processMod, consoleError);
2414
+ case 'tds-accordion-item':
2415
+ return import(
2416
+ /* webpackMode: "lazy" */
2417
+ './tds-accordion-item.entry.js').then(processMod, consoleError);
2418
+ case 'tds-badge':
2419
+ return import(
2420
+ /* webpackMode: "lazy" */
2421
+ './tds-badge.entry.js').then(processMod, consoleError);
2422
+ case 'tds-banner':
2423
+ return import(
2424
+ /* webpackMode: "lazy" */
2425
+ './tds-banner.entry.js').then(processMod, consoleError);
2426
+ case 'tds-block':
2427
+ return import(
2428
+ /* webpackMode: "lazy" */
2429
+ './tds-block.entry.js').then(processMod, consoleError);
2430
+ case 'tds-body-cell':
2431
+ return import(
2432
+ /* webpackMode: "lazy" */
2433
+ './tds-body-cell.entry.js').then(processMod, consoleError);
2434
+ case 'tds-breadcrumb':
2435
+ return import(
2436
+ /* webpackMode: "lazy" */
2437
+ './tds-breadcrumb.entry.js').then(processMod, consoleError);
2438
+ case 'tds-breadcrumbs':
2439
+ return import(
2440
+ /* webpackMode: "lazy" */
2441
+ './tds-breadcrumbs.entry.js').then(processMod, consoleError);
2442
+ case 'tds-button':
2443
+ return import(
2444
+ /* webpackMode: "lazy" */
2445
+ './tds-button.entry.js').then(processMod, consoleError);
2446
+ case 'tds-card':
2447
+ return import(
2448
+ /* webpackMode: "lazy" */
2449
+ './tds-card.entry.js').then(processMod, consoleError);
2450
+ case 'tds-chip':
2451
+ return import(
2452
+ /* webpackMode: "lazy" */
2453
+ './tds-chip.entry.js').then(processMod, consoleError);
2454
+ case 'tds-datetime':
2455
+ return import(
2456
+ /* webpackMode: "lazy" */
2457
+ './tds-datetime.entry.js').then(processMod, consoleError);
2458
+ case 'tds-dropdown':
2459
+ return import(
2460
+ /* webpackMode: "lazy" */
2461
+ './tds-dropdown.entry.js').then(processMod, consoleError);
2462
+ case 'tds-dropdown-option':
2463
+ return import(
2464
+ /* webpackMode: "lazy" */
2465
+ './tds-dropdown-option.entry.js').then(processMod, consoleError);
2466
+ case 'tds-folder-tab':
2467
+ return import(
2468
+ /* webpackMode: "lazy" */
2469
+ './tds-folder-tab.entry.js').then(processMod, consoleError);
2470
+ case 'tds-folder-tabs':
2471
+ return import(
2472
+ /* webpackMode: "lazy" */
2473
+ './tds-folder-tabs.entry.js').then(processMod, consoleError);
2474
+ case 'tds-footer':
2475
+ return import(
2476
+ /* webpackMode: "lazy" */
2477
+ './tds-footer.entry.js').then(processMod, consoleError);
2478
+ case 'tds-footer-group':
2479
+ return import(
2480
+ /* webpackMode: "lazy" */
2481
+ './tds-footer-group.entry.js').then(processMod, consoleError);
2482
+ case 'tds-footer-item':
2483
+ return import(
2484
+ /* webpackMode: "lazy" */
2485
+ './tds-footer-item.entry.js').then(processMod, consoleError);
2486
+ case 'tds-header':
2487
+ return import(
2488
+ /* webpackMode: "lazy" */
2489
+ './tds-header.entry.js').then(processMod, consoleError);
2490
+ case 'tds-header-brand-symbol':
2491
+ return import(
2492
+ /* webpackMode: "lazy" */
2493
+ './tds-header-brand-symbol.entry.js').then(processMod, consoleError);
2494
+ case 'tds-header-cell':
2495
+ return import(
2496
+ /* webpackMode: "lazy" */
2497
+ './tds-header-cell.entry.js').then(processMod, consoleError);
2498
+ case 'tds-header-dropdown':
2499
+ return import(
2500
+ /* webpackMode: "lazy" */
2501
+ './tds-header-dropdown.entry.js').then(processMod, consoleError);
2502
+ case 'tds-header-dropdown-list-user':
2503
+ return import(
2504
+ /* webpackMode: "lazy" */
2505
+ './tds-header-dropdown-list-user.entry.js').then(processMod, consoleError);
2506
+ case 'tds-header-hamburger':
2507
+ return import(
2508
+ /* webpackMode: "lazy" */
2509
+ './tds-header-hamburger.entry.js').then(processMod, consoleError);
2510
+ case 'tds-header-launcher':
2511
+ return import(
2512
+ /* webpackMode: "lazy" */
2513
+ './tds-header-launcher.entry.js').then(processMod, consoleError);
2514
+ case 'tds-header-launcher-grid':
2515
+ return import(
2516
+ /* webpackMode: "lazy" */
2517
+ './tds-header-launcher-grid.entry.js').then(processMod, consoleError);
2518
+ case 'tds-header-launcher-grid-item':
2519
+ return import(
2520
+ /* webpackMode: "lazy" */
2521
+ './tds-header-launcher-grid-item.entry.js').then(processMod, consoleError);
2522
+ case 'tds-header-launcher-grid-title':
2523
+ return import(
2524
+ /* webpackMode: "lazy" */
2525
+ './tds-header-launcher-grid-title.entry.js').then(processMod, consoleError);
2526
+ case 'tds-header-launcher-list':
2527
+ return import(
2528
+ /* webpackMode: "lazy" */
2529
+ './tds-header-launcher-list.entry.js').then(processMod, consoleError);
2530
+ case 'tds-header-launcher-list-item':
2531
+ return import(
2532
+ /* webpackMode: "lazy" */
2533
+ './tds-header-launcher-list-item.entry.js').then(processMod, consoleError);
2534
+ case 'tds-header-launcher-list-title':
2535
+ return import(
2536
+ /* webpackMode: "lazy" */
2537
+ './tds-header-launcher-list-title.entry.js').then(processMod, consoleError);
2538
+ case 'tds-header-title':
2539
+ return import(
2540
+ /* webpackMode: "lazy" */
2541
+ './tds-header-title.entry.js').then(processMod, consoleError);
2542
+ case 'tds-inline-tab':
2543
+ return import(
2544
+ /* webpackMode: "lazy" */
2545
+ './tds-inline-tab.entry.js').then(processMod, consoleError);
2546
+ case 'tds-inline-tabs':
2547
+ return import(
2548
+ /* webpackMode: "lazy" */
2549
+ './tds-inline-tabs.entry.js').then(processMod, consoleError);
2550
+ case 'tds-link':
2551
+ return import(
2552
+ /* webpackMode: "lazy" */
2553
+ './tds-link.entry.js').then(processMod, consoleError);
2554
+ case 'tds-message':
2555
+ return import(
2556
+ /* webpackMode: "lazy" */
2557
+ './tds-message.entry.js').then(processMod, consoleError);
2558
+ case 'tds-modal':
2559
+ return import(
2560
+ /* webpackMode: "lazy" */
2561
+ './tds-modal.entry.js').then(processMod, consoleError);
2562
+ case 'tds-navigation-tab':
2563
+ return import(
2564
+ /* webpackMode: "lazy" */
2565
+ './tds-navigation-tab.entry.js').then(processMod, consoleError);
2566
+ case 'tds-navigation-tabs':
2567
+ return import(
2568
+ /* webpackMode: "lazy" */
2569
+ './tds-navigation-tabs.entry.js').then(processMod, consoleError);
2570
+ case 'tds-popover-menu':
2571
+ return import(
2572
+ /* webpackMode: "lazy" */
2573
+ './tds-popover-menu.entry.js').then(processMod, consoleError);
2574
+ case 'tds-popover-menu-item':
2575
+ return import(
2576
+ /* webpackMode: "lazy" */
2577
+ './tds-popover-menu-item.entry.js').then(processMod, consoleError);
2578
+ case 'tds-radio-button':
2579
+ return import(
2580
+ /* webpackMode: "lazy" */
2581
+ './tds-radio-button.entry.js').then(processMod, consoleError);
2582
+ case 'tds-side-menu':
2583
+ return import(
2584
+ /* webpackMode: "lazy" */
2585
+ './tds-side-menu.entry.js').then(processMod, consoleError);
2586
+ case 'tds-side-menu-close-button':
2587
+ return import(
2588
+ /* webpackMode: "lazy" */
2589
+ './tds-side-menu-close-button.entry.js').then(processMod, consoleError);
2590
+ case 'tds-side-menu-collapse-button':
2591
+ return import(
2592
+ /* webpackMode: "lazy" */
2593
+ './tds-side-menu-collapse-button.entry.js').then(processMod, consoleError);
2594
+ case 'tds-side-menu-dropdown':
2595
+ return import(
2596
+ /* webpackMode: "lazy" */
2597
+ './tds-side-menu-dropdown.entry.js').then(processMod, consoleError);
2598
+ case 'tds-side-menu-dropdown-list':
2599
+ return import(
2600
+ /* webpackMode: "lazy" */
2601
+ './tds-side-menu-dropdown-list.entry.js').then(processMod, consoleError);
2602
+ case 'tds-side-menu-dropdown-list-item':
2603
+ return import(
2604
+ /* webpackMode: "lazy" */
2605
+ './tds-side-menu-dropdown-list-item.entry.js').then(processMod, consoleError);
2606
+ case 'tds-side-menu-overlay':
2607
+ return import(
2608
+ /* webpackMode: "lazy" */
2609
+ './tds-side-menu-overlay.entry.js').then(processMod, consoleError);
2610
+ case 'tds-side-menu-user':
2611
+ return import(
2612
+ /* webpackMode: "lazy" */
2613
+ './tds-side-menu-user.entry.js').then(processMod, consoleError);
2614
+ case 'tds-slider':
2615
+ return import(
2616
+ /* webpackMode: "lazy" */
2617
+ './tds-slider.entry.js').then(processMod, consoleError);
2618
+ case 'tds-spinner':
2619
+ return import(
2620
+ /* webpackMode: "lazy" */
2621
+ './tds-spinner.entry.js').then(processMod, consoleError);
2622
+ case 'tds-step':
2623
+ return import(
2624
+ /* webpackMode: "lazy" */
2625
+ './tds-step.entry.js').then(processMod, consoleError);
2626
+ case 'tds-stepper':
2627
+ return import(
2628
+ /* webpackMode: "lazy" */
2629
+ './tds-stepper.entry.js').then(processMod, consoleError);
2630
+ case 'tds-table':
2631
+ return import(
2632
+ /* webpackMode: "lazy" */
2633
+ './tds-table.entry.js').then(processMod, consoleError);
2634
+ case 'tds-table-body':
2635
+ return import(
2636
+ /* webpackMode: "lazy" */
2637
+ './tds-table-body.entry.js').then(processMod, consoleError);
2638
+ case 'tds-table-body-row':
2639
+ return import(
2640
+ /* webpackMode: "lazy" */
2641
+ './tds-table-body-row.entry.js').then(processMod, consoleError);
2642
+ case 'tds-table-body-row-expandable':
2643
+ return import(
2644
+ /* webpackMode: "lazy" */
2645
+ './tds-table-body-row-expandable.entry.js').then(processMod, consoleError);
2646
+ case 'tds-table-footer':
2647
+ return import(
2648
+ /* webpackMode: "lazy" */
2649
+ './tds-table-footer.entry.js').then(processMod, consoleError);
2650
+ case 'tds-table-header':
2651
+ return import(
2652
+ /* webpackMode: "lazy" */
2653
+ './tds-table-header.entry.js').then(processMod, consoleError);
2654
+ case 'tds-table-toolbar':
2655
+ return import(
2656
+ /* webpackMode: "lazy" */
2657
+ './tds-table-toolbar.entry.js').then(processMod, consoleError);
2658
+ case 'tds-text-field':
2659
+ return import(
2660
+ /* webpackMode: "lazy" */
2661
+ './tds-text-field.entry.js').then(processMod, consoleError);
2662
+ case 'tds-textarea':
2663
+ return import(
2664
+ /* webpackMode: "lazy" */
2665
+ './tds-textarea.entry.js').then(processMod, consoleError);
2666
+ case 'tds-toast':
2667
+ return import(
2668
+ /* webpackMode: "lazy" */
2669
+ './tds-toast.entry.js').then(processMod, consoleError);
2670
+ case 'tds-toggle':
2671
+ return import(
2672
+ /* webpackMode: "lazy" */
2673
+ './tds-toggle.entry.js').then(processMod, consoleError);
2674
+ case 'tds-tooltip':
2675
+ return import(
2676
+ /* webpackMode: "lazy" */
2677
+ './tds-tooltip.entry.js').then(processMod, consoleError);
2678
+ case 'tds-divider':
2679
+ return import(
2680
+ /* webpackMode: "lazy" */
2681
+ './tds-divider.entry.js').then(processMod, consoleError);
2682
+ case 'tds-header-dropdown-list':
2683
+ return import(
2684
+ /* webpackMode: "lazy" */
2685
+ './tds-header-dropdown-list.entry.js').then(processMod, consoleError);
2686
+ case 'tds-header-dropdown-list-item':
2687
+ return import(
2688
+ /* webpackMode: "lazy" */
2689
+ './tds-header-dropdown-list-item.entry.js').then(processMod, consoleError);
2690
+ case 'tds-header-launcher-button':
2691
+ return import(
2692
+ /* webpackMode: "lazy" */
2693
+ './tds-header-launcher-button.entry.js').then(processMod, consoleError);
2694
+ case 'tds-side-menu-user-image_2':
2695
+ return import(
2696
+ /* webpackMode: "lazy" */
2697
+ './tds-side-menu-user-image_2.entry.js').then(processMod, consoleError);
2698
+ case 'tds-popover-canvas':
2699
+ return import(
2700
+ /* webpackMode: "lazy" */
2701
+ './tds-popover-canvas.entry.js').then(processMod, consoleError);
2702
+ case 'tds-side-menu-item':
2703
+ return import(
2704
+ /* webpackMode: "lazy" */
2705
+ './tds-side-menu-item.entry.js').then(processMod, consoleError);
2706
+ case 'tds-checkbox':
2707
+ return import(
2708
+ /* webpackMode: "lazy" */
2709
+ './tds-checkbox.entry.js').then(processMod, consoleError);
2710
+ case 'tds-core-header-item_2':
2711
+ return import(
2712
+ /* webpackMode: "lazy" */
2713
+ './tds-core-header-item_2.entry.js').then(processMod, consoleError);
2714
+ case 'tds-popover-core':
2715
+ return import(
2716
+ /* webpackMode: "lazy" */
2717
+ './tds-popover-core.entry.js').then(processMod, consoleError);
2718
+ case 'tds-icon':
2719
+ return import(
2720
+ /* webpackMode: "lazy" */
2721
+ './tds-icon.entry.js').then(processMod, consoleError);
2722
+ }
2346
2723
  }
2347
- switch(bundleId) {
2348
-
2349
- case 'tds-accordion':
2350
- return import(
2351
- /* webpackMode: "lazy" */
2352
- './tds-accordion.entry.js').then(processMod, consoleError);
2353
- case 'tds-accordion-item':
2354
- return import(
2355
- /* webpackMode: "lazy" */
2356
- './tds-accordion-item.entry.js').then(processMod, consoleError);
2357
- case 'tds-badge':
2358
- return import(
2359
- /* webpackMode: "lazy" */
2360
- './tds-badge.entry.js').then(processMod, consoleError);
2361
- case 'tds-banner':
2362
- return import(
2363
- /* webpackMode: "lazy" */
2364
- './tds-banner.entry.js').then(processMod, consoleError);
2365
- case 'tds-block':
2366
- return import(
2367
- /* webpackMode: "lazy" */
2368
- './tds-block.entry.js').then(processMod, consoleError);
2369
- case 'tds-body-cell':
2370
- return import(
2371
- /* webpackMode: "lazy" */
2372
- './tds-body-cell.entry.js').then(processMod, consoleError);
2373
- case 'tds-breadcrumb':
2374
- return import(
2375
- /* webpackMode: "lazy" */
2376
- './tds-breadcrumb.entry.js').then(processMod, consoleError);
2377
- case 'tds-breadcrumbs':
2378
- return import(
2379
- /* webpackMode: "lazy" */
2380
- './tds-breadcrumbs.entry.js').then(processMod, consoleError);
2381
- case 'tds-button':
2382
- return import(
2383
- /* webpackMode: "lazy" */
2384
- './tds-button.entry.js').then(processMod, consoleError);
2385
- case 'tds-card':
2386
- return import(
2387
- /* webpackMode: "lazy" */
2388
- './tds-card.entry.js').then(processMod, consoleError);
2389
- case 'tds-chip':
2390
- return import(
2391
- /* webpackMode: "lazy" */
2392
- './tds-chip.entry.js').then(processMod, consoleError);
2393
- case 'tds-datetime':
2394
- return import(
2395
- /* webpackMode: "lazy" */
2396
- './tds-datetime.entry.js').then(processMod, consoleError);
2397
- case 'tds-dropdown':
2398
- return import(
2399
- /* webpackMode: "lazy" */
2400
- './tds-dropdown.entry.js').then(processMod, consoleError);
2401
- case 'tds-dropdown-option':
2402
- return import(
2403
- /* webpackMode: "lazy" */
2404
- './tds-dropdown-option.entry.js').then(processMod, consoleError);
2405
- case 'tds-folder-tab':
2406
- return import(
2407
- /* webpackMode: "lazy" */
2408
- './tds-folder-tab.entry.js').then(processMod, consoleError);
2409
- case 'tds-folder-tabs':
2410
- return import(
2411
- /* webpackMode: "lazy" */
2412
- './tds-folder-tabs.entry.js').then(processMod, consoleError);
2413
- case 'tds-footer':
2414
- return import(
2415
- /* webpackMode: "lazy" */
2416
- './tds-footer.entry.js').then(processMod, consoleError);
2417
- case 'tds-footer-group':
2418
- return import(
2419
- /* webpackMode: "lazy" */
2420
- './tds-footer-group.entry.js').then(processMod, consoleError);
2421
- case 'tds-footer-item':
2422
- return import(
2423
- /* webpackMode: "lazy" */
2424
- './tds-footer-item.entry.js').then(processMod, consoleError);
2425
- case 'tds-header':
2426
- return import(
2427
- /* webpackMode: "lazy" */
2428
- './tds-header.entry.js').then(processMod, consoleError);
2429
- case 'tds-header-brand-symbol':
2430
- return import(
2431
- /* webpackMode: "lazy" */
2432
- './tds-header-brand-symbol.entry.js').then(processMod, consoleError);
2433
- case 'tds-header-cell':
2434
- return import(
2435
- /* webpackMode: "lazy" */
2436
- './tds-header-cell.entry.js').then(processMod, consoleError);
2437
- case 'tds-header-dropdown':
2438
- return import(
2439
- /* webpackMode: "lazy" */
2440
- './tds-header-dropdown.entry.js').then(processMod, consoleError);
2441
- case 'tds-header-dropdown-list-user':
2442
- return import(
2443
- /* webpackMode: "lazy" */
2444
- './tds-header-dropdown-list-user.entry.js').then(processMod, consoleError);
2445
- case 'tds-header-hamburger':
2446
- return import(
2447
- /* webpackMode: "lazy" */
2448
- './tds-header-hamburger.entry.js').then(processMod, consoleError);
2449
- case 'tds-header-launcher':
2450
- return import(
2451
- /* webpackMode: "lazy" */
2452
- './tds-header-launcher.entry.js').then(processMod, consoleError);
2453
- case 'tds-header-launcher-grid':
2454
- return import(
2455
- /* webpackMode: "lazy" */
2456
- './tds-header-launcher-grid.entry.js').then(processMod, consoleError);
2457
- case 'tds-header-launcher-grid-item':
2458
- return import(
2459
- /* webpackMode: "lazy" */
2460
- './tds-header-launcher-grid-item.entry.js').then(processMod, consoleError);
2461
- case 'tds-header-launcher-grid-title':
2462
- return import(
2463
- /* webpackMode: "lazy" */
2464
- './tds-header-launcher-grid-title.entry.js').then(processMod, consoleError);
2465
- case 'tds-header-launcher-list':
2466
- return import(
2467
- /* webpackMode: "lazy" */
2468
- './tds-header-launcher-list.entry.js').then(processMod, consoleError);
2469
- case 'tds-header-launcher-list-item':
2470
- return import(
2471
- /* webpackMode: "lazy" */
2472
- './tds-header-launcher-list-item.entry.js').then(processMod, consoleError);
2473
- case 'tds-header-launcher-list-title':
2474
- return import(
2475
- /* webpackMode: "lazy" */
2476
- './tds-header-launcher-list-title.entry.js').then(processMod, consoleError);
2477
- case 'tds-header-title':
2478
- return import(
2479
- /* webpackMode: "lazy" */
2480
- './tds-header-title.entry.js').then(processMod, consoleError);
2481
- case 'tds-inline-tab':
2482
- return import(
2483
- /* webpackMode: "lazy" */
2484
- './tds-inline-tab.entry.js').then(processMod, consoleError);
2485
- case 'tds-inline-tabs':
2486
- return import(
2487
- /* webpackMode: "lazy" */
2488
- './tds-inline-tabs.entry.js').then(processMod, consoleError);
2489
- case 'tds-link':
2490
- return import(
2491
- /* webpackMode: "lazy" */
2492
- './tds-link.entry.js').then(processMod, consoleError);
2493
- case 'tds-message':
2494
- return import(
2495
- /* webpackMode: "lazy" */
2496
- './tds-message.entry.js').then(processMod, consoleError);
2497
- case 'tds-modal':
2498
- return import(
2499
- /* webpackMode: "lazy" */
2500
- './tds-modal.entry.js').then(processMod, consoleError);
2501
- case 'tds-navigation-tab':
2502
- return import(
2503
- /* webpackMode: "lazy" */
2504
- './tds-navigation-tab.entry.js').then(processMod, consoleError);
2505
- case 'tds-navigation-tabs':
2506
- return import(
2507
- /* webpackMode: "lazy" */
2508
- './tds-navigation-tabs.entry.js').then(processMod, consoleError);
2509
- case 'tds-popover-menu':
2510
- return import(
2511
- /* webpackMode: "lazy" */
2512
- './tds-popover-menu.entry.js').then(processMod, consoleError);
2513
- case 'tds-popover-menu-item':
2514
- return import(
2515
- /* webpackMode: "lazy" */
2516
- './tds-popover-menu-item.entry.js').then(processMod, consoleError);
2517
- case 'tds-radio-button':
2518
- return import(
2519
- /* webpackMode: "lazy" */
2520
- './tds-radio-button.entry.js').then(processMod, consoleError);
2521
- case 'tds-side-menu':
2522
- return import(
2523
- /* webpackMode: "lazy" */
2524
- './tds-side-menu.entry.js').then(processMod, consoleError);
2525
- case 'tds-side-menu-close-button':
2526
- return import(
2527
- /* webpackMode: "lazy" */
2528
- './tds-side-menu-close-button.entry.js').then(processMod, consoleError);
2529
- case 'tds-side-menu-collapse-button':
2530
- return import(
2531
- /* webpackMode: "lazy" */
2532
- './tds-side-menu-collapse-button.entry.js').then(processMod, consoleError);
2533
- case 'tds-side-menu-dropdown':
2534
- return import(
2535
- /* webpackMode: "lazy" */
2536
- './tds-side-menu-dropdown.entry.js').then(processMod, consoleError);
2537
- case 'tds-side-menu-dropdown-list':
2538
- return import(
2539
- /* webpackMode: "lazy" */
2540
- './tds-side-menu-dropdown-list.entry.js').then(processMod, consoleError);
2541
- case 'tds-side-menu-dropdown-list-item':
2542
- return import(
2543
- /* webpackMode: "lazy" */
2544
- './tds-side-menu-dropdown-list-item.entry.js').then(processMod, consoleError);
2545
- case 'tds-side-menu-overlay':
2546
- return import(
2547
- /* webpackMode: "lazy" */
2548
- './tds-side-menu-overlay.entry.js').then(processMod, consoleError);
2549
- case 'tds-side-menu-user':
2550
- return import(
2551
- /* webpackMode: "lazy" */
2552
- './tds-side-menu-user.entry.js').then(processMod, consoleError);
2553
- case 'tds-slider':
2554
- return import(
2555
- /* webpackMode: "lazy" */
2556
- './tds-slider.entry.js').then(processMod, consoleError);
2557
- case 'tds-spinner':
2558
- return import(
2559
- /* webpackMode: "lazy" */
2560
- './tds-spinner.entry.js').then(processMod, consoleError);
2561
- case 'tds-step':
2562
- return import(
2563
- /* webpackMode: "lazy" */
2564
- './tds-step.entry.js').then(processMod, consoleError);
2565
- case 'tds-stepper':
2566
- return import(
2567
- /* webpackMode: "lazy" */
2568
- './tds-stepper.entry.js').then(processMod, consoleError);
2569
- case 'tds-table':
2570
- return import(
2571
- /* webpackMode: "lazy" */
2572
- './tds-table.entry.js').then(processMod, consoleError);
2573
- case 'tds-table-body':
2574
- return import(
2575
- /* webpackMode: "lazy" */
2576
- './tds-table-body.entry.js').then(processMod, consoleError);
2577
- case 'tds-table-body-row':
2578
- return import(
2579
- /* webpackMode: "lazy" */
2580
- './tds-table-body-row.entry.js').then(processMod, consoleError);
2581
- case 'tds-table-body-row-expandable':
2582
- return import(
2583
- /* webpackMode: "lazy" */
2584
- './tds-table-body-row-expandable.entry.js').then(processMod, consoleError);
2585
- case 'tds-table-footer':
2586
- return import(
2587
- /* webpackMode: "lazy" */
2588
- './tds-table-footer.entry.js').then(processMod, consoleError);
2589
- case 'tds-table-header':
2590
- return import(
2591
- /* webpackMode: "lazy" */
2592
- './tds-table-header.entry.js').then(processMod, consoleError);
2593
- case 'tds-table-toolbar':
2594
- return import(
2595
- /* webpackMode: "lazy" */
2596
- './tds-table-toolbar.entry.js').then(processMod, consoleError);
2597
- case 'tds-text-field':
2598
- return import(
2599
- /* webpackMode: "lazy" */
2600
- './tds-text-field.entry.js').then(processMod, consoleError);
2601
- case 'tds-textarea':
2602
- return import(
2603
- /* webpackMode: "lazy" */
2604
- './tds-textarea.entry.js').then(processMod, consoleError);
2605
- case 'tds-toast':
2606
- return import(
2607
- /* webpackMode: "lazy" */
2608
- './tds-toast.entry.js').then(processMod, consoleError);
2609
- case 'tds-toggle':
2610
- return import(
2611
- /* webpackMode: "lazy" */
2612
- './tds-toggle.entry.js').then(processMod, consoleError);
2613
- case 'tds-tooltip':
2614
- return import(
2615
- /* webpackMode: "lazy" */
2616
- './tds-tooltip.entry.js').then(processMod, consoleError);
2617
- case 'tds-divider':
2618
- return import(
2619
- /* webpackMode: "lazy" */
2620
- './tds-divider.entry.js').then(processMod, consoleError);
2621
- case 'tds-header-dropdown-list':
2622
- return import(
2623
- /* webpackMode: "lazy" */
2624
- './tds-header-dropdown-list.entry.js').then(processMod, consoleError);
2625
- case 'tds-header-dropdown-list-item':
2626
- return import(
2627
- /* webpackMode: "lazy" */
2628
- './tds-header-dropdown-list-item.entry.js').then(processMod, consoleError);
2629
- case 'tds-header-launcher-button':
2630
- return import(
2631
- /* webpackMode: "lazy" */
2632
- './tds-header-launcher-button.entry.js').then(processMod, consoleError);
2633
- case 'tds-side-menu-user-image_2':
2634
- return import(
2635
- /* webpackMode: "lazy" */
2636
- './tds-side-menu-user-image_2.entry.js').then(processMod, consoleError);
2637
- case 'tds-popover-canvas':
2638
- return import(
2639
- /* webpackMode: "lazy" */
2640
- './tds-popover-canvas.entry.js').then(processMod, consoleError);
2641
- case 'tds-side-menu-item':
2642
- return import(
2643
- /* webpackMode: "lazy" */
2644
- './tds-side-menu-item.entry.js').then(processMod, consoleError);
2645
- case 'tds-checkbox':
2646
- return import(
2647
- /* webpackMode: "lazy" */
2648
- './tds-checkbox.entry.js').then(processMod, consoleError);
2649
- case 'tds-core-header-item_2':
2650
- return import(
2651
- /* webpackMode: "lazy" */
2652
- './tds-core-header-item_2.entry.js').then(processMod, consoleError);
2653
- case 'tds-popover-core':
2654
- return import(
2655
- /* webpackMode: "lazy" */
2656
- './tds-popover-core.entry.js').then(processMod, consoleError);
2657
- case 'tds-icon':
2658
- return import(
2659
- /* webpackMode: "lazy" */
2660
- './tds-icon.entry.js').then(processMod, consoleError);
2661
- }
2662
- }
2663
2724
  return import(
2664
2725
  /* @vite-ignore */
2665
2726
  /* webpackInclude: /\.entry\.js$/ */
@@ -2734,7 +2795,7 @@ const flush = () => {
2734
2795
  }
2735
2796
  }
2736
2797
  };
2737
- const nextTick = /*@__PURE__*/ (cb) => promiseResolve().then(cb);
2798
+ const nextTick = (cb) => promiseResolve().then(cb);
2738
2799
  const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
2739
2800
 
2740
2801
  export { Fragment as F, Host as H, bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };