@carbon/web-components 2.62.0-rc.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 (792) 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-item.d.ts +0 -4
  5. package/es/components/accordion/accordion-item.d.ts.map +1 -1
  6. package/es/components/accordion/accordion-item.js +2 -6
  7. package/es/components/accordion/accordion-item.js.map +1 -1
  8. package/es/components/accordion/accordion.scss.js +1 -1
  9. package/es/components/action-set/action-set.scss.js +1 -1
  10. package/es/components/ai-label/ai-label-action-button.d.ts +1 -1
  11. package/es/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  12. package/es/components/ai-label/ai-label-action-button.js +4 -3
  13. package/es/components/ai-label/ai-label-action-button.js.map +1 -1
  14. package/es/components/ai-label/ai-label.scss.js +1 -1
  15. package/es/components/ai-label/ai-label.scss.js.map +1 -1
  16. package/es/components/ai-label/index.d.ts +1 -0
  17. package/es/components/ai-label/index.d.ts.map +1 -1
  18. package/es/components/ai-label/index.js +1 -0
  19. package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  20. package/es/components/big-number/big-number-skeleton.d.ts +21 -0
  21. package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
  22. package/es/components/big-number/big-number-skeleton.js +62 -0
  23. package/es/components/big-number/big-number-skeleton.js.map +1 -0
  24. package/es/components/big-number/big-number-skeleton.scss.js +14 -0
  25. package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
  26. package/es/components/big-number/big-number.d.ts +35 -0
  27. package/es/components/big-number/big-number.d.ts.map +1 -0
  28. package/es/components/big-number/big-number.js +171 -0
  29. package/es/components/big-number/big-number.js.map +1 -0
  30. package/es/components/big-number/big-number.scss.js +14 -0
  31. package/es/components/big-number/big-number.scss.js.map +1 -0
  32. package/es/components/big-number/constants.d.ts +20 -0
  33. package/es/components/big-number/constants.d.ts.map +1 -0
  34. package/es/components/big-number/constants.js +32 -0
  35. package/es/components/big-number/constants.js.map +1 -0
  36. package/es/components/big-number/index.d.ts +8 -0
  37. package/es/components/big-number/index.d.ts.map +1 -0
  38. package/es/components/big-number/index.js +8 -0
  39. package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  40. package/es/components/breadcrumb/breadcrumb-item.js +2 -1
  41. package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
  42. package/es/components/breadcrumb/breadcrumb.d.ts +1 -1
  43. package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  44. package/es/components/breadcrumb/breadcrumb.js +2 -2
  45. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  46. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  47. package/es/components/button/button.d.ts.map +1 -1
  48. package/es/components/button/button.js +1 -1
  49. package/es/components/button/button.js.map +1 -1
  50. package/es/components/button/button.scss.js +1 -1
  51. package/es/components/checkbox/checkbox.scss.js +1 -1
  52. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  53. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  54. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  55. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  56. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  57. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  58. package/es/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  59. package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  60. package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
  61. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  62. package/es/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  63. package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  64. package/es/components/coachmark/coachmark-beacon/index.js +8 -0
  65. package/es/components/coachmark/coachmark-body.d.ts +31 -0
  66. package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
  67. package/es/components/coachmark/coachmark-body.js +39 -0
  68. package/es/components/coachmark/coachmark-body.js.map +1 -0
  69. package/es/components/coachmark/coachmark-body.scss.js +14 -0
  70. package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
  71. package/es/components/coachmark/coachmark-context.d.ts +12 -0
  72. package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
  73. package/es/components/coachmark/coachmark-context.js +39 -0
  74. package/es/components/coachmark/coachmark-context.js.map +1 -0
  75. package/es/components/coachmark/coachmark-header.d.ts +41 -0
  76. package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
  77. package/es/components/coachmark/coachmark-header.js +95 -0
  78. package/es/components/coachmark/coachmark-header.js.map +1 -0
  79. package/es/components/coachmark/coachmark-header.scss.js +14 -0
  80. package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
  81. package/es/components/coachmark/coachmark-helpers.d.ts +10 -0
  82. package/es/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  83. package/es/components/coachmark/coachmark-helpers.js +33 -0
  84. package/es/components/coachmark/coachmark-helpers.js.map +1 -0
  85. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  86. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  87. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  88. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  89. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  90. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  91. package/es/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  92. package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  93. package/es/components/coachmark/coachmark-tagline/index.js +8 -0
  94. package/es/components/coachmark/coachmark.d.ts +97 -0
  95. package/es/components/coachmark/coachmark.d.ts.map +1 -0
  96. package/es/components/coachmark/coachmark.js +290 -0
  97. package/es/components/coachmark/coachmark.js.map +1 -0
  98. package/es/components/coachmark/coachmark.scss.js +14 -0
  99. package/es/components/coachmark/coachmark.scss.js.map +1 -0
  100. package/es/components/coachmark/index.d.ts +10 -0
  101. package/es/components/coachmark/index.d.ts.map +1 -0
  102. package/es/components/coachmark/index.js +10 -0
  103. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  104. package/es/components/combo-box/combo-box.d.ts.map +1 -1
  105. package/es/components/combo-box/combo-box.js +5 -12
  106. package/es/components/combo-box/combo-box.js.map +1 -1
  107. package/es/components/combo-box/combo-box.scss.js +1 -1
  108. package/es/components/combo-box/combo-box.scss.js.map +1 -1
  109. package/es/components/combo-button/combo-button.scss.js +1 -1
  110. package/es/components/contained-list/contained-list.scss.js +1 -1
  111. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  112. package/es/components/copy/index.d.ts +9 -0
  113. package/es/components/copy/index.d.ts.map +1 -0
  114. package/es/components/copy/index.js +9 -0
  115. package/es/components/copy-button/copy-button.scss.js +1 -1
  116. package/es/components/data-table/data-table.scss.js +1 -1
  117. package/es/components/date-picker/date-picker.scss.js +1 -1
  118. package/es/components/date-picker/date-picker.scss.js.map +1 -1
  119. package/es/components/date-picker/next/components/date-picker.scss.js +1 -1
  120. package/es/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  121. package/es/components/dialog/dialog.scss.js +1 -1
  122. package/es/components/dropdown/dropdown.d.ts +2 -1
  123. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  124. package/es/components/dropdown/dropdown.js +13 -15
  125. package/es/components/dropdown/dropdown.js.map +1 -1
  126. package/es/components/dropdown/dropdown.scss.js +1 -1
  127. package/es/components/dropdown/dropdown.scss.js.map +1 -1
  128. package/es/components/edit-in-place/defs.d.ts +30 -0
  129. package/es/components/edit-in-place/defs.d.ts.map +1 -0
  130. package/es/components/edit-in-place/defs.js +43 -0
  131. package/es/components/edit-in-place/defs.js.map +1 -0
  132. package/es/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  133. package/es/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  134. package/es/components/edit-in-place/edit-in-place-helpers.js +59 -0
  135. package/es/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  136. package/es/components/edit-in-place/edit-in-place.d.ts +214 -0
  137. package/es/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  138. package/es/components/edit-in-place/edit-in-place.js +453 -0
  139. package/es/components/edit-in-place/edit-in-place.js.map +1 -0
  140. package/es/components/edit-in-place/edit-in-place.scss.js +14 -0
  141. package/es/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  142. package/es/components/edit-in-place/index.d.ts +10 -0
  143. package/es/components/edit-in-place/index.d.ts.map +1 -0
  144. package/es/components/edit-in-place/index.js +20 -0
  145. package/es/components/edit-in-place/index.js.map +1 -0
  146. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  147. package/es/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  148. package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  149. package/es/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  150. package/es/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  151. package/es/components/fluid-date-picker/fluid-date-picker.js +27 -1
  152. package/es/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  153. package/es/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  154. package/es/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  155. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  156. package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  157. package/es/components/fluid-form/fluid-form.scss.js +1 -1
  158. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  159. package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  160. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  161. package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  162. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  163. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  164. package/es/components/fluid-search/fluid-search.scss.js.map +1 -1
  165. package/es/components/fluid-select/fluid-select.scss.js +1 -1
  166. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  167. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  168. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  169. package/es/components/form/form-item.scss.js +1 -1
  170. package/es/components/form/form.scss.js +1 -1
  171. package/es/components/form-group/form-group.scss.js +1 -1
  172. package/es/components/grid/column-hang.scss.js +1 -1
  173. package/es/components/grid/grid.scss.js +1 -1
  174. package/es/components/icon-button/icon-button.d.ts +1 -1
  175. package/es/components/icon-button/icon-button.js +1 -1
  176. package/es/components/icon-button/icon-button.js.map +1 -1
  177. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  178. package/es/components/layer/layer.scss.js +1 -1
  179. package/es/components/layout/layout.scss.js +1 -1
  180. package/es/components/link/link.d.ts +2 -1
  181. package/es/components/link/link.d.ts.map +1 -1
  182. package/es/components/link/link.js +1 -1
  183. package/es/components/link/link.js.map +1 -1
  184. package/es/components/loading/loading.scss.js +1 -1
  185. package/es/components/menu/menu-item.d.ts.map +1 -1
  186. package/es/components/menu/menu-item.js +2 -6
  187. package/es/components/menu/menu-item.js.map +1 -1
  188. package/es/components/menu/menu-item.scss.js +1 -1
  189. package/es/components/menu/menu-item.scss.js.map +1 -1
  190. package/es/components/menu/menu.d.ts +10 -0
  191. package/es/components/menu/menu.d.ts.map +1 -1
  192. package/es/components/menu/menu.js +17 -11
  193. package/es/components/menu/menu.js.map +1 -1
  194. package/es/components/menu/menu.scss.js +1 -1
  195. package/es/components/menu/menu.scss.js.map +1 -1
  196. package/es/components/menu-button/menu-button.scss.js +1 -1
  197. package/es/components/modal/modal.scss.js +1 -1
  198. package/es/components/multi-select/multi-select-item.d.ts +1 -1
  199. package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
  200. package/es/components/multi-select/multi-select-item.js +5 -1
  201. package/es/components/multi-select/multi-select-item.js.map +1 -1
  202. package/es/components/multi-select/multi-select.d.ts +2 -1
  203. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  204. package/es/components/multi-select/multi-select.js +15 -14
  205. package/es/components/multi-select/multi-select.js.map +1 -1
  206. package/es/components/multi-select/multi-select.scss.js +1 -1
  207. package/es/components/multi-select/multi-select.scss.js.map +1 -1
  208. package/es/components/notification/actionable-notification-button.d.ts +1 -1
  209. package/es/components/notification/actionable-notification-button.d.ts.map +1 -1
  210. package/es/components/notification/actionable-notification-button.js +2 -2
  211. package/es/components/notification/actionable-notification-button.js.map +1 -1
  212. package/es/components/notification/actionable-notification.d.ts.map +1 -1
  213. package/es/components/notification/actionable-notification.js +4 -4
  214. package/es/components/notification/actionable-notification.js.map +1 -1
  215. package/es/components/notification/actionable-notification.scss.js +1 -1
  216. package/es/components/notification/inline-notification.scss.js +1 -1
  217. package/es/components/notification/toast-notification.scss.js +1 -1
  218. package/es/components/number-input/number-input.scss.js +1 -1
  219. package/es/components/number-input/number-input.scss.js.map +1 -1
  220. package/es/components/options-tile/index.d.ts +8 -0
  221. package/es/components/options-tile/index.d.ts.map +1 -0
  222. package/es/components/options-tile/index.js +8 -0
  223. package/es/components/options-tile/option-tile-helpers.d.ts +16 -0
  224. package/es/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  225. package/es/components/options-tile/option-tile-helpers.js +163 -0
  226. package/es/components/options-tile/option-tile-helpers.js.map +1 -0
  227. package/es/components/options-tile/options-tile.d.ts +91 -0
  228. package/es/components/options-tile/options-tile.d.ts.map +1 -0
  229. package/es/components/options-tile/options-tile.js +208 -0
  230. package/es/components/options-tile/options-tile.js.map +1 -0
  231. package/es/components/options-tile/options-tile.scss.js +14 -0
  232. package/es/components/options-tile/options-tile.scss.js.map +1 -0
  233. package/es/components/overflow-menu/overflow-menu.js +1 -1
  234. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  235. package/es/components/overflow-menu/overflow-menu.scss.js.map +1 -1
  236. package/es/components/page-header/index.d.ts +1 -0
  237. package/es/components/page-header/index.d.ts.map +1 -1
  238. package/es/components/page-header/index.js +1 -0
  239. package/es/components/page-header/page-header-tabs.d.ts +1 -1
  240. package/es/components/page-header/page-header-tabs.d.ts.map +1 -1
  241. package/es/components/page-header/page-header-tabs.js +1 -2
  242. package/es/components/page-header/page-header-tabs.js.map +1 -1
  243. package/es/components/page-header/page-header.d.ts +1 -1
  244. package/es/components/page-header/page-header.d.ts.map +1 -1
  245. package/es/components/page-header/page-header.js +1 -2
  246. package/es/components/page-header/page-header.js.map +1 -1
  247. package/es/components/page-header/page-header.scss.js +1 -1
  248. package/es/components/pagination/pagination.scss.js +1 -1
  249. package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
  250. package/es/components/password-input/password-input.scss.js +1 -1
  251. package/es/components/popover/popover.scss.js +1 -1
  252. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  253. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  254. package/es/components/radio-button/radio-button.scss.js +1 -1
  255. package/es/components/resizer/resizer-handle-pivot.scss.js +1 -1
  256. package/es/components/search/search.d.ts.map +1 -1
  257. package/es/components/search/search.js +2 -0
  258. package/es/components/search/search.js.map +1 -1
  259. package/es/components/search/search.scss.js +1 -1
  260. package/es/components/search/search.scss.js.map +1 -1
  261. package/es/components/select/select.scss.js +1 -1
  262. package/es/components/select/select.scss.js.map +1 -1
  263. package/es/components/side-panel/side-panel.js +2 -2
  264. package/es/components/side-panel/side-panel.js.map +1 -1
  265. package/es/components/side-panel/side-panel.scss.js +1 -1
  266. package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  267. package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  268. package/es/components/skeleton-text/skeleton-text.scss.js +1 -1
  269. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  270. package/es/components/slider/slider.scss.js +1 -1
  271. package/es/components/slider/slider.scss.js.map +1 -1
  272. package/es/components/slug/index.d.ts +1 -0
  273. package/es/components/slug/index.d.ts.map +1 -1
  274. package/es/components/slug/index.js +1 -0
  275. package/es/components/slug/slug.scss.js +1 -1
  276. package/es/components/structured-list/structured-list.scss.js +1 -1
  277. package/es/components/structured-list/structured-list.scss.js.map +1 -1
  278. package/es/components/tabs/tabs.scss.js +1 -1
  279. package/es/components/tabs/tabs.scss.js.map +1 -1
  280. package/es/components/tag/dismissible-tag.d.ts +1 -1
  281. package/es/components/tag/dismissible-tag.d.ts.map +1 -1
  282. package/es/components/tag/dismissible-tag.js +24 -15
  283. package/es/components/tag/dismissible-tag.js.map +1 -1
  284. package/es/components/tag/tag.d.ts.map +1 -1
  285. package/es/components/tag/tag.js +1 -1
  286. package/es/components/tag/tag.js.map +1 -1
  287. package/es/components/tag/tag.scss.js +1 -1
  288. package/es/components/tag/tag.scss.js.map +1 -1
  289. package/es/components/text-input/text-input.scss.js +1 -1
  290. package/es/components/text-input/text-input.scss.js.map +1 -1
  291. package/es/components/textarea/textarea.scss.js +1 -1
  292. package/es/components/tile/clickable-tile.d.ts +2 -1
  293. package/es/components/tile/clickable-tile.d.ts.map +1 -1
  294. package/es/components/tile/clickable-tile.js.map +1 -1
  295. package/es/components/tile/tile.scss.js +1 -1
  296. package/es/components/time-picker/time-picker.scss.js +1 -1
  297. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  298. package/es/components/tooltip/tooltip.scss.js +1 -1
  299. package/es/components/tree-view/tree-view.scss.js +1 -1
  300. package/es/components/ui-shell/header.scss.js +1 -1
  301. package/es/components/ui-shell/side-nav.scss.js +1 -1
  302. package/es/components/ui-shell/side-nav.scss.js.map +1 -1
  303. package/es/globals/controllers/floating-controller.d.ts.map +1 -1
  304. package/es/globals/controllers/floating-controller.js.map +1 -1
  305. package/es/globals/decorators/carbon-element.d.ts +8 -0
  306. package/es/globals/decorators/carbon-element.d.ts.map +1 -1
  307. package/es/globals/decorators/carbon-element.js +8 -0
  308. package/es/globals/decorators/carbon-element.js.map +1 -1
  309. package/es/globals/internal/collection-helpers.d.ts +5 -5
  310. package/es/globals/internal/collection-helpers.d.ts.map +1 -1
  311. package/es/globals/internal/collection-helpers.js +1 -1
  312. package/es/globals/internal/collection-helpers.js.map +1 -1
  313. package/es/globals/internal/getSupportedLocale.d.ts +12 -0
  314. package/es/globals/internal/getSupportedLocale.d.ts.map +1 -0
  315. package/es/globals/internal/getSupportedLocale.js +29 -0
  316. package/es/globals/internal/getSupportedLocale.js.map +1 -0
  317. package/es/globals/mixins/on.d.ts +2 -2
  318. package/es/globals/mixins/on.d.ts.map +1 -1
  319. package/es/globals/mixins/on.js +4 -4
  320. package/es/globals/mixins/on.js.map +1 -1
  321. package/es/globals/register.d.ts +89 -0
  322. package/es/globals/register.d.ts.map +1 -0
  323. package/es/globals/register.js +56 -0
  324. package/es/globals/register.js.map +1 -0
  325. package/es-custom/components/accordion/accordion-item.d.ts +0 -4
  326. package/es-custom/components/accordion/accordion-item.d.ts.map +1 -1
  327. package/es-custom/components/accordion/accordion-item.js +2 -6
  328. package/es-custom/components/accordion/accordion-item.js.map +1 -1
  329. package/es-custom/components/accordion/accordion.scss.js +1 -1
  330. package/es-custom/components/action-set/action-set.scss.js +1 -1
  331. package/es-custom/components/ai-label/ai-label-action-button.d.ts +1 -1
  332. package/es-custom/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  333. package/es-custom/components/ai-label/ai-label-action-button.js +4 -3
  334. package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
  335. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  336. package/es-custom/components/ai-label/ai-label.scss.js.map +1 -1
  337. package/es-custom/components/ai-label/index.d.ts +1 -0
  338. package/es-custom/components/ai-label/index.d.ts.map +1 -1
  339. package/es-custom/components/ai-label/index.js +1 -0
  340. package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  341. package/es-custom/components/big-number/big-number-skeleton.d.ts +21 -0
  342. package/es-custom/components/big-number/big-number-skeleton.d.ts.map +1 -0
  343. package/es-custom/components/big-number/big-number-skeleton.js +62 -0
  344. package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
  345. package/es-custom/components/big-number/big-number-skeleton.scss.js +14 -0
  346. package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
  347. package/es-custom/components/big-number/big-number.d.ts +35 -0
  348. package/es-custom/components/big-number/big-number.d.ts.map +1 -0
  349. package/es-custom/components/big-number/big-number.js +171 -0
  350. package/es-custom/components/big-number/big-number.js.map +1 -0
  351. package/es-custom/components/big-number/big-number.scss.js +14 -0
  352. package/es-custom/components/big-number/big-number.scss.js.map +1 -0
  353. package/es-custom/components/big-number/constants.d.ts +20 -0
  354. package/es-custom/components/big-number/constants.d.ts.map +1 -0
  355. package/es-custom/components/big-number/constants.js +32 -0
  356. package/es-custom/components/big-number/constants.js.map +1 -0
  357. package/es-custom/components/big-number/index.d.ts +8 -0
  358. package/es-custom/components/big-number/index.d.ts.map +1 -0
  359. package/es-custom/components/big-number/index.js +8 -0
  360. package/es-custom/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  361. package/es-custom/components/breadcrumb/breadcrumb-item.js +2 -1
  362. package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
  363. package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -1
  364. package/es-custom/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  365. package/es-custom/components/breadcrumb/breadcrumb.js +2 -2
  366. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  367. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  368. package/es-custom/components/button/button.d.ts.map +1 -1
  369. package/es-custom/components/button/button.js +1 -1
  370. package/es-custom/components/button/button.js.map +1 -1
  371. package/es-custom/components/button/button.scss.js +1 -1
  372. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  373. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  374. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  375. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  376. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  377. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  378. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  379. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  380. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  381. package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
  382. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  383. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  384. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  385. package/es-custom/components/coachmark/coachmark-beacon/index.js +8 -0
  386. package/es-custom/components/coachmark/coachmark-body.d.ts +31 -0
  387. package/es-custom/components/coachmark/coachmark-body.d.ts.map +1 -0
  388. package/es-custom/components/coachmark/coachmark-body.js +39 -0
  389. package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
  390. package/es-custom/components/coachmark/coachmark-body.scss.js +14 -0
  391. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
  392. package/es-custom/components/coachmark/coachmark-context.d.ts +12 -0
  393. package/es-custom/components/coachmark/coachmark-context.d.ts.map +1 -0
  394. package/es-custom/components/coachmark/coachmark-context.js +39 -0
  395. package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
  396. package/es-custom/components/coachmark/coachmark-header.d.ts +41 -0
  397. package/es-custom/components/coachmark/coachmark-header.d.ts.map +1 -0
  398. package/es-custom/components/coachmark/coachmark-header.js +95 -0
  399. package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
  400. package/es-custom/components/coachmark/coachmark-header.scss.js +14 -0
  401. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
  402. package/es-custom/components/coachmark/coachmark-helpers.d.ts +10 -0
  403. package/es-custom/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  404. package/es-custom/components/coachmark/coachmark-helpers.js +33 -0
  405. package/es-custom/components/coachmark/coachmark-helpers.js.map +1 -0
  406. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  407. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  408. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  409. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  410. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  411. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  412. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  413. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  414. package/es-custom/components/coachmark/coachmark-tagline/index.js +8 -0
  415. package/es-custom/components/coachmark/coachmark.d.ts +97 -0
  416. package/es-custom/components/coachmark/coachmark.d.ts.map +1 -0
  417. package/es-custom/components/coachmark/coachmark.js +290 -0
  418. package/es-custom/components/coachmark/coachmark.js.map +1 -0
  419. package/es-custom/components/coachmark/coachmark.scss.js +14 -0
  420. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
  421. package/es-custom/components/coachmark/index.d.ts +10 -0
  422. package/es-custom/components/coachmark/index.d.ts.map +1 -0
  423. package/es-custom/components/coachmark/index.js +10 -0
  424. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  425. package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
  426. package/es-custom/components/combo-box/combo-box.js +5 -12
  427. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  428. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  429. package/es-custom/components/combo-box/combo-box.scss.js.map +1 -1
  430. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  431. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  432. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  433. package/es-custom/components/copy/index.d.ts +9 -0
  434. package/es-custom/components/copy/index.d.ts.map +1 -0
  435. package/es-custom/components/copy/index.js +9 -0
  436. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  437. package/es-custom/components/data-table/data-table.scss.js +1 -1
  438. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  439. package/es-custom/components/date-picker/date-picker.scss.js.map +1 -1
  440. package/es-custom/components/date-picker/next/components/date-picker.scss.js +1 -1
  441. package/es-custom/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  442. package/es-custom/components/dialog/dialog.scss.js +1 -1
  443. package/es-custom/components/dropdown/dropdown.d.ts +2 -1
  444. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  445. package/es-custom/components/dropdown/dropdown.js +13 -15
  446. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  447. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  448. package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
  449. package/es-custom/components/edit-in-place/defs.d.ts +30 -0
  450. package/es-custom/components/edit-in-place/defs.d.ts.map +1 -0
  451. package/es-custom/components/edit-in-place/defs.js +43 -0
  452. package/es-custom/components/edit-in-place/defs.js.map +1 -0
  453. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  454. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  455. package/es-custom/components/edit-in-place/edit-in-place-helpers.js +59 -0
  456. package/es-custom/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  457. package/es-custom/components/edit-in-place/edit-in-place.d.ts +214 -0
  458. package/es-custom/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  459. package/es-custom/components/edit-in-place/edit-in-place.js +453 -0
  460. package/es-custom/components/edit-in-place/edit-in-place.js.map +1 -0
  461. package/es-custom/components/edit-in-place/edit-in-place.scss.js +14 -0
  462. package/es-custom/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  463. package/es-custom/components/edit-in-place/index.d.ts +10 -0
  464. package/es-custom/components/edit-in-place/index.d.ts.map +1 -0
  465. package/es-custom/components/edit-in-place/index.js +20 -0
  466. package/es-custom/components/edit-in-place/index.js.map +1 -0
  467. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  468. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  469. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  470. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  471. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  472. package/es-custom/components/fluid-date-picker/fluid-date-picker.js +27 -1
  473. package/es-custom/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  474. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  475. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  476. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  477. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  478. package/es-custom/components/fluid-form/fluid-form.scss.js +1 -1
  479. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  480. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  481. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  482. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  483. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  484. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  485. package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -1
  486. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
  487. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  488. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  489. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  490. package/es-custom/components/form/form-item.scss.js +1 -1
  491. package/es-custom/components/form/form.scss.js +1 -1
  492. package/es-custom/components/form-group/form-group.scss.js +1 -1
  493. package/es-custom/components/grid/column-hang.scss.js +1 -1
  494. package/es-custom/components/grid/grid.scss.js +1 -1
  495. package/es-custom/components/icon-button/icon-button.d.ts +1 -1
  496. package/es-custom/components/icon-button/icon-button.js +1 -1
  497. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  498. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  499. package/es-custom/components/layer/layer.scss.js +1 -1
  500. package/es-custom/components/layout/layout.scss.js +1 -1
  501. package/es-custom/components/link/link.d.ts +2 -1
  502. package/es-custom/components/link/link.d.ts.map +1 -1
  503. package/es-custom/components/link/link.js +1 -1
  504. package/es-custom/components/link/link.js.map +1 -1
  505. package/es-custom/components/loading/loading.scss.js +1 -1
  506. package/es-custom/components/menu/menu-item.d.ts.map +1 -1
  507. package/es-custom/components/menu/menu-item.js +2 -6
  508. package/es-custom/components/menu/menu-item.js.map +1 -1
  509. package/es-custom/components/menu/menu-item.scss.js +1 -1
  510. package/es-custom/components/menu/menu-item.scss.js.map +1 -1
  511. package/es-custom/components/menu/menu.d.ts +10 -0
  512. package/es-custom/components/menu/menu.d.ts.map +1 -1
  513. package/es-custom/components/menu/menu.js +17 -11
  514. package/es-custom/components/menu/menu.js.map +1 -1
  515. package/es-custom/components/menu/menu.scss.js +1 -1
  516. package/es-custom/components/menu/menu.scss.js.map +1 -1
  517. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  518. package/es-custom/components/modal/modal.scss.js +1 -1
  519. package/es-custom/components/multi-select/multi-select-item.d.ts +1 -1
  520. package/es-custom/components/multi-select/multi-select-item.d.ts.map +1 -1
  521. package/es-custom/components/multi-select/multi-select-item.js +5 -1
  522. package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
  523. package/es-custom/components/multi-select/multi-select.d.ts +2 -1
  524. package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
  525. package/es-custom/components/multi-select/multi-select.js +15 -14
  526. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  527. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  528. package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
  529. package/es-custom/components/notification/actionable-notification-button.d.ts +1 -1
  530. package/es-custom/components/notification/actionable-notification-button.d.ts.map +1 -1
  531. package/es-custom/components/notification/actionable-notification-button.js +2 -2
  532. package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
  533. package/es-custom/components/notification/actionable-notification.d.ts.map +1 -1
  534. package/es-custom/components/notification/actionable-notification.js +4 -4
  535. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  536. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  537. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  538. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  539. package/es-custom/components/number-input/number-input.scss.js +1 -1
  540. package/es-custom/components/number-input/number-input.scss.js.map +1 -1
  541. package/es-custom/components/options-tile/index.d.ts +8 -0
  542. package/es-custom/components/options-tile/index.d.ts.map +1 -0
  543. package/es-custom/components/options-tile/index.js +8 -0
  544. package/es-custom/components/options-tile/option-tile-helpers.d.ts +16 -0
  545. package/es-custom/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  546. package/es-custom/components/options-tile/option-tile-helpers.js +163 -0
  547. package/es-custom/components/options-tile/option-tile-helpers.js.map +1 -0
  548. package/es-custom/components/options-tile/options-tile.d.ts +91 -0
  549. package/es-custom/components/options-tile/options-tile.d.ts.map +1 -0
  550. package/es-custom/components/options-tile/options-tile.js +208 -0
  551. package/es-custom/components/options-tile/options-tile.js.map +1 -0
  552. package/es-custom/components/options-tile/options-tile.scss.js +14 -0
  553. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
  554. package/es-custom/components/overflow-menu/overflow-menu.js +1 -1
  555. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  556. package/es-custom/components/overflow-menu/overflow-menu.scss.js.map +1 -1
  557. package/es-custom/components/page-header/index.d.ts +1 -0
  558. package/es-custom/components/page-header/index.d.ts.map +1 -1
  559. package/es-custom/components/page-header/index.js +1 -0
  560. package/es-custom/components/page-header/page-header-tabs.d.ts +1 -1
  561. package/es-custom/components/page-header/page-header-tabs.d.ts.map +1 -1
  562. package/es-custom/components/page-header/page-header-tabs.js +1 -2
  563. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  564. package/es-custom/components/page-header/page-header.d.ts +1 -1
  565. package/es-custom/components/page-header/page-header.d.ts.map +1 -1
  566. package/es-custom/components/page-header/page-header.js +1 -2
  567. package/es-custom/components/page-header/page-header.js.map +1 -1
  568. package/es-custom/components/page-header/page-header.scss.js +1 -1
  569. package/es-custom/components/pagination/pagination.scss.js +1 -1
  570. package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
  571. package/es-custom/components/password-input/password-input.scss.js +1 -1
  572. package/es-custom/components/popover/popover.scss.js +1 -1
  573. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  574. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  575. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  576. package/es-custom/components/resizer/resizer-handle-pivot.scss.js +1 -1
  577. package/es-custom/components/search/search.d.ts.map +1 -1
  578. package/es-custom/components/search/search.js +2 -0
  579. package/es-custom/components/search/search.js.map +1 -1
  580. package/es-custom/components/search/search.scss.js +1 -1
  581. package/es-custom/components/search/search.scss.js.map +1 -1
  582. package/es-custom/components/select/select.scss.js +1 -1
  583. package/es-custom/components/select/select.scss.js.map +1 -1
  584. package/es-custom/components/side-panel/side-panel.js +2 -2
  585. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  586. package/es-custom/components/side-panel/side-panel.scss.js +1 -1
  587. package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  588. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  589. package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -1
  590. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  591. package/es-custom/components/slider/slider.scss.js +1 -1
  592. package/es-custom/components/slider/slider.scss.js.map +1 -1
  593. package/es-custom/components/slug/index.d.ts +1 -0
  594. package/es-custom/components/slug/index.d.ts.map +1 -1
  595. package/es-custom/components/slug/index.js +1 -0
  596. package/es-custom/components/slug/slug.scss.js +1 -1
  597. package/es-custom/components/structured-list/structured-list.scss.js +1 -1
  598. package/es-custom/components/structured-list/structured-list.scss.js.map +1 -1
  599. package/es-custom/components/tabs/tabs.scss.js +1 -1
  600. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  601. package/es-custom/components/tag/dismissible-tag.d.ts +1 -1
  602. package/es-custom/components/tag/dismissible-tag.d.ts.map +1 -1
  603. package/es-custom/components/tag/dismissible-tag.js +24 -15
  604. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  605. package/es-custom/components/tag/tag.d.ts.map +1 -1
  606. package/es-custom/components/tag/tag.js +1 -1
  607. package/es-custom/components/tag/tag.js.map +1 -1
  608. package/es-custom/components/tag/tag.scss.js +1 -1
  609. package/es-custom/components/tag/tag.scss.js.map +1 -1
  610. package/es-custom/components/text-input/text-input.scss.js +1 -1
  611. package/es-custom/components/text-input/text-input.scss.js.map +1 -1
  612. package/es-custom/components/textarea/textarea.scss.js +1 -1
  613. package/es-custom/components/tile/clickable-tile.d.ts +2 -1
  614. package/es-custom/components/tile/clickable-tile.d.ts.map +1 -1
  615. package/es-custom/components/tile/clickable-tile.js.map +1 -1
  616. package/es-custom/components/tile/tile.scss.js +1 -1
  617. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  618. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  619. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  620. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  621. package/es-custom/components/ui-shell/header.scss.js +1 -1
  622. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  623. package/es-custom/components/ui-shell/side-nav.scss.js.map +1 -1
  624. package/es-custom/globals/controllers/floating-controller.d.ts.map +1 -1
  625. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  626. package/es-custom/globals/decorators/carbon-element.d.ts +8 -0
  627. package/es-custom/globals/decorators/carbon-element.d.ts.map +1 -1
  628. package/es-custom/globals/decorators/carbon-element.js +18 -1
  629. package/es-custom/globals/decorators/carbon-element.js.map +1 -1
  630. package/es-custom/globals/internal/collection-helpers.d.ts +5 -5
  631. package/es-custom/globals/internal/collection-helpers.d.ts.map +1 -1
  632. package/es-custom/globals/internal/collection-helpers.js +1 -1
  633. package/es-custom/globals/internal/collection-helpers.js.map +1 -1
  634. package/es-custom/globals/internal/getSupportedLocale.d.ts +12 -0
  635. package/es-custom/globals/internal/getSupportedLocale.d.ts.map +1 -0
  636. package/es-custom/globals/internal/getSupportedLocale.js +29 -0
  637. package/es-custom/globals/internal/getSupportedLocale.js.map +1 -0
  638. package/es-custom/globals/mixins/on.d.ts +2 -2
  639. package/es-custom/globals/mixins/on.d.ts.map +1 -1
  640. package/es-custom/globals/mixins/on.js +4 -4
  641. package/es-custom/globals/mixins/on.js.map +1 -1
  642. package/es-custom/globals/register.d.ts +89 -0
  643. package/es-custom/globals/register.d.ts.map +1 -0
  644. package/es-custom/globals/register.js +56 -0
  645. package/es-custom/globals/register.js.map +1 -0
  646. package/lib/components/accordion/accordion-item.d.ts +0 -4
  647. package/lib/components/accordion/accordion-item.d.ts.map +1 -1
  648. package/lib/components/ai-label/ai-label-action-button.d.ts +1 -1
  649. package/lib/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  650. package/lib/components/ai-label/index.d.ts +1 -0
  651. package/lib/components/ai-label/index.d.ts.map +1 -1
  652. package/lib/components/big-number/big-number-skeleton.d.ts +21 -0
  653. package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
  654. package/lib/components/big-number/big-number.d.ts +35 -0
  655. package/lib/components/big-number/big-number.d.ts.map +1 -0
  656. package/lib/components/big-number/constants.d.ts +20 -0
  657. package/lib/components/big-number/constants.d.ts.map +1 -0
  658. package/lib/components/big-number/index.d.ts +8 -0
  659. package/lib/components/big-number/index.d.ts.map +1 -0
  660. package/lib/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  661. package/lib/components/breadcrumb/breadcrumb.d.ts +1 -1
  662. package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  663. package/lib/components/button/button.d.ts.map +1 -1
  664. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  665. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  666. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  667. package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  668. package/lib/components/coachmark/coachmark-beacon/defs.js +26 -0
  669. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  670. package/lib/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  671. package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  672. package/lib/components/coachmark/coachmark-body.d.ts +31 -0
  673. package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
  674. package/lib/components/coachmark/coachmark-context.d.ts +12 -0
  675. package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
  676. package/lib/components/coachmark/coachmark-header.d.ts +41 -0
  677. package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
  678. package/lib/components/coachmark/coachmark-helpers.d.ts +10 -0
  679. package/lib/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  680. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  681. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  682. package/lib/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  683. package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  684. package/lib/components/coachmark/coachmark.d.ts +97 -0
  685. package/lib/components/coachmark/coachmark.d.ts.map +1 -0
  686. package/lib/components/coachmark/index.d.ts +10 -0
  687. package/lib/components/coachmark/index.d.ts.map +1 -0
  688. package/lib/components/combo-box/combo-box.d.ts.map +1 -1
  689. package/lib/components/copy/index.d.ts +9 -0
  690. package/lib/components/copy/index.d.ts.map +1 -0
  691. package/lib/components/dropdown/dropdown.d.ts +2 -1
  692. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  693. package/lib/components/edit-in-place/defs.d.ts +30 -0
  694. package/lib/components/edit-in-place/defs.d.ts.map +1 -0
  695. package/lib/components/edit-in-place/defs.js +45 -0
  696. package/lib/components/edit-in-place/defs.js.map +1 -0
  697. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  698. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  699. package/lib/components/edit-in-place/edit-in-place.d.ts +214 -0
  700. package/lib/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  701. package/lib/components/edit-in-place/index.d.ts +10 -0
  702. package/lib/components/edit-in-place/index.d.ts.map +1 -0
  703. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  704. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  705. package/lib/components/icon-button/icon-button.d.ts +1 -1
  706. package/lib/components/link/link.d.ts +2 -1
  707. package/lib/components/link/link.d.ts.map +1 -1
  708. package/lib/components/menu/menu-item.d.ts.map +1 -1
  709. package/lib/components/menu/menu.d.ts +10 -0
  710. package/lib/components/menu/menu.d.ts.map +1 -1
  711. package/lib/components/multi-select/multi-select-item.d.ts +1 -1
  712. package/lib/components/multi-select/multi-select-item.d.ts.map +1 -1
  713. package/lib/components/multi-select/multi-select.d.ts +2 -1
  714. package/lib/components/multi-select/multi-select.d.ts.map +1 -1
  715. package/lib/components/notification/actionable-notification-button.d.ts +1 -1
  716. package/lib/components/notification/actionable-notification-button.d.ts.map +1 -1
  717. package/lib/components/notification/actionable-notification.d.ts.map +1 -1
  718. package/lib/components/options-tile/index.d.ts +8 -0
  719. package/lib/components/options-tile/index.d.ts.map +1 -0
  720. package/lib/components/options-tile/option-tile-helpers.d.ts +16 -0
  721. package/lib/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  722. package/lib/components/options-tile/options-tile.d.ts +91 -0
  723. package/lib/components/options-tile/options-tile.d.ts.map +1 -0
  724. package/lib/components/page-header/index.d.ts +1 -0
  725. package/lib/components/page-header/index.d.ts.map +1 -1
  726. package/lib/components/page-header/page-header-tabs.d.ts +1 -1
  727. package/lib/components/page-header/page-header-tabs.d.ts.map +1 -1
  728. package/lib/components/page-header/page-header.d.ts +1 -1
  729. package/lib/components/page-header/page-header.d.ts.map +1 -1
  730. package/lib/components/search/search.d.ts.map +1 -1
  731. package/lib/components/slug/index.d.ts +1 -0
  732. package/lib/components/slug/index.d.ts.map +1 -1
  733. package/lib/components/tag/dismissible-tag.d.ts +1 -1
  734. package/lib/components/tag/dismissible-tag.d.ts.map +1 -1
  735. package/lib/components/tag/tag.d.ts.map +1 -1
  736. package/lib/components/tile/clickable-tile.d.ts +2 -1
  737. package/lib/components/tile/clickable-tile.d.ts.map +1 -1
  738. package/lib/globals/controllers/floating-controller.d.ts.map +1 -1
  739. package/lib/globals/controllers/floating-controller.js.map +1 -1
  740. package/lib/globals/decorators/carbon-element.d.ts +8 -0
  741. package/lib/globals/decorators/carbon-element.d.ts.map +1 -1
  742. package/lib/globals/internal/collection-helpers.d.ts +5 -5
  743. package/lib/globals/internal/collection-helpers.d.ts.map +1 -1
  744. package/lib/globals/internal/getSupportedLocale.d.ts +12 -0
  745. package/lib/globals/internal/getSupportedLocale.d.ts.map +1 -0
  746. package/lib/globals/mixins/on.d.ts +2 -2
  747. package/lib/globals/mixins/on.d.ts.map +1 -1
  748. package/lib/globals/register.d.ts +89 -0
  749. package/lib/globals/register.d.ts.map +1 -0
  750. package/lib/globals/register.js +61 -0
  751. package/lib/globals/register.js.map +1 -0
  752. package/package.json +17 -11
  753. package/scss/components/ai-label/ai-label.scss +24 -33
  754. package/scss/components/big-number/big-number-skeleton.scss +58 -0
  755. package/scss/components/big-number/big-number.scss +29 -0
  756. package/scss/components/big-number/story-styles.scss +48 -0
  757. package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +89 -0
  758. package/scss/components/coachmark/coachmark-body.scss +16 -0
  759. package/scss/components/coachmark/coachmark-header.scss +28 -0
  760. package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +42 -0
  761. package/scss/components/coachmark/coachmark.scss +42 -0
  762. package/scss/components/coachmark/story-styles.scss +37 -0
  763. package/scss/components/combo-box/combo-box.scss +63 -6
  764. package/scss/components/data-table/_table-action.scss +5 -3
  765. package/scss/components/date-picker/date-picker.scss +80 -8
  766. package/scss/components/date-picker/next/components/date-picker.scss +28 -2
  767. package/scss/components/dropdown/dropdown.scss +39 -4
  768. package/scss/components/edit-in-place/edit-in-place.scss +127 -0
  769. package/scss/components/edit-in-place/story-styles.scss +61 -0
  770. package/scss/components/fluid-combo-box/fluid-combo-box.scss +68 -5
  771. package/scss/components/fluid-date-picker/fluid-date-picker.scss +109 -12
  772. package/scss/components/fluid-dropdown/fluid-dropdown.scss +56 -6
  773. package/scss/components/fluid-multi-select/fluid-multi-select.scss +75 -2
  774. package/scss/components/fluid-number-input/fluid-number-input.scss +32 -1
  775. package/scss/components/fluid-search/fluid-search.scss +6 -3
  776. package/scss/components/menu/menu-item.scss +9 -1
  777. package/scss/components/menu/menu.scss +32 -1
  778. package/scss/components/multi-select/multi-select.scss +130 -28
  779. package/scss/components/number-input/number-input.scss +35 -1
  780. package/scss/components/options-tile/options-tile.scss +157 -0
  781. package/scss/components/options-tile/story-styles.scss +32 -0
  782. package/scss/components/overflow-menu/overflow-menu.scss +31 -11
  783. package/scss/components/search/search.scss +7 -0
  784. package/scss/components/select/select.scss +7 -3
  785. package/scss/components/slider/slider.scss +9 -2
  786. package/scss/components/structured-list/structured-list.scss +10 -8
  787. package/scss/components/tabs/tabs.scss +9 -2
  788. package/scss/components/tag/tag-story.scss +19 -0
  789. package/scss/components/tag/tag.scss +26 -18
  790. package/scss/components/text-input/text-input.scss +22 -0
  791. package/scss/components/ui-shell/side-nav.scss +9 -7
  792. package/telemetry.yml +62 -0
@@ -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