@carbon/web-components 2.62.0 → 2.63.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 (955) hide show
  1. package/README.md +26 -0
  2. package/bin/create-prefixed-build.js +157 -0
  3. package/custom-elements.json +2074 -360
  4. package/es/components/accordion/accordion.scss.js +1 -1
  5. package/es/components/action-set/action-set.scss.js +1 -1
  6. package/es/components/ai-label/ai-label-action-button.d.ts +1 -1
  7. package/es/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  8. package/es/components/ai-label/ai-label-action-button.js +4 -3
  9. package/es/components/ai-label/ai-label-action-button.js.map +1 -1
  10. package/es/components/ai-label/ai-label.scss.js +1 -1
  11. package/es/components/ai-label/ai-label.scss.js.map +1 -1
  12. package/es/components/ai-label/index.d.ts +1 -0
  13. package/es/components/ai-label/index.d.ts.map +1 -1
  14. package/es/components/ai-label/index.js +1 -0
  15. package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  16. package/es/components/big-number/big-number-skeleton.d.ts +21 -0
  17. package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
  18. package/es/components/big-number/big-number-skeleton.js +62 -0
  19. package/es/components/big-number/big-number-skeleton.js.map +1 -0
  20. package/es/components/big-number/big-number-skeleton.scss.js +14 -0
  21. package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
  22. package/es/components/big-number/big-number.d.ts +35 -0
  23. package/es/components/big-number/big-number.d.ts.map +1 -0
  24. package/es/components/big-number/big-number.js +171 -0
  25. package/es/components/big-number/big-number.js.map +1 -0
  26. package/es/components/big-number/big-number.scss.js +14 -0
  27. package/es/components/big-number/big-number.scss.js.map +1 -0
  28. package/es/components/big-number/constants.d.ts +20 -0
  29. package/es/components/big-number/constants.d.ts.map +1 -0
  30. package/es/components/big-number/constants.js +32 -0
  31. package/es/components/big-number/constants.js.map +1 -0
  32. package/es/components/big-number/index.d.ts +8 -0
  33. package/es/components/big-number/index.d.ts.map +1 -0
  34. package/es/components/big-number/index.js +8 -0
  35. package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  36. package/es/components/breadcrumb/breadcrumb-item.js +2 -1
  37. package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
  38. package/es/components/breadcrumb/breadcrumb.d.ts +1 -1
  39. package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  40. package/es/components/breadcrumb/breadcrumb.js +2 -2
  41. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  42. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  43. package/es/components/button/button.d.ts.map +1 -1
  44. package/es/components/button/button.js +1 -1
  45. package/es/components/button/button.js.map +1 -1
  46. package/es/components/button/button.scss.js +1 -1
  47. package/es/components/card/card-action.d.ts +27 -0
  48. package/es/components/card/card-action.d.ts.map +1 -0
  49. package/es/components/card/card-action.js +52 -0
  50. package/es/components/card/card-action.js.map +1 -0
  51. package/es/components/card/card-actions.d.ts +36 -0
  52. package/es/components/card/card-actions.d.ts.map +1 -0
  53. package/es/components/card/card-actions.js +171 -0
  54. package/es/components/card/card-actions.js.map +1 -0
  55. package/es/components/card/card-body.d.ts +23 -0
  56. package/es/components/card/card-body.d.ts.map +1 -0
  57. package/es/components/card/card-body.js +54 -0
  58. package/es/components/card/card-body.js.map +1 -0
  59. package/es/components/card/card-context.d.ts +20 -0
  60. package/es/components/card/card-context.d.ts.map +1 -0
  61. package/es/components/card/card-context.js +29 -0
  62. package/es/components/card/card-context.js.map +1 -0
  63. package/es/components/card/card-footer.d.ts +34 -0
  64. package/es/components/card/card-footer.d.ts.map +1 -0
  65. package/es/components/card/card-footer.js +75 -0
  66. package/es/components/card/card-footer.js.map +1 -0
  67. package/es/components/card/card-header-media.d.ts +19 -0
  68. package/es/components/card/card-header-media.d.ts.map +1 -0
  69. package/es/components/card/card-header-media.js +39 -0
  70. package/es/components/card/card-header-media.js.map +1 -0
  71. package/es/components/card/card-header.d.ts +23 -0
  72. package/es/components/card/card-header.d.ts.map +1 -0
  73. package/es/components/card/card-header.js +70 -0
  74. package/es/components/card/card-header.js.map +1 -0
  75. package/es/components/card/card-media.d.ts +37 -0
  76. package/es/components/card/card-media.d.ts.map +1 -0
  77. package/es/components/card/card-media.js +79 -0
  78. package/es/components/card/card-media.js.map +1 -0
  79. package/es/components/card/card-title-media.d.ts +19 -0
  80. package/es/components/card/card-title-media.d.ts.map +1 -0
  81. package/es/components/card/card-title-media.js +39 -0
  82. package/es/components/card/card-title-media.js.map +1 -0
  83. package/es/components/card/card-title.d.ts +52 -0
  84. package/es/components/card/card-title.d.ts.map +1 -0
  85. package/es/components/card/card-title.js +144 -0
  86. package/es/components/card/card-title.js.map +1 -0
  87. package/es/components/card/card.d.ts +69 -0
  88. package/es/components/card/card.d.ts.map +1 -0
  89. package/es/components/card/card.js +185 -0
  90. package/es/components/card/card.js.map +1 -0
  91. package/es/components/card/card.scss.js +14 -0
  92. package/es/components/card/card.scss.js.map +1 -0
  93. package/es/components/card/defs.d.ts +33 -0
  94. package/es/components/card/defs.d.ts.map +1 -0
  95. package/es/components/card/defs.js +46 -0
  96. package/es/components/card/defs.js.map +1 -0
  97. package/es/components/card/index.d.ts +17 -0
  98. package/es/components/card/index.d.ts.map +1 -0
  99. package/es/components/card/index.js +17 -0
  100. package/es/components/checkbox/checkbox.scss.js +1 -1
  101. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  102. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  103. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  104. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  105. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  106. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  107. package/es/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  108. package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  109. package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
  110. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  111. package/es/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  112. package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  113. package/es/components/coachmark/coachmark-beacon/index.js +8 -0
  114. package/es/components/coachmark/coachmark-body.d.ts +31 -0
  115. package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
  116. package/es/components/coachmark/coachmark-body.js +39 -0
  117. package/es/components/coachmark/coachmark-body.js.map +1 -0
  118. package/es/components/coachmark/coachmark-body.scss.js +14 -0
  119. package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
  120. package/es/components/coachmark/coachmark-context.d.ts +12 -0
  121. package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
  122. package/es/components/coachmark/coachmark-context.js +39 -0
  123. package/es/components/coachmark/coachmark-context.js.map +1 -0
  124. package/es/components/coachmark/coachmark-header.d.ts +41 -0
  125. package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
  126. package/es/components/coachmark/coachmark-header.js +95 -0
  127. package/es/components/coachmark/coachmark-header.js.map +1 -0
  128. package/es/components/coachmark/coachmark-header.scss.js +14 -0
  129. package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
  130. package/es/components/coachmark/coachmark-helpers.d.ts +10 -0
  131. package/es/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  132. package/es/components/coachmark/coachmark-helpers.js +33 -0
  133. package/es/components/coachmark/coachmark-helpers.js.map +1 -0
  134. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  135. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  136. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  137. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  138. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  139. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  140. package/es/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  141. package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  142. package/es/components/coachmark/coachmark-tagline/index.js +8 -0
  143. package/es/components/coachmark/coachmark.d.ts +97 -0
  144. package/es/components/coachmark/coachmark.d.ts.map +1 -0
  145. package/es/components/coachmark/coachmark.js +290 -0
  146. package/es/components/coachmark/coachmark.js.map +1 -0
  147. package/es/components/coachmark/coachmark.scss.js +14 -0
  148. package/es/components/coachmark/coachmark.scss.js.map +1 -0
  149. package/es/components/coachmark/index.d.ts +10 -0
  150. package/es/components/coachmark/index.d.ts.map +1 -0
  151. package/es/components/coachmark/index.js +10 -0
  152. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  153. package/es/components/combo-box/combo-box.d.ts.map +1 -1
  154. package/es/components/combo-box/combo-box.js +5 -12
  155. package/es/components/combo-box/combo-box.js.map +1 -1
  156. package/es/components/combo-box/combo-box.scss.js +1 -1
  157. package/es/components/combo-box/combo-box.scss.js.map +1 -1
  158. package/es/components/combo-button/combo-button.scss.js +1 -1
  159. package/es/components/contained-list/contained-list.scss.js +1 -1
  160. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  161. package/es/components/copy/index.d.ts +9 -0
  162. package/es/components/copy/index.d.ts.map +1 -0
  163. package/es/components/copy/index.js +9 -0
  164. package/es/components/copy-button/copy-button.scss.js +1 -1
  165. package/es/components/data-table/data-table.scss.js +1 -1
  166. package/es/components/date-picker/date-picker.scss.js +1 -1
  167. package/es/components/date-picker/date-picker.scss.js.map +1 -1
  168. package/es/components/date-picker/next/components/date-picker.scss.js +1 -1
  169. package/es/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  170. package/es/components/dialog/dialog.scss.js +1 -1
  171. package/es/components/dropdown/dropdown.d.ts +2 -1
  172. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  173. package/es/components/dropdown/dropdown.js +13 -15
  174. package/es/components/dropdown/dropdown.js.map +1 -1
  175. package/es/components/dropdown/dropdown.scss.js +1 -1
  176. package/es/components/dropdown/dropdown.scss.js.map +1 -1
  177. package/es/components/edit-in-place/defs.d.ts +30 -0
  178. package/es/components/edit-in-place/defs.d.ts.map +1 -0
  179. package/es/components/edit-in-place/defs.js +43 -0
  180. package/es/components/edit-in-place/defs.js.map +1 -0
  181. package/es/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  182. package/es/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  183. package/es/components/edit-in-place/edit-in-place-helpers.js +59 -0
  184. package/es/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  185. package/es/components/edit-in-place/edit-in-place.d.ts +214 -0
  186. package/es/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  187. package/es/components/edit-in-place/edit-in-place.js +453 -0
  188. package/es/components/edit-in-place/edit-in-place.js.map +1 -0
  189. package/es/components/edit-in-place/edit-in-place.scss.js +14 -0
  190. package/es/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  191. package/es/components/edit-in-place/index.d.ts +10 -0
  192. package/es/components/edit-in-place/index.d.ts.map +1 -0
  193. package/es/components/edit-in-place/index.js +20 -0
  194. package/es/components/edit-in-place/index.js.map +1 -0
  195. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  196. package/es/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  197. package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  198. package/es/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  199. package/es/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  200. package/es/components/fluid-date-picker/fluid-date-picker.js +27 -1
  201. package/es/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  202. package/es/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  203. package/es/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  204. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  205. package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  206. package/es/components/fluid-form/fluid-form.scss.js +1 -1
  207. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  208. package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  209. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  210. package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  211. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  212. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  213. package/es/components/fluid-search/fluid-search.scss.js.map +1 -1
  214. package/es/components/fluid-select/fluid-select.scss.js +1 -1
  215. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  216. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  217. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  218. package/es/components/form/form-item.scss.js +1 -1
  219. package/es/components/form/form.scss.js +1 -1
  220. package/es/components/form-group/form-group.scss.js +1 -1
  221. package/es/components/grid/column-hang.scss.js +1 -1
  222. package/es/components/grid/grid.scss.js +1 -1
  223. package/es/components/icon-button/icon-button.d.ts +1 -1
  224. package/es/components/icon-button/icon-button.js +1 -1
  225. package/es/components/icon-button/icon-button.js.map +1 -1
  226. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  227. package/es/components/layer/layer.scss.js +1 -1
  228. package/es/components/layout/layout.scss.js +1 -1
  229. package/es/components/link/link.d.ts +2 -1
  230. package/es/components/link/link.d.ts.map +1 -1
  231. package/es/components/link/link.js +1 -1
  232. package/es/components/link/link.js.map +1 -1
  233. package/es/components/loading/loading.scss.js +1 -1
  234. package/es/components/menu/menu-item.d.ts.map +1 -1
  235. package/es/components/menu/menu-item.js +2 -6
  236. package/es/components/menu/menu-item.js.map +1 -1
  237. package/es/components/menu/menu-item.scss.js +1 -1
  238. package/es/components/menu/menu-item.scss.js.map +1 -1
  239. package/es/components/menu/menu.d.ts +10 -0
  240. package/es/components/menu/menu.d.ts.map +1 -1
  241. package/es/components/menu/menu.js +17 -11
  242. package/es/components/menu/menu.js.map +1 -1
  243. package/es/components/menu/menu.scss.js +1 -1
  244. package/es/components/menu/menu.scss.js.map +1 -1
  245. package/es/components/menu-button/menu-button.scss.js +1 -1
  246. package/es/components/modal/modal.scss.js +1 -1
  247. package/es/components/multi-select/multi-select-item.d.ts +1 -1
  248. package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
  249. package/es/components/multi-select/multi-select-item.js +5 -1
  250. package/es/components/multi-select/multi-select-item.js.map +1 -1
  251. package/es/components/multi-select/multi-select.d.ts +2 -1
  252. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  253. package/es/components/multi-select/multi-select.js +15 -14
  254. package/es/components/multi-select/multi-select.js.map +1 -1
  255. package/es/components/multi-select/multi-select.scss.js +1 -1
  256. package/es/components/multi-select/multi-select.scss.js.map +1 -1
  257. package/es/components/notification/actionable-notification-button.d.ts +1 -1
  258. package/es/components/notification/actionable-notification-button.d.ts.map +1 -1
  259. package/es/components/notification/actionable-notification-button.js +2 -2
  260. package/es/components/notification/actionable-notification-button.js.map +1 -1
  261. package/es/components/notification/actionable-notification.d.ts.map +1 -1
  262. package/es/components/notification/actionable-notification.js +4 -4
  263. package/es/components/notification/actionable-notification.js.map +1 -1
  264. package/es/components/notification/actionable-notification.scss.js +1 -1
  265. package/es/components/notification/inline-notification.scss.js +1 -1
  266. package/es/components/notification/toast-notification.scss.js +1 -1
  267. package/es/components/number-input/number-input.scss.js +1 -1
  268. package/es/components/number-input/number-input.scss.js.map +1 -1
  269. package/es/components/options-tile/index.d.ts +8 -0
  270. package/es/components/options-tile/index.d.ts.map +1 -0
  271. package/es/components/options-tile/index.js +8 -0
  272. package/es/components/options-tile/option-tile-helpers.d.ts +16 -0
  273. package/es/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  274. package/es/components/options-tile/option-tile-helpers.js +163 -0
  275. package/es/components/options-tile/option-tile-helpers.js.map +1 -0
  276. package/es/components/options-tile/options-tile.d.ts +91 -0
  277. package/es/components/options-tile/options-tile.d.ts.map +1 -0
  278. package/es/components/options-tile/options-tile.js +208 -0
  279. package/es/components/options-tile/options-tile.js.map +1 -0
  280. package/es/components/options-tile/options-tile.scss.js +14 -0
  281. package/es/components/options-tile/options-tile.scss.js.map +1 -0
  282. package/es/components/overflow-menu/overflow-menu.js +1 -1
  283. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  284. package/es/components/page-header/index.d.ts +1 -0
  285. package/es/components/page-header/index.d.ts.map +1 -1
  286. package/es/components/page-header/index.js +1 -0
  287. package/es/components/page-header/page-header-tabs.d.ts +1 -1
  288. package/es/components/page-header/page-header-tabs.d.ts.map +1 -1
  289. package/es/components/page-header/page-header-tabs.js +1 -2
  290. package/es/components/page-header/page-header-tabs.js.map +1 -1
  291. package/es/components/page-header/page-header.d.ts +1 -1
  292. package/es/components/page-header/page-header.d.ts.map +1 -1
  293. package/es/components/page-header/page-header.js +1 -2
  294. package/es/components/page-header/page-header.js.map +1 -1
  295. package/es/components/page-header/page-header.scss.js +1 -1
  296. package/es/components/pagination/pagination.scss.js +1 -1
  297. package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
  298. package/es/components/password-input/password-input.scss.js +1 -1
  299. package/es/components/popover/popover.scss.js +1 -1
  300. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  301. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  302. package/es/components/radio-button/radio-button.scss.js +1 -1
  303. package/es/components/resizer/resizer-handle-pivot.scss.js +1 -1
  304. package/es/components/search/search.d.ts.map +1 -1
  305. package/es/components/search/search.js +2 -0
  306. package/es/components/search/search.js.map +1 -1
  307. package/es/components/search/search.scss.js +1 -1
  308. package/es/components/search/search.scss.js.map +1 -1
  309. package/es/components/select/select.scss.js +1 -1
  310. package/es/components/select/select.scss.js.map +1 -1
  311. package/es/components/side-panel/side-panel.js +2 -2
  312. package/es/components/side-panel/side-panel.js.map +1 -1
  313. package/es/components/side-panel/side-panel.scss.js +1 -1
  314. package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  315. package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  316. package/es/components/skeleton-text/skeleton-text.scss.js +1 -1
  317. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  318. package/es/components/slider/slider.scss.js +1 -1
  319. package/es/components/slider/slider.scss.js.map +1 -1
  320. package/es/components/slug/index.d.ts +1 -0
  321. package/es/components/slug/index.d.ts.map +1 -1
  322. package/es/components/slug/index.js +1 -0
  323. package/es/components/slug/slug.scss.js +1 -1
  324. package/es/components/structured-list/structured-list.scss.js +1 -1
  325. package/es/components/tabs/tabs.scss.js +1 -1
  326. package/es/components/tabs/tabs.scss.js.map +1 -1
  327. package/es/components/tag/dismissible-tag.d.ts +1 -1
  328. package/es/components/tag/dismissible-tag.d.ts.map +1 -1
  329. package/es/components/tag/dismissible-tag.js +24 -15
  330. package/es/components/tag/dismissible-tag.js.map +1 -1
  331. package/es/components/tag/tag.d.ts.map +1 -1
  332. package/es/components/tag/tag.js +1 -1
  333. package/es/components/tag/tag.js.map +1 -1
  334. package/es/components/tag/tag.scss.js +1 -1
  335. package/es/components/tag/tag.scss.js.map +1 -1
  336. package/es/components/text-input/text-input.scss.js +1 -1
  337. package/es/components/text-input/text-input.scss.js.map +1 -1
  338. package/es/components/textarea/textarea.scss.js +1 -1
  339. package/es/components/tile/clickable-tile.d.ts +2 -1
  340. package/es/components/tile/clickable-tile.d.ts.map +1 -1
  341. package/es/components/tile/clickable-tile.js +1 -1
  342. package/es/components/tile/clickable-tile.js.map +1 -1
  343. package/es/components/tile/tile.scss.js +1 -1
  344. package/es/components/time-picker/time-picker.scss.js +1 -1
  345. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  346. package/es/components/tooltip/tooltip.scss.js +1 -1
  347. package/es/components/tree-view/tree-view.scss.js +1 -1
  348. package/es/components/ui-shell/header.scss.js +1 -1
  349. package/es/components/ui-shell/side-nav.scss.js +1 -1
  350. package/es/components/user-avatar/index.d.ts +8 -0
  351. package/es/components/user-avatar/index.d.ts.map +1 -0
  352. package/es/components/user-avatar/index.js +8 -0
  353. package/es/components/user-avatar/user-avatar.d.ts +84 -0
  354. package/es/components/user-avatar/user-avatar.d.ts.map +1 -0
  355. package/es/components/user-avatar/user-avatar.js +151 -0
  356. package/es/components/user-avatar/user-avatar.js.map +1 -0
  357. package/es/components/user-avatar/user-avatar.scss.js +14 -0
  358. package/es/components/user-avatar/user-avatar.scss.js.map +1 -0
  359. package/es/globals/controllers/floating-controller.d.ts.map +1 -1
  360. package/es/globals/controllers/floating-controller.js.map +1 -1
  361. package/es/globals/decorators/carbon-element.d.ts +8 -0
  362. package/es/globals/decorators/carbon-element.d.ts.map +1 -1
  363. package/es/globals/decorators/carbon-element.js +8 -0
  364. package/es/globals/decorators/carbon-element.js.map +1 -1
  365. package/es/globals/internal/collection-helpers.d.ts +5 -5
  366. package/es/globals/internal/collection-helpers.d.ts.map +1 -1
  367. package/es/globals/internal/collection-helpers.js +1 -1
  368. package/es/globals/internal/collection-helpers.js.map +1 -1
  369. package/es/globals/internal/getSupportedLocale.d.ts +12 -0
  370. package/es/globals/internal/getSupportedLocale.d.ts.map +1 -0
  371. package/es/globals/internal/getSupportedLocale.js +29 -0
  372. package/es/globals/internal/getSupportedLocale.js.map +1 -0
  373. package/es/globals/mixins/on.d.ts +2 -2
  374. package/es/globals/mixins/on.d.ts.map +1 -1
  375. package/es/globals/mixins/on.js +4 -4
  376. package/es/globals/mixins/on.js.map +1 -1
  377. package/es/globals/register.d.ts +89 -0
  378. package/es/globals/register.d.ts.map +1 -0
  379. package/es/globals/register.js +56 -0
  380. package/es/globals/register.js.map +1 -0
  381. package/es/globals/settings.d.ts +1 -1
  382. package/es/globals/settings.d.ts.map +1 -1
  383. package/es/globals/settings.js +1 -0
  384. package/es/globals/settings.js.map +1 -1
  385. package/es/index.d.ts +10 -0
  386. package/es/index.d.ts.map +1 -1
  387. package/es/index.js +13 -3
  388. package/es-custom/components/accordion/accordion.scss.js +1 -1
  389. package/es-custom/components/action-set/action-set.scss.js +1 -1
  390. package/es-custom/components/ai-label/ai-label-action-button.d.ts +1 -1
  391. package/es-custom/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  392. package/es-custom/components/ai-label/ai-label-action-button.js +4 -3
  393. package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
  394. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  395. package/es-custom/components/ai-label/ai-label.scss.js.map +1 -1
  396. package/es-custom/components/ai-label/index.d.ts +1 -0
  397. package/es-custom/components/ai-label/index.d.ts.map +1 -1
  398. package/es-custom/components/ai-label/index.js +1 -0
  399. package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  400. package/es-custom/components/big-number/big-number-skeleton.d.ts +21 -0
  401. package/es-custom/components/big-number/big-number-skeleton.d.ts.map +1 -0
  402. package/es-custom/components/big-number/big-number-skeleton.js +62 -0
  403. package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
  404. package/es-custom/components/big-number/big-number-skeleton.scss.js +14 -0
  405. package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
  406. package/es-custom/components/big-number/big-number.d.ts +35 -0
  407. package/es-custom/components/big-number/big-number.d.ts.map +1 -0
  408. package/es-custom/components/big-number/big-number.js +171 -0
  409. package/es-custom/components/big-number/big-number.js.map +1 -0
  410. package/es-custom/components/big-number/big-number.scss.js +14 -0
  411. package/es-custom/components/big-number/big-number.scss.js.map +1 -0
  412. package/es-custom/components/big-number/constants.d.ts +20 -0
  413. package/es-custom/components/big-number/constants.d.ts.map +1 -0
  414. package/es-custom/components/big-number/constants.js +32 -0
  415. package/es-custom/components/big-number/constants.js.map +1 -0
  416. package/es-custom/components/big-number/index.d.ts +8 -0
  417. package/es-custom/components/big-number/index.d.ts.map +1 -0
  418. package/es-custom/components/big-number/index.js +8 -0
  419. package/es-custom/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  420. package/es-custom/components/breadcrumb/breadcrumb-item.js +2 -1
  421. package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
  422. package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -1
  423. package/es-custom/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  424. package/es-custom/components/breadcrumb/breadcrumb.js +2 -2
  425. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  426. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  427. package/es-custom/components/button/button.d.ts.map +1 -1
  428. package/es-custom/components/button/button.js +1 -1
  429. package/es-custom/components/button/button.js.map +1 -1
  430. package/es-custom/components/button/button.scss.js +1 -1
  431. package/es-custom/components/card/card-action.d.ts +27 -0
  432. package/es-custom/components/card/card-action.d.ts.map +1 -0
  433. package/es-custom/components/card/card-action.js +52 -0
  434. package/es-custom/components/card/card-action.js.map +1 -0
  435. package/es-custom/components/card/card-actions.d.ts +36 -0
  436. package/es-custom/components/card/card-actions.d.ts.map +1 -0
  437. package/es-custom/components/card/card-actions.js +171 -0
  438. package/es-custom/components/card/card-actions.js.map +1 -0
  439. package/es-custom/components/card/card-body.d.ts +23 -0
  440. package/es-custom/components/card/card-body.d.ts.map +1 -0
  441. package/es-custom/components/card/card-body.js +54 -0
  442. package/es-custom/components/card/card-body.js.map +1 -0
  443. package/es-custom/components/card/card-context.d.ts +20 -0
  444. package/es-custom/components/card/card-context.d.ts.map +1 -0
  445. package/es-custom/components/card/card-context.js +29 -0
  446. package/es-custom/components/card/card-context.js.map +1 -0
  447. package/es-custom/components/card/card-footer.d.ts +34 -0
  448. package/es-custom/components/card/card-footer.d.ts.map +1 -0
  449. package/es-custom/components/card/card-footer.js +75 -0
  450. package/es-custom/components/card/card-footer.js.map +1 -0
  451. package/es-custom/components/card/card-header-media.d.ts +19 -0
  452. package/es-custom/components/card/card-header-media.d.ts.map +1 -0
  453. package/es-custom/components/card/card-header-media.js +39 -0
  454. package/es-custom/components/card/card-header-media.js.map +1 -0
  455. package/es-custom/components/card/card-header.d.ts +23 -0
  456. package/es-custom/components/card/card-header.d.ts.map +1 -0
  457. package/es-custom/components/card/card-header.js +70 -0
  458. package/es-custom/components/card/card-header.js.map +1 -0
  459. package/es-custom/components/card/card-media.d.ts +37 -0
  460. package/es-custom/components/card/card-media.d.ts.map +1 -0
  461. package/es-custom/components/card/card-media.js +79 -0
  462. package/es-custom/components/card/card-media.js.map +1 -0
  463. package/es-custom/components/card/card-title-media.d.ts +19 -0
  464. package/es-custom/components/card/card-title-media.d.ts.map +1 -0
  465. package/es-custom/components/card/card-title-media.js +39 -0
  466. package/es-custom/components/card/card-title-media.js.map +1 -0
  467. package/es-custom/components/card/card-title.d.ts +52 -0
  468. package/es-custom/components/card/card-title.d.ts.map +1 -0
  469. package/es-custom/components/card/card-title.js +144 -0
  470. package/es-custom/components/card/card-title.js.map +1 -0
  471. package/es-custom/components/card/card.d.ts +69 -0
  472. package/es-custom/components/card/card.d.ts.map +1 -0
  473. package/es-custom/components/card/card.js +185 -0
  474. package/es-custom/components/card/card.js.map +1 -0
  475. package/es-custom/components/card/card.scss.js +14 -0
  476. package/es-custom/components/card/card.scss.js.map +1 -0
  477. package/es-custom/components/card/defs.d.ts +33 -0
  478. package/es-custom/components/card/defs.d.ts.map +1 -0
  479. package/es-custom/components/card/defs.js +46 -0
  480. package/es-custom/components/card/defs.js.map +1 -0
  481. package/es-custom/components/card/index.d.ts +17 -0
  482. package/es-custom/components/card/index.d.ts.map +1 -0
  483. package/es-custom/components/card/index.js +17 -0
  484. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  485. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  486. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  487. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  488. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  489. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  490. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  491. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  492. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  493. package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
  494. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  495. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  496. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  497. package/es-custom/components/coachmark/coachmark-beacon/index.js +8 -0
  498. package/es-custom/components/coachmark/coachmark-body.d.ts +31 -0
  499. package/es-custom/components/coachmark/coachmark-body.d.ts.map +1 -0
  500. package/es-custom/components/coachmark/coachmark-body.js +39 -0
  501. package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
  502. package/es-custom/components/coachmark/coachmark-body.scss.js +14 -0
  503. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
  504. package/es-custom/components/coachmark/coachmark-context.d.ts +12 -0
  505. package/es-custom/components/coachmark/coachmark-context.d.ts.map +1 -0
  506. package/es-custom/components/coachmark/coachmark-context.js +39 -0
  507. package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
  508. package/es-custom/components/coachmark/coachmark-header.d.ts +41 -0
  509. package/es-custom/components/coachmark/coachmark-header.d.ts.map +1 -0
  510. package/es-custom/components/coachmark/coachmark-header.js +95 -0
  511. package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
  512. package/es-custom/components/coachmark/coachmark-header.scss.js +14 -0
  513. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
  514. package/es-custom/components/coachmark/coachmark-helpers.d.ts +10 -0
  515. package/es-custom/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  516. package/es-custom/components/coachmark/coachmark-helpers.js +33 -0
  517. package/es-custom/components/coachmark/coachmark-helpers.js.map +1 -0
  518. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  519. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  520. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  521. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  522. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  523. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  524. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  525. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  526. package/es-custom/components/coachmark/coachmark-tagline/index.js +8 -0
  527. package/es-custom/components/coachmark/coachmark.d.ts +97 -0
  528. package/es-custom/components/coachmark/coachmark.d.ts.map +1 -0
  529. package/es-custom/components/coachmark/coachmark.js +290 -0
  530. package/es-custom/components/coachmark/coachmark.js.map +1 -0
  531. package/es-custom/components/coachmark/coachmark.scss.js +14 -0
  532. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
  533. package/es-custom/components/coachmark/index.d.ts +10 -0
  534. package/es-custom/components/coachmark/index.d.ts.map +1 -0
  535. package/es-custom/components/coachmark/index.js +10 -0
  536. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  537. package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
  538. package/es-custom/components/combo-box/combo-box.js +5 -12
  539. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  540. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  541. package/es-custom/components/combo-box/combo-box.scss.js.map +1 -1
  542. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  543. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  544. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  545. package/es-custom/components/copy/index.d.ts +9 -0
  546. package/es-custom/components/copy/index.d.ts.map +1 -0
  547. package/es-custom/components/copy/index.js +9 -0
  548. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  549. package/es-custom/components/data-table/data-table.scss.js +1 -1
  550. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  551. package/es-custom/components/date-picker/date-picker.scss.js.map +1 -1
  552. package/es-custom/components/date-picker/next/components/date-picker.scss.js +1 -1
  553. package/es-custom/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  554. package/es-custom/components/dialog/dialog.scss.js +1 -1
  555. package/es-custom/components/dropdown/dropdown.d.ts +2 -1
  556. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  557. package/es-custom/components/dropdown/dropdown.js +13 -15
  558. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  559. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  560. package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
  561. package/es-custom/components/edit-in-place/defs.d.ts +30 -0
  562. package/es-custom/components/edit-in-place/defs.d.ts.map +1 -0
  563. package/es-custom/components/edit-in-place/defs.js +43 -0
  564. package/es-custom/components/edit-in-place/defs.js.map +1 -0
  565. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  566. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  567. package/es-custom/components/edit-in-place/edit-in-place-helpers.js +59 -0
  568. package/es-custom/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  569. package/es-custom/components/edit-in-place/edit-in-place.d.ts +214 -0
  570. package/es-custom/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  571. package/es-custom/components/edit-in-place/edit-in-place.js +453 -0
  572. package/es-custom/components/edit-in-place/edit-in-place.js.map +1 -0
  573. package/es-custom/components/edit-in-place/edit-in-place.scss.js +14 -0
  574. package/es-custom/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  575. package/es-custom/components/edit-in-place/index.d.ts +10 -0
  576. package/es-custom/components/edit-in-place/index.d.ts.map +1 -0
  577. package/es-custom/components/edit-in-place/index.js +20 -0
  578. package/es-custom/components/edit-in-place/index.js.map +1 -0
  579. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  580. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  581. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  582. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  583. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  584. package/es-custom/components/fluid-date-picker/fluid-date-picker.js +27 -1
  585. package/es-custom/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  586. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  587. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  588. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  589. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  590. package/es-custom/components/fluid-form/fluid-form.scss.js +1 -1
  591. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  592. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  593. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  594. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  595. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  596. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  597. package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -1
  598. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
  599. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  600. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  601. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  602. package/es-custom/components/form/form-item.scss.js +1 -1
  603. package/es-custom/components/form/form.scss.js +1 -1
  604. package/es-custom/components/form-group/form-group.scss.js +1 -1
  605. package/es-custom/components/grid/column-hang.scss.js +1 -1
  606. package/es-custom/components/grid/grid.scss.js +1 -1
  607. package/es-custom/components/icon-button/icon-button.d.ts +1 -1
  608. package/es-custom/components/icon-button/icon-button.js +1 -1
  609. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  610. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  611. package/es-custom/components/layer/layer.scss.js +1 -1
  612. package/es-custom/components/layout/layout.scss.js +1 -1
  613. package/es-custom/components/link/link.d.ts +2 -1
  614. package/es-custom/components/link/link.d.ts.map +1 -1
  615. package/es-custom/components/link/link.js +1 -1
  616. package/es-custom/components/link/link.js.map +1 -1
  617. package/es-custom/components/loading/loading.scss.js +1 -1
  618. package/es-custom/components/menu/menu-item.d.ts.map +1 -1
  619. package/es-custom/components/menu/menu-item.js +2 -6
  620. package/es-custom/components/menu/menu-item.js.map +1 -1
  621. package/es-custom/components/menu/menu-item.scss.js +1 -1
  622. package/es-custom/components/menu/menu-item.scss.js.map +1 -1
  623. package/es-custom/components/menu/menu.d.ts +10 -0
  624. package/es-custom/components/menu/menu.d.ts.map +1 -1
  625. package/es-custom/components/menu/menu.js +17 -11
  626. package/es-custom/components/menu/menu.js.map +1 -1
  627. package/es-custom/components/menu/menu.scss.js +1 -1
  628. package/es-custom/components/menu/menu.scss.js.map +1 -1
  629. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  630. package/es-custom/components/modal/modal.scss.js +1 -1
  631. package/es-custom/components/multi-select/multi-select-item.d.ts +1 -1
  632. package/es-custom/components/multi-select/multi-select-item.d.ts.map +1 -1
  633. package/es-custom/components/multi-select/multi-select-item.js +5 -1
  634. package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
  635. package/es-custom/components/multi-select/multi-select.d.ts +2 -1
  636. package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
  637. package/es-custom/components/multi-select/multi-select.js +15 -14
  638. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  639. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  640. package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
  641. package/es-custom/components/notification/actionable-notification-button.d.ts +1 -1
  642. package/es-custom/components/notification/actionable-notification-button.d.ts.map +1 -1
  643. package/es-custom/components/notification/actionable-notification-button.js +2 -2
  644. package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
  645. package/es-custom/components/notification/actionable-notification.d.ts.map +1 -1
  646. package/es-custom/components/notification/actionable-notification.js +4 -4
  647. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  648. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  649. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  650. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  651. package/es-custom/components/number-input/number-input.scss.js +1 -1
  652. package/es-custom/components/number-input/number-input.scss.js.map +1 -1
  653. package/es-custom/components/options-tile/index.d.ts +8 -0
  654. package/es-custom/components/options-tile/index.d.ts.map +1 -0
  655. package/es-custom/components/options-tile/index.js +8 -0
  656. package/es-custom/components/options-tile/option-tile-helpers.d.ts +16 -0
  657. package/es-custom/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  658. package/es-custom/components/options-tile/option-tile-helpers.js +163 -0
  659. package/es-custom/components/options-tile/option-tile-helpers.js.map +1 -0
  660. package/es-custom/components/options-tile/options-tile.d.ts +91 -0
  661. package/es-custom/components/options-tile/options-tile.d.ts.map +1 -0
  662. package/es-custom/components/options-tile/options-tile.js +208 -0
  663. package/es-custom/components/options-tile/options-tile.js.map +1 -0
  664. package/es-custom/components/options-tile/options-tile.scss.js +14 -0
  665. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
  666. package/es-custom/components/overflow-menu/overflow-menu.js +1 -1
  667. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  668. package/es-custom/components/page-header/index.d.ts +1 -0
  669. package/es-custom/components/page-header/index.d.ts.map +1 -1
  670. package/es-custom/components/page-header/index.js +1 -0
  671. package/es-custom/components/page-header/page-header-tabs.d.ts +1 -1
  672. package/es-custom/components/page-header/page-header-tabs.d.ts.map +1 -1
  673. package/es-custom/components/page-header/page-header-tabs.js +1 -2
  674. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  675. package/es-custom/components/page-header/page-header.d.ts +1 -1
  676. package/es-custom/components/page-header/page-header.d.ts.map +1 -1
  677. package/es-custom/components/page-header/page-header.js +1 -2
  678. package/es-custom/components/page-header/page-header.js.map +1 -1
  679. package/es-custom/components/page-header/page-header.scss.js +1 -1
  680. package/es-custom/components/pagination/pagination.scss.js +1 -1
  681. package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
  682. package/es-custom/components/password-input/password-input.scss.js +1 -1
  683. package/es-custom/components/popover/popover.scss.js +1 -1
  684. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  685. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  686. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  687. package/es-custom/components/resizer/resizer-handle-pivot.scss.js +1 -1
  688. package/es-custom/components/search/search.d.ts.map +1 -1
  689. package/es-custom/components/search/search.js +2 -0
  690. package/es-custom/components/search/search.js.map +1 -1
  691. package/es-custom/components/search/search.scss.js +1 -1
  692. package/es-custom/components/search/search.scss.js.map +1 -1
  693. package/es-custom/components/select/select.scss.js +1 -1
  694. package/es-custom/components/select/select.scss.js.map +1 -1
  695. package/es-custom/components/side-panel/side-panel.js +2 -2
  696. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  697. package/es-custom/components/side-panel/side-panel.scss.js +1 -1
  698. package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  699. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  700. package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -1
  701. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  702. package/es-custom/components/slider/slider.scss.js +1 -1
  703. package/es-custom/components/slider/slider.scss.js.map +1 -1
  704. package/es-custom/components/slug/index.d.ts +1 -0
  705. package/es-custom/components/slug/index.d.ts.map +1 -1
  706. package/es-custom/components/slug/index.js +1 -0
  707. package/es-custom/components/slug/slug.scss.js +1 -1
  708. package/es-custom/components/structured-list/structured-list.scss.js +1 -1
  709. package/es-custom/components/tabs/tabs.scss.js +1 -1
  710. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  711. package/es-custom/components/tag/dismissible-tag.d.ts +1 -1
  712. package/es-custom/components/tag/dismissible-tag.d.ts.map +1 -1
  713. package/es-custom/components/tag/dismissible-tag.js +24 -15
  714. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  715. package/es-custom/components/tag/tag.d.ts.map +1 -1
  716. package/es-custom/components/tag/tag.js +1 -1
  717. package/es-custom/components/tag/tag.js.map +1 -1
  718. package/es-custom/components/tag/tag.scss.js +1 -1
  719. package/es-custom/components/tag/tag.scss.js.map +1 -1
  720. package/es-custom/components/text-input/text-input.scss.js +1 -1
  721. package/es-custom/components/text-input/text-input.scss.js.map +1 -1
  722. package/es-custom/components/textarea/textarea.scss.js +1 -1
  723. package/es-custom/components/tile/clickable-tile.d.ts +2 -1
  724. package/es-custom/components/tile/clickable-tile.d.ts.map +1 -1
  725. package/es-custom/components/tile/clickable-tile.js +1 -1
  726. package/es-custom/components/tile/clickable-tile.js.map +1 -1
  727. package/es-custom/components/tile/tile.scss.js +1 -1
  728. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  729. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  730. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  731. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  732. package/es-custom/components/ui-shell/header.scss.js +1 -1
  733. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  734. package/es-custom/components/user-avatar/index.d.ts +8 -0
  735. package/es-custom/components/user-avatar/index.d.ts.map +1 -0
  736. package/es-custom/components/user-avatar/index.js +8 -0
  737. package/es-custom/components/user-avatar/user-avatar.d.ts +84 -0
  738. package/es-custom/components/user-avatar/user-avatar.d.ts.map +1 -0
  739. package/es-custom/components/user-avatar/user-avatar.js +151 -0
  740. package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
  741. package/es-custom/components/user-avatar/user-avatar.scss.js +14 -0
  742. package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
  743. package/es-custom/globals/controllers/floating-controller.d.ts.map +1 -1
  744. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  745. package/es-custom/globals/decorators/carbon-element.d.ts +8 -0
  746. package/es-custom/globals/decorators/carbon-element.d.ts.map +1 -1
  747. package/es-custom/globals/decorators/carbon-element.js +18 -1
  748. package/es-custom/globals/decorators/carbon-element.js.map +1 -1
  749. package/es-custom/globals/internal/collection-helpers.d.ts +5 -5
  750. package/es-custom/globals/internal/collection-helpers.d.ts.map +1 -1
  751. package/es-custom/globals/internal/collection-helpers.js +1 -1
  752. package/es-custom/globals/internal/collection-helpers.js.map +1 -1
  753. package/es-custom/globals/internal/getSupportedLocale.d.ts +12 -0
  754. package/es-custom/globals/internal/getSupportedLocale.d.ts.map +1 -0
  755. package/es-custom/globals/internal/getSupportedLocale.js +29 -0
  756. package/es-custom/globals/internal/getSupportedLocale.js.map +1 -0
  757. package/es-custom/globals/mixins/on.d.ts +2 -2
  758. package/es-custom/globals/mixins/on.d.ts.map +1 -1
  759. package/es-custom/globals/mixins/on.js +4 -4
  760. package/es-custom/globals/mixins/on.js.map +1 -1
  761. package/es-custom/globals/register.d.ts +89 -0
  762. package/es-custom/globals/register.d.ts.map +1 -0
  763. package/es-custom/globals/register.js +56 -0
  764. package/es-custom/globals/register.js.map +1 -0
  765. package/es-custom/globals/settings.d.ts +1 -1
  766. package/es-custom/globals/settings.d.ts.map +1 -1
  767. package/es-custom/globals/settings.js +1 -0
  768. package/es-custom/globals/settings.js.map +1 -1
  769. package/es-custom/index.d.ts +10 -0
  770. package/es-custom/index.d.ts.map +1 -1
  771. package/es-custom/index.js +13 -3
  772. package/lib/components/ai-label/ai-label-action-button.d.ts +1 -1
  773. package/lib/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  774. package/lib/components/ai-label/index.d.ts +1 -0
  775. package/lib/components/ai-label/index.d.ts.map +1 -1
  776. package/lib/components/big-number/big-number-skeleton.d.ts +21 -0
  777. package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
  778. package/lib/components/big-number/big-number.d.ts +35 -0
  779. package/lib/components/big-number/big-number.d.ts.map +1 -0
  780. package/lib/components/big-number/constants.d.ts +20 -0
  781. package/lib/components/big-number/constants.d.ts.map +1 -0
  782. package/lib/components/big-number/index.d.ts +8 -0
  783. package/lib/components/big-number/index.d.ts.map +1 -0
  784. package/lib/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  785. package/lib/components/breadcrumb/breadcrumb.d.ts +1 -1
  786. package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  787. package/lib/components/button/button.d.ts.map +1 -1
  788. package/lib/components/card/card-action.d.ts +27 -0
  789. package/lib/components/card/card-action.d.ts.map +1 -0
  790. package/lib/components/card/card-actions.d.ts +36 -0
  791. package/lib/components/card/card-actions.d.ts.map +1 -0
  792. package/lib/components/card/card-body.d.ts +23 -0
  793. package/lib/components/card/card-body.d.ts.map +1 -0
  794. package/lib/components/card/card-context.d.ts +20 -0
  795. package/lib/components/card/card-context.d.ts.map +1 -0
  796. package/lib/components/card/card-footer.d.ts +34 -0
  797. package/lib/components/card/card-footer.d.ts.map +1 -0
  798. package/lib/components/card/card-header-media.d.ts +19 -0
  799. package/lib/components/card/card-header-media.d.ts.map +1 -0
  800. package/lib/components/card/card-header.d.ts +23 -0
  801. package/lib/components/card/card-header.d.ts.map +1 -0
  802. package/lib/components/card/card-media.d.ts +37 -0
  803. package/lib/components/card/card-media.d.ts.map +1 -0
  804. package/lib/components/card/card-title-media.d.ts +19 -0
  805. package/lib/components/card/card-title-media.d.ts.map +1 -0
  806. package/lib/components/card/card-title.d.ts +52 -0
  807. package/lib/components/card/card-title.d.ts.map +1 -0
  808. package/lib/components/card/card.d.ts +69 -0
  809. package/lib/components/card/card.d.ts.map +1 -0
  810. package/lib/components/card/defs.d.ts +33 -0
  811. package/lib/components/card/defs.d.ts.map +1 -0
  812. package/lib/components/card/defs.js +48 -0
  813. package/lib/components/card/defs.js.map +1 -0
  814. package/lib/components/card/index.d.ts +17 -0
  815. package/lib/components/card/index.d.ts.map +1 -0
  816. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  817. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  818. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  819. package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  820. package/lib/components/coachmark/coachmark-beacon/defs.js +26 -0
  821. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  822. package/lib/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  823. package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  824. package/lib/components/coachmark/coachmark-body.d.ts +31 -0
  825. package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
  826. package/lib/components/coachmark/coachmark-context.d.ts +12 -0
  827. package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
  828. package/lib/components/coachmark/coachmark-header.d.ts +41 -0
  829. package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
  830. package/lib/components/coachmark/coachmark-helpers.d.ts +10 -0
  831. package/lib/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  832. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  833. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  834. package/lib/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  835. package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  836. package/lib/components/coachmark/coachmark.d.ts +97 -0
  837. package/lib/components/coachmark/coachmark.d.ts.map +1 -0
  838. package/lib/components/coachmark/index.d.ts +10 -0
  839. package/lib/components/coachmark/index.d.ts.map +1 -0
  840. package/lib/components/combo-box/combo-box.d.ts.map +1 -1
  841. package/lib/components/copy/index.d.ts +9 -0
  842. package/lib/components/copy/index.d.ts.map +1 -0
  843. package/lib/components/dropdown/dropdown.d.ts +2 -1
  844. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  845. package/lib/components/edit-in-place/defs.d.ts +30 -0
  846. package/lib/components/edit-in-place/defs.d.ts.map +1 -0
  847. package/lib/components/edit-in-place/defs.js +45 -0
  848. package/lib/components/edit-in-place/defs.js.map +1 -0
  849. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  850. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  851. package/lib/components/edit-in-place/edit-in-place.d.ts +214 -0
  852. package/lib/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  853. package/lib/components/edit-in-place/index.d.ts +10 -0
  854. package/lib/components/edit-in-place/index.d.ts.map +1 -0
  855. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  856. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  857. package/lib/components/icon-button/icon-button.d.ts +1 -1
  858. package/lib/components/link/link.d.ts +2 -1
  859. package/lib/components/link/link.d.ts.map +1 -1
  860. package/lib/components/menu/menu-item.d.ts.map +1 -1
  861. package/lib/components/menu/menu.d.ts +10 -0
  862. package/lib/components/menu/menu.d.ts.map +1 -1
  863. package/lib/components/multi-select/multi-select-item.d.ts +1 -1
  864. package/lib/components/multi-select/multi-select-item.d.ts.map +1 -1
  865. package/lib/components/multi-select/multi-select.d.ts +2 -1
  866. package/lib/components/multi-select/multi-select.d.ts.map +1 -1
  867. package/lib/components/notification/actionable-notification-button.d.ts +1 -1
  868. package/lib/components/notification/actionable-notification-button.d.ts.map +1 -1
  869. package/lib/components/notification/actionable-notification.d.ts.map +1 -1
  870. package/lib/components/options-tile/index.d.ts +8 -0
  871. package/lib/components/options-tile/index.d.ts.map +1 -0
  872. package/lib/components/options-tile/option-tile-helpers.d.ts +16 -0
  873. package/lib/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  874. package/lib/components/options-tile/options-tile.d.ts +91 -0
  875. package/lib/components/options-tile/options-tile.d.ts.map +1 -0
  876. package/lib/components/page-header/index.d.ts +1 -0
  877. package/lib/components/page-header/index.d.ts.map +1 -1
  878. package/lib/components/page-header/page-header-tabs.d.ts +1 -1
  879. package/lib/components/page-header/page-header-tabs.d.ts.map +1 -1
  880. package/lib/components/page-header/page-header.d.ts +1 -1
  881. package/lib/components/page-header/page-header.d.ts.map +1 -1
  882. package/lib/components/search/search.d.ts.map +1 -1
  883. package/lib/components/slug/index.d.ts +1 -0
  884. package/lib/components/slug/index.d.ts.map +1 -1
  885. package/lib/components/tag/dismissible-tag.d.ts +1 -1
  886. package/lib/components/tag/dismissible-tag.d.ts.map +1 -1
  887. package/lib/components/tag/tag.d.ts.map +1 -1
  888. package/lib/components/tile/clickable-tile.d.ts +2 -1
  889. package/lib/components/tile/clickable-tile.d.ts.map +1 -1
  890. package/lib/components/user-avatar/index.d.ts +8 -0
  891. package/lib/components/user-avatar/index.d.ts.map +1 -0
  892. package/lib/components/user-avatar/user-avatar.d.ts +84 -0
  893. package/lib/components/user-avatar/user-avatar.d.ts.map +1 -0
  894. package/lib/globals/controllers/floating-controller.d.ts.map +1 -1
  895. package/lib/globals/controllers/floating-controller.js.map +1 -1
  896. package/lib/globals/decorators/carbon-element.d.ts +8 -0
  897. package/lib/globals/decorators/carbon-element.d.ts.map +1 -1
  898. package/lib/globals/internal/collection-helpers.d.ts +5 -5
  899. package/lib/globals/internal/collection-helpers.d.ts.map +1 -1
  900. package/lib/globals/internal/getSupportedLocale.d.ts +12 -0
  901. package/lib/globals/internal/getSupportedLocale.d.ts.map +1 -0
  902. package/lib/globals/mixins/on.d.ts +2 -2
  903. package/lib/globals/mixins/on.d.ts.map +1 -1
  904. package/lib/globals/register.d.ts +89 -0
  905. package/lib/globals/register.d.ts.map +1 -0
  906. package/lib/globals/register.js +61 -0
  907. package/lib/globals/register.js.map +1 -0
  908. package/lib/globals/settings.d.ts +1 -1
  909. package/lib/globals/settings.d.ts.map +1 -1
  910. package/lib/globals/settings.js +1 -0
  911. package/lib/globals/settings.js.map +1 -1
  912. package/lib/index.d.ts +10 -0
  913. package/lib/index.d.ts.map +1 -1
  914. package/package.json +16 -10
  915. package/scss/components/ai-label/ai-label.scss +24 -33
  916. package/scss/components/big-number/big-number-skeleton.scss +58 -0
  917. package/scss/components/big-number/big-number.scss +29 -0
  918. package/scss/components/big-number/story-styles.scss +48 -0
  919. package/scss/components/card/card-story.scss +29 -0
  920. package/scss/components/card/card.scss +212 -0
  921. package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +89 -0
  922. package/scss/components/coachmark/coachmark-body.scss +16 -0
  923. package/scss/components/coachmark/coachmark-header.scss +28 -0
  924. package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +42 -0
  925. package/scss/components/coachmark/coachmark.scss +42 -0
  926. package/scss/components/coachmark/story-styles.scss +37 -0
  927. package/scss/components/combo-box/combo-box.scss +63 -6
  928. package/scss/components/data-table/_table-action.scss +5 -3
  929. package/scss/components/date-picker/date-picker.scss +70 -2
  930. package/scss/components/date-picker/next/components/date-picker.scss +28 -2
  931. package/scss/components/dropdown/dropdown.scss +39 -4
  932. package/scss/components/edit-in-place/edit-in-place.scss +127 -0
  933. package/scss/components/edit-in-place/story-styles.scss +61 -0
  934. package/scss/components/fluid-combo-box/fluid-combo-box.scss +68 -5
  935. package/scss/components/fluid-date-picker/fluid-date-picker.scss +109 -12
  936. package/scss/components/fluid-dropdown/fluid-dropdown.scss +56 -6
  937. package/scss/components/fluid-multi-select/fluid-multi-select.scss +75 -2
  938. package/scss/components/fluid-number-input/fluid-number-input.scss +32 -1
  939. package/scss/components/fluid-search/fluid-search.scss +6 -3
  940. package/scss/components/menu/menu-item.scss +9 -1
  941. package/scss/components/menu/menu.scss +32 -1
  942. package/scss/components/multi-select/multi-select.scss +130 -28
  943. package/scss/components/number-input/number-input.scss +35 -1
  944. package/scss/components/options-tile/options-tile.scss +157 -0
  945. package/scss/components/options-tile/story-styles.scss +32 -0
  946. package/scss/components/search/search.scss +7 -0
  947. package/scss/components/select/select.scss +7 -3
  948. package/scss/components/slider/slider.scss +9 -2
  949. package/scss/components/tabs/tabs.scss +9 -2
  950. package/scss/components/tag/tag-story.scss +19 -0
  951. package/scss/components/tag/tag.scss +15 -11
  952. package/scss/components/text-input/text-input.scss +22 -0
  953. package/scss/components/user-avatar/story-styles.scss +53 -0
  954. package/scss/components/user-avatar/user-avatar.scss +113 -0
  955. package/telemetry.yml +67 -0
