@carbon/web-components 2.62.0 → 2.63.0-rc.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 (773) hide show
  1. package/README.md +26 -0
  2. package/bin/create-prefixed-build.js +157 -0
  3. package/custom-elements.json +1365 -296
  4. package/es/components/accordion/accordion.scss.js +1 -1
  5. package/es/components/action-set/action-set.scss.js +1 -1
  6. package/es/components/ai-label/ai-label-action-button.d.ts +1 -1
  7. package/es/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  8. package/es/components/ai-label/ai-label-action-button.js +4 -3
  9. package/es/components/ai-label/ai-label-action-button.js.map +1 -1
  10. package/es/components/ai-label/ai-label.scss.js +1 -1
  11. package/es/components/ai-label/ai-label.scss.js.map +1 -1
  12. package/es/components/ai-label/index.d.ts +1 -0
  13. package/es/components/ai-label/index.d.ts.map +1 -1
  14. package/es/components/ai-label/index.js +1 -0
  15. package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  16. package/es/components/big-number/big-number-skeleton.d.ts +21 -0
  17. package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
  18. package/es/components/big-number/big-number-skeleton.js +62 -0
  19. package/es/components/big-number/big-number-skeleton.js.map +1 -0
  20. package/es/components/big-number/big-number-skeleton.scss.js +14 -0
  21. package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
  22. package/es/components/big-number/big-number.d.ts +35 -0
  23. package/es/components/big-number/big-number.d.ts.map +1 -0
  24. package/es/components/big-number/big-number.js +171 -0
  25. package/es/components/big-number/big-number.js.map +1 -0
  26. package/es/components/big-number/big-number.scss.js +14 -0
  27. package/es/components/big-number/big-number.scss.js.map +1 -0
  28. package/es/components/big-number/constants.d.ts +20 -0
  29. package/es/components/big-number/constants.d.ts.map +1 -0
  30. package/es/components/big-number/constants.js +32 -0
  31. package/es/components/big-number/constants.js.map +1 -0
  32. package/es/components/big-number/index.d.ts +8 -0
  33. package/es/components/big-number/index.d.ts.map +1 -0
  34. package/es/components/big-number/index.js +8 -0
  35. package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  36. package/es/components/breadcrumb/breadcrumb-item.js +2 -1
  37. package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
  38. package/es/components/breadcrumb/breadcrumb.d.ts +1 -1
  39. package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  40. package/es/components/breadcrumb/breadcrumb.js +2 -2
  41. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  42. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  43. package/es/components/button/button.d.ts.map +1 -1
  44. package/es/components/button/button.js +1 -1
  45. package/es/components/button/button.js.map +1 -1
  46. package/es/components/button/button.scss.js +1 -1
  47. package/es/components/checkbox/checkbox.scss.js +1 -1
  48. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  49. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  50. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  51. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  52. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  53. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  54. package/es/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  55. package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  56. package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
  57. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  58. package/es/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  59. package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  60. package/es/components/coachmark/coachmark-beacon/index.js +8 -0
  61. package/es/components/coachmark/coachmark-body.d.ts +31 -0
  62. package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
  63. package/es/components/coachmark/coachmark-body.js +39 -0
  64. package/es/components/coachmark/coachmark-body.js.map +1 -0
  65. package/es/components/coachmark/coachmark-body.scss.js +14 -0
  66. package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
  67. package/es/components/coachmark/coachmark-context.d.ts +12 -0
  68. package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
  69. package/es/components/coachmark/coachmark-context.js +39 -0
  70. package/es/components/coachmark/coachmark-context.js.map +1 -0
  71. package/es/components/coachmark/coachmark-header.d.ts +41 -0
  72. package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
  73. package/es/components/coachmark/coachmark-header.js +95 -0
  74. package/es/components/coachmark/coachmark-header.js.map +1 -0
  75. package/es/components/coachmark/coachmark-header.scss.js +14 -0
  76. package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
  77. package/es/components/coachmark/coachmark-helpers.d.ts +10 -0
  78. package/es/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  79. package/es/components/coachmark/coachmark-helpers.js +33 -0
  80. package/es/components/coachmark/coachmark-helpers.js.map +1 -0
  81. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  82. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  83. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  84. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  85. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  86. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  87. package/es/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  88. package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  89. package/es/components/coachmark/coachmark-tagline/index.js +8 -0
  90. package/es/components/coachmark/coachmark.d.ts +97 -0
  91. package/es/components/coachmark/coachmark.d.ts.map +1 -0
  92. package/es/components/coachmark/coachmark.js +290 -0
  93. package/es/components/coachmark/coachmark.js.map +1 -0
  94. package/es/components/coachmark/coachmark.scss.js +14 -0
  95. package/es/components/coachmark/coachmark.scss.js.map +1 -0
  96. package/es/components/coachmark/index.d.ts +10 -0
  97. package/es/components/coachmark/index.d.ts.map +1 -0
  98. package/es/components/coachmark/index.js +10 -0
  99. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  100. package/es/components/combo-box/combo-box.d.ts.map +1 -1
  101. package/es/components/combo-box/combo-box.js +5 -12
  102. package/es/components/combo-box/combo-box.js.map +1 -1
  103. package/es/components/combo-box/combo-box.scss.js +1 -1
  104. package/es/components/combo-box/combo-box.scss.js.map +1 -1
  105. package/es/components/combo-button/combo-button.scss.js +1 -1
  106. package/es/components/contained-list/contained-list.scss.js +1 -1
  107. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  108. package/es/components/copy/index.d.ts +9 -0
  109. package/es/components/copy/index.d.ts.map +1 -0
  110. package/es/components/copy/index.js +9 -0
  111. package/es/components/copy-button/copy-button.scss.js +1 -1
  112. package/es/components/data-table/data-table.scss.js +1 -1
  113. package/es/components/date-picker/date-picker.scss.js +1 -1
  114. package/es/components/date-picker/date-picker.scss.js.map +1 -1
  115. package/es/components/date-picker/next/components/date-picker.scss.js +1 -1
  116. package/es/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  117. package/es/components/dialog/dialog.scss.js +1 -1
  118. package/es/components/dropdown/dropdown.d.ts +2 -1
  119. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  120. package/es/components/dropdown/dropdown.js +13 -15
  121. package/es/components/dropdown/dropdown.js.map +1 -1
  122. package/es/components/dropdown/dropdown.scss.js +1 -1
  123. package/es/components/dropdown/dropdown.scss.js.map +1 -1
  124. package/es/components/edit-in-place/defs.d.ts +30 -0
  125. package/es/components/edit-in-place/defs.d.ts.map +1 -0
  126. package/es/components/edit-in-place/defs.js +43 -0
  127. package/es/components/edit-in-place/defs.js.map +1 -0
  128. package/es/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  129. package/es/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  130. package/es/components/edit-in-place/edit-in-place-helpers.js +59 -0
  131. package/es/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  132. package/es/components/edit-in-place/edit-in-place.d.ts +214 -0
  133. package/es/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  134. package/es/components/edit-in-place/edit-in-place.js +453 -0
  135. package/es/components/edit-in-place/edit-in-place.js.map +1 -0
  136. package/es/components/edit-in-place/edit-in-place.scss.js +14 -0
  137. package/es/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  138. package/es/components/edit-in-place/index.d.ts +10 -0
  139. package/es/components/edit-in-place/index.d.ts.map +1 -0
  140. package/es/components/edit-in-place/index.js +20 -0
  141. package/es/components/edit-in-place/index.js.map +1 -0
  142. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  143. package/es/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  144. package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  145. package/es/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  146. package/es/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  147. package/es/components/fluid-date-picker/fluid-date-picker.js +27 -1
  148. package/es/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  149. package/es/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  150. package/es/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  151. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  152. package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  153. package/es/components/fluid-form/fluid-form.scss.js +1 -1
  154. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  155. package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  156. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  157. package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  158. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  159. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  160. package/es/components/fluid-search/fluid-search.scss.js.map +1 -1
  161. package/es/components/fluid-select/fluid-select.scss.js +1 -1
  162. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  163. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  164. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  165. package/es/components/form/form-item.scss.js +1 -1
  166. package/es/components/form/form.scss.js +1 -1
  167. package/es/components/form-group/form-group.scss.js +1 -1
  168. package/es/components/grid/column-hang.scss.js +1 -1
  169. package/es/components/grid/grid.scss.js +1 -1
  170. package/es/components/icon-button/icon-button.d.ts +1 -1
  171. package/es/components/icon-button/icon-button.js +1 -1
  172. package/es/components/icon-button/icon-button.js.map +1 -1
  173. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  174. package/es/components/layer/layer.scss.js +1 -1
  175. package/es/components/layout/layout.scss.js +1 -1
  176. package/es/components/link/link.d.ts +2 -1
  177. package/es/components/link/link.d.ts.map +1 -1
  178. package/es/components/link/link.js +1 -1
  179. package/es/components/link/link.js.map +1 -1
  180. package/es/components/loading/loading.scss.js +1 -1
  181. package/es/components/menu/menu-item.d.ts.map +1 -1
  182. package/es/components/menu/menu-item.js +2 -6
  183. package/es/components/menu/menu-item.js.map +1 -1
  184. package/es/components/menu/menu-item.scss.js +1 -1
  185. package/es/components/menu/menu-item.scss.js.map +1 -1
  186. package/es/components/menu/menu.d.ts +10 -0
  187. package/es/components/menu/menu.d.ts.map +1 -1
  188. package/es/components/menu/menu.js +17 -11
  189. package/es/components/menu/menu.js.map +1 -1
  190. package/es/components/menu/menu.scss.js +1 -1
  191. package/es/components/menu/menu.scss.js.map +1 -1
  192. package/es/components/menu-button/menu-button.scss.js +1 -1
  193. package/es/components/modal/modal.scss.js +1 -1
  194. package/es/components/multi-select/multi-select-item.d.ts +1 -1
  195. package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
  196. package/es/components/multi-select/multi-select-item.js +5 -1
  197. package/es/components/multi-select/multi-select-item.js.map +1 -1
  198. package/es/components/multi-select/multi-select.d.ts +2 -1
  199. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  200. package/es/components/multi-select/multi-select.js +15 -14
  201. package/es/components/multi-select/multi-select.js.map +1 -1
  202. package/es/components/multi-select/multi-select.scss.js +1 -1
  203. package/es/components/multi-select/multi-select.scss.js.map +1 -1
  204. package/es/components/notification/actionable-notification-button.d.ts +1 -1
  205. package/es/components/notification/actionable-notification-button.d.ts.map +1 -1
  206. package/es/components/notification/actionable-notification-button.js +2 -2
  207. package/es/components/notification/actionable-notification-button.js.map +1 -1
  208. package/es/components/notification/actionable-notification.d.ts.map +1 -1
  209. package/es/components/notification/actionable-notification.js +4 -4
  210. package/es/components/notification/actionable-notification.js.map +1 -1
  211. package/es/components/notification/actionable-notification.scss.js +1 -1
  212. package/es/components/notification/inline-notification.scss.js +1 -1
  213. package/es/components/notification/toast-notification.scss.js +1 -1
  214. package/es/components/number-input/number-input.scss.js +1 -1
  215. package/es/components/number-input/number-input.scss.js.map +1 -1
  216. package/es/components/options-tile/index.d.ts +8 -0
  217. package/es/components/options-tile/index.d.ts.map +1 -0
  218. package/es/components/options-tile/index.js +8 -0
  219. package/es/components/options-tile/option-tile-helpers.d.ts +16 -0
  220. package/es/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  221. package/es/components/options-tile/option-tile-helpers.js +163 -0
  222. package/es/components/options-tile/option-tile-helpers.js.map +1 -0
  223. package/es/components/options-tile/options-tile.d.ts +91 -0
  224. package/es/components/options-tile/options-tile.d.ts.map +1 -0
  225. package/es/components/options-tile/options-tile.js +208 -0
  226. package/es/components/options-tile/options-tile.js.map +1 -0
  227. package/es/components/options-tile/options-tile.scss.js +14 -0
  228. package/es/components/options-tile/options-tile.scss.js.map +1 -0
  229. package/es/components/overflow-menu/overflow-menu.js +1 -1
  230. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  231. package/es/components/page-header/index.d.ts +1 -0
  232. package/es/components/page-header/index.d.ts.map +1 -1
  233. package/es/components/page-header/index.js +1 -0
  234. package/es/components/page-header/page-header-tabs.d.ts +1 -1
  235. package/es/components/page-header/page-header-tabs.d.ts.map +1 -1
  236. package/es/components/page-header/page-header-tabs.js +1 -2
  237. package/es/components/page-header/page-header-tabs.js.map +1 -1
  238. package/es/components/page-header/page-header.d.ts +1 -1
  239. package/es/components/page-header/page-header.d.ts.map +1 -1
  240. package/es/components/page-header/page-header.js +1 -2
  241. package/es/components/page-header/page-header.js.map +1 -1
  242. package/es/components/page-header/page-header.scss.js +1 -1
  243. package/es/components/pagination/pagination.scss.js +1 -1
  244. package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
  245. package/es/components/password-input/password-input.scss.js +1 -1
  246. package/es/components/popover/popover.scss.js +1 -1
  247. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  248. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  249. package/es/components/radio-button/radio-button.scss.js +1 -1
  250. package/es/components/resizer/resizer-handle-pivot.scss.js +1 -1
  251. package/es/components/search/search.d.ts.map +1 -1
  252. package/es/components/search/search.js +2 -0
  253. package/es/components/search/search.js.map +1 -1
  254. package/es/components/search/search.scss.js +1 -1
  255. package/es/components/search/search.scss.js.map +1 -1
  256. package/es/components/select/select.scss.js +1 -1
  257. package/es/components/select/select.scss.js.map +1 -1
  258. package/es/components/side-panel/side-panel.js +2 -2
  259. package/es/components/side-panel/side-panel.js.map +1 -1
  260. package/es/components/side-panel/side-panel.scss.js +1 -1
  261. package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  262. package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  263. package/es/components/skeleton-text/skeleton-text.scss.js +1 -1
  264. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  265. package/es/components/slider/slider.scss.js +1 -1
  266. package/es/components/slider/slider.scss.js.map +1 -1
  267. package/es/components/slug/index.d.ts +1 -0
  268. package/es/components/slug/index.d.ts.map +1 -1
  269. package/es/components/slug/index.js +1 -0
  270. package/es/components/slug/slug.scss.js +1 -1
  271. package/es/components/structured-list/structured-list.scss.js +1 -1
  272. package/es/components/tabs/tabs.scss.js +1 -1
  273. package/es/components/tabs/tabs.scss.js.map +1 -1
  274. package/es/components/tag/dismissible-tag.d.ts +1 -1
  275. package/es/components/tag/dismissible-tag.d.ts.map +1 -1
  276. package/es/components/tag/dismissible-tag.js +24 -15
  277. package/es/components/tag/dismissible-tag.js.map +1 -1
  278. package/es/components/tag/tag.d.ts.map +1 -1
  279. package/es/components/tag/tag.js +1 -1
  280. package/es/components/tag/tag.js.map +1 -1
  281. package/es/components/tag/tag.scss.js +1 -1
  282. package/es/components/tag/tag.scss.js.map +1 -1
  283. package/es/components/text-input/text-input.scss.js +1 -1
  284. package/es/components/text-input/text-input.scss.js.map +1 -1
  285. package/es/components/textarea/textarea.scss.js +1 -1
  286. package/es/components/tile/clickable-tile.d.ts +2 -1
  287. package/es/components/tile/clickable-tile.d.ts.map +1 -1
  288. package/es/components/tile/clickable-tile.js.map +1 -1
  289. package/es/components/tile/tile.scss.js +1 -1
  290. package/es/components/time-picker/time-picker.scss.js +1 -1
  291. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  292. package/es/components/tooltip/tooltip.scss.js +1 -1
  293. package/es/components/tree-view/tree-view.scss.js +1 -1
  294. package/es/components/ui-shell/header.scss.js +1 -1
  295. package/es/components/ui-shell/side-nav.scss.js +1 -1
  296. package/es/globals/controllers/floating-controller.d.ts.map +1 -1
  297. package/es/globals/controllers/floating-controller.js.map +1 -1
  298. package/es/globals/decorators/carbon-element.d.ts +8 -0
  299. package/es/globals/decorators/carbon-element.d.ts.map +1 -1
  300. package/es/globals/decorators/carbon-element.js +8 -0
  301. package/es/globals/decorators/carbon-element.js.map +1 -1
  302. package/es/globals/internal/collection-helpers.d.ts +5 -5
  303. package/es/globals/internal/collection-helpers.d.ts.map +1 -1
  304. package/es/globals/internal/collection-helpers.js +1 -1
  305. package/es/globals/internal/collection-helpers.js.map +1 -1
  306. package/es/globals/internal/getSupportedLocale.d.ts +12 -0
  307. package/es/globals/internal/getSupportedLocale.d.ts.map +1 -0
  308. package/es/globals/internal/getSupportedLocale.js +29 -0
  309. package/es/globals/internal/getSupportedLocale.js.map +1 -0
  310. package/es/globals/mixins/on.d.ts +2 -2
  311. package/es/globals/mixins/on.d.ts.map +1 -1
  312. package/es/globals/mixins/on.js +4 -4
  313. package/es/globals/mixins/on.js.map +1 -1
  314. package/es/globals/register.d.ts +89 -0
  315. package/es/globals/register.d.ts.map +1 -0
  316. package/es/globals/register.js +56 -0
  317. package/es/globals/register.js.map +1 -0
  318. package/es-custom/components/accordion/accordion.scss.js +1 -1
  319. package/es-custom/components/action-set/action-set.scss.js +1 -1
  320. package/es-custom/components/ai-label/ai-label-action-button.d.ts +1 -1
  321. package/es-custom/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  322. package/es-custom/components/ai-label/ai-label-action-button.js +4 -3
  323. package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
  324. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  325. package/es-custom/components/ai-label/ai-label.scss.js.map +1 -1
  326. package/es-custom/components/ai-label/index.d.ts +1 -0
  327. package/es-custom/components/ai-label/index.d.ts.map +1 -1
  328. package/es-custom/components/ai-label/index.js +1 -0
  329. package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  330. package/es-custom/components/big-number/big-number-skeleton.d.ts +21 -0
  331. package/es-custom/components/big-number/big-number-skeleton.d.ts.map +1 -0
  332. package/es-custom/components/big-number/big-number-skeleton.js +62 -0
  333. package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
  334. package/es-custom/components/big-number/big-number-skeleton.scss.js +14 -0
  335. package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
  336. package/es-custom/components/big-number/big-number.d.ts +35 -0
  337. package/es-custom/components/big-number/big-number.d.ts.map +1 -0
  338. package/es-custom/components/big-number/big-number.js +171 -0
  339. package/es-custom/components/big-number/big-number.js.map +1 -0
  340. package/es-custom/components/big-number/big-number.scss.js +14 -0
  341. package/es-custom/components/big-number/big-number.scss.js.map +1 -0
  342. package/es-custom/components/big-number/constants.d.ts +20 -0
  343. package/es-custom/components/big-number/constants.d.ts.map +1 -0
  344. package/es-custom/components/big-number/constants.js +32 -0
  345. package/es-custom/components/big-number/constants.js.map +1 -0
  346. package/es-custom/components/big-number/index.d.ts +8 -0
  347. package/es-custom/components/big-number/index.d.ts.map +1 -0
  348. package/es-custom/components/big-number/index.js +8 -0
  349. package/es-custom/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  350. package/es-custom/components/breadcrumb/breadcrumb-item.js +2 -1
  351. package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
  352. package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -1
  353. package/es-custom/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  354. package/es-custom/components/breadcrumb/breadcrumb.js +2 -2
  355. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  356. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  357. package/es-custom/components/button/button.d.ts.map +1 -1
  358. package/es-custom/components/button/button.js +1 -1
  359. package/es-custom/components/button/button.js.map +1 -1
  360. package/es-custom/components/button/button.scss.js +1 -1
  361. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  362. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  363. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  364. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  365. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  366. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  367. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  368. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  369. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  370. package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
  371. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  372. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  373. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  374. package/es-custom/components/coachmark/coachmark-beacon/index.js +8 -0
  375. package/es-custom/components/coachmark/coachmark-body.d.ts +31 -0
  376. package/es-custom/components/coachmark/coachmark-body.d.ts.map +1 -0
  377. package/es-custom/components/coachmark/coachmark-body.js +39 -0
  378. package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
  379. package/es-custom/components/coachmark/coachmark-body.scss.js +14 -0
  380. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
  381. package/es-custom/components/coachmark/coachmark-context.d.ts +12 -0
  382. package/es-custom/components/coachmark/coachmark-context.d.ts.map +1 -0
  383. package/es-custom/components/coachmark/coachmark-context.js +39 -0
  384. package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
  385. package/es-custom/components/coachmark/coachmark-header.d.ts +41 -0
  386. package/es-custom/components/coachmark/coachmark-header.d.ts.map +1 -0
  387. package/es-custom/components/coachmark/coachmark-header.js +95 -0
  388. package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
  389. package/es-custom/components/coachmark/coachmark-header.scss.js +14 -0
  390. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
  391. package/es-custom/components/coachmark/coachmark-helpers.d.ts +10 -0
  392. package/es-custom/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  393. package/es-custom/components/coachmark/coachmark-helpers.js +33 -0
  394. package/es-custom/components/coachmark/coachmark-helpers.js.map +1 -0
  395. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  396. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  397. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  398. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  399. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  400. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  401. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  402. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  403. package/es-custom/components/coachmark/coachmark-tagline/index.js +8 -0
  404. package/es-custom/components/coachmark/coachmark.d.ts +97 -0
  405. package/es-custom/components/coachmark/coachmark.d.ts.map +1 -0
  406. package/es-custom/components/coachmark/coachmark.js +290 -0
  407. package/es-custom/components/coachmark/coachmark.js.map +1 -0
  408. package/es-custom/components/coachmark/coachmark.scss.js +14 -0
  409. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
  410. package/es-custom/components/coachmark/index.d.ts +10 -0
  411. package/es-custom/components/coachmark/index.d.ts.map +1 -0
  412. package/es-custom/components/coachmark/index.js +10 -0
  413. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  414. package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
  415. package/es-custom/components/combo-box/combo-box.js +5 -12
  416. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  417. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  418. package/es-custom/components/combo-box/combo-box.scss.js.map +1 -1
  419. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  420. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  421. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  422. package/es-custom/components/copy/index.d.ts +9 -0
  423. package/es-custom/components/copy/index.d.ts.map +1 -0
  424. package/es-custom/components/copy/index.js +9 -0
  425. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  426. package/es-custom/components/data-table/data-table.scss.js +1 -1
  427. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  428. package/es-custom/components/date-picker/date-picker.scss.js.map +1 -1
  429. package/es-custom/components/date-picker/next/components/date-picker.scss.js +1 -1
  430. package/es-custom/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  431. package/es-custom/components/dialog/dialog.scss.js +1 -1
  432. package/es-custom/components/dropdown/dropdown.d.ts +2 -1
  433. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  434. package/es-custom/components/dropdown/dropdown.js +13 -15
  435. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  436. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  437. package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
  438. package/es-custom/components/edit-in-place/defs.d.ts +30 -0
  439. package/es-custom/components/edit-in-place/defs.d.ts.map +1 -0
  440. package/es-custom/components/edit-in-place/defs.js +43 -0
  441. package/es-custom/components/edit-in-place/defs.js.map +1 -0
  442. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  443. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  444. package/es-custom/components/edit-in-place/edit-in-place-helpers.js +59 -0
  445. package/es-custom/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  446. package/es-custom/components/edit-in-place/edit-in-place.d.ts +214 -0
  447. package/es-custom/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  448. package/es-custom/components/edit-in-place/edit-in-place.js +453 -0
  449. package/es-custom/components/edit-in-place/edit-in-place.js.map +1 -0
  450. package/es-custom/components/edit-in-place/edit-in-place.scss.js +14 -0
  451. package/es-custom/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  452. package/es-custom/components/edit-in-place/index.d.ts +10 -0
  453. package/es-custom/components/edit-in-place/index.d.ts.map +1 -0
  454. package/es-custom/components/edit-in-place/index.js +20 -0
  455. package/es-custom/components/edit-in-place/index.js.map +1 -0
  456. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  457. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  458. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  459. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  460. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  461. package/es-custom/components/fluid-date-picker/fluid-date-picker.js +27 -1
  462. package/es-custom/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  463. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  464. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  465. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  466. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  467. package/es-custom/components/fluid-form/fluid-form.scss.js +1 -1
  468. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  469. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  470. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  471. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  472. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  473. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  474. package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -1
  475. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
  476. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  477. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  478. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  479. package/es-custom/components/form/form-item.scss.js +1 -1
  480. package/es-custom/components/form/form.scss.js +1 -1
  481. package/es-custom/components/form-group/form-group.scss.js +1 -1
  482. package/es-custom/components/grid/column-hang.scss.js +1 -1
  483. package/es-custom/components/grid/grid.scss.js +1 -1
  484. package/es-custom/components/icon-button/icon-button.d.ts +1 -1
  485. package/es-custom/components/icon-button/icon-button.js +1 -1
  486. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  487. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  488. package/es-custom/components/layer/layer.scss.js +1 -1
  489. package/es-custom/components/layout/layout.scss.js +1 -1
  490. package/es-custom/components/link/link.d.ts +2 -1
  491. package/es-custom/components/link/link.d.ts.map +1 -1
  492. package/es-custom/components/link/link.js +1 -1
  493. package/es-custom/components/link/link.js.map +1 -1
  494. package/es-custom/components/loading/loading.scss.js +1 -1
  495. package/es-custom/components/menu/menu-item.d.ts.map +1 -1
  496. package/es-custom/components/menu/menu-item.js +2 -6
  497. package/es-custom/components/menu/menu-item.js.map +1 -1
  498. package/es-custom/components/menu/menu-item.scss.js +1 -1
  499. package/es-custom/components/menu/menu-item.scss.js.map +1 -1
  500. package/es-custom/components/menu/menu.d.ts +10 -0
  501. package/es-custom/components/menu/menu.d.ts.map +1 -1
  502. package/es-custom/components/menu/menu.js +17 -11
  503. package/es-custom/components/menu/menu.js.map +1 -1
  504. package/es-custom/components/menu/menu.scss.js +1 -1
  505. package/es-custom/components/menu/menu.scss.js.map +1 -1
  506. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  507. package/es-custom/components/modal/modal.scss.js +1 -1
  508. package/es-custom/components/multi-select/multi-select-item.d.ts +1 -1
  509. package/es-custom/components/multi-select/multi-select-item.d.ts.map +1 -1
  510. package/es-custom/components/multi-select/multi-select-item.js +5 -1
  511. package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
  512. package/es-custom/components/multi-select/multi-select.d.ts +2 -1
  513. package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
  514. package/es-custom/components/multi-select/multi-select.js +15 -14
  515. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  516. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  517. package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
  518. package/es-custom/components/notification/actionable-notification-button.d.ts +1 -1
  519. package/es-custom/components/notification/actionable-notification-button.d.ts.map +1 -1
  520. package/es-custom/components/notification/actionable-notification-button.js +2 -2
  521. package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
  522. package/es-custom/components/notification/actionable-notification.d.ts.map +1 -1
  523. package/es-custom/components/notification/actionable-notification.js +4 -4
  524. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  525. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  526. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  527. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  528. package/es-custom/components/number-input/number-input.scss.js +1 -1
  529. package/es-custom/components/number-input/number-input.scss.js.map +1 -1
  530. package/es-custom/components/options-tile/index.d.ts +8 -0
  531. package/es-custom/components/options-tile/index.d.ts.map +1 -0
  532. package/es-custom/components/options-tile/index.js +8 -0
  533. package/es-custom/components/options-tile/option-tile-helpers.d.ts +16 -0
  534. package/es-custom/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  535. package/es-custom/components/options-tile/option-tile-helpers.js +163 -0
  536. package/es-custom/components/options-tile/option-tile-helpers.js.map +1 -0
  537. package/es-custom/components/options-tile/options-tile.d.ts +91 -0
  538. package/es-custom/components/options-tile/options-tile.d.ts.map +1 -0
  539. package/es-custom/components/options-tile/options-tile.js +208 -0
  540. package/es-custom/components/options-tile/options-tile.js.map +1 -0
  541. package/es-custom/components/options-tile/options-tile.scss.js +14 -0
  542. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
  543. package/es-custom/components/overflow-menu/overflow-menu.js +1 -1
  544. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  545. package/es-custom/components/page-header/index.d.ts +1 -0
  546. package/es-custom/components/page-header/index.d.ts.map +1 -1
  547. package/es-custom/components/page-header/index.js +1 -0
  548. package/es-custom/components/page-header/page-header-tabs.d.ts +1 -1
  549. package/es-custom/components/page-header/page-header-tabs.d.ts.map +1 -1
  550. package/es-custom/components/page-header/page-header-tabs.js +1 -2
  551. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  552. package/es-custom/components/page-header/page-header.d.ts +1 -1
  553. package/es-custom/components/page-header/page-header.d.ts.map +1 -1
  554. package/es-custom/components/page-header/page-header.js +1 -2
  555. package/es-custom/components/page-header/page-header.js.map +1 -1
  556. package/es-custom/components/page-header/page-header.scss.js +1 -1
  557. package/es-custom/components/pagination/pagination.scss.js +1 -1
  558. package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
  559. package/es-custom/components/password-input/password-input.scss.js +1 -1
  560. package/es-custom/components/popover/popover.scss.js +1 -1
  561. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  562. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  563. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  564. package/es-custom/components/resizer/resizer-handle-pivot.scss.js +1 -1
  565. package/es-custom/components/search/search.d.ts.map +1 -1
  566. package/es-custom/components/search/search.js +2 -0
  567. package/es-custom/components/search/search.js.map +1 -1
  568. package/es-custom/components/search/search.scss.js +1 -1
  569. package/es-custom/components/search/search.scss.js.map +1 -1
  570. package/es-custom/components/select/select.scss.js +1 -1
  571. package/es-custom/components/select/select.scss.js.map +1 -1
  572. package/es-custom/components/side-panel/side-panel.js +2 -2
  573. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  574. package/es-custom/components/side-panel/side-panel.scss.js +1 -1
  575. package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  576. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  577. package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -1
  578. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  579. package/es-custom/components/slider/slider.scss.js +1 -1
  580. package/es-custom/components/slider/slider.scss.js.map +1 -1
  581. package/es-custom/components/slug/index.d.ts +1 -0
  582. package/es-custom/components/slug/index.d.ts.map +1 -1
  583. package/es-custom/components/slug/index.js +1 -0
  584. package/es-custom/components/slug/slug.scss.js +1 -1
  585. package/es-custom/components/structured-list/structured-list.scss.js +1 -1
  586. package/es-custom/components/tabs/tabs.scss.js +1 -1
  587. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  588. package/es-custom/components/tag/dismissible-tag.d.ts +1 -1
  589. package/es-custom/components/tag/dismissible-tag.d.ts.map +1 -1
  590. package/es-custom/components/tag/dismissible-tag.js +24 -15
  591. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  592. package/es-custom/components/tag/tag.d.ts.map +1 -1
  593. package/es-custom/components/tag/tag.js +1 -1
  594. package/es-custom/components/tag/tag.js.map +1 -1
  595. package/es-custom/components/tag/tag.scss.js +1 -1
  596. package/es-custom/components/tag/tag.scss.js.map +1 -1
  597. package/es-custom/components/text-input/text-input.scss.js +1 -1
  598. package/es-custom/components/text-input/text-input.scss.js.map +1 -1
  599. package/es-custom/components/textarea/textarea.scss.js +1 -1
  600. package/es-custom/components/tile/clickable-tile.d.ts +2 -1
  601. package/es-custom/components/tile/clickable-tile.d.ts.map +1 -1
  602. package/es-custom/components/tile/clickable-tile.js.map +1 -1
  603. package/es-custom/components/tile/tile.scss.js +1 -1
  604. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  605. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  606. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  607. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  608. package/es-custom/components/ui-shell/header.scss.js +1 -1
  609. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  610. package/es-custom/globals/controllers/floating-controller.d.ts.map +1 -1
  611. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  612. package/es-custom/globals/decorators/carbon-element.d.ts +8 -0
  613. package/es-custom/globals/decorators/carbon-element.d.ts.map +1 -1
  614. package/es-custom/globals/decorators/carbon-element.js +18 -1
  615. package/es-custom/globals/decorators/carbon-element.js.map +1 -1
  616. package/es-custom/globals/internal/collection-helpers.d.ts +5 -5
  617. package/es-custom/globals/internal/collection-helpers.d.ts.map +1 -1
  618. package/es-custom/globals/internal/collection-helpers.js +1 -1
  619. package/es-custom/globals/internal/collection-helpers.js.map +1 -1
  620. package/es-custom/globals/internal/getSupportedLocale.d.ts +12 -0
  621. package/es-custom/globals/internal/getSupportedLocale.d.ts.map +1 -0
  622. package/es-custom/globals/internal/getSupportedLocale.js +29 -0
  623. package/es-custom/globals/internal/getSupportedLocale.js.map +1 -0
  624. package/es-custom/globals/mixins/on.d.ts +2 -2
  625. package/es-custom/globals/mixins/on.d.ts.map +1 -1
  626. package/es-custom/globals/mixins/on.js +4 -4
  627. package/es-custom/globals/mixins/on.js.map +1 -1
  628. package/es-custom/globals/register.d.ts +89 -0
  629. package/es-custom/globals/register.d.ts.map +1 -0
  630. package/es-custom/globals/register.js +56 -0
  631. package/es-custom/globals/register.js.map +1 -0
  632. package/lib/components/ai-label/ai-label-action-button.d.ts +1 -1
  633. package/lib/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  634. package/lib/components/ai-label/index.d.ts +1 -0
  635. package/lib/components/ai-label/index.d.ts.map +1 -1
  636. package/lib/components/big-number/big-number-skeleton.d.ts +21 -0
  637. package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
  638. package/lib/components/big-number/big-number.d.ts +35 -0
  639. package/lib/components/big-number/big-number.d.ts.map +1 -0
  640. package/lib/components/big-number/constants.d.ts +20 -0
  641. package/lib/components/big-number/constants.d.ts.map +1 -0
  642. package/lib/components/big-number/index.d.ts +8 -0
  643. package/lib/components/big-number/index.d.ts.map +1 -0
  644. package/lib/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  645. package/lib/components/breadcrumb/breadcrumb.d.ts +1 -1
  646. package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  647. package/lib/components/button/button.d.ts.map +1 -1
  648. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  649. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  650. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  651. package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  652. package/lib/components/coachmark/coachmark-beacon/defs.js +26 -0
  653. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  654. package/lib/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  655. package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  656. package/lib/components/coachmark/coachmark-body.d.ts +31 -0
  657. package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
  658. package/lib/components/coachmark/coachmark-context.d.ts +12 -0
  659. package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
  660. package/lib/components/coachmark/coachmark-header.d.ts +41 -0
  661. package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
  662. package/lib/components/coachmark/coachmark-helpers.d.ts +10 -0
  663. package/lib/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  664. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  665. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  666. package/lib/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  667. package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  668. package/lib/components/coachmark/coachmark.d.ts +97 -0
  669. package/lib/components/coachmark/coachmark.d.ts.map +1 -0
  670. package/lib/components/coachmark/index.d.ts +10 -0
  671. package/lib/components/coachmark/index.d.ts.map +1 -0
  672. package/lib/components/combo-box/combo-box.d.ts.map +1 -1
  673. package/lib/components/copy/index.d.ts +9 -0
  674. package/lib/components/copy/index.d.ts.map +1 -0
  675. package/lib/components/dropdown/dropdown.d.ts +2 -1
  676. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  677. package/lib/components/edit-in-place/defs.d.ts +30 -0
  678. package/lib/components/edit-in-place/defs.d.ts.map +1 -0
  679. package/lib/components/edit-in-place/defs.js +45 -0
  680. package/lib/components/edit-in-place/defs.js.map +1 -0
  681. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  682. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  683. package/lib/components/edit-in-place/edit-in-place.d.ts +214 -0
  684. package/lib/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  685. package/lib/components/edit-in-place/index.d.ts +10 -0
  686. package/lib/components/edit-in-place/index.d.ts.map +1 -0
  687. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  688. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  689. package/lib/components/icon-button/icon-button.d.ts +1 -1
  690. package/lib/components/link/link.d.ts +2 -1
  691. package/lib/components/link/link.d.ts.map +1 -1
  692. package/lib/components/menu/menu-item.d.ts.map +1 -1
  693. package/lib/components/menu/menu.d.ts +10 -0
  694. package/lib/components/menu/menu.d.ts.map +1 -1
  695. package/lib/components/multi-select/multi-select-item.d.ts +1 -1
  696. package/lib/components/multi-select/multi-select-item.d.ts.map +1 -1
  697. package/lib/components/multi-select/multi-select.d.ts +2 -1
  698. package/lib/components/multi-select/multi-select.d.ts.map +1 -1
  699. package/lib/components/notification/actionable-notification-button.d.ts +1 -1
  700. package/lib/components/notification/actionable-notification-button.d.ts.map +1 -1
  701. package/lib/components/notification/actionable-notification.d.ts.map +1 -1
  702. package/lib/components/options-tile/index.d.ts +8 -0
  703. package/lib/components/options-tile/index.d.ts.map +1 -0
  704. package/lib/components/options-tile/option-tile-helpers.d.ts +16 -0
  705. package/lib/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  706. package/lib/components/options-tile/options-tile.d.ts +91 -0
  707. package/lib/components/options-tile/options-tile.d.ts.map +1 -0
  708. package/lib/components/page-header/index.d.ts +1 -0
  709. package/lib/components/page-header/index.d.ts.map +1 -1
  710. package/lib/components/page-header/page-header-tabs.d.ts +1 -1
  711. package/lib/components/page-header/page-header-tabs.d.ts.map +1 -1
  712. package/lib/components/page-header/page-header.d.ts +1 -1
  713. package/lib/components/page-header/page-header.d.ts.map +1 -1
  714. package/lib/components/search/search.d.ts.map +1 -1
  715. package/lib/components/slug/index.d.ts +1 -0
  716. package/lib/components/slug/index.d.ts.map +1 -1
  717. package/lib/components/tag/dismissible-tag.d.ts +1 -1
  718. package/lib/components/tag/dismissible-tag.d.ts.map +1 -1
  719. package/lib/components/tag/tag.d.ts.map +1 -1
  720. package/lib/components/tile/clickable-tile.d.ts +2 -1
  721. package/lib/components/tile/clickable-tile.d.ts.map +1 -1
  722. package/lib/globals/controllers/floating-controller.d.ts.map +1 -1
  723. package/lib/globals/controllers/floating-controller.js.map +1 -1
  724. package/lib/globals/decorators/carbon-element.d.ts +8 -0
  725. package/lib/globals/decorators/carbon-element.d.ts.map +1 -1
  726. package/lib/globals/internal/collection-helpers.d.ts +5 -5
  727. package/lib/globals/internal/collection-helpers.d.ts.map +1 -1
  728. package/lib/globals/internal/getSupportedLocale.d.ts +12 -0
  729. package/lib/globals/internal/getSupportedLocale.d.ts.map +1 -0
  730. package/lib/globals/mixins/on.d.ts +2 -2
  731. package/lib/globals/mixins/on.d.ts.map +1 -1
  732. package/lib/globals/register.d.ts +89 -0
  733. package/lib/globals/register.d.ts.map +1 -0
  734. package/lib/globals/register.js +61 -0
  735. package/lib/globals/register.js.map +1 -0
  736. package/package.json +16 -10
  737. package/scss/components/ai-label/ai-label.scss +24 -33
  738. package/scss/components/big-number/big-number-skeleton.scss +58 -0
  739. package/scss/components/big-number/big-number.scss +29 -0
  740. package/scss/components/big-number/story-styles.scss +48 -0
  741. package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +89 -0
  742. package/scss/components/coachmark/coachmark-body.scss +16 -0
  743. package/scss/components/coachmark/coachmark-header.scss +28 -0
  744. package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +42 -0
  745. package/scss/components/coachmark/coachmark.scss +42 -0
  746. package/scss/components/coachmark/story-styles.scss +37 -0
  747. package/scss/components/combo-box/combo-box.scss +63 -6
  748. package/scss/components/data-table/_table-action.scss +5 -3
  749. package/scss/components/date-picker/date-picker.scss +70 -2
  750. package/scss/components/date-picker/next/components/date-picker.scss +28 -2
  751. package/scss/components/dropdown/dropdown.scss +39 -4
  752. package/scss/components/edit-in-place/edit-in-place.scss +127 -0
  753. package/scss/components/edit-in-place/story-styles.scss +61 -0
  754. package/scss/components/fluid-combo-box/fluid-combo-box.scss +68 -5
  755. package/scss/components/fluid-date-picker/fluid-date-picker.scss +109 -12
  756. package/scss/components/fluid-dropdown/fluid-dropdown.scss +56 -6
  757. package/scss/components/fluid-multi-select/fluid-multi-select.scss +75 -2
  758. package/scss/components/fluid-number-input/fluid-number-input.scss +32 -1
  759. package/scss/components/fluid-search/fluid-search.scss +6 -3
  760. package/scss/components/menu/menu-item.scss +9 -1
  761. package/scss/components/menu/menu.scss +32 -1
  762. package/scss/components/multi-select/multi-select.scss +130 -28
  763. package/scss/components/number-input/number-input.scss +35 -1
  764. package/scss/components/options-tile/options-tile.scss +157 -0
  765. package/scss/components/options-tile/story-styles.scss +32 -0
  766. package/scss/components/search/search.scss +7 -0
  767. package/scss/components/select/select.scss +7 -3
  768. package/scss/components/slider/slider.scss +9 -2
  769. package/scss/components/tabs/tabs.scss +9 -2
  770. package/scss/components/tag/tag-story.scss +19 -0
  771. package/scss/components/tag/tag.scss +15 -11
  772. package/scss/components/text-input/text-input.scss +22 -0
  773. package/telemetry.yml +62 -0
