@carbon/web-components 2.52.0 → 2.53.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 (1760) hide show
  1. package/custom-elements.json +2079 -615
  2. package/es/_virtual/{_@oxc-project_runtime@0.112.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.js +2 -3
  3. package/es/components/accordion/accordion-item-skeleton.js +7 -8
  4. package/es/components/accordion/accordion-item-skeleton.js.map +1 -1
  5. package/es/components/accordion/accordion-item.js +16 -17
  6. package/es/components/accordion/accordion-item.js.map +1 -1
  7. package/es/components/accordion/accordion-skeleton.js +15 -16
  8. package/es/components/accordion/accordion-skeleton.js.map +1 -1
  9. package/es/components/accordion/accordion.js +7 -8
  10. package/es/components/accordion/accordion.js.map +1 -1
  11. package/es/components/accordion/accordion.scss.js +1 -2
  12. package/es/components/accordion/defs.js +1 -1
  13. package/es/components/accordion/defs.js.map +1 -1
  14. package/es/components/ai-label/ai-label-action-button.js +4 -5
  15. package/es/components/ai-label/ai-label-action-button.js.map +1 -1
  16. package/es/components/ai-label/ai-label.js +15 -16
  17. package/es/components/ai-label/ai-label.js.map +1 -1
  18. package/es/components/ai-label/ai-label.scss.js +2 -3
  19. package/es/components/ai-label/defs.js +1 -1
  20. package/es/components/ai-label/defs.js.map +1 -1
  21. package/es/components/ai-skeleton/ai-skeleton-icon.js +5 -6
  22. package/es/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
  23. package/es/components/ai-skeleton/ai-skeleton-placeholder.js +5 -6
  24. package/es/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
  25. package/es/components/ai-skeleton/ai-skeleton-text.js +5 -6
  26. package/es/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
  27. package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -2
  28. package/es/components/badge-indicator/badge-indicator.js +4 -5
  29. package/es/components/badge-indicator/badge-indicator.js.map +1 -1
  30. package/es/components/badge-indicator/badge-indicator.scss.js +1 -2
  31. package/es/components/breadcrumb/breadcrumb-item.js +6 -7
  32. package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
  33. package/es/components/breadcrumb/breadcrumb-link.js +6 -7
  34. package/es/components/breadcrumb/breadcrumb-link.js.map +1 -1
  35. package/es/components/breadcrumb/breadcrumb-overflow-menu.js +5 -6
  36. package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
  37. package/es/components/breadcrumb/breadcrumb-skeleton.js +11 -12
  38. package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
  39. package/es/components/breadcrumb/breadcrumb.js +10 -11
  40. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  41. package/es/components/breadcrumb/breadcrumb.scss.js +2 -3
  42. package/es/components/breadcrumb/defs.js +1 -1
  43. package/es/components/breadcrumb/defs.js.map +1 -1
  44. package/es/components/button/button-set-base.js +4 -5
  45. package/es/components/button/button-set-base.js.map +1 -1
  46. package/es/components/button/button-set.js +11 -12
  47. package/es/components/button/button-set.js.map +1 -1
  48. package/es/components/button/button-skeleton.js +8 -9
  49. package/es/components/button/button-skeleton.js.map +1 -1
  50. package/es/components/button/button.js +34 -34
  51. package/es/components/button/button.js.map +1 -1
  52. package/es/components/button/button.scss.js +2 -3
  53. package/es/components/button/button.scss.js.map +1 -1
  54. package/es/components/button/defs.js +1 -1
  55. package/es/components/button/defs.js.map +1 -1
  56. package/es/components/chat-button/chat-button-skeleton.js +9 -10
  57. package/es/components/chat-button/chat-button-skeleton.js.map +1 -1
  58. package/es/components/chat-button/chat-button.js +16 -17
  59. package/es/components/chat-button/chat-button.js.map +1 -1
  60. package/es/components/chat-button/chat-button.scss.js +1 -2
  61. package/es/components/chat-button/defs.js +1 -1
  62. package/es/components/chat-button/defs.js.map +1 -1
  63. package/es/components/checkbox/checkbox-group.d.ts +1 -1
  64. package/es/components/checkbox/checkbox-group.d.ts.map +1 -1
  65. package/es/components/checkbox/checkbox-group.js +36 -33
  66. package/es/components/checkbox/checkbox-group.js.map +1 -1
  67. package/es/components/checkbox/checkbox-skeleton.js +6 -7
  68. package/es/components/checkbox/checkbox-skeleton.js.map +1 -1
  69. package/es/components/checkbox/checkbox.d.ts.map +1 -1
  70. package/es/components/checkbox/checkbox.js +25 -23
  71. package/es/components/checkbox/checkbox.js.map +1 -1
  72. package/es/components/checkbox/checkbox.scss.js +2 -3
  73. package/es/components/checkbox/checkbox.scss.js.map +1 -1
  74. package/es/components/checkbox/defs.js +1 -1
  75. package/es/components/checkbox/defs.js.map +1 -1
  76. package/es/components/code-snippet/code-snippet-skeleton.js +8 -9
  77. package/es/components/code-snippet/code-snippet-skeleton.js.map +1 -1
  78. package/es/components/code-snippet/code-snippet.js +33 -34
  79. package/es/components/code-snippet/code-snippet.js.map +1 -1
  80. package/es/components/code-snippet/code-snippet.scss.js +2 -3
  81. package/es/components/code-snippet/defs.js +1 -2
  82. package/es/components/code-snippet/defs.js.map +1 -1
  83. package/es/components/combo-box/combo-box-item.js +6 -7
  84. package/es/components/combo-box/combo-box-item.js.map +1 -1
  85. package/es/components/combo-box/combo-box.js +18 -19
  86. package/es/components/combo-box/combo-box.js.map +1 -1
  87. package/es/components/combo-box/combo-box.scss.js +2 -3
  88. package/es/components/combo-button/combo-button.js +13 -14
  89. package/es/components/combo-button/combo-button.js.map +1 -1
  90. package/es/components/combo-button/combo-button.scss.js +2 -3
  91. package/es/components/combo-button/defs.js +1 -1
  92. package/es/components/combo-button/defs.js.map +1 -1
  93. package/es/components/contained-list/contained-list-description.js +4 -5
  94. package/es/components/contained-list/contained-list-description.js.map +1 -1
  95. package/es/components/contained-list/contained-list-item.js +12 -12
  96. package/es/components/contained-list/contained-list-item.js.map +1 -1
  97. package/es/components/contained-list/contained-list.js +11 -12
  98. package/es/components/contained-list/contained-list.js.map +1 -1
  99. package/es/components/contained-list/contained-list.scss.js +2 -3
  100. package/es/components/content-switcher/content-switcher-item.js +8 -9
  101. package/es/components/content-switcher/content-switcher-item.js.map +1 -1
  102. package/es/components/content-switcher/content-switcher.d.ts +3 -3
  103. package/es/components/content-switcher/content-switcher.d.ts.map +1 -1
  104. package/es/components/content-switcher/content-switcher.js +21 -21
  105. package/es/components/content-switcher/content-switcher.js.map +1 -1
  106. package/es/components/content-switcher/content-switcher.scss.js +2 -3
  107. package/es/components/content-switcher/defs.js +1 -1
  108. package/es/components/content-switcher/defs.js.map +1 -1
  109. package/es/components/copy/copy.js +10 -11
  110. package/es/components/copy/copy.js.map +1 -1
  111. package/es/components/copy-button/copy-button.js +8 -9
  112. package/es/components/copy-button/copy-button.js.map +1 -1
  113. package/es/components/copy-button/copy-button.scss.js +2 -3
  114. package/es/components/data-table/data-table.scss.js +2 -3
  115. package/es/components/data-table/defs.js +11 -11
  116. package/es/components/data-table/defs.js.map +1 -1
  117. package/es/components/data-table/table-batch-actions.js +14 -15
  118. package/es/components/data-table/table-batch-actions.js.map +1 -1
  119. package/es/components/data-table/table-body.js +5 -6
  120. package/es/components/data-table/table-body.js.map +1 -1
  121. package/es/components/data-table/table-cell-content.js +4 -5
  122. package/es/components/data-table/table-cell-content.js.map +1 -1
  123. package/es/components/data-table/table-cell.js +4 -5
  124. package/es/components/data-table/table-cell.js.map +1 -1
  125. package/es/components/data-table/table-expanded-row.js +6 -7
  126. package/es/components/data-table/table-expanded-row.js.map +1 -1
  127. package/es/components/data-table/table-head.js +4 -5
  128. package/es/components/data-table/table-head.js.map +1 -1
  129. package/es/components/data-table/table-header-cell.js +18 -19
  130. package/es/components/data-table/table-header-cell.js.map +1 -1
  131. package/es/components/data-table/table-header-description.js +4 -5
  132. package/es/components/data-table/table-header-description.js.map +1 -1
  133. package/es/components/data-table/table-header-row.js +5 -6
  134. package/es/components/data-table/table-header-row.js.map +1 -1
  135. package/es/components/data-table/table-header-title.js +4 -5
  136. package/es/components/data-table/table-header-title.js.map +1 -1
  137. package/es/components/data-table/table-row.js +18 -19
  138. package/es/components/data-table/table-row.js.map +1 -1
  139. package/es/components/data-table/table-skeleton.js +15 -16
  140. package/es/components/data-table/table-skeleton.js.map +1 -1
  141. package/es/components/data-table/table-toolbar-content.js +4 -5
  142. package/es/components/data-table/table-toolbar-content.js.map +1 -1
  143. package/es/components/data-table/table-toolbar-search.js +9 -10
  144. package/es/components/data-table/table-toolbar-search.js.map +1 -1
  145. package/es/components/data-table/table-toolbar.js +6 -7
  146. package/es/components/data-table/table-toolbar.js.map +1 -1
  147. package/es/components/data-table/table.js +45 -45
  148. package/es/components/data-table/table.js.map +1 -1
  149. package/es/components/date-picker/append-to-plugin.js +1 -1
  150. package/es/components/date-picker/append-to-plugin.js.map +1 -1
  151. package/es/components/date-picker/css-class-plugin.js +1 -2
  152. package/es/components/date-picker/css-class-plugin.js.map +1 -1
  153. package/es/components/date-picker/date-picker-input-skeleton.js +12 -13
  154. package/es/components/date-picker/date-picker-input-skeleton.js.map +1 -1
  155. package/es/components/date-picker/date-picker-input.js +36 -34
  156. package/es/components/date-picker/date-picker-input.js.map +1 -1
  157. package/es/components/date-picker/date-picker.js +20 -39
  158. package/es/components/date-picker/date-picker.js.map +1 -1
  159. package/es/components/date-picker/date-picker.scss.js +1 -2
  160. package/es/components/date-picker/defs.js +1 -2
  161. package/es/components/date-picker/defs.js.map +1 -1
  162. package/es/components/date-picker/fix-events-plugin.js +1 -2
  163. package/es/components/date-picker/fix-events-plugin.js.map +1 -1
  164. package/es/components/date-picker/focus-plugin.js +1 -2
  165. package/es/components/date-picker/focus-plugin.js.map +1 -1
  166. package/es/components/date-picker/icon-plugin.js +1 -2
  167. package/es/components/date-picker/icon-plugin.js.map +1 -1
  168. package/es/components/date-picker/iso-date.js +1 -1
  169. package/es/components/date-picker/month-select-plugin.js +1 -2
  170. package/es/components/date-picker/month-select-plugin.js.map +1 -1
  171. package/es/components/date-picker/range-plugin.js +1 -2
  172. package/es/components/date-picker/range-plugin.js.map +1 -1
  173. package/es/components/date-picker/shadow-dom-events-plugin.js +1 -2
  174. package/es/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
  175. package/es/components/date-picker/state-handshake-plugin.js +1 -1
  176. package/es/components/date-picker/state-handshake-plugin.js.map +1 -1
  177. package/es/components/dialog/dialog-body.d.ts +19 -0
  178. package/es/components/dialog/dialog-body.d.ts.map +1 -0
  179. package/es/components/dialog/dialog-body.js +47 -0
  180. package/es/components/dialog/dialog-body.js.map +1 -0
  181. package/es/components/dialog/dialog-close-button.d.ts +20 -0
  182. package/es/components/dialog/dialog-close-button.d.ts.map +1 -0
  183. package/es/components/dialog/dialog-close-button.js +61 -0
  184. package/es/components/dialog/dialog-close-button.js.map +1 -0
  185. package/es/components/dialog/dialog-controls.d.ts +18 -0
  186. package/es/components/dialog/dialog-controls.d.ts.map +1 -0
  187. package/es/components/dialog/dialog-controls.js +38 -0
  188. package/es/components/dialog/dialog-controls.js.map +1 -0
  189. package/es/components/dialog/dialog-footer-button.d.ts +17 -0
  190. package/es/components/dialog/dialog-footer-button.d.ts.map +1 -0
  191. package/es/components/dialog/dialog-footer-button.js +36 -0
  192. package/es/components/dialog/dialog-footer-button.js.map +1 -0
  193. package/es/components/dialog/dialog-footer.d.ts +21 -0
  194. package/es/components/dialog/dialog-footer.d.ts.map +1 -0
  195. package/es/components/dialog/dialog-footer.js +41 -0
  196. package/es/components/dialog/dialog-footer.js.map +1 -0
  197. package/es/components/dialog/dialog-header.d.ts +18 -0
  198. package/es/components/dialog/dialog-header.d.ts.map +1 -0
  199. package/es/components/dialog/dialog-header.js +38 -0
  200. package/es/components/dialog/dialog-header.js.map +1 -0
  201. package/es/components/dialog/dialog-subtitle.d.ts +22 -0
  202. package/es/components/dialog/dialog-subtitle.d.ts.map +1 -0
  203. package/es/components/dialog/dialog-subtitle.js +48 -0
  204. package/es/components/dialog/dialog-subtitle.js.map +1 -0
  205. package/es/components/dialog/dialog-title.d.ts +22 -0
  206. package/es/components/dialog/dialog-title.d.ts.map +1 -0
  207. package/es/components/dialog/dialog-title.js +48 -0
  208. package/es/components/dialog/dialog-title.js.map +1 -0
  209. package/es/components/dialog/dialog.d.ts +99 -0
  210. package/es/components/dialog/dialog.d.ts.map +1 -0
  211. package/es/components/dialog/dialog.js +183 -0
  212. package/es/components/dialog/dialog.js.map +1 -0
  213. package/es/components/dialog/dialog.scss.js +14 -0
  214. package/es/components/dialog/dialog.scss.js.map +1 -0
  215. package/es/components/dialog/index.d.ts +16 -0
  216. package/es/components/dialog/index.d.ts.map +1 -0
  217. package/es/components/dialog/index.js +16 -0
  218. package/es/components/dropdown/defs.js +1 -2
  219. package/es/components/dropdown/defs.js.map +1 -1
  220. package/es/components/dropdown/dropdown-item.js +11 -12
  221. package/es/components/dropdown/dropdown-item.js.map +1 -1
  222. package/es/components/dropdown/dropdown-skeleton.js +10 -11
  223. package/es/components/dropdown/dropdown-skeleton.js.map +1 -1
  224. package/es/components/dropdown/dropdown.d.ts +4 -4
  225. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  226. package/es/components/dropdown/dropdown.js +61 -62
  227. package/es/components/dropdown/dropdown.js.map +1 -1
  228. package/es/components/dropdown/dropdown.scss.js +2 -3
  229. package/es/components/dropdown/dropdown.scss.js.map +1 -1
  230. package/es/components/feature-flags/index.js +2 -3
  231. package/es/components/feature-flags/index.js.map +1 -1
  232. package/es/components/file-uploader/defs.js +1 -1
  233. package/es/components/file-uploader/defs.js.map +1 -1
  234. package/es/components/file-uploader/demo-file-uploader.js +11 -12
  235. package/es/components/file-uploader/demo-file-uploader.js.map +1 -1
  236. package/es/components/file-uploader/file-uploader-button.js +17 -18
  237. package/es/components/file-uploader/file-uploader-button.js.map +1 -1
  238. package/es/components/file-uploader/file-uploader-drop-container.js +11 -12
  239. package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -1
  240. package/es/components/file-uploader/file-uploader-item.js +21 -22
  241. package/es/components/file-uploader/file-uploader-item.js.map +1 -1
  242. package/es/components/file-uploader/file-uploader-skeleton.js +6 -7
  243. package/es/components/file-uploader/file-uploader-skeleton.js.map +1 -1
  244. package/es/components/file-uploader/file-uploader.js +10 -11
  245. package/es/components/file-uploader/file-uploader.js.map +1 -1
  246. package/es/components/file-uploader/file-uploader.scss.js +2 -3
  247. package/es/components/floating-menu/defs.js +1 -1
  248. package/es/components/floating-menu/defs.js.map +1 -1
  249. package/es/components/floating-menu/floating-menu.js +10 -11
  250. package/es/components/floating-menu/floating-menu.js.map +1 -1
  251. package/es/components/fluid-dropdown/fluid-dropdown-skeleton.js +8 -9
  252. package/es/components/fluid-dropdown/fluid-dropdown-skeleton.js.map +1 -1
  253. package/es/components/fluid-dropdown/fluid-dropdown.js +4 -5
  254. package/es/components/fluid-dropdown/fluid-dropdown.js.map +1 -1
  255. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +2 -3
  256. package/es/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
  257. package/es/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
  258. package/es/components/fluid-multi-select/fluid-multi-select-skeleton.js +45 -0
  259. package/es/components/fluid-multi-select/fluid-multi-select-skeleton.js.map +1 -0
  260. package/es/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
  261. package/es/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
  262. package/es/components/fluid-multi-select/fluid-multi-select.js +63 -0
  263. package/es/components/fluid-multi-select/fluid-multi-select.js.map +1 -0
  264. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +14 -0
  265. package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -0
  266. package/es/components/fluid-multi-select/index.d.ts +9 -0
  267. package/es/components/fluid-multi-select/index.d.ts.map +1 -0
  268. package/es/components/fluid-multi-select/index.js +9 -0
  269. package/es/components/fluid-number-input/fluid-number-input-skeleton.js +4 -5
  270. package/es/components/fluid-number-input/fluid-number-input-skeleton.js.map +1 -1
  271. package/es/components/fluid-number-input/fluid-number-input.d.ts +2 -2
  272. package/es/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
  273. package/es/components/fluid-number-input/fluid-number-input.js +12 -13
  274. package/es/components/fluid-number-input/fluid-number-input.js.map +1 -1
  275. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -2
  276. package/es/components/fluid-password-input/fluid-password-input.js +6 -7
  277. package/es/components/fluid-password-input/fluid-password-input.js.map +1 -1
  278. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -2
  279. package/es/components/fluid-search/fluid-search-skeleton.js +4 -5
  280. package/es/components/fluid-search/fluid-search-skeleton.js.map +1 -1
  281. package/es/components/fluid-search/fluid-search.js +5 -6
  282. package/es/components/fluid-search/fluid-search.js.map +1 -1
  283. package/es/components/fluid-search/fluid-search.scss.js +2 -3
  284. package/es/components/fluid-select/fluid-select-skeleton.js +5 -6
  285. package/es/components/fluid-select/fluid-select-skeleton.js.map +1 -1
  286. package/es/components/fluid-select/fluid-select.js +11 -12
  287. package/es/components/fluid-select/fluid-select.js.map +1 -1
  288. package/es/components/fluid-select/fluid-select.scss.js +1 -2
  289. package/es/components/fluid-text-input/fluid-text-input-skeleton.js +4 -5
  290. package/es/components/fluid-text-input/fluid-text-input-skeleton.js.map +1 -1
  291. package/es/components/fluid-text-input/fluid-text-input.js +6 -7
  292. package/es/components/fluid-text-input/fluid-text-input.js.map +1 -1
  293. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -2
  294. package/es/components/fluid-textarea/fluid-textarea-skeleton.js +5 -6
  295. package/es/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
  296. package/es/components/fluid-textarea/fluid-textarea.js +5 -6
  297. package/es/components/fluid-textarea/fluid-textarea.js.map +1 -1
  298. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -2
  299. package/es/components/fluid-time-picker/fluid-time-picker-select.js +4 -5
  300. package/es/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -1
  301. package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js +6 -7
  302. package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -1
  303. package/es/components/fluid-time-picker/fluid-time-picker.js +31 -32
  304. package/es/components/fluid-time-picker/fluid-time-picker.js.map +1 -1
  305. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -2
  306. package/es/components/form/form-item.js +4 -5
  307. package/es/components/form/form-item.js.map +1 -1
  308. package/es/components/form/form-item.scss.js +1 -2
  309. package/es/components/form/form.js +5 -6
  310. package/es/components/form/form.js.map +1 -1
  311. package/es/components/form/form.scss.js +1 -2
  312. package/es/components/form-group/form-group.js +7 -8
  313. package/es/components/form-group/form-group.js.map +1 -1
  314. package/es/components/form-group/form-group.scss.js +1 -2
  315. package/es/components/grid/column-hang.js +4 -5
  316. package/es/components/grid/column-hang.js.map +1 -1
  317. package/es/components/grid/column-hang.scss.js +1 -2
  318. package/es/components/grid/column.js +4 -5
  319. package/es/components/grid/column.js.map +1 -1
  320. package/es/components/grid/defs.js +1 -1
  321. package/es/components/grid/defs.js.map +1 -1
  322. package/es/components/grid/grid-context.js +1 -2
  323. package/es/components/grid/grid-context.js.map +1 -1
  324. package/es/components/grid/grid.js +8 -9
  325. package/es/components/grid/grid.js.map +1 -1
  326. package/es/components/grid/grid.scss.js +1 -2
  327. package/es/components/heading/heading.js +7 -8
  328. package/es/components/heading/heading.js.map +1 -1
  329. package/es/components/heading/heading.scss.js +1 -2
  330. package/es/components/icon/icon.js +4 -5
  331. package/es/components/icon/icon.js.map +1 -1
  332. package/es/components/icon-button/defs.js +1 -1
  333. package/es/components/icon-button/defs.js.map +1 -1
  334. package/es/components/icon-button/icon-button.js +6 -7
  335. package/es/components/icon-button/icon-button.js.map +1 -1
  336. package/es/components/icon-button/icon-button.scss.js +1 -2
  337. package/es/components/icon-indicator/defs.js +1 -1
  338. package/es/components/icon-indicator/defs.js.map +1 -1
  339. package/es/components/icon-indicator/icon-indicator.js +16 -17
  340. package/es/components/icon-indicator/icon-indicator.js.map +1 -1
  341. package/es/components/icon-indicator/icon-indicator.scss.js +1 -2
  342. package/es/components/inline-loading/defs.js +1 -1
  343. package/es/components/inline-loading/defs.js.map +1 -1
  344. package/es/components/inline-loading/inline-loading.js +16 -17
  345. package/es/components/inline-loading/inline-loading.js.map +1 -1
  346. package/es/components/inline-loading/inline-loading.scss.js +1 -2
  347. package/es/components/layer/layer.js +7 -8
  348. package/es/components/layer/layer.js.map +1 -1
  349. package/es/components/layer/layer.scss.js +1 -2
  350. package/es/components/layout/index.js +1 -2
  351. package/es/components/layout/layout-constraint.js +4 -5
  352. package/es/components/layout/layout-constraint.js.map +1 -1
  353. package/es/components/layout/layout.js +4 -5
  354. package/es/components/layout/layout.js.map +1 -1
  355. package/es/components/layout/layout.scss.js +1 -2
  356. package/es/components/link/link.js +13 -13
  357. package/es/components/link/link.js.map +1 -1
  358. package/es/components/link/link.scss.js +1 -2
  359. package/es/components/list/list-item.js +5 -6
  360. package/es/components/list/list-item.js.map +1 -1
  361. package/es/components/list/list.scss.js +1 -2
  362. package/es/components/list/ordered-list.js +8 -9
  363. package/es/components/list/ordered-list.js.map +1 -1
  364. package/es/components/list/unordered-list.js +8 -9
  365. package/es/components/list/unordered-list.js.map +1 -1
  366. package/es/components/loading/defs.js +1 -1
  367. package/es/components/loading/defs.js.map +1 -1
  368. package/es/components/loading/loading-icon.js +5 -6
  369. package/es/components/loading/loading-icon.js.map +1 -1
  370. package/es/components/loading/loading.js +9 -10
  371. package/es/components/loading/loading.js.map +1 -1
  372. package/es/components/loading/loading.scss.js +1 -2
  373. package/es/components/loading/types.js +1 -2
  374. package/es/components/loading/types.js.map +1 -1
  375. package/es/components/menu/defs.js +1 -1
  376. package/es/components/menu/defs.js.map +1 -1
  377. package/es/components/menu/menu-context.js +1 -2
  378. package/es/components/menu/menu-context.js.map +1 -1
  379. package/es/components/menu/menu-item-divider.js +4 -5
  380. package/es/components/menu/menu-item-divider.js.map +1 -1
  381. package/es/components/menu/menu-item-group.js +4 -5
  382. package/es/components/menu/menu-item-group.js.map +1 -1
  383. package/es/components/menu/menu-item-radio-group.js +6 -7
  384. package/es/components/menu/menu-item-radio-group.js.map +1 -1
  385. package/es/components/menu/menu-item-selectable.js +7 -8
  386. package/es/components/menu/menu-item-selectable.js.map +1 -1
  387. package/es/components/menu/menu-item.js +23 -23
  388. package/es/components/menu/menu-item.js.map +1 -1
  389. package/es/components/menu/menu-item.scss.js +1 -2
  390. package/es/components/menu/menu.js +21 -22
  391. package/es/components/menu/menu.js.map +1 -1
  392. package/es/components/menu/menu.scss.js +1 -2
  393. package/es/components/menu-button/defs.js +1 -1
  394. package/es/components/menu-button/defs.js.map +1 -1
  395. package/es/components/menu-button/menu-button.js +15 -16
  396. package/es/components/menu-button/menu-button.js.map +1 -1
  397. package/es/components/menu-button/menu-button.scss.js +2 -3
  398. package/es/components/modal/defs.js +1 -1
  399. package/es/components/modal/defs.js.map +1 -1
  400. package/es/components/modal/modal-body-content.js +4 -5
  401. package/es/components/modal/modal-body-content.js.map +1 -1
  402. package/es/components/modal/modal-body.d.ts +2 -0
  403. package/es/components/modal/modal-body.d.ts.map +1 -1
  404. package/es/components/modal/modal-body.js +26 -10
  405. package/es/components/modal/modal-body.js.map +1 -1
  406. package/es/components/modal/modal-close-button.js +5 -6
  407. package/es/components/modal/modal-close-button.js.map +1 -1
  408. package/es/components/modal/modal-footer-button.js +4 -5
  409. package/es/components/modal/modal-footer-button.js.map +1 -1
  410. package/es/components/modal/modal-footer.js +5 -6
  411. package/es/components/modal/modal-footer.js.map +1 -1
  412. package/es/components/modal/modal-header.js +6 -7
  413. package/es/components/modal/modal-header.js.map +1 -1
  414. package/es/components/modal/modal-heading.d.ts +5 -1
  415. package/es/components/modal/modal-heading.d.ts.map +1 -1
  416. package/es/components/modal/modal-heading.js +14 -6
  417. package/es/components/modal/modal-heading.js.map +1 -1
  418. package/es/components/modal/modal-label.d.ts +5 -1
  419. package/es/components/modal/modal-label.d.ts.map +1 -1
  420. package/es/components/modal/modal-label.js +14 -6
  421. package/es/components/modal/modal-label.js.map +1 -1
  422. package/es/components/modal/modal.d.ts +18 -10
  423. package/es/components/modal/modal.d.ts.map +1 -1
  424. package/es/components/modal/modal.js +24 -24
  425. package/es/components/modal/modal.js.map +1 -1
  426. package/es/components/modal/modal.scss.js +2 -3
  427. package/es/components/multi-select/defs.js +1 -1
  428. package/es/components/multi-select/defs.js.map +1 -1
  429. package/es/components/multi-select/multi-select-item.js +7 -8
  430. package/es/components/multi-select/multi-select-item.js.map +1 -1
  431. package/es/components/multi-select/multi-select.js +52 -53
  432. package/es/components/multi-select/multi-select.js.map +1 -1
  433. package/es/components/multi-select/multi-select.scss.js +2 -3
  434. package/es/components/multi-select/multi-select.scss.js.map +1 -1
  435. package/es/components/notification/actionable-notification-button.js +5 -6
  436. package/es/components/notification/actionable-notification-button.js.map +1 -1
  437. package/es/components/notification/actionable-notification.js +22 -23
  438. package/es/components/notification/actionable-notification.js.map +1 -1
  439. package/es/components/notification/actionable-notification.scss.js +2 -3
  440. package/es/components/notification/callout-notification.js +11 -12
  441. package/es/components/notification/callout-notification.js.map +1 -1
  442. package/es/components/notification/defs.js +1 -1
  443. package/es/components/notification/defs.js.map +1 -1
  444. package/es/components/notification/inline-notification.js +21 -22
  445. package/es/components/notification/inline-notification.js.map +1 -1
  446. package/es/components/notification/inline-notification.scss.js +2 -3
  447. package/es/components/notification/stories/helper.js +8 -15
  448. package/es/components/notification/stories/helper.js.map +1 -1
  449. package/es/components/notification/toast-notification.js +10 -11
  450. package/es/components/notification/toast-notification.js.map +1 -1
  451. package/es/components/notification/toast-notification.scss.js +2 -3
  452. package/es/components/number-input/defs.d.ts +4 -0
  453. package/es/components/number-input/defs.d.ts.map +1 -1
  454. package/es/components/number-input/defs.js +1 -2
  455. package/es/components/number-input/defs.js.map +1 -1
  456. package/es/components/number-input/number-input-skeleton.d.ts +6 -1
  457. package/es/components/number-input/number-input-skeleton.d.ts.map +1 -1
  458. package/es/components/number-input/number-input-skeleton.js +13 -9
  459. package/es/components/number-input/number-input-skeleton.js.map +1 -1
  460. package/es/components/number-input/number-input.d.ts +137 -8
  461. package/es/components/number-input/number-input.d.ts.map +1 -1
  462. package/es/components/number-input/number-input.js +332 -94
  463. package/es/components/number-input/number-input.js.map +1 -1
  464. package/es/components/number-input/number-input.scss.js +2 -3
  465. package/es/components/number-input/number-input.scss.js.map +1 -1
  466. package/es/components/overflow-menu/defs.js +1 -1
  467. package/es/components/overflow-menu/defs.js.map +1 -1
  468. package/es/components/overflow-menu/overflow-menu-body.js +12 -13
  469. package/es/components/overflow-menu/overflow-menu-body.js.map +1 -1
  470. package/es/components/overflow-menu/overflow-menu-item.js +13 -14
  471. package/es/components/overflow-menu/overflow-menu-item.js.map +1 -1
  472. package/es/components/overflow-menu/overflow-menu.js +13 -14
  473. package/es/components/overflow-menu/overflow-menu.js.map +1 -1
  474. package/es/components/overflow-menu/overflow-menu.scss.js +2 -3
  475. package/es/components/page-header/page-header-breadcrumb.js +11 -12
  476. package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
  477. package/es/components/page-header/page-header-content-text.js +5 -6
  478. package/es/components/page-header/page-header-content-text.js.map +1 -1
  479. package/es/components/page-header/page-header-content.js +14 -15
  480. package/es/components/page-header/page-header-content.js.map +1 -1
  481. package/es/components/page-header/page-header-hero-image.js +4 -5
  482. package/es/components/page-header/page-header-hero-image.js.map +1 -1
  483. package/es/components/page-header/page-header-tabs.js +7 -8
  484. package/es/components/page-header/page-header-tabs.js.map +1 -1
  485. package/es/components/page-header/page-header.js +4 -5
  486. package/es/components/page-header/page-header.js.map +1 -1
  487. package/es/components/page-header/page-header.scss.js +1 -2
  488. package/es/components/pagination/defs.js +1 -1
  489. package/es/components/pagination/defs.js.map +1 -1
  490. package/es/components/pagination/pagination.d.ts.map +1 -1
  491. package/es/components/pagination/pagination.js +48 -48
  492. package/es/components/pagination/pagination.js.map +1 -1
  493. package/es/components/pagination/pagination.scss.js +2 -3
  494. package/es/components/pagination-nav/defs.js +1 -1
  495. package/es/components/pagination-nav/defs.js.map +1 -1
  496. package/es/components/pagination-nav/pagination-nav.js +26 -27
  497. package/es/components/pagination-nav/pagination-nav.js.map +1 -1
  498. package/es/components/pagination-nav/pagination-nav.scss.js +2 -3
  499. package/es/components/password-input/defs.js +1 -2
  500. package/es/components/password-input/defs.js.map +1 -1
  501. package/es/components/password-input/password-input-skeleton.js +6 -7
  502. package/es/components/password-input/password-input-skeleton.js.map +1 -1
  503. package/es/components/password-input/password-input.js +58 -59
  504. package/es/components/password-input/password-input.js.map +1 -1
  505. package/es/components/password-input/password-input.scss.js +1 -2
  506. package/es/components/popover/defs.js +1 -1
  507. package/es/components/popover/defs.js.map +1 -1
  508. package/es/components/popover/popover-content.js +10 -11
  509. package/es/components/popover/popover-content.js.map +1 -1
  510. package/es/components/popover/popover.js +21 -22
  511. package/es/components/popover/popover.js.map +1 -1
  512. package/es/components/popover/popover.scss.js +1 -2
  513. package/es/components/progress-bar/defs.js +1 -1
  514. package/es/components/progress-bar/defs.js.map +1 -1
  515. package/es/components/progress-bar/progress-bar.js +28 -29
  516. package/es/components/progress-bar/progress-bar.js.map +1 -1
  517. package/es/components/progress-bar/progress-bar.scss.js +1 -2
  518. package/es/components/progress-indicator/defs.js +1 -1
  519. package/es/components/progress-indicator/defs.js.map +1 -1
  520. package/es/components/progress-indicator/progress-indicator-skeleton.js +5 -6
  521. package/es/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
  522. package/es/components/progress-indicator/progress-indicator.js +7 -8
  523. package/es/components/progress-indicator/progress-indicator.js.map +1 -1
  524. package/es/components/progress-indicator/progress-indicator.scss.js +2 -3
  525. package/es/components/progress-indicator/progress-step-skeleton.js +7 -8
  526. package/es/components/progress-indicator/progress-step-skeleton.js.map +1 -1
  527. package/es/components/progress-indicator/progress-step.js +20 -21
  528. package/es/components/progress-indicator/progress-step.js.map +1 -1
  529. package/es/components/radio-button/defs.js +1 -1
  530. package/es/components/radio-button/defs.js.map +1 -1
  531. package/es/components/radio-button/radio-button-group.js +25 -26
  532. package/es/components/radio-button/radio-button-group.js.map +1 -1
  533. package/es/components/radio-button/radio-button-skeleton.js +6 -7
  534. package/es/components/radio-button/radio-button-skeleton.js.map +1 -1
  535. package/es/components/radio-button/radio-button.js +25 -26
  536. package/es/components/radio-button/radio-button.js.map +1 -1
  537. package/es/components/radio-button/radio-button.scss.js +1 -2
  538. package/es/components/search/search-skeleton.js +8 -9
  539. package/es/components/search/search-skeleton.js.map +1 -1
  540. package/es/components/search/search.js +16 -17
  541. package/es/components/search/search.js.map +1 -1
  542. package/es/components/search/search.scss.js +2 -3
  543. package/es/components/select/select-item-group.js +4 -5
  544. package/es/components/select/select-item-group.js.map +1 -1
  545. package/es/components/select/select-item.js +4 -5
  546. package/es/components/select/select-item.js.map +1 -1
  547. package/es/components/select/select-skeleton.js +6 -7
  548. package/es/components/select/select-skeleton.js.map +1 -1
  549. package/es/components/select/select.d.ts +4 -4
  550. package/es/components/select/select.d.ts.map +1 -1
  551. package/es/components/select/select.js +45 -42
  552. package/es/components/select/select.js.map +1 -1
  553. package/es/components/select/select.scss.js +1 -2
  554. package/es/components/shape-indicator/defs.js +1 -1
  555. package/es/components/shape-indicator/defs.js.map +1 -1
  556. package/es/components/shape-indicator/shape-indicator.js +16 -17
  557. package/es/components/shape-indicator/shape-indicator.js.map +1 -1
  558. package/es/components/shape-indicator/shape-indicator.scss.js +1 -2
  559. package/es/components/side-panel/defs.js +1 -1
  560. package/es/components/side-panel/defs.js.map +1 -1
  561. package/es/components/side-panel/side-panel.js +19 -18
  562. package/es/components/side-panel/side-panel.js.map +1 -1
  563. package/es/components/skeleton-icon/skeleton-icon.js +4 -5
  564. package/es/components/skeleton-icon/skeleton-icon.js.map +1 -1
  565. package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -2
  566. package/es/components/skeleton-placeholder/skeleton-placeholder.js +5 -6
  567. package/es/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
  568. package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -2
  569. package/es/components/skeleton-text/defs.js +1 -1
  570. package/es/components/skeleton-text/defs.js.map +1 -1
  571. package/es/components/skeleton-text/skeleton-text.js +7 -8
  572. package/es/components/skeleton-text/skeleton-text.js.map +1 -1
  573. package/es/components/skeleton-text/skeleton-text.scss.js +1 -2
  574. package/es/components/skip-to-content/skip-to-content.js +5 -6
  575. package/es/components/skip-to-content/skip-to-content.js.map +1 -1
  576. package/es/components/skip-to-content/skip-to-content.scss.js +2 -3
  577. package/es/components/slider/slider-input.js +12 -13
  578. package/es/components/slider/slider-input.js.map +1 -1
  579. package/es/components/slider/slider-skeleton.js +23 -24
  580. package/es/components/slider/slider-skeleton.js.map +1 -1
  581. package/es/components/slider/slider.js +45 -46
  582. package/es/components/slider/slider.js.map +1 -1
  583. package/es/components/slider/slider.scss.js +1 -2
  584. package/es/components/slug/defs.js +1 -1
  585. package/es/components/slug/defs.js.map +1 -1
  586. package/es/components/slug/slug-action-button.js +4 -5
  587. package/es/components/slug/slug-action-button.js.map +1 -1
  588. package/es/components/slug/slug.js +15 -16
  589. package/es/components/slug/slug.js.map +1 -1
  590. package/es/components/slug/slug.scss.js +2 -3
  591. package/es/components/stack/defs.js +1 -2
  592. package/es/components/stack/defs.js.map +1 -1
  593. package/es/components/stack/stack.js +8 -9
  594. package/es/components/stack/stack.js.map +1 -1
  595. package/es/components/stack/stack.scss.js +1 -2
  596. package/es/components/structured-list/structured-list-body.js +4 -5
  597. package/es/components/structured-list/structured-list-body.js.map +1 -1
  598. package/es/components/structured-list/structured-list-cell.js +4 -5
  599. package/es/components/structured-list/structured-list-cell.js.map +1 -1
  600. package/es/components/structured-list/structured-list-head.js +4 -5
  601. package/es/components/structured-list/structured-list-head.js.map +1 -1
  602. package/es/components/structured-list/structured-list-header-cell-skeleton.js +4 -5
  603. package/es/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
  604. package/es/components/structured-list/structured-list-header-cell.js +4 -5
  605. package/es/components/structured-list/structured-list-header-cell.js.map +1 -1
  606. package/es/components/structured-list/structured-list-header-row.js +5 -6
  607. package/es/components/structured-list/structured-list-header-row.js.map +1 -1
  608. package/es/components/structured-list/structured-list-row.js +12 -13
  609. package/es/components/structured-list/structured-list-row.js.map +1 -1
  610. package/es/components/structured-list/structured-list.js +9 -10
  611. package/es/components/structured-list/structured-list.js.map +1 -1
  612. package/es/components/structured-list/structured-list.scss.js +1 -2
  613. package/es/components/tabs/defs.d.ts +14 -1
  614. package/es/components/tabs/defs.d.ts.map +1 -1
  615. package/es/components/tabs/defs.js +17 -3
  616. package/es/components/tabs/defs.js.map +1 -1
  617. package/es/components/tabs/index.d.ts +3 -1
  618. package/es/components/tabs/index.d.ts.map +1 -1
  619. package/es/components/tabs/index.js +2 -0
  620. package/es/components/tabs/tab-skeleton.js +5 -6
  621. package/es/components/tabs/tab-skeleton.js.map +1 -1
  622. package/es/components/tabs/tab.d.ts +13 -1
  623. package/es/components/tabs/tab.d.ts.map +1 -1
  624. package/es/components/tabs/tab.js +42 -14
  625. package/es/components/tabs/tab.js.map +1 -1
  626. package/es/components/tabs/tabs-skeleton.js +5 -6
  627. package/es/components/tabs/tabs-skeleton.js.map +1 -1
  628. package/es/components/tabs/tabs.d.ts +7 -3
  629. package/es/components/tabs/tabs.d.ts.map +1 -1
  630. package/es/components/tabs/tabs.js +61 -53
  631. package/es/components/tabs/tabs.js.map +1 -1
  632. package/es/components/tabs/tabs.scss.js +2 -3
  633. package/es/components/tabs/tabs.scss.js.map +1 -1
  634. package/es/components/tag/defs.js +1 -1
  635. package/es/components/tag/defs.js.map +1 -1
  636. package/es/components/tag/dismissible-tag.js +15 -16
  637. package/es/components/tag/dismissible-tag.js.map +1 -1
  638. package/es/components/tag/operational-tag.js +11 -11
  639. package/es/components/tag/operational-tag.js.map +1 -1
  640. package/es/components/tag/selectable-tag.js +10 -10
  641. package/es/components/tag/selectable-tag.js.map +1 -1
  642. package/es/components/tag/tag-skeleton.js +9 -10
  643. package/es/components/tag/tag-skeleton.js.map +1 -1
  644. package/es/components/tag/tag.js +17 -17
  645. package/es/components/tag/tag.js.map +1 -1
  646. package/es/components/tag/tag.scss.js +1 -2
  647. package/es/components/tag/types.js +1 -2
  648. package/es/components/tag/types.js.map +1 -1
  649. package/es/components/tearsheet/defs.js +1 -1
  650. package/es/components/tearsheet/defs.js.map +1 -1
  651. package/es/components/tearsheet/tearsheet.js +23 -24
  652. package/es/components/tearsheet/tearsheet.js.map +1 -1
  653. package/es/components/text-input/defs.js +1 -2
  654. package/es/components/text-input/defs.js.map +1 -1
  655. package/es/components/text-input/stories/helpers.js +10 -11
  656. package/es/components/text-input/stories/helpers.js.map +1 -1
  657. package/es/components/text-input/text-input-skeleton.d.ts +2 -2
  658. package/es/components/text-input/text-input-skeleton.js +8 -9
  659. package/es/components/text-input/text-input-skeleton.js.map +1 -1
  660. package/es/components/text-input/text-input.js +55 -56
  661. package/es/components/text-input/text-input.js.map +1 -1
  662. package/es/components/text-input/text-input.scss.js +1 -2
  663. package/es/components/textarea/defs.js +1 -2
  664. package/es/components/textarea/stories/helpers.js +1 -2
  665. package/es/components/textarea/stories/helpers.js.map +1 -1
  666. package/es/components/textarea/textarea-skeleton.js +6 -7
  667. package/es/components/textarea/textarea-skeleton.js.map +1 -1
  668. package/es/components/textarea/textarea.js +28 -29
  669. package/es/components/textarea/textarea.js.map +1 -1
  670. package/es/components/textarea/textarea.scss.js +1 -2
  671. package/es/components/tile/clickable-tile.js +15 -16
  672. package/es/components/tile/clickable-tile.js.map +1 -1
  673. package/es/components/tile/defs.js +1 -2
  674. package/es/components/tile/expandable-tile.js +14 -15
  675. package/es/components/tile/expandable-tile.js.map +1 -1
  676. package/es/components/tile/radio-tile.js +15 -16
  677. package/es/components/tile/radio-tile.js.map +1 -1
  678. package/es/components/tile/selectable-tile.js +18 -19
  679. package/es/components/tile/selectable-tile.js.map +1 -1
  680. package/es/components/tile/tile-group.js +21 -22
  681. package/es/components/tile/tile-group.js.map +1 -1
  682. package/es/components/tile/tile.js +7 -8
  683. package/es/components/tile/tile.js.map +1 -1
  684. package/es/components/tile/tile.scss.js +1 -2
  685. package/es/components/time-picker/defs.js +1 -2
  686. package/es/components/time-picker/defs.js.map +1 -1
  687. package/es/components/time-picker/time-picker-select.js +11 -12
  688. package/es/components/time-picker/time-picker-select.js.map +1 -1
  689. package/es/components/time-picker/time-picker.js +23 -24
  690. package/es/components/time-picker/time-picker.js.map +1 -1
  691. package/es/components/time-picker/time-picker.scss.js +1 -2
  692. package/es/components/toggle/defs.js +1 -1
  693. package/es/components/toggle/defs.js.map +1 -1
  694. package/es/components/toggle/toggle-skeleton.js +8 -9
  695. package/es/components/toggle/toggle-skeleton.js.map +1 -1
  696. package/es/components/toggle/toggle.js +17 -18
  697. package/es/components/toggle/toggle.js.map +1 -1
  698. package/es/components/toggle/toggle.scss.js +1 -2
  699. package/es/components/toggle-tip/toggletip.js +27 -28
  700. package/es/components/toggle-tip/toggletip.js.map +1 -1
  701. package/es/components/toggle-tip/toggletip.scss.js +2 -3
  702. package/es/components/toggle-tip/toggletip.scss.js.map +1 -1
  703. package/es/components/tooltip/definition-tooltip.js +5 -6
  704. package/es/components/tooltip/definition-tooltip.js.map +1 -1
  705. package/es/components/tooltip/tooltip-content.js +5 -6
  706. package/es/components/tooltip/tooltip-content.js.map +1 -1
  707. package/es/components/tooltip/tooltip.js +6 -7
  708. package/es/components/tooltip/tooltip.js.map +1 -1
  709. package/es/components/tooltip/tooltip.scss.js +1 -2
  710. package/es/components/tree-view/defs.js +1 -1
  711. package/es/components/tree-view/defs.js.map +1 -1
  712. package/es/components/tree-view/tree-node.js +28 -29
  713. package/es/components/tree-view/tree-node.js.map +1 -1
  714. package/es/components/tree-view/tree-view.js +9 -10
  715. package/es/components/tree-view/tree-view.js.map +1 -1
  716. package/es/components/tree-view/tree-view.scss.js +1 -2
  717. package/es/components/ui-shell/defs.js +1 -1
  718. package/es/components/ui-shell/defs.js.map +1 -1
  719. package/es/components/ui-shell/header-global-action.js +15 -15
  720. package/es/components/ui-shell/header-global-action.js.map +1 -1
  721. package/es/components/ui-shell/header-menu-button.js +11 -12
  722. package/es/components/ui-shell/header-menu-button.js.map +1 -1
  723. package/es/components/ui-shell/header-menu-item.js +4 -5
  724. package/es/components/ui-shell/header-menu-item.js.map +1 -1
  725. package/es/components/ui-shell/header-menu.js +10 -11
  726. package/es/components/ui-shell/header-menu.js.map +1 -1
  727. package/es/components/ui-shell/header-name.js +6 -7
  728. package/es/components/ui-shell/header-name.js.map +1 -1
  729. package/es/components/ui-shell/header-nav-item.js +7 -8
  730. package/es/components/ui-shell/header-nav-item.js.map +1 -1
  731. package/es/components/ui-shell/header-nav.js +6 -7
  732. package/es/components/ui-shell/header-nav.js.map +1 -1
  733. package/es/components/ui-shell/header-panel.js +4 -5
  734. package/es/components/ui-shell/header-panel.js.map +1 -1
  735. package/es/components/ui-shell/header-side-nav-items.js +4 -5
  736. package/es/components/ui-shell/header-side-nav-items.js.map +1 -1
  737. package/es/components/ui-shell/header.js +4 -5
  738. package/es/components/ui-shell/header.js.map +1 -1
  739. package/es/components/ui-shell/header.scss.js +2 -3
  740. package/es/components/ui-shell/side-nav-divider.js +4 -5
  741. package/es/components/ui-shell/side-nav-divider.js.map +1 -1
  742. package/es/components/ui-shell/side-nav-items.js +4 -5
  743. package/es/components/ui-shell/side-nav-items.js.map +1 -1
  744. package/es/components/ui-shell/side-nav-link.js +8 -9
  745. package/es/components/ui-shell/side-nav-link.js.map +1 -1
  746. package/es/components/ui-shell/side-nav-menu-item.js +8 -9
  747. package/es/components/ui-shell/side-nav-menu-item.js.map +1 -1
  748. package/es/components/ui-shell/side-nav-menu.js +12 -13
  749. package/es/components/ui-shell/side-nav-menu.js.map +1 -1
  750. package/es/components/ui-shell/side-nav.js +24 -25
  751. package/es/components/ui-shell/side-nav.js.map +1 -1
  752. package/es/components/ui-shell/side-nav.scss.js +1 -2
  753. package/es/components/ui-shell/switcher-divider.js +4 -5
  754. package/es/components/ui-shell/switcher-divider.js.map +1 -1
  755. package/es/components/ui-shell/switcher-item.js +6 -7
  756. package/es/components/ui-shell/switcher-item.js.map +1 -1
  757. package/es/components/ui-shell/switcher.js +4 -5
  758. package/es/components/ui-shell/switcher.js.map +1 -1
  759. package/es/feature-flags/es/index.js +6 -6
  760. package/es/feature-flags/es/index.js.map +1 -1
  761. package/es/globals/controllers/floating-controller.js +1 -2
  762. package/es/globals/controllers/floating-controller.js.map +1 -1
  763. package/es/globals/decorators/carbon-element.js +1 -1
  764. package/es/globals/decorators/host-listener.js +1 -1
  765. package/es/globals/directives/if-non-empty.js +1 -2
  766. package/es/globals/directives/if-non-empty.js.map +1 -1
  767. package/es/globals/directives/spread.js +1 -2
  768. package/es/globals/directives/spread.js.map +1 -1
  769. package/es/globals/internal/collection-helpers.js +1 -1
  770. package/es/globals/internal/deep-shadow-contains.js +1 -1
  771. package/es/globals/internal/feature-flags.js +1 -1
  772. package/es/globals/internal/icon-loader-utils.js +1 -2
  773. package/es/globals/internal/icon-loader-utils.js.map +1 -1
  774. package/es/globals/internal/icon-loader.js +1 -2
  775. package/es/globals/internal/icon-loader.js.map +1 -1
  776. package/es/globals/internal/radio-group-manager.js +1 -1
  777. package/es/globals/internal/radio-group-manager.js.map +1 -1
  778. package/es/globals/mixins/focus.js +1 -2
  779. package/es/globals/mixins/focus.js.map +1 -1
  780. package/es/globals/mixins/form.js +1 -2
  781. package/es/globals/mixins/form.js.map +1 -1
  782. package/es/globals/mixins/host-listener.js +1 -2
  783. package/es/globals/mixins/host-listener.js.map +1 -1
  784. package/es/globals/mixins/on.js +1 -1
  785. package/es/globals/mixins/validity.js +5 -5
  786. package/es/globals/mixins/validity.js.map +1 -1
  787. package/es/globals/settings.js +57 -57
  788. package/es/globals/settings.js.map +1 -1
  789. package/es/globals/shared-enums.js +1 -1
  790. package/es/globals/shared-enums.js.map +1 -1
  791. package/es/index.d.ts +10 -1
  792. package/es/index.d.ts.map +1 -1
  793. package/es/index.js +10 -2
  794. package/es-custom/_virtual/{_@oxc-project_runtime@0.112.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.js +2 -3
  795. package/es-custom/components/accordion/accordion-item-skeleton.js +7 -8
  796. package/es-custom/components/accordion/accordion-item-skeleton.js.map +1 -1
  797. package/es-custom/components/accordion/accordion-item.js +16 -17
  798. package/es-custom/components/accordion/accordion-item.js.map +1 -1
  799. package/es-custom/components/accordion/accordion-skeleton.js +15 -16
  800. package/es-custom/components/accordion/accordion-skeleton.js.map +1 -1
  801. package/es-custom/components/accordion/accordion.js +7 -8
  802. package/es-custom/components/accordion/accordion.js.map +1 -1
  803. package/es-custom/components/accordion/accordion.scss.js +1 -2
  804. package/es-custom/components/accordion/defs.js +1 -1
  805. package/es-custom/components/accordion/defs.js.map +1 -1
  806. package/es-custom/components/ai-label/ai-label-action-button.js +4 -5
  807. package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
  808. package/es-custom/components/ai-label/ai-label.js +15 -16
  809. package/es-custom/components/ai-label/ai-label.js.map +1 -1
  810. package/es-custom/components/ai-label/ai-label.scss.js +2 -3
  811. package/es-custom/components/ai-label/defs.js +1 -1
  812. package/es-custom/components/ai-label/defs.js.map +1 -1
  813. package/es-custom/components/ai-skeleton/ai-skeleton-icon.js +5 -6
  814. package/es-custom/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
  815. package/es-custom/components/ai-skeleton/ai-skeleton-placeholder.js +5 -6
  816. package/es-custom/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
  817. package/es-custom/components/ai-skeleton/ai-skeleton-text.js +5 -6
  818. package/es-custom/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
  819. package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -2
  820. package/es-custom/components/badge-indicator/badge-indicator.js +4 -5
  821. package/es-custom/components/badge-indicator/badge-indicator.js.map +1 -1
  822. package/es-custom/components/badge-indicator/badge-indicator.scss.js +1 -2
  823. package/es-custom/components/breadcrumb/breadcrumb-item.js +6 -7
  824. package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
  825. package/es-custom/components/breadcrumb/breadcrumb-link.js +6 -7
  826. package/es-custom/components/breadcrumb/breadcrumb-link.js.map +1 -1
  827. package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js +5 -6
  828. package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
  829. package/es-custom/components/breadcrumb/breadcrumb-skeleton.js +11 -12
  830. package/es-custom/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
  831. package/es-custom/components/breadcrumb/breadcrumb.js +10 -11
  832. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  833. package/es-custom/components/breadcrumb/breadcrumb.scss.js +2 -3
  834. package/es-custom/components/breadcrumb/defs.js +1 -1
  835. package/es-custom/components/breadcrumb/defs.js.map +1 -1
  836. package/es-custom/components/button/button-set-base.js +4 -5
  837. package/es-custom/components/button/button-set-base.js.map +1 -1
  838. package/es-custom/components/button/button-set.js +11 -12
  839. package/es-custom/components/button/button-set.js.map +1 -1
  840. package/es-custom/components/button/button-skeleton.js +8 -9
  841. package/es-custom/components/button/button-skeleton.js.map +1 -1
  842. package/es-custom/components/button/button.js +34 -34
  843. package/es-custom/components/button/button.js.map +1 -1
  844. package/es-custom/components/button/button.scss.js +2 -3
  845. package/es-custom/components/button/button.scss.js.map +1 -1
  846. package/es-custom/components/button/defs.js +1 -1
  847. package/es-custom/components/button/defs.js.map +1 -1
  848. package/es-custom/components/chat-button/chat-button-skeleton.js +9 -10
  849. package/es-custom/components/chat-button/chat-button-skeleton.js.map +1 -1
  850. package/es-custom/components/chat-button/chat-button.js +16 -17
  851. package/es-custom/components/chat-button/chat-button.js.map +1 -1
  852. package/es-custom/components/chat-button/chat-button.scss.js +1 -2
  853. package/es-custom/components/chat-button/defs.js +1 -1
  854. package/es-custom/components/chat-button/defs.js.map +1 -1
  855. package/es-custom/components/checkbox/checkbox-group.d.ts +1 -1
  856. package/es-custom/components/checkbox/checkbox-group.d.ts.map +1 -1
  857. package/es-custom/components/checkbox/checkbox-group.js +36 -33
  858. package/es-custom/components/checkbox/checkbox-group.js.map +1 -1
  859. package/es-custom/components/checkbox/checkbox-skeleton.js +6 -7
  860. package/es-custom/components/checkbox/checkbox-skeleton.js.map +1 -1
  861. package/es-custom/components/checkbox/checkbox.d.ts.map +1 -1
  862. package/es-custom/components/checkbox/checkbox.js +25 -23
  863. package/es-custom/components/checkbox/checkbox.js.map +1 -1
  864. package/es-custom/components/checkbox/checkbox.scss.js +2 -3
  865. package/es-custom/components/checkbox/checkbox.scss.js.map +1 -1
  866. package/es-custom/components/checkbox/defs.js +1 -1
  867. package/es-custom/components/checkbox/defs.js.map +1 -1
  868. package/es-custom/components/code-snippet/code-snippet-skeleton.js +8 -9
  869. package/es-custom/components/code-snippet/code-snippet-skeleton.js.map +1 -1
  870. package/es-custom/components/code-snippet/code-snippet.js +33 -34
  871. package/es-custom/components/code-snippet/code-snippet.js.map +1 -1
  872. package/es-custom/components/code-snippet/code-snippet.scss.js +2 -3
  873. package/es-custom/components/code-snippet/defs.js +1 -2
  874. package/es-custom/components/code-snippet/defs.js.map +1 -1
  875. package/es-custom/components/combo-box/combo-box-item.js +6 -7
  876. package/es-custom/components/combo-box/combo-box-item.js.map +1 -1
  877. package/es-custom/components/combo-box/combo-box.js +18 -19
  878. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  879. package/es-custom/components/combo-box/combo-box.scss.js +2 -3
  880. package/es-custom/components/combo-button/combo-button.js +13 -14
  881. package/es-custom/components/combo-button/combo-button.js.map +1 -1
  882. package/es-custom/components/combo-button/combo-button.scss.js +2 -3
  883. package/es-custom/components/combo-button/defs.js +1 -1
  884. package/es-custom/components/combo-button/defs.js.map +1 -1
  885. package/es-custom/components/contained-list/contained-list-description.js +4 -5
  886. package/es-custom/components/contained-list/contained-list-description.js.map +1 -1
  887. package/es-custom/components/contained-list/contained-list-item.js +12 -12
  888. package/es-custom/components/contained-list/contained-list-item.js.map +1 -1
  889. package/es-custom/components/contained-list/contained-list.js +11 -12
  890. package/es-custom/components/contained-list/contained-list.js.map +1 -1
  891. package/es-custom/components/contained-list/contained-list.scss.js +2 -3
  892. package/es-custom/components/content-switcher/content-switcher-item.js +8 -9
  893. package/es-custom/components/content-switcher/content-switcher-item.js.map +1 -1
  894. package/es-custom/components/content-switcher/content-switcher.d.ts +3 -3
  895. package/es-custom/components/content-switcher/content-switcher.d.ts.map +1 -1
  896. package/es-custom/components/content-switcher/content-switcher.js +21 -21
  897. package/es-custom/components/content-switcher/content-switcher.js.map +1 -1
  898. package/es-custom/components/content-switcher/content-switcher.scss.js +2 -3
  899. package/es-custom/components/content-switcher/defs.js +1 -1
  900. package/es-custom/components/content-switcher/defs.js.map +1 -1
  901. package/es-custom/components/copy/copy.js +10 -11
  902. package/es-custom/components/copy/copy.js.map +1 -1
  903. package/es-custom/components/copy-button/copy-button.js +8 -9
  904. package/es-custom/components/copy-button/copy-button.js.map +1 -1
  905. package/es-custom/components/copy-button/copy-button.scss.js +2 -3
  906. package/es-custom/components/data-table/data-table.scss.js +2 -3
  907. package/es-custom/components/data-table/defs.js +11 -11
  908. package/es-custom/components/data-table/defs.js.map +1 -1
  909. package/es-custom/components/data-table/table-batch-actions.js +14 -15
  910. package/es-custom/components/data-table/table-batch-actions.js.map +1 -1
  911. package/es-custom/components/data-table/table-body.js +5 -6
  912. package/es-custom/components/data-table/table-body.js.map +1 -1
  913. package/es-custom/components/data-table/table-cell-content.js +4 -5
  914. package/es-custom/components/data-table/table-cell-content.js.map +1 -1
  915. package/es-custom/components/data-table/table-cell.js +4 -5
  916. package/es-custom/components/data-table/table-cell.js.map +1 -1
  917. package/es-custom/components/data-table/table-expanded-row.js +6 -7
  918. package/es-custom/components/data-table/table-expanded-row.js.map +1 -1
  919. package/es-custom/components/data-table/table-head.js +4 -5
  920. package/es-custom/components/data-table/table-head.js.map +1 -1
  921. package/es-custom/components/data-table/table-header-cell.js +18 -19
  922. package/es-custom/components/data-table/table-header-cell.js.map +1 -1
  923. package/es-custom/components/data-table/table-header-description.js +4 -5
  924. package/es-custom/components/data-table/table-header-description.js.map +1 -1
  925. package/es-custom/components/data-table/table-header-row.js +5 -6
  926. package/es-custom/components/data-table/table-header-row.js.map +1 -1
  927. package/es-custom/components/data-table/table-header-title.js +4 -5
  928. package/es-custom/components/data-table/table-header-title.js.map +1 -1
  929. package/es-custom/components/data-table/table-row.js +18 -19
  930. package/es-custom/components/data-table/table-row.js.map +1 -1
  931. package/es-custom/components/data-table/table-skeleton.js +15 -16
  932. package/es-custom/components/data-table/table-skeleton.js.map +1 -1
  933. package/es-custom/components/data-table/table-toolbar-content.js +4 -5
  934. package/es-custom/components/data-table/table-toolbar-content.js.map +1 -1
  935. package/es-custom/components/data-table/table-toolbar-search.js +9 -10
  936. package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
  937. package/es-custom/components/data-table/table-toolbar.js +6 -7
  938. package/es-custom/components/data-table/table-toolbar.js.map +1 -1
  939. package/es-custom/components/data-table/table.js +45 -45
  940. package/es-custom/components/data-table/table.js.map +1 -1
  941. package/es-custom/components/date-picker/append-to-plugin.js +1 -1
  942. package/es-custom/components/date-picker/append-to-plugin.js.map +1 -1
  943. package/es-custom/components/date-picker/css-class-plugin.js +1 -2
  944. package/es-custom/components/date-picker/css-class-plugin.js.map +1 -1
  945. package/es-custom/components/date-picker/date-picker-input-skeleton.js +12 -13
  946. package/es-custom/components/date-picker/date-picker-input-skeleton.js.map +1 -1
  947. package/es-custom/components/date-picker/date-picker-input.js +36 -34
  948. package/es-custom/components/date-picker/date-picker-input.js.map +1 -1
  949. package/es-custom/components/date-picker/date-picker.js +20 -39
  950. package/es-custom/components/date-picker/date-picker.js.map +1 -1
  951. package/es-custom/components/date-picker/date-picker.scss.js +1 -2
  952. package/es-custom/components/date-picker/defs.js +1 -2
  953. package/es-custom/components/date-picker/defs.js.map +1 -1
  954. package/es-custom/components/date-picker/fix-events-plugin.js +1 -2
  955. package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
  956. package/es-custom/components/date-picker/focus-plugin.js +1 -2
  957. package/es-custom/components/date-picker/focus-plugin.js.map +1 -1
  958. package/es-custom/components/date-picker/icon-plugin.js +1 -2
  959. package/es-custom/components/date-picker/icon-plugin.js.map +1 -1
  960. package/es-custom/components/date-picker/iso-date.js +1 -1
  961. package/es-custom/components/date-picker/month-select-plugin.js +1 -2
  962. package/es-custom/components/date-picker/month-select-plugin.js.map +1 -1
  963. package/es-custom/components/date-picker/range-plugin.js +1 -2
  964. package/es-custom/components/date-picker/range-plugin.js.map +1 -1
  965. package/es-custom/components/date-picker/shadow-dom-events-plugin.js +1 -2
  966. package/es-custom/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
  967. package/es-custom/components/date-picker/state-handshake-plugin.js +1 -1
  968. package/es-custom/components/date-picker/state-handshake-plugin.js.map +1 -1
  969. package/es-custom/components/dialog/dialog-body.d.ts +19 -0
  970. package/es-custom/components/dialog/dialog-body.d.ts.map +1 -0
  971. package/es-custom/components/dialog/dialog-body.js +47 -0
  972. package/es-custom/components/dialog/dialog-body.js.map +1 -0
  973. package/es-custom/components/dialog/dialog-close-button.d.ts +20 -0
  974. package/es-custom/components/dialog/dialog-close-button.d.ts.map +1 -0
  975. package/es-custom/components/dialog/dialog-close-button.js +61 -0
  976. package/es-custom/components/dialog/dialog-close-button.js.map +1 -0
  977. package/es-custom/components/dialog/dialog-controls.d.ts +18 -0
  978. package/es-custom/components/dialog/dialog-controls.d.ts.map +1 -0
  979. package/es-custom/components/dialog/dialog-controls.js +38 -0
  980. package/es-custom/components/dialog/dialog-controls.js.map +1 -0
  981. package/es-custom/components/dialog/dialog-footer-button.d.ts +17 -0
  982. package/es-custom/components/dialog/dialog-footer-button.d.ts.map +1 -0
  983. package/es-custom/components/dialog/dialog-footer-button.js +36 -0
  984. package/es-custom/components/dialog/dialog-footer-button.js.map +1 -0
  985. package/es-custom/components/dialog/dialog-footer.d.ts +21 -0
  986. package/es-custom/components/dialog/dialog-footer.d.ts.map +1 -0
  987. package/es-custom/components/dialog/dialog-footer.js +41 -0
  988. package/es-custom/components/dialog/dialog-footer.js.map +1 -0
  989. package/es-custom/components/dialog/dialog-header.d.ts +18 -0
  990. package/es-custom/components/dialog/dialog-header.d.ts.map +1 -0
  991. package/es-custom/components/dialog/dialog-header.js +38 -0
  992. package/es-custom/components/dialog/dialog-header.js.map +1 -0
  993. package/es-custom/components/dialog/dialog-subtitle.d.ts +22 -0
  994. package/es-custom/components/dialog/dialog-subtitle.d.ts.map +1 -0
  995. package/es-custom/components/dialog/dialog-subtitle.js +48 -0
  996. package/es-custom/components/dialog/dialog-subtitle.js.map +1 -0
  997. package/es-custom/components/dialog/dialog-title.d.ts +22 -0
  998. package/es-custom/components/dialog/dialog-title.d.ts.map +1 -0
  999. package/es-custom/components/dialog/dialog-title.js +48 -0
  1000. package/es-custom/components/dialog/dialog-title.js.map +1 -0
  1001. package/es-custom/components/dialog/dialog.d.ts +99 -0
  1002. package/es-custom/components/dialog/dialog.d.ts.map +1 -0
  1003. package/es-custom/components/dialog/dialog.js +183 -0
  1004. package/es-custom/components/dialog/dialog.js.map +1 -0
  1005. package/es-custom/components/dialog/dialog.scss.js +14 -0
  1006. package/es-custom/components/dialog/dialog.scss.js.map +1 -0
  1007. package/es-custom/components/dialog/index.d.ts +16 -0
  1008. package/es-custom/components/dialog/index.d.ts.map +1 -0
  1009. package/es-custom/components/dialog/index.js +16 -0
  1010. package/es-custom/components/dropdown/defs.js +1 -2
  1011. package/es-custom/components/dropdown/defs.js.map +1 -1
  1012. package/es-custom/components/dropdown/dropdown-item.js +11 -12
  1013. package/es-custom/components/dropdown/dropdown-item.js.map +1 -1
  1014. package/es-custom/components/dropdown/dropdown-skeleton.js +10 -11
  1015. package/es-custom/components/dropdown/dropdown-skeleton.js.map +1 -1
  1016. package/es-custom/components/dropdown/dropdown.d.ts +4 -4
  1017. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  1018. package/es-custom/components/dropdown/dropdown.js +61 -62
  1019. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  1020. package/es-custom/components/dropdown/dropdown.scss.js +2 -3
  1021. package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
  1022. package/es-custom/components/feature-flags/index.js +2 -3
  1023. package/es-custom/components/feature-flags/index.js.map +1 -1
  1024. package/es-custom/components/file-uploader/defs.js +1 -1
  1025. package/es-custom/components/file-uploader/defs.js.map +1 -1
  1026. package/es-custom/components/file-uploader/demo-file-uploader.js +11 -12
  1027. package/es-custom/components/file-uploader/demo-file-uploader.js.map +1 -1
  1028. package/es-custom/components/file-uploader/file-uploader-button.js +17 -18
  1029. package/es-custom/components/file-uploader/file-uploader-button.js.map +1 -1
  1030. package/es-custom/components/file-uploader/file-uploader-drop-container.js +11 -12
  1031. package/es-custom/components/file-uploader/file-uploader-drop-container.js.map +1 -1
  1032. package/es-custom/components/file-uploader/file-uploader-item.js +21 -22
  1033. package/es-custom/components/file-uploader/file-uploader-item.js.map +1 -1
  1034. package/es-custom/components/file-uploader/file-uploader-skeleton.js +6 -7
  1035. package/es-custom/components/file-uploader/file-uploader-skeleton.js.map +1 -1
  1036. package/es-custom/components/file-uploader/file-uploader.js +10 -11
  1037. package/es-custom/components/file-uploader/file-uploader.js.map +1 -1
  1038. package/es-custom/components/file-uploader/file-uploader.scss.js +2 -3
  1039. package/es-custom/components/floating-menu/defs.js +1 -1
  1040. package/es-custom/components/floating-menu/defs.js.map +1 -1
  1041. package/es-custom/components/floating-menu/floating-menu.js +10 -11
  1042. package/es-custom/components/floating-menu/floating-menu.js.map +1 -1
  1043. package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.js +8 -9
  1044. package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.js.map +1 -1
  1045. package/es-custom/components/fluid-dropdown/fluid-dropdown.js +4 -5
  1046. package/es-custom/components/fluid-dropdown/fluid-dropdown.js.map +1 -1
  1047. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +2 -3
  1048. package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
  1049. package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
  1050. package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.js +45 -0
  1051. package/es-custom/components/fluid-multi-select/fluid-multi-select-skeleton.js.map +1 -0
  1052. package/es-custom/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
  1053. package/es-custom/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
  1054. package/es-custom/components/fluid-multi-select/fluid-multi-select.js +63 -0
  1055. package/es-custom/components/fluid-multi-select/fluid-multi-select.js.map +1 -0
  1056. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +14 -0
  1057. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -0
  1058. package/es-custom/components/fluid-multi-select/index.d.ts +9 -0
  1059. package/es-custom/components/fluid-multi-select/index.d.ts.map +1 -0
  1060. package/es-custom/components/fluid-multi-select/index.js +9 -0
  1061. package/es-custom/components/fluid-number-input/fluid-number-input-skeleton.js +4 -5
  1062. package/es-custom/components/fluid-number-input/fluid-number-input-skeleton.js.map +1 -1
  1063. package/es-custom/components/fluid-number-input/fluid-number-input.d.ts +2 -2
  1064. package/es-custom/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
  1065. package/es-custom/components/fluid-number-input/fluid-number-input.js +12 -13
  1066. package/es-custom/components/fluid-number-input/fluid-number-input.js.map +1 -1
  1067. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -2
  1068. package/es-custom/components/fluid-password-input/fluid-password-input.js +6 -7
  1069. package/es-custom/components/fluid-password-input/fluid-password-input.js.map +1 -1
  1070. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -2
  1071. package/es-custom/components/fluid-search/fluid-search-skeleton.js +4 -5
  1072. package/es-custom/components/fluid-search/fluid-search-skeleton.js.map +1 -1
  1073. package/es-custom/components/fluid-search/fluid-search.js +5 -6
  1074. package/es-custom/components/fluid-search/fluid-search.js.map +1 -1
  1075. package/es-custom/components/fluid-search/fluid-search.scss.js +2 -3
  1076. package/es-custom/components/fluid-select/fluid-select-skeleton.js +5 -6
  1077. package/es-custom/components/fluid-select/fluid-select-skeleton.js.map +1 -1
  1078. package/es-custom/components/fluid-select/fluid-select.js +11 -12
  1079. package/es-custom/components/fluid-select/fluid-select.js.map +1 -1
  1080. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -2
  1081. package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.js +4 -5
  1082. package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.js.map +1 -1
  1083. package/es-custom/components/fluid-text-input/fluid-text-input.js +6 -7
  1084. package/es-custom/components/fluid-text-input/fluid-text-input.js.map +1 -1
  1085. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -2
  1086. package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js +5 -6
  1087. package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
  1088. package/es-custom/components/fluid-textarea/fluid-textarea.js +5 -6
  1089. package/es-custom/components/fluid-textarea/fluid-textarea.js.map +1 -1
  1090. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -2
  1091. package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js +4 -5
  1092. package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -1
  1093. package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js +6 -7
  1094. package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -1
  1095. package/es-custom/components/fluid-time-picker/fluid-time-picker.js +31 -32
  1096. package/es-custom/components/fluid-time-picker/fluid-time-picker.js.map +1 -1
  1097. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -2
  1098. package/es-custom/components/form/form-item.js +4 -5
  1099. package/es-custom/components/form/form-item.js.map +1 -1
  1100. package/es-custom/components/form/form-item.scss.js +1 -2
  1101. package/es-custom/components/form/form.js +5 -6
  1102. package/es-custom/components/form/form.js.map +1 -1
  1103. package/es-custom/components/form/form.scss.js +1 -2
  1104. package/es-custom/components/form-group/form-group.js +7 -8
  1105. package/es-custom/components/form-group/form-group.js.map +1 -1
  1106. package/es-custom/components/form-group/form-group.scss.js +1 -2
  1107. package/es-custom/components/grid/column-hang.js +4 -5
  1108. package/es-custom/components/grid/column-hang.js.map +1 -1
  1109. package/es-custom/components/grid/column-hang.scss.js +1 -2
  1110. package/es-custom/components/grid/column.js +4 -5
  1111. package/es-custom/components/grid/column.js.map +1 -1
  1112. package/es-custom/components/grid/defs.js +1 -1
  1113. package/es-custom/components/grid/defs.js.map +1 -1
  1114. package/es-custom/components/grid/grid-context.js +1 -2
  1115. package/es-custom/components/grid/grid-context.js.map +1 -1
  1116. package/es-custom/components/grid/grid.js +8 -9
  1117. package/es-custom/components/grid/grid.js.map +1 -1
  1118. package/es-custom/components/grid/grid.scss.js +1 -2
  1119. package/es-custom/components/heading/heading.js +7 -8
  1120. package/es-custom/components/heading/heading.js.map +1 -1
  1121. package/es-custom/components/heading/heading.scss.js +1 -2
  1122. package/es-custom/components/icon/icon.js +4 -5
  1123. package/es-custom/components/icon/icon.js.map +1 -1
  1124. package/es-custom/components/icon-button/defs.js +1 -1
  1125. package/es-custom/components/icon-button/defs.js.map +1 -1
  1126. package/es-custom/components/icon-button/icon-button.js +6 -7
  1127. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  1128. package/es-custom/components/icon-button/icon-button.scss.js +1 -2
  1129. package/es-custom/components/icon-indicator/defs.js +1 -1
  1130. package/es-custom/components/icon-indicator/defs.js.map +1 -1
  1131. package/es-custom/components/icon-indicator/icon-indicator.js +16 -17
  1132. package/es-custom/components/icon-indicator/icon-indicator.js.map +1 -1
  1133. package/es-custom/components/icon-indicator/icon-indicator.scss.js +1 -2
  1134. package/es-custom/components/inline-loading/defs.js +1 -1
  1135. package/es-custom/components/inline-loading/defs.js.map +1 -1
  1136. package/es-custom/components/inline-loading/inline-loading.js +16 -17
  1137. package/es-custom/components/inline-loading/inline-loading.js.map +1 -1
  1138. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -2
  1139. package/es-custom/components/layer/layer.js +7 -8
  1140. package/es-custom/components/layer/layer.js.map +1 -1
  1141. package/es-custom/components/layer/layer.scss.js +1 -2
  1142. package/es-custom/components/layout/index.js +1 -2
  1143. package/es-custom/components/layout/layout-constraint.js +4 -5
  1144. package/es-custom/components/layout/layout-constraint.js.map +1 -1
  1145. package/es-custom/components/layout/layout.js +4 -5
  1146. package/es-custom/components/layout/layout.js.map +1 -1
  1147. package/es-custom/components/layout/layout.scss.js +1 -2
  1148. package/es-custom/components/link/link.js +13 -13
  1149. package/es-custom/components/link/link.js.map +1 -1
  1150. package/es-custom/components/link/link.scss.js +1 -2
  1151. package/es-custom/components/list/list-item.js +5 -6
  1152. package/es-custom/components/list/list-item.js.map +1 -1
  1153. package/es-custom/components/list/list.scss.js +1 -2
  1154. package/es-custom/components/list/ordered-list.js +8 -9
  1155. package/es-custom/components/list/ordered-list.js.map +1 -1
  1156. package/es-custom/components/list/unordered-list.js +8 -9
  1157. package/es-custom/components/list/unordered-list.js.map +1 -1
  1158. package/es-custom/components/loading/defs.js +1 -1
  1159. package/es-custom/components/loading/defs.js.map +1 -1
  1160. package/es-custom/components/loading/loading-icon.js +5 -6
  1161. package/es-custom/components/loading/loading-icon.js.map +1 -1
  1162. package/es-custom/components/loading/loading.js +9 -10
  1163. package/es-custom/components/loading/loading.js.map +1 -1
  1164. package/es-custom/components/loading/loading.scss.js +1 -2
  1165. package/es-custom/components/loading/types.js +1 -2
  1166. package/es-custom/components/loading/types.js.map +1 -1
  1167. package/es-custom/components/menu/defs.js +1 -1
  1168. package/es-custom/components/menu/defs.js.map +1 -1
  1169. package/es-custom/components/menu/menu-context.js +1 -2
  1170. package/es-custom/components/menu/menu-context.js.map +1 -1
  1171. package/es-custom/components/menu/menu-item-divider.js +4 -5
  1172. package/es-custom/components/menu/menu-item-divider.js.map +1 -1
  1173. package/es-custom/components/menu/menu-item-group.js +4 -5
  1174. package/es-custom/components/menu/menu-item-group.js.map +1 -1
  1175. package/es-custom/components/menu/menu-item-radio-group.js +6 -7
  1176. package/es-custom/components/menu/menu-item-radio-group.js.map +1 -1
  1177. package/es-custom/components/menu/menu-item-selectable.js +7 -8
  1178. package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
  1179. package/es-custom/components/menu/menu-item.js +23 -23
  1180. package/es-custom/components/menu/menu-item.js.map +1 -1
  1181. package/es-custom/components/menu/menu-item.scss.js +1 -2
  1182. package/es-custom/components/menu/menu.js +21 -22
  1183. package/es-custom/components/menu/menu.js.map +1 -1
  1184. package/es-custom/components/menu/menu.scss.js +1 -2
  1185. package/es-custom/components/menu-button/defs.js +1 -1
  1186. package/es-custom/components/menu-button/defs.js.map +1 -1
  1187. package/es-custom/components/menu-button/menu-button.js +15 -16
  1188. package/es-custom/components/menu-button/menu-button.js.map +1 -1
  1189. package/es-custom/components/menu-button/menu-button.scss.js +2 -3
  1190. package/es-custom/components/modal/defs.js +1 -1
  1191. package/es-custom/components/modal/defs.js.map +1 -1
  1192. package/es-custom/components/modal/modal-body-content.js +4 -5
  1193. package/es-custom/components/modal/modal-body-content.js.map +1 -1
  1194. package/es-custom/components/modal/modal-body.d.ts +2 -0
  1195. package/es-custom/components/modal/modal-body.d.ts.map +1 -1
  1196. package/es-custom/components/modal/modal-body.js +26 -10
  1197. package/es-custom/components/modal/modal-body.js.map +1 -1
  1198. package/es-custom/components/modal/modal-close-button.js +5 -6
  1199. package/es-custom/components/modal/modal-close-button.js.map +1 -1
  1200. package/es-custom/components/modal/modal-footer-button.js +4 -5
  1201. package/es-custom/components/modal/modal-footer-button.js.map +1 -1
  1202. package/es-custom/components/modal/modal-footer.js +5 -6
  1203. package/es-custom/components/modal/modal-footer.js.map +1 -1
  1204. package/es-custom/components/modal/modal-header.js +6 -7
  1205. package/es-custom/components/modal/modal-header.js.map +1 -1
  1206. package/es-custom/components/modal/modal-heading.d.ts +5 -1
  1207. package/es-custom/components/modal/modal-heading.d.ts.map +1 -1
  1208. package/es-custom/components/modal/modal-heading.js +14 -6
  1209. package/es-custom/components/modal/modal-heading.js.map +1 -1
  1210. package/es-custom/components/modal/modal-label.d.ts +5 -1
  1211. package/es-custom/components/modal/modal-label.d.ts.map +1 -1
  1212. package/es-custom/components/modal/modal-label.js +14 -6
  1213. package/es-custom/components/modal/modal-label.js.map +1 -1
  1214. package/es-custom/components/modal/modal.d.ts +18 -10
  1215. package/es-custom/components/modal/modal.d.ts.map +1 -1
  1216. package/es-custom/components/modal/modal.js +24 -24
  1217. package/es-custom/components/modal/modal.js.map +1 -1
  1218. package/es-custom/components/modal/modal.scss.js +2 -3
  1219. package/es-custom/components/multi-select/defs.js +1 -1
  1220. package/es-custom/components/multi-select/defs.js.map +1 -1
  1221. package/es-custom/components/multi-select/multi-select-item.js +7 -8
  1222. package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
  1223. package/es-custom/components/multi-select/multi-select.js +52 -53
  1224. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  1225. package/es-custom/components/multi-select/multi-select.scss.js +2 -3
  1226. package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
  1227. package/es-custom/components/notification/actionable-notification-button.js +5 -6
  1228. package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
  1229. package/es-custom/components/notification/actionable-notification.js +22 -23
  1230. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  1231. package/es-custom/components/notification/actionable-notification.scss.js +2 -3
  1232. package/es-custom/components/notification/callout-notification.js +11 -12
  1233. package/es-custom/components/notification/callout-notification.js.map +1 -1
  1234. package/es-custom/components/notification/defs.js +1 -1
  1235. package/es-custom/components/notification/defs.js.map +1 -1
  1236. package/es-custom/components/notification/inline-notification.js +21 -22
  1237. package/es-custom/components/notification/inline-notification.js.map +1 -1
  1238. package/es-custom/components/notification/inline-notification.scss.js +2 -3
  1239. package/es-custom/components/notification/stories/helper.js +8 -15
  1240. package/es-custom/components/notification/stories/helper.js.map +1 -1
  1241. package/es-custom/components/notification/toast-notification.js +10 -11
  1242. package/es-custom/components/notification/toast-notification.js.map +1 -1
  1243. package/es-custom/components/notification/toast-notification.scss.js +2 -3
  1244. package/es-custom/components/number-input/defs.d.ts +4 -0
  1245. package/es-custom/components/number-input/defs.d.ts.map +1 -1
  1246. package/es-custom/components/number-input/defs.js +1 -2
  1247. package/es-custom/components/number-input/defs.js.map +1 -1
  1248. package/es-custom/components/number-input/number-input-skeleton.d.ts +6 -1
  1249. package/es-custom/components/number-input/number-input-skeleton.d.ts.map +1 -1
  1250. package/es-custom/components/number-input/number-input-skeleton.js +13 -9
  1251. package/es-custom/components/number-input/number-input-skeleton.js.map +1 -1
  1252. package/es-custom/components/number-input/number-input.d.ts +137 -8
  1253. package/es-custom/components/number-input/number-input.d.ts.map +1 -1
  1254. package/es-custom/components/number-input/number-input.js +332 -94
  1255. package/es-custom/components/number-input/number-input.js.map +1 -1
  1256. package/es-custom/components/number-input/number-input.scss.js +2 -3
  1257. package/es-custom/components/number-input/number-input.scss.js.map +1 -1
  1258. package/es-custom/components/overflow-menu/defs.js +1 -1
  1259. package/es-custom/components/overflow-menu/defs.js.map +1 -1
  1260. package/es-custom/components/overflow-menu/overflow-menu-body.js +12 -13
  1261. package/es-custom/components/overflow-menu/overflow-menu-body.js.map +1 -1
  1262. package/es-custom/components/overflow-menu/overflow-menu-item.js +13 -14
  1263. package/es-custom/components/overflow-menu/overflow-menu-item.js.map +1 -1
  1264. package/es-custom/components/overflow-menu/overflow-menu.js +13 -14
  1265. package/es-custom/components/overflow-menu/overflow-menu.js.map +1 -1
  1266. package/es-custom/components/overflow-menu/overflow-menu.scss.js +2 -3
  1267. package/es-custom/components/page-header/page-header-breadcrumb.js +11 -12
  1268. package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
  1269. package/es-custom/components/page-header/page-header-content-text.js +5 -6
  1270. package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
  1271. package/es-custom/components/page-header/page-header-content.js +14 -15
  1272. package/es-custom/components/page-header/page-header-content.js.map +1 -1
  1273. package/es-custom/components/page-header/page-header-hero-image.js +4 -5
  1274. package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
  1275. package/es-custom/components/page-header/page-header-tabs.js +7 -8
  1276. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  1277. package/es-custom/components/page-header/page-header.js +4 -5
  1278. package/es-custom/components/page-header/page-header.js.map +1 -1
  1279. package/es-custom/components/page-header/page-header.scss.js +1 -2
  1280. package/es-custom/components/pagination/defs.js +1 -1
  1281. package/es-custom/components/pagination/defs.js.map +1 -1
  1282. package/es-custom/components/pagination/pagination.d.ts.map +1 -1
  1283. package/es-custom/components/pagination/pagination.js +48 -48
  1284. package/es-custom/components/pagination/pagination.js.map +1 -1
  1285. package/es-custom/components/pagination/pagination.scss.js +2 -3
  1286. package/es-custom/components/pagination-nav/defs.js +1 -1
  1287. package/es-custom/components/pagination-nav/defs.js.map +1 -1
  1288. package/es-custom/components/pagination-nav/pagination-nav.js +26 -27
  1289. package/es-custom/components/pagination-nav/pagination-nav.js.map +1 -1
  1290. package/es-custom/components/pagination-nav/pagination-nav.scss.js +2 -3
  1291. package/es-custom/components/password-input/defs.js +1 -2
  1292. package/es-custom/components/password-input/defs.js.map +1 -1
  1293. package/es-custom/components/password-input/password-input-skeleton.js +6 -7
  1294. package/es-custom/components/password-input/password-input-skeleton.js.map +1 -1
  1295. package/es-custom/components/password-input/password-input.js +58 -59
  1296. package/es-custom/components/password-input/password-input.js.map +1 -1
  1297. package/es-custom/components/password-input/password-input.scss.js +1 -2
  1298. package/es-custom/components/popover/defs.js +1 -1
  1299. package/es-custom/components/popover/defs.js.map +1 -1
  1300. package/es-custom/components/popover/popover-content.js +10 -11
  1301. package/es-custom/components/popover/popover-content.js.map +1 -1
  1302. package/es-custom/components/popover/popover.js +21 -22
  1303. package/es-custom/components/popover/popover.js.map +1 -1
  1304. package/es-custom/components/popover/popover.scss.js +1 -2
  1305. package/es-custom/components/progress-bar/defs.js +1 -1
  1306. package/es-custom/components/progress-bar/defs.js.map +1 -1
  1307. package/es-custom/components/progress-bar/progress-bar.js +28 -29
  1308. package/es-custom/components/progress-bar/progress-bar.js.map +1 -1
  1309. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -2
  1310. package/es-custom/components/progress-indicator/defs.js +1 -1
  1311. package/es-custom/components/progress-indicator/defs.js.map +1 -1
  1312. package/es-custom/components/progress-indicator/progress-indicator-skeleton.js +5 -6
  1313. package/es-custom/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
  1314. package/es-custom/components/progress-indicator/progress-indicator.js +7 -8
  1315. package/es-custom/components/progress-indicator/progress-indicator.js.map +1 -1
  1316. package/es-custom/components/progress-indicator/progress-indicator.scss.js +2 -3
  1317. package/es-custom/components/progress-indicator/progress-step-skeleton.js +7 -8
  1318. package/es-custom/components/progress-indicator/progress-step-skeleton.js.map +1 -1
  1319. package/es-custom/components/progress-indicator/progress-step.js +20 -21
  1320. package/es-custom/components/progress-indicator/progress-step.js.map +1 -1
  1321. package/es-custom/components/radio-button/defs.js +1 -1
  1322. package/es-custom/components/radio-button/defs.js.map +1 -1
  1323. package/es-custom/components/radio-button/radio-button-group.js +25 -26
  1324. package/es-custom/components/radio-button/radio-button-group.js.map +1 -1
  1325. package/es-custom/components/radio-button/radio-button-skeleton.js +6 -7
  1326. package/es-custom/components/radio-button/radio-button-skeleton.js.map +1 -1
  1327. package/es-custom/components/radio-button/radio-button.js +25 -26
  1328. package/es-custom/components/radio-button/radio-button.js.map +1 -1
  1329. package/es-custom/components/radio-button/radio-button.scss.js +1 -2
  1330. package/es-custom/components/search/search-skeleton.js +8 -9
  1331. package/es-custom/components/search/search-skeleton.js.map +1 -1
  1332. package/es-custom/components/search/search.js +16 -17
  1333. package/es-custom/components/search/search.js.map +1 -1
  1334. package/es-custom/components/search/search.scss.js +2 -3
  1335. package/es-custom/components/select/select-item-group.js +4 -5
  1336. package/es-custom/components/select/select-item-group.js.map +1 -1
  1337. package/es-custom/components/select/select-item.js +4 -5
  1338. package/es-custom/components/select/select-item.js.map +1 -1
  1339. package/es-custom/components/select/select-skeleton.js +6 -7
  1340. package/es-custom/components/select/select-skeleton.js.map +1 -1
  1341. package/es-custom/components/select/select.d.ts +4 -4
  1342. package/es-custom/components/select/select.d.ts.map +1 -1
  1343. package/es-custom/components/select/select.js +45 -42
  1344. package/es-custom/components/select/select.js.map +1 -1
  1345. package/es-custom/components/select/select.scss.js +1 -2
  1346. package/es-custom/components/shape-indicator/defs.js +1 -1
  1347. package/es-custom/components/shape-indicator/defs.js.map +1 -1
  1348. package/es-custom/components/shape-indicator/shape-indicator.js +16 -17
  1349. package/es-custom/components/shape-indicator/shape-indicator.js.map +1 -1
  1350. package/es-custom/components/shape-indicator/shape-indicator.scss.js +1 -2
  1351. package/es-custom/components/side-panel/defs.js +1 -1
  1352. package/es-custom/components/side-panel/defs.js.map +1 -1
  1353. package/es-custom/components/side-panel/side-panel.js +19 -18
  1354. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  1355. package/es-custom/components/skeleton-icon/skeleton-icon.js +4 -5
  1356. package/es-custom/components/skeleton-icon/skeleton-icon.js.map +1 -1
  1357. package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -2
  1358. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.js +5 -6
  1359. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
  1360. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -2
  1361. package/es-custom/components/skeleton-text/defs.js +1 -1
  1362. package/es-custom/components/skeleton-text/defs.js.map +1 -1
  1363. package/es-custom/components/skeleton-text/skeleton-text.js +7 -8
  1364. package/es-custom/components/skeleton-text/skeleton-text.js.map +1 -1
  1365. package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -2
  1366. package/es-custom/components/skip-to-content/skip-to-content.js +5 -6
  1367. package/es-custom/components/skip-to-content/skip-to-content.js.map +1 -1
  1368. package/es-custom/components/skip-to-content/skip-to-content.scss.js +2 -3
  1369. package/es-custom/components/slider/slider-input.js +12 -13
  1370. package/es-custom/components/slider/slider-input.js.map +1 -1
  1371. package/es-custom/components/slider/slider-skeleton.js +23 -24
  1372. package/es-custom/components/slider/slider-skeleton.js.map +1 -1
  1373. package/es-custom/components/slider/slider.js +45 -46
  1374. package/es-custom/components/slider/slider.js.map +1 -1
  1375. package/es-custom/components/slider/slider.scss.js +1 -2
  1376. package/es-custom/components/slug/defs.js +1 -1
  1377. package/es-custom/components/slug/defs.js.map +1 -1
  1378. package/es-custom/components/slug/slug-action-button.js +4 -5
  1379. package/es-custom/components/slug/slug-action-button.js.map +1 -1
  1380. package/es-custom/components/slug/slug.js +15 -16
  1381. package/es-custom/components/slug/slug.js.map +1 -1
  1382. package/es-custom/components/slug/slug.scss.js +2 -3
  1383. package/es-custom/components/stack/defs.js +1 -2
  1384. package/es-custom/components/stack/defs.js.map +1 -1
  1385. package/es-custom/components/stack/stack.js +8 -9
  1386. package/es-custom/components/stack/stack.js.map +1 -1
  1387. package/es-custom/components/stack/stack.scss.js +1 -2
  1388. package/es-custom/components/structured-list/structured-list-body.js +4 -5
  1389. package/es-custom/components/structured-list/structured-list-body.js.map +1 -1
  1390. package/es-custom/components/structured-list/structured-list-cell.js +4 -5
  1391. package/es-custom/components/structured-list/structured-list-cell.js.map +1 -1
  1392. package/es-custom/components/structured-list/structured-list-head.js +4 -5
  1393. package/es-custom/components/structured-list/structured-list-head.js.map +1 -1
  1394. package/es-custom/components/structured-list/structured-list-header-cell-skeleton.js +4 -5
  1395. package/es-custom/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
  1396. package/es-custom/components/structured-list/structured-list-header-cell.js +4 -5
  1397. package/es-custom/components/structured-list/structured-list-header-cell.js.map +1 -1
  1398. package/es-custom/components/structured-list/structured-list-header-row.js +5 -6
  1399. package/es-custom/components/structured-list/structured-list-header-row.js.map +1 -1
  1400. package/es-custom/components/structured-list/structured-list-row.js +12 -13
  1401. package/es-custom/components/structured-list/structured-list-row.js.map +1 -1
  1402. package/es-custom/components/structured-list/structured-list.js +9 -10
  1403. package/es-custom/components/structured-list/structured-list.js.map +1 -1
  1404. package/es-custom/components/structured-list/structured-list.scss.js +1 -2
  1405. package/es-custom/components/tabs/defs.d.ts +14 -1
  1406. package/es-custom/components/tabs/defs.d.ts.map +1 -1
  1407. package/es-custom/components/tabs/defs.js +17 -3
  1408. package/es-custom/components/tabs/defs.js.map +1 -1
  1409. package/es-custom/components/tabs/index.d.ts +3 -1
  1410. package/es-custom/components/tabs/index.d.ts.map +1 -1
  1411. package/es-custom/components/tabs/index.js +2 -0
  1412. package/es-custom/components/tabs/tab-skeleton.js +5 -6
  1413. package/es-custom/components/tabs/tab-skeleton.js.map +1 -1
  1414. package/es-custom/components/tabs/tab.d.ts +13 -1
  1415. package/es-custom/components/tabs/tab.d.ts.map +1 -1
  1416. package/es-custom/components/tabs/tab.js +42 -14
  1417. package/es-custom/components/tabs/tab.js.map +1 -1
  1418. package/es-custom/components/tabs/tabs-skeleton.js +5 -6
  1419. package/es-custom/components/tabs/tabs-skeleton.js.map +1 -1
  1420. package/es-custom/components/tabs/tabs.d.ts +7 -3
  1421. package/es-custom/components/tabs/tabs.d.ts.map +1 -1
  1422. package/es-custom/components/tabs/tabs.js +61 -53
  1423. package/es-custom/components/tabs/tabs.js.map +1 -1
  1424. package/es-custom/components/tabs/tabs.scss.js +2 -3
  1425. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  1426. package/es-custom/components/tag/defs.js +1 -1
  1427. package/es-custom/components/tag/defs.js.map +1 -1
  1428. package/es-custom/components/tag/dismissible-tag.js +15 -16
  1429. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  1430. package/es-custom/components/tag/operational-tag.js +11 -11
  1431. package/es-custom/components/tag/operational-tag.js.map +1 -1
  1432. package/es-custom/components/tag/selectable-tag.js +10 -10
  1433. package/es-custom/components/tag/selectable-tag.js.map +1 -1
  1434. package/es-custom/components/tag/tag-skeleton.js +9 -10
  1435. package/es-custom/components/tag/tag-skeleton.js.map +1 -1
  1436. package/es-custom/components/tag/tag.js +17 -17
  1437. package/es-custom/components/tag/tag.js.map +1 -1
  1438. package/es-custom/components/tag/tag.scss.js +1 -2
  1439. package/es-custom/components/tag/types.js +1 -2
  1440. package/es-custom/components/tag/types.js.map +1 -1
  1441. package/es-custom/components/tearsheet/defs.js +1 -1
  1442. package/es-custom/components/tearsheet/defs.js.map +1 -1
  1443. package/es-custom/components/tearsheet/tearsheet.js +23 -24
  1444. package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
  1445. package/es-custom/components/text-input/defs.js +1 -2
  1446. package/es-custom/components/text-input/defs.js.map +1 -1
  1447. package/es-custom/components/text-input/stories/helpers.js +10 -11
  1448. package/es-custom/components/text-input/stories/helpers.js.map +1 -1
  1449. package/es-custom/components/text-input/text-input-skeleton.d.ts +2 -2
  1450. package/es-custom/components/text-input/text-input-skeleton.js +8 -9
  1451. package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
  1452. package/es-custom/components/text-input/text-input.js +55 -56
  1453. package/es-custom/components/text-input/text-input.js.map +1 -1
  1454. package/es-custom/components/text-input/text-input.scss.js +1 -2
  1455. package/es-custom/components/textarea/defs.js +1 -2
  1456. package/es-custom/components/textarea/stories/helpers.js +1 -2
  1457. package/es-custom/components/textarea/stories/helpers.js.map +1 -1
  1458. package/es-custom/components/textarea/textarea-skeleton.js +6 -7
  1459. package/es-custom/components/textarea/textarea-skeleton.js.map +1 -1
  1460. package/es-custom/components/textarea/textarea.js +28 -29
  1461. package/es-custom/components/textarea/textarea.js.map +1 -1
  1462. package/es-custom/components/textarea/textarea.scss.js +1 -2
  1463. package/es-custom/components/tile/clickable-tile.js +15 -16
  1464. package/es-custom/components/tile/clickable-tile.js.map +1 -1
  1465. package/es-custom/components/tile/defs.js +1 -2
  1466. package/es-custom/components/tile/expandable-tile.js +14 -15
  1467. package/es-custom/components/tile/expandable-tile.js.map +1 -1
  1468. package/es-custom/components/tile/radio-tile.js +15 -16
  1469. package/es-custom/components/tile/radio-tile.js.map +1 -1
  1470. package/es-custom/components/tile/selectable-tile.js +18 -19
  1471. package/es-custom/components/tile/selectable-tile.js.map +1 -1
  1472. package/es-custom/components/tile/tile-group.js +21 -22
  1473. package/es-custom/components/tile/tile-group.js.map +1 -1
  1474. package/es-custom/components/tile/tile.js +7 -8
  1475. package/es-custom/components/tile/tile.js.map +1 -1
  1476. package/es-custom/components/tile/tile.scss.js +1 -2
  1477. package/es-custom/components/time-picker/defs.js +1 -2
  1478. package/es-custom/components/time-picker/defs.js.map +1 -1
  1479. package/es-custom/components/time-picker/time-picker-select.js +11 -12
  1480. package/es-custom/components/time-picker/time-picker-select.js.map +1 -1
  1481. package/es-custom/components/time-picker/time-picker.js +23 -24
  1482. package/es-custom/components/time-picker/time-picker.js.map +1 -1
  1483. package/es-custom/components/time-picker/time-picker.scss.js +1 -2
  1484. package/es-custom/components/toggle/defs.js +1 -1
  1485. package/es-custom/components/toggle/defs.js.map +1 -1
  1486. package/es-custom/components/toggle/toggle-skeleton.js +8 -9
  1487. package/es-custom/components/toggle/toggle-skeleton.js.map +1 -1
  1488. package/es-custom/components/toggle/toggle.js +17 -18
  1489. package/es-custom/components/toggle/toggle.js.map +1 -1
  1490. package/es-custom/components/toggle/toggle.scss.js +1 -2
  1491. package/es-custom/components/toggle-tip/toggletip.js +27 -28
  1492. package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
  1493. package/es-custom/components/toggle-tip/toggletip.scss.js +2 -3
  1494. package/es-custom/components/toggle-tip/toggletip.scss.js.map +1 -1
  1495. package/es-custom/components/tooltip/definition-tooltip.js +5 -6
  1496. package/es-custom/components/tooltip/definition-tooltip.js.map +1 -1
  1497. package/es-custom/components/tooltip/tooltip-content.js +5 -6
  1498. package/es-custom/components/tooltip/tooltip-content.js.map +1 -1
  1499. package/es-custom/components/tooltip/tooltip.js +6 -7
  1500. package/es-custom/components/tooltip/tooltip.js.map +1 -1
  1501. package/es-custom/components/tooltip/tooltip.scss.js +1 -2
  1502. package/es-custom/components/tree-view/defs.js +1 -1
  1503. package/es-custom/components/tree-view/defs.js.map +1 -1
  1504. package/es-custom/components/tree-view/tree-node.js +28 -29
  1505. package/es-custom/components/tree-view/tree-node.js.map +1 -1
  1506. package/es-custom/components/tree-view/tree-view.js +9 -10
  1507. package/es-custom/components/tree-view/tree-view.js.map +1 -1
  1508. package/es-custom/components/tree-view/tree-view.scss.js +1 -2
  1509. package/es-custom/components/ui-shell/defs.js +1 -1
  1510. package/es-custom/components/ui-shell/defs.js.map +1 -1
  1511. package/es-custom/components/ui-shell/header-global-action.js +15 -15
  1512. package/es-custom/components/ui-shell/header-global-action.js.map +1 -1
  1513. package/es-custom/components/ui-shell/header-menu-button.js +11 -12
  1514. package/es-custom/components/ui-shell/header-menu-button.js.map +1 -1
  1515. package/es-custom/components/ui-shell/header-menu-item.js +4 -5
  1516. package/es-custom/components/ui-shell/header-menu-item.js.map +1 -1
  1517. package/es-custom/components/ui-shell/header-menu.js +10 -11
  1518. package/es-custom/components/ui-shell/header-menu.js.map +1 -1
  1519. package/es-custom/components/ui-shell/header-name.js +6 -7
  1520. package/es-custom/components/ui-shell/header-name.js.map +1 -1
  1521. package/es-custom/components/ui-shell/header-nav-item.js +7 -8
  1522. package/es-custom/components/ui-shell/header-nav-item.js.map +1 -1
  1523. package/es-custom/components/ui-shell/header-nav.js +6 -7
  1524. package/es-custom/components/ui-shell/header-nav.js.map +1 -1
  1525. package/es-custom/components/ui-shell/header-panel.js +4 -5
  1526. package/es-custom/components/ui-shell/header-panel.js.map +1 -1
  1527. package/es-custom/components/ui-shell/header-side-nav-items.js +4 -5
  1528. package/es-custom/components/ui-shell/header-side-nav-items.js.map +1 -1
  1529. package/es-custom/components/ui-shell/header.js +4 -5
  1530. package/es-custom/components/ui-shell/header.js.map +1 -1
  1531. package/es-custom/components/ui-shell/header.scss.js +2 -3
  1532. package/es-custom/components/ui-shell/side-nav-divider.js +4 -5
  1533. package/es-custom/components/ui-shell/side-nav-divider.js.map +1 -1
  1534. package/es-custom/components/ui-shell/side-nav-items.js +4 -5
  1535. package/es-custom/components/ui-shell/side-nav-items.js.map +1 -1
  1536. package/es-custom/components/ui-shell/side-nav-link.js +8 -9
  1537. package/es-custom/components/ui-shell/side-nav-link.js.map +1 -1
  1538. package/es-custom/components/ui-shell/side-nav-menu-item.js +8 -9
  1539. package/es-custom/components/ui-shell/side-nav-menu-item.js.map +1 -1
  1540. package/es-custom/components/ui-shell/side-nav-menu.js +12 -13
  1541. package/es-custom/components/ui-shell/side-nav-menu.js.map +1 -1
  1542. package/es-custom/components/ui-shell/side-nav.js +24 -25
  1543. package/es-custom/components/ui-shell/side-nav.js.map +1 -1
  1544. package/es-custom/components/ui-shell/side-nav.scss.js +1 -2
  1545. package/es-custom/components/ui-shell/switcher-divider.js +4 -5
  1546. package/es-custom/components/ui-shell/switcher-divider.js.map +1 -1
  1547. package/es-custom/components/ui-shell/switcher-item.js +6 -7
  1548. package/es-custom/components/ui-shell/switcher-item.js.map +1 -1
  1549. package/es-custom/components/ui-shell/switcher.js +4 -5
  1550. package/es-custom/components/ui-shell/switcher.js.map +1 -1
  1551. package/es-custom/feature-flags/es/index.js +6 -6
  1552. package/es-custom/feature-flags/es/index.js.map +1 -1
  1553. package/es-custom/globals/controllers/floating-controller.js +1 -2
  1554. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  1555. package/es-custom/globals/decorators/carbon-element.js +1 -1
  1556. package/es-custom/globals/decorators/host-listener.js +1 -1
  1557. package/es-custom/globals/directives/if-non-empty.js +1 -2
  1558. package/es-custom/globals/directives/if-non-empty.js.map +1 -1
  1559. package/es-custom/globals/directives/spread.js +1 -2
  1560. package/es-custom/globals/directives/spread.js.map +1 -1
  1561. package/es-custom/globals/internal/collection-helpers.js +1 -1
  1562. package/es-custom/globals/internal/deep-shadow-contains.js +1 -1
  1563. package/es-custom/globals/internal/feature-flags.js +1 -1
  1564. package/es-custom/globals/internal/icon-loader-utils.js +1 -2
  1565. package/es-custom/globals/internal/icon-loader-utils.js.map +1 -1
  1566. package/es-custom/globals/internal/icon-loader.js +1 -2
  1567. package/es-custom/globals/internal/icon-loader.js.map +1 -1
  1568. package/es-custom/globals/internal/radio-group-manager.js +1 -1
  1569. package/es-custom/globals/internal/radio-group-manager.js.map +1 -1
  1570. package/es-custom/globals/mixins/focus.js +1 -2
  1571. package/es-custom/globals/mixins/focus.js.map +1 -1
  1572. package/es-custom/globals/mixins/form.js +1 -2
  1573. package/es-custom/globals/mixins/form.js.map +1 -1
  1574. package/es-custom/globals/mixins/host-listener.js +1 -2
  1575. package/es-custom/globals/mixins/host-listener.js.map +1 -1
  1576. package/es-custom/globals/mixins/on.js +1 -1
  1577. package/es-custom/globals/mixins/validity.js +5 -5
  1578. package/es-custom/globals/mixins/validity.js.map +1 -1
  1579. package/es-custom/globals/settings.js +57 -57
  1580. package/es-custom/globals/settings.js.map +1 -1
  1581. package/es-custom/globals/shared-enums.js +1 -1
  1582. package/es-custom/globals/shared-enums.js.map +1 -1
  1583. package/es-custom/index.d.ts +10 -1
  1584. package/es-custom/index.d.ts.map +1 -1
  1585. package/es-custom/index.js +10 -2
  1586. package/lib/components/accordion/defs.js +2 -3
  1587. package/lib/components/accordion/defs.js.map +1 -1
  1588. package/lib/components/ai-label/defs.js +2 -3
  1589. package/lib/components/ai-label/defs.js.map +1 -1
  1590. package/lib/components/breadcrumb/defs.js +2 -3
  1591. package/lib/components/breadcrumb/defs.js.map +1 -1
  1592. package/lib/components/button/defs.js +2 -3
  1593. package/lib/components/button/defs.js.map +1 -1
  1594. package/lib/components/chat-button/defs.js +2 -3
  1595. package/lib/components/chat-button/defs.js.map +1 -1
  1596. package/lib/components/checkbox/checkbox-group.d.ts +1 -1
  1597. package/lib/components/checkbox/checkbox-group.d.ts.map +1 -1
  1598. package/lib/components/checkbox/checkbox.d.ts.map +1 -1
  1599. package/lib/components/checkbox/defs.js +2 -3
  1600. package/lib/components/checkbox/defs.js.map +1 -1
  1601. package/lib/components/code-snippet/defs.js +3 -4
  1602. package/lib/components/code-snippet/defs.js.map +1 -1
  1603. package/lib/components/combo-button/defs.js +2 -3
  1604. package/lib/components/combo-button/defs.js.map +1 -1
  1605. package/lib/components/content-switcher/content-switcher.d.ts +3 -3
  1606. package/lib/components/content-switcher/content-switcher.d.ts.map +1 -1
  1607. package/lib/components/content-switcher/defs.js +2 -3
  1608. package/lib/components/content-switcher/defs.js.map +1 -1
  1609. package/lib/components/data-table/defs.js +12 -13
  1610. package/lib/components/data-table/defs.js.map +1 -1
  1611. package/lib/components/date-picker/defs.js +3 -4
  1612. package/lib/components/date-picker/defs.js.map +1 -1
  1613. package/lib/components/dialog/dialog-body.d.ts +19 -0
  1614. package/lib/components/dialog/dialog-body.d.ts.map +1 -0
  1615. package/lib/components/dialog/dialog-close-button.d.ts +20 -0
  1616. package/lib/components/dialog/dialog-close-button.d.ts.map +1 -0
  1617. package/lib/components/dialog/dialog-controls.d.ts +18 -0
  1618. package/lib/components/dialog/dialog-controls.d.ts.map +1 -0
  1619. package/lib/components/dialog/dialog-footer-button.d.ts +17 -0
  1620. package/lib/components/dialog/dialog-footer-button.d.ts.map +1 -0
  1621. package/lib/components/dialog/dialog-footer.d.ts +21 -0
  1622. package/lib/components/dialog/dialog-footer.d.ts.map +1 -0
  1623. package/lib/components/dialog/dialog-header.d.ts +18 -0
  1624. package/lib/components/dialog/dialog-header.d.ts.map +1 -0
  1625. package/lib/components/dialog/dialog-subtitle.d.ts +22 -0
  1626. package/lib/components/dialog/dialog-subtitle.d.ts.map +1 -0
  1627. package/lib/components/dialog/dialog-title.d.ts +22 -0
  1628. package/lib/components/dialog/dialog-title.d.ts.map +1 -0
  1629. package/lib/components/dialog/dialog.d.ts +99 -0
  1630. package/lib/components/dialog/dialog.d.ts.map +1 -0
  1631. package/lib/components/dialog/index.d.ts +16 -0
  1632. package/lib/components/dialog/index.d.ts.map +1 -0
  1633. package/lib/components/dropdown/defs.js +3 -4
  1634. package/lib/components/dropdown/defs.js.map +1 -1
  1635. package/lib/components/dropdown/dropdown.d.ts +4 -4
  1636. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  1637. package/lib/components/file-uploader/defs.js +2 -3
  1638. package/lib/components/file-uploader/defs.js.map +1 -1
  1639. package/lib/components/floating-menu/defs.js +2 -3
  1640. package/lib/components/floating-menu/defs.js.map +1 -1
  1641. package/lib/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts +18 -0
  1642. package/lib/components/fluid-multi-select/fluid-multi-select-skeleton.d.ts.map +1 -0
  1643. package/lib/components/fluid-multi-select/fluid-multi-select.d.ts +24 -0
  1644. package/lib/components/fluid-multi-select/fluid-multi-select.d.ts.map +1 -0
  1645. package/lib/components/fluid-multi-select/index.d.ts +9 -0
  1646. package/lib/components/fluid-multi-select/index.d.ts.map +1 -0
  1647. package/lib/components/fluid-number-input/fluid-number-input.d.ts +2 -2
  1648. package/lib/components/fluid-number-input/fluid-number-input.d.ts.map +1 -1
  1649. package/lib/components/grid/defs.js +2 -3
  1650. package/lib/components/grid/defs.js.map +1 -1
  1651. package/lib/components/heading/defs.js +1 -1
  1652. package/lib/components/icon-button/defs.js +2 -3
  1653. package/lib/components/icon-button/defs.js.map +1 -1
  1654. package/lib/components/icon-indicator/defs.js +2 -3
  1655. package/lib/components/icon-indicator/defs.js.map +1 -1
  1656. package/lib/components/inline-loading/defs.js +2 -3
  1657. package/lib/components/inline-loading/defs.js.map +1 -1
  1658. package/lib/components/loading/defs.js +2 -3
  1659. package/lib/components/loading/defs.js.map +1 -1
  1660. package/lib/components/menu/defs.js +2 -3
  1661. package/lib/components/menu/defs.js.map +1 -1
  1662. package/lib/components/menu-button/defs.js +2 -3
  1663. package/lib/components/menu-button/defs.js.map +1 -1
  1664. package/lib/components/modal/defs.js +2 -3
  1665. package/lib/components/modal/defs.js.map +1 -1
  1666. package/lib/components/modal/modal-body.d.ts +2 -0
  1667. package/lib/components/modal/modal-body.d.ts.map +1 -1
  1668. package/lib/components/modal/modal-heading.d.ts +5 -1
  1669. package/lib/components/modal/modal-heading.d.ts.map +1 -1
  1670. package/lib/components/modal/modal-label.d.ts +5 -1
  1671. package/lib/components/modal/modal-label.d.ts.map +1 -1
  1672. package/lib/components/modal/modal.d.ts +18 -10
  1673. package/lib/components/modal/modal.d.ts.map +1 -1
  1674. package/lib/components/multi-select/defs.js +2 -3
  1675. package/lib/components/multi-select/defs.js.map +1 -1
  1676. package/lib/components/notification/defs.js +2 -3
  1677. package/lib/components/notification/defs.js.map +1 -1
  1678. package/lib/components/number-input/defs.d.ts +4 -0
  1679. package/lib/components/number-input/defs.d.ts.map +1 -1
  1680. package/lib/components/number-input/defs.js +3 -4
  1681. package/lib/components/number-input/defs.js.map +1 -1
  1682. package/lib/components/number-input/number-input-skeleton.d.ts +6 -1
  1683. package/lib/components/number-input/number-input-skeleton.d.ts.map +1 -1
  1684. package/lib/components/number-input/number-input.d.ts +137 -8
  1685. package/lib/components/number-input/number-input.d.ts.map +1 -1
  1686. package/lib/components/overflow-menu/defs.js +2 -3
  1687. package/lib/components/overflow-menu/defs.js.map +1 -1
  1688. package/lib/components/pagination/defs.js +2 -3
  1689. package/lib/components/pagination/defs.js.map +1 -1
  1690. package/lib/components/pagination/pagination.d.ts.map +1 -1
  1691. package/lib/components/pagination-nav/defs.js +2 -3
  1692. package/lib/components/pagination-nav/defs.js.map +1 -1
  1693. package/lib/components/password-input/defs.js +3 -4
  1694. package/lib/components/password-input/defs.js.map +1 -1
  1695. package/lib/components/popover/defs.js +2 -3
  1696. package/lib/components/popover/defs.js.map +1 -1
  1697. package/lib/components/progress-bar/defs.js +2 -3
  1698. package/lib/components/progress-bar/defs.js.map +1 -1
  1699. package/lib/components/progress-indicator/defs.js +2 -3
  1700. package/lib/components/progress-indicator/defs.js.map +1 -1
  1701. package/lib/components/radio-button/defs.js +2 -3
  1702. package/lib/components/radio-button/defs.js.map +1 -1
  1703. package/lib/components/select/select.d.ts +4 -4
  1704. package/lib/components/select/select.d.ts.map +1 -1
  1705. package/lib/components/shape-indicator/defs.js +2 -3
  1706. package/lib/components/shape-indicator/defs.js.map +1 -1
  1707. package/lib/components/side-panel/defs.js +2 -3
  1708. package/lib/components/side-panel/defs.js.map +1 -1
  1709. package/lib/components/skeleton-text/defs.js +2 -3
  1710. package/lib/components/skeleton-text/defs.js.map +1 -1
  1711. package/lib/components/slug/defs.js +2 -3
  1712. package/lib/components/slug/defs.js.map +1 -1
  1713. package/lib/components/stack/defs.js +2 -3
  1714. package/lib/components/stack/defs.js.map +1 -1
  1715. package/lib/components/tabs/defs.d.ts +14 -1
  1716. package/lib/components/tabs/defs.d.ts.map +1 -1
  1717. package/lib/components/tabs/defs.js +18 -4
  1718. package/lib/components/tabs/defs.js.map +1 -1
  1719. package/lib/components/tabs/index.d.ts +3 -1
  1720. package/lib/components/tabs/index.d.ts.map +1 -1
  1721. package/lib/components/tabs/tab.d.ts +13 -1
  1722. package/lib/components/tabs/tab.d.ts.map +1 -1
  1723. package/lib/components/tabs/tabs.d.ts +7 -3
  1724. package/lib/components/tabs/tabs.d.ts.map +1 -1
  1725. package/lib/components/tag/defs.js +2 -3
  1726. package/lib/components/tag/defs.js.map +1 -1
  1727. package/lib/components/tearsheet/defs.js +2 -3
  1728. package/lib/components/tearsheet/defs.js.map +1 -1
  1729. package/lib/components/text-input/defs.js +3 -4
  1730. package/lib/components/text-input/defs.js.map +1 -1
  1731. package/lib/components/text-input/text-input-skeleton.d.ts +2 -2
  1732. package/lib/components/textarea/defs.js +3 -4
  1733. package/lib/components/tile/defs.js +3 -4
  1734. package/lib/components/time-picker/defs.js +3 -4
  1735. package/lib/components/time-picker/defs.js.map +1 -1
  1736. package/lib/components/toggle/defs.js +2 -3
  1737. package/lib/components/toggle/defs.js.map +1 -1
  1738. package/lib/components/tree-view/defs.js +2 -3
  1739. package/lib/components/tree-view/defs.js.map +1 -1
  1740. package/lib/components/ui-shell/defs.js +2 -3
  1741. package/lib/components/ui-shell/defs.js.map +1 -1
  1742. package/lib/globals/controllers/floating-controller.js +5 -3
  1743. package/lib/globals/controllers/floating-controller.js.map +1 -1
  1744. package/lib/globals/settings.js +58 -59
  1745. package/lib/globals/settings.js.map +1 -1
  1746. package/lib/globals/shared-enums.js +2 -3
  1747. package/lib/globals/shared-enums.js.map +1 -1
  1748. package/lib/index.d.ts +10 -1
  1749. package/lib/index.d.ts.map +1 -1
  1750. package/package.json +10 -9
  1751. package/scss/components/button/button.scss +16 -6
  1752. package/scss/components/checkbox/checkbox.scss +5 -3
  1753. package/scss/components/dialog/dialog.scss +127 -0
  1754. package/scss/components/dropdown/dropdown.scss +14 -1
  1755. package/scss/components/fluid-multi-select/fluid-multi-select.scss +186 -0
  1756. package/scss/components/multi-select/multi-select.scss +20 -3
  1757. package/scss/components/number-input/number-input.scss +3 -1
  1758. package/scss/components/tabs/tabs.scss +102 -1
  1759. package/scss/components/toggle-tip/toggletip.scss +15 -0
  1760. package/telemetry.yml +57 -37
@@ -5,13 +5,12 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { prefix } from "../../globals/settings.js";
8
+ import "../../globals/settings.js";
9
9
  import { carbonElement } from "../../globals/decorators/carbon-element.js";
10
- import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
10
+ import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
11
11
  import page_header_default from "./page-header.scss.js";
12
12
  import { LitElement, html } from "lit";
13
13
  import { property } from "lit/decorators.js";
14
-
15
14
  //#region src/components/page-header/page-header-content-text.ts
16
15
  /**
17
16
  * Copyright IBM Corp. 2025, 2025
@@ -31,7 +30,7 @@ let CDSPageHeaderContentText = class CDSPageHeaderContentText extends LitElement
31
30
  render() {
32
31
  const { subtitle } = this;
33
32
  return html`
34
- ${subtitle && html`<h3 class="${prefix}--page-header__content__subtitle">
33
+ ${subtitle && html`<h3 class="${"cds-custom"}--page-header__content__subtitle">
35
34
  ${subtitle}
36
35
  </h3>`}
37
36
  <slot></slot>
@@ -42,9 +41,9 @@ let CDSPageHeaderContentText = class CDSPageHeaderContentText extends LitElement
42
41
  }
43
42
  };
44
43
  __decorate([property()], CDSPageHeaderContentText.prototype, "subtitle", void 0);
45
- CDSPageHeaderContentText = __decorate([carbonElement(`${prefix}-page-header-content-text`)], CDSPageHeaderContentText);
44
+ CDSPageHeaderContentText = __decorate([carbonElement(`cds-custom-page-header-content-text`)], CDSPageHeaderContentText);
46
45
  var page_header_content_text_default = CDSPageHeaderContentText;
47
-
48
46
  //#endregion
49
47
  export { page_header_content_text_default as default };
48
+
50
49
  //# sourceMappingURL=page-header-content-text.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"page-header-content-text.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-content-text.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Content Text.\n * @element cds-custom-page-header-content-text\n */\n@customElement(`${prefix}-page-header-content-text`)\nclass CDSPageHeaderContentText extends LitElement {\n /**\n * Subtitle text of the page-header-content\n */\n @property()\n subtitle = '';\n\n render() {\n const { subtitle } = this;\n\n return html`\n ${subtitle &&\n html`<h3 class=\"${prefix}--page-header__content__subtitle\">\n ${subtitle}\n </h3>`}\n <slot></slot>\n `;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderContentText;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAiBA,qCACM,iCAAiC,WAAW;;;kBAKrC;;CAEX,SAAS;EACP,MAAM,EAAE,aAAa;AAErB,SAAO,IAAI;QACP,YACF,IAAI,cAAc,OAAO;UACrB,SAAS;aACN;;;;;gBAKKA;;;YAff,UAAU;uCALZC,cAAc,GAAG,OAAO,2BAA2B;AAuBpD,uCAAe"}
1
+ {"version":3,"file":"page-header-content-text.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-content-text.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Content Text.\n * @element cds-custom-page-header-content-text\n */\n@customElement(`${prefix}-page-header-content-text`)\nclass CDSPageHeaderContentText extends LitElement {\n /**\n * Subtitle text of the page-header-content\n */\n @property()\n subtitle = '';\n\n render() {\n const { subtitle } = this;\n\n return html`\n ${subtitle &&\n html`<h3 class=\"${prefix}--page-header__content__subtitle\">\n ${subtitle}\n </h3>`}\n <slot></slot>\n `;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderContentText;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAiBA,IAAA,2BAAA,MACM,iCAAiC,WAAW;;;kBAKrC;;CAEX,SAAS;EACP,MAAM,EAAE,aAAa;AAErB,SAAO,IAAI;QACP,YACF,IAAI,cAAA,MAAqB;UACrB,SAAS;aACN;;;;;gBAKKA;;;YAff,UAAU,CAAA,EAAA,yBAAA,WAAA,YAAA,KAAA,EAAA;uCALZC,cAAc,+BAAqC,CAAA,EAAA,yBAAA;AAuBpD,IAAA,mCAAe"}
@@ -5,14 +5,13 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { prefix } from "../../globals/settings.js";
8
+ import "../../globals/settings.js";
9
9
  import { carbonElement } from "../../globals/decorators/carbon-element.js";
10
- import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
10
+ import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
11
11
  import page_header_default from "./page-header.scss.js";
12
12
  import { LitElement, html } from "lit";
13
13
  import { property, state } from "lit/decorators.js";
14
14
  import { classMap } from "lit/directives/class-map.js";
15
-
16
15
  //#region src/components/page-header/page-header-content.ts
17
16
  /**
18
17
  * Copyright IBM Corp. 2025, 2025
@@ -42,31 +41,31 @@ let CDSPageHeaderContent = class CDSPageHeaderContent extends LitElement {
42
41
  this.requestUpdate();
43
42
  }
44
43
  updated() {
45
- const textContainer = this.shadowRoot?.querySelector(`.${prefix}--page-header__content__title`);
44
+ const textContainer = this.shadowRoot?.querySelector(`.cds-custom--page-header__content__title`);
46
45
  if (!textContainer || this._hasEllipsisApplied === true) return;
47
46
  this._hasEllipsisApplied = textContainer.scrollHeight > textContainer.clientHeight;
48
47
  }
49
48
  render() {
50
49
  const { title, withinGrid, _hasEllipsisApplied: hasEllipsisApplied, _handleSlotChange: handleSlotChange } = this;
51
50
  return html` <div class="${classMap({
52
- [`${prefix}--css-grid`]: !withinGrid,
53
- [`${prefix}--subgrid ${prefix}--subgrid--wide`]: withinGrid
51
+ [`cds-custom--css-grid`]: !withinGrid,
52
+ [`cds-custom--subgrid cds-custom--subgrid--wide`]: withinGrid
54
53
  })}">
55
54
  <div
56
- class="${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column">
57
- <div class="${prefix}--page-header__content__title-wrapper">
58
- <div class="${prefix}--page-header__content__start">
59
- <div class="${prefix}--page-header__content__title-container">
55
+ class="${"cds-custom"}--sm:col-span-4 ${"cds-custom"}--md:col-span-8 ${"cds-custom"}--lg:col-span-16 ${"cds-custom"}--css-grid-column">
56
+ <div class="${"cds-custom"}--page-header__content__title-wrapper">
57
+ <div class="${"cds-custom"}--page-header__content__start">
58
+ <div class="${"cds-custom"}--page-header__content__title-container">
60
59
  <slot name="icon"></slot>
61
60
  ${hasEllipsisApplied ? html`
62
61
  <cds-custom-definition-tooltip>
63
62
  <span slot="definition">${title}</span>
64
- <h4 class="${prefix}--page-header__content__title">
63
+ <h4 class="${"cds-custom"}--page-header__content__title">
65
64
  ${title}
66
65
  </h4>
67
66
  </cds-custom-definition-tooltip>
68
67
  ` : html`
69
- <h4 class="${prefix}--page-header__content__title">
68
+ <h4 class="${"cds-custom"}--page-header__content__title">
70
69
  ${title}
71
70
  </h4>
72
71
  `}
@@ -75,7 +74,7 @@ let CDSPageHeaderContent = class CDSPageHeaderContent extends LitElement {
75
74
  name="contextual-actions"
76
75
  @slotchange=${handleSlotChange}></slot>
77
76
  </div>
78
- <div class="${prefix}--page-header__content__page-actions">
77
+ <div class="${"cds-custom"}--page-header__content__page-actions">
79
78
  <slot name="page-actions"></slot>
80
79
  </div>
81
80
  </div>
@@ -93,9 +92,9 @@ __decorate([property({
93
92
  attribute: "within-grid",
94
93
  type: Boolean
95
94
  })], CDSPageHeaderContent.prototype, "withinGrid", void 0);
96
- CDSPageHeaderContent = __decorate([carbonElement(`${prefix}-page-header-content`)], CDSPageHeaderContent);
95
+ CDSPageHeaderContent = __decorate([carbonElement(`cds-custom-page-header-content`)], CDSPageHeaderContent);
97
96
  var page_header_content_default = CDSPageHeaderContent;
98
-
99
97
  //#endregion
100
98
  export { page_header_content_default as default };
99
+
101
100
  //# sourceMappingURL=page-header-content.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"page-header-content.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-content.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { classMap } from 'lit/directives/class-map.js';\nimport { property, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header content.\n * @element cds-custom-page-header-content\n */\n@customElement(`${prefix}-page-header-content`)\nclass CDSPageHeaderContent extends LitElement {\n /**\n * Set to `true` if there are contextual actions\n */\n private _hasContextualActions = false;\n\n /**\n * Handles `slotchange` event.\n */\n protected _handleSlotChange({ target }: Event) {\n this._hasContextualActions = Boolean(\n (target as HTMLSlotElement).assignedNodes()\n );\n if (this._hasContextualActions) {\n this.setAttribute('contextual-actions', 'true');\n } else {\n this.removeAttribute('contextual-actions');\n }\n this.requestUpdate();\n }\n\n /**\n * Title text of the page-header-content\n */\n @property()\n title = '';\n\n /**\n * Set to `true` if the tag text has ellipsis applied\n */\n @state()\n _hasEllipsisApplied = false;\n\n /**\n * Set to `true` if the breadcrumb bar is sitting within a grid\n * (ie. when used in tandem with page-header-hero-image)\n */\n @property({ attribute: 'within-grid', type: Boolean })\n withinGrid = false;\n\n updated() {\n const textContainer = this.shadowRoot?.querySelector(\n `.${prefix}--page-header__content__title`\n );\n\n if (!textContainer || this._hasEllipsisApplied === true) return;\n\n this._hasEllipsisApplied =\n textContainer.scrollHeight > textContainer.clientHeight;\n }\n\n render() {\n const {\n title,\n withinGrid,\n _hasEllipsisApplied: hasEllipsisApplied,\n _handleSlotChange: handleSlotChange,\n } = this;\n\n const gridClasses = classMap({\n [`${prefix}--css-grid`]: !withinGrid,\n [`${prefix}--subgrid ${prefix}--subgrid--wide`]: withinGrid,\n });\n\n return html` <div class=\"${gridClasses}\">\n <div\n class=\"${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column\">\n <div class=\"${prefix}--page-header__content__title-wrapper\">\n <div class=\"${prefix}--page-header__content__start\">\n <div class=\"${prefix}--page-header__content__title-container\">\n <slot name=\"icon\"></slot>\n ${hasEllipsisApplied\n ? html`\n <cds-custom-definition-tooltip>\n <span slot=\"definition\">${title}</span>\n <h4 class=\"${prefix}--page-header__content__title\">\n ${title}\n </h4>\n </cds-custom-definition-tooltip>\n `\n : html`\n <h4 class=\"${prefix}--page-header__content__title\">\n ${title}\n </h4>\n `}\n </div>\n <slot\n name=\"contextual-actions\"\n @slotchange=${handleSlotChange}></slot>\n </div>\n <div class=\"${prefix}--page-header__content__page-actions\">\n <slot name=\"page-actions\"></slot>\n </div>\n </div>\n <slot></slot>\n </div>\n </div>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderContent;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAkBA,iCACM,6BAA6B,WAAW;;;+BAIZ;eAqBxB;6BAMc;oBAOT;;;;;CA7Bb,AAAU,kBAAkB,EAAE,UAAiB;AAC7C,OAAK,wBAAwB,QAC1B,OAA2B,eAAe,CAC5C;AACD,MAAI,KAAK,sBACP,MAAK,aAAa,sBAAsB,OAAO;MAE/C,MAAK,gBAAgB,qBAAqB;AAE5C,OAAK,eAAe;;CAsBtB,UAAU;EACR,MAAM,gBAAgB,KAAK,YAAY,cACrC,IAAI,OAAO,+BACZ;AAED,MAAI,CAAC,iBAAiB,KAAK,wBAAwB,KAAM;AAEzD,OAAK,sBACH,cAAc,eAAe,cAAc;;CAG/C,SAAS;EACP,MAAM,EACJ,OACA,YACA,qBAAqB,oBACrB,mBAAmB,qBACjB;AAOJ,SAAO,IAAI,gBALS,SAAS;IAC1B,GAAG,OAAO,cAAc,CAAC;IACzB,GAAG,OAAO,YAAY,OAAO,mBAAmB;GAClD,CAAC,CAEqC;;iBAE1B,OAAO,kBAAkB,OAAO,kBAAkB,OAAO,mBAAmB,OAAO;sBAC9E,OAAO;wBACL,OAAO;0BACL,OAAO;;gBAEjB,qBACE,IAAI;;gDAE0B,MAAM;mCACnB,OAAO;0BAChB,MAAM;;;sBAId,IAAI;iCACW,OAAO;wBAChB,MAAM;;oBAEV;;;;4BAIQ,iBAAiB;;wBAErB,OAAO;;;;;;;;;gBASbA;;;YA3Ef,UAAU;YAMV,OAAO;YAOP,SAAS;CAAE,WAAW;CAAe,MAAM;CAAS,CAAC;mCAtCvDC,cAAc,GAAG,OAAO,sBAAsB;AAuG/C,kCAAe"}
1
+ {"version":3,"file":"page-header-content.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-content.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { classMap } from 'lit/directives/class-map.js';\nimport { property, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header content.\n * @element cds-custom-page-header-content\n */\n@customElement(`${prefix}-page-header-content`)\nclass CDSPageHeaderContent extends LitElement {\n /**\n * Set to `true` if there are contextual actions\n */\n private _hasContextualActions = false;\n\n /**\n * Handles `slotchange` event.\n */\n protected _handleSlotChange({ target }: Event) {\n this._hasContextualActions = Boolean(\n (target as HTMLSlotElement).assignedNodes()\n );\n if (this._hasContextualActions) {\n this.setAttribute('contextual-actions', 'true');\n } else {\n this.removeAttribute('contextual-actions');\n }\n this.requestUpdate();\n }\n\n /**\n * Title text of the page-header-content\n */\n @property()\n title = '';\n\n /**\n * Set to `true` if the tag text has ellipsis applied\n */\n @state()\n _hasEllipsisApplied = false;\n\n /**\n * Set to `true` if the breadcrumb bar is sitting within a grid\n * (ie. when used in tandem with page-header-hero-image)\n */\n @property({ attribute: 'within-grid', type: Boolean })\n withinGrid = false;\n\n updated() {\n const textContainer = this.shadowRoot?.querySelector(\n `.${prefix}--page-header__content__title`\n );\n\n if (!textContainer || this._hasEllipsisApplied === true) return;\n\n this._hasEllipsisApplied =\n textContainer.scrollHeight > textContainer.clientHeight;\n }\n\n render() {\n const {\n title,\n withinGrid,\n _hasEllipsisApplied: hasEllipsisApplied,\n _handleSlotChange: handleSlotChange,\n } = this;\n\n const gridClasses = classMap({\n [`${prefix}--css-grid`]: !withinGrid,\n [`${prefix}--subgrid ${prefix}--subgrid--wide`]: withinGrid,\n });\n\n return html` <div class=\"${gridClasses}\">\n <div\n class=\"${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column\">\n <div class=\"${prefix}--page-header__content__title-wrapper\">\n <div class=\"${prefix}--page-header__content__start\">\n <div class=\"${prefix}--page-header__content__title-container\">\n <slot name=\"icon\"></slot>\n ${hasEllipsisApplied\n ? html`\n <cds-custom-definition-tooltip>\n <span slot=\"definition\">${title}</span>\n <h4 class=\"${prefix}--page-header__content__title\">\n ${title}\n </h4>\n </cds-custom-definition-tooltip>\n `\n : html`\n <h4 class=\"${prefix}--page-header__content__title\">\n ${title}\n </h4>\n `}\n </div>\n <slot\n name=\"contextual-actions\"\n @slotchange=${handleSlotChange}></slot>\n </div>\n <div class=\"${prefix}--page-header__content__page-actions\">\n <slot name=\"page-actions\"></slot>\n </div>\n </div>\n <slot></slot>\n </div>\n </div>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderContent;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAkBA,IAAA,uBAAA,MACM,6BAA6B,WAAW;;;+BAIZ;eAqBxB;6BAMc;oBAOT;;;;;CA7Bb,kBAA4B,EAAE,UAAiB;AAC7C,OAAK,wBAAwB,QAC1B,OAA2B,eAAe,CAC5C;AACD,MAAI,KAAK,sBACP,MAAK,aAAa,sBAAsB,OAAO;MAE/C,MAAK,gBAAgB,qBAAqB;AAE5C,OAAK,eAAe;;CAsBtB,UAAU;EACR,MAAM,gBAAgB,KAAK,YAAY,cACrC,oCACD;AAED,MAAI,CAAC,iBAAiB,KAAK,wBAAwB,KAAM;AAEzD,OAAK,sBACH,cAAc,eAAe,cAAc;;CAG/C,SAAS;EACP,MAAM,EACJ,OACA,YACA,qBAAqB,oBACrB,mBAAmB,qBACjB;AAOJ,SAAO,IAAI,gBALS,SAAS;IAC1B,kBAAwB,CAAC;IACzB,oCAAgD;GAClD,CAAC,CAEqC;;uBAEnB,kBAAA,MAAyB,kBAAA,MAAyB,mBAAA,MAA0B;4BACvE;8BACE;gCACE;;gBAEjB,qBACE,IAAI;;gDAE0B,MAAM;yCACZ;0BAChB,MAAM;;;sBAId,IAAI;uCACkB;wBAChB,MAAM;;oBAEV;;;;4BAIQ,iBAAiB;;8BAEd;;;;;;;;;gBASbA;;;YA3Ef,UAAU,CAAA,EAAA,qBAAA,WAAA,SAAA,KAAA,EAAA;YAMV,OAAO,CAAA,EAAA,qBAAA,WAAA,uBAAA,KAAA,EAAA;YAOP,SAAS;CAAE,WAAW;CAAe,MAAM;CAAS,CAAC,CAAA,EAAA,qBAAA,WAAA,cAAA,KAAA,EAAA;mCAtCvDC,cAAc,0BAAgC,CAAA,EAAA,qBAAA;AAuG/C,IAAA,8BAAe"}
@@ -5,12 +5,11 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { prefix } from "../../globals/settings.js";
8
+ import "../../globals/settings.js";
9
9
  import { carbonElement } from "../../globals/decorators/carbon-element.js";
10
- import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
10
+ import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
11
11
  import page_header_default from "./page-header.scss.js";
12
12
  import { LitElement, html } from "lit";
13
-
14
13
  //#region src/components/page-header/page-header-hero-image.ts
15
14
  /**
16
15
  * Copyright IBM Corp. 2025, 2025
@@ -30,9 +29,9 @@ let CDSPageHeaderHeroImage = class CDSPageHeaderHeroImage extends LitElement {
30
29
  this.styles = page_header_default;
31
30
  }
32
31
  };
33
- CDSPageHeaderHeroImage = __decorate([carbonElement(`${prefix}-page-header-hero-image`)], CDSPageHeaderHeroImage);
32
+ CDSPageHeaderHeroImage = __decorate([carbonElement(`cds-custom-page-header-hero-image`)], CDSPageHeaderHeroImage);
34
33
  var page_header_hero_image_default = CDSPageHeaderHeroImage;
35
-
36
34
  //#endregion
37
35
  export { page_header_hero_image_default as default };
36
+
38
37
  //# sourceMappingURL=page-header-hero-image.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"page-header-hero-image.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-hero-image.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Hero Image.\n * @element cds-custom-page-header-hero-image\n */\n@customElement(`${prefix}-page-header-hero-image`)\nclass CDSPageHeaderHeroImage extends LitElement {\n render() {\n return html`<slot></slot> `;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderHeroImage;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,mCACM,+BAA+B,WAAW;CAC9C,SAAS;AACP,SAAO,IAAI;;;gBAGGA;;;qCANjBC,cAAc,GAAG,OAAO,yBAAyB;AASlD,qCAAe"}
1
+ {"version":3,"file":"page-header-hero-image.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-hero-image.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Hero Image.\n * @element cds-custom-page-header-hero-image\n */\n@customElement(`${prefix}-page-header-hero-image`)\nclass CDSPageHeaderHeroImage extends LitElement {\n render() {\n return html`<slot></slot> `;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderHeroImage;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAgBA,IAAA,yBAAA,MACM,+BAA+B,WAAW;CAC9C,SAAS;AACP,SAAO,IAAI;;;gBAGGA;;;qCANjBC,cAAc,6BAAmC,CAAA,EAAA,uBAAA;AASlD,IAAA,iCAAe"}
@@ -5,12 +5,11 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { prefix } from "../../globals/settings.js";
8
+ import "../../globals/settings.js";
9
9
  import { carbonElement } from "../../globals/decorators/carbon-element.js";
10
- import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
10
+ import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
11
11
  import page_header_default from "./page-header.scss.js";
12
12
  import { LitElement, html } from "lit";
13
-
14
13
  //#region src/components/page-header/page-header-tabs.ts
15
14
  /**
16
15
  * Copyright IBM Corp. 2025, 2025
@@ -25,10 +24,10 @@ import { LitElement, html } from "lit";
25
24
  let CDSPageHeaderTabs = class CDSPageHeaderTabs extends LitElement {
26
25
  render() {
27
26
  const {} = this;
28
- return html` <div class="${prefix}--css-grid">
27
+ return html` <div class="${"cds-custom"}--css-grid">
29
28
  <div
30
- class="${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column">
31
- <div class="${prefix}--page-header__tab-bar--tablist">
29
+ class="${"cds-custom"}--sm:col-span-4 ${"cds-custom"}--md:col-span-8 ${"cds-custom"}--lg:col-span-16 ${"cds-custom"}--css-grid-column">
30
+ <div class="${"cds-custom"}--page-header__tab-bar--tablist">
32
31
  <slot></slot>
33
32
  <slot name="tags"></slot>
34
33
  </div>
@@ -39,9 +38,9 @@ let CDSPageHeaderTabs = class CDSPageHeaderTabs extends LitElement {
39
38
  this.styles = page_header_default;
40
39
  }
41
40
  };
42
- CDSPageHeaderTabs = __decorate([carbonElement(`${prefix}-page-header-tabs`)], CDSPageHeaderTabs);
41
+ CDSPageHeaderTabs = __decorate([carbonElement(`cds-custom-page-header-tabs`)], CDSPageHeaderTabs);
43
42
  var page_header_tabs_default = CDSPageHeaderTabs;
44
-
45
43
  //#endregion
46
44
  export { page_header_tabs_default as default };
45
+
47
46
  //# sourceMappingURL=page-header-tabs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"page-header-tabs.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-tabs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Tabs Bar.\n * @element cds-custom-page-header-tabs\n */\n@customElement(`${prefix}-page-header-tabs`)\nclass CDSPageHeaderTabs extends LitElement {\n render() {\n // eslint-disable-next-line no-empty-pattern -- https://github.com/carbon-design-system/carbon/issues/20452\n const {} = this;\n return html` <div class=\"${prefix}--css-grid\">\n <div\n class=\"${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column\">\n <div class=\"${prefix}--page-header__tab-bar--tablist\">\n <slot></slot>\n <slot name=\"tags\"></slot>\n </div>\n </div>\n </div>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderTabs;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,8BACM,0BAA0B,WAAW;CACzC,SAAS;EAEP,MAAM,KAAK;AACX,SAAO,IAAI,gBAAgB,OAAO;;iBAErB,OAAO,kBAAkB,OAAO,kBAAkB,OAAO,mBAAmB,OAAO;sBAC9E,OAAO;;;;;;;;gBAQXA;;;gCAhBjBC,cAAc,GAAG,OAAO,mBAAmB;AAmB5C,+BAAe"}
1
+ {"version":3,"file":"page-header-tabs.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header-tabs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header Tabs Bar.\n * @element cds-custom-page-header-tabs\n */\n@customElement(`${prefix}-page-header-tabs`)\nclass CDSPageHeaderTabs extends LitElement {\n render() {\n // eslint-disable-next-line no-empty-pattern -- https://github.com/carbon-design-system/carbon/issues/20452\n const {} = this;\n return html` <div class=\"${prefix}--css-grid\">\n <div\n class=\"${prefix}--sm:col-span-4 ${prefix}--md:col-span-8 ${prefix}--lg:col-span-16 ${prefix}--css-grid-column\">\n <div class=\"${prefix}--page-header__tab-bar--tablist\">\n <slot></slot>\n <slot name=\"tags\"></slot>\n </div>\n </div>\n </div>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeaderTabs;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAgBA,IAAA,oBAAA,MACM,0BAA0B,WAAW;CACzC,SAAS;EAEP,MAAM,KAAK;AACX,SAAO,IAAI,gBAAA,MAAuB;;uBAEd,kBAAA,MAAyB,kBAAA,MAAyB,mBAAA,MAA0B;4BACvE;;;;;;;;gBAQXA;;;gCAhBjBC,cAAc,uBAA6B,CAAA,EAAA,kBAAA;AAmB5C,IAAA,2BAAe"}
@@ -5,12 +5,11 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { prefix } from "../../globals/settings.js";
8
+ import "../../globals/settings.js";
9
9
  import { carbonElement } from "../../globals/decorators/carbon-element.js";
10
- import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
10
+ import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.126.0/helpers/decorate.js";
11
11
  import page_header_default$1 from "./page-header.scss.js";
12
12
  import { LitElement, html } from "lit";
13
-
14
13
  //#region src/components/page-header/page-header.ts
15
14
  /**
16
15
  * Copyright IBM Corp. 2019, 2023
@@ -31,9 +30,9 @@ let CDSPageHeader = class CDSPageHeader extends LitElement {
31
30
  this.styles = page_header_default$1;
32
31
  }
33
32
  };
34
- CDSPageHeader = __decorate([carbonElement(`${prefix}-page-header`)], CDSPageHeader);
33
+ CDSPageHeader = __decorate([carbonElement(`cds-custom-page-header`)], CDSPageHeader);
35
34
  var page_header_default = CDSPageHeader;
36
-
37
35
  //#endregion
38
36
  export { page_header_default as default };
37
+
39
38
  //# sourceMappingURL=page-header.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"page-header.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header.\n * @element cds-custom-page-header\n */\n@customElement(`${prefix}-page-header`)\nclass CDSPageHeader extends LitElement {\n render() {\n // eslint-disable-next-line no-empty-pattern -- https://github.com/carbon-design-system/carbon/issues/20452\n const {} = this;\n return html` <slot></slot>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeader;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,0BACM,sBAAsB,WAAW;CACrC,SAAS;EAEP,MAAM,KAAK;AACX,SAAO,IAAI;;;gBAGGA;;;4BARjBC,cAAc,GAAG,OAAO,cAAc;AAWvC,0BAAe"}
1
+ {"version":3,"file":"page-header.js","names":["styles","customElement"],"sources":["../../../src/components/page-header/page-header.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { prefix } from '../../globals/settings';\nimport styles from './page-header.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\n/**\n * Page header.\n * @element cds-custom-page-header\n */\n@customElement(`${prefix}-page-header`)\nclass CDSPageHeader extends LitElement {\n render() {\n // eslint-disable-next-line no-empty-pattern -- https://github.com/carbon-design-system/carbon/issues/20452\n const {} = this;\n return html` <slot></slot>`;\n }\n\n static styles = styles;\n}\n\nexport default CDSPageHeader;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAgBA,IAAA,gBAAA,MACM,sBAAsB,WAAW;CACrC,SAAS;EAEP,MAAM,KAAK;AACX,SAAO,IAAI;;;gBAGGA;;;4BARjBC,cAAc,kBAAwB,CAAA,EAAA,cAAA;AAWvC,IAAA,sBAAe"}
@@ -6,10 +6,9 @@
6
6
  */
7
7
 
8
8
  import { css } from "lit";
9
-
10
9
  //#region src/components/page-header/page-header.scss?lit
11
10
  var page_header_default = css([".cds-custom--page-header,:host(cds-custom-page-header){background-color:var(--cds-layer-01,#f4f4f4);border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb-bar,:host(cds-custom-page-header-breadcrumb){block-size:2.5rem}.cds-custom--page-header__breadcrumb-bar .cds-custom--subgrid,:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid{block-size:100%}.cds-custom--page-header__breadcrumb-container{align-items:center;block-size:100%;display:inline-flex;inline-size:100%;justify-content:space-between}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid{padding-inline-end:0}.cds-custom--page-header__breadcrumb__actions-flush .cds-custom--css-grid-column{margin-inline-end:0}.cds-custom--page-header__breadcrumb-bar-border,:host(cds-custom-page-header-breadcrumb[border=true]){border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6)}.cds-custom--page-header__breadcrumb__icon,:host(cds-custom-page-header-breadcrumb) ::slotted([slot=icon]){margin-inline-end:.5rem}.cds-custom--page-header__breadcrumb__actions{display:inline-flex}.cds-custom--page-header__breadcrumb__content-actions{margin-inline-end:.75rem}.cds-custom--page-header__breadcrumb-wrapper{display:inline-flex}.cds-custom--page-header__content,:host(cds-custom-page-header-content){padding:1.5rem 0}@media (max-width:41.98rem){.cds-custom--page-header__content__title-wrapper{display:flex;flex-direction:column;grid-gap:1rem}}.cds-custom--page-header__content__title-wrapper{display:grid;gap:1rem;grid-template-columns:auto minmax(var(--pageheader-title-grid-width,0),1fr);margin-block-end:1rem;min-block-size:2.5rem}.cds-custom--page-header__content__start{display:flex;flex-wrap:wrap;gap:1rem}.cds-custom--page-header__content__title-container{display:flex}.cds-custom--page-header__content__title-container .cds-custom--definition-term{border-block-end:none}.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions]){display:flex}.cds-custom--page-header__content__title,:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{display:-webkit-box;font-size:var(--cds-productive-heading-04-font-size,1.75rem);font-weight:var(--cds-productive-heading-04-font-weight,400);letter-spacing:var(--cds-productive-heading-04-letter-spacing,0);line-height:var(--cds-productive-heading-04-line-height,1.28572);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-inline-size:40rem;text-overflow:ellipsis;white-space:normal}.cds-custom--page-header__content:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])) .cds-custom--page-header__content__title,:has(.cds-custom--page-header__content__contextual-actions,:host(cds-custom-page-header-content) ::slotted([slot=contextual-actions])):host(cds-custom-page-header-content) .cds-custom--page-header__content__title{-webkit-line-clamp:1}.cds-custom--page-header__content__icon,:host(cds-custom-page-header-content) ::slotted([slot=icon]){margin-inline-end:1rem}.cds-custom--page-header__content__page-actions{display:flex;justify-content:right}@media (max-width:41.98rem){.cds-custom--page-header__content__page-actions{justify-content:left;margin-block-start:0}}.cds-custom--page-header__content__page-actions .cds-custom--menu-button__trigger:not(.cds-custom--btn--ghost){min-inline-size:0}.cds-custom--page-header__content__subtitle{font-size:var(--cds-productive-heading-03-font-size,1.25rem);font-weight:var(--cds-productive-heading-03-font-weight,400);letter-spacing:var(--cds-productive-heading-03-letter-spacing,0);line-height:var(--cds-productive-heading-03-line-height,1.4);margin-block-end:.5rem}.cds-custom--page-header__content__body,:host(cds-custom-page-header-content-text){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);margin-block-start:.5rem;max-inline-size:40rem}[data-hidden]:not([data-fixed]){display:none}.cds-custom--page-header__hero-image,:host(cds-custom-page-header-hero-image){align-items:center;block-size:100%;display:flex;justify-content:flex-end;overflow:hidden}.cds-custom--page-header__tab-bar,:host(cds-custom-page-header-tabs){margin-inline-start:-1rem}.cds-custom--page-header__tab-bar--tablist{display:grid;grid-gap:4rem;grid-template-columns:auto minmax(0,1fr)}.cds-custom--page-header__tags,:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){align-items:center;display:flex;justify-content:right}.cds-custom--page-header__tags-popover-list{display:flex;flex-direction:column;padding:1rem}.cds-custom--page-header__tag-item{flex-shrink:0}:host(cds-custom-page-header){display:block}:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-gutter:2rem;--cds-grid-columns:4;--cds-grid-margin:0}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:8;--cds-grid-margin:1rem}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-columns:16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) :root,:host(cds-custom-page-header-content) :root,:host(cds-custom-page-header-tabs) :root{--cds-grid-margin:1.5rem}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{--cds-grid-gutter-start:calc(var(--cds-grid-gutter)/2);--cds-grid-gutter-end:calc(var(--cds-grid-gutter)/2);--cds-grid-column-hang:calc(var(--cds-grid-gutter)/2);display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));inline-size:100%;margin-inline:auto;max-inline-size:99rem;padding-inline:var(--cds-grid-margin)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-content) .cds-custom--css-grid--full-width,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--full-width{max-inline-size:100%}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,:host(cds-custom-page-header-content) .cds-custom--css-grid-column,:host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{--cds-grid-mode-start:var(--cds-grid-gutter-start);--cds-grid-mode-end:var(--cds-grid-gutter-end);margin-inline:var(--cds-grid-gutter-start) var(--cds-grid-gutter-end)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--css-grid-column,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--css-grid-column{margin-inline:var(--cds-grid-gutter-end) var(--cds-grid-gutter-start)}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-content) .cds-custom--css-grid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--narrow{--cds-grid-gutter-start:0rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-content) .cds-custom--css-grid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--condensed{--cds-grid-gutter:0.0625rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--start,:host(cds-custom-page-header-content) .cds-custom--css-grid--start,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--start{margin-inline-start:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid--end,:host(cds-custom-page-header-content) .cds-custom--css-grid--end,:host(cds-custom-page-header-tabs) .cds-custom--css-grid--end{margin-inline-end:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,:host(cds-custom-page-header-content) .cds-custom--subgrid,:host(cds-custom-page-header-tabs) .cds-custom--subgrid{display:grid;grid-template-columns:repeat(var(--cds-grid-columns),minmax(0,1fr));margin-inline:calc(var(--cds-grid-mode-start)*-1) calc(var(--cds-grid-mode-end)*-1)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--subgrid,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--subgrid{margin-inline:calc(var(--cds-grid-mode-end)*-1) calc(var(--cds-grid-mode-start)*-1)}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--wide,:host(cds-custom-page-header-content) .cds-custom--subgrid--wide,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--wide{--cds-grid-gutter-start:1rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:0}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-content) .cds-custom--subgrid--narrow,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--narrow{--cds-grid-gutter-start:0rem;--cds-grid-gutter-end:1rem;--cds-grid-column-hang:1rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-content) .cds-custom--subgrid--condensed,:host(cds-custom-page-header-tabs) .cds-custom--subgrid--condensed{--cds-grid-gutter-start:0.03125rem;--cds-grid-gutter-end:0.03125rem;--cds-grid-column-hang:0.96875rem}:host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,:host(cds-custom-page-header-content) .cds-custom--grid-column-hang,:host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline-start:var(--cds-grid-column-hang)}[dir=rtl] :host(cds-custom-page-header-breadcrumb) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-content) .cds-custom--grid-column-hang,[dir=rtl] :host(cds-custom-page-header-tabs) .cds-custom--grid-column-hang{margin-inline:initial var(--cds-grid-column-hang)}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-0,:host(cds-custom-page-header-content) .cds-custom--col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-1,:host(cds-custom-page-header-content) .cds-custom--col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-2,:host(cds-custom-page-header-content) .cds-custom--col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-3,:host(cds-custom-page-header-content) .cds-custom--col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-4,:host(cds-custom-page-header-content) .cds-custom--col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-5,:host(cds-custom-page-header-content) .cds-custom--col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-6,:host(cds-custom-page-header-content) .cds-custom--col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-7,:host(cds-custom-page-header-content) .cds-custom--col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-8,:host(cds-custom-page-header-content) .cds-custom--col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-9,:host(cds-custom-page-header-content) .cds-custom--col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-10,:host(cds-custom-page-header-content) .cds-custom--col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-11,:host(cds-custom-page-header-content) .cds-custom--col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-12,:host(cds-custom-page-header-content) .cds-custom--col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-13,:host(cds-custom-page-header-content) .cds-custom--col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-14,:host(cds-custom-page-header-content) .cds-custom--col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-15,:host(cds-custom-page-header-content) .cds-custom--col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-16,:host(cds-custom-page-header-content) .cds-custom--col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-0{display:none}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-0{display:none}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--md\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-0{display:none}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-0{display:none}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-0,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-0{display:none}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-1{--cds-grid-columns:1;display:block;grid-column:span 1/span 1}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-2{--cds-grid-columns:2;display:block;grid-column:span 2/span 2}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-3{--cds-grid-columns:3;display:block;grid-column:span 3/span 3}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-4{--cds-grid-columns:4;display:block;grid-column:span 4/span 4}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-5{--cds-grid-columns:5;display:block;grid-column:span 5/span 5}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-6{--cds-grid-columns:6;display:block;grid-column:span 6/span 6}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-7{--cds-grid-columns:7;display:block;grid-column:span 7/span 7}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-8{--cds-grid-columns:8;display:block;grid-column:span 8/span 8}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-9{--cds-grid-columns:9;display:block;grid-column:span 9/span 9}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-10{--cds-grid-columns:10;display:block;grid-column:span 10/span 10}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-11{--cds-grid-columns:11;display:block;grid-column:span 11/span 11}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-12{--cds-grid-columns:12;display:block;grid-column:span 12/span 12}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-13{--cds-grid-columns:13;display:block;grid-column:span 13/span 13}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-14{--cds-grid-columns:14;display:block;grid-column:span 14/span 14}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-15{--cds-grid-columns:15;display:block;grid-column:span 15/span 15}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-16{--cds-grid-columns:16;display:block;grid-column:span 16/span 16}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-content) .cds-custom--max\\:col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-auto,:host(cds-custom-page-header-content) .cds-custom--col-span-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-span-auto{grid-column:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-100,:host(cds-custom-page-header-content) .cds-custom--col-span-100,:host(cds-custom-page-header-tabs) .cds-custom--col-span-100{grid-column:1/-1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:3;grid-column:span 3/span 3}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:6;grid-column:span 6/span 6}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-75,:host(cds-custom-page-header-content) .cds-custom--col-span-75,:host(cds-custom-page-header-tabs) .cds-custom--col-span-75{--cds-grid-columns:12;grid-column:span 12/span 12}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:2;grid-column:span 2/span 2}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:4;grid-column:span 4/span 4}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-50,:host(cds-custom-page-header-content) .cds-custom--col-span-50,:host(cds-custom-page-header-tabs) .cds-custom--col-span-50{--cds-grid-columns:8;grid-column:span 8/span 8}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:1;grid-column:span 1/span 1}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:2;grid-column:span 2/span 2}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--col-span-25,:host(cds-custom-page-header-content) .cds-custom--col-span-25,:host(cds-custom-page-header-tabs) .cds-custom--col-span-25{--cds-grid-columns:4;grid-column:span 4/span 4}}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-1,:host(cds-custom-page-header-content) .cds-custom--col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-2,:host(cds-custom-page-header-content) .cds-custom--col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-3,:host(cds-custom-page-header-content) .cds-custom--col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-4,:host(cds-custom-page-header-content) .cds-custom--col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-5,:host(cds-custom-page-header-content) .cds-custom--col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-6,:host(cds-custom-page-header-content) .cds-custom--col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-7,:host(cds-custom-page-header-content) .cds-custom--col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-8,:host(cds-custom-page-header-content) .cds-custom--col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-9,:host(cds-custom-page-header-content) .cds-custom--col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-10,:host(cds-custom-page-header-content) .cds-custom--col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-11,:host(cds-custom-page-header-content) .cds-custom--col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-12,:host(cds-custom-page-header-content) .cds-custom--col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-13,:host(cds-custom-page-header-content) .cds-custom--col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-14,:host(cds-custom-page-header-content) .cds-custom--col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-15,:host(cds-custom-page-header-content) .cds-custom--col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-16,:host(cds-custom-page-header-content) .cds-custom--col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-2,:host(cds-custom-page-header-content) .cds-custom--col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-3,:host(cds-custom-page-header-content) .cds-custom--col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-4,:host(cds-custom-page-header-content) .cds-custom--col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-5,:host(cds-custom-page-header-content) .cds-custom--col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-6,:host(cds-custom-page-header-content) .cds-custom--col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-7,:host(cds-custom-page-header-content) .cds-custom--col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-8,:host(cds-custom-page-header-content) .cds-custom--col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-9,:host(cds-custom-page-header-content) .cds-custom--col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-10,:host(cds-custom-page-header-content) .cds-custom--col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-11,:host(cds-custom-page-header-content) .cds-custom--col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-12,:host(cds-custom-page-header-content) .cds-custom--col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-13,:host(cds-custom-page-header-content) .cds-custom--col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-14,:host(cds-custom-page-header-content) .cds-custom--col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-15,:host(cds-custom-page-header-content) .cds-custom--col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-16,:host(cds-custom-page-header-content) .cds-custom--col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-17,:host(cds-custom-page-header-content) .cds-custom--col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-start-auto,:host(cds-custom-page-header-content) .cds-custom--col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--col-end-auto,:host(cds-custom-page-header-content) .cds-custom--col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--col-end-auto{grid-column-end:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--sm\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--sm\\:col-end-auto{grid-column-end:auto}@media (min-width:42rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--md\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--md\\:col-end-auto{grid-column-end:auto}}@media (min-width:66rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--lg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--lg\\:col-end-auto{grid-column-end:auto}}@media (min-width:82rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--xlg\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--xlg\\:col-end-auto{grid-column-end:auto}}@media (min-width:99rem){:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-1,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-1{grid-column-start:1}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-2{grid-column-start:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-3{grid-column-start:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-4{grid-column-start:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-5{grid-column-start:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-6{grid-column-start:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-7{grid-column-start:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-8{grid-column-start:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-9{grid-column-start:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-10{grid-column-start:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-11{grid-column-start:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-12{grid-column-start:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-13{grid-column-start:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-14{grid-column-start:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-15{grid-column-start:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-16{grid-column-start:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-2,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-2{grid-column-end:2}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-3,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-3{grid-column-end:3}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-4,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-4{grid-column-end:4}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-5,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-5{grid-column-end:5}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-6,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-6{grid-column-end:6}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-7,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-7{grid-column-end:7}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-8,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-8{grid-column-end:8}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-9,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-9{grid-column-end:9}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-10,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-10{grid-column-end:10}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-11,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-11{grid-column-end:11}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-12,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-12{grid-column-end:12}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-13,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-13{grid-column-end:13}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-14,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-14{grid-column-end:14}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-15,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-15{grid-column-end:15}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-16,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-16{grid-column-end:16}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-17,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-17{grid-column-end:17}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-start-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-start-auto{grid-column-start:auto}:host(cds-custom-page-header-breadcrumb) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-content) .cds-custom--max\\:col-end-auto,:host(cds-custom-page-header-tabs) .cds-custom--max\\:col-end-auto{grid-column-end:auto}}:host(cds-custom-page-header-breadcrumb),:host(cds-custom-page-header-content),:host(cds-custom-page-header-tabs){display:block}:host(cds-custom-page-header-breadcrumb:not([content-actions-flush])) ::slotted([slot=content-actions]){margin-inline-end:.75rem!important}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid{margin-inline-end:0;padding-inline-end:0}:host(cds-custom-page-header-breadcrumb[page-actions-flush]) .cds-custom--css-grid-column{margin-inline-end:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title{margin:0}:host(cds-custom-page-header-content) .cds-custom--page-header__content__title-wrapper{grid-template-columns:auto minmax(auto,auto)}:host(cds-custom-page-header-content[contextual-actions]) .cds-custom--page-header__content__title{-webkit-line-clamp:1}:host(cds-custom-page-header-content-text){display:block;margin-block-start:1rem}:host(cds-custom-page-header-content-text) .cds-custom--page-header__content__subtitle{margin-block-start:0}:host(cds-custom-page-header-hero-image){position:relative}:host(cds-custom-page-header-hero-image):before{block-size:0;content:\"\";float:inline-start;inline-size:1px;margin-inline-start:-1px;padding-block-start:66.6666666667%}@media (min-width:66rem){:host(cds-custom-page-header-hero-image):before{padding-block-start:50%}}:host(cds-custom-page-header-hero-image):after{clear:both;content:\"\";display:table}:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{display:flex;inline-size:100%;justify-content:space-between}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) .cds-custom--page-header__tab-bar--tablist{flex-direction:column-reverse;grid-gap:1rem}}:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){inline-size:100%}@media (max-width:41.98rem){:host(cds-custom-page-header-tabs) ::slotted([slot=tags]){justify-content:left}}:host(cds-custom-page-header-breadcrumb) .cds-custom--css-grid,:host(cds-custom-page-header-content) .cds-custom--css-grid,:host(cds-custom-page-header-tabs) .cds-custom--css-grid{inline-size:auto}cds-custom-definition-tooltip::part(definition-term){border:none}:host(cds-custom-page-header-tabs) ::slotted(cds-custom-tabs){--tabs-overflow-button-background:$layer-01}"]);
12
-
13
11
  //#endregion
14
12
  export { page_header_default as default };
13
+
15
14
  //# sourceMappingURL=page-header.scss.js.map
@@ -30,7 +30,7 @@ let PAGINATION_SIZE = /* @__PURE__ */ function(PAGINATION_SIZE) {
30
30
  PAGINATION_SIZE["LARGE"] = "lg";
31
31
  return PAGINATION_SIZE;
32
32
  }({});
33
-
34
33
  //#endregion
35
34
  export { PAGINATION_SIZE };
35
+
36
36
  //# sourceMappingURL=defs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/pagination/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Pagination size.\n */\nexport enum PAGINATION_SIZE {\n /**\n * Small size.\n */\n SMALL = 'sm',\n\n /**\n * Medium size.\n */\n MEDIUM = 'md',\n\n /**\n * Large size.\n */\n LARGE = 'lg',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAUA,IAAY,4DAAL;;;;AAIL;;;;AAKA;;;;AAKA"}
1
+ {"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/pagination/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2020, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Pagination size.\n */\nexport enum PAGINATION_SIZE {\n /**\n * Small size.\n */\n SMALL = 'sm',\n\n /**\n * Medium size.\n */\n MEDIUM = 'md',\n\n /**\n * Large size.\n */\n LARGE = 'lg',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAUA,IAAY,kBAAL,yBAAA,iBAAA;;;;AAIL,iBAAA,WAAA;;;;AAKA,iBAAA,YAAA;;;;AAKA,iBAAA,WAAA;;KACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,iBAAiB,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AASvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;uBAIxC,CAAC;;;;;AAEF;;;;;;;GAOG;AACH,cACM,aAAc,SAAQ,kBAAyC;IAEnE,OAAO,CAAC,eAAe,CAAe;IAEtC,OAAO,CAAC,iBAAiB;IAWzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAsCzB;;OAEG;IACH,OAAO,CAAC,eAAe;IAoBvB;;;;OAIG;IACH,OAAO,CAAC,+BAA+B;IAiBvC;;OAEG;IACH,OAAO,CAAC,kCAAkC;IAgB1C;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAmB9B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAuB9B;;;;OAIG;IAIH,OAAO,CAAC,qBAAqB;IAyB7B;;OAEG;IAEH,YAAY,SAAmB;IAE/B;;OAEG;IAEH,IAAI,SAAK;IAET;;;OAGG;IAEH,eAAe,GAAI;;KAAS,YACsB;IAElD;;OAEG;IAEH,gCAAgC,GAAI;;;;KAAqB,YACI;IAE7D;;OAEG;IAEH,kCAAkC,GAAI;;;;KAAqB,YAGN;IAErD;;OAEG;IAEH,sBAAsB,GAAI;;KAAS,YAGc;IACjD;;OAEG;IAEH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAEH,gBAAgB,SAAqB;IAErC;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,WAAW,SAAe;IAE1B;;OAEG;IAEH,iBAAiB,UAAS;IAE1B;;OAEG;IAEH,QAAQ,SAAM;IAEd;;OAEG;IAEH,qBAAqB,MAAC;IAEtB;;OAEG;IAEH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IAEH,KAAK,SAAK;IAEV;;OAEG;IASH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAEH,UAAU,SAAK;IAEf,OAAO,CAAC,iBAAiB,KAAA;IA+DzB,MAAM;IAgJN;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,uBAAuB,WAEjC;IAED;;OAEG;IACH,MAAM,KAAK,sBAAsB,WAEhC;IAED;;OAEG;IACH,MAAM,KAAK,qBAAqB,WAE/B;IAED;;OAEG;IACH,MAAM,KAAK,kBAAkB,WAE5B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,iBAAiB,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AASvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;uBAIxC,CAAC;;;;;AAEF;;;;;;;GAOG;AACH,cACM,aAAc,SAAQ,kBAAyC;IAEnE,OAAO,CAAC,eAAe,CAAe;IAEtC,OAAO,CAAC,iBAAiB;IAWzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAsCzB;;OAEG;IACH,OAAO,CAAC,eAAe;IAoBvB;;;;OAIG;IACH,OAAO,CAAC,+BAA+B;IAiBvC;;OAEG;IACH,OAAO,CAAC,kCAAkC;IAgB1C;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAmB9B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAuB9B;;;;OAIG;IAIH,OAAO,CAAC,qBAAqB;IAyB7B;;OAEG;IAEH,YAAY,SAAmB;IAE/B;;OAEG;IAEH,IAAI,SAAK;IAET;;;OAGG;IAEH,eAAe,GAAI;;KAAS,YACsB;IAElD;;OAEG;IAEH,gCAAgC,GAAI;;;;KAAqB,YACI;IAE7D;;OAEG;IAEH,kCAAkC,GAAI;;;;KAAqB,YAGN;IAErD;;OAEG;IAEH,sBAAsB,GAAI;;KAAS,YAGc;IACjD;;OAEG;IAEH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAEH,gBAAgB,SAAM;IAEtB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,WAAW,SAAe;IAE1B;;OAEG;IAEH,iBAAiB,UAAS;IAE1B;;OAEG;IAEH,QAAQ,SAAM;IAEd;;OAEG;IAEH,qBAAqB,MAAC;IAEtB;;OAEG;IAEH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IAEH,KAAK,SAAK;IAEV;;OAEG;IASH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAEH,UAAU,SAAK;IAEf,OAAO,CAAC,iBAAiB,KAAA;IA+DzB,MAAM;IAgJN;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,uBAAuB,WAEjC;IAED;;OAEG;IACH,MAAM,KAAK,sBAAsB,WAEhC;IAED;;OAEG;IACH,MAAM,KAAK,qBAAqB,WAE/B;IAED;;OAEG;IACH,MAAM,KAAK,kBAAkB,WAE5B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}