@@ -1,4 +1,10 @@
1
1
  {
2
+ "_deprecated": {
3
+ "message": "The WCA manifest format is deprecated and will be removed in the next major version (v3.0.0), in favor of the standard Custom Elements Manifest (CEM).",
4
+ "removeInVersion": "3.0.0",
5
+ "replacement": "Custom Elements Manifest (CEM)",
6
+ "issue": "https://github.com/carbon-design-system/carbon/issues/20670"
7
+ },
2
8
  "version": "experimental",
3
9
  "tags": [
4
10
  {
@@ -510,7 +516,8 @@
510
516
  },
511
517
  {
512
518
  "name": "styles",
513
- "default": "\"styles\""
519
+ "type": "array",
520
+ "default": "[\"buttonStyles\",\"styles\"]"
514
521
  }
515
522
  ]
516
523
  },
@@ -841,6 +848,159 @@
841
848
  }
842
849
  ]
843
850
  },
851
+ {
852
+ "name": "cds-big-number-skeleton",
853
+ "path": "./src/components/big-number/big-number-skeleton.ts",
854
+ "attributes": [
855
+ {
856
+ "name": "size",
857
+ "type": "\"lg\" | \"xl\" | \"default\" | undefined",
858
+ "default": "\"default\""
859
+ }
860
+ ],
861
+ "properties": [
862
+ {
863
+ "name": "size",
864
+ "attribute": "size",
865
+ "type": "\"lg\" | \"xl\" | \"default\" | undefined",
866
+ "default": "\"default\""
867
+ },
868
+ {
869
+ "name": "styles",
870
+ "default": "\"styles\""
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ "name": "cds-big-number",
876
+ "path": "./src/components/big-number/big-number.ts",
877
+ "attributes": [
878
+ {
879
+ "name": "fraction-digits",
880
+ "type": "number",
881
+ "default": "1"
882
+ },
883
+ {
884
+ "name": "label",
885
+ "type": "string | undefined"
886
+ },
887
+ {
888
+ "name": "loading",
889
+ "type": "boolean",
890
+ "default": "false"
891
+ },
892
+ {
893
+ "name": "locale",
894
+ "type": "string",
895
+ "default": "\"en-US\""
896
+ },
897
+ {
898
+ "name": "percentage",
899
+ "type": "boolean",
900
+ "default": "false"
901
+ },
902
+ {
903
+ "name": "size",
904
+ "type": "\"lg\" | \"xl\" | \"default\"",
905
+ "default": "\"default\""
906
+ },
907
+ {
908
+ "name": "total",
909
+ "type": "number | undefined"
910
+ },
911
+ {
912
+ "name": "trending",
913
+ "type": "boolean",
914
+ "default": "false"
915
+ },
916
+ {
917
+ "name": "truncate",
918
+ "type": "boolean",
919
+ "default": "true"
920
+ },
921
+ {
922
+ "name": "value",
923
+ "type": "number | undefined"
924
+ }
925
+ ],
926
+ "properties": [
927
+ {
928
+ "name": "fractionDigits",
929
+ "attribute": "fraction-digits",
930
+ "type": "number",
931
+ "default": "1"
932
+ },
933
+ {
934
+ "name": "label",
935
+ "attribute": "label",
936
+ "type": "string | undefined"
937
+ },
938
+ {
939
+ "name": "loading",
940
+ "attribute": "loading",
941
+ "type": "boolean",
942
+ "default": "false"
943
+ },
944
+ {
945
+ "name": "locale",
946
+ "attribute": "locale",
947
+ "type": "string",
948
+ "default": "\"en-US\""
949
+ },
950
+ {
951
+ "name": "percentage",
952
+ "attribute": "percentage",
953
+ "type": "boolean",
954
+ "default": "false"
955
+ },
956
+ {
957
+ "name": "size",
958
+ "attribute": "size",
959
+ "type": "\"lg\" | \"xl\" | \"default\"",
960
+ "default": "\"default\""
961
+ },
962
+ {
963
+ "name": "total",
964
+ "attribute": "total",
965
+ "type": "number | undefined"
966
+ },
967
+ {
968
+ "name": "trending",
969
+ "attribute": "trending",
970
+ "type": "boolean",
971
+ "default": "false"
972
+ },
973
+ {
974
+ "name": "truncate",
975
+ "attribute": "truncate",
976
+ "type": "boolean",
977
+ "default": "true"
978
+ },
979
+ {
980
+ "name": "value",
981
+ "attribute": "value",
982
+ "type": "number | undefined"
983
+ },
984
+ {
985
+ "name": "styles",
986
+ "default": "\"styles\""
987
+ }
988
+ ],
989
+ "slots": [
990
+ {
991
+ "name": "label",
992
+ "description": "Header area that displays the label above the value. This slot can be customized to include an info icon and a tooltip for additional context."
993
+ },
994
+ {
995
+ "name": "trending-icon",
996
+ "description": "Displays an icon indicating trend direction. Can be customized to show a downward arrow when the trend is not upward."
997
+ },
998
+ {
999
+ "name": "icon-button",
1000
+ "description": "Displays an icon button next to `value`."
1001
+ }
1002
+ ]
1003
+ },
844
1004
  {
845
1005
  "name": "cds-breadcrumb-item",
846
1006
  "path": "./src/components/breadcrumb/breadcrumb-item.ts",
@@ -1923,473 +2083,1513 @@
1923
2083
  ]
1924
2084
  },
1925
2085
  {
1926
- "name": "cds-chat-button-skeleton",
1927
- "path": "./src/components/chat-button/chat-button-skeleton.ts",
1928
- "description": "Chat button skeleton.",
2086
+ "name": "cds-card-action",
2087
+ "path": "./src/components/card/card-action.ts",
2088
+ "description": "Card action — wrapper for a single interactive element inside cds-card-actions.\nThe `label` property provides a fallback string for the overflow menu when this\naction is hidden due to container overflow.",
1929
2089
  "attributes": [
1930
2090
  {
1931
- "name": "size",
1932
- "description": "Specify the size of the `ChatButtonSkeleton`, from the following list of sizes: 'sm', 'md', 'lg'",
1933
- "type": "CHAT_BUTTON_SIZE",
1934
- "default": "\"lg\""
2091
+ "name": "label",
2092
+ "description": "Label shown in the overflow menu when this action is hidden.\nIf omitted, cds-card-actions resolves the label from the inner button.",
2093
+ "type": "string"
1935
2094
  }
1936
2095
  ],
1937
2096
  "properties": [
1938
2097
  {
1939
- "name": "size",
1940
- "attribute": "size",
1941
- "description": "Specify the size of the `ChatButtonSkeleton`, from the following list of sizes: 'sm', 'md', 'lg'",
1942
- "type": "CHAT_BUTTON_SIZE",
1943
- "default": "\"lg\""
2098
+ "name": "label",
2099
+ "attribute": "label",
2100
+ "description": "Label shown in the overflow menu when this action is hidden.\nIf omitted, cds-card-actions resolves the label from the inner button.",
2101
+ "type": "string"
2102
+ },
2103
+ {
2104
+ "name": "styles",
2105
+ "default": "\"styles\""
2106
+ }
2107
+ ],
2108
+ "slots": [
2109
+ {
2110
+ "name": "",
2111
+ "description": "Default slot for a button or icon-button."
1944
2112
  }
1945
2113
  ]
1946
2114
  },
1947
2115
  {
1948
- "name": "cds-chat-button",
1949
- "path": "./src/components/chat-button/chat-button.ts",
1950
- "description": "Chat Button",
2116
+ "name": "cds-card-actions",
2117
+ "path": "./src/components/card/card-actions.ts",
2118
+ "description": "Card actions",
1951
2119
  "attributes": [
1952
2120
  {
1953
- "name": "disabled",
1954
- "description": "`true` if the button should be disabled.",
1955
- "type": "boolean",
1956
- "default": "false"
1957
- },
2121
+ "name": "overflow-menu-label",
2122
+ "description": "Label for the overflow menu trigger button.",
2123
+ "type": "string",
2124
+ "default": "\"More actions\""
2125
+ }
2126
+ ],
2127
+ "properties": [
1958
2128
  {
1959
- "name": "kind",
1960
- "description": "Specify whether the `ChatButton` should be disabled",
1961
- "type": "CHAT_BUTTON_KIND",
1962
- "default": "\"primary\""
2129
+ "name": "overflowMenuLabel",
2130
+ "attribute": "overflow-menu-label",
2131
+ "description": "Label for the overflow menu trigger button.",
2132
+ "type": "string",
2133
+ "default": "\"More actions\""
1963
2134
  },
1964
2135
  {
1965
- "name": "size",
1966
- "description": "Chat button size.",
1967
- "type": "CHAT_BUTTON_SIZE",
1968
- "default": "\"lg\""
1969
- },
2136
+ "name": "styles",
2137
+ "default": "\"styles\""
2138
+ }
2139
+ ],
2140
+ "slots": [
1970
2141
  {
1971
- "name": "is-quick-action",
1972
- "description": "Specify whether the `ChatButton` should be rendered as a quick action button",
1973
- "type": "boolean",
1974
- "default": "false"
1975
- },
2142
+ "name": "",
2143
+ "description": "Default slot for cds-card-action elements."
2144
+ }
2145
+ ]
2146
+ },
2147
+ {
2148
+ "name": "cds-card-body",
2149
+ "path": "./src/components/card/card-body.ts",
2150
+ "description": "Card body — primary content area.",
2151
+ "attributes": [
1976
2152
  {
1977
- "name": "is-selected",
1978
- "description": "Specify whether the quick action `ChatButton` should be rendered as selected. This disables the input",
2153
+ "name": "is-flush",
2154
+ "description": "Remove all padding so content sits flush to the card edges.",
1979
2155
  "type": "boolean",
1980
2156
  "default": "false"
1981
2157
  }
1982
2158
  ],
1983
2159
  "properties": [
1984
2160
  {
1985
- "name": "disabled",
1986
- "attribute": "disabled",
1987
- "description": "`true` if the button should be disabled.",
2161
+ "name": "isFlush",
2162
+ "attribute": "is-flush",
2163
+ "description": "Remove all padding so content sits flush to the card edges.",
1988
2164
  "type": "boolean",
1989
2165
  "default": "false"
1990
2166
  },
1991
2167
  {
1992
- "name": "kind",
1993
- "attribute": "kind",
1994
- "description": "Specify whether the `ChatButton` should be disabled",
1995
- "type": "CHAT_BUTTON_KIND",
1996
- "default": "\"primary\""
1997
- },
1998
- {
1999
- "name": "size",
2000
- "attribute": "size",
2001
- "description": "Chat button size.",
2002
- "type": "CHAT_BUTTON_SIZE",
2003
- "default": "\"lg\""
2004
- },
2005
- {
2006
- "name": "isQuickAction",
2007
- "attribute": "is-quick-action",
2008
- "description": "Specify whether the `ChatButton` should be rendered as a quick action button",
2009
- "type": "boolean",
2010
- "default": "false"
2011
- },
2168
+ "name": "styles",
2169
+ "default": "\"styles\""
2170
+ }
2171
+ ],
2172
+ "slots": [
2012
2173
  {
2013
- "name": "isSelected",
2014
- "attribute": "is-selected",
2015
- "description": "Specify whether the quick action `ChatButton` should be rendered as selected. This disables the input",
2016
- "type": "boolean",
2017
- "default": "false"
2174
+ "name": "",
2175
+ "description": "Default slot for free-form content."
2018
2176
  }
2019
2177
  ]
