@carbon/web-components 2.29.0 → 2.30.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 (840) hide show
  1. package/custom-elements.json +36 -2
  2. package/dist/accordion.min.js +1 -1
  3. package/dist/ai-label.min.js +1 -1
  4. package/dist/ai-skeleton.min.js +1 -1
  5. package/dist/breadcrumb.min.js +3 -3
  6. package/dist/{button-6ec0cb9b.js → button-16145b2c.js} +3 -3
  7. package/dist/{button-set-38f55ff6.js → button-set-db868f52.js} +1 -1
  8. package/dist/{button-skeleton-7de8a57f.js → button-skeleton-74dbc8c7.js} +4 -4
  9. package/dist/button.min.js +1 -1
  10. package/dist/chat-button.min.js +1 -1
  11. package/dist/checkbox-cef62ad0.js +118 -0
  12. package/dist/{checkbox-skeleton-b8a3c3e0.js → checkbox-skeleton-85225580.js} +1 -1
  13. package/dist/checkbox.min.js +1 -1
  14. package/dist/code-snippet.min.js +2 -2
  15. package/dist/combo-box.min.js +3 -3
  16. package/dist/content-switcher-item-f2de2bb6.js +105 -0
  17. package/dist/content-switcher.min.js +1 -1
  18. package/dist/{copy-button-4ff840a4.js → copy-button-ae38a4d8.js} +1 -1
  19. package/dist/copy-button.min.js +1 -1
  20. package/dist/data-table.min.js +1 -1
  21. package/dist/date-picker.min.js +2 -2
  22. package/dist/{definition-tooltip-fbb9b3fc.js → definition-tooltip-76a6bcfc.js} +1 -1
  23. package/dist/dropdown-item-67a36b6e.js +147 -0
  24. package/dist/dropdown.min.js +1 -1
  25. package/dist/file-uploader.min.js +17 -17
  26. package/dist/form-group.min.js +3 -3
  27. package/dist/form.min.js +1 -1
  28. package/dist/icon-button-95e0ef4f.js +93 -0
  29. package/dist/icon-button.min.js +1 -1
  30. package/dist/inline-loading.min.js +2 -2
  31. package/dist/layer-62205ad5.js +79 -0
  32. package/dist/layer.min.js +1 -1
  33. package/dist/loading-c1a7d0e7.js +79 -0
  34. package/dist/loading.min.js +1 -1
  35. package/dist/menu-button.min.js +2 -2
  36. package/dist/menu-item-radio-group-2a6c6359.js +168 -0
  37. package/dist/menu.min.js +1 -1
  38. package/dist/modal-label-74958279.js +110 -0
  39. package/dist/modal.min.js +1 -1
  40. package/dist/multi-select.min.js +3 -3
  41. package/dist/notification.min.js +3 -3
  42. package/dist/number-input.min.js +1 -1
  43. package/dist/overflow-menu.min.js +1 -1
  44. package/dist/pagination.min.js +1 -1
  45. package/dist/popover-content-ecd216f7.js +94 -0
  46. package/dist/popover.min.js +1 -1
  47. package/dist/progress-bar.min.js +9 -9
  48. package/dist/progress-indicator.min.js +4 -4
  49. package/dist/radio-button-skeleton-4a954abe.js +118 -0
  50. package/dist/radio-button.min.js +1 -1
  51. package/dist/search-ef834921.js +108 -0
  52. package/dist/search.min.js +2 -2
  53. package/dist/select-46b4d65b.js +148 -0
  54. package/dist/select.min.js +1 -1
  55. package/dist/side-panel.min.js +1 -1
  56. package/dist/{skeleton-text-23b37bdb.js → skeleton-text-03f78801.js} +1 -1
  57. package/dist/skeleton-text.min.js +1 -1
  58. package/dist/skip-to-content.min.js +1 -1
  59. package/dist/slider.min.js +21 -21
  60. package/dist/slug.min.js +1 -1
  61. package/dist/structured-list.min.js +4 -4
  62. package/dist/tabs.min.js +1 -1
  63. package/dist/tag.min.js +6 -6
  64. package/dist/tearsheet.min.js +1 -1
  65. package/dist/text-input-3c32638b.js +140 -0
  66. package/dist/text-input.min.js +1 -1
  67. package/dist/textarea.min.js +8 -10
  68. package/dist/tile.min.js +6 -6
  69. package/dist/time-picker.min.js +9 -9
  70. package/dist/toggle-tip.min.js +1 -1
  71. package/dist/toggle.min.js +6 -6
  72. package/dist/toggletip-4f3e6a4b.js +124 -0
  73. package/dist/tooltip-content-eac4e54e.js +81 -0
  74. package/dist/tooltip.min.js +1 -1
  75. package/dist/tree-view.min.js +11 -11
  76. package/dist/ui-shell.min.js +2 -2
  77. package/es/components/accordion/accordion.scss.js +1 -1
  78. package/es/components/ai-label/ai-label.scss.js +1 -1
  79. package/es/components/breadcrumb/breadcrumb.d.ts +1 -0
  80. package/es/components/breadcrumb/breadcrumb.js +10 -1
  81. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  82. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  83. package/es/components/button/button.scss.js +1 -1
  84. package/es/components/chat-button/chat-button.scss.js +1 -1
  85. package/es/components/checkbox/checkbox.scss.js +1 -1
  86. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  87. package/es/components/combo-box/combo-box.scss.js +1 -1
  88. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  89. package/es/components/copy-button/copy-button.scss.js +1 -1
  90. package/es/components/data-table/data-table.scss.js +1 -1
  91. package/es/components/date-picker/date-picker.scss.js +1 -1
  92. package/es/components/dropdown/dropdown.scss.js +1 -1
  93. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  94. package/es/components/form/form-item.scss.js +1 -1
  95. package/es/components/form-group/form-group.scss.js +1 -1
  96. package/es/components/icon-button/icon-button.scss.js +1 -1
  97. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  98. package/es/components/layer/layer.scss.js +1 -1
  99. package/es/components/loading/loading.scss.js +1 -1
  100. package/es/components/menu/menu-item-selectable.d.ts +11 -0
  101. package/es/components/menu/menu-item-selectable.js +19 -0
  102. package/es/components/menu/menu-item-selectable.js.map +1 -1
  103. package/es/components/menu/menu-item.scss.js +1 -1
  104. package/es/components/menu/menu.d.ts +1 -0
  105. package/es/components/menu/menu.js +26 -17
  106. package/es/components/menu/menu.js.map +1 -1
  107. package/es/components/menu/menu.scss.js +1 -1
  108. package/es/components/menu-button/menu-button.scss.js +1 -1
  109. package/es/components/modal/modal.scss.js +1 -1
  110. package/es/components/multi-select/multi-select.scss.js +1 -1
  111. package/es/components/notification/actionable-notification.scss.js +1 -1
  112. package/es/components/notification/inline-notification.scss.js +1 -1
  113. package/es/components/notification/toast-notification.scss.js +1 -1
  114. package/es/components/number-input/number-input.scss.js +1 -1
  115. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  116. package/es/components/pagination/pagination.scss.js +1 -1
  117. package/es/components/popover/popover.scss.js +1 -1
  118. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  119. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  120. package/es/components/radio-button/radio-button.scss.js +1 -1
  121. package/es/components/search/search.scss.js +1 -1
  122. package/es/components/select/select.scss.js +1 -1
  123. package/es/components/skeleton-text/skeleton-text.d.ts +5 -0
  124. package/es/components/skeleton-text/skeleton-text.js +10 -2
  125. package/es/components/skeleton-text/skeleton-text.js.map +1 -1
  126. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  127. package/es/components/slider/slider.d.ts +4 -0
  128. package/es/components/slider/slider.js +9 -1
  129. package/es/components/slider/slider.js.map +1 -1
  130. package/es/components/slider/slider.scss.js +1 -1
  131. package/es/components/slug/slug.scss.js +1 -1
  132. package/es/components/structured-list/structured-list.scss.js +1 -1
  133. package/es/components/tabs/tabs.scss.js +1 -1
  134. package/es/components/tag/dismissible-tag.js +4 -2
  135. package/es/components/tag/dismissible-tag.js.map +1 -1
  136. package/es/components/tag/tag.scss.js +1 -1
  137. package/es/components/text-input/text-input.js +1 -4
  138. package/es/components/text-input/text-input.js.map +1 -1
  139. package/es/components/text-input/text-input.scss.js +1 -1
  140. package/es/components/textarea/textarea.js +9 -8
  141. package/es/components/textarea/textarea.js.map +1 -1
  142. package/es/components/textarea/textarea.scss.js +1 -1
  143. package/es/components/tile/tile.scss.js +1 -1
  144. package/es/components/time-picker/time-picker.scss.js +1 -1
  145. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  146. package/es/components/tooltip/tooltip.scss.js +1 -1
  147. package/es/components/tree-view/tree-view.scss.js +1 -1
  148. package/es/components/ui-shell/header.scss.js +1 -1
  149. package/es/components/ui-shell/side-nav.scss.js +1 -1
  150. package/es/icons/add--child-node/16.d.ts +10 -0
  151. package/es/icons/add--child-node/16.js +12 -0
  152. package/es/icons/add--child-node/20.d.ts +10 -0
  153. package/es/icons/add--child-node/20.js +12 -0
  154. package/es/icons/add--child-node/24.d.ts +10 -0
  155. package/es/icons/add--child-node/24.js +12 -0
  156. package/es/icons/add--child-node/32.d.ts +10 -0
  157. package/es/icons/add--child-node/32.js +12 -0
  158. package/es/icons/add--parent-node/16.d.ts +10 -0
  159. package/es/icons/add--parent-node/16.js +12 -0
  160. package/es/icons/add--parent-node/20.d.ts +10 -0
  161. package/es/icons/add--parent-node/20.js +12 -0
  162. package/es/icons/add--parent-node/24.d.ts +10 -0
  163. package/es/icons/add--parent-node/24.js +12 -0
  164. package/es/icons/add--parent-node/32.d.ts +10 -0
  165. package/es/icons/add--parent-node/32.js +12 -0
  166. package/es/icons/assignment-action--usage/16.d.ts +10 -0
  167. package/es/icons/assignment-action--usage/16.js +12 -0
  168. package/es/icons/assignment-action--usage/20.d.ts +10 -0
  169. package/es/icons/assignment-action--usage/20.js +12 -0
  170. package/es/icons/assignment-action--usage/24.d.ts +10 -0
  171. package/es/icons/assignment-action--usage/24.js +12 -0
  172. package/es/icons/assignment-action--usage/32.d.ts +10 -0
  173. package/es/icons/assignment-action--usage/32.js +12 -0
  174. package/es/icons/attribute--definition/16.d.ts +10 -0
  175. package/es/icons/attribute--definition/16.js +12 -0
  176. package/es/icons/attribute--definition/20.d.ts +10 -0
  177. package/es/icons/attribute--definition/20.js +12 -0
  178. package/es/icons/attribute--definition/24.d.ts +10 -0
  179. package/es/icons/attribute--definition/24.js +12 -0
  180. package/es/icons/attribute--definition/32.d.ts +10 -0
  181. package/es/icons/attribute--definition/32.js +12 -0
  182. package/es/icons/attribute--usage/16.d.ts +10 -0
  183. package/es/icons/attribute--usage/16.js +12 -0
  184. package/es/icons/attribute--usage/20.d.ts +10 -0
  185. package/es/icons/attribute--usage/20.js +12 -0
  186. package/es/icons/attribute--usage/24.d.ts +10 -0
  187. package/es/icons/attribute--usage/24.js +12 -0
  188. package/es/icons/attribute--usage/32.d.ts +10 -0
  189. package/es/icons/attribute--usage/32.js +12 -0
  190. package/es/icons/child-node/16.d.ts +10 -0
  191. package/es/icons/child-node/16.js +12 -0
  192. package/es/icons/child-node/20.d.ts +10 -0
  193. package/es/icons/child-node/20.js +12 -0
  194. package/es/icons/child-node/24.d.ts +10 -0
  195. package/es/icons/child-node/24.js +12 -0
  196. package/es/icons/child-node/32.d.ts +10 -0
  197. package/es/icons/child-node/32.js +12 -0
  198. package/es/icons/comments/16.d.ts +10 -0
  199. package/es/icons/comments/16.js +12 -0
  200. package/es/icons/comments/20.d.ts +10 -0
  201. package/es/icons/comments/20.js +12 -0
  202. package/es/icons/comments/24.d.ts +10 -0
  203. package/es/icons/comments/24.js +12 -0
  204. package/es/icons/comments/32.d.ts +10 -0
  205. package/es/icons/comments/32.js +12 -0
  206. package/es/icons/dependency/16.d.ts +10 -0
  207. package/es/icons/dependency/16.js +12 -0
  208. package/es/icons/dependency/20.d.ts +10 -0
  209. package/es/icons/dependency/20.js +12 -0
  210. package/es/icons/dependency/24.d.ts +10 -0
  211. package/es/icons/dependency/24.js +12 -0
  212. package/es/icons/dependency/32.d.ts +10 -0
  213. package/es/icons/dependency/32.js +12 -0
  214. package/es/icons/deployment-canary/16.d.ts +10 -0
  215. package/es/icons/deployment-canary/16.js +12 -0
  216. package/es/icons/deployment-canary/20.d.ts +10 -0
  217. package/es/icons/deployment-canary/20.js +12 -0
  218. package/es/icons/deployment-canary/24.d.ts +10 -0
  219. package/es/icons/deployment-canary/24.js +12 -0
  220. package/es/icons/deployment-canary/32.d.ts +10 -0
  221. package/es/icons/deployment-canary/32.js +12 -0
  222. package/es/icons/documentation/16.d.ts +10 -0
  223. package/es/icons/documentation/16.js +12 -0
  224. package/es/icons/documentation/20.d.ts +10 -0
  225. package/es/icons/documentation/20.js +12 -0
  226. package/es/icons/documentation/24.d.ts +10 -0
  227. package/es/icons/documentation/24.js +12 -0
  228. package/es/icons/documentation/32.d.ts +10 -0
  229. package/es/icons/documentation/32.js +12 -0
  230. package/es/icons/double-axis-chart--bar/16.d.ts +10 -0
  231. package/es/icons/double-axis-chart--bar/16.js +12 -0
  232. package/es/icons/double-axis-chart--bar/20.d.ts +10 -0
  233. package/es/icons/double-axis-chart--bar/20.js +12 -0
  234. package/es/icons/double-axis-chart--bar/24.d.ts +10 -0
  235. package/es/icons/double-axis-chart--bar/24.js +12 -0
  236. package/es/icons/double-axis-chart--bar/32.d.ts +10 -0
  237. package/es/icons/double-axis-chart--bar/32.js +12 -0
  238. package/es/icons/double-axis-chart--column/16.d.ts +10 -0
  239. package/es/icons/double-axis-chart--column/16.js +12 -0
  240. package/es/icons/double-axis-chart--column/20.d.ts +10 -0
  241. package/es/icons/double-axis-chart--column/20.js +12 -0
  242. package/es/icons/double-axis-chart--column/24.d.ts +10 -0
  243. package/es/icons/double-axis-chart--column/24.js +12 -0
  244. package/es/icons/double-axis-chart--column/32.d.ts +10 -0
  245. package/es/icons/double-axis-chart--column/32.js +12 -0
  246. package/es/icons/element-picker/16.d.ts +10 -0
  247. package/es/icons/element-picker/16.js +12 -0
  248. package/es/icons/element-picker/20.d.ts +10 -0
  249. package/es/icons/element-picker/20.js +12 -0
  250. package/es/icons/element-picker/24.d.ts +10 -0
  251. package/es/icons/element-picker/24.js +12 -0
  252. package/es/icons/element-picker/32.d.ts +10 -0
  253. package/es/icons/element-picker/32.js +12 -0
  254. package/es/icons/feature-picker/16.d.ts +10 -0
  255. package/es/icons/feature-picker/16.js +12 -0
  256. package/es/icons/feature-picker/20.d.ts +10 -0
  257. package/es/icons/feature-picker/20.js +12 -0
  258. package/es/icons/feature-picker/24.d.ts +10 -0
  259. package/es/icons/feature-picker/24.js +12 -0
  260. package/es/icons/feature-picker/32.d.ts +10 -0
  261. package/es/icons/feature-picker/32.js +12 -0
  262. package/es/icons/for-loop/16.d.ts +10 -0
  263. package/es/icons/for-loop/16.js +12 -0
  264. package/es/icons/for-loop/20.d.ts +10 -0
  265. package/es/icons/for-loop/20.js +12 -0
  266. package/es/icons/for-loop/24.d.ts +10 -0
  267. package/es/icons/for-loop/24.js +12 -0
  268. package/es/icons/for-loop/32.d.ts +10 -0
  269. package/es/icons/for-loop/32.js +12 -0
  270. package/es/icons/if--action/16.d.ts +10 -0
  271. package/es/icons/if--action/16.js +12 -0
  272. package/es/icons/if--action/20.d.ts +10 -0
  273. package/es/icons/if--action/20.js +12 -0
  274. package/es/icons/if--action/24.d.ts +10 -0
  275. package/es/icons/if--action/24.js +12 -0
  276. package/es/icons/if--action/32.d.ts +10 -0
  277. package/es/icons/if--action/32.js +12 -0
  278. package/es/icons/incident-reporter/16.d.ts +10 -0
  279. package/es/icons/incident-reporter/16.js +12 -0
  280. package/es/icons/incident-reporter/20.d.ts +10 -0
  281. package/es/icons/incident-reporter/20.js +12 -0
  282. package/es/icons/incident-reporter/24.d.ts +10 -0
  283. package/es/icons/incident-reporter/24.js +12 -0
  284. package/es/icons/incident-reporter/32.d.ts +10 -0
  285. package/es/icons/incident-reporter/32.js +12 -0
  286. package/es/icons/interface--definition/16.d.ts +10 -0
  287. package/es/icons/interface--definition/16.js +12 -0
  288. package/es/icons/interface--definition/20.d.ts +10 -0
  289. package/es/icons/interface--definition/20.js +12 -0
  290. package/es/icons/interface--definition/24.d.ts +10 -0
  291. package/es/icons/interface--definition/24.js +12 -0
  292. package/es/icons/interface--definition/32.d.ts +10 -0
  293. package/es/icons/interface--definition/32.js +12 -0
  294. package/es/icons/interface--definition--alt/16.d.ts +10 -0
  295. package/es/icons/interface--definition--alt/16.js +12 -0
  296. package/es/icons/interface--definition--alt/20.d.ts +10 -0
  297. package/es/icons/interface--definition--alt/20.js +12 -0
  298. package/es/icons/interface--definition--alt/24.d.ts +10 -0
  299. package/es/icons/interface--definition--alt/24.js +12 -0
  300. package/es/icons/interface--definition--alt/32.d.ts +10 -0
  301. package/es/icons/interface--definition--alt/32.js +12 -0
  302. package/es/icons/interface--usage--1/16.d.ts +10 -0
  303. package/es/icons/interface--usage--1/16.js +12 -0
  304. package/es/icons/interface--usage--1/20.d.ts +10 -0
  305. package/es/icons/interface--usage--1/20.js +12 -0
  306. package/es/icons/interface--usage--1/24.d.ts +10 -0
  307. package/es/icons/interface--usage--1/24.js +12 -0
  308. package/es/icons/interface--usage--1/32.d.ts +10 -0
  309. package/es/icons/interface--usage--1/32.js +12 -0
  310. package/es/icons/interface--usage--alt/16.d.ts +10 -0
  311. package/es/icons/interface--usage--alt/16.js +12 -0
  312. package/es/icons/interface--usage--alt/20.d.ts +10 -0
  313. package/es/icons/interface--usage--alt/20.js +12 -0
  314. package/es/icons/interface--usage--alt/24.d.ts +10 -0
  315. package/es/icons/interface--usage--alt/24.js +12 -0
  316. package/es/icons/interface--usage--alt/32.d.ts +10 -0
  317. package/es/icons/interface--usage--alt/32.js +12 -0
  318. package/es/icons/item--definition/16.d.ts +10 -0
  319. package/es/icons/item--definition/16.js +12 -0
  320. package/es/icons/item--definition/20.d.ts +10 -0
  321. package/es/icons/item--definition/20.js +12 -0
  322. package/es/icons/item--definition/24.d.ts +10 -0
  323. package/es/icons/item--definition/24.js +12 -0
  324. package/es/icons/item--definition/32.d.ts +10 -0
  325. package/es/icons/item--definition/32.js +12 -0
  326. package/es/icons/item--usage/16.d.ts +10 -0
  327. package/es/icons/item--usage/16.js +12 -0
  328. package/es/icons/item--usage/20.d.ts +10 -0
  329. package/es/icons/item--usage/20.js +12 -0
  330. package/es/icons/item--usage/24.d.ts +10 -0
  331. package/es/icons/item--usage/24.js +12 -0
  332. package/es/icons/item--usage/32.d.ts +10 -0
  333. package/es/icons/item--usage/32.js +12 -0
  334. package/es/icons/locked-and-blocked/16.d.ts +10 -0
  335. package/es/icons/locked-and-blocked/16.js +12 -0
  336. package/es/icons/locked-and-blocked/20.d.ts +10 -0
  337. package/es/icons/locked-and-blocked/20.js +12 -0
  338. package/es/icons/locked-and-blocked/24.d.ts +10 -0
  339. package/es/icons/locked-and-blocked/24.js +12 -0
  340. package/es/icons/locked-and-blocked/32.d.ts +10 -0
  341. package/es/icons/locked-and-blocked/32.js +12 -0
  342. package/es/icons/loop--alt/16.d.ts +10 -0
  343. package/es/icons/loop--alt/16.js +12 -0
  344. package/es/icons/loop--alt/20.d.ts +10 -0
  345. package/es/icons/loop--alt/20.js +12 -0
  346. package/es/icons/loop--alt/24.d.ts +10 -0
  347. package/es/icons/loop--alt/24.js +12 -0
  348. package/es/icons/loop--alt/32.d.ts +10 -0
  349. package/es/icons/loop--alt/32.js +12 -0
  350. package/es/icons/notifications-paused/16.d.ts +10 -0
  351. package/es/icons/notifications-paused/16.js +12 -0
  352. package/es/icons/notifications-paused/20.d.ts +10 -0
  353. package/es/icons/notifications-paused/20.js +12 -0
  354. package/es/icons/notifications-paused/24.d.ts +10 -0
  355. package/es/icons/notifications-paused/24.js +12 -0
  356. package/es/icons/notifications-paused/32.d.ts +10 -0
  357. package/es/icons/notifications-paused/32.js +12 -0
  358. package/es/icons/parent-node/16.d.ts +10 -0
  359. package/es/icons/parent-node/16.js +12 -0
  360. package/es/icons/parent-node/20.d.ts +10 -0
  361. package/es/icons/parent-node/20.js +12 -0
  362. package/es/icons/parent-node/24.d.ts +10 -0
  363. package/es/icons/parent-node/24.js +12 -0
  364. package/es/icons/parent-node/32.d.ts +10 -0
  365. package/es/icons/parent-node/32.js +12 -0
  366. package/es/icons/perform--action/16.d.ts +10 -0
  367. package/es/icons/perform--action/16.js +12 -0
  368. package/es/icons/perform--action/20.d.ts +10 -0
  369. package/es/icons/perform--action/20.js +12 -0
  370. package/es/icons/perform--action/24.d.ts +10 -0
  371. package/es/icons/perform--action/24.js +12 -0
  372. package/es/icons/perform--action/32.d.ts +10 -0
  373. package/es/icons/perform--action/32.js +12 -0
  374. package/es/icons/redefinition/16.d.ts +10 -0
  375. package/es/icons/redefinition/16.js +12 -0
  376. package/es/icons/redefinition/20.d.ts +10 -0
  377. package/es/icons/redefinition/20.js +12 -0
  378. package/es/icons/redefinition/24.d.ts +10 -0
  379. package/es/icons/redefinition/24.js +12 -0
  380. package/es/icons/redefinition/32.d.ts +10 -0
  381. package/es/icons/redefinition/32.js +12 -0
  382. package/es/icons/sorting-a-to-z/16.d.ts +10 -0
  383. package/es/icons/sorting-a-to-z/16.js +12 -0
  384. package/es/icons/sorting-a-to-z/20.d.ts +10 -0
  385. package/es/icons/sorting-a-to-z/20.js +12 -0
  386. package/es/icons/sorting-a-to-z/24.d.ts +10 -0
  387. package/es/icons/sorting-a-to-z/24.js +12 -0
  388. package/es/icons/sorting-a-to-z/32.d.ts +10 -0
  389. package/es/icons/sorting-a-to-z/32.js +12 -0
  390. package/es/icons/sorting-highest-to-lowest-number/16.d.ts +10 -0
  391. package/es/icons/sorting-highest-to-lowest-number/16.js +12 -0
  392. package/es/icons/sorting-highest-to-lowest-number/20.d.ts +10 -0
  393. package/es/icons/sorting-highest-to-lowest-number/20.js +12 -0
  394. package/es/icons/sorting-highest-to-lowest-number/24.d.ts +10 -0
  395. package/es/icons/sorting-highest-to-lowest-number/24.js +12 -0
  396. package/es/icons/sorting-highest-to-lowest-number/32.d.ts +10 -0
  397. package/es/icons/sorting-highest-to-lowest-number/32.js +12 -0
  398. package/es/icons/sorting-lowest-to-highest-number/16.d.ts +10 -0
  399. package/es/icons/sorting-lowest-to-highest-number/16.js +12 -0
  400. package/es/icons/sorting-lowest-to-highest-number/20.d.ts +10 -0
  401. package/es/icons/sorting-lowest-to-highest-number/20.js +12 -0
  402. package/es/icons/sorting-lowest-to-highest-number/24.d.ts +10 -0
  403. package/es/icons/sorting-lowest-to-highest-number/24.js +12 -0
  404. package/es/icons/sorting-lowest-to-highest-number/32.d.ts +10 -0
  405. package/es/icons/sorting-lowest-to-highest-number/32.js +12 -0
  406. package/es/icons/sorting-z-to-a/16.d.ts +10 -0
  407. package/es/icons/sorting-z-to-a/16.js +12 -0
  408. package/es/icons/sorting-z-to-a/20.d.ts +10 -0
  409. package/es/icons/sorting-z-to-a/20.js +12 -0
  410. package/es/icons/sorting-z-to-a/24.d.ts +10 -0
  411. package/es/icons/sorting-z-to-a/24.js +12 -0
  412. package/es/icons/sorting-z-to-a/32.d.ts +10 -0
  413. package/es/icons/sorting-z-to-a/32.js +12 -0
  414. package/es/icons/subsetting/16.d.ts +10 -0
  415. package/es/icons/subsetting/16.js +12 -0
  416. package/es/icons/subsetting/20.d.ts +10 -0
  417. package/es/icons/subsetting/20.js +12 -0
  418. package/es/icons/subsetting/24.d.ts +10 -0
  419. package/es/icons/subsetting/24.js +12 -0
  420. package/es/icons/subsetting/32.d.ts +10 -0
  421. package/es/icons/subsetting/32.js +12 -0
  422. package/es/icons/succession--flow-connection/16.d.ts +10 -0
  423. package/es/icons/succession--flow-connection/16.js +12 -0
  424. package/es/icons/succession--flow-connection/20.d.ts +10 -0
  425. package/es/icons/succession--flow-connection/20.js +12 -0
  426. package/es/icons/succession--flow-connection/24.d.ts +10 -0
  427. package/es/icons/succession--flow-connection/24.js +12 -0
  428. package/es/icons/succession--flow-connection/32.d.ts +10 -0
  429. package/es/icons/succession--flow-connection/32.js +12 -0
  430. package/es/icons/swimlane-d--vertical/16.d.ts +10 -0
  431. package/es/icons/swimlane-d--vertical/16.js +12 -0
  432. package/es/icons/swimlane-d--vertical/20.d.ts +10 -0
  433. package/es/icons/swimlane-d--vertical/20.js +12 -0
  434. package/es/icons/swimlane-d--vertical/24.d.ts +10 -0
  435. package/es/icons/swimlane-d--vertical/24.js +12 -0
  436. package/es/icons/swimlane-d--vertical/32.d.ts +10 -0
  437. package/es/icons/swimlane-d--vertical/32.js +12 -0
  438. package/es/icons/while-loop/16.d.ts +10 -0
  439. package/es/icons/while-loop/16.js +12 -0
  440. package/es/icons/while-loop/20.d.ts +10 -0
  441. package/es/icons/while-loop/20.js +12 -0
  442. package/es/icons/while-loop/24.d.ts +10 -0
  443. package/es/icons/while-loop/24.js +12 -0
  444. package/es/icons/while-loop/32.d.ts +10 -0
  445. package/es/icons/while-loop/32.js +12 -0
  446. package/es-custom/components/accordion/accordion.scss.js +1 -1
  447. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  448. package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -0
  449. package/es-custom/components/breadcrumb/breadcrumb.js +10 -1
  450. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  451. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  452. package/es-custom/components/button/button.scss.js +1 -1
  453. package/es-custom/components/chat-button/chat-button.scss.js +1 -1
  454. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  455. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  456. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  457. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  458. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  459. package/es-custom/components/data-table/data-table.scss.js +1 -1
  460. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  461. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  462. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  463. package/es-custom/components/form/form-item.scss.js +1 -1
  464. package/es-custom/components/form-group/form-group.scss.js +1 -1
  465. package/es-custom/components/icon-button/icon-button.scss.js +1 -1
  466. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  467. package/es-custom/components/layer/layer.scss.js +1 -1
  468. package/es-custom/components/loading/loading.scss.js +1 -1
  469. package/es-custom/components/menu/menu-item-selectable.d.ts +11 -0
  470. package/es-custom/components/menu/menu-item-selectable.js +19 -0
  471. package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
  472. package/es-custom/components/menu/menu-item.scss.js +1 -1
  473. package/es-custom/components/menu/menu.d.ts +1 -0
  474. package/es-custom/components/menu/menu.js +26 -17
  475. package/es-custom/components/menu/menu.js.map +1 -1
  476. package/es-custom/components/menu/menu.scss.js +1 -1
  477. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  478. package/es-custom/components/modal/modal.scss.js +1 -1
  479. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  480. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  481. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  482. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  483. package/es-custom/components/number-input/number-input.scss.js +1 -1
  484. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  485. package/es-custom/components/pagination/pagination.scss.js +1 -1
  486. package/es-custom/components/popover/popover.scss.js +1 -1
  487. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  488. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  489. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  490. package/es-custom/components/search/search.scss.js +1 -1
  491. package/es-custom/components/select/select.scss.js +1 -1
  492. package/es-custom/components/skeleton-text/skeleton-text.d.ts +5 -0
  493. package/es-custom/components/skeleton-text/skeleton-text.js +10 -2
  494. package/es-custom/components/skeleton-text/skeleton-text.js.map +1 -1
  495. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  496. package/es-custom/components/slider/slider.d.ts +4 -0
  497. package/es-custom/components/slider/slider.js +9 -1
  498. package/es-custom/components/slider/slider.js.map +1 -1
  499. package/es-custom/components/slider/slider.scss.js +1 -1
  500. package/es-custom/components/slug/slug.scss.js +1 -1
  501. package/es-custom/components/structured-list/structured-list.scss.js +1 -1
  502. package/es-custom/components/tabs/tabs.scss.js +1 -1
  503. package/es-custom/components/tag/dismissible-tag.js +4 -2
  504. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  505. package/es-custom/components/tag/tag.scss.js +1 -1
  506. package/es-custom/components/text-input/text-input.js +1 -4
  507. package/es-custom/components/text-input/text-input.js.map +1 -1
  508. package/es-custom/components/text-input/text-input.scss.js +1 -1
  509. package/es-custom/components/textarea/textarea.js +9 -8
  510. package/es-custom/components/textarea/textarea.js.map +1 -1
  511. package/es-custom/components/textarea/textarea.scss.js +1 -1
  512. package/es-custom/components/tile/tile.scss.js +1 -1
  513. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  514. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  515. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  516. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  517. package/es-custom/components/ui-shell/header.scss.js +1 -1
  518. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  519. package/es-custom/icons/add--child-node/16.d.ts +10 -0
  520. package/es-custom/icons/add--child-node/16.js +12 -0
  521. package/es-custom/icons/add--child-node/20.d.ts +10 -0
  522. package/es-custom/icons/add--child-node/20.js +12 -0
  523. package/es-custom/icons/add--child-node/24.d.ts +10 -0
  524. package/es-custom/icons/add--child-node/24.js +12 -0
  525. package/es-custom/icons/add--child-node/32.d.ts +10 -0
  526. package/es-custom/icons/add--child-node/32.js +12 -0
  527. package/es-custom/icons/add--parent-node/16.d.ts +10 -0
  528. package/es-custom/icons/add--parent-node/16.js +12 -0
  529. package/es-custom/icons/add--parent-node/20.d.ts +10 -0
  530. package/es-custom/icons/add--parent-node/20.js +12 -0
  531. package/es-custom/icons/add--parent-node/24.d.ts +10 -0
  532. package/es-custom/icons/add--parent-node/24.js +12 -0
  533. package/es-custom/icons/add--parent-node/32.d.ts +10 -0
  534. package/es-custom/icons/add--parent-node/32.js +12 -0
  535. package/es-custom/icons/assignment-action--usage/16.d.ts +10 -0
  536. package/es-custom/icons/assignment-action--usage/16.js +12 -0
  537. package/es-custom/icons/assignment-action--usage/20.d.ts +10 -0
  538. package/es-custom/icons/assignment-action--usage/20.js +12 -0
  539. package/es-custom/icons/assignment-action--usage/24.d.ts +10 -0
  540. package/es-custom/icons/assignment-action--usage/24.js +12 -0
  541. package/es-custom/icons/assignment-action--usage/32.d.ts +10 -0
  542. package/es-custom/icons/assignment-action--usage/32.js +12 -0
  543. package/es-custom/icons/attribute--definition/16.d.ts +10 -0
  544. package/es-custom/icons/attribute--definition/16.js +12 -0
  545. package/es-custom/icons/attribute--definition/20.d.ts +10 -0
  546. package/es-custom/icons/attribute--definition/20.js +12 -0
  547. package/es-custom/icons/attribute--definition/24.d.ts +10 -0
  548. package/es-custom/icons/attribute--definition/24.js +12 -0
  549. package/es-custom/icons/attribute--definition/32.d.ts +10 -0
  550. package/es-custom/icons/attribute--definition/32.js +12 -0
  551. package/es-custom/icons/attribute--usage/16.d.ts +10 -0
  552. package/es-custom/icons/attribute--usage/16.js +12 -0
  553. package/es-custom/icons/attribute--usage/20.d.ts +10 -0
  554. package/es-custom/icons/attribute--usage/20.js +12 -0
  555. package/es-custom/icons/attribute--usage/24.d.ts +10 -0
  556. package/es-custom/icons/attribute--usage/24.js +12 -0
  557. package/es-custom/icons/attribute--usage/32.d.ts +10 -0
  558. package/es-custom/icons/attribute--usage/32.js +12 -0
  559. package/es-custom/icons/child-node/16.d.ts +10 -0
  560. package/es-custom/icons/child-node/16.js +12 -0
  561. package/es-custom/icons/child-node/20.d.ts +10 -0
  562. package/es-custom/icons/child-node/20.js +12 -0
  563. package/es-custom/icons/child-node/24.d.ts +10 -0
  564. package/es-custom/icons/child-node/24.js +12 -0
  565. package/es-custom/icons/child-node/32.d.ts +10 -0
  566. package/es-custom/icons/child-node/32.js +12 -0
  567. package/es-custom/icons/comments/16.d.ts +10 -0
  568. package/es-custom/icons/comments/16.js +12 -0
  569. package/es-custom/icons/comments/20.d.ts +10 -0
  570. package/es-custom/icons/comments/20.js +12 -0
  571. package/es-custom/icons/comments/24.d.ts +10 -0
  572. package/es-custom/icons/comments/24.js +12 -0
  573. package/es-custom/icons/comments/32.d.ts +10 -0
  574. package/es-custom/icons/comments/32.js +12 -0
  575. package/es-custom/icons/dependency/16.d.ts +10 -0
  576. package/es-custom/icons/dependency/16.js +12 -0
  577. package/es-custom/icons/dependency/20.d.ts +10 -0
  578. package/es-custom/icons/dependency/20.js +12 -0
  579. package/es-custom/icons/dependency/24.d.ts +10 -0
  580. package/es-custom/icons/dependency/24.js +12 -0
  581. package/es-custom/icons/dependency/32.d.ts +10 -0
  582. package/es-custom/icons/dependency/32.js +12 -0
  583. package/es-custom/icons/deployment-canary/16.d.ts +10 -0
  584. package/es-custom/icons/deployment-canary/16.js +12 -0
  585. package/es-custom/icons/deployment-canary/20.d.ts +10 -0
  586. package/es-custom/icons/deployment-canary/20.js +12 -0
  587. package/es-custom/icons/deployment-canary/24.d.ts +10 -0
  588. package/es-custom/icons/deployment-canary/24.js +12 -0
  589. package/es-custom/icons/deployment-canary/32.d.ts +10 -0
  590. package/es-custom/icons/deployment-canary/32.js +12 -0
  591. package/es-custom/icons/documentation/16.d.ts +10 -0
  592. package/es-custom/icons/documentation/16.js +12 -0
  593. package/es-custom/icons/documentation/20.d.ts +10 -0
  594. package/es-custom/icons/documentation/20.js +12 -0
  595. package/es-custom/icons/documentation/24.d.ts +10 -0
  596. package/es-custom/icons/documentation/24.js +12 -0
  597. package/es-custom/icons/documentation/32.d.ts +10 -0
  598. package/es-custom/icons/documentation/32.js +12 -0
  599. package/es-custom/icons/double-axis-chart--bar/16.d.ts +10 -0
  600. package/es-custom/icons/double-axis-chart--bar/16.js +12 -0
  601. package/es-custom/icons/double-axis-chart--bar/20.d.ts +10 -0
  602. package/es-custom/icons/double-axis-chart--bar/20.js +12 -0
  603. package/es-custom/icons/double-axis-chart--bar/24.d.ts +10 -0
  604. package/es-custom/icons/double-axis-chart--bar/24.js +12 -0
  605. package/es-custom/icons/double-axis-chart--bar/32.d.ts +10 -0
  606. package/es-custom/icons/double-axis-chart--bar/32.js +12 -0
  607. package/es-custom/icons/double-axis-chart--column/16.d.ts +10 -0
  608. package/es-custom/icons/double-axis-chart--column/16.js +12 -0
  609. package/es-custom/icons/double-axis-chart--column/20.d.ts +10 -0
  610. package/es-custom/icons/double-axis-chart--column/20.js +12 -0
  611. package/es-custom/icons/double-axis-chart--column/24.d.ts +10 -0
  612. package/es-custom/icons/double-axis-chart--column/24.js +12 -0
  613. package/es-custom/icons/double-axis-chart--column/32.d.ts +10 -0
  614. package/es-custom/icons/double-axis-chart--column/32.js +12 -0
  615. package/es-custom/icons/element-picker/16.d.ts +10 -0
  616. package/es-custom/icons/element-picker/16.js +12 -0
  617. package/es-custom/icons/element-picker/20.d.ts +10 -0
  618. package/es-custom/icons/element-picker/20.js +12 -0
  619. package/es-custom/icons/element-picker/24.d.ts +10 -0
  620. package/es-custom/icons/element-picker/24.js +12 -0
  621. package/es-custom/icons/element-picker/32.d.ts +10 -0
  622. package/es-custom/icons/element-picker/32.js +12 -0
  623. package/es-custom/icons/feature-picker/16.d.ts +10 -0
  624. package/es-custom/icons/feature-picker/16.js +12 -0
  625. package/es-custom/icons/feature-picker/20.d.ts +10 -0
  626. package/es-custom/icons/feature-picker/20.js +12 -0
  627. package/es-custom/icons/feature-picker/24.d.ts +10 -0
  628. package/es-custom/icons/feature-picker/24.js +12 -0
  629. package/es-custom/icons/feature-picker/32.d.ts +10 -0
  630. package/es-custom/icons/feature-picker/32.js +12 -0
  631. package/es-custom/icons/for-loop/16.d.ts +10 -0
  632. package/es-custom/icons/for-loop/16.js +12 -0
  633. package/es-custom/icons/for-loop/20.d.ts +10 -0
  634. package/es-custom/icons/for-loop/20.js +12 -0
  635. package/es-custom/icons/for-loop/24.d.ts +10 -0
  636. package/es-custom/icons/for-loop/24.js +12 -0
  637. package/es-custom/icons/for-loop/32.d.ts +10 -0
  638. package/es-custom/icons/for-loop/32.js +12 -0
  639. package/es-custom/icons/if--action/16.d.ts +10 -0
  640. package/es-custom/icons/if--action/16.js +12 -0
  641. package/es-custom/icons/if--action/20.d.ts +10 -0
  642. package/es-custom/icons/if--action/20.js +12 -0
  643. package/es-custom/icons/if--action/24.d.ts +10 -0
  644. package/es-custom/icons/if--action/24.js +12 -0
  645. package/es-custom/icons/if--action/32.d.ts +10 -0
  646. package/es-custom/icons/if--action/32.js +12 -0
  647. package/es-custom/icons/incident-reporter/16.d.ts +10 -0
  648. package/es-custom/icons/incident-reporter/16.js +12 -0
  649. package/es-custom/icons/incident-reporter/20.d.ts +10 -0
  650. package/es-custom/icons/incident-reporter/20.js +12 -0
  651. package/es-custom/icons/incident-reporter/24.d.ts +10 -0
  652. package/es-custom/icons/incident-reporter/24.js +12 -0
  653. package/es-custom/icons/incident-reporter/32.d.ts +10 -0
  654. package/es-custom/icons/incident-reporter/32.js +12 -0
  655. package/es-custom/icons/interface--definition/16.d.ts +10 -0
  656. package/es-custom/icons/interface--definition/16.js +12 -0
  657. package/es-custom/icons/interface--definition/20.d.ts +10 -0
  658. package/es-custom/icons/interface--definition/20.js +12 -0
  659. package/es-custom/icons/interface--definition/24.d.ts +10 -0
  660. package/es-custom/icons/interface--definition/24.js +12 -0
  661. package/es-custom/icons/interface--definition/32.d.ts +10 -0
  662. package/es-custom/icons/interface--definition/32.js +12 -0
  663. package/es-custom/icons/interface--definition--alt/16.d.ts +10 -0
  664. package/es-custom/icons/interface--definition--alt/16.js +12 -0
  665. package/es-custom/icons/interface--definition--alt/20.d.ts +10 -0
  666. package/es-custom/icons/interface--definition--alt/20.js +12 -0
  667. package/es-custom/icons/interface--definition--alt/24.d.ts +10 -0
  668. package/es-custom/icons/interface--definition--alt/24.js +12 -0
  669. package/es-custom/icons/interface--definition--alt/32.d.ts +10 -0
  670. package/es-custom/icons/interface--definition--alt/32.js +12 -0
  671. package/es-custom/icons/interface--usage--1/16.d.ts +10 -0
  672. package/es-custom/icons/interface--usage--1/16.js +12 -0
  673. package/es-custom/icons/interface--usage--1/20.d.ts +10 -0
  674. package/es-custom/icons/interface--usage--1/20.js +12 -0
  675. package/es-custom/icons/interface--usage--1/24.d.ts +10 -0
  676. package/es-custom/icons/interface--usage--1/24.js +12 -0
  677. package/es-custom/icons/interface--usage--1/32.d.ts +10 -0
  678. package/es-custom/icons/interface--usage--1/32.js +12 -0
  679. package/es-custom/icons/interface--usage--alt/16.d.ts +10 -0
  680. package/es-custom/icons/interface--usage--alt/16.js +12 -0
  681. package/es-custom/icons/interface--usage--alt/20.d.ts +10 -0
  682. package/es-custom/icons/interface--usage--alt/20.js +12 -0
  683. package/es-custom/icons/interface--usage--alt/24.d.ts +10 -0
  684. package/es-custom/icons/interface--usage--alt/24.js +12 -0
  685. package/es-custom/icons/interface--usage--alt/32.d.ts +10 -0
  686. package/es-custom/icons/interface--usage--alt/32.js +12 -0
  687. package/es-custom/icons/item--definition/16.d.ts +10 -0
  688. package/es-custom/icons/item--definition/16.js +12 -0
  689. package/es-custom/icons/item--definition/20.d.ts +10 -0
  690. package/es-custom/icons/item--definition/20.js +12 -0
  691. package/es-custom/icons/item--definition/24.d.ts +10 -0
  692. package/es-custom/icons/item--definition/24.js +12 -0
  693. package/es-custom/icons/item--definition/32.d.ts +10 -0
  694. package/es-custom/icons/item--definition/32.js +12 -0
  695. package/es-custom/icons/item--usage/16.d.ts +10 -0
  696. package/es-custom/icons/item--usage/16.js +12 -0
  697. package/es-custom/icons/item--usage/20.d.ts +10 -0
  698. package/es-custom/icons/item--usage/20.js +12 -0
  699. package/es-custom/icons/item--usage/24.d.ts +10 -0
  700. package/es-custom/icons/item--usage/24.js +12 -0
  701. package/es-custom/icons/item--usage/32.d.ts +10 -0
  702. package/es-custom/icons/item--usage/32.js +12 -0
  703. package/es-custom/icons/locked-and-blocked/16.d.ts +10 -0
  704. package/es-custom/icons/locked-and-blocked/16.js +12 -0
  705. package/es-custom/icons/locked-and-blocked/20.d.ts +10 -0
  706. package/es-custom/icons/locked-and-blocked/20.js +12 -0
  707. package/es-custom/icons/locked-and-blocked/24.d.ts +10 -0
  708. package/es-custom/icons/locked-and-blocked/24.js +12 -0
  709. package/es-custom/icons/locked-and-blocked/32.d.ts +10 -0
  710. package/es-custom/icons/locked-and-blocked/32.js +12 -0
  711. package/es-custom/icons/loop--alt/16.d.ts +10 -0
  712. package/es-custom/icons/loop--alt/16.js +12 -0
  713. package/es-custom/icons/loop--alt/20.d.ts +10 -0
  714. package/es-custom/icons/loop--alt/20.js +12 -0
  715. package/es-custom/icons/loop--alt/24.d.ts +10 -0
  716. package/es-custom/icons/loop--alt/24.js +12 -0
  717. package/es-custom/icons/loop--alt/32.d.ts +10 -0
  718. package/es-custom/icons/loop--alt/32.js +12 -0
  719. package/es-custom/icons/notifications-paused/16.d.ts +10 -0
  720. package/es-custom/icons/notifications-paused/16.js +12 -0
  721. package/es-custom/icons/notifications-paused/20.d.ts +10 -0
  722. package/es-custom/icons/notifications-paused/20.js +12 -0
  723. package/es-custom/icons/notifications-paused/24.d.ts +10 -0
  724. package/es-custom/icons/notifications-paused/24.js +12 -0
  725. package/es-custom/icons/notifications-paused/32.d.ts +10 -0
  726. package/es-custom/icons/notifications-paused/32.js +12 -0
  727. package/es-custom/icons/parent-node/16.d.ts +10 -0
  728. package/es-custom/icons/parent-node/16.js +12 -0
  729. package/es-custom/icons/parent-node/20.d.ts +10 -0
  730. package/es-custom/icons/parent-node/20.js +12 -0
  731. package/es-custom/icons/parent-node/24.d.ts +10 -0
  732. package/es-custom/icons/parent-node/24.js +12 -0
  733. package/es-custom/icons/parent-node/32.d.ts +10 -0
  734. package/es-custom/icons/parent-node/32.js +12 -0
  735. package/es-custom/icons/perform--action/16.d.ts +10 -0
  736. package/es-custom/icons/perform--action/16.js +12 -0
  737. package/es-custom/icons/perform--action/20.d.ts +10 -0
  738. package/es-custom/icons/perform--action/20.js +12 -0
  739. package/es-custom/icons/perform--action/24.d.ts +10 -0
  740. package/es-custom/icons/perform--action/24.js +12 -0
  741. package/es-custom/icons/perform--action/32.d.ts +10 -0
  742. package/es-custom/icons/perform--action/32.js +12 -0
  743. package/es-custom/icons/redefinition/16.d.ts +10 -0
  744. package/es-custom/icons/redefinition/16.js +12 -0
  745. package/es-custom/icons/redefinition/20.d.ts +10 -0
  746. package/es-custom/icons/redefinition/20.js +12 -0
  747. package/es-custom/icons/redefinition/24.d.ts +10 -0
  748. package/es-custom/icons/redefinition/24.js +12 -0
  749. package/es-custom/icons/redefinition/32.d.ts +10 -0
  750. package/es-custom/icons/redefinition/32.js +12 -0
  751. package/es-custom/icons/sorting-a-to-z/16.d.ts +10 -0
  752. package/es-custom/icons/sorting-a-to-z/16.js +12 -0
  753. package/es-custom/icons/sorting-a-to-z/20.d.ts +10 -0
  754. package/es-custom/icons/sorting-a-to-z/20.js +12 -0
  755. package/es-custom/icons/sorting-a-to-z/24.d.ts +10 -0
  756. package/es-custom/icons/sorting-a-to-z/24.js +12 -0
  757. package/es-custom/icons/sorting-a-to-z/32.d.ts +10 -0
  758. package/es-custom/icons/sorting-a-to-z/32.js +12 -0
  759. package/es-custom/icons/sorting-highest-to-lowest-number/16.d.ts +10 -0
  760. package/es-custom/icons/sorting-highest-to-lowest-number/16.js +12 -0
  761. package/es-custom/icons/sorting-highest-to-lowest-number/20.d.ts +10 -0
  762. package/es-custom/icons/sorting-highest-to-lowest-number/20.js +12 -0
  763. package/es-custom/icons/sorting-highest-to-lowest-number/24.d.ts +10 -0
  764. package/es-custom/icons/sorting-highest-to-lowest-number/24.js +12 -0
  765. package/es-custom/icons/sorting-highest-to-lowest-number/32.d.ts +10 -0
  766. package/es-custom/icons/sorting-highest-to-lowest-number/32.js +12 -0
  767. package/es-custom/icons/sorting-lowest-to-highest-number/16.d.ts +10 -0
  768. package/es-custom/icons/sorting-lowest-to-highest-number/16.js +12 -0
  769. package/es-custom/icons/sorting-lowest-to-highest-number/20.d.ts +10 -0
  770. package/es-custom/icons/sorting-lowest-to-highest-number/20.js +12 -0
  771. package/es-custom/icons/sorting-lowest-to-highest-number/24.d.ts +10 -0
  772. package/es-custom/icons/sorting-lowest-to-highest-number/24.js +12 -0
  773. package/es-custom/icons/sorting-lowest-to-highest-number/32.d.ts +10 -0
  774. package/es-custom/icons/sorting-lowest-to-highest-number/32.js +12 -0
  775. package/es-custom/icons/sorting-z-to-a/16.d.ts +10 -0
  776. package/es-custom/icons/sorting-z-to-a/16.js +12 -0
  777. package/es-custom/icons/sorting-z-to-a/20.d.ts +10 -0
  778. package/es-custom/icons/sorting-z-to-a/20.js +12 -0
  779. package/es-custom/icons/sorting-z-to-a/24.d.ts +10 -0
  780. package/es-custom/icons/sorting-z-to-a/24.js +12 -0
  781. package/es-custom/icons/sorting-z-to-a/32.d.ts +10 -0
  782. package/es-custom/icons/sorting-z-to-a/32.js +12 -0
  783. package/es-custom/icons/subsetting/16.d.ts +10 -0
  784. package/es-custom/icons/subsetting/16.js +12 -0
  785. package/es-custom/icons/subsetting/20.d.ts +10 -0
  786. package/es-custom/icons/subsetting/20.js +12 -0
  787. package/es-custom/icons/subsetting/24.d.ts +10 -0
  788. package/es-custom/icons/subsetting/24.js +12 -0
  789. package/es-custom/icons/subsetting/32.d.ts +10 -0
  790. package/es-custom/icons/subsetting/32.js +12 -0
  791. package/es-custom/icons/succession--flow-connection/16.d.ts +10 -0
  792. package/es-custom/icons/succession--flow-connection/16.js +12 -0
  793. package/es-custom/icons/succession--flow-connection/20.d.ts +10 -0
  794. package/es-custom/icons/succession--flow-connection/20.js +12 -0
  795. package/es-custom/icons/succession--flow-connection/24.d.ts +10 -0
  796. package/es-custom/icons/succession--flow-connection/24.js +12 -0
  797. package/es-custom/icons/succession--flow-connection/32.d.ts +10 -0
  798. package/es-custom/icons/succession--flow-connection/32.js +12 -0
  799. package/es-custom/icons/swimlane-d--vertical/16.d.ts +10 -0
  800. package/es-custom/icons/swimlane-d--vertical/16.js +12 -0
  801. package/es-custom/icons/swimlane-d--vertical/20.d.ts +10 -0
  802. package/es-custom/icons/swimlane-d--vertical/20.js +12 -0
  803. package/es-custom/icons/swimlane-d--vertical/24.d.ts +10 -0
  804. package/es-custom/icons/swimlane-d--vertical/24.js +12 -0
  805. package/es-custom/icons/swimlane-d--vertical/32.d.ts +10 -0
  806. package/es-custom/icons/swimlane-d--vertical/32.js +12 -0
  807. package/es-custom/icons/while-loop/16.d.ts +10 -0
  808. package/es-custom/icons/while-loop/16.js +12 -0
  809. package/es-custom/icons/while-loop/20.d.ts +10 -0
  810. package/es-custom/icons/while-loop/20.js +12 -0
  811. package/es-custom/icons/while-loop/24.d.ts +10 -0
  812. package/es-custom/icons/while-loop/24.js +12 -0
  813. package/es-custom/icons/while-loop/32.d.ts +10 -0
  814. package/es-custom/icons/while-loop/32.js +12 -0
  815. package/lib/components/breadcrumb/breadcrumb.d.ts +1 -0
  816. package/lib/components/menu/menu-item-selectable.d.ts +11 -0
  817. package/lib/components/menu/menu.d.ts +1 -0
  818. package/lib/components/skeleton-text/skeleton-text.d.ts +5 -0
  819. package/lib/components/slider/slider.d.ts +4 -0
  820. package/package.json +3 -3
  821. package/scss/components/breadcrumb/breadcrumb.scss +4 -0
  822. package/scss/components/button/button.scss +0 -4
  823. package/scss/components/data-table/_table-action.scss +0 -2
  824. package/scss/components/data-table/_table-core.scss +1 -1
  825. package/scss/components/number-input/number-input.scss +9 -0
  826. package/dist/checkbox-4248d82a.js +0 -118
  827. package/dist/content-switcher-item-88de3b2e.js +0 -105
  828. package/dist/dropdown-item-a9c45193.js +0 -147
  829. package/dist/icon-button-eb4daf9b.js +0 -93
  830. package/dist/layer-ca240e6f.js +0 -79
  831. package/dist/loading-c1352229.js +0 -79
  832. package/dist/menu-item-radio-group-2516a171.js +0 -168
  833. package/dist/modal-label-0360bb8c.js +0 -110
  834. package/dist/popover-content-ede1430e.js +0 -94
  835. package/dist/radio-button-skeleton-3aa5d84a.js +0 -118
  836. package/dist/search-3098bff7.js +0 -108
  837. package/dist/select-961f5cfa.js +0 -148
  838. package/dist/text-input-0ac844d6.js +0 -140
  839. package/dist/toggletip-53c6b856.js +0 -124
  840. package/dist/tooltip-content-202c3a26.js +0 -81
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { svg } from 'lit';
9
+ import spread from '../../globals/directives/spread.js';
10
+
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) => svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(attrs)}" aria-hidden="true" width="20" height="20" viewBox="0 0 32 32">${children}<path d="M25,26h2v4h-4v-2h2v-2ZM17,30h4v-2h-4v2ZM7,26h-2v4h4v-2h-2v-2ZM7,19.9995h-2v4.0005h2v-4.0005ZM7,14h-2v4h2v-4ZM5,8v3.9995h2v-1.9995h2v-2h-4ZM5,6h2v-2h2v-2h-4v4ZM17,4h4v-2h-4v2ZM11,4h4v-2h-4v2ZM23,2v2h2v2h2V2h-4ZM25,24h2v-3.9995h-2v3.9995ZM25,18h2v-4h-2v4ZM17,10h4v-2h-4v2ZM11,10h4v-2h-4v2ZM23,8v2h2v2h2v-4h-4ZM11,30h4v-2h-4v2Z"></path></svg>`;
12
+ export default svgResultCarbonIcon;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { SVGTemplateResult } from 'lit-html';
9
+ declare const svgResultCarbonIcon: ({ children, ...attrs }?: { children?: SVGTemplateResult; [attr: string]: any }) => SVGTemplateResult;
10
+ export default svgResultCarbonIcon;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { svg } from 'lit';
9
+ import spread from '../../globals/directives/spread.js';
10
+
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) => svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(attrs)}" aria-hidden="true" width="24" height="24" viewBox="0 0 32 32">${children}<path d="M25,26h2v4h-4v-2h2v-2ZM17,30h4v-2h-4v2ZM7,26h-2v4h4v-2h-2v-2ZM7,19.9995h-2v4.0005h2v-4.0005ZM7,14h-2v4h2v-4ZM5,8v3.9995h2v-1.9995h2v-2h-4ZM5,6h2v-2h2v-2h-4v4ZM17,4h4v-2h-4v2ZM11,4h4v-2h-4v2ZM23,2v2h2v2h2V2h-4ZM25,24h2v-3.9995h-2v3.9995ZM25,18h2v-4h-2v4ZM17,10h4v-2h-4v2ZM11,10h4v-2h-4v2ZM23,8v2h2v2h2v-4h-4ZM11,30h4v-2h-4v2Z"></path></svg>`;
12
+ export default svgResultCarbonIcon;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { SVGTemplateResult } from 'lit-html';
9
+ declare const svgResultCarbonIcon: ({ children, ...attrs }?: { children?: SVGTemplateResult; [attr: string]: any }) => SVGTemplateResult;
10
+ export default svgResultCarbonIcon;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { svg } from 'lit';
9
+ import spread from '../../globals/directives/spread.js';
10
+
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) => svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(attrs)}" aria-hidden="true" width="32" height="32" viewBox="0 0 32 32">${children}<path d="M25,26h2v4h-4v-2h2v-2ZM17,30h4v-2h-4v2ZM7,26h-2v4h4v-2h-2v-2ZM7,19.9995h-2v4.0005h2v-4.0005ZM7,14h-2v4h2v-4ZM5,8v3.9995h2v-1.9995h2v-2h-4ZM5,6h2v-2h2v-2h-4v4ZM17,4h4v-2h-4v2ZM11,4h4v-2h-4v2ZM23,2v2h2v2h2V2h-4ZM25,24h2v-3.9995h-2v3.9995ZM25,18h2v-4h-2v4ZM17,10h4v-2h-4v2ZM11,10h4v-2h-4v2ZM23,8v2h2v2h2v-4h-4ZM11,30h4v-2h-4v2Z"></path></svg>`;
12
+ export default svgResultCarbonIcon;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { SVGTemplateResult } from 'lit-html';
9
+ declare const svgResultCarbonIcon: ({ children, ...attrs }?: { children?: SVGTemplateResult; [attr: string]: any }) => SVGTemplateResult;
10
+ export default svgResultCarbonIcon;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { svg } from 'lit';
9
+ import spread from '../../globals/directives/spread.js';
10
+
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) => svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(attrs)}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${children}<path d="M23,23h7v7h-2v-3.3518c-1.6447,2.0408-4.1525,3.3516-7.0002,3.3516l-9.9998.0002c-5,0-9-4-9-9v-8h2v8c0,3.8999,3.1,7,7,7h10c2.4032,0,4.4943-1.1841,5.7518-3h-3.7518v-2ZM9,7h-3.7518c1.2575-1.8159,3.3486-3,5.7518-3h10c3.9,0,7,3.1001,7,7v8h2v-8c0-5-4-9-9-9l-9.9998.0002c-2.8477,0-5.3555,1.3108-7.0002,3.3516V2h-2v7h7v-2ZM13.957,22l1.5303-6.3457.7739-3.1641h.0347l.7393,3.1641,1.5308,6.3457h2.562l2.8721-12.0029h-2.167l-1.2207,5.7607-.7568,3.6797h-.0518l-.8423-3.6797-1.376-5.7607h-2.5107l-1.3755,5.7607-.8599,3.6797h-.0518l-.7393-3.6797-1.1865-5.7607h-2.27l2.7856,12.0029h2.5796Z"></path></svg>`;
12
+ export default svgResultCarbonIcon;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { SVGTemplateResult } from 'lit-html';
9
+ declare const svgResultCarbonIcon: ({ children, ...attrs }?: { children?: SVGTemplateResult; [attr: string]: any }) => SVGTemplateResult;
10
+ export default svgResultCarbonIcon;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { svg } from 'lit';
9
+ import spread from '../../globals/directives/spread.js';
10
+
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) => svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(attrs)}" aria-hidden="true" width="20" height="20" viewBox="0 0 32 32">${children}<path d="M23,23h7v7h-2v-3.3518c-1.6447,2.0408-4.1525,3.3516-7.0002,3.3516l-9.9998.0002c-5,0-9-4-9-9v-8h2v8c0,3.8999,3.1,7,7,7h10c2.4032,0,4.4943-1.1841,5.7518-3h-3.7518v-2ZM9,7h-3.7518c1.2575-1.8159,3.3486-3,5.7518-3h10c3.9,0,7,3.1001,7,7v8h2v-8c0-5-4-9-9-9l-9.9998.0002c-2.8477,0-5.3555,1.3108-7.0002,3.3516V2h-2v7h7v-2ZM13.957,22l1.5303-6.3457.7739-3.1641h.0347l.7393,3.1641,1.5308,6.3457h2.562l2.8721-12.0029h-2.167l-1.2207,5.7607-.7568,3.6797h-.0518l-.8423-3.6797-1.376-5.7607h-2.5107l-1.3755,5.7607-.8599,3.6797h-.0518l-.7393-3.6797-1.1865-5.7607h-2.27l2.7856,12.0029h2.5796Z"></path></svg>`;
12
+ export default svgResultCarbonIcon;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { SVGTemplateResult } from 'lit-html';
9
+ declare const svgResultCarbonIcon: ({ children, ...attrs }?: { children?: SVGTemplateResult; [attr: string]: any }) => SVGTemplateResult;
10
+ export default svgResultCarbonIcon;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { svg } from 'lit';
9
+ import spread from '../../globals/directives/spread.js';
10
+
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) => svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(attrs)}" aria-hidden="true" width="24" height="24" viewBox="0 0 32 32">${children}<path d="M23,23h7v7h-2v-3.3518c-1.6447,2.0408-4.1525,3.3516-7.0002,3.3516l-9.9998.0002c-5,0-9-4-9-9v-8h2v8c0,3.8999,3.1,7,7,7h10c2.4032,0,4.4943-1.1841,5.7518-3h-3.7518v-2ZM9,7h-3.7518c1.2575-1.8159,3.3486-3,5.7518-3h10c3.9,0,7,3.1001,7,7v8h2v-8c0-5-4-9-9-9l-9.9998.0002c-2.8477,0-5.3555,1.3108-7.0002,3.3516V2h-2v7h7v-2ZM13.957,22l1.5303-6.3457.7739-3.1641h.0347l.7393,3.1641,1.5308,6.3457h2.562l2.8721-12.0029h-2.167l-1.2207,5.7607-.7568,3.6797h-.0518l-.8423-3.6797-1.376-5.7607h-2.5107l-1.3755,5.7607-.8599,3.6797h-.0518l-.7393-3.6797-1.1865-5.7607h-2.27l2.7856,12.0029h2.5796Z"></path></svg>`;
12
+ export default svgResultCarbonIcon;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { SVGTemplateResult } from 'lit-html';
9
+ declare const svgResultCarbonIcon: ({ children, ...attrs }?: { children?: SVGTemplateResult; [attr: string]: any }) => SVGTemplateResult;
10
+ export default svgResultCarbonIcon;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { svg } from 'lit';
9
+ import spread from '../../globals/directives/spread.js';
10
+
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) => svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(attrs)}" aria-hidden="true" width="32" height="32" viewBox="0 0 32 32">${children}<path d="M23,23h7v7h-2v-3.3518c-1.6447,2.0408-4.1525,3.3516-7.0002,3.3516l-9.9998.0002c-5,0-9-4-9-9v-8h2v8c0,3.8999,3.1,7,7,7h10c2.4032,0,4.4943-1.1841,5.7518-3h-3.7518v-2ZM9,7h-3.7518c1.2575-1.8159,3.3486-3,5.7518-3h10c3.9,0,7,3.1001,7,7v8h2v-8c0-5-4-9-9-9l-9.9998.0002c-2.8477,0-5.3555,1.3108-7.0002,3.3516V2h-2v7h7v-2ZM13.957,22l1.5303-6.3457.7739-3.1641h.0347l.7393,3.1641,1.5308,6.3457h2.562l2.8721-12.0029h-2.167l-1.2207,5.7607-.7568,3.6797h-.0518l-.8423-3.6797-1.376-5.7607h-2.5107l-1.3755,5.7607-.8599,3.6797h-.0518l-.7393-3.6797-1.1865-5.7607h-2.27l2.7856,12.0029h2.5796Z"></path></svg>`;
12
+ export default svgResultCarbonIcon;
@@ -26,6 +26,7 @@ declare class CDSBreadcrumb extends LitElement {
26
26
  */
27
27
  private _handleSlotChange;
28
28
  connectedCallback(): void;
29
+ updated(changedProperties: any): void;
29
30
  render(): import("lit-html").TemplateResult<1>;
30
31
  static styles: any;
31
32
  }