@@ -1 +1 @@
1
- {"version":3,"file":"carbon-element.js","names":[],"sources":["../../../src/globals/decorators/carbon-element.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2026\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 * IMPORTANT: For compatibility with tsickle and the Closure JS compiler, all\n * property decorators (but not class decorators) in this file that have\n * an @ExportDecoratedItems annotation must be defined as a regular function,\n * not an arrow function.\n */\nexport declare type Constructor<T> = {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any -- https://github.com/carbon-design-system/carbon/issues/20452\n new (...args: any[]): T;\n};\n\ntype Finisher =\n | (<T>(clazz: Constructor<T>) => Constructor<T>)\n | (<T>(clazz: Constructor<T>) => void);\n\nexport interface ClassDescriptor {\n kind: 'class';\n elements: ClassElement[];\n finisher?: Finisher;\n}\n\nexport interface ClassElement {\n kind: 'field' | 'method';\n key: PropertyKey;\n placement: 'static' | 'prototype' | 'own';\n initializer?: () => unknown;\n extras?: ClassElement[];\n finisher?: Finisher;\n descriptor?: PropertyDescriptor;\n}\n\n/**\n * Allow for custom element classes with private constructors\n */\ntype CustomElementClass = Omit<typeof HTMLElement, 'new'>;\n\nconst legacyCustomElement = (tagName: string, clazz: CustomElementClass) => {\n try {\n customElements.define(tagName, clazz as CustomElementConstructor);\n } catch {\n // eslint-disable-next-line no-console\n console.warn(`Attempting to re-define ${tagName}`);\n }\n // Cast as any because TS doesn't recognize the return type as being a\n // subtype of the decorated class when clazz is typed as\n // `Constructor<HTMLElement>` for some reason.\n // `Constructor<HTMLElement>` is helpful to make sure the decorator is\n // applied to elements however.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return clazz as any;\n};\n\nconst standardCustomElement = (\n tagName: string,\n descriptor: ClassDescriptor\n) => {\n const { kind, elements } = descriptor;\n return {\n kind,\n elements,\n // This callback is called once the class is otherwise fully defined\n finisher(clazz: Constructor<HTMLElement>) {\n try {\n customElements.define(tagName, clazz);\n } catch {\n // eslint-disable-next-line no-console\n console.warn(`Attempting to re-define ${tagName}`);\n }\n },\n };\n};\n\n/**\n * Class decorator factory that defines the decorated class as a custom element.\n *\n * ```js\n * @customElement('my-element')\n * class MyElement extends LitElement {\n * render() {\n * return html``;\n * }\n * }\n * ```\n *\n * @category Decorator\n * @param tagName The tag name of the custom element to define.\n */\nexport const carbonElement =\n (tagName: string) =>\n (classOrDescriptor: CustomElementClass | ClassDescriptor) =>\n typeof classOrDescriptor === 'function'\n ? legacyCustomElement(tagName, classOrDescriptor)\n : standardCustomElement(tagName, classOrDescriptor as ClassDescriptor);\n"],"mappings":";;;;;;;;AA2CA,MAAM,uBAAuB,SAAiB,UAA8B;CAC1E,IAAI;EACF,eAAe,OAAO,SAAS,KAAiC;CAClE,QAAQ;EAEN,QAAQ,KAAK,2BAA2B,SAAS;CACnD;CAOA,OAAO;AACT;AAEA,MAAM,yBACJ,SACA,eACG;CACH,MAAM,EAAE,MAAM,aAAa;CAC3B,OAAO;EACL;EACA;EAEA,SAAS,OAAiC;GACxC,IAAI;IACF,eAAe,OAAO,SAAS,KAAK;GACtC,QAAQ;IAEN,QAAQ,KAAK,2BAA2B,SAAS;GACnD;EACF;CACF;AACF;;;;;;;;;;;;;;;;AAiBA,MAAa,iBACV,aACA,sBACC,OAAO,sBAAsB,aACzB,oBAAoB,SAAS,iBAAiB,IAC9C,sBAAsB,SAAS,iBAAoC"}
1
+ {"version":3,"file":"carbon-element.js","names":[],"sources":["../../../src/globals/decorators/carbon-element.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2026\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 * IMPORTANT: For compatibility with tsickle and the Closure JS compiler, all\n * property decorators (but not class decorators) in this file that have\n * an @ExportDecoratedItems annotation must be defined as a regular function,\n * not an arrow function.\n */\nexport declare type Constructor<T> = {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any -- https://github.com/carbon-design-system/carbon/issues/20452\n new (...args: any[]): T;\n};\n\ntype Finisher =\n | (<T>(clazz: Constructor<T>) => Constructor<T>)\n | (<T>(clazz: Constructor<T>) => void);\n\nexport interface ClassDescriptor {\n kind: 'class';\n elements: ClassElement[];\n finisher?: Finisher;\n}\n\nexport interface ClassElement {\n kind: 'field' | 'method';\n key: PropertyKey;\n placement: 'static' | 'prototype' | 'own';\n initializer?: () => unknown;\n extras?: ClassElement[];\n finisher?: Finisher;\n descriptor?: PropertyDescriptor;\n}\n\n/**\n * Allow for custom element classes with private constructors\n */\ntype CustomElementClass = Omit<typeof HTMLElement, 'new'>;\n\nconst legacyCustomElement = (tagName: string, clazz: CustomElementClass) => {\n try {\n customElements.define(tagName, clazz as CustomElementConstructor);\n } catch {\n // eslint-disable-next-line no-console\n console.warn(`Attempting to re-define ${tagName}`);\n }\n // Cast as any because TS doesn't recognize the return type as being a\n // subtype of the decorated class when clazz is typed as\n // `Constructor<HTMLElement>` for some reason.\n // `Constructor<HTMLElement>` is helpful to make sure the decorator is\n // applied to elements however.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return clazz as any;\n};\n\nconst standardCustomElement = (\n tagName: string,\n descriptor: ClassDescriptor\n) => {\n const { kind, elements } = descriptor;\n return {\n kind,\n elements,\n // This callback is called once the class is otherwise fully defined\n finisher(clazz: Constructor<HTMLElement>) {\n try {\n customElements.define(tagName, clazz);\n } catch {\n // eslint-disable-next-line no-console\n console.warn(`Attempting to re-define ${tagName}`);\n }\n },\n };\n};\n\n/**\n * Class decorator factory that defines the decorated class as a custom element.\n *\n * ```js\n * @customElement('my-element')\n * class MyElement extends LitElement {\n * render() {\n * return html``;\n * }\n * }\n * ```\n *\n * @deprecated The `carbonElement` decorator is deprecated and will be removed in\n * v3. In v3, `@carbon/web-components` moves to pure component\n * classes (`static is = '${prefix}-name'`) with opt-in registration via\n * `defineCustomElement`, and this self-registering decorator is removed. If you\n * author your own custom elements with it, migrate to Lit's `customElement`\n * (`import { customElement } from 'lit/decorators.js'`). See the v3 migration\n * guide:\n * https://github.com/carbon-design-system/carbon/blob/main/docs/guides/cwc-v3-migration.md#the-carbonelement-decorator-is-removed\n * @category Decorator\n * @param tagName The tag name of the custom element to define.\n */\nexport const carbonElement =\n (tagName: string) =>\n (classOrDescriptor: CustomElementClass | ClassDescriptor) =>\n typeof classOrDescriptor === 'function'\n ? legacyCustomElement(tagName, classOrDescriptor)\n : standardCustomElement(tagName, classOrDescriptor as ClassDescriptor);\n"],"mappings":";;;;;;;;AA2CA,MAAM,uBAAuB,SAAiB,UAA8B;CAC1E,IAAI;EACF,eAAe,OAAO,SAAS,KAAiC;CAClE,QAAQ;EAEN,QAAQ,KAAK,2BAA2B,SAAS;CACnD;CAOA,OAAO;AACT;AAEA,MAAM,yBACJ,SACA,eACG;CACH,MAAM,EAAE,MAAM,aAAa;CAC3B,OAAO;EACL;EACA;EAEA,SAAS,OAAiC;GACxC,IAAI;IACF,eAAe,OAAO,SAAS,KAAK;GACtC,QAAQ;IAEN,QAAQ,KAAK,2BAA2B,SAAS;GACnD;EACF;CACF;AACF;;;;;;;;;;;;;;;;;;;;;;;;AAyBA,MAAa,iBACV,aACA,sBACC,OAAO,sBAAsB,aACzB,oBAAoB,SAAS,iBAAiB,IAC9C,sBAAsB,SAAS,iBAAoC"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2019, 2022
2
+ * Copyright IBM Corp. 2019, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -10,21 +10,21 @@
10
10
  * @param [thisObject] The context object for the given callback function.
11
11
  * @returns A new array with all elements where `predicate` returns truthy.
12
12
  */
13
- export declare const filter: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, predicate: (search: Node, index?: number) => boolean, thisObject?: any) => any[];
13
+ export declare const filter: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, predicate: (search: Node, index?: number) => boolean, thisObject?: unknown) => any[];
14
14
  /**
15
15
  * @param a A DOM collection.
16
16
  * @param predicate The callback function.
17
17
  * @param [thisObject] The context object for the given callback function.
18
18
  * @returns The index of the first item in the given collection where `predicate` returns `true`. `-1` if no such item is found.
19
19
  */