2020
2178
  },
2021
2179
  {
2022
- "name": "cds-checkbox-group",
2023
- "path": "./src/components/checkbox/checkbox-group.ts",
2024
- "description": "Check box.",
2025
- "attributes": [
2180
+ "name": "cds-card-footer",
2181
+ "path": "./src/components/card/card-footer.ts",
2182
+ "description": "Card footer — bottom content/action bar.\n\nMust not be used inside a `clickable` card. When placed inside one,\nthis element renders nothing and logs a console.error — a clickable\ncard renders its own built-in footer affordance automatically.\n\nReflects `has-actions` when any `cds-card-action` element is slotted,\nenabling CSS rule [17] to apply zero-padding / border-top layout without\nany cross-boundary `:has(> .cds--card__action)`.",
2183
+ "properties": [
2026
2184
  {
2027
- "name": "aria-labelledby",
2028
- "description": "fieldset `aria-labelledby`"
2029
- },
2185
+ "name": "styles",
2186
+ "default": "\"styles\""
2187
+ }
2188
+ ],
2189
+ "slots": [
2030
2190
  {
2031
- "name": "disabled",
2032
- "description": "Specify whether the form group is currently disabled"
2033
- },
2191
+ "name": "",
2192
+ "description": "Default slot for footer content or cds-card-action elements."
2193
+ }
2194
+ ]
2195
+ },
2196
+ {
2197
+ "name": "cds-card-header-media",
2198
+ "path": "./src/components/card/card-header-media.ts",
2199
+ "description": "Card header media — full-width icon/image slot rendered above the title row.",
2200
+ "properties": [
2034
2201
  {
2035
- "name": "helper-text",
2036
- "description": "Provide text for the form group for additional help"
2037
- },
2202
+ "name": "styles",
2203
+ "default": "\"styles\""
2204
+ }
2205
+ ],
2206
+ "slots": [
2207
+ {
2208
+ "name": "",
2209
+ "description": "Default slot for an icon, image, or pictogram."
2210
+ }
2211
+ ]
2212
+ },
2213
+ {
2214
+ "name": "cds-card-header",
2215
+ "path": "./src/components/card/card-header.ts",
2216
+ "description": "Card header — header section of the card.",
2217
+ "properties": [
2218
+ {
2219
+ "name": "styles",
2220
+ "default": "\"styles\""
2221
+ }
2222
+ ],
2223
+ "slots": [
2224
+ {
2225
+ "name": "",
2226
+ "description": "Default slot for cds-card-title, cds-card-title-media, cds-card-actions."
2227
+ },
2228
+ {
2229
+ "name": "decorator",
2230
+ "description": "Slot for cds-ai-label or other decorator element."
2231
+ }
2232
+ ]
2233
+ },
2234
+ {
2235
+ "name": "cds-card-media",
2236
+ "path": "./src/components/card/card-media.ts",
2237
+ "description": "Card media — aspect-ratio media slot.",
2238
+ "attributes": [
2239
+ {
2240
+ "name": "ratio",
2241
+ "description": "Aspect ratio of the media container in vertical layout.\nE.g. `'16x9'`, `'4x3'`, `'1x1'`. Ignored in horizontal layout.",
2242
+ "type": "string",
2243
+ "default": "\"\""
2244
+ },
2245
+ {
2246
+ "name": "media-width",
2247
+ "description": "Width of the media column in horizontal layout.\nAccepts any valid CSS width value (e.g. `'200px'`, `'40%'`).\nHas no effect in vertical (default) layout.",
2248
+ "type": "string",
2249
+ "default": "\"'33.33%'\""
2250
+ }
2251
+ ],
2252
+ "properties": [
2253
+ {
2254
+ "name": "ratio",
2255
+ "attribute": "ratio",
2256
+ "description": "Aspect ratio of the media container in vertical layout.\nE.g. `'16x9'`, `'4x3'`, `'1x1'`. Ignored in horizontal layout.",
2257
+ "type": "string",
2258
+ "default": "\"\""
2259
+ },
2260
+ {
2261
+ "name": "mediaWidth",
2262
+ "attribute": "media-width",
2263
+ "description": "Width of the media column in horizontal layout.\nAccepts any valid CSS width value (e.g. `'200px'`, `'40%'`).\nHas no effect in vertical (default) layout.",
2264
+ "type": "string",
2265
+ "default": "\"'33.33%'\""
2266
+ },
2267
+ {
2268
+ "name": "styles",
2269
+ "default": "\"styles\""
2270
+ }
2271
+ ],
2272
+ "slots": [
2273
+ {
2274
+ "name": "",
2275
+ "description": "Default slot for an image, video, or other media content."
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "name": "cds-card-title-media",
2281
+ "path": "./src/components/card/card-title-media.ts",
2282
+ "description": "Card title media — media slot positioned to the left of the card title.",
2283
+ "properties": [
2284
+ {
2285
+ "name": "styles",
2286
+ "default": "\"styles\""
2287
+ }
2288
+ ],
2289
+ "slots": [
2290
+ {
2291
+ "name": "",
2292
+ "description": "Default slot for an icon, avatar, or pictogram."
2293
+ }
2294
+ ]
2295
+ },
2296
+ {
2297
+ "name": "cds-card-title",
2298
+ "path": "./src/components/card/card-title.ts",
2299
+ "description": "Card title — primary heading within cds-card-header.",
2300
+ "attributes": [
2301
+ {
2302
+ "name": "title-truncate",
2303
+ "description": "Enable truncation on the title text row.",
2304
+ "type": "string | null"
2305
+ },
2306
+ {
2307
+ "name": "max-width",
2308
+ "description": "Maximum width applied to the title text row when truncation is active.",
2309
+ "type": "string",
2310
+ "default": "\"'100%'\""
2311
+ },
2312
+ {
2313
+ "name": "label",
2314
+ "description": "Optional label text rendered above the title (plain string).\nSlot `label` takes precedence when populated.",
2315
+ "type": "string"
2316
+ },
2317
+ {
2318
+ "name": "label-truncate",
2319
+ "description": "Enable truncation on the label.",
2320
+ "type": "string | null"
2321
+ },
2322
+ {
2323
+ "name": "description",
2324
+ "description": "Optional description text rendered below the title (plain string).",
2325
+ "type": "string"
2326
+ },
2327
+ {
2328
+ "name": "description-truncate",
2329
+ "description": "Enable truncation on the description.",
2330
+ "type": "string | null"
2331
+ }
2332
+ ],
2333
+ "properties": [
2334
+ {
2335
+ "name": "titleTruncate",
2336
+ "attribute": "title-truncate",
2337
+ "description": "Enable truncation on the title text row.",
2338
+ "type": "string | null"
2339
+ },
2340
+ {
2341
+ "name": "maxWidth",
2342
+ "attribute": "max-width",
2343
+ "description": "Maximum width applied to the title text row when truncation is active.",
2344
+ "type": "string",
2345
+ "default": "\"'100%'\""
2346
+ },
2347
+ {
2348
+ "name": "label",
2349
+ "attribute": "label",
2350
+ "description": "Optional label text rendered above the title (plain string).\nSlot `label` takes precedence when populated.",
2351
+ "type": "string"
2352
+ },
2353
+ {
2354
+ "name": "labelTruncate",
2355
+ "attribute": "label-truncate",
2356
+ "description": "Enable truncation on the label.",
2357
+ "type": "string | null"
2358
+ },
2359
+ {
2360
+ "name": "description",
2361
+ "attribute": "description",
2362
+ "description": "Optional description text rendered below the title (plain string).",
2363
+ "type": "string"
2364
+ },
2365
+ {
2366
+ "name": "descriptionTruncate",
2367
+ "attribute": "description-truncate",
2368
+ "description": "Enable truncation on the description.",
2369
+ "type": "string | null"
2370
+ },
2371
+ {
2372
+ "name": "styles",
2373
+ "default": "\"styles\""
2374
+ }
2375
+ ],
2376
+ "slots": [
2377
+ {
2378
+ "name": "",
2379
+ "description": "Title text (required)."
2380
+ },
2381
+ {
2382
+ "name": "label",
2383
+ "description": "Rich label content rendered above the title (overrides `label` attr)."
2384
+ },
2385
+ {
2386
+ "name": "title-start",
2387
+ "description": "Leading icon/content (16px productive, 24px expressive)."
2388
+ },
2389
+ {
2390
+ "name": "title-end",
2391
+ "description": "Trailing icon/content."
2392
+ },
2393
+ {
2394
+ "name": "description",
2395
+ "description": "Rich description rendered below the title (overrides `description` attr)."
2396
+ }
2397
+ ]
2398
+ },
2399
+ {
2400
+ "name": "cds-card",
2401
+ "path": "./src/components/card/card.ts",
2402
+ "description": "Card — composable container component.",
2403
+ "attributes": [
2404
+ {
2405
+ "name": "clickable",
2406
+ "description": "Makes the entire card surface interactive.",
2407
+ "type": "boolean",
2408
+ "default": "false"
2409
+ },
2410
+ {
2411
+ "name": "density",
2412
+ "description": "Controls heading typography inside the card.",
2413
+ "type": "CARD_DENSITY",
2414
+ "default": "\"productive\""
2415
+ },
2416
+ {
2417
+ "name": "horizontal",
2418
+ "description": "Side-by-side layout: cds-card-media on one side, other content stacked.",
2419
+ "type": "boolean",
2420
+ "default": "false"
2421
+ },
2422
+ {
2423
+ "name": "media-position",
2424
+ "description": "Position of the media column when `horizontal` is true.",
2425
+ "type": "CARD_MEDIA_POSITION",
2426
+ "default": "\"'start'\""
2427
+ },
2428
+ {
2429
+ "name": "disabled",
2430
+ "description": "Mutes all interaction.",
2431
+ "type": "boolean",
2432
+ "default": "false"
2433
+ },
2434
+ {
2435
+ "name": "download",
2436
+ "description": "The default file name.",
2437
+ "type": "string"
2438
+ },
2439
+ {
2440
+ "name": "href",
2441
+ "description": "Link `href`.",
2442
+ "type": "string"
2443
+ },
2444
+ {
2445
+ "name": "hreflang",
2446
+ "description": "The language of what `href` points to.",
2447
+ "type": "string"
2448
+ },
2449
+ {
2450
+ "name": "inline",
2451
+ "description": "`true` if the link should be inline.",
2452
+ "type": "boolean",
2453
+ "default": "false"
2454
+ },
2455
+ {
2456
+ "name": "link-role",
2457
+ "description": "The a11y role for `<a>`.",
2458
+ "type": "string"
2459
+ },
2460
+ {
2461
+ "name": "ping",
2462
+ "description": "URLs to ping.",
2463
+ "type": "string"
2464
+ },
2465
+ {
2466
+ "name": "rel",
2467
+ "description": "The link type.",
2468
+ "type": "string"
2469
+ },
2470
+ {
2471
+ "name": "size",
2472
+ "description": "Link size.",
2473
+ "type": "string",
2474
+ "default": "\"MEDIUM\""
2475
+ },
2476
+ {
2477
+ "name": "target",
2478
+ "description": "The link target.",
2479
+ "type": "string"
2480
+ },
2481
+ {
2482
+ "name": "type",
2483
+ "description": "MIME type of the `target`.",
2484
+ "type": "string"
2485
+ },
2486
+ {
2487
+ "name": "visited",
2488
+ "description": "When enabled, applies Carbon's visited-link styles to browser-controlled :visited link state.",
2489
+ "type": "boolean",
2490
+ "default": "false"
2491
+ }
2492
+ ],
2493
+ "properties": [
2494
+ {
2495
+ "name": "cardContext",
2496
+ "type": "CardContextValue",
2497
+ "default": "{\"clickable\":false,\"disabled\":false,\"horizontal\":false}"
2498
+ },
2499
+ {
2500
+ "name": "clickable",
2501
+ "attribute": "clickable",
2502
+ "description": "Makes the entire card surface interactive.",
2503
+ "type": "boolean",
2504
+ "default": "false"
2505
+ },
2506
+ {
2507
+ "name": "density",
2508
+ "attribute": "density",
2509
+ "description": "Controls heading typography inside the card.",
2510
+ "type": "CARD_DENSITY",
2511
+ "default": "\"productive\""
2512
+ },
2513
+ {
2514
+ "name": "horizontal",
2515
+ "attribute": "horizontal",
2516
+ "description": "Side-by-side layout: cds-card-media on one side, other content stacked.",
2517
+ "type": "boolean",
2518
+ "default": "false"
2519
+ },
2520
+ {
2521
+ "name": "mediaPosition",
2522
+ "attribute": "media-position",
2523
+ "description": "Position of the media column when `horizontal` is true.",
2524
+ "type": "CARD_MEDIA_POSITION",
2525
+ "default": "\"'start'\""
2526
+ },
2527
+ {
2528
+ "name": "disabled",
2529
+ "attribute": "disabled",
2530
+ "description": "Mutes all interaction.",
2531
+ "type": "boolean",
2532
+ "default": "false"
2533
+ },
2534
+ {
2535
+ "name": "download",
2536
+ "attribute": "download",
2537
+ "description": "The default file name.",
2538
+ "type": "string"
2539
+ },
2540
+ {
2541
+ "name": "href",
2542
+ "attribute": "href",
2543
+ "description": "Link `href`.",
2544
+ "type": "string"
2545
+ },
2546
+ {
2547
+ "name": "hreflang",
2548
+ "attribute": "hreflang",
2549
+ "description": "The language of what `href` points to.",
2550
+ "type": "string"
2551
+ },
2552
+ {
2553
+ "name": "inline",
2554
+ "attribute": "inline",
2555
+ "description": "`true` if the link should be inline.",
2556
+ "type": "boolean",
2557
+ "default": "false"
2558
+ },
2559
+ {
2560
+ "name": "linkRole",
2561
+ "attribute": "link-role",
2562
+ "description": "The a11y role for `<a>`.",
2563
+ "type": "string"
2564
+ },
2565
+ {
2566
+ "name": "ping",
2567
+ "attribute": "ping",
2568
+ "description": "URLs to ping.",
2569
+ "type": "string"
2570
+ },
2571
+ {
2572
+ "name": "rel",
2573
+ "attribute": "rel",
2574
+ "description": "The link type.",
2575
+ "type": "string"
2576
+ },
2577
+ {
2578
+ "name": "size",
2579
+ "attribute": "size",
2580
+ "description": "Link size.",
2581
+ "type": "string",
2582
+ "default": "\"MEDIUM\""
2583
+ },
2584
+ {
2585
+ "name": "target",
2586
+ "attribute": "target",
2587
+ "description": "The link target.",
2588
+ "type": "string"
2589
+ },
2590
+ {
2591
+ "name": "type",
2592
+ "attribute": "type",
2593
+ "description": "MIME type of the `target`.",
2594
+ "type": "string"
2595
+ },
2596
+ {
2597
+ "name": "visited",
2598
+ "attribute": "visited",
2599
+ "description": "When enabled, applies Carbon's visited-link styles to browser-controlled :visited link state.",
2600
+ "type": "boolean",
2601
+ "default": "false"
2602
+ },
2603
+ {
2604
+ "name": "shadowRootOptions",
2605
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
2606
+ "default": "{\"delegatesFocus\":true}"
2607
+ },
2608
+ {
2609
+ "name": "styles",
2610
+ "default": "\"styles\""
2611
+ }
2612
+ ],
2613
+ "slots": [
2614
+ {
2615
+ "name": "",
2616
+ "description": "Default slot for cds-card-header, cds-card-body, cds-card-footer, cds-card-media."
2617
+ },
2618
+ {
2619
+ "name": "decorator",
2620
+ "description": "Slot for cds-ai-label. Sets `has-ai-label` attribute when populated."
2621
+ },
2622
+ {
2623
+ "name": "footer-icon",
2624
+ "description": "Override the default ArrowRight icon in the clickable footer."
2625
+ }
2626
+ ]
2627
+ },
2628
+ {
2629
+ "name": "cds-chat-button-skeleton",
2630
+ "path": "./src/components/chat-button/chat-button-skeleton.ts",
2631
+ "description": "Chat button skeleton.",
2632
+ "attributes": [
2633
+ {
2634
+ "name": "size",
2635
+ "description": "Specify the size of the `ChatButtonSkeleton`, from the following list of sizes: 'sm', 'md', 'lg'",
2636
+ "type": "CHAT_BUTTON_SIZE",
2637
+ "default": "\"lg\""
2638
+ }
2639
+ ],
2640
+ "properties": [
2641
+ {
2642
+ "name": "size",
2643
+ "attribute": "size",
2644
+ "description": "Specify the size of the `ChatButtonSkeleton`, from the following list of sizes: 'sm', 'md', 'lg'",
2645
+ "type": "CHAT_BUTTON_SIZE",
2646
+ "default": "\"lg\""
2647
+ }
2648
+ ]
2649
+ },
2650
+ {
2651
+ "name": "cds-chat-button",
2652
+ "path": "./src/components/chat-button/chat-button.ts",
2653
+ "description": "Chat Button",
2654
+ "attributes": [
2655
+ {
2656
+ "name": "disabled",
2657
+ "description": "`true` if the button should be disabled.",
2658
+ "type": "boolean",
2659
+ "default": "false"
2660
+ },
2661
+ {
2662
+ "name": "kind",
2663
+ "description": "Specify whether the `ChatButton` should be disabled",
2664
+ "type": "CHAT_BUTTON_KIND",
2665
+ "default": "\"primary\""
2666
+ },
2667
+ {
2668
+ "name": "size",
2669
+ "description": "Chat button size.",
2670
+ "type": "CHAT_BUTTON_SIZE",
2671
+ "default": "\"lg\""
2672
+ },
2673
+ {
2674
+ "name": "is-quick-action",
2675
+ "description": "Specify whether the `ChatButton` should be rendered as a quick action button",
2676
+ "type": "boolean",
2677
+ "default": "false"
2678
+ },
2679
+ {
2680
+ "name": "is-selected",
2681
+ "description": "Specify whether the quick action `ChatButton` should be rendered as selected. This disables the input",
2682
+ "type": "boolean",
2683
+ "default": "false"
2684
+ }
2685
+ ],
2686
+ "properties": [
2687
+ {
2688
+ "name": "disabled",
2689
+ "attribute": "disabled",
2690
+ "description": "`true` if the button should be disabled.",
2691
+ "type": "boolean",
2692
+ "default": "false"
2693
+ },
2694
+ {
2695
+ "name": "kind",
2696
+ "attribute": "kind",
2697
+ "description": "Specify whether the `ChatButton` should be disabled",
2698
+ "type": "CHAT_BUTTON_KIND",
2699
+ "default": "\"primary\""
2700
+ },
2701
+ {
2702
+ "name": "size",
2703
+ "attribute": "size",
2704
+ "description": "Chat button size.",
2705
+ "type": "CHAT_BUTTON_SIZE",
2706
+ "default": "\"lg\""
2707
+ },
2708
+ {
2709
+ "name": "isQuickAction",
2710
+ "attribute": "is-quick-action",
2711
+ "description": "Specify whether the `ChatButton` should be rendered as a quick action button",
2712
+ "type": "boolean",
2713
+ "default": "false"
2714
+ },
2715
+ {
2716
+ "name": "isSelected",
2717
+ "attribute": "is-selected",
2718
+ "description": "Specify whether the quick action `ChatButton` should be rendered as selected. This disables the input",
2719
+ "type": "boolean",
2720
+ "default": "false"
2721
+ }
2722
+ ]
2723
+ },
2724
+ {
2725
+ "name": "cds-checkbox-group",
2726
+ "path": "./src/components/checkbox/checkbox-group.ts",
2727
+ "description": "Check box.",
2728
+ "attributes": [
2729
+ {
2730
+ "name": "aria-labelledby",
2731
+ "description": "fieldset `aria-labelledby`"
2732
+ },
2733
+ {
2734
+ "name": "disabled",
2735
+ "description": "Specify whether the form group is currently disabled"
2736
+ },
2737
+ {
2738
+ "name": "helper-text",
2739
+ "description": "Provide text for the form group for additional help"
2740
+ },
2741
+ {
2742
+ "name": "invalid",
2743
+ "description": "Specify whether the form group is currently invalid"
2744
+ },
2745
+ {
2746
+ "name": "invalid-text",
2747
+ "description": "Provide the text that is displayed when the form group is in an invalid state"
2748
+ },
2749
+ {
2750
+ "name": "legend-id",
2751
+ "description": "Provide id for the fieldset <legend> which corresponds to the fieldset\n`aria-labelledby`"
2752
+ },
2753
+ {
2754
+ "name": "legend-text",
2755
+ "description": "Provide the text to be rendered inside of the fieldset <legend>"
2756
+ },
2757
+ {
2758
+ "name": "orientation",
2759
+ "description": "Provide the orientation for how the checkbox should be displayed",
2760
+ "type": "CHECKBOX_ORIENTATION",
2761
+ "default": "\"vertical\""
2762
+ },
2763
+ {
2764
+ "name": "readonly",
2765
+ "description": "Whether the CheckboxGroup should be read-only",
2766
+ "type": "boolean",
2767
+ "default": "false"
2768
+ },
2769
+ {
2770
+ "name": "warn",
2771
+ "description": "Specify whether the form group is currently in warning state",
2772
+ "type": "boolean",
2773
+ "default": "false"
2774
+ },
2775
+ {
2776
+ "name": "warn-text",
2777
+ "description": "Provide the text that is displayed when the form group is in warning state",
2778
+ "type": "string",
2779
+ "default": "\"\""
2780
+ }
2781
+ ],
2782
+ "properties": [
2783
+ {
2784
+ "name": "ariaLabelledBy",
2785
+ "attribute": "aria-labelledby",
2786
+ "description": "fieldset `aria-labelledby`"
2787
+ },
2788
+ {
2789
+ "name": "disabled",
2790
+ "attribute": "disabled",
2791
+ "description": "Specify whether the form group is currently disabled"
2792
+ },
2793
+ {
2794
+ "name": "helperText",
2795
+ "attribute": "helper-text",
2796
+ "description": "Provide text for the form group for additional help"
2797
+ },
2038
2798
  {
2039
2799
  "name": "invalid",
2800
+ "attribute": "invalid",
2040
2801
  "description": "Specify whether the form group is currently invalid"
2041
2802
  },
2042
2803
  {
2043
- "name": "invalid-text",
2044
- "description": "Provide the text that is displayed when the form group is in an invalid state"
2804
+ "name": "invalidText",
2805
+ "attribute": "invalid-text",
2806
+ "description": "Provide the text that is displayed when the form group is in an invalid state"
2807
+ },
2808
+ {
2809
+ "name": "legendId",
2810
+ "attribute": "legend-id",
2811
+ "description": "Provide id for the fieldset <legend> which corresponds to the fieldset\n`aria-labelledby`"
2812
+ },
2813
+ {
2814
+ "name": "legendText",
2815
+ "attribute": "legend-text",
2816
+ "description": "Provide the text to be rendered inside of the fieldset <legend>"
2817
+ },
2818
+ {
2819
+ "name": "orientation",
2820
+ "attribute": "orientation",
2821
+ "description": "Provide the orientation for how the checkbox should be displayed",
2822
+ "type": "CHECKBOX_ORIENTATION",
2823
+ "default": "\"vertical\""
2824
+ },
2825
+ {
2826
+ "name": "readonly",
2827
+ "attribute": "readonly",
2828
+ "description": "Whether the CheckboxGroup should be read-only",
2829
+ "type": "boolean",
2830
+ "default": "false"
2831
+ },
2832
+ {
2833
+ "name": "warn",
2834
+ "attribute": "warn",
2835
+ "description": "Specify whether the form group is currently in warning state",
2836
+ "type": "boolean",
2837
+ "default": "false"
2838
+ },
2839
+ {
2840
+ "name": "warnText",
2841
+ "attribute": "warn-text",
2842
+ "description": "Provide the text that is displayed when the form group is in warning state",
2843
+ "type": "string",
2844
+ "default": "\"\""
2845
+ },
2846
+ {
2847
+ "name": "shadowRootOptions",
2848
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
2849
+ "default": "{\"delegatesFocus\":true}"
2850
+ },
2851
+ {
2852
+ "name": "styles",
2853
+ "default": "\"styles\""
2854
+ }
2855
+ ]
2856
+ },
2857
+ {
2858
+ "name": "cds-checkbox",
2859
+ "path": "./src/components/checkbox/checkbox.ts",
2860
+ "description": "Check box.",
2861
+ "attributes": [
2862
+ {
2863
+ "name": "checked",
2864
+ "description": "Specify whether the underlying input should be checked",
2865
+ "type": "boolean",
2866
+ "default": "false"
2867
+ },
2868
+ {
2869
+ "name": "data-table",
2870
+ "description": "Specify if checkbox is being used in a data table",
2871
+ "type": "boolean",
2872
+ "default": "false"
2873
+ },
2874
+ {
2875
+ "name": "disabled",
2876
+ "description": "Specify whether the Checkbox should be disabled",
2877
+ "type": "boolean",
2878
+ "default": "false"
2879
+ },
2880
+ {
2881
+ "name": "helper-text",
2882
+ "description": "Provide text for the form group for additional help"
2883
+ },
2884
+ {
2885
+ "name": "hide-checkbox",
2886
+ "description": "Specify whether the checkbox should be present in the DOM,\nbut invisible and uninteractable. Used for data-table purposes.",
2887
+ "type": "boolean",
2888
+ "default": "false"
2889
+ },
2890
+ {
2891
+ "name": "hide-label",
2892
+ "description": "Specify whether the label should be hidden, or not",
2893
+ "type": "boolean",
2894
+ "default": "false"
2895
+ },
2896
+ {
2897
+ "name": "id",
2898
+ "description": "Specify a custom id for the checkbox",
2899
+ "type": "string",
2900
+ "default": "\"checkbox\""
2901
+ },
2902
+ {
2903
+ "name": "indeterminate",
2904
+ "description": "Specify whether the Checkbox is in an indeterminate state",
2905
+ "type": "boolean",
2906
+ "default": "false"
2907
+ },
2908
+ {
2909
+ "name": "label-text",
2910
+ "description": "Provide a label to provide a description of the Checkbox input that you are\nexposing to the user",
2911
+ "type": "string",
2912
+ "default": "\"\""
2913
+ },
2914
+ {
2915
+ "name": "name",
2916
+ "description": "The form name.",
2917
+ "type": "string"
2918
+ },
2919
+ {
2920
+ "name": "readonly",
2921
+ "description": "Specify whether the Checkbox is read-only",
2922
+ "type": "boolean",
2923
+ "default": "false"
2924
+ },
2925
+ {
2926
+ "name": "invalid",
2927
+ "description": "Specify whether the Checkbox is currently invalid",
2928
+ "type": "boolean",
2929
+ "default": "false"
2930
+ },
2931
+ {
2932
+ "name": "invalid-text",
2933
+ "description": "Provide the text that is displayed when the Checkbox is in an invalid state"
2934
+ },
2935
+ {
2936
+ "name": "title",
2937
+ "description": "Specify a title for the node for the Checkbox",
2938
+ "type": "string",
2939
+ "default": "\"\""
2940
+ },
2941
+ {
2942
+ "name": "value",
2943
+ "description": "The value.",
2944
+ "type": "string"
2945
+ },
2946
+ {
2947
+ "name": "warn",
2948
+ "description": "Specify whether the Checkbox is in a warning state.",
2949
+ "type": "boolean",
2950
+ "default": "false"
2045
2951
  },
2046
2952
  {
2047
- "name": "legend-id",
2048
- "description": "Provide id for the fieldset <legend> which corresponds to the fieldset\n`aria-labelledby`"
2953
+ "name": "warn-text",
2954
+ "description": "Provide the text displayed when the Checkbox is in a warning state.",
2955
+ "type": "boolean",
2956
+ "default": "false"
2049
2957
  },
2050
2958
  {
2051
- "name": "legend-text",
2052
- "description": "Provide the text to be rendered inside of the fieldset <legend>"
2959
+ "name": "default-checked",
2960
+ "description": "Specify whether the underlying input should be checked by default"
2961
+ }
2962
+ ],
2963
+ "properties": [
2964
+ {
2965
+ "name": "checked",
2966
+ "attribute": "checked",
2967
+ "description": "Specify whether the underlying input should be checked",
2968
+ "type": "boolean",
2969
+ "default": "false"
2053
2970
  },
2054
2971
  {
2055
- "name": "orientation",
2056
- "description": "Provide the orientation for how the checkbox should be displayed",
2057
- "type": "CHECKBOX_ORIENTATION",
2058
- "default": "\"vertical\""
2972
+ "name": "dataTable",
2973
+ "attribute": "data-table",
2974
+ "description": "Specify if checkbox is being used in a data table",
2975
+ "type": "boolean",
2976
+ "default": "false"
2977
+ },
2978
+ {
2979
+ "name": "disabled",
2980
+ "attribute": "disabled",
2981
+ "description": "Specify whether the Checkbox should be disabled",
2982
+ "type": "boolean",
2983
+ "default": "false"
2984
+ },
2985
+ {
2986
+ "name": "helperText",
2987
+ "attribute": "helper-text",
2988
+ "description": "Provide text for the form group for additional help"
2989
+ },
2990
+ {
2991
+ "name": "hideCheckbox",
2992
+ "attribute": "hide-checkbox",
2993
+ "description": "Specify whether the checkbox should be present in the DOM,\nbut invisible and uninteractable. Used for data-table purposes.",
2994
+ "type": "boolean",
2995
+ "default": "false"
2996
+ },
2997
+ {
2998
+ "name": "hideLabel",
2999
+ "attribute": "hide-label",
3000
+ "description": "Specify whether the label should be hidden, or not",
3001
+ "type": "boolean",
3002
+ "default": "false"
3003
+ },
3004
+ {
3005
+ "name": "id",
3006
+ "attribute": "id",
3007
+ "description": "Specify a custom id for the checkbox",
3008
+ "type": "string",
3009
+ "default": "\"checkbox\""
3010
+ },
3011
+ {
3012
+ "name": "indeterminate",
3013
+ "attribute": "indeterminate",
3014
+ "description": "Specify whether the Checkbox is in an indeterminate state",
3015
+ "type": "boolean",
3016
+ "default": "false"
3017
+ },
3018
+ {
3019
+ "name": "labelText",
3020
+ "attribute": "label-text",
3021
+ "description": "Provide a label to provide a description of the Checkbox input that you are\nexposing to the user",
3022
+ "type": "string",
3023
+ "default": "\"\""
3024
+ },
3025
+ {
3026
+ "name": "name",
3027
+ "attribute": "name",
3028
+ "description": "The form name.",
3029
+ "type": "string"
2059
3030
  },
2060
3031
  {
2061
3032
  "name": "readonly",
2062
- "description": "Whether the CheckboxGroup should be read-only",
3033
+ "attribute": "readonly",
3034
+ "description": "Specify whether the Checkbox is read-only",
3035
+ "type": "boolean",
3036
+ "default": "false"
3037
+ },
3038
+ {
3039
+ "name": "invalid",
3040
+ "attribute": "invalid",
3041
+ "description": "Specify whether the Checkbox is currently invalid",
2063
3042
  "type": "boolean",
2064
3043
  "default": "false"
2065
3044
  },
3045
+ {
3046
+ "name": "invalidText",
3047
+ "attribute": "invalid-text",
3048
+ "description": "Provide the text that is displayed when the Checkbox is in an invalid state"
3049
+ },
3050
+ {
3051
+ "name": "title",
3052
+ "attribute": "title",
3053
+ "description": "Specify a title for the node for the Checkbox",
3054
+ "type": "string",
3055
+ "default": "\"\""
3056
+ },
3057
+ {
3058
+ "name": "value",
3059
+ "attribute": "value",
3060
+ "description": "The value.",
3061
+ "type": "string"
3062
+ },
2066
3063
  {
2067
3064
  "name": "warn",
2068
- "description": "Specify whether the form group is currently in warning state",
3065
+ "attribute": "warn",
3066
+ "description": "Specify whether the Checkbox is in a warning state.",
2069
3067
  "type": "boolean",
2070
3068
  "default": "false"
2071
3069
  },
2072
3070
  {
2073
- "name": "warn-text",
2074
- "description": "Provide the text that is displayed when the form group is in warning state",
3071
+ "name": "warnText",
3072
+ "attribute": "warn-text",
3073
+ "description": "Provide the text displayed when the Checkbox is in a warning state.",
3074
+ "type": "boolean",
3075
+ "default": "false"
3076
+ },
3077
+ {
3078
+ "name": "defaultChecked",
3079
+ "attribute": "default-checked",
3080
+ "description": "Specify whether the underlying input should be checked by default"
3081
+ },
3082
+ {
3083
+ "name": "shadowRootOptions",
3084
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
3085
+ "default": "{\"delegatesFocus\":true}"
3086
+ },
3087
+ {
3088
+ "name": "styles",
3089
+ "default": "\"styles\""
3090
+ }
3091
+ ],
3092
+ "events": [
3093
+ {
3094
+ "name": "cds-checkbox-changed",
3095
+ "description": "The custom event fired after this changebox changes its checked state."
3096
+ }
3097
+ ]
3098
+ },
3099
+ {
3100
+ "name": "cds-coachmark-beacon",
3101
+ "path": "./src/components/coachmark/coachmark-beacon/coachmark-beacon.ts",
3102
+ "description": "CoachmarkBeacon.",
3103
+ "attributes": [
3104
+ {
3105
+ "name": "kind",
3106
+ "description": "What style of beacon.\nBEACON_KIND is an enum from the Coachmark and can be used for this value.",
3107
+ "type": "BEACON_KIND | undefined",
3108
+ "default": "\"default\""
3109
+ },
3110
+ {
3111
+ "name": "label",
3112
+ "description": "The aria label.",
3113
+ "type": "string",
3114
+ "default": "\"Show information\""
3115
+ },
3116
+ {
3117
+ "name": "id",
3118
+ "description": "id for the coachmark beacon",
3119
+ "type": "string",
3120
+ "default": "\"crypto.randomUUID()\""
3121
+ },
3122
+ {
3123
+ "name": "expanded",
3124
+ "description": "specify aria-expanded of beacon",
3125
+ "type": "boolean",
3126
+ "default": "false"
3127
+ }
3128
+ ],
3129
+ "properties": [
3130
+ {
3131
+ "name": "kind",
3132
+ "attribute": "kind",
3133
+ "description": "What style of beacon.\nBEACON_KIND is an enum from the Coachmark and can be used for this value.",
3134
+ "type": "BEACON_KIND | undefined",
3135
+ "default": "\"default\""
3136
+ },
3137
+ {
3138
+ "name": "label",
3139
+ "attribute": "label",
3140
+ "description": "The aria label.",
3141
+ "type": "string",
3142
+ "default": "\"Show information\""
3143
+ },
3144
+ {
3145
+ "name": "id",
3146
+ "attribute": "id",
3147
+ "description": "id for the coachmark beacon",
2075
3148
  "type": "string",
3149
+ "default": "\"crypto.randomUUID()\""
3150
+ },
3151
+ {
3152
+ "name": "expanded",
3153
+ "attribute": "expanded",
3154
+ "description": "specify aria-expanded of beacon",
3155
+ "type": "boolean",
3156
+ "default": "false"
3157
+ },
3158
+ {
3159
+ "name": "shadowRootOptions",
3160
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
3161
+ "default": "{\"delegatesFocus\":true}"
3162
+ },
3163
+ {
3164
+ "name": "styles",
3165
+ "default": "\"styles\""
3166
+ }
3167
+ ],
3168
+ "events": [
3169
+ {
3170
+ "name": "cds-coachmark-beacon-clicked",
3171
+ "description": "Custom event fired when beacon is clicked"
3172
+ }
3173
+ ]
3174
+ },
3175
+ {
3176
+ "name": "cds-coachmark-body",
3177
+ "path": "./src/components/coachmark/coachmark-body.ts",
3178
+ "description": "coachmark-body for content body",
3179
+ "properties": [
3180
+ {
3181
+ "name": "enabledWarnings",
3182
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
3183
+ "type": "WarningKind[] | undefined"
3184
+ },
3185
+ {
3186
+ "name": "enableWarning",
3187
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
3188
+ "type": "((warningKind: WarningKind) => void) | undefined"
3189
+ },
3190
+ {
3191
+ "name": "disableWarning",
3192
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
3193
+ "type": "((warningKind: WarningKind) => void) | undefined"
3194
+ },
3195
+ {
3196
+ "name": "elementProperties",
3197
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
3198
+ "type": "PropertyDeclarationMap"
3199
+ },
3200
+ {
3201
+ "name": "properties",
3202
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
3203
+ "type": "PropertyDeclarations"
3204
+ },
3205
+ {
3206
+ "name": "elementStyles",
3207
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
3208
+ "type": "CSSResultOrNative[]"
3209
+ },
3210
+ {
3211
+ "name": "styles",
3212
+ "description": "[object Object],[object Object],[object Object]",
3213
+ "default": "\"styles\""
3214
+ },
3215
+ {
3216
+ "name": "shadowRootOptions",
3217
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
3218
+ "type": "ShadowRootInit"
3219
+ },
3220
+ {
3221
+ "name": "renderRoot",
3222
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
3223
+ "type": "HTMLElement | DocumentFragment"
3224
+ },
3225
+ {
3226
+ "name": "isUpdatePending",
3227
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
3228
+ "type": "boolean"
3229
+ },
3230
+ {
3231
+ "name": "hasUpdated",
3232
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
3233
+ "type": "boolean"
3234
+ },
3235
+ {
3236
+ "name": "updateComplete",
3237
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
3238
+ "type": "Promise<boolean>"
3239
+ }
3240
+ ]
3241
+ },
3242
+ {
3243
+ "name": "cds-coachmark-header",
3244
+ "path": "./src/components/coachmark/coachmark-header.ts",
3245
+ "description": "coachmark-header for content header section",
3246
+ "attributes": [
3247
+ {
3248
+ "name": "closeIconDescription",
3249
+ "description": "Tooltip text and aria label for the Close button icon.",
3250
+ "type": "string | undefined",
3251
+ "default": "\"\""
3252
+ },
3253
+ {
3254
+ "name": "dragIconDescription",
3255
+ "description": "Tooltip text and aria label for the Drag button icon.",
3256
+ "type": "string | undefined",
2076
3257
  "default": "\"\""
2077
3258
  }
2078
3259
  ],
2079
3260
  "properties": [
2080
3261
  {
2081
- "name": "ariaLabelledBy",
2082
- "attribute": "aria-labelledby",
2083
- "description": "fieldset `aria-labelledby`"
3262
+ "name": "closeIconDescription",
3263
+ "attribute": "closeIconDescription",
3264
+ "description": "Tooltip text and aria label for the Close button icon.",
3265
+ "type": "string | undefined",
3266
+ "default": "\"\""
3267
+ },
3268
+ {
3269
+ "name": "dragIconDescription",
3270
+ "attribute": "dragIconDescription",
3271
+ "description": "Tooltip text and aria label for the Drag button icon.",
3272
+ "type": "string | undefined",
3273
+ "default": "\"\""
2084
3274
  },
2085
3275
  {
2086
- "name": "disabled",
2087
- "attribute": "disabled",
2088
- "description": "Specify whether the form group is currently disabled"
3276
+ "name": "enabledWarnings",
3277
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
3278
+ "type": "WarningKind[] | undefined"
2089
3279
  },
2090
3280
  {
2091
- "name": "helperText",
2092
- "attribute": "helper-text",
2093
- "description": "Provide text for the form group for additional help"
3281
+ "name": "enableWarning",
3282
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
3283
+ "type": "((warningKind: WarningKind) => void) | undefined"
2094
3284
  },
2095
3285
  {
2096
- "name": "invalid",
2097
- "attribute": "invalid",
2098
- "description": "Specify whether the form group is currently invalid"
3286
+ "name": "disableWarning",
3287
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
3288
+ "type": "((warningKind: WarningKind) => void) | undefined"
2099
3289
  },
2100
3290
  {
2101
- "name": "invalidText",
2102
- "attribute": "invalid-text",
2103
- "description": "Provide the text that is displayed when the form group is in an invalid state"
3291
+ "name": "elementProperties",
3292
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
3293
+ "type": "PropertyDeclarationMap"
2104
3294
  },
2105
3295
  {
2106
- "name": "legendId",
2107
- "attribute": "legend-id",
2108
- "description": "Provide id for the fieldset <legend> which corresponds to the fieldset\n`aria-labelledby`"
3296
+ "name": "properties",
3297
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
3298
+ "type": "PropertyDeclarations"
2109
3299
  },
2110
3300
  {
2111
- "name": "legendText",
2112
- "attribute": "legend-text",
2113
- "description": "Provide the text to be rendered inside of the fieldset <legend>"
3301
+ "name": "elementStyles",
3302
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
3303
+ "type": "CSSResultOrNative[]"
2114
3304
  },
2115
3305
  {
2116
- "name": "orientation",
2117
- "attribute": "orientation",
2118
- "description": "Provide the orientation for how the checkbox should be displayed",
2119
- "type": "CHECKBOX_ORIENTATION",
2120
- "default": "\"vertical\""
3306
+ "name": "styles",
3307
+ "description": "[object Object],[object Object],[object Object]",
3308
+ "default": "\"styles\""
2121
3309
  },
2122
3310
  {
2123
- "name": "readonly",
2124
- "attribute": "readonly",
2125
- "description": "Whether the CheckboxGroup should be read-only",
2126
- "type": "boolean",
2127
- "default": "false"
3311
+ "name": "shadowRootOptions",
3312
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
3313
+ "type": "ShadowRootInit"
2128
3314
  },
2129
3315
  {
2130
- "name": "warn",
2131
- "attribute": "warn",
2132
- "description": "Specify whether the form group is currently in warning state",
2133
- "type": "boolean",
2134
- "default": "false"
3316
+ "name": "renderRoot",
3317
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
3318
+ "type": "HTMLElement | DocumentFragment"
2135
3319
  },
2136
3320
  {
2137
- "name": "warnText",
2138
- "attribute": "warn-text",
2139
- "description": "Provide the text that is displayed when the form group is in warning state",
2140
- "type": "string",
2141
- "default": "\"\""
3321
+ "name": "isUpdatePending",
3322
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
3323
+ "type": "boolean"
2142
3324
  },
2143
3325
  {
2144
- "name": "shadowRootOptions",
2145
- "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
2146
- "default": "{\"delegatesFocus\":true}"
3326
+ "name": "hasUpdated",
3327
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
3328
+ "type": "boolean"
2147
3329
  },
2148
3330
  {
2149
- "name": "styles",
2150
- "default": "\"styles\""
3331
+ "name": "updateComplete",
3332
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
3333
+ "type": "Promise<boolean>"
2151
3334
  }
2152
3335
  ]
2153
3336
  },
2154
3337
  {
2155
- "name": "cds-checkbox",
2156
- "path": "./src/components/checkbox/checkbox.ts",
2157
- "description": "Check box.",
3338
+ "name": "cds-coachmark-tagline",
3339
+ "path": "./src/components/coachmark/coachmark-tagline/coachmark-tagline.ts",
3340
+ "description": "DO NOT USE. This component is for the exclusive use\nof other Onboarding components.\n\nCoachmark tagline component.",
2158
3341
  "attributes": [
2159
3342
  {
2160
- "name": "checked",
2161
- "description": "Specify whether the underlying input should be checked",
2162
- "type": "boolean",
2163
- "default": "false"
3343
+ "name": "close-icon-description",
3344
+ "description": "Tooltip text and aria label for the Close button icon.",
3345
+ "type": "string",
3346
+ "default": "\"Close\""
2164
3347
  },
2165
3348
  {
2166
- "name": "data-table",
2167
- "description": "Specify if checkbox is being used in a data table",
2168
- "type": "boolean",
2169
- "default": "false"
3349
+ "name": "title",
3350
+ "description": "The title of the tagline.",
3351
+ "type": "string",
3352
+ "default": "\"\""
2170
3353
  },
2171
3354
  {
2172
- "name": "disabled",
2173
- "description": "Specify whether the Checkbox should be disabled",
3355
+ "name": "open",
3356
+ "description": "Whether the tagline is open.",
2174
3357
  "type": "boolean",
2175
3358
  "default": "false"
2176
- },
3359
+ }
3360
+ ],
3361
+ "properties": [
2177
3362
  {
2178
- "name": "helper-text",
2179
- "description": "Provide text for the form group for additional help"
3363
+ "name": "closeIconDescription",
3364
+ "attribute": "close-icon-description",
3365
+ "description": "Tooltip text and aria label for the Close button icon.",
3366
+ "type": "string",
3367
+ "default": "\"Close\""
2180
3368
  },
2181
3369
  {
2182
- "name": "hide-checkbox",
2183
- "description": "Specify whether the checkbox should be present in the DOM,\nbut invisible and uninteractable. Used for data-table purposes.",
2184
- "type": "boolean",
2185
- "default": "false"
3370
+ "name": "title",
3371
+ "attribute": "title",
3372
+ "description": "The title of the tagline.",
3373
+ "type": "string",
3374
+ "default": "\"\""
2186
3375
  },
2187
3376
  {
2188
- "name": "hide-label",
2189
- "description": "Specify whether the label should be hidden, or not",
3377
+ "name": "open",
3378
+ "attribute": "open",
3379
+ "description": "Whether the tagline is open.",
2190
3380
  "type": "boolean",
2191
3381
  "default": "false"
2192
3382
  },
2193
3383
  {
2194
- "name": "id",
2195
- "description": "Specify a custom id for the checkbox",
2196
- "type": "string",
2197
- "default": "\"checkbox\""
3384
+ "name": "shadowRootOptions",
3385
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
3386
+ "default": "{\"delegatesFocus\":true}"
2198
3387
  },
2199
3388
  {
2200
- "name": "indeterminate",
2201
- "description": "Specify whether the Checkbox is in an indeterminate state",
2202
- "type": "boolean",
2203
- "default": "false"
2204
- },
3389
+ "name": "styles",
3390
+ "default": "\"styles\""
3391
+ }
3392
+ ],
3393
+ "events": [
2205
3394
  {
2206
- "name": "label-text",
2207
- "description": "Provide a label to provide a description of the Checkbox input that you are\nexposing to the user",
2208
- "type": "string",
2209
- "default": "\"\""
3395
+ "name": "cds-coachmark-tagline-close",
3396
+ "description": "Custom event fired when close button is clicked"
2210
3397
  },
2211
3398
  {
2212
- "name": "name",
2213
- "description": "The form name.",
2214
- "type": "string"
2215
- },
3399
+ "name": "cds-coachmark-tagline-cta-click",
3400
+ "description": "Custom event fired when tagline CTA is clicked"
3401
+ }
3402
+ ]
3403
+ },
3404
+ {
3405
+ "name": "cds-coachmark",
3406
+ "path": "./src/components/coachmark/coachmark.ts",
3407
+ "description": "coachmark main component",
3408
+ "attributes": [
2216
3409
  {
2217
- "name": "readonly",
2218
- "description": "Specify whether the Checkbox is read-only",
3410
+ "name": "open",
3411
+ "description": "Specifies whether the component is currently open.",
2219
3412
  "type": "boolean",
2220
3413
  "default": "false"
2221
3414
  },
2222
3415
  {
2223
- "name": "invalid",
2224
- "description": "Specify whether the Checkbox is currently invalid",
2225
- "type": "boolean",
2226
- "default": "false"
3416
+ "name": "align",
3417
+ "description": "Where to render the Coachmark relative to its target.",
3418
+ "type": "string | undefined",
3419
+ "default": "\"top\""
2227
3420
  },
2228
3421
  {
2229
- "name": "invalid-text",
2230
- "description": "Provide the text that is displayed when the Checkbox is in an invalid state"
3422
+ "name": "position",
3423
+ "description": "Fine tune the position of the target in pixels.",
3424
+ "type": "{ x: number; y: number; } | undefined"
2231
3425
  },
2232
3426
  {
2233
- "name": "title",
2234
- "description": "Specify a title for the node for the Checkbox",
2235
- "type": "string",
2236
- "default": "\"\""
3427
+ "name": "floating",
3428
+ "description": "Specifies whether the component is floating or not.",
3429
+ "type": "boolean | undefined",
3430
+ "default": "false"
2237
3431
  },
2238
3432
  {
2239
- "name": "value",
2240
- "description": "The value.",
2241
- "type": "string"
3433
+ "name": "highContrast",
3434
+ "description": "Specify whether the component should be rendered on high-contrast.",
3435
+ "type": "boolean | undefined",
3436
+ "default": "false"
2242
3437
  },
2243
3438
  {
2244
- "name": "warn",
2245
- "description": "Specify whether the Checkbox is in a warning state.",
2246
- "type": "boolean",
3439
+ "name": "dropShadow",
3440
+ "description": "Specify whether a drop shadow should be rendered on the popover.",
3441
+ "type": "boolean | undefined",
2247
3442
  "default": "false"
2248
3443
  },
2249
3444
  {
2250
- "name": "warn-text",
2251
- "description": "Provide the text displayed when the Checkbox is in a warning state.",
2252
- "type": "boolean",
3445
+ "name": "caret",
3446
+ "description": "Specify whether a caret should be rendered on the popover. This is intended to use only for coachmark patterns.",
3447
+ "type": "boolean | undefined",
2253
3448
  "default": "false"
2254
3449
  },
2255
3450
  {
2256
- "name": "default-checked",
2257
- "description": "Specify whether the underlying input should be checked by default"
3451
+ "name": "selector-primary-focus",
3452
+ "description": "CSS selector for the element that should receive focus when the coachmark opens.\nIf not provided, no automatic focus management will occur.",
3453
+ "type": "string | undefined"
3454
+ },
3455
+ {
3456
+ "name": "drag-aria-label",
3457
+ "description": "Aria label for when the floating coachmark is picked up for dragging.",
3458
+ "type": "string | undefined",
3459
+ "default": "\"Picked up the draggable coachmark\""
2258
3460
  }
2259
3461
  ],
2260
3462
  "properties": [
2261
3463
  {
2262
- "name": "checked",
2263
- "attribute": "checked",
2264
- "description": "Specify whether the underlying input should be checked",
2265
- "type": "boolean",
2266
- "default": "false"
2267
- },
2268
- {
2269
- "name": "dataTable",
2270
- "attribute": "data-table",
2271
- "description": "Specify if checkbox is being used in a data table",
3464
+ "name": "open",
3465
+ "attribute": "open",
3466
+ "description": "Specifies whether the component is currently open.",
2272
3467
  "type": "boolean",
2273
3468
  "default": "false"
2274
3469
  },
2275
3470
  {
2276
- "name": "disabled",
2277
- "attribute": "disabled",
2278
- "description": "Specify whether the Checkbox should be disabled",
2279
- "type": "boolean",
2280
- "default": "false"
3471
+ "name": "align",
3472
+ "attribute": "align",
3473
+ "description": "Where to render the Coachmark relative to its target.",
3474
+ "type": "string | undefined",
3475
+ "default": "\"top\""
2281
3476
  },
2282
3477
  {
2283
- "name": "helperText",
2284
- "attribute": "helper-text",
2285
- "description": "Provide text for the form group for additional help"
3478
+ "name": "position",
3479
+ "attribute": "position",
3480
+ "description": "Fine tune the position of the target in pixels.",
3481
+ "type": "{ x: number; y: number; } | undefined"
2286
3482
  },
2287
3483
  {
2288
- "name": "hideCheckbox",
2289
- "attribute": "hide-checkbox",
2290
- "description": "Specify whether the checkbox should be present in the DOM,\nbut invisible and uninteractable. Used for data-table purposes.",
2291
- "type": "boolean",
3484
+ "name": "floating",
3485
+ "attribute": "floating",
3486
+ "description": "Specifies whether the component is floating or not.",
3487
+ "type": "boolean | undefined",
2292
3488
  "default": "false"
2293
3489
  },
2294
3490
  {
2295
- "name": "hideLabel",
2296
- "attribute": "hide-label",
2297
- "description": "Specify whether the label should be hidden, or not",
2298
- "type": "boolean",
3491
+ "name": "highContrast",
3492
+ "attribute": "highContrast",
3493
+ "description": "Specify whether the component should be rendered on high-contrast.",
3494
+ "type": "boolean | undefined",
2299
3495
  "default": "false"
2300
3496
  },
2301
3497
  {
2302
- "name": "id",
2303
- "attribute": "id",
2304
- "description": "Specify a custom id for the checkbox",
2305
- "type": "string",
2306
- "default": "\"checkbox\""
2307
- },
2308
- {
2309
- "name": "indeterminate",
2310
- "attribute": "indeterminate",
2311
- "description": "Specify whether the Checkbox is in an indeterminate state",
2312
- "type": "boolean",
3498
+ "name": "dropShadow",
3499
+ "attribute": "dropShadow",
3500
+ "description": "Specify whether a drop shadow should be rendered on the popover.",
3501
+ "type": "boolean | undefined",
2313
3502
  "default": "false"
2314
3503
  },
2315
3504
  {
2316
- "name": "labelText",
2317
- "attribute": "label-text",
2318
- "description": "Provide a label to provide a description of the Checkbox input that you are\nexposing to the user",
2319
- "type": "string",
2320
- "default": "\"\""
2321
- },
2322
- {
2323
- "name": "name",
2324
- "attribute": "name",
2325
- "description": "The form name.",
2326
- "type": "string"
2327
- },
2328
- {
2329
- "name": "readonly",
2330
- "attribute": "readonly",
2331
- "description": "Specify whether the Checkbox is read-only",
2332
- "type": "boolean",
3505
+ "name": "caret",
3506
+ "attribute": "caret",
3507
+ "description": "Specify whether a caret should be rendered on the popover. This is intended to use only for coachmark patterns.",
3508
+ "type": "boolean | undefined",
2333
3509
  "default": "false"
2334
3510
  },
2335
3511
  {
2336
- "name": "invalid",
2337
- "attribute": "invalid",
2338
- "description": "Specify whether the Checkbox is currently invalid",
2339
- "type": "boolean",
2340
- "default": "false"
3512
+ "name": "selectorPrimaryFocus",
3513
+ "attribute": "selector-primary-focus",
3514
+ "description": "CSS selector for the element that should receive focus when the coachmark opens.\nIf not provided, no automatic focus management will occur.",
3515
+ "type": "string | undefined"
2341
3516
  },
2342
3517
  {
2343
- "name": "invalidText",
2344
- "attribute": "invalid-text",
2345
- "description": "Provide the text that is displayed when the Checkbox is in an invalid state"
3518
+ "name": "dragAriaLabel",
3519
+ "attribute": "drag-aria-label",
3520
+ "description": "Aria label for when the floating coachmark is picked up for dragging.",
3521
+ "type": "string | undefined",
3522
+ "default": "\"Picked up the draggable coachmark\""
2346
3523
  },
2347
3524
  {
2348
- "name": "title",
2349
- "attribute": "title",
2350
- "description": "Specify a title for the node for the Checkbox",
2351
- "type": "string",
2352
- "default": "\"\""
3525
+ "name": "enabledWarnings",
3526
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
3527
+ "type": "WarningKind[] | undefined"
2353
3528
  },
2354
3529
  {
2355
- "name": "value",
2356
- "attribute": "value",
2357
- "description": "The value.",
2358
- "type": "string"
3530
+ "name": "enableWarning",
3531
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
3532
+ "type": "((warningKind: WarningKind) => void) | undefined"
2359
3533
  },
2360
- {
2361
- "name": "warn",
2362
- "attribute": "warn",
2363
- "description": "Specify whether the Checkbox is in a warning state.",
2364
- "type": "boolean",
2365
- "default": "false"
3534
+ {
3535
+ "name": "disableWarning",
3536
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
3537
+ "type": "((warningKind: WarningKind) => void) | undefined"
2366
3538
  },
2367
3539
  {
2368
- "name": "warnText",
2369
- "attribute": "warn-text",
2370
- "description": "Provide the text displayed when the Checkbox is in a warning state.",
2371
- "type": "boolean",
2372
- "default": "false"
3540
+ "name": "elementProperties",
3541
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
3542
+ "type": "PropertyDeclarationMap"
2373
3543
  },
2374
3544
  {
2375
- "name": "defaultChecked",
2376
- "attribute": "default-checked",
2377
- "description": "Specify whether the underlying input should be checked by default"
3545
+ "name": "properties",
3546
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
3547
+ "type": "PropertyDeclarations"
2378
3548
  },
2379
3549
  {
2380
- "name": "shadowRootOptions",
2381
- "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
2382
- "default": "{\"delegatesFocus\":true}"
3550
+ "name": "elementStyles",
3551
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
3552
+ "type": "CSSResultOrNative[]"
2383
3553
  },
2384
3554
  {
2385
3555
  "name": "styles",
3556
+ "description": "[object Object],[object Object],[object Object]",
2386
3557
  "default": "\"styles\""
3558
+ },
3559
+ {
3560
+ "name": "shadowRootOptions",
3561
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
3562
+ "type": "ShadowRootInit"
3563
+ },
3564
+ {
3565
+ "name": "renderRoot",
3566
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
3567
+ "type": "HTMLElement | DocumentFragment"
3568
+ },
3569
+ {
3570
+ "name": "isUpdatePending",
3571
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
3572
+ "type": "boolean"
3573
+ },
3574
+ {
3575
+ "name": "hasUpdated",
3576
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
3577
+ "type": "boolean"
3578
+ },
3579
+ {
3580
+ "name": "updateComplete",
3581
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
3582
+ "type": "Promise<boolean>"
2387
3583
  }
2388
3584
  ],
2389
3585
  "events": [
2390
3586
  {
2391
- "name": "cds-checkbox-changed",
2392
- "description": "The custom event fired after this changebox changes its checked state."
3587
+ "name": "cds-coachmark-opened",
3588
+ "description": "The custom event fired when the coachmark is opened.\nThis event can be used to perform actions such as focusing elements when the coachmark becomes visible."
3589
+ },
3590
+ {
3591
+ "name": "cds-coachmark-closed",
3592
+ "description": "The custom event fired when the coachmark is closed.\nThis event can be used to perform actions such as restoring focus when the coachmark is dismissed."
2393
3593
  }
2394
3594
  ]
2395
3595
  },
@@ -3822,9 +5022,9 @@
3822
5022
  },