@@ -24,13 +24,24 @@ declare class CDSmenuItemSelectable extends LitElement {
24
24
  * The name of the custom event fired when the selection state changes.
25
25
  */
26
26
  static get eventOnChange(): string;
27
+ /**
28
+ * Automatically forwards focus to the first focusable element inside the shadow root (helps with focus styles when wrapped in menu-item-group)
29
+ */
30
+ static shadowRootOptions: {
31
+ delegatesFocus: boolean;
32
+ mode: ShadowRootMode;
33
+ serializable?: boolean;
34
+ slotAssignment?: SlotAssignmentMode;
35
+ };
27
36
  /**
28
37
  * Sets the menu item's icon.
29
38
  */
30
39
  renderIcon?: () => void;
31
40
  shortcut: any;
32
41
  _handleClick: (e: any) => void;
42
+ connectedCallback(): void;
33
43
  firstUpdated(): void;
44
+ _handleKeydown: (e: KeyboardEvent) => void;
34
45
  render(): import("lit-html").TemplateResult<1>;
35
46
  static styles: any;
36
47
  }
@@ -440,6 +440,7 @@ declare class CDSMenu extends CDSMenu_base {
440
440
  * Position of the Menu in Y axis .
441
441
  */
442
442
  y: number | number[];
443
+ private _handleBlur;
443
444
  /**
444
445
  * The name of the custom event fired when the the Menu should be closed.
445
446
  */
@@ -19,8 +19,13 @@ declare class CDSSkeletonText extends LitElement {
19
19
  optionalClasses: any;
20
20
  /**
21
21
  * The type of skeleton text.
22
+ * @deprecated Use the `heading` property instead.
22
23
  */
23
24
  type: SKELETON_TEXT_TYPE;
25
+ /**
26
+ * Determines if the skeleton text should be rendered as a heading.
27
+ */
28
+ heading: boolean;
24
29
  /**
25
30
  * width (in px or %) of single line of text or max-width of paragraph lines
26
31
  */
@@ -1140,6 +1140,10 @@ declare class CDSSlider extends CDSSlider_base {
1140
1140
  * The label associated with the minimum value.
1141
1141
  */
1142
1142
  minLabel: string;
1143
+ /**
1144
+ * Specify whether you want the underlying label to be visually hidden
1145
+ */
1146
+ hideLabel: boolean;
1143
1147
  /**
1144
1148
  * The formatter for the text for maximum value.
1145
1149
  * Should be changed upon the locale the UI is rendered with.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/web-components",
3
3
  "description": "Web components for the Carbon Design System",
4
- "version": "2.29.0",
4
+ "version": "2.30.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "es/index.js",
7
7
  "module": "es/index.js",
@@ -65,7 +65,7 @@
65
65
  "wca": "web-component-analyzer analyze src --outFile custom-elements.json"
66
66
  },
67
67
  "dependencies": {
68
- "@carbon/styles": "^1.81.0",
68
+ "@carbon/styles": "^1.82.0",
69
69
  "@floating-ui/dom": "^1.6.3",
70
70
  "@ibm/telemetry-js": "^1.5.0",
71
71
  "@lit/context": "^1.1.1",
@@ -138,5 +138,5 @@
138
138
  }
139
139
  ]
140
140
  },
141
- "gitHead": "ec31b96c91af8208499180eaeae89eb08b7ac8c8"
141
+ "gitHead": "68105b183b14b348bcba4622f86a9e50265414da"
142
142
  }
@@ -126,6 +126,10 @@ $css--plex: true !default;
126
126
  display: none;
127
127
  }
128
128
  }
129
+ :host(#{$prefix}-breadcrumb-link[size='sm']) {
130
+ min-inline-size: $spacing-04;
131
+ text-align: center;
132
+ }
129
133
 
130
134
  :host(#{$prefix}-breadcrumb-link[aria-current='page']) .#{$prefix}--link {
131
135
  color: $text-primary;
@@ -33,10 +33,6 @@ $css--plex: true !default;
33
33
  .#{$prefix}--btn {
34
34
  flex-grow: 1;
35
35
  max-inline-size: 100%;
36
-
37
- &:not(:focus) {
38
- box-shadow: to-rem(-1px) to-rem(-1px) 0 0 $button-separator;
39
- }
40
36
  }
41
37
  }
42
38
 
@@ -27,8 +27,6 @@
27
27
  :host(#{$prefix}-table-toolbar-content) {
28
28
  @extend .#{$prefix}--toolbar-content;
29
29
 
30
- clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
31
-
32
30
  ::slotted(#{$prefix}-overflow-menu) {
33
31
  display: flex;
34
32
  block-size: $spacing-09;
@@ -269,7 +269,7 @@
269
269
  }
270
270
  }
271
271
 
272
- :host(#{$prefix}-table-cell[slug-in-header]) {
272
+ :host(#{$prefix}-table-cell[ai-label-in-header]) {
273
273
  @include ai-table-gradient;
274
274
  }
275
275
 
@@ -64,3 +64,12 @@ $css--plex: true !default;
64
64
  inset-inline-end: to-rem(120px);
65
65
  }
66
66
  }
67
+
68
+ :host(#{$prefix}-number-input) {
69
+ .up-icon {
70
+ &::before,
71
+ &::after {
72
+ display: none;
73
+ }
74
+ }
75
+ }
@@ -1,118 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2019, 2020
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
- /**
8
- * @license
9
- *
10
- * This bundle contains the following third-party dependencies:
11
- *
12
- * tslib:
13
- *
14
- ****************************************************************************
15
- Copyright (c) Microsoft Corporation.
16
-
17
- Permission to use, copy, modify, and/or distribute this software for any
18
- purpose with or without fee is hereby granted.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
21
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
23
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
24
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
25
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
- PERFORMANCE OF THIS SOFTWARE.
27
- *****************************************************************************
28
- *
29
- * @lit/context:
30
- *
31
- * @license
32
- * Copyright 2021 Google LLC
33
- * SPDX-License-Identifier: BSD-3-Clause
34
- *
35
- * flatpickr:
36
- *
37
- *****************************************************************************
38
- Copyright (c) Microsoft Corporation.
39
-
40
- Permission to use, copy, modify, and/or distribute this software for any
41
- purpose with or without fee is hereby granted.
42
-
43
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
44
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
45
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
46
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
47
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
48
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
49
- PERFORMANCE OF THIS SOFTWARE.
50
- *****************************************************************************
51
- *
52
- * lit-html:
53
- *
54
- * @license
55
- * Copyright 2017 Google LLC
56
- * SPDX-License-Identifier: BSD-3-Clause
57
- *
58
- * lit-element:
59
- *
60
- * @license
61
- * Copyright 2017 Google LLC
62
- * SPDX-License-Identifier: BSD-3-Clause
63
- *
64
- * @lit/reactive-element:
65
- *
66
- * @license
67
- * Copyright 2017 Google LLC
68
- * SPDX-License-Identifier: BSD-3-Clause
69
- *
70
- * Also refer to the following links for the license of other third-party dependencies:
71
- *
72
- * https://www.npmjs.com/package/lit
73
- * https://www.npmjs.com/package/@floating-ui/dom
74
- * https://www.npmjs.com/package/lodash-es
75
- * https://www.npmjs.com/package/@floating-ui/utils
76
- * https://www.npmjs.com/package/@floating-ui/core
77
- */
78
-
79
- import{i as e,r as c,_ as t,x as s,p as o}from"./settings-acffb3e3.js";import{e as a}from"./class-map-0105578d.js";import{o as i}from"./if-defined-3aa71b6b.js";import{n as d}from"./property-92d0c002.js";import{e as r}from"./query-602de8af.js";import{F as l}from"./focus-b89bb373.js";import{F as n}from"./form-3c2e14c6.js";import{s as b}from"./16-15766a67.js";import{s as h}from"./16-1acbca89.js";import{c as m}from"./carbon-element-716e46b0.js";var p=e(['@keyframes cds--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds--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--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds--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--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds--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--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds--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--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds--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--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--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds--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--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--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds--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}.cds--assistive-text,.cds--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--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--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--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--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--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)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-field) inset;-webkit-text-fill-color:var(--cds-text-primary,#161616)}.cds--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds--fieldset *,.cds--fieldset :after,.cds--fieldset :before{box-sizing:inherit}.cds--form-item,:host(cds-checkbox){align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds--label{color:var(--cds-text-secondary,#525252);display:inline-block;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds--label html{font-size:100%}.cds--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds--label strong{font-weight:600}.cds--label .cds--toggletip-label{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.cds--label--no-margin{margin-block-end:0}.cds--label+.cds--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds--label+.cds--tooltip .cds--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds--label+.cds--tooltip .cds--tooltip__trigger *,.cds--label+.cds--tooltip .cds--tooltip__trigger :after,.cds--label+.cds--tooltip .cds--tooltip__trigger :before{box-sizing:inherit}.cds--label+.cds--tooltip .cds--tooltip__trigger::-moz-focus-inner{border:0}.cds--label+.cds--tooltip .cds--tooltip__trigger:focus{outline:1px solid var(--cds-focus,#0f62fe)}.cds--label+.cds--tooltip .cds--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252)}.cds--label+.cds--tooltip .cds--tooltip__trigger svg :hover{fill:var(--cds-icon-primary,#161616)}.cds--label+.cds--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds--label.cds--skeleton{background:var(--cds-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds--label.cds--skeleton:active,.cds--label.cds--skeleton:focus,.cds--label.cds--skeleton:hover{border:none;cursor:default;outline:none}.cds--label.cds--skeleton:before{animation:cds--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--label.cds--skeleton:before{animation:none}}input[type=number]{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus),.cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused,.cds--combo-box--invalid--focused),.cds--number[data-invalid] input[type=number]:not(:focus),.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),.cds--text-area__wrapper[data-invalid]>.cds--text-area--invalid:not(:focus),.cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus),.cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused,.cds--combo-box--invalid--focused),.cds--number[data-invalid] input[type=number]:not(:focus),.cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),.cds--text-area__wrapper[data-invalid]>.cds--text-area--invalid:not(:focus),.cds--text-input__field-wrapper[data-invalid]>.cds--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds--date-picker-input__wrapper--invalid~.cds--form-requirement,.cds--date-picker-input__wrapper--warn~.cds--form-requirement,.cds--date-picker-input__wrapper~.cds--form-requirement,.cds--list-box--warning~.cds--form-requirement,.cds--list-box[data-invalid]~.cds--form-requirement,.cds--number[data-invalid] .cds--number__input-wrapper~.cds--form-requirement,.cds--number__input-wrapper--warning~.cds--form-requirement,.cds--select--warning .cds--select-input__wrapper~.cds--form-requirement,.cds--select-input__wrapper[data-invalid]~.cds--form-requirement,.cds--text-area__wrapper--warn~.cds--form-requirement,.cds--text-area__wrapper[data-invalid]~.cds--form-requirement,.cds--text-input__field-wrapper--warning>.cds--text-input~.cds--form-requirement,.cds--text-input__field-wrapper--warning~.cds--form-requirement,.cds--text-input__field-wrapper[data-invalid]~.cds--form-requirement,.cds--time-picker--invalid~.cds--form-requirement,.cds--time-picker--warning~.cds--form-requirement,.cds--time-picker[data-invalid]~.cds--form-requirement,input[data-invalid]~.cds--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds--date-picker-input__wrapper--invalid~.cds--form-requirement,.cds--date-picker-input__wrapper~.cds--form-requirement,.cds--list-box[data-invalid]~.cds--form-requirement,.cds--number[data-invalid] .cds--number__input-wrapper~.cds--form-requirement,.cds--select-input__wrapper[data-invalid]~.cds--form-requirement,.cds--text-area__wrapper[data-invalid]~.cds--form-requirement,.cds--text-input__field-wrapper[data-invalid]~.cds--form-requirement,.cds--time-picker--invalid~.cds--form-requirement,.cds--time-picker[data-invalid]~.cds--form-requirement,input[data-invalid]~.cds--form-requirement{color:var(--cds-text-error,#da1e28)}.cds--form--fluid .cds--text-input__field-wrapper--warning,.cds--form--fluid .cds--text-input__field-wrapper[data-invalid]{display:block}.cds--form--fluid input[data-invalid]{outline:none}.cds--form--fluid .cds--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds--form-requirement{display:none;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds--form-requirement html{font-size:100%}.cds--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds--form-requirement strong{font-weight:600}.cds--select--inline .cds--form__helper-text{margin-block-start:0}.cds--form__helper-text{color:var(--cds-text-secondary,#525252);font-size:var(--cds-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds--form__helper-text--disabled,.cds--label--disabled,fieldset[disabled] .cds--form__helper-text,fieldset[disabled] .cds--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds--checkbox-group{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds--checkbox-group *,.cds--checkbox-group :after,.cds--checkbox-group :before{box-sizing:inherit}.cds--form-item.cds--checkbox-wrapper,:host(cds-checkbox){margin-block-end:.375rem;position:relative}.cds--form-item.cds--checkbox-wrapper:first-of-type{margin-block-start:0}.cds--label+.cds--form-item.cds--checkbox-wrapper,.cds--label+:host(cds-checkbox){margin-block-start:-.125rem}.cds--form-item.cds--checkbox-wrapper:last-of-type{margin-block-end:.1875rem}.cds--checkbox{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;inset-block-start:1.25rem;inset-inline-start:.7rem;visibility:inherit;white-space:nowrap}.cds--checkbox-label{cursor:pointer;display:flex;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);min-block-size:1.25rem;padding-block-start:.0625rem;padding-inline-start:1.25rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds--checkbox-label html{font-size:100%}.cds--checkbox-label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds--checkbox-label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds--checkbox-label strong{font-weight:600}.cds--checkbox-label-text{padding-inline-start:.625rem}.cds--checkbox-label:after,.cds--checkbox-label:before{box-sizing:border-box}@media print{.cds--checkbox-label:after,.cds--checkbox-label:before{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cds--checkbox-label:before{background-color:transparent;block-size:1rem;border:1px solid var(--cds-icon-primary,#161616);border-radius:2px;content:"";inline-size:1rem;inset-block-start:.125rem;inset-inline-start:0;margin-block:.0625rem .125rem;margin-inline:.1875rem 0;position:absolute}.cds--checkbox-label:after{background:none;block-size:.3125rem;border-block-end:1.5px solid var(--cds-icon-inverse,#fff);border-inline-start:1.5px solid var(--cds-icon-inverse,#fff);content:"";inline-size:.5625rem;inset-block-start:.40625rem;inset-inline-start:.4375rem;margin-block-start:-.1875rem;position:absolute;transform:scale(0) rotate(-45deg);transform-origin:bottom right}.cds--checkbox-label[data-contained-checkbox-state=true]:before,.cds--checkbox:checked+.cds--checkbox-label:before,.cds--checkbox:indeterminate+.cds--checkbox-label:before{background-color:var(--cds-icon-primary,#161616);border:1px}.cds--checkbox-label[data-contained-checkbox-state=true]:after,.cds--checkbox:checked+.cds--checkbox-label:after{transform:scale(1) rotate(-45deg)}.cds--checkbox:indeterminate+.cds--checkbox-label:after{border-block-end:2px solid var(--cds-icon-inverse,#fff);border-inline-start:0 solid var(--cds-icon-inverse,#fff);inline-size:.5rem;inset-block-start:.6875rem;transform:scale(1) rotate(0deg)}.cds--checkbox-label[data-contained-checkbox-state=true].cds--checkbox-label__focus:before,.cds--checkbox-label__focus:before,.cds--checkbox:checked:focus+.cds--checkbox-label:before,.cds--checkbox:focus+.cds--checkbox-label:before,.cds--checkbox:indeterminate:focus+.cds--checkbox-label:before{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:1px}.cds--checkbox-label[data-contained-checkbox-disabled=true],.cds--checkbox:disabled+.cds--checkbox-label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds--checkbox-label[data-contained-checkbox-disabled=true]:before,.cds--checkbox:disabled+.cds--checkbox-label:before{border-color:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]:before,.cds--checkbox:checked:disabled+.cds--checkbox-label:before,.cds--checkbox:indeterminate:disabled+.cds--checkbox-label:before{background-color:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds--checkbox-group[data-invalid] .cds--checkbox-label:before,.cds--checkbox-wrapper--invalid .cds--checkbox-label:before,.cds--checkbox-wrapper--invalid .cds--checkbox:checked+.cds--checkbox-label:before,:host(cds-checkbox:not([readonly])[invalid]) .cds--checkbox-label:before{border:1px solid var(--cds-support-error,#da1e28)}.cds--checkbox-group .cds--checkbox-wrapper--invalid>.cds--checkbox__validation-msg,.cds--checkbox-group .cds--checkbox-wrapper--warning>.cds--checkbox__validation-msg,.cds--checkbox-group .cds--checkbox-wrapper>.cds--form__helper-text,.cds--checkbox-group :host(cds-checkbox)>.cds--form__helper-text,.cds--checkbox-group :host(cds-checkbox:not([readonly]):not([invalid])[warn])>.cds--checkbox__validation-msg,.cds--checkbox-group :host(cds-checkbox:not([readonly])[invalid])>.cds--checkbox__validation-msg{display:none}.cds--checkbox-group:not(.cds--checkbox-group[data-invalid]) .cds--checkbox-wrapper--invalid .cds--checkbox-label:before,.cds--checkbox-group:not(.cds--checkbox-group[data-invalid]) .cds--checkbox-wrapper--invalid .cds--checkbox:checked+.cds--checkbox-label:before,.cds--checkbox-group:not(.cds--checkbox-group[data-invalid]) :host(cds-checkbox:not([readonly])[invalid]) .cds--checkbox-label:before{border:1px solid var(--cds-icon-primary,#161616)}.cds--checkbox-group__validation-msg,.cds--checkbox__validation-msg{align-items:flex-start;display:none;inline-size:100%;margin-block-start:.25rem}.cds--checkbox__invalid-icon{margin:.0625rem .0625rem 0 .1875rem;fill:var(--cds-support-error,#da1e28);min-inline-size:1rem}.cds--checkbox__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds--checkbox__invalid-icon--warning path:first-of-type{fill:#000}.cds--checkbox-group--invalid .cds--checkbox-group__validation-msg,.cds--checkbox-group--warning .cds--checkbox-group__validation-msg,.cds--checkbox-wrapper--invalid>.cds--checkbox__validation-msg,.cds--checkbox-wrapper--warning>.cds--checkbox__validation-msg,:host(cds-checkbox:not([readonly]):not([invalid])[warn])>.cds--checkbox__validation-msg,:host(cds-checkbox:not([readonly])[invalid])>.cds--checkbox__validation-msg{display:flex}.cds--checkbox-group--invalid .cds--checkbox-group__validation-msg .cds--form-requirement,.cds--checkbox-group--warning .cds--checkbox-group__validation-msg .cds--form-requirement,.cds--checkbox-wrapper--invalid .cds--checkbox__validation-msg .cds--form-requirement,.cds--checkbox-wrapper--warning .cds--checkbox__validation-msg .cds--form-requirement,:host(cds-checkbox:not([readonly]):not([invalid])[warn]) .cds--checkbox__validation-msg .cds--form-requirement,:host(cds-checkbox:not([readonly])[invalid]) .cds--checkbox__validation-msg .cds--form-requirement{display:block;margin-block-start:0;margin-inline-start:.5rem;max-block-size:100%;overflow:visible}.cds--checkbox-group--invalid .cds--checkbox-group__validation-msg .cds--form-requirement,.cds--checkbox-wrapper--invalid .cds--checkbox__validation-msg .cds--form-requirement,:host(cds-checkbox:not([readonly])[invalid]) .cds--checkbox__validation-msg .cds--form-requirement{color:var(--cds-text-error,#da1e28)}.cds--checkbox-group--readonly .cds--checkbox-label,.cds--checkbox-wrapper--readonly .cds--checkbox-label,:host(cds-checkbox[readonly]) .cds--checkbox-label{cursor:default}.cds--checkbox-group--readonly .cds--checkbox-label-text,.cds--checkbox-wrapper--readonly .cds--checkbox-label-text,:host(cds-checkbox[readonly]) .cds--checkbox-label-text{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.cds--checkbox-group--readonly .cds--checkbox+.cds--checkbox-label:before,.cds--checkbox-wrapper--readonly .cds--checkbox+.cds--checkbox-label:before,:host(cds-checkbox[readonly]) .cds--checkbox+.cds--checkbox-label:before{border-color:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds--checkbox-group--readonly .cds--checkbox:checked+.cds--checkbox-label:before,.cds--checkbox-wrapper--readonly .cds--checkbox:checked+.cds--checkbox-label:before,:host(cds-checkbox[readonly]) .cds--checkbox:checked+.cds--checkbox-label:before{background:transparent;border:1px solid var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds--checkbox-group--readonly .cds--checkbox:checked+.cds--checkbox-label:after,.cds--checkbox-wrapper--readonly .cds--checkbox:checked+.cds--checkbox-label:after,:host(cds-checkbox[readonly]) .cds--checkbox:checked+.cds--checkbox-label:after{border-color:var(--cds-text-primary,#161616)}.cds--checkbox-skeleton .cds--checkbox-label{cursor:default}.cds--checkbox-label-text.cds--skeleton{background:var(--cds-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;inline-size:6.25rem;margin-block:.0625rem 0;margin-inline:.375rem 0;padding:0;pointer-events:none;position:relative}.cds--checkbox-label-text.cds--skeleton:active,.cds--checkbox-label-text.cds--skeleton:focus,.cds--checkbox-label-text.cds--skeleton:hover{border:none;cursor:default;outline:none}.cds--checkbox-label-text.cds--skeleton:before{animation:cds--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--checkbox-label-text.cds--skeleton:before{animation:none}}.cds--checkbox--inline{position:relative}[dir=rtl] .cds--checkbox-label:after{margin-block-start:0;margin-inline-start:-.0625rem;transform-origin:center}[dir=rtl] .cds--checkbox-label[data-contained-checkbox-state=true]:after,[dir=rtl] .cds--checkbox:checked+.cds--checkbox-label:after{transform:scale(1.2) rotate3d(.5,1,0,158deg)}.cds--checkbox-group--decorator legend.cds--label,.cds--checkbox-group--slug legend.cds--label,.cds--checkbox-wrapper--decorator .cds--checkbox-label-text,.cds--checkbox-wrapper--slug .cds--checkbox-label-text{display:flex}.cds--checkbox-group--decorator legend.cds--label .cds--checkbox-group-inner--decorator>*,.cds--checkbox-group--slug legend.cds--label .cds--ai-label,.cds--checkbox-group--slug legend.cds--label .cds--slug,.cds--checkbox-wrapper--decorator .cds--checkbox-label-text .cds--checkbox-wrapper-inner--decorator>*,.cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--ai-label,.cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--slug{margin-inline-start:.5rem}.cds--checkbox-wrapper--decorator .cds--checkbox-label-text .cds--ai-label__button--inline,.cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--ai-label__button--inline,.cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--slug__button--inline{line-height:inherit;margin-block-start:-.0625rem}.cds--checkbox-group--horizontal{display:flex;flex-flow:row wrap;justify-content:flex-start;position:relative}.cds--checkbox-group--horizontal .cds--form-item,.cds--checkbox-group--horizontal :host(cds-checkbox){flex:none;margin-block-end:0}.cds--checkbox-group--horizontal .cds--form-item:not(:last-of-type),.cds--checkbox-group--horizontal :host(cds-checkbox:not(:last-of-type)){margin-inline-end:1rem}.cds--checkbox-group--horizontal .cds--checkbox-label-text{padding-inline-start:.5rem}.cds--checkbox-group--horizontal .cds--label+.cds--form-item.cds--checkbox-wrapper,.cds--checkbox-group--horizontal .cds--label+:host(cds-checkbox){margin-block-start:0}:host(cds-checkbox:dir(rtl)) .cds--checkbox-label[data-contained-checkbox-state=true]:after,:host(cds-checkbox:dir(rtl)) .cds--checkbox:checked+.cds--checkbox-label:after{margin-block-start:0;margin-inline-start:to-rem(-1px);transform:scale(1.2) rotate3d(.5,1,0,158deg);transform-origin:center}:host(cds-checkbox[invalid-group]) .cds--checkbox-label:before{border-color:var(--cds-support-error,#da1e28)}:host(cds-checkbox[data-table]){margin:0}:host(cds-checkbox[data-table][hide-checkbox]){pointer-events:none}:host(cds-checkbox[data-table][hide-checkbox]) .cds--checkbox-label:after,:host(cds-checkbox[data-table][hide-checkbox]) .cds--checkbox-label:before{background-color:transparent;border-color:transparent}:host(cds-checkbox-skeleton) .cds--checkbox-label{cursor:default}:host(cds-checkbox-group){display:flex;inline-size:100%}:host(cds-checkbox-group) .cds--checkbox-group--slug ::slotted(cds-ai-label),:host(cds-checkbox-group) .cds--checkbox-group--slug ::slotted(cds-slug),:host(cds-checkbox[ai-label]) ::slotted(cds-ai-label),:host(cds-checkbox[ai-label]) ::slotted(cds-slug){margin-inline-start:.5rem}:host(cds-checkbox[ai-label]){flex-direction:row}:host(cds-checkbox[ai-label]) .cds--checkbox-label-text{display:flex}:host(cds-checkbox[ai-label]) ::slotted(cds-ai-label),:host(cds-checkbox[ai-label]) ::slotted(cds-slug){align-self:center}:host(cds-checkbox-group) .cds--checkbox-group--horizontal ::slotted(cds-checkbox){flex:none;margin-inline-end:1rem}']);let x=class extends(l(n(c))){constructor(){super(...arguments),this.checked=!1,this.dataTable=!1,this.disabled=!1,this.hideCheckbox=!1,this.hideLabel=!1,this.id="checkbox",this.indeterminate=!1,this.labelText="",this.readonly=!1,this.invalid=!1,this.title="",this.warn=!1,this.warnText=!1,this._hasAILabel=!1}_handleChange(){const{checked:e,indeterminate:c}=this._checkboxNode;this.checked=e,this.indeterminate=c;const{eventChange:t}=this.constructor;this.dispatchEvent(new CustomEvent(t,{bubbles:!0,composed:!0,detail:{checked:e,indeterminate:c}}))}_handleClick(e){this.readonly&&e.preventDefault()}_handleFormdata(e){const{formData:c}=e,{checked:t,disabled:s,name:o,value:a="on"}=this;!s&&t&&c.append(o,a)}_handleSlotChange({target:e}){const c=e.assignedNodes().filter((e=>void 0!==e.matches&&(e.matches(this.constructor.aiLabelItem)||e.matches(this.constructor.slugItem))));this._hasAILabel=Boolean(c);const t=c[0].getAttribute("kind");c[0].setAttribute("size","inline"===t?"md":"mini"),this.requestUpdate()}updated(){const{_hasAILabel:e,defaultChecked:c}=this;e?this.setAttribute("ai-label",""):this.removeAttribute("ai-label"),c&&(this.checked=c)}render(){const{checked:e,disabled:c,helperText:t,hideLabel:d,id:r,indeterminate:l,invalid:n,invalidText:m,labelText:p,name:x,readonly:u,title:g,value:f,warn:k,warnText:y,defaultChecked:v,_handleChange:_,_handleClick:z}=this,w=!u&&!n&&k,q=!n&&!k,$=t?s` <div class="${o}--form__helper-text">${t}</div>`:null,S=a({[`${o}--checkbox-label`]:!0}),B=a({[`${o}--checkbox-label-text`]:!0,[`${o}--visually-hidden`]:d});return s`
80
- <input
81
- id="${i(r)}"
82
- type="checkbox"
83
- part="input"
84
- class="${`${o}--checkbox`}"
85
- aria-readonly="${String(Boolean(u))}"
86
- ?checked="${e}"
87
- ?data-invalid="${n}"
88
- ?disabled="${c}"
89
- ?defaultChecked="${v}"
90
- .indeterminate="${l}"
91
- name="${i(x)}"
92
- value="${i(f)}"
93
- @change="${_}"
94
- @click="${z}" />
95
- <label
96
- for="${i(r)}"
97
- part="label"
98
- class="${S}"
99
- title="${i(g)}">
100
- <span class="${B}"
101
- >${p||s`<slot></slot>`}</span
102
- >
103
- </label>
104
- <slot name="ai-label" @slotchange="${this._handleSlotChange}"></slot>
105
- <slot name="decorator" @slotchange="${this._handleSlotChange}"></slot>
106
- <slot name="slug" @slotchange="${this._handleSlotChange}"></slot>
107
- <div class="${o}--checkbox__validation-msg">
108
- ${!u&&n?s`
109
- ${b({class:`${o}--checkbox__invalid-icon`})}
110
- <div class="${o}--form-requirement">${m}</div>
111
- `:null}
112
- ${w?s`
113
- ${h({class:`${o}--checkbox__invalid-icon ${o}--checkbox__invalid-icon--warning`})}
114
- <div class="${o}--form-requirement">${y}</div>
115
- `:null}
116
- </div>
117
- ${q?$:null}
118
- `}static get eventChange(){return`${o}-checkbox-changed`}static get slugItem(){return`${o}-slug`}static get aiLabelItem(){return`${o}-ai-label`}};x.shadowRootOptions=Object.assign(Object.assign({},c.shadowRootOptions),{delegatesFocus:!0}),x.styles=p,t([r("input")],x.prototype,"_checkboxNode",void 0),t([d({type:Boolean,reflect:!0,attribute:"checked"})],x.prototype,"checked",void 0),t([d({type:Boolean,reflect:!0,attribute:"data-table"})],x.prototype,"dataTable",void 0),t([d({type:Boolean,reflect:!0})],x.prototype,"disabled",void 0),t([d({type:String,reflect:!0,attribute:"helper-text"})],x.prototype,"helperText",void 0),t([d({type:Boolean,reflect:!0,attribute:"hide-checkbox"})],x.prototype,"hideCheckbox",void 0),t([d({type:Boolean,reflect:!0,attribute:"hide-label"})],x.prototype,"hideLabel",void 0),t([d({reflect:!0})],x.prototype,"id",void 0),t([d({type:Boolean,reflect:!0})],x.prototype,"indeterminate",void 0),t([d({attribute:"label-text"})],x.prototype,"labelText",void 0),t([d()],x.prototype,"name",void 0),t([d({type:Boolean,reflect:!0})],x.prototype,"readonly",void 0),t([d({type:Boolean})],x.prototype,"invalid",void 0),t([d({type:String,attribute:"invalid-text"})],x.prototype,"invalidText",void 0),t([d({attribute:"title"})],x.prototype,"title",void 0),t([d()],x.prototype,"value",void 0),t([d({type:Boolean})],x.prototype,"warn",void 0),t([d({type:String,attribute:"warn-text"})],x.prototype,"warnText",void 0),t([d({type:Boolean,attribute:"default-checked"})],x.prototype,"defaultChecked",void 0),x=t([m(`${o}-checkbox`)],x);var u=x;export{u as C,p as s};