20
- export declare const findIndex: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, predicate: (search: Node, index?: number) => boolean, thisObject?: any) => number;
20
+ export declare const findIndex: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, predicate: (search: Node, index?: number) => boolean, thisObject?: unknown) => number;
21
21
  /**
22
22
  * @param a A DOM collection.
23
23
  * @param predicate The callback function.
24
24
  * @param [thisObject] The context object for the given callback function.
25
25
  * @returns The first item in the given collection where `predicate` returns `true`. `null` if no such item is found.
26
26
  */
27
- export declare const find: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, predicate: (search: Node, index?: number) => boolean, thisObject?: any) => any;
27
+ export declare const find: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, predicate: (search: Node, index?: number) => boolean, thisObject?: unknown) => any;
28
28
  /**
29
29
  * Walks through the given DOM collection and runs the given callback.
30
30
  *
@@ -32,7 +32,7 @@ export declare const find: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, pre
32
32
  * @param predicate The callback function.
33
33
  * @param [thisObject] The context object for the given callback function.
34
34
  */
35
- export declare const forEach: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, predicate: (search: Element, index?: number) => void, thisObject?: any) => void;
35
+ export declare const forEach: (a: NodeListOf<Node> | HTMLCollectionOf<Element>, predicate: (search: Element, index?: number) => void, thisObject?: unknown) => void;
36
36
  /**
37
37
  * @param a A DOM collection.
38
38
  * @param item An item in the DOM collection.
@@ -1 +1 @@
1
- {"version":3,"file":"collection-helpers.d.ts","sourceRoot":"","sources":["../../../src/globals/internal/collection-helpers.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;;;GAKG;AACH,eAAO,MAAM,MAAM,GACjB,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,WAAW,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,EAEpD,aAAa,GAAG,UACwC,CAAC;AAE3D;;;;;GAKG;AACH,eAAO,MAAM,SAAS,GACpB,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,WAAW,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,EAEpD,aAAa,GAAG,WAC2C,CAAC;AAE9D;;;;;GAKG;AACH,eAAO,MAAM,IAAI,GACf,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,WAAW,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,EAEpD,aAAa,GAAG,QACsC,CAAC;AAEzD;;;;;;GAMG;AACH,eAAO,MAAM,OAAO,GAClB,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,WAAW,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,EAEpD,aAAa,GAAG,SACyC,CAAC;AAE5D;;;;GAIG;AACH,eAAO,MAAM,OAAO,GAClB,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,MAAM,IAAI,WAC8B,CAAC"}
1
+ {"version":3,"file":"collection-helpers.d.ts","sourceRoot":"","sources":["../../../src/globals/internal/collection-helpers.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;;;GAKG;AACH,eAAO,MAAM,MAAM,GACjB,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,WAAW,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,EACpD,aAAa,OAAO,UACoC,CAAC;AAE3D;;;;;GAKG;AACH,eAAO,MAAM,SAAS,GACpB,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,WAAW,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,EACpD,aAAa,OAAO,WACuC,CAAC;AAE9D;;;;;GAKG;AACH,eAAO,MAAM,IAAI,GACf,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,WAAW,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,EACpD,aAAa,OAAO,QACkC,CAAC;AAEzD;;;;;;GAMG;AACH,eAAO,MAAM,OAAO,GAClB,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,WAAW,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,EACpD,aAAa,OAAO,SACqC,CAAC;AAE5D;;;;GAIG;AACH,eAAO,MAAM,OAAO,GAClB,GAAG,UAAU,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,OAAO,CAAC,EAC/C,MAAM,IAAI,WAC8B,CAAC"}
@@ -7,7 +7,7 @@
7
7
 
8
8
  //#region src/globals/internal/collection-helpers.ts
9
9
  /**
10
- * Copyright IBM Corp. 2019, 2022
10
+ * Copyright IBM Corp. 2019, 2026
11
11
  *
12
12
  * This source code is licensed under the Apache-2.0 license found in the
13
13
  * LICENSE file in the root directory of this source tree.
@@ -1 +1 @@
1
- {"version":3,"file":"collection-helpers.js","names":[],"sources":["../../../src/globals/internal/collection-helpers.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2022\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 * @param a A DOM collection.\n * @param predicate The callback function.\n * @param [thisObject] The context object for the given callback function.\n * @returns A new array with all elements where `predicate` returns truthy.\n */\nexport const filter = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n predicate: (search: Node, index?: number) => boolean,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any -- https://github.com/carbon-design-system/carbon/issues/20452\n thisObject?: any\n) => Array.prototype.filter.call(a, predicate, thisObject);\n\n/**\n * @param a A DOM collection.\n * @param predicate The callback function.\n * @param [thisObject] The context object for the given callback function.\n * @returns The index of the first item in the given collection where `predicate` returns `true`. `-1` if no such item is found.\n */\nexport const findIndex = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n predicate: (search: Node, index?: number) => boolean,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any -- https://github.com/carbon-design-system/carbon/issues/20452\n thisObject?: any\n) => Array.prototype.findIndex.call(a, predicate, thisObject);\n\n/**\n * @param a A DOM collection.\n * @param predicate The callback function.\n * @param [thisObject] The context object for the given callback function.\n * @returns The first item in the given collection where `predicate` returns `true`. `null` if no such item is found.\n */\nexport const find = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n predicate: (search: Node, index?: number) => boolean,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any -- https://github.com/carbon-design-system/carbon/issues/20452\n thisObject?: any\n) => Array.prototype.find.call(a, predicate, thisObject);\n\n/**\n * Walks through the given DOM collection and runs the given callback.\n *\n * @param a A DOM collection.\n * @param predicate The callback function.\n * @param [thisObject] The context object for the given callback function.\n */\nexport const forEach = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n predicate: (search: Element, index?: number) => void,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any -- https://github.com/carbon-design-system/carbon/issues/20452\n thisObject?: any\n) => Array.prototype.forEach.call(a, predicate, thisObject);\n\n/**\n * @param a A DOM collection.\n * @param item An item in the DOM collection.\n * @returns The index of the first occurence of the given item in the given collection. `-1` if no such item is found.\n */\nexport const indexOf = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n item: Node\n) => Array.prototype.indexOf.call(a, item);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAaA,MAAa,UACX,GACA,WAEA,eACG,MAAM,UAAU,OAAO,KAAK,GAAG,WAAW,UAAU;;;;;;;AAQzD,MAAa,aACX,GACA,WAEA,eACG,MAAM,UAAU,UAAU,KAAK,GAAG,WAAW,UAAU;;;;;;;AAQ5D,MAAa,QACX,GACA,WAEA,eACG,MAAM,UAAU,KAAK,KAAK,GAAG,WAAW,UAAU;;;;;;;;AASvD,MAAa,WACX,GACA,WAEA,eACG,MAAM,UAAU,QAAQ,KAAK,GAAG,WAAW,UAAU;;;;;;AAO1D,MAAa,WACX,GACA,SACG,MAAM,UAAU,QAAQ,KAAK,GAAG,IAAI"}
1
+ {"version":3,"file":"collection-helpers.js","names":[],"sources":["../../../src/globals/internal/collection-helpers.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2026\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 * @param a A DOM collection.\n * @param predicate The callback function.\n * @param [thisObject] The context object for the given callback function.\n * @returns A new array with all elements where `predicate` returns truthy.\n */\nexport const filter = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n predicate: (search: Node, index?: number) => boolean,\n thisObject?: unknown\n) => Array.prototype.filter.call(a, predicate, thisObject);\n\n/**\n * @param a A DOM collection.\n * @param predicate The callback function.\n * @param [thisObject] The context object for the given callback function.\n * @returns The index of the first item in the given collection where `predicate` returns `true`. `-1` if no such item is found.\n */\nexport const findIndex = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n predicate: (search: Node, index?: number) => boolean,\n thisObject?: unknown\n) => Array.prototype.findIndex.call(a, predicate, thisObject);\n\n/**\n * @param a A DOM collection.\n * @param predicate The callback function.\n * @param [thisObject] The context object for the given callback function.\n * @returns The first item in the given collection where `predicate` returns `true`. `null` if no such item is found.\n */\nexport const find = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n predicate: (search: Node, index?: number) => boolean,\n thisObject?: unknown\n) => Array.prototype.find.call(a, predicate, thisObject);\n\n/**\n * Walks through the given DOM collection and runs the given callback.\n *\n * @param a A DOM collection.\n * @param predicate The callback function.\n * @param [thisObject] The context object for the given callback function.\n */\nexport const forEach = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n predicate: (search: Element, index?: number) => void,\n thisObject?: unknown\n) => Array.prototype.forEach.call(a, predicate, thisObject);\n\n/**\n * @param a A DOM collection.\n * @param item An item in the DOM collection.\n * @returns The index of the first occurence of the given item in the given collection. `-1` if no such item is found.\n */\nexport const indexOf = (\n a: NodeListOf<Node> | HTMLCollectionOf<Element>,\n item: Node\n) => Array.prototype.indexOf.call(a, item);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAaA,MAAa,UACX,GACA,WACA,eACG,MAAM,UAAU,OAAO,KAAK,GAAG,WAAW,UAAU;;;;;;;AAQzD,MAAa,aACX,GACA,WACA,eACG,MAAM,UAAU,UAAU,KAAK,GAAG,WAAW,UAAU;;;;;;;AAQ5D,MAAa,QACX,GACA,WACA,eACG,MAAM,UAAU,KAAK,KAAK,GAAG,WAAW,UAAU;;;;;;;;AASvD,MAAa,WACX,GACA,WACA,eACG,MAAM,UAAU,QAAQ,KAAK,GAAG,WAAW,UAAU;;;;;;AAO1D,MAAa,WACX,GACA,SACG,MAAM,UAAU,QAAQ,KAAK,GAAG,IAAI"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ /**
8
+ * Returns `locale` if it is supported by `Intl.NumberFormat`, otherwise
9
+ * returns `defaultLocale`.
10
+ */
11
+ export declare function getSupportedLocale(locale: Intl.LocalesArgument, defaultLocale: string): Intl.LocalesArgument;
12
+ //# sourceMappingURL=getSupportedLocale.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSupportedLocale.d.ts","sourceRoot":"","sources":["../../../src/globals/internal/getSupportedLocale.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,IAAI,CAAC,eAAe,EAC5B,aAAa,EAAE,MAAM,GACpB,IAAI,CAAC,eAAe,CAStB"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ //#region src/globals/internal/getSupportedLocale.ts
9
+ /**
10
+ * Copyright IBM Corp. 2025, 2026
11
+ *
12
+ * This source code is licensed under the Apache-2.0 license found in the
13
+ * LICENSE file in the root directory of this source tree.
14
+ */
15
+ /**
16
+ * Returns `locale` if it is supported by `Intl.NumberFormat`, otherwise
17
+ * returns `defaultLocale`.
18
+ */
19
+ function getSupportedLocale(locale, defaultLocale) {
20
+ try {
21
+ return Intl.NumberFormat.supportedLocalesOf(locale).length > 0 ? locale : defaultLocale;
22
+ } catch {
23
+ return defaultLocale;
24
+ }
25
+ }
26
+ //#endregion
27
+ export { getSupportedLocale };
28
+
29
+ //# sourceMappingURL=getSupportedLocale.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSupportedLocale.js","names":[],"sources":["../../../src/globals/internal/getSupportedLocale.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 2026\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 * Returns `locale` if it is supported by `Intl.NumberFormat`, otherwise\n * returns `defaultLocale`.\n */\nexport function getSupportedLocale(\n locale: Intl.LocalesArgument,\n defaultLocale: string\n): Intl.LocalesArgument {\n try {\n const supported = Intl.NumberFormat.supportedLocalesOf(\n locale as string | string[]\n );\n return supported.length > 0 ? locale : defaultLocale;\n } catch {\n return defaultLocale;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAWA,SAAgB,mBACd,QACA,eACsB;CACtB,IAAI;EAIF,OAHkB,KAAK,aAAa,mBAClC,MAEa,CAAC,CAAC,SAAS,IAAI,SAAS;CACzC,QAAQ;EACN,OAAO;CACT;AACF"}
@@ -1,10 +1,10 @@
1
1
  /**
2
- * Copyright IBM Corp. 2016, 2023
2
+ * Copyright IBM Corp. 2016, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
- export default function on(element: any, ...args: any): {
7
+ export default function on<TEvent extends Event = Event>(element: EventTarget, type: string, listener: EventListenerObject | ((event: TEvent) => void), options?: boolean | AddEventListenerOptions): {
8
8
  release(): null;
9
9
  };
10
10
  //# sourceMappingURL=on.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"on.d.ts","sourceRoot":"","sources":["../../../src/globals/mixins/on.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,MAAM,CAAC,OAAO,UAAU,EAAE,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,GAAG;;EAQpD"}
1
+ {"version":3,"file":"on.d.ts","sourceRoot":"","sources":["../../../src/globals/mixins/on.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,OAAO,UAAU,EAAE,CAAC,MAAM,SAAS,KAAK,GAAG,KAAK,EACrD,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,mBAAmB,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC,EACzD,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB;;EAiB5C"}
@@ -7,15 +7,15 @@
7
7
 
8
8
  //#region src/globals/mixins/on.ts
9
9
  /**
10
- * Copyright IBM Corp. 2016, 2023
10
+ * Copyright IBM Corp. 2016, 2026
11
11
  *
12
12
  * This source code is licensed under the Apache-2.0 license found in the
13
13
  * LICENSE file in the root directory of this source tree.
14
14
  */
15
- function on(element, ...args) {
16
- element.addEventListener(...args);
15
+ function on(element, type, listener, options) {
16
+ element.addEventListener(type, listener, options);
17
17
  return { release() {
18
- element.removeEventListener(...args);
18
+ element.removeEventListener(type, listener, options);
19
19
  return null;
20
20
  } };
21
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"on.js","names":[],"sources":["../../../src/globals/mixins/on.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2016, 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// eslint-disable-next-line @typescript-eslint/no-explicit-any -- https://github.com/carbon-design-system/carbon/issues/20452\nexport default function on(element: any, ...args: any) {\n element.addEventListener(...args);\n return {\n release() {\n element.removeEventListener(...args);\n return null;\n },\n };\n}\n"],"mappings":";;;;;;;;;;;;;;AAQA,SAAwB,GAAG,SAAc,GAAG,MAAW;CACrD,QAAQ,iBAAiB,GAAG,IAAI;CAChC,OAAO,EACL,UAAU;EACR,QAAQ,oBAAoB,GAAG,IAAI;EACnC,OAAO;CACT,EACF;AACF"}
1
+ {"version":3,"file":"on.js","names":[],"sources":["../../../src/globals/mixins/on.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2016, 2026\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\nexport default function on<TEvent extends Event = Event>(\n element: EventTarget,\n type: string,\n listener: EventListenerObject | ((event: TEvent) => void),\n options?: boolean | AddEventListenerOptions\n) {\n element.addEventListener(\n type,\n listener as EventListenerOrEventListenerObject,\n options\n );\n return {\n release() {\n element.removeEventListener(\n type,\n listener as EventListenerOrEventListenerObject,\n options\n );\n return null;\n },\n };\n}\n"],"mappings":";;;;;;;;;;;;;;AAOA,SAAwB,GACtB,SACA,MACA,UACA,SACA;CACA,QAAQ,iBACN,MACA,UACA,OACF;CACA,OAAO,EACL,UAAU;EACR,QAAQ,oBACN,MACA,UACA,OACF;EACA,OAAO;CACT,EACF;AACF"}
@@ -0,0 +1,89 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ /**
8
+ * Public registration API for `@carbon/web-components`
9
+ *
10
+ * Component classes are side-effect free; importing a class does not
11
+ * register it. Registration is opt-in, using `defineCustomElement`.
12
+ * By default, Carbon web components auto-register via their import barrels.
13
+ */
14
+ /**
15
+ * Custom element constructor that carries the registered tag name as a
16
+ * static `is` property instead of baking the tag name into a decorator.
17
+ */
18
+ export interface CarbonCustomElementConstructor extends CustomElementConstructor {
19
+ /**
20
+ * the tag name this element registers under
21
+ */
22
+ is: string;
23
+ }
24
+ /**
25
+ * Options for {@link defineCustomElement}
26
+ */
27
+ export interface DefineCustomElementOptions {
28
+ /**
29
+ * The tag name to register under. Defaults to the class's static `is`.
30
+ * Pass custom name to avoid global-registry collisions.
31
+ *
32
+ * ```js
33
+ * import CDSButton from '@carbon/web-components/es/components/button/button.js';
34
+ * import { defineCustomElement } from '@carbon/web-components/es/globals/register.js';
35
+ *
36
+ * // <cwc-button>
37
+ * defineCustomElement(CDSButton, { name: 'cwc-button' });
38
+ * ```
39
+ */
40
+ name?: string;
41
+ /**
42
+ * A custom registry to define the element in. Defaults to the global
43
+ * `customElements`. Pass a scoped `CustomElementRegistry` to keep registration
44
+ * out of global namespace.
45
+ *
46
+ * ```js
47
+ * import CDSButton from '@carbon/web-components/es/components/button/button.js';
48
+ * import { defineCustomElement } from '@carbon/web-components/es/globals/register.js';
49
+ *
50
+ * // Requires native support or the
51
+ * // `@webcomponents/scoped-custom-element-registry` polyfill.
52
+ * const registry = new CustomElementRegistry();
53
+ * defineCustomElement(CDSButton, { registry });
54
+ *
55
+ * // <cds-button> resolves to this registry, not the global one
56
+ * host.attachShadow({ mode: 'open', customElementRegistry: registry });
57
+ * ```
58
+ */
59
+ registry?: CustomElementRegistry;
60
+ }
61
+ /**
62
+ * Register a custom element class, under `options.name` in `options.registry`.
63
+ *
64
+ * `clazz` only needs to be a custom element constructor. `static is` is how a
65
+ * class carries its own tag (see {@link CarbonCustomElementConstructor}), but a
66
+ * class without one can still be registered by passing `options.name` — which
67
+ * is how an existing class is put on a second tag.
68
+ * Called by the registering barrels so importing a class stays pure.
69
+ *
70
+ * Re-registering the same class under the same tag is a no-op. If the tag is
71
+ * registered by a different class, i.e. two copies on the same page, the first
72
+ * definition wins and a warning is emitted in development.
73
+ *
74
+ * Classes can only be registered once per registry. If the tag is free but
75
+ * `clazz` is already registered under another name, e.g. a custom name call
76
+ * after the default tag was defined, a subclass is registered under the new name
77
+ * instead as `instanceof clazz`.
78
+ *
79
+ * @param clazz The custom element class to register
80
+ * @param options Registration options
81
+ * @returns The registered class, for re-export. This is `clazz` itself,
82
+ * except in the subclass case above, where it is the subclass that was
83
+ * actually registered under `options.name`.
84
+ */
85
+ export declare const defineCustomElement: <T extends CustomElementConstructor & {
86
+ is?: string;
87
+ }>(clazz: T, options?: DefineCustomElementOptions) => T;
88
+ export default defineCustomElement;
89
+ //# sourceMappingURL=register.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../../src/globals/register.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;;;;GAMG;AAEH;;;GAGG;AACH,MAAM,WAAW,8BACf,SAAQ,wBAAwB;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;;;;;;;;;;;;OAiBG;IACH,QAAQ,CAAC,EAAE,qBAAqB,CAAC;CAClC;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,mBAAmB,GAC9B,CAAC,SAAS,wBAAwB,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,EAEpD,OAAO,CAAC,EACR,UAAS,0BAA+B,KACvC,CA8CF,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,56 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ //#region src/globals/register.ts
9
+ /**
10
+ * Register a custom element class, under `options.name` in `options.registry`.
11
+ *
12
+ * `clazz` only needs to be a custom element constructor. `static is` is how a
13
+ * class carries its own tag (see {@link CarbonCustomElementConstructor}), but a
14
+ * class without one can still be registered by passing `options.name` — which
15
+ * is how an existing class is put on a second tag.
16
+ * Called by the registering barrels so importing a class stays pure.
17
+ *
18
+ * Re-registering the same class under the same tag is a no-op. If the tag is
19
+ * registered by a different class, i.e. two copies on the same page, the first
20
+ * definition wins and a warning is emitted in development.
21
+ *
22
+ * Classes can only be registered once per registry. If the tag is free but
23
+ * `clazz` is already registered under another name, e.g. a custom name call
24
+ * after the default tag was defined, a subclass is registered under the new name
25
+ * instead as `instanceof clazz`.
26
+ *
27
+ * @param clazz The custom element class to register
28
+ * @param options Registration options
29
+ * @returns The registered class, for re-export. This is `clazz` itself,
30
+ * except in the subclass case above, where it is the subclass that was
31
+ * actually registered under `options.name`.
32
+ */
33
+ const defineCustomElement = (clazz, options = {}) => {
34
+ const registry = options.registry ?? customElements;
35
+ const name = options.name ?? clazz.is;
36
+ if (!name) return clazz;
37
+ const existing = registry.get(name);
38
+ if (existing) {
39
+ if (existing !== clazz && true) globalThis.console?.warn(`[@carbon/web-components] <${name}> is already defined by a different class. This usually means more than one copy of @carbon/web-components is on the page; the first definition wins and components may mix versions. Deduplicate the dependency, or register into a scoped registry.`);
40
+ return clazz;
41
+ }
42
+ try {
43
+ registry.define(name, clazz);
44
+ } catch (error) {
45
+ if (error == null || error.name !== "NotSupportedError") throw error;
46
+ const ScopedElement = class extends clazz {};
47
+ Object.defineProperty(ScopedElement, "is", { value: name });
48
+ registry.define(name, ScopedElement);
49
+ return ScopedElement;
50
+ }
51
+ return clazz;
52
+ };
53
+ //#endregion
54
+ export { defineCustomElement as default, defineCustomElement };
55
+
56
+ //# sourceMappingURL=register.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.js","names":[],"sources":["../../src/globals/register.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2026\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 * Public registration API for `@carbon/web-components`\n *\n * Component classes are side-effect free; importing a class does not\n * register it. Registration is opt-in, using `defineCustomElement`.\n * By default, Carbon web components auto-register via their import barrels.\n */\n\n/**\n * Custom element constructor that carries the registered tag name as a\n * static `is` property instead of baking the tag name into a decorator.\n */\nexport interface CarbonCustomElementConstructor\n extends CustomElementConstructor {\n /**\n * the tag name this element registers under\n */\n is: string;\n}\n\n/**\n * Options for {@link defineCustomElement}\n */\nexport interface DefineCustomElementOptions {\n /**\n * The tag name to register under. Defaults to the class's static `is`.\n * Pass custom name to avoid global-registry collisions.\n *\n * ```js\n * import CDSButton from '@carbon/web-components/es/components/button/button.js';\n * import { defineCustomElement } from '@carbon/web-components/es/globals/register.js';\n *\n * // <cwc-button>\n * defineCustomElement(CDSButton, { name: 'cwc-button' });\n * ```\n */\n name?: string;\n /**\n * A custom registry to define the element in. Defaults to the global\n * `customElements`. Pass a scoped `CustomElementRegistry` to keep registration\n * out of global namespace.\n *\n * ```js\n * import CDSButton from '@carbon/web-components/es/components/button/button.js';\n * import { defineCustomElement } from '@carbon/web-components/es/globals/register.js';\n *\n * // Requires native support or the\n * // `@webcomponents/scoped-custom-element-registry` polyfill.\n * const registry = new CustomElementRegistry();\n * defineCustomElement(CDSButton, { registry });\n *\n * // <cds-button> resolves to this registry, not the global one\n * host.attachShadow({ mode: 'open', customElementRegistry: registry });\n * ```\n */\n registry?: CustomElementRegistry;\n}\n\n/**\n * Register a custom element class, under `options.name` in `options.registry`.\n *\n * `clazz` only needs to be a custom element constructor. `static is` is how a\n * class carries its own tag (see {@link CarbonCustomElementConstructor}), but a\n * class without one can still be registered by passing `options.name` — which\n * is how an existing class is put on a second tag.\n * Called by the registering barrels so importing a class stays pure.\n *\n * Re-registering the same class under the same tag is a no-op. If the tag is\n * registered by a different class, i.e. two copies on the same page, the first\n * definition wins and a warning is emitted in development.\n *\n * Classes can only be registered once per registry. If the tag is free but\n * `clazz` is already registered under another name, e.g. a custom name call\n * after the default tag was defined, a subclass is registered under the new name\n * instead as `instanceof clazz`.\n *\n * @param clazz The custom element class to register\n * @param options Registration options\n * @returns The registered class, for re-export. This is `clazz` itself,\n * except in the subclass case above, where it is the subclass that was\n * actually registered under `options.name`.\n */\nexport const defineCustomElement = <\n T extends CustomElementConstructor & { is?: string },\n>(\n clazz: T,\n options: DefineCustomElementOptions = {}\n): T => {\n const registry = options.registry ?? customElements;\n const name = options.name ?? clazz.is;\n if (!name) {\n return clazz;\n }\n\n const existing = registry.get(name);\n\n if (existing) {\n // Tag already definied, redefining with same class is a no-op. If more than\n // one copy fights for tag the first definition wins\n if (existing !== clazz && process.env.NODE_ENV === 'development') {\n globalThis.console?.warn(\n `[@carbon/web-components] <${name}> is already defined by a different ` +\n `class. This usually means more than one copy of ` +\n `@carbon/web-components is on the page; the first definition wins and ` +\n `components may mix versions. Deduplicate the dependency, or register ` +\n `into a scoped registry.`\n );\n }\n return clazz;\n }\n\n // Tag name is free, but a class can only be registered once per registry.\n // If `clazz` is already registered under another name, e.g. default `cds-`,\n // `define()` throws `NotSupportedError`. Register new subclass under new\n // name instead, so the custom name works. Elements stay `instanceof clazz`.\n try {\n registry.define(name, clazz as unknown as CustomElementConstructor);\n } catch (error) {\n if (\n error == null ||\n (error as { name?: string }).name !== 'NotSupportedError'\n ) {\n throw error;\n }\n\n const ScopedElement = class extends (clazz as unknown as CustomElementConstructor) {};\n // keep static `is` in sync with the tag is was registered under\n Object.defineProperty(ScopedElement, 'is', { value: name });\n registry.define(name, ScopedElement);\n return ScopedElement as unknown as T;\n }\n\n return clazz;\n};\n\nexport default defineCustomElement;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyFA,MAAa,uBAGX,OACA,UAAsC,CAAC,MACjC;CACN,MAAM,WAAW,QAAQ,YAAY;CACrC,MAAM,OAAO,QAAQ,QAAQ,MAAM;CACnC,IAAI,CAAC,MACH,OAAO;CAGT,MAAM,WAAW,SAAS,IAAI,IAAI;CAElC,IAAI,UAAU;EAGZ,IAAI,aAAa,SAAS,MACxB,WAAW,SAAS,KAClB,6BAA6B,KAAK,sPAKpC;EAEF,OAAO;CACT;CAMA,IAAI;EACF,SAAS,OAAO,MAAM,KAA4C;CACpE,SAAS,OAAO;EACd,IACE,SAAS,QACR,MAA4B,SAAS,qBAEtC,MAAM;EAGR,MAAM,gBAAgB,cAAe,MAA8C,CAAC;EAEpF,OAAO,eAAe,eAAe,MAAM,EAAE,OAAO,KAAK,CAAC;EAC1D,SAAS,OAAO,MAAM,aAAa;EACnC,OAAO;CACT;CAEA,OAAO;AACT"}
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { css } from "lit";
9
9
  //#region src/components/accordion/accordion.scss?lit
10
- var accordion_default = css([".cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-layer-background)}.cds-custom--accordion,:host(cds-custom-accordion),:host(cds-custom-accordion-skeleton){--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-sm)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--accordion *,.cds-custom--accordion :after,.cds-custom--accordion :before,:host(cds-custom-accordion) *,:host(cds-custom-accordion) :after,:host(cds-custom-accordion) :before,:host(cds-custom-accordion-skeleton) *,:host(cds-custom-accordion-skeleton) :after,:host(cds-custom-accordion-skeleton) :before{box-sizing:inherit}.cds-custom--accordion,:host(cds-custom-accordion),:host(cds-custom-accordion-skeleton){inline-size:100%;list-style:none}.cds-custom--accordion__item,:host(cds-custom-accordion-item),:host(cds-custom-accordion-item-skeleton){display:list-item;overflow:visible;border-block-start:1px solid var(--cds-border-subtle);transition:border-color .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--accordion__item:last-child{border-block-end:1px solid var(--cds-border-subtle)}@media (any-hover:hover){.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):hover,.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):hover+.cds-custom--accordion__item,.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):hover+:host(cds-custom-accordion-item),.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):hover+:host(cds-custom-accordion-item-skeleton){border-block-start-color:var(--cds-layer-hover)}.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):last-child:hover{border-block-end-color:var(--cds-layer-hover)}}.cds-custom--accordion__heading{transition:background-color .11s cubic-bezier(.2,0,.38,.9);display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;text-align:start;box-sizing:border-box;padding:0;border:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--accordion__heading *,.cds-custom--accordion__heading :after,.cds-custom--accordion__heading :before{box-sizing:inherit}.cds-custom--accordion__heading::-moz-focus-inner{border:0}.cds-custom--accordion__heading{position:relative;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;margin:0;color:var(--cds-text-primary,#161616);cursor:pointer;inline-size:100%;min-block-size:var(--cds-layout-size-height-local);padding-inline-end:var(--cds-layout-density-padding-inline-local)}@media (any-hover:hover){.cds-custom--accordion__heading:hover{background-color:var(--cds-layer-hover);outline:none}}.cds-custom--accordion__heading:focus{position:relative;z-index:2;box-shadow:0 -1px 0 0 var(--cds-focus,#0f62fe),inset 0 1px 0 0 var(--cds-focus,#0f62fe),inset 2px 0 0 0 var(--cds-focus,#0f62fe),0 1px 0 0 var(--cds-focus,#0f62fe),inset 0 -1px 0 0 var(--cds-focus,#0f62fe),inset -2px 0 0 0 var(--cds-focus,#0f62fe);outline:none}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--accordion__heading:focus{outline:2px solid Highlight}}.cds-custom--accordion__heading[disabled]{background-color:transparent;color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed}.cds-custom--accordion__heading[disabled] .cds-custom--accordion__arrow{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}@media (any-hover:hover){.cds-custom--accordion__heading[disabled]:hover:before{background-color:transparent}}.cds-custom--accordion__item--disabled,.cds-custom--accordion__item--disabled+.cds-custom--accordion__item,.cds-custom--accordion__item--disabled+:host(cds-custom-accordion-item),.cds-custom--accordion__item--disabled+:host(cds-custom-accordion-item-skeleton){border-block-start:1px solid var(--cds-border-subtle)}li.cds-custom--accordion__item--disabled:last-of-type{border-block-end:1px solid var(--cds-border-subtle)}.cds-custom--accordion__arrow{outline:2px solid transparent;outline-offset:-2px;transition:all .11s cubic-bezier(.2,0,.38,.9);flex:0 0 1rem;block-size:1rem;fill:var(--cds-icon-primary,#161616);inline-size:1rem;transform:rotate(-270deg)}.cds-custom--accordion__title{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);z-index:1;inline-size:100%;padding-inline-start:1rem;text-align:start}.cds-custom--accordion__wrapper{display:none;overflow:hidden;padding:0;max-block-size:0;opacity:0;transition:all allow-discrete .11s cubic-bezier(0,0,.38,.9);writing-mode:horizontal-tb}.cds-custom--accordion__content,:host(cds-custom-accordion-item) .cds-custom--accordion__content,:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content{padding-inline:var(--cds-layout-density-padding-inline-local)}@media (min-width:480px){.cds-custom--accordion__content,:host(cds-custom-accordion-item) .cds-custom--accordion__content,:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content{padding-inline-end:3rem}}@media (min-width:640px){.cds-custom--accordion__content,:host(cds-custom-accordion-item) .cds-custom--accordion__content,:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content{padding-inline-end:25%}}.cds-custom--accordion__content>p,:host(cds-custom-accordion-item) .cds-custom--accordion__content>p,:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content>p{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px)}.cds-custom--accordion--start .cds-custom--accordion__heading,:host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__heading,:host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__heading{flex-direction:row}.cds-custom--accordion--start .cds-custom--accordion__arrow,:host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__arrow,:host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__arrow{margin:2px 0 0 var(--cds-layout-density-padding-inline-local)}.cds-custom--accordion--start .cds-custom--accordion__title,:host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__title,:host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__title{margin-inline-end:1rem}.cds-custom--accordion--start .cds-custom--accordion__content,:host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__content,:host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__content{margin-inline-start:calc(var(--cds-layout-density-padding-inline-local) + 1rem)}.cds-custom--accordion__item--collapsing .cds-custom--accordion__content,.cds-custom--accordion__item--expanding .cds-custom--accordion__content,:host(cds-custom-accordion-item[collapsing]) .cds-custom--accordion__content,:host(cds-custom-accordion-item[expanding]) .cds-custom--accordion__content{display:block}.cds-custom--accordion__item--active,:host(cds-custom-accordion-item[open]:not([disabled])){overflow:visible}.cds-custom--accordion__item--active>.cds-custom--accordion__wrapper,:host(cds-custom-accordion-item[open]:not([disabled]))>.cds-custom--accordion__wrapper{display:block;overflow:visible;max-block-size:-moz-fit-content;max-block-size:fit-content;opacity:1;padding-block:.5rem;padding-block-end:1.5rem}.cds-custom--accordion__item--active>.cds-custom--accordion__heading>.cds-custom--accordion__arrow,:host(cds-custom-accordion-item[open]:not([disabled]))>.cds-custom--accordion__heading>.cds-custom--accordion__arrow{fill:var(--cds-icon-primary,#161616);transform:rotate(-90deg)}@starting-style{.cds-custom--accordion__item--active>.cds-custom--accordion__wrapper,:host(cds-custom-accordion-item[open]:not([disabled]))>.cds-custom--accordion__wrapper{padding:0;max-block-size:0;opacity:0}}.cds-custom--accordion--flush .cds-custom--accordion__item,.cds-custom--accordion--flush :host(cds-custom-accordion-item),.cds-custom--accordion--flush :host(cds-custom-accordion-item-skeleton){position:relative;border-color:transparent}.cds-custom--accordion--flush .cds-custom--accordion__item:last-child{border-color:transparent}.cds-custom--accordion--flush .cds-custom--accordion__item:after,.cds-custom--accordion--flush .cds-custom--accordion__item:before{position:absolute;display:block;block-size:1px;content:\"\";inline-size:calc(100% - 2rem);margin-inline-start:1rem;transition:background .11s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--accordion--flush .cds-custom--accordion__item:after,.cds-custom--accordion--flush .cds-custom--accordion__item:before{transition:none}}.cds-custom--accordion--flush .cds-custom--accordion__item:before{background:var(--cds-border-subtle);inset-block-start:-1px}.cds-custom--accordion--flush .cds-custom--accordion__item:last-child:after{background:var(--cds-border-subtle);inset-block-end:-1px}@media (any-hover:hover){.cds-custom--accordion--flush .cds-custom--accordion__item:hover,.cds-custom--accordion--flush .cds-custom--accordion__item:hover+.cds-custom--accordion__item,.cds-custom--accordion--flush .cds-custom--accordion__item:hover+:host(cds-custom-accordion-item),.cds-custom--accordion--flush .cds-custom--accordion__item:hover+:host(cds-custom-accordion-item-skeleton),.cds-custom--accordion--flush .cds-custom--accordion__item:last-child:hover{border-color:transparent}}@media (any-hover:hover){.cds-custom--accordion--flush .cds-custom--accordion__heading:hover{position:relative;z-index:1}.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:after,.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:before{position:absolute;display:block;background:var(--cds-layer-hover);block-size:1px;content:\"\";inline-size:100%;inset-inline-start:0;transition:background .11s cubic-bezier(.2,0,.38,.9)}}@media screen and (any-hover:hover) and (prefers-reduced-motion:reduce){.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:after,.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:before{transition:none}}@media (any-hover:hover){.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:before{inset-block-start:-1px}.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:after{inset-block-end:-1px}.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:focus:after,.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:focus:before{background:none}}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__button,.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__heading{cursor:default}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__arrow{cursor:default;fill:var(--cds-icon-primary,#161616);pointer-events:none}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__arrow:active,.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__arrow:focus{border:none;cursor:default;outline:none}@media (any-hover:hover){.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__arrow:hover{border:none;cursor:default;outline:none}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__heading:hover,.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__heading:hover:before{background-color:transparent}}.cds-custom--accordion--end.cds-custom--skeleton .cds-custom--accordion__arrow{margin-inline-start:1rem}.cds-custom--skeleton .cds-custom--accordion__heading:focus .cds-custom--accordion__arrow{border:none;cursor:default;outline:none}.cds-custom--accordion__title.cds-custom--skeleton__text{margin-block-end:0}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__title{margin-inline-start:1rem}[dir=rtl] .cds-custom--accordion--start .cds-custom--accordion__heading,[dir=rtl] :host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__heading,[dir=rtl] :host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__heading{padding-inline:var(--cds-layout-density-padding-inline-local) 0}[dir=rtl] .cds-custom--accordion--start .cds-custom--accordion__title,[dir=rtl] :host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__title,[dir=rtl] :host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__title{margin-inline-end:0;padding-inline-start:0}.cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-sm,:host(cds-custom-accordion-item-skeleton[size=sm]) button,:host(cds-custom-accordion-item[size=sm]) button{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-lg,:host(cds-custom-accordion-item-skeleton[size=lg]) button,:host(cds-custom-accordion-item[size=lg]) button{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}:host(cds-custom-accordion),:host(cds-custom-accordion-skeleton){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}:host(cds-custom-accordion-item),:host(cds-custom-accordion-item-skeleton){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);display:block;outline:none}:host(cds-custom-accordion-item) .cds-custom--accordion__content ::slotted(p),:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content ::slotted(p){margin:0;font-size:var(--cds-body-01-font-size)!important;font-weight:var(--cds-body-01-font-weight);letter-spacing:var(--cds-body-01-letter-spacing);line-height:var(--cds-body-01-line-height)}:host([data-last-item]){border-block-end:1px solid var(--cds-border-subtle)}:host(cds-custom-accordion-item-skeleton[size=sm]) button,:host(cds-custom-accordion-item[size=sm]) button{min-block-size:var(--cds-layout-size-height-context)}:host(cds-custom-accordion-item-skeleton[size=lg]) button,:host(cds-custom-accordion-item[size=lg]) button{min-block-size:var(--cds-layout-size-height-context)}:host(cds-custom-accordion-item-skeleton[isFlush]),:host(cds-custom-accordion-item[isFlush]){position:relative;border-color:transparent}:host(cds-custom-accordion-item-skeleton[isFlush]):after,:host(cds-custom-accordion-item-skeleton[isFlush]):before,:host(cds-custom-accordion-item[isFlush]):after,:host(cds-custom-accordion-item[isFlush]):before{position:absolute;display:block;block-size:1px;content:\"\";inline-size:calc(100% - 2rem);margin-inline-start:1rem;transition:background .11s cubic-bezier(0,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-accordion-item-skeleton[isFlush]):after,:host(cds-custom-accordion-item-skeleton[isFlush]):before,:host(cds-custom-accordion-item[isFlush]):after,:host(cds-custom-accordion-item[isFlush]):before{transition:none}}:host(cds-custom-accordion-item-skeleton[isFlush]):before,:host(cds-custom-accordion-item[isFlush]):before{background:var(--cds-border-subtle);inset-block-start:-1px}:host(cds-custom-accordion-item-skeleton[isFlush]):after,:host(cds-custom-accordion-item[isFlush]):after{background:var(--cds-border-subtle);inset-block-end:-1px}@media (any-hover:hover){:host([isFlush]) .cds-custom--accordion__heading:hover{position:relative;z-index:1}:host([isFlush]) .cds-custom--accordion__heading:hover:after,:host([isFlush]) .cds-custom--accordion__heading:hover:before{position:absolute;display:block;background:var(--cds-layer-hover);block-size:1px;content:\"\";inline-size:100%;inset-inline-start:0;transition:background .11s cubic-bezier(.2,0,.38,.9)}}@media screen and (any-hover:hover) and (prefers-reduced-motion:reduce){:host([isFlush]) .cds-custom--accordion__heading:hover:after,:host([isFlush]) .cds-custom--accordion__heading:hover:before{transition:none}}@media (any-hover:hover){:host([isFlush]) .cds-custom--accordion__heading:hover:before{inset-block-start:-1px}:host([isFlush]) .cds-custom--accordion__heading:hover:after{inset-block-end:-1px}:host([isFlush]) .cds-custom--accordion__heading:hover:focus:after,:host([isFlush]) .cds-custom--accordion__heading:hover:focus:before{background:none}}:host(cds-custom-accordion-item[open]:not([disabled])) .cds-custom--accordion__content{padding-inline-end:1rem}:host(cds-custom-accordion-item[open]:not([disabled])) .cds-custom-ce--accordion__content--sm{padding-inline-end:3rem}:host(cds-custom-accordion-item[open]:not([disabled])) .cds-custom-ce--accordion__content--md{padding-inline-end:25%}:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__heading,:host(cds-custom-accordion-skeleton) .cds-custom--accordion__heading{cursor:default;pointer-events:none}@media (any-hover:hover){:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__heading:hover:before,:host(cds-custom-accordion-skeleton) .cds-custom--accordion__heading:hover:before{background:transparent}}:host(cds-custom-accordion-item-skeleton[alignment=end i]) .cds-custom--accordion__arrow,:host(cds-custom-accordion-item[alignment=end i]) .cds-custom--accordion__arrow,:host(cds-custom-accordion-skeleton) .cds-custom--accordion__item.cds-custom--accordion--END .cds-custom--accordion__arrow{margin-inline-start:1rem}:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__title,:host(cds-custom-accordion-skeleton) .cds-custom--accordion__heading .cds-custom--accordion__title{padding-block-start:.5rem}.controlled-accordion-btn{max-inline-size:13.25rem}.cds-custom--accordion--flush{position:relative;border-color:transparent}.cds-custom--accordion--flush:before{position:absolute;display:block;background:var(--cds-border-subtle);block-size:1px;content:\"\";inline-size:calc(100% - 2rem);inset-block-start:-1px;inset-inline-start:0;margin-inline-start:1rem;transition:background .11s cubic-bezier(0,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--accordion--flush:before{transition:none}}.cds-custom--accordion--flush:focus:before{background:none}"]);
10
+ var accordion_default = css([".cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01, #f4f4f4);--cds-layer-active:var(--cds-layer-active-01, #c6c6c6);--cds-layer-background:var(--cds-layer-background-01, #fff);--cds-layer-hover:var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01, #a8a8a8);--cds-field:var(--cds-field-01, #f4f4f4);--cds-field-hover:var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong:var(--cds-border-strong-01, #8d8d8d);--cds-border-tile:var(--cds-border-tile-01, #c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02, #fff);--cds-layer-active:var(--cds-layer-active-02, #c6c6c6);--cds-layer-background:var(--cds-layer-background-02, #f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02, #a8a8a8);--cds-field:var(--cds-field-02, #fff);--cds-field-hover:var(--cds-field-hover-02, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01, #c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02, #c6c6c6);--cds-border-strong:var(--cds-border-strong-02, #8d8d8d);--cds-border-tile:var(--cds-border-tile-02, #a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03, #f4f4f4);--cds-layer-active:var(--cds-layer-active-03, #c6c6c6);--cds-layer-background:var(--cds-layer-background-03, #fff);--cds-layer-hover:var(--cds-layer-hover-03, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03, #a8a8a8);--cds-field:var(--cds-field-03, #f4f4f4);--cds-field-hover:var(--cds-field-hover-03, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02, #e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03, #c6c6c6);--cds-border-strong:var(--cds-border-strong-03, #8d8d8d);--cds-border-tile:var(--cds-border-tile-03, #c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-layer-background)}.cds-custom--accordion,:host(cds-custom-accordion),:host(cds-custom-accordion-skeleton){--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-sm)), var(--cds-layout-size-height, var(--cds-layout-size-height-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--accordion *,.cds-custom--accordion :after,.cds-custom--accordion :before,:host(cds-custom-accordion) *,:host(cds-custom-accordion) :after,:host(cds-custom-accordion) :before,:host(cds-custom-accordion-skeleton) *,:host(cds-custom-accordion-skeleton) :after,:host(cds-custom-accordion-skeleton) :before{box-sizing:inherit}.cds-custom--accordion,:host(cds-custom-accordion),:host(cds-custom-accordion-skeleton){inline-size:100%;list-style:none}.cds-custom--accordion__item,:host(cds-custom-accordion-item),:host(cds-custom-accordion-item-skeleton){display:list-item;overflow:visible;border-block-start:1px solid var(--cds-border-subtle);transition:border-color .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--accordion__item:last-child{border-block-end:1px solid var(--cds-border-subtle)}@media (any-hover:hover){.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):hover,.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):hover+.cds-custom--accordion__item,.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):hover+:host(cds-custom-accordion-item),.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):hover+:host(cds-custom-accordion-item-skeleton){border-block-start-color:var(--cds-layer-hover)}.cds-custom--accordion__item:not(.cds-custom--accordion__item--active):last-child:hover{border-block-end-color:var(--cds-layer-hover)}}.cds-custom--accordion__heading{transition:background-color .11s cubic-bezier(.2,0,.38,.9);display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;text-align:start;box-sizing:border-box;padding:0;border:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--accordion__heading *,.cds-custom--accordion__heading :after,.cds-custom--accordion__heading :before{box-sizing:inherit}.cds-custom--accordion__heading::-moz-focus-inner{border:0}.cds-custom--accordion__heading{position:relative;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;margin:0;color:var(--cds-text-primary,#161616);cursor:pointer;inline-size:100%;min-block-size:var(--cds-layout-size-height-local);padding-inline-end:var(--cds-layout-density-padding-inline-local)}@media (any-hover:hover){.cds-custom--accordion__heading:hover{background-color:var(--cds-layer-hover);outline:none}}.cds-custom--accordion__heading:focus{position:relative;z-index:2;box-shadow:0 -1px 0 0 var(--cds-focus,#0f62fe),inset 0 1px 0 0 var(--cds-focus,#0f62fe),inset 2px 0 0 0 var(--cds-focus,#0f62fe),0 1px 0 0 var(--cds-focus,#0f62fe),inset 0 -1px 0 0 var(--cds-focus,#0f62fe),inset -2px 0 0 0 var(--cds-focus,#0f62fe);outline:none}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--accordion__heading:focus{outline:2px solid Highlight}}.cds-custom--accordion__heading[disabled]{background-color:transparent;color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed}.cds-custom--accordion__heading[disabled] .cds-custom--accordion__arrow{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}@media (any-hover:hover){.cds-custom--accordion__heading[disabled]:hover:before{background-color:transparent}}.cds-custom--accordion__item--disabled,.cds-custom--accordion__item--disabled+.cds-custom--accordion__item,.cds-custom--accordion__item--disabled+:host(cds-custom-accordion-item),.cds-custom--accordion__item--disabled+:host(cds-custom-accordion-item-skeleton){border-block-start:1px solid var(--cds-border-subtle)}li.cds-custom--accordion__item--disabled:last-of-type{border-block-end:1px solid var(--cds-border-subtle)}.cds-custom--accordion__arrow{outline:2px solid transparent;outline-offset:-2px;transition:all .11s cubic-bezier(.2,0,.38,.9);flex:0 0 1rem;block-size:1rem;fill:var(--cds-icon-primary,#161616);inline-size:1rem;transform:rotate(-270deg)}.cds-custom--accordion__title{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);z-index:1;inline-size:100%;padding-inline-start:1rem;text-align:start}.cds-custom--accordion__wrapper{display:none;overflow:hidden;padding:0;max-block-size:0;opacity:0;transition:all allow-discrete .11s cubic-bezier(0,0,.38,.9);writing-mode:horizontal-tb}.cds-custom--accordion__content,:host(cds-custom-accordion-item) .cds-custom--accordion__content,:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content{padding-inline:var(--cds-layout-density-padding-inline-local)}@media (min-width:480px){.cds-custom--accordion__content,:host(cds-custom-accordion-item) .cds-custom--accordion__content,:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content{padding-inline-end:3rem}}@media (min-width:640px){.cds-custom--accordion__content,:host(cds-custom-accordion-item) .cds-custom--accordion__content,:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content{padding-inline-end:25%}}.cds-custom--accordion__content>p,:host(cds-custom-accordion-item) .cds-custom--accordion__content>p,:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content>p{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px)}.cds-custom--accordion--start .cds-custom--accordion__heading,:host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__heading,:host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__heading{flex-direction:row}.cds-custom--accordion--start .cds-custom--accordion__arrow,:host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__arrow,:host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__arrow{margin:2px 0 0 var(--cds-layout-density-padding-inline-local)}.cds-custom--accordion--start .cds-custom--accordion__title,:host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__title,:host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__title{margin-inline-end:1rem}.cds-custom--accordion--start .cds-custom--accordion__content,:host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__content,:host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__content{margin-inline-start:calc(1rem + var(--cds-layout-density-padding-inline-local))}.cds-custom--accordion__item--collapsing .cds-custom--accordion__content,.cds-custom--accordion__item--expanding .cds-custom--accordion__content,:host(cds-custom-accordion-item[collapsing]) .cds-custom--accordion__content,:host(cds-custom-accordion-item[expanding]) .cds-custom--accordion__content{display:block}.cds-custom--accordion__item--active,:host(cds-custom-accordion-item[open]:not([disabled])){overflow:visible}.cds-custom--accordion__item--active>.cds-custom--accordion__wrapper,:host(cds-custom-accordion-item[open]:not([disabled]))>.cds-custom--accordion__wrapper{display:block;overflow:visible;max-block-size:-moz-fit-content;max-block-size:fit-content;opacity:1;padding-block:.5rem;padding-block-end:1.5rem}.cds-custom--accordion__item--active>.cds-custom--accordion__heading>.cds-custom--accordion__arrow,:host(cds-custom-accordion-item[open]:not([disabled]))>.cds-custom--accordion__heading>.cds-custom--accordion__arrow{fill:var(--cds-icon-primary,#161616);transform:rotate(-90deg)}@starting-style{.cds-custom--accordion__item--active>.cds-custom--accordion__wrapper,:host(cds-custom-accordion-item[open]:not([disabled]))>.cds-custom--accordion__wrapper{padding:0;max-block-size:0;opacity:0}}.cds-custom--accordion--flush .cds-custom--accordion__item,.cds-custom--accordion--flush :host(cds-custom-accordion-item),.cds-custom--accordion--flush :host(cds-custom-accordion-item-skeleton){position:relative;border-color:transparent}.cds-custom--accordion--flush .cds-custom--accordion__item:last-child{border-color:transparent}.cds-custom--accordion--flush .cds-custom--accordion__item:after,.cds-custom--accordion--flush .cds-custom--accordion__item:before{position:absolute;display:block;block-size:1px;content:\"\";inline-size:calc(100% - 2rem);margin-inline-start:1rem;transition:background .11s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--accordion--flush .cds-custom--accordion__item:after,.cds-custom--accordion--flush .cds-custom--accordion__item:before{transition:none}}.cds-custom--accordion--flush .cds-custom--accordion__item:before{background:var(--cds-border-subtle);inset-block-start:-1px}.cds-custom--accordion--flush .cds-custom--accordion__item:last-child:after{background:var(--cds-border-subtle);inset-block-end:-1px}@media (any-hover:hover){.cds-custom--accordion--flush .cds-custom--accordion__item:hover,.cds-custom--accordion--flush .cds-custom--accordion__item:hover+.cds-custom--accordion__item,.cds-custom--accordion--flush .cds-custom--accordion__item:hover+:host(cds-custom-accordion-item),.cds-custom--accordion--flush .cds-custom--accordion__item:hover+:host(cds-custom-accordion-item-skeleton),.cds-custom--accordion--flush .cds-custom--accordion__item:last-child:hover{border-color:transparent}}@media (any-hover:hover){.cds-custom--accordion--flush .cds-custom--accordion__heading:hover{position:relative;z-index:1}.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:after,.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:before{position:absolute;display:block;background:var(--cds-layer-hover);block-size:1px;content:\"\";inline-size:100%;inset-inline-start:0;transition:background .11s cubic-bezier(.2,0,.38,.9)}}@media screen and (any-hover:hover) and (prefers-reduced-motion:reduce){.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:after,.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:before{transition:none}}@media (any-hover:hover){.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:before{inset-block-start:-1px}.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:after{inset-block-end:-1px}.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:focus:after,.cds-custom--accordion--flush .cds-custom--accordion__heading:hover:focus:before{background:none}}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__button,.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__heading{cursor:default}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__arrow{cursor:default;fill:var(--cds-icon-primary,#161616);pointer-events:none}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__arrow:active,.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__arrow:focus{border:none;cursor:default;outline:none}@media (any-hover:hover){.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__arrow:hover{border:none;cursor:default;outline:none}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__heading:hover,.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__heading:hover:before{background-color:transparent}}.cds-custom--accordion--end.cds-custom--skeleton .cds-custom--accordion__arrow{margin-inline-start:1rem}.cds-custom--skeleton .cds-custom--accordion__heading:focus .cds-custom--accordion__arrow{border:none;cursor:default;outline:none}.cds-custom--accordion__title.cds-custom--skeleton__text{margin-block-end:0}.cds-custom--accordion.cds-custom--skeleton .cds-custom--accordion__title{margin-inline-start:1rem}[dir=rtl] .cds-custom--accordion--start .cds-custom--accordion__heading,[dir=rtl] :host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__heading,[dir=rtl] :host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__heading{padding-inline:var(--cds-layout-density-padding-inline-local) 0}[dir=rtl] .cds-custom--accordion--start .cds-custom--accordion__title,[dir=rtl] :host(cds-custom-accordion-item-skeleton[alignment=start]) .cds-custom--accordion__title,[dir=rtl] :host(cds-custom-accordion-item[alignment=start]) .cds-custom--accordion__title{margin-inline-end:0;padding-inline-start:0}.cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs, 1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-sm,:host(cds-custom-accordion-item-skeleton[size=sm]) button,:host(cds-custom-accordion-item[size=sm]) button{--cds-layout-size-height-context:var(--cds-layout-size-height-sm, 2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md, 2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-lg,:host(cds-custom-accordion-item-skeleton[size=lg]) button,:host(cds-custom-accordion-item[size=lg]) button{--cds-layout-size-height-context:var(--cds-layout-size-height-lg, 3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl, 4rem)}.cds-custom--layout--size-2xl,.cds-custom--layout--size-xl{--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl, 5rem)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-xs, 1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs, 1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs, 1.5rem)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-sm, 2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm, 2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm, 2rem)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-md, 2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md, 2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md, 2.5rem)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-lg, 3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg, 3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg, 3rem)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-xl, 4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl, 4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl, 4rem)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl, 5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl, 5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed, 0.5rem)}.cds-custom--layout--density-condensed,.cds-custom--layout--density-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal, 1rem)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed, 0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed, 0.5rem)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal, 1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal, 1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}:host(cds-custom-accordion),:host(cds-custom-accordion-skeleton){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}:host(cds-custom-accordion-item),:host(cds-custom-accordion-item-skeleton){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);display:block;outline:none}:host(cds-custom-accordion-item) .cds-custom--accordion__content ::slotted(p),:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__content ::slotted(p){margin:0;font-size:var(--cds-body-01-font-size)!important;font-weight:var(--cds-body-01-font-weight);letter-spacing:var(--cds-body-01-letter-spacing);line-height:var(--cds-body-01-line-height)}:host([data-last-item]){border-block-end:1px solid var(--cds-border-subtle)}:host(cds-custom-accordion-item-skeleton[size=sm]) button,:host(cds-custom-accordion-item[size=sm]) button{min-block-size:var(--cds-layout-size-height-context)}:host(cds-custom-accordion-item-skeleton[size=lg]) button,:host(cds-custom-accordion-item[size=lg]) button{min-block-size:var(--cds-layout-size-height-context)}:host(cds-custom-accordion-item-skeleton[isFlush]),:host(cds-custom-accordion-item[isFlush]){position:relative;border-color:transparent}:host(cds-custom-accordion-item-skeleton[isFlush]):after,:host(cds-custom-accordion-item-skeleton[isFlush]):before,:host(cds-custom-accordion-item[isFlush]):after,:host(cds-custom-accordion-item[isFlush]):before{position:absolute;display:block;block-size:1px;content:\"\";inline-size:calc(100% - 2rem);margin-inline-start:1rem;transition:background .11s cubic-bezier(0,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-accordion-item-skeleton[isFlush]):after,:host(cds-custom-accordion-item-skeleton[isFlush]):before,:host(cds-custom-accordion-item[isFlush]):after,:host(cds-custom-accordion-item[isFlush]):before{transition:none}}:host(cds-custom-accordion-item-skeleton[isFlush]):before,:host(cds-custom-accordion-item[isFlush]):before{background:var(--cds-border-subtle);inset-block-start:-1px}:host(cds-custom-accordion-item-skeleton[isFlush]):after,:host(cds-custom-accordion-item[isFlush]):after{background:var(--cds-border-subtle);inset-block-end:-1px}@media (any-hover:hover){:host([isFlush]) .cds-custom--accordion__heading:hover{position:relative;z-index:1}:host([isFlush]) .cds-custom--accordion__heading:hover:after,:host([isFlush]) .cds-custom--accordion__heading:hover:before{position:absolute;display:block;background:var(--cds-layer-hover);block-size:1px;content:\"\";inline-size:100%;inset-inline-start:0;transition:background .11s cubic-bezier(.2,0,.38,.9)}}@media screen and (any-hover:hover) and (prefers-reduced-motion:reduce){:host([isFlush]) .cds-custom--accordion__heading:hover:after,:host([isFlush]) .cds-custom--accordion__heading:hover:before{transition:none}}@media (any-hover:hover){:host([isFlush]) .cds-custom--accordion__heading:hover:before{inset-block-start:-1px}:host([isFlush]) .cds-custom--accordion__heading:hover:after{inset-block-end:-1px}:host([isFlush]) .cds-custom--accordion__heading:hover:focus:after,:host([isFlush]) .cds-custom--accordion__heading:hover:focus:before{background:none}}:host(cds-custom-accordion-item[open]:not([disabled])) .cds-custom--accordion__content{padding-inline-end:1rem}:host(cds-custom-accordion-item[open]:not([disabled])) .cds-custom-ce--accordion__content--sm{padding-inline-end:3rem}:host(cds-custom-accordion-item[open]:not([disabled])) .cds-custom-ce--accordion__content--md{padding-inline-end:25%}:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__heading,:host(cds-custom-accordion-skeleton) .cds-custom--accordion__heading{cursor:default;pointer-events:none}@media (any-hover:hover){:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__heading:hover:before,:host(cds-custom-accordion-skeleton) .cds-custom--accordion__heading:hover:before{background:transparent}}:host(cds-custom-accordion-item-skeleton[alignment=end i]) .cds-custom--accordion__arrow,:host(cds-custom-accordion-item[alignment=end i]) .cds-custom--accordion__arrow,:host(cds-custom-accordion-skeleton) .cds-custom--accordion__item.cds-custom--accordion--END .cds-custom--accordion__arrow{margin-inline-start:1rem}:host(cds-custom-accordion-item-skeleton) .cds-custom--accordion__title,:host(cds-custom-accordion-skeleton) .cds-custom--accordion__heading .cds-custom--accordion__title{padding-block-start:.5rem}.controlled-accordion-btn{max-inline-size:13.25rem}.cds-custom--accordion--flush{position:relative;border-color:transparent}.cds-custom--accordion--flush:before{position:absolute;display:block;background:var(--cds-border-subtle);block-size:1px;content:\"\";inline-size:calc(100% - 2rem);inset-block-start:-1px;inset-inline-start:0;margin-inline-start:1rem;transition:background .11s cubic-bezier(0,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--accordion--flush:before{transition:none}}.cds-custom--accordion--flush:focus:before{background:none}"]);
11
11
  //#endregion
12
12
  export { accordion_default as default };
13
13