3823
5023
  {
3824
5024
  "name": "size",
3825
- "description": "Specify the size of the Button. Defaults to `md`.",
5025
+ "description": "Specify the size of the Button. Defaults to `lg`.",
3826
5026
  "type": "string | undefined",
3827
- "default": "\"md\""
5027
+ "default": "\"lg\""
3828
5028
  },
3829
5029
  {
3830
5030
  "name": "tab-index",
@@ -4026,9 +5226,9 @@
4026
5226
  {
4027
5227
  "name": "size",
4028
5228
  "attribute": "size",
4029
- "description": "Specify the size of the Button. Defaults to `md`.",
5229
+ "description": "Specify the size of the Button. Defaults to `lg`.",
4030
5230
  "type": "string | undefined",
4031
- "default": "\"md\""
5231
+ "default": "\"lg\""
4032
5232
  },
4033
5233
  {
4034
5234
  "name": "tabIndex",
@@ -7402,105 +8602,384 @@
7402
8602
  "default": "\"\""
7403
8603
  },
7404
8604
  {
7405
- "name": "toggleLabel",
7406
- "description": "The computed aria-label for the toggle button based on open state.",
7407
- "type": "string"
8605
+ "name": "toggleLabel",
8606
+ "description": "The computed aria-label for the toggle button based on open state.",
8607
+ "type": "string"
8608
+ },
8609
+ {
8610
+ "name": "TRIGGER_KEYS",
8611
+ "description": "Symbols of keys that triggers opening/closing menu and selecting/deselecting menu item.",
8612
+ "type": "Set<string>",
8613
+ "default": "\"new Set([' ', 'Enter'])\""
8614
+ },
8615
+ {
8616
+ "name": "shadowRootOptions",
8617
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
8618
+ "default": "{\"delegatesFocus\":true}"
8619
+ },
8620
+ {
8621
+ "name": "styles",
8622
+ "default": "\"styles\""
8623
+ },
8624
+ {
8625
+ "name": "invalid",
8626
+ "attribute": "invalid",
8627
+ "description": "`true` to show the UI of the invalid state.",
8628
+ "type": "boolean",
8629
+ "default": "false"
8630
+ },
8631
+ {
8632
+ "name": "required",
8633
+ "attribute": "required",
8634
+ "description": "`true` if the value is required.",
8635
+ "type": "boolean",
8636
+ "default": "false"
8637
+ },
8638
+ {
8639
+ "name": "requiredValidityMessage",
8640
+ "attribute": "required-validity-message",
8641
+ "description": "The special validity message for `required`.",
8642
+ "type": "string",
8643
+ "default": "\"Please fill out this field.\""
8644
+ },
8645
+ {
8646
+ "name": "validityMessage",
8647
+ "attribute": "validity-message",
8648
+ "description": "The validity message.",
8649
+ "type": "string",
8650
+ "default": "\"\""
8651
+ },
8652
+ {
8653
+ "name": "value",
8654
+ "attribute": "value",
8655
+ "description": "The value of the selected item.",
8656
+ "type": "string",
8657
+ "default": "\"\""
8658
+ }
8659
+ ],
8660
+ "events": [
8661
+ {
8662
+ "name": "cds-dropdown-beingselected",
8663
+ "description": "The custom event fired before a dropdown item is selected upon a user gesture.\nCancellation of this event stops changing the user-initiated selection."
8664
+ },
8665
+ {
8666
+ "name": "cds-dropdown-beingtoggled",
8667
+ "description": "The custom event fired before the open state of this dropdown is toggled upon a user gesture.\nCancellation of this event stops the user-initiated toggling."
8668
+ },
8669
+ {
8670
+ "name": "cds-dropdown-selected",
8671
+ "description": "The custom event fired after a dropdown item is selected upon a user gesture."
8672
+ },
8673
+ {
8674
+ "name": "cds-dropdown-toggled",
8675
+ "description": "The custom event fired after the open state of this dropdown is toggled upon a user gesture."
8676
+ },
8677
+ {
8678
+ "name": "input"
8679
+ },
8680
+ {
8681
+ "name": "invalid"
8682
+ }
8683
+ ],
8684
+ "cssParts": [
8685
+ {
8686
+ "name": "label",
8687
+ "description": "text The label text."
8688
+ },
8689
+ {
8690
+ "name": "helper",
8691
+ "description": "text The helper text."
8692
+ },
8693
+ {
8694
+ "name": "trigger",
8695
+ "description": "button The trigger button."
8696
+ },
8697
+ {
8698
+ "name": "menu",
8699
+ "description": "body The menu body."
8700
+ },
8701
+ {
8702
+ "name": "validity",
8703
+ "description": "message The validity message."
8704
+ }
8705
+ ]
8706
+ },
8707
+ {
8708
+ "name": "cds-edit-in-place",
8709
+ "path": "./src/components/edit-in-place/edit-in-place.ts",
8710
+ "description": "EditInPlace component for inline text editing.",
8711
+ "attributes": [
8712
+ {
8713
+ "name": "cancel-label",
8714
+ "description": "Label for the cancel button",
8715
+ "type": "string",
8716
+ "default": "\"Cancel\""
8717
+ },
8718
+ {
8719
+ "name": "edit-always-visible",
8720
+ "description": "By default the edit icon is shown on hover only. Set to true to always show it.",
8721
+ "type": "boolean",
8722
+ "default": "false"
8723
+ },
8724
+ {
8725
+ "name": "edit-label",
8726
+ "description": "Label for the edit button",
8727
+ "type": "string",
8728
+ "default": "\"Edit\""
8729
+ },
8730
+ {
8731
+ "name": "id",
8732
+ "description": "Specify a custom id for the input",
8733
+ "type": "string",
8734
+ "default": "\"\""
8735
+ },
8736
+ {
8737
+ "name": "inherit-typography",
8738
+ "description": "Causes the text entry field to inherit typography settings from the container",
8739
+ "type": "boolean",
8740
+ "default": "false"
8741
+ },
8742
+ {
8743
+ "name": "invalid",
8744
+ "description": "Determines if the input is invalid",
8745
+ "type": "boolean",
8746
+ "default": "false"
8747
+ },
8748
+ {
8749
+ "name": "invalid-text",
8750
+ "description": "Text that is displayed if the input is invalid",
8751
+ "type": "string",
8752
+ "default": "\"\""
8753
+ },
8754
+ {
8755
+ "name": "label-text",
8756
+ "description": "Text that will be read by a screen reader when visiting this control",
8757
+ "type": "string",
8758
+ "default": "\"\""
8759
+ },
8760
+ {
8761
+ "name": "placeholder",
8762
+ "description": "Placeholder text for the input",
8763
+ "type": "string",
8764
+ "default": "\"\""
8765
+ },
8766
+ {
8767
+ "name": "read-only",
8768
+ "description": "Determines if the input is in readOnly mode",
8769
+ "type": "boolean",
8770
+ "default": "false"
8771
+ },
8772
+ {
8773
+ "name": "read-only-label",
8774
+ "description": "Label for the edit off button that displays when in read only mode",
8775
+ "type": "string",
8776
+ "default": "\"Edit off\""
8777
+ },
8778
+ {
8779
+ "name": "read-only-toggletip-text",
8780
+ "description": "Text for the toggletip that displays when in read only mode",
8781
+ "type": "string",
8782
+ "default": "\"This field is read-only and cannot be edited\""
8783
+ },
8784
+ {
8785
+ "name": "save-label",
8786
+ "description": "Label for the save button",
8787
+ "type": "string",
8788
+ "default": "\"Save\""
8789
+ },
8790
+ {
8791
+ "name": "size",
8792
+ "description": "Vertical size of control",
8793
+ "type": "\"sm\" | \"md\" | \"lg\"",
8794
+ "default": "\"sm\""
8795
+ },
8796
+ {
8797
+ "name": "toggletip-alignment",
8798
+ "description": "Alignment for the toggletip that displays when in read only mode",
8799
+ "type": "\"top\" | \"top-left\" | \"top-right\" | \"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\"",
8800
+ "default": "\"bottom\""
8801
+ },
8802
+ {
8803
+ "name": "tooltip-alignment",
8804
+ "description": "Tooltip alignment for buttons",
8805
+ "type": "\"top\" | \"top-left\" | \"top-right\" | \"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\"",
8806
+ "default": "\"top\""
8807
+ },
8808
+ {
8809
+ "name": "value",
8810
+ "description": "Current value of the input (controlled mode)",
8811
+ "type": "string",
8812
+ "default": "\"\""
8813
+ },
8814
+ {
8815
+ "name": "default-value",
8816
+ "description": "Default value for uncontrolled mode",
8817
+ "type": "string",
8818
+ "default": "\"\""
8819
+ }
8820
+ ],
8821
+ "properties": [
8822
+ {
8823
+ "name": "cancelLabel",
8824
+ "attribute": "cancel-label",
8825
+ "description": "Label for the cancel button",
8826
+ "type": "string",
8827
+ "default": "\"Cancel\""
8828
+ },
8829
+ {
8830
+ "name": "editAlwaysVisible",
8831
+ "attribute": "edit-always-visible",
8832
+ "description": "By default the edit icon is shown on hover only. Set to true to always show it.",
8833
+ "type": "boolean",
8834
+ "default": "false"
8835
+ },
8836
+ {
8837
+ "name": "editLabel",
8838
+ "attribute": "edit-label",
8839
+ "description": "Label for the edit button",
8840
+ "type": "string",
8841
+ "default": "\"Edit\""
8842
+ },
8843
+ {
8844
+ "name": "id",
8845
+ "attribute": "id",
8846
+ "description": "Specify a custom id for the input",
8847
+ "type": "string",
8848
+ "default": "\"\""
8849
+ },
8850
+ {
8851
+ "name": "inheritTypography",
8852
+ "attribute": "inherit-typography",
8853
+ "description": "Causes the text entry field to inherit typography settings from the container",
8854
+ "type": "boolean",
8855
+ "default": "false"
8856
+ },
8857
+ {
8858
+ "name": "invalid",
8859
+ "attribute": "invalid",
8860
+ "description": "Determines if the input is invalid",
8861
+ "type": "boolean",
8862
+ "default": "false"
8863
+ },
8864
+ {
8865
+ "name": "invalidText",
8866
+ "attribute": "invalid-text",
8867
+ "description": "Text that is displayed if the input is invalid",
8868
+ "type": "string",
8869
+ "default": "\"\""
8870
+ },
8871
+ {
8872
+ "name": "labelText",
8873
+ "attribute": "label-text",
8874
+ "description": "Text that will be read by a screen reader when visiting this control",
8875
+ "type": "string",
8876
+ "default": "\"\""
8877
+ },
8878
+ {
8879
+ "name": "placeholder",
8880
+ "attribute": "placeholder",
8881
+ "description": "Placeholder text for the input",
8882
+ "type": "string",
8883
+ "default": "\"\""
8884
+ },
8885
+ {
8886
+ "name": "readOnly",
8887
+ "attribute": "read-only",
8888
+ "description": "Determines if the input is in readOnly mode",
8889
+ "type": "boolean",
8890
+ "default": "false"
7408
8891
  },
7409
8892
  {
7410
- "name": "TRIGGER_KEYS",
7411
- "description": "Symbols of keys that triggers opening/closing menu and selecting/deselecting menu item.",
7412
- "type": "Set<string>",
7413
- "default": "\"new Set([' ', 'Enter'])\""
8893
+ "name": "readOnlyLabel",
8894
+ "attribute": "read-only-label",
8895
+ "description": "Label for the edit off button that displays when in read only mode",
8896
+ "type": "string",
8897
+ "default": "\"Edit off\""
7414
8898
  },
7415
8899
  {
7416
- "name": "shadowRootOptions",
7417
- "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
7418
- "default": "{\"delegatesFocus\":true}"
8900
+ "name": "readOnlyToggleTipText",
8901
+ "attribute": "read-only-toggletip-text",
8902
+ "description": "Text for the toggletip that displays when in read only mode",
8903
+ "type": "string",
8904
+ "default": "\"This field is read-only and cannot be edited\""
7419
8905
  },
7420
8906
  {
7421
- "name": "styles",
7422
- "default": "\"styles\""
8907
+ "name": "saveLabel",
8908
+ "attribute": "save-label",
8909
+ "description": "Label for the save button",
8910
+ "type": "string",
8911
+ "default": "\"Save\""
7423
8912
  },
7424
8913
  {
7425
- "name": "invalid",
7426
- "attribute": "invalid",
7427
- "description": "`true` to show the UI of the invalid state.",
7428
- "type": "boolean",
7429
- "default": "false"
8914
+ "name": "size",
8915
+ "attribute": "size",
8916
+ "description": "Vertical size of control",
8917
+ "type": "\"sm\" | \"md\" | \"lg\"",
8918
+ "default": "\"sm\""
7430
8919
  },
7431
8920
  {
7432
- "name": "required",
7433
- "attribute": "required",
7434
- "description": "`true` if the value is required.",
7435
- "type": "boolean",
7436
- "default": "false"
8921
+ "name": "toggleTipAlignment",
8922
+ "attribute": "toggletip-alignment",
8923
+ "description": "Alignment for the toggletip that displays when in read only mode",
8924
+ "type": "\"top\" | \"top-left\" | \"top-right\" | \"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\"",
8925
+ "default": "\"bottom\""
7437
8926
  },
7438
8927
  {
7439
- "name": "requiredValidityMessage",
7440
- "attribute": "required-validity-message",
7441
- "description": "The special validity message for `required`.",
7442
- "type": "string",
7443
- "default": "\"Please fill out this field.\""
8928
+ "name": "tooltipAlignment",
8929
+ "attribute": "tooltip-alignment",
8930
+ "description": "Tooltip alignment for buttons",
8931
+ "type": "\"top\" | \"top-left\" | \"top-right\" | \"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\"",
8932
+ "default": "\"top\""
7444
8933
  },
7445
8934
  {
7446
- "name": "validityMessage",
7447
- "attribute": "validity-message",
7448
- "description": "The validity message.",
8935
+ "name": "value",
8936
+ "attribute": "value",
8937
+ "description": "Current value of the input (controlled mode)",
7449
8938
  "type": "string",
7450
8939
  "default": "\"\""
7451
8940
  },
7452
8941
  {
7453
- "name": "value",
7454
- "attribute": "value",
7455
- "description": "The value of the selected item.",
8942
+ "name": "defaultValue",
8943
+ "attribute": "default-value",
8944
+ "description": "Default value for uncontrolled mode",
7456
8945
  "type": "string",
7457
8946
  "default": "\"\""
8947
+ },
8948
+ {
8949
+ "name": "styles",
8950
+ "default": "\"styles\""
7458
8951
  }
7459
8952
  ],
7460
8953
  "events": [
7461
8954
  {
7462
- "name": "cds-dropdown-beingselected",
7463
- "description": "The custom event fired before a dropdown item is selected upon a user gesture.\nCancellation of this event stops changing the user-initiated selection."
7464
- },
7465
- {
7466
- "name": "cds-dropdown-beingtoggled",
7467
- "description": "The custom event fired before the open state of this dropdown is toggled upon a user gesture.\nCancellation of this event stops the user-initiated toggling."
7468
- },
7469
- {
7470
- "name": "cds-dropdown-selected",
7471
- "description": "The custom event fired after a dropdown item is selected upon a user gesture."
8955
+ "name": "cds-edit-in-place-change",
8956
+ "description": "Fired when the input value changes"
7472
8957
  },
7473
8958
  {
7474
- "name": "cds-dropdown-toggled",
7475
- "description": "The custom event fired after the open state of this dropdown is toggled upon a user gesture."
8959
+ "name": "cds-edit-in-place-save",
8960
+ "description": "Fired when the save button is clicked or Enter is pressed"
7476
8961
  },
7477
8962
  {
7478
- "name": "input"
8963
+ "name": "cds-edit-in-place-cancel",
8964
+ "description": "Fired when the cancel button is clicked or Escape is pressed"
7479
8965
  },
7480
8966
  {
7481
- "name": "invalid"
8967
+ "name": "cds-edit-in-place-blur",
8968
+ "description": "Fired when the input loses focus (if onBlur handler is used)"
7482
8969
  }
7483
8970
  ],
7484
8971
  "cssParts": [
7485
8972
  {
7486
- "name": "label",
7487
- "description": "text The label text."
7488
- },
7489
- {
7490
- "name": "helper",
7491
- "description": "text The helper text."
7492
- },
7493
- {
7494
- "name": "trigger",
7495
- "description": "button The trigger button."
8973
+ "name": "input",
8974
+ "description": "The input element"
7496
8975
  },
7497
8976
  {
7498
- "name": "menu",
7499
- "description": "body The menu body."
8977
+ "name": "actions",
8978
+ "description": "The button container"
7500
8979
  },
7501
8980
  {
7502
- "name": "validity",
7503
- "description": "message The validity message."
8981
+ "name": "invalid-text",
8982
+ "description": "The error message container"
7504
8983
  }
7505
8984
  ]
7506
8985
  },
@@ -13594,9 +15073,9 @@
13594
15073
  },
13595
15074
  {
13596
15075
  "name": "size",
13597
- "description": "Specify the size of the Button. Defaults to `md`.",
15076
+ "description": "Specify the size of the Button. Defaults to `lg`.",
13598
15077
  "type": "string | undefined",
13599
- "default": "\"md\""
15078
+ "default": "\"lg\""
13600
15079
  },
13601
15080
  {
13602
15081
  "name": "tab-index",
@@ -13784,9 +15263,9 @@
13784
15263
  {
13785
15264
  "name": "size",
13786
15265
  "attribute": "size",
13787
- "description": "Specify the size of the Button. Defaults to `md`.",
15266
+ "description": "Specify the size of the Button. Defaults to `lg`.",
13788
15267
  "type": "string | undefined",
13789
- "default": "\"md\""
15268
+ "default": "\"lg\""
13790
15269
  },
13791
15270
  {
13792
15271
  "name": "tabIndex",
@@ -17904,6 +19383,139 @@
17904
19383
  }
17905
19384
  ]
17906
19385
  },
19386
+ {
19387
+ "name": "cds-options-tile",
19388
+ "path": "./src/components/options-tile/options-tile.ts",
19389
+ "description": "OptionsTile.",
19390
+ "attributes": [
19391
+ {
19392
+ "name": "defaultOpen",
19393
+ "description": "Determines if the tile is open by default",
19394
+ "type": "boolean | undefined",
19395
+ "default": "false"
19396
+ },
19397
+ {
19398
+ "name": "size",
19399
+ "description": "Determines the size of the header",
19400
+ "type": "\"lg\" | \"xl\" | undefined",
19401
+ "default": "\"lg\""
19402
+ },
19403
+ {
19404
+ "name": "titleId",
19405
+ "description": "ID for the title",
19406
+ "type": "string",
19407
+ "default": "\"\""
19408
+ },
19409
+ {
19410
+ "name": "titleText",
19411
+ "description": "Text for the title",
19412
+ "type": "string",
19413
+ "default": "\"\""
19414
+ },
19415
+ {
19416
+ "name": "locked",
19417
+ "description": "Whether the OptionsTile is in locked validation state.",
19418
+ "type": "boolean | undefined",
19419
+ "default": "false"
19420
+ },
19421
+ {
19422
+ "name": "lockedText",
19423
+ "description": "Provide a text explaining why the OptionsTile is in locked state.",
19424
+ "type": "string | undefined",
19425
+ "default": "\"\""
19426
+ },
19427
+ {
19428
+ "name": "warn",
19429
+ "description": "Whether the OptionsTile is in warning validation state.",
19430
+ "type": "boolean | undefined",
19431
+ "default": "false"
19432
+ },
19433
+ {
19434
+ "name": "warnText",
19435
+ "description": "Provide a text explaining why the OptionsTile is in warning state.",
19436
+ "type": "string | undefined",
19437
+ "default": "\"\""
19438
+ }
19439
+ ],
19440
+ "properties": [
19441
+ {
19442
+ "name": "defaultOpen",
19443
+ "attribute": "defaultOpen",
19444
+ "description": "Determines if the tile is open by default",
19445
+ "type": "boolean | undefined",
19446
+ "default": "false"
19447
+ },
19448
+ {
19449
+ "name": "size",
19450
+ "attribute": "size",
19451
+ "description": "Determines the size of the header",
19452
+ "type": "\"lg\" | \"xl\" | undefined",
19453
+ "default": "\"lg\""
19454
+ },
19455
+ {
19456
+ "name": "titleId",
19457
+ "attribute": "titleId",
19458
+ "description": "ID for the title",
19459
+ "type": "string",
19460
+ "default": "\"\""
19461
+ },
19462
+ {
19463
+ "name": "titleText",
19464
+ "attribute": "titleText",
19465
+ "description": "Text for the title",
19466
+ "type": "string",
19467
+ "default": "\"\""
19468
+ },
19469
+ {
19470
+ "name": "locked",
19471
+ "attribute": "locked",
19472
+ "description": "Whether the OptionsTile is in locked validation state.",
19473
+ "type": "boolean | undefined",
19474
+ "default": "false"
19475
+ },
19476
+ {
19477
+ "name": "lockedText",
19478
+ "attribute": "lockedText",
19479
+ "description": "Provide a text explaining why the OptionsTile is in locked state.",
19480
+ "type": "string | undefined",
19481
+ "default": "\"\""
19482
+ },
19483
+ {
19484
+ "name": "warn",
19485
+ "attribute": "warn",
19486
+ "description": "Whether the OptionsTile is in warning validation state.",
19487
+ "type": "boolean | undefined",
19488
+ "default": "false"
19489
+ },
19490
+ {
19491
+ "name": "warnText",
19492
+ "attribute": "warnText",
19493
+ "description": "Provide a text explaining why the OptionsTile is in warning state.",
19494
+ "type": "string | undefined",
19495
+ "default": "\"\""
19496
+ },
19497
+ {
19498
+ "name": "styles",
19499
+ "default": "\"styles\""
19500
+ }
19501
+ ],
19502
+ "events": [
19503
+ {
19504
+ "name": "cds-options-tile-open",
19505
+ "description": "Custom event fired when tile is opened"
19506
+ },
19507
+ {
19508
+ "name": "cds-options-tile-close",
19509
+ "description": "Custom event fired when tile is closed"
19510
+ }
19511
+ ],
19512
+ "cssParts": [
19513
+ {
19514
+ "name": "options",
19515
+ "description": "tile The options tile"
19516
+ }
19517
+ ]
19518
+ },
17907
19519
  {
17908
19520
  "name": "cds-overflow-menu-body",
17909
19521
  "path": "./src/components/overflow-menu/overflow-menu-body.ts",
@@ -28980,6 +30592,108 @@
28980
30592
  "default": "\"styles\""
28981
30593
  }
28982
30594
  ]
30595
+ },
30596
+ {
30597
+ "name": "cds-user-avatar",
30598
+ "path": "./src/components/user-avatar/user-avatar.ts",
30599
+ "description": "User Avatar.",
30600
+ "attributes": [
30601
+ {
30602
+ "name": "tooltip-text",
30603
+ "description": "Specify the text of the tooltip.\nCan be string"
30604
+ },
30605
+ {
30606
+ "name": "tooltip-alignment",
30607
+ "description": "Specify the alignment of the tooltip.",
30608
+ "type": "string",
30609
+ "default": "\"bottom\""
30610
+ },
30611
+ {
30612
+ "name": "name",
30613
+ "description": "When passing the name prop, either send the initials to be used or the\nuser's full name. The first two capital letters of the user's name will be\nused as the name."
30614
+ },
30615
+ {
30616
+ "name": "size",
30617
+ "description": "Set the size of the avatar circle.",
30618
+ "type": "string",
30619
+ "default": "\"md\""
30620
+ },
30621
+ {
30622
+ "name": "image",
30623
+ "description": "When passing the image prop, supply a full path to the image to be\ndisplayed."
30624
+ },
30625
+ {
30626
+ "name": "image-description",
30627
+ "description": "When passing the image prop use the imageDescription prop to describe the\nimage for screen reader."
30628
+ },
30629
+ {
30630
+ "name": "background-color",
30631
+ "description": "Specify the background color for UserAvatar.",
30632
+ "type": "string",
30633
+ "default": "\"order-1-cyan\""
30634
+ },
30635
+ {
30636
+ "name": "theme",
30637
+ "description": "Set theme in which the component will be rendered."
30638
+ }
30639
+ ],
30640
+ "properties": [
30641
+ {
30642
+ "name": "tooltipText",
30643
+ "attribute": "tooltip-text",
30644
+ "description": "Specify the text of the tooltip.\nCan be string"
30645
+ },
30646
+ {
30647
+ "name": "tooltipAlignment",
30648
+ "attribute": "tooltip-alignment",
30649
+ "description": "Specify the alignment of the tooltip.",
30650
+ "type": "string",
30651
+ "default": "\"bottom\""
30652
+ },
30653
+ {
30654
+ "name": "name",
30655
+ "attribute": "name",
30656
+ "description": "When passing the name prop, either send the initials to be used or the\nuser's full name. The first two capital letters of the user's name will be\nused as the name."
30657
+ },
30658
+ {
30659
+ "name": "size",
30660
+ "attribute": "size",
30661
+ "description": "Set the size of the avatar circle.",
30662
+ "type": "string",
30663
+ "default": "\"md\""
30664
+ },
30665
+ {
30666
+ "name": "image",
30667
+ "attribute": "image",
30668
+ "description": "When passing the image prop, supply a full path to the image to be\ndisplayed."
30669
+ },
30670
+ {
30671
+ "name": "imageDescription",
30672
+ "attribute": "image-description",
30673
+ "description": "When passing the image prop use the imageDescription prop to describe the\nimage for screen reader."
30674
+ },
30675
+ {
30676
+ "name": "backgroundColor",
30677
+ "attribute": "background-color",
30678
+ "description": "Specify the background color for UserAvatar.",
30679
+ "type": "string",
30680
+ "default": "\"order-1-cyan\""
30681
+ },
30682
+ {
30683
+ "name": "theme",
30684
+ "attribute": "theme",
30685
+ "description": "Set theme in which the component will be rendered."
30686
+ },
30687
+ {
30688
+ "name": "shadowRootOptions",
30689
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
30690
+ "default": "{\"delegatesFocus\":true}"
30691
+ },
30692
+ {
30693
+ "name": "styles",
30694
+ "default": "\"styles\""
30695
+ }
30696
+ ]
28983
30697
  }
28984
30698
  ]
28985
- }
30699
+ }