@carbon/web-components 2.62.0 → 2.63.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (773) hide show
  1. package/README.md +26 -0
  2. package/bin/create-prefixed-build.js +157 -0
  3. package/custom-elements.json +1365 -296
  4. package/es/components/accordion/accordion.scss.js +1 -1
  5. package/es/components/action-set/action-set.scss.js +1 -1
  6. package/es/components/ai-label/ai-label-action-button.d.ts +1 -1
  7. package/es/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  8. package/es/components/ai-label/ai-label-action-button.js +4 -3
  9. package/es/components/ai-label/ai-label-action-button.js.map +1 -1
  10. package/es/components/ai-label/ai-label.scss.js +1 -1
  11. package/es/components/ai-label/ai-label.scss.js.map +1 -1
  12. package/es/components/ai-label/index.d.ts +1 -0
  13. package/es/components/ai-label/index.d.ts.map +1 -1
  14. package/es/components/ai-label/index.js +1 -0
  15. package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  16. package/es/components/big-number/big-number-skeleton.d.ts +21 -0
  17. package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
  18. package/es/components/big-number/big-number-skeleton.js +62 -0
  19. package/es/components/big-number/big-number-skeleton.js.map +1 -0
  20. package/es/components/big-number/big-number-skeleton.scss.js +14 -0
  21. package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
  22. package/es/components/big-number/big-number.d.ts +35 -0
  23. package/es/components/big-number/big-number.d.ts.map +1 -0
  24. package/es/components/big-number/big-number.js +171 -0
  25. package/es/components/big-number/big-number.js.map +1 -0
  26. package/es/components/big-number/big-number.scss.js +14 -0
  27. package/es/components/big-number/big-number.scss.js.map +1 -0
  28. package/es/components/big-number/constants.d.ts +20 -0
  29. package/es/components/big-number/constants.d.ts.map +1 -0
  30. package/es/components/big-number/constants.js +32 -0
  31. package/es/components/big-number/constants.js.map +1 -0
  32. package/es/components/big-number/index.d.ts +8 -0
  33. package/es/components/big-number/index.d.ts.map +1 -0
  34. package/es/components/big-number/index.js +8 -0
  35. package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  36. package/es/components/breadcrumb/breadcrumb-item.js +2 -1
  37. package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
  38. package/es/components/breadcrumb/breadcrumb.d.ts +1 -1
  39. package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  40. package/es/components/breadcrumb/breadcrumb.js +2 -2
  41. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  42. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  43. package/es/components/button/button.d.ts.map +1 -1
  44. package/es/components/button/button.js +1 -1
  45. package/es/components/button/button.js.map +1 -1
  46. package/es/components/button/button.scss.js +1 -1
  47. package/es/components/checkbox/checkbox.scss.js +1 -1
  48. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  49. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  50. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  51. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  52. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  53. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  54. package/es/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  55. package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  56. package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
  57. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  58. package/es/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  59. package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  60. package/es/components/coachmark/coachmark-beacon/index.js +8 -0
  61. package/es/components/coachmark/coachmark-body.d.ts +31 -0
  62. package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
  63. package/es/components/coachmark/coachmark-body.js +39 -0
  64. package/es/components/coachmark/coachmark-body.js.map +1 -0
  65. package/es/components/coachmark/coachmark-body.scss.js +14 -0
  66. package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
  67. package/es/components/coachmark/coachmark-context.d.ts +12 -0
  68. package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
  69. package/es/components/coachmark/coachmark-context.js +39 -0
  70. package/es/components/coachmark/coachmark-context.js.map +1 -0
  71. package/es/components/coachmark/coachmark-header.d.ts +41 -0
  72. package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
  73. package/es/components/coachmark/coachmark-header.js +95 -0
  74. package/es/components/coachmark/coachmark-header.js.map +1 -0
  75. package/es/components/coachmark/coachmark-header.scss.js +14 -0
  76. package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
  77. package/es/components/coachmark/coachmark-helpers.d.ts +10 -0
  78. package/es/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  79. package/es/components/coachmark/coachmark-helpers.js +33 -0
  80. package/es/components/coachmark/coachmark-helpers.js.map +1 -0
  81. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  82. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  83. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  84. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  85. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  86. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  87. package/es/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  88. package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  89. package/es/components/coachmark/coachmark-tagline/index.js +8 -0
  90. package/es/components/coachmark/coachmark.d.ts +97 -0
  91. package/es/components/coachmark/coachmark.d.ts.map +1 -0
  92. package/es/components/coachmark/coachmark.js +290 -0
  93. package/es/components/coachmark/coachmark.js.map +1 -0
  94. package/es/components/coachmark/coachmark.scss.js +14 -0
  95. package/es/components/coachmark/coachmark.scss.js.map +1 -0
  96. package/es/components/coachmark/index.d.ts +10 -0
  97. package/es/components/coachmark/index.d.ts.map +1 -0
  98. package/es/components/coachmark/index.js +10 -0
  99. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  100. package/es/components/combo-box/combo-box.d.ts.map +1 -1
  101. package/es/components/combo-box/combo-box.js +5 -12
  102. package/es/components/combo-box/combo-box.js.map +1 -1
  103. package/es/components/combo-box/combo-box.scss.js +1 -1
  104. package/es/components/combo-box/combo-box.scss.js.map +1 -1
  105. package/es/components/combo-button/combo-button.scss.js +1 -1
  106. package/es/components/contained-list/contained-list.scss.js +1 -1
  107. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  108. package/es/components/copy/index.d.ts +9 -0
  109. package/es/components/copy/index.d.ts.map +1 -0
  110. package/es/components/copy/index.js +9 -0
  111. package/es/components/copy-button/copy-button.scss.js +1 -1
  112. package/es/components/data-table/data-table.scss.js +1 -1
  113. package/es/components/date-picker/date-picker.scss.js +1 -1
  114. package/es/components/date-picker/date-picker.scss.js.map +1 -1
  115. package/es/components/date-picker/next/components/date-picker.scss.js +1 -1
  116. package/es/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  117. package/es/components/dialog/dialog.scss.js +1 -1
  118. package/es/components/dropdown/dropdown.d.ts +2 -1
  119. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  120. package/es/components/dropdown/dropdown.js +13 -15
  121. package/es/components/dropdown/dropdown.js.map +1 -1
  122. package/es/components/dropdown/dropdown.scss.js +1 -1
  123. package/es/components/dropdown/dropdown.scss.js.map +1 -1
  124. package/es/components/edit-in-place/defs.d.ts +30 -0
  125. package/es/components/edit-in-place/defs.d.ts.map +1 -0
  126. package/es/components/edit-in-place/defs.js +43 -0
  127. package/es/components/edit-in-place/defs.js.map +1 -0
  128. package/es/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  129. package/es/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  130. package/es/components/edit-in-place/edit-in-place-helpers.js +59 -0
  131. package/es/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  132. package/es/components/edit-in-place/edit-in-place.d.ts +214 -0
  133. package/es/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  134. package/es/components/edit-in-place/edit-in-place.js +453 -0
  135. package/es/components/edit-in-place/edit-in-place.js.map +1 -0
  136. package/es/components/edit-in-place/edit-in-place.scss.js +14 -0
  137. package/es/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  138. package/es/components/edit-in-place/index.d.ts +10 -0
  139. package/es/components/edit-in-place/index.d.ts.map +1 -0
  140. package/es/components/edit-in-place/index.js +20 -0
  141. package/es/components/edit-in-place/index.js.map +1 -0
  142. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  143. package/es/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  144. package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  145. package/es/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  146. package/es/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  147. package/es/components/fluid-date-picker/fluid-date-picker.js +27 -1
  148. package/es/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  149. package/es/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  150. package/es/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  151. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  152. package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  153. package/es/components/fluid-form/fluid-form.scss.js +1 -1
  154. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  155. package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  156. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  157. package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  158. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  159. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  160. package/es/components/fluid-search/fluid-search.scss.js.map +1 -1
  161. package/es/components/fluid-select/fluid-select.scss.js +1 -1
  162. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  163. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  164. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  165. package/es/components/form/form-item.scss.js +1 -1
  166. package/es/components/form/form.scss.js +1 -1
  167. package/es/components/form-group/form-group.scss.js +1 -1
  168. package/es/components/grid/column-hang.scss.js +1 -1
  169. package/es/components/grid/grid.scss.js +1 -1
  170. package/es/components/icon-button/icon-button.d.ts +1 -1
  171. package/es/components/icon-button/icon-button.js +1 -1
  172. package/es/components/icon-button/icon-button.js.map +1 -1
  173. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  174. package/es/components/layer/layer.scss.js +1 -1
  175. package/es/components/layout/layout.scss.js +1 -1
  176. package/es/components/link/link.d.ts +2 -1
  177. package/es/components/link/link.d.ts.map +1 -1
  178. package/es/components/link/link.js +1 -1
  179. package/es/components/link/link.js.map +1 -1
  180. package/es/components/loading/loading.scss.js +1 -1
  181. package/es/components/menu/menu-item.d.ts.map +1 -1
  182. package/es/components/menu/menu-item.js +2 -6
  183. package/es/components/menu/menu-item.js.map +1 -1
  184. package/es/components/menu/menu-item.scss.js +1 -1
  185. package/es/components/menu/menu-item.scss.js.map +1 -1
  186. package/es/components/menu/menu.d.ts +10 -0
  187. package/es/components/menu/menu.d.ts.map +1 -1
  188. package/es/components/menu/menu.js +17 -11
  189. package/es/components/menu/menu.js.map +1 -1
  190. package/es/components/menu/menu.scss.js +1 -1
  191. package/es/components/menu/menu.scss.js.map +1 -1
  192. package/es/components/menu-button/menu-button.scss.js +1 -1
  193. package/es/components/modal/modal.scss.js +1 -1
  194. package/es/components/multi-select/multi-select-item.d.ts +1 -1
  195. package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
  196. package/es/components/multi-select/multi-select-item.js +5 -1
  197. package/es/components/multi-select/multi-select-item.js.map +1 -1
  198. package/es/components/multi-select/multi-select.d.ts +2 -1
  199. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  200. package/es/components/multi-select/multi-select.js +15 -14
  201. package/es/components/multi-select/multi-select.js.map +1 -1
  202. package/es/components/multi-select/multi-select.scss.js +1 -1
  203. package/es/components/multi-select/multi-select.scss.js.map +1 -1
  204. package/es/components/notification/actionable-notification-button.d.ts +1 -1
  205. package/es/components/notification/actionable-notification-button.d.ts.map +1 -1
  206. package/es/components/notification/actionable-notification-button.js +2 -2
  207. package/es/components/notification/actionable-notification-button.js.map +1 -1
  208. package/es/components/notification/actionable-notification.d.ts.map +1 -1
  209. package/es/components/notification/actionable-notification.js +4 -4
  210. package/es/components/notification/actionable-notification.js.map +1 -1
  211. package/es/components/notification/actionable-notification.scss.js +1 -1
  212. package/es/components/notification/inline-notification.scss.js +1 -1
  213. package/es/components/notification/toast-notification.scss.js +1 -1
  214. package/es/components/number-input/number-input.scss.js +1 -1
  215. package/es/components/number-input/number-input.scss.js.map +1 -1
  216. package/es/components/options-tile/index.d.ts +8 -0
  217. package/es/components/options-tile/index.d.ts.map +1 -0
  218. package/es/components/options-tile/index.js +8 -0
  219. package/es/components/options-tile/option-tile-helpers.d.ts +16 -0
  220. package/es/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  221. package/es/components/options-tile/option-tile-helpers.js +163 -0
  222. package/es/components/options-tile/option-tile-helpers.js.map +1 -0
  223. package/es/components/options-tile/options-tile.d.ts +91 -0
  224. package/es/components/options-tile/options-tile.d.ts.map +1 -0
  225. package/es/components/options-tile/options-tile.js +208 -0
  226. package/es/components/options-tile/options-tile.js.map +1 -0
  227. package/es/components/options-tile/options-tile.scss.js +14 -0
  228. package/es/components/options-tile/options-tile.scss.js.map +1 -0
  229. package/es/components/overflow-menu/overflow-menu.js +1 -1
  230. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  231. package/es/components/page-header/index.d.ts +1 -0
  232. package/es/components/page-header/index.d.ts.map +1 -1
  233. package/es/components/page-header/index.js +1 -0
  234. package/es/components/page-header/page-header-tabs.d.ts +1 -1
  235. package/es/components/page-header/page-header-tabs.d.ts.map +1 -1
  236. package/es/components/page-header/page-header-tabs.js +1 -2
  237. package/es/components/page-header/page-header-tabs.js.map +1 -1
  238. package/es/components/page-header/page-header.d.ts +1 -1
  239. package/es/components/page-header/page-header.d.ts.map +1 -1
  240. package/es/components/page-header/page-header.js +1 -2
  241. package/es/components/page-header/page-header.js.map +1 -1
  242. package/es/components/page-header/page-header.scss.js +1 -1
  243. package/es/components/pagination/pagination.scss.js +1 -1
  244. package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
  245. package/es/components/password-input/password-input.scss.js +1 -1
  246. package/es/components/popover/popover.scss.js +1 -1
  247. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  248. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  249. package/es/components/radio-button/radio-button.scss.js +1 -1
  250. package/es/components/resizer/resizer-handle-pivot.scss.js +1 -1
  251. package/es/components/search/search.d.ts.map +1 -1
  252. package/es/components/search/search.js +2 -0
  253. package/es/components/search/search.js.map +1 -1
  254. package/es/components/search/search.scss.js +1 -1
  255. package/es/components/search/search.scss.js.map +1 -1
  256. package/es/components/select/select.scss.js +1 -1
  257. package/es/components/select/select.scss.js.map +1 -1
  258. package/es/components/side-panel/side-panel.js +2 -2
  259. package/es/components/side-panel/side-panel.js.map +1 -1
  260. package/es/components/side-panel/side-panel.scss.js +1 -1
  261. package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  262. package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  263. package/es/components/skeleton-text/skeleton-text.scss.js +1 -1
  264. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  265. package/es/components/slider/slider.scss.js +1 -1
  266. package/es/components/slider/slider.scss.js.map +1 -1
  267. package/es/components/slug/index.d.ts +1 -0
  268. package/es/components/slug/index.d.ts.map +1 -1
  269. package/es/components/slug/index.js +1 -0
  270. package/es/components/slug/slug.scss.js +1 -1
  271. package/es/components/structured-list/structured-list.scss.js +1 -1
  272. package/es/components/tabs/tabs.scss.js +1 -1
  273. package/es/components/tabs/tabs.scss.js.map +1 -1
  274. package/es/components/tag/dismissible-tag.d.ts +1 -1
  275. package/es/components/tag/dismissible-tag.d.ts.map +1 -1
  276. package/es/components/tag/dismissible-tag.js +24 -15
  277. package/es/components/tag/dismissible-tag.js.map +1 -1
  278. package/es/components/tag/tag.d.ts.map +1 -1
  279. package/es/components/tag/tag.js +1 -1
  280. package/es/components/tag/tag.js.map +1 -1
  281. package/es/components/tag/tag.scss.js +1 -1
  282. package/es/components/tag/tag.scss.js.map +1 -1
  283. package/es/components/text-input/text-input.scss.js +1 -1
  284. package/es/components/text-input/text-input.scss.js.map +1 -1
  285. package/es/components/textarea/textarea.scss.js +1 -1
  286. package/es/components/tile/clickable-tile.d.ts +2 -1
  287. package/es/components/tile/clickable-tile.d.ts.map +1 -1
  288. package/es/components/tile/clickable-tile.js.map +1 -1
  289. package/es/components/tile/tile.scss.js +1 -1
  290. package/es/components/time-picker/time-picker.scss.js +1 -1
  291. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  292. package/es/components/tooltip/tooltip.scss.js +1 -1
  293. package/es/components/tree-view/tree-view.scss.js +1 -1
  294. package/es/components/ui-shell/header.scss.js +1 -1
  295. package/es/components/ui-shell/side-nav.scss.js +1 -1
  296. package/es/globals/controllers/floating-controller.d.ts.map +1 -1
  297. package/es/globals/controllers/floating-controller.js.map +1 -1
  298. package/es/globals/decorators/carbon-element.d.ts +8 -0
  299. package/es/globals/decorators/carbon-element.d.ts.map +1 -1
  300. package/es/globals/decorators/carbon-element.js +8 -0
  301. package/es/globals/decorators/carbon-element.js.map +1 -1
  302. package/es/globals/internal/collection-helpers.d.ts +5 -5
  303. package/es/globals/internal/collection-helpers.d.ts.map +1 -1
  304. package/es/globals/internal/collection-helpers.js +1 -1
  305. package/es/globals/internal/collection-helpers.js.map +1 -1
  306. package/es/globals/internal/getSupportedLocale.d.ts +12 -0
  307. package/es/globals/internal/getSupportedLocale.d.ts.map +1 -0
  308. package/es/globals/internal/getSupportedLocale.js +29 -0
  309. package/es/globals/internal/getSupportedLocale.js.map +1 -0
  310. package/es/globals/mixins/on.d.ts +2 -2
  311. package/es/globals/mixins/on.d.ts.map +1 -1
  312. package/es/globals/mixins/on.js +4 -4
  313. package/es/globals/mixins/on.js.map +1 -1
  314. package/es/globals/register.d.ts +89 -0
  315. package/es/globals/register.d.ts.map +1 -0
  316. package/es/globals/register.js +56 -0
  317. package/es/globals/register.js.map +1 -0
  318. package/es-custom/components/accordion/accordion.scss.js +1 -1
  319. package/es-custom/components/action-set/action-set.scss.js +1 -1
  320. package/es-custom/components/ai-label/ai-label-action-button.d.ts +1 -1
  321. package/es-custom/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  322. package/es-custom/components/ai-label/ai-label-action-button.js +4 -3
  323. package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
  324. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  325. package/es-custom/components/ai-label/ai-label.scss.js.map +1 -1
  326. package/es-custom/components/ai-label/index.d.ts +1 -0
  327. package/es-custom/components/ai-label/index.d.ts.map +1 -1
  328. package/es-custom/components/ai-label/index.js +1 -0
  329. package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  330. package/es-custom/components/big-number/big-number-skeleton.d.ts +21 -0
  331. package/es-custom/components/big-number/big-number-skeleton.d.ts.map +1 -0
  332. package/es-custom/components/big-number/big-number-skeleton.js +62 -0
  333. package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
  334. package/es-custom/components/big-number/big-number-skeleton.scss.js +14 -0
  335. package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
  336. package/es-custom/components/big-number/big-number.d.ts +35 -0
  337. package/es-custom/components/big-number/big-number.d.ts.map +1 -0
  338. package/es-custom/components/big-number/big-number.js +171 -0
  339. package/es-custom/components/big-number/big-number.js.map +1 -0
  340. package/es-custom/components/big-number/big-number.scss.js +14 -0
  341. package/es-custom/components/big-number/big-number.scss.js.map +1 -0
  342. package/es-custom/components/big-number/constants.d.ts +20 -0
  343. package/es-custom/components/big-number/constants.d.ts.map +1 -0
  344. package/es-custom/components/big-number/constants.js +32 -0
  345. package/es-custom/components/big-number/constants.js.map +1 -0
  346. package/es-custom/components/big-number/index.d.ts +8 -0
  347. package/es-custom/components/big-number/index.d.ts.map +1 -0
  348. package/es-custom/components/big-number/index.js +8 -0
  349. package/es-custom/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  350. package/es-custom/components/breadcrumb/breadcrumb-item.js +2 -1
  351. package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
  352. package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -1
  353. package/es-custom/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  354. package/es-custom/components/breadcrumb/breadcrumb.js +2 -2
  355. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  356. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  357. package/es-custom/components/button/button.d.ts.map +1 -1
  358. package/es-custom/components/button/button.js +1 -1
  359. package/es-custom/components/button/button.js.map +1 -1
  360. package/es-custom/components/button/button.scss.js +1 -1
  361. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  362. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  363. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  364. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  365. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  366. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  367. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  368. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  369. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  370. package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
  371. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  372. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  373. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  374. package/es-custom/components/coachmark/coachmark-beacon/index.js +8 -0
  375. package/es-custom/components/coachmark/coachmark-body.d.ts +31 -0
  376. package/es-custom/components/coachmark/coachmark-body.d.ts.map +1 -0
  377. package/es-custom/components/coachmark/coachmark-body.js +39 -0
  378. package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
  379. package/es-custom/components/coachmark/coachmark-body.scss.js +14 -0
  380. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
  381. package/es-custom/components/coachmark/coachmark-context.d.ts +12 -0
  382. package/es-custom/components/coachmark/coachmark-context.d.ts.map +1 -0
  383. package/es-custom/components/coachmark/coachmark-context.js +39 -0
  384. package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
  385. package/es-custom/components/coachmark/coachmark-header.d.ts +41 -0
  386. package/es-custom/components/coachmark/coachmark-header.d.ts.map +1 -0
  387. package/es-custom/components/coachmark/coachmark-header.js +95 -0
  388. package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
  389. package/es-custom/components/coachmark/coachmark-header.scss.js +14 -0
  390. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
  391. package/es-custom/components/coachmark/coachmark-helpers.d.ts +10 -0
  392. package/es-custom/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  393. package/es-custom/components/coachmark/coachmark-helpers.js +33 -0
  394. package/es-custom/components/coachmark/coachmark-helpers.js.map +1 -0
  395. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  396. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  397. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  398. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  399. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  400. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  401. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  402. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  403. package/es-custom/components/coachmark/coachmark-tagline/index.js +8 -0
  404. package/es-custom/components/coachmark/coachmark.d.ts +97 -0
  405. package/es-custom/components/coachmark/coachmark.d.ts.map +1 -0
  406. package/es-custom/components/coachmark/coachmark.js +290 -0
  407. package/es-custom/components/coachmark/coachmark.js.map +1 -0
  408. package/es-custom/components/coachmark/coachmark.scss.js +14 -0
  409. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
  410. package/es-custom/components/coachmark/index.d.ts +10 -0
  411. package/es-custom/components/coachmark/index.d.ts.map +1 -0
  412. package/es-custom/components/coachmark/index.js +10 -0
  413. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  414. package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
  415. package/es-custom/components/combo-box/combo-box.js +5 -12
  416. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  417. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  418. package/es-custom/components/combo-box/combo-box.scss.js.map +1 -1
  419. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  420. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  421. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  422. package/es-custom/components/copy/index.d.ts +9 -0
  423. package/es-custom/components/copy/index.d.ts.map +1 -0
  424. package/es-custom/components/copy/index.js +9 -0
  425. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  426. package/es-custom/components/data-table/data-table.scss.js +1 -1
  427. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  428. package/es-custom/components/date-picker/date-picker.scss.js.map +1 -1
  429. package/es-custom/components/date-picker/next/components/date-picker.scss.js +1 -1
  430. package/es-custom/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  431. package/es-custom/components/dialog/dialog.scss.js +1 -1
  432. package/es-custom/components/dropdown/dropdown.d.ts +2 -1
  433. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  434. package/es-custom/components/dropdown/dropdown.js +13 -15
  435. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  436. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  437. package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
  438. package/es-custom/components/edit-in-place/defs.d.ts +30 -0
  439. package/es-custom/components/edit-in-place/defs.d.ts.map +1 -0
  440. package/es-custom/components/edit-in-place/defs.js +43 -0
  441. package/es-custom/components/edit-in-place/defs.js.map +1 -0
  442. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  443. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  444. package/es-custom/components/edit-in-place/edit-in-place-helpers.js +59 -0
  445. package/es-custom/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  446. package/es-custom/components/edit-in-place/edit-in-place.d.ts +214 -0
  447. package/es-custom/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  448. package/es-custom/components/edit-in-place/edit-in-place.js +453 -0
  449. package/es-custom/components/edit-in-place/edit-in-place.js.map +1 -0
  450. package/es-custom/components/edit-in-place/edit-in-place.scss.js +14 -0
  451. package/es-custom/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  452. package/es-custom/components/edit-in-place/index.d.ts +10 -0
  453. package/es-custom/components/edit-in-place/index.d.ts.map +1 -0
  454. package/es-custom/components/edit-in-place/index.js +20 -0
  455. package/es-custom/components/edit-in-place/index.js.map +1 -0
  456. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  457. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  458. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  459. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  460. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  461. package/es-custom/components/fluid-date-picker/fluid-date-picker.js +27 -1
  462. package/es-custom/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  463. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  464. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  465. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  466. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  467. package/es-custom/components/fluid-form/fluid-form.scss.js +1 -1
  468. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  469. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  470. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  471. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  472. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  473. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  474. package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -1
  475. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
  476. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  477. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  478. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  479. package/es-custom/components/form/form-item.scss.js +1 -1
  480. package/es-custom/components/form/form.scss.js +1 -1
  481. package/es-custom/components/form-group/form-group.scss.js +1 -1
  482. package/es-custom/components/grid/column-hang.scss.js +1 -1
  483. package/es-custom/components/grid/grid.scss.js +1 -1
  484. package/es-custom/components/icon-button/icon-button.d.ts +1 -1
  485. package/es-custom/components/icon-button/icon-button.js +1 -1
  486. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  487. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  488. package/es-custom/components/layer/layer.scss.js +1 -1
  489. package/es-custom/components/layout/layout.scss.js +1 -1
  490. package/es-custom/components/link/link.d.ts +2 -1
  491. package/es-custom/components/link/link.d.ts.map +1 -1
  492. package/es-custom/components/link/link.js +1 -1
  493. package/es-custom/components/link/link.js.map +1 -1
  494. package/es-custom/components/loading/loading.scss.js +1 -1
  495. package/es-custom/components/menu/menu-item.d.ts.map +1 -1
  496. package/es-custom/components/menu/menu-item.js +2 -6
  497. package/es-custom/components/menu/menu-item.js.map +1 -1
  498. package/es-custom/components/menu/menu-item.scss.js +1 -1
  499. package/es-custom/components/menu/menu-item.scss.js.map +1 -1
  500. package/es-custom/components/menu/menu.d.ts +10 -0
  501. package/es-custom/components/menu/menu.d.ts.map +1 -1
  502. package/es-custom/components/menu/menu.js +17 -11
  503. package/es-custom/components/menu/menu.js.map +1 -1
  504. package/es-custom/components/menu/menu.scss.js +1 -1
  505. package/es-custom/components/menu/menu.scss.js.map +1 -1
  506. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  507. package/es-custom/components/modal/modal.scss.js +1 -1
  508. package/es-custom/components/multi-select/multi-select-item.d.ts +1 -1
  509. package/es-custom/components/multi-select/multi-select-item.d.ts.map +1 -1
  510. package/es-custom/components/multi-select/multi-select-item.js +5 -1
  511. package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
  512. package/es-custom/components/multi-select/multi-select.d.ts +2 -1
  513. package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
  514. package/es-custom/components/multi-select/multi-select.js +15 -14
  515. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  516. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  517. package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
  518. package/es-custom/components/notification/actionable-notification-button.d.ts +1 -1
  519. package/es-custom/components/notification/actionable-notification-button.d.ts.map +1 -1
  520. package/es-custom/components/notification/actionable-notification-button.js +2 -2
  521. package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
  522. package/es-custom/components/notification/actionable-notification.d.ts.map +1 -1
  523. package/es-custom/components/notification/actionable-notification.js +4 -4
  524. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  525. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  526. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  527. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  528. package/es-custom/components/number-input/number-input.scss.js +1 -1
  529. package/es-custom/components/number-input/number-input.scss.js.map +1 -1
  530. package/es-custom/components/options-tile/index.d.ts +8 -0
  531. package/es-custom/components/options-tile/index.d.ts.map +1 -0
  532. package/es-custom/components/options-tile/index.js +8 -0
  533. package/es-custom/components/options-tile/option-tile-helpers.d.ts +16 -0
  534. package/es-custom/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  535. package/es-custom/components/options-tile/option-tile-helpers.js +163 -0
  536. package/es-custom/components/options-tile/option-tile-helpers.js.map +1 -0
  537. package/es-custom/components/options-tile/options-tile.d.ts +91 -0
  538. package/es-custom/components/options-tile/options-tile.d.ts.map +1 -0
  539. package/es-custom/components/options-tile/options-tile.js +208 -0
  540. package/es-custom/components/options-tile/options-tile.js.map +1 -0
  541. package/es-custom/components/options-tile/options-tile.scss.js +14 -0
  542. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
  543. package/es-custom/components/overflow-menu/overflow-menu.js +1 -1
  544. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  545. package/es-custom/components/page-header/index.d.ts +1 -0
  546. package/es-custom/components/page-header/index.d.ts.map +1 -1
  547. package/es-custom/components/page-header/index.js +1 -0
  548. package/es-custom/components/page-header/page-header-tabs.d.ts +1 -1
  549. package/es-custom/components/page-header/page-header-tabs.d.ts.map +1 -1
  550. package/es-custom/components/page-header/page-header-tabs.js +1 -2
  551. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  552. package/es-custom/components/page-header/page-header.d.ts +1 -1
  553. package/es-custom/components/page-header/page-header.d.ts.map +1 -1
  554. package/es-custom/components/page-header/page-header.js +1 -2
  555. package/es-custom/components/page-header/page-header.js.map +1 -1
  556. package/es-custom/components/page-header/page-header.scss.js +1 -1
  557. package/es-custom/components/pagination/pagination.scss.js +1 -1
  558. package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
  559. package/es-custom/components/password-input/password-input.scss.js +1 -1
  560. package/es-custom/components/popover/popover.scss.js +1 -1
  561. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  562. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  563. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  564. package/es-custom/components/resizer/resizer-handle-pivot.scss.js +1 -1
  565. package/es-custom/components/search/search.d.ts.map +1 -1
  566. package/es-custom/components/search/search.js +2 -0
  567. package/es-custom/components/search/search.js.map +1 -1
  568. package/es-custom/components/search/search.scss.js +1 -1
  569. package/es-custom/components/search/search.scss.js.map +1 -1
  570. package/es-custom/components/select/select.scss.js +1 -1
  571. package/es-custom/components/select/select.scss.js.map +1 -1
  572. package/es-custom/components/side-panel/side-panel.js +2 -2
  573. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  574. package/es-custom/components/side-panel/side-panel.scss.js +1 -1
  575. package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  576. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  577. package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -1
  578. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  579. package/es-custom/components/slider/slider.scss.js +1 -1
  580. package/es-custom/components/slider/slider.scss.js.map +1 -1
  581. package/es-custom/components/slug/index.d.ts +1 -0
  582. package/es-custom/components/slug/index.d.ts.map +1 -1
  583. package/es-custom/components/slug/index.js +1 -0
  584. package/es-custom/components/slug/slug.scss.js +1 -1
  585. package/es-custom/components/structured-list/structured-list.scss.js +1 -1
  586. package/es-custom/components/tabs/tabs.scss.js +1 -1
  587. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  588. package/es-custom/components/tag/dismissible-tag.d.ts +1 -1
  589. package/es-custom/components/tag/dismissible-tag.d.ts.map +1 -1
  590. package/es-custom/components/tag/dismissible-tag.js +24 -15
  591. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  592. package/es-custom/components/tag/tag.d.ts.map +1 -1
  593. package/es-custom/components/tag/tag.js +1 -1
  594. package/es-custom/components/tag/tag.js.map +1 -1
  595. package/es-custom/components/tag/tag.scss.js +1 -1
  596. package/es-custom/components/tag/tag.scss.js.map +1 -1
  597. package/es-custom/components/text-input/text-input.scss.js +1 -1
  598. package/es-custom/components/text-input/text-input.scss.js.map +1 -1
  599. package/es-custom/components/textarea/textarea.scss.js +1 -1
  600. package/es-custom/components/tile/clickable-tile.d.ts +2 -1
  601. package/es-custom/components/tile/clickable-tile.d.ts.map +1 -1
  602. package/es-custom/components/tile/clickable-tile.js.map +1 -1
  603. package/es-custom/components/tile/tile.scss.js +1 -1
  604. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  605. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  606. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  607. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  608. package/es-custom/components/ui-shell/header.scss.js +1 -1
  609. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  610. package/es-custom/globals/controllers/floating-controller.d.ts.map +1 -1
  611. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  612. package/es-custom/globals/decorators/carbon-element.d.ts +8 -0
  613. package/es-custom/globals/decorators/carbon-element.d.ts.map +1 -1
  614. package/es-custom/globals/decorators/carbon-element.js +18 -1
  615. package/es-custom/globals/decorators/carbon-element.js.map +1 -1
  616. package/es-custom/globals/internal/collection-helpers.d.ts +5 -5
  617. package/es-custom/globals/internal/collection-helpers.d.ts.map +1 -1
  618. package/es-custom/globals/internal/collection-helpers.js +1 -1
  619. package/es-custom/globals/internal/collection-helpers.js.map +1 -1
  620. package/es-custom/globals/internal/getSupportedLocale.d.ts +12 -0
  621. package/es-custom/globals/internal/getSupportedLocale.d.ts.map +1 -0
  622. package/es-custom/globals/internal/getSupportedLocale.js +29 -0
  623. package/es-custom/globals/internal/getSupportedLocale.js.map +1 -0
  624. package/es-custom/globals/mixins/on.d.ts +2 -2
  625. package/es-custom/globals/mixins/on.d.ts.map +1 -1
  626. package/es-custom/globals/mixins/on.js +4 -4
  627. package/es-custom/globals/mixins/on.js.map +1 -1
  628. package/es-custom/globals/register.d.ts +89 -0
  629. package/es-custom/globals/register.d.ts.map +1 -0
  630. package/es-custom/globals/register.js +56 -0
  631. package/es-custom/globals/register.js.map +1 -0
  632. package/lib/components/ai-label/ai-label-action-button.d.ts +1 -1
  633. package/lib/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  634. package/lib/components/ai-label/index.d.ts +1 -0
  635. package/lib/components/ai-label/index.d.ts.map +1 -1
  636. package/lib/components/big-number/big-number-skeleton.d.ts +21 -0
  637. package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
  638. package/lib/components/big-number/big-number.d.ts +35 -0
  639. package/lib/components/big-number/big-number.d.ts.map +1 -0
  640. package/lib/components/big-number/constants.d.ts +20 -0
  641. package/lib/components/big-number/constants.d.ts.map +1 -0
  642. package/lib/components/big-number/index.d.ts +8 -0
  643. package/lib/components/big-number/index.d.ts.map +1 -0
  644. package/lib/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  645. package/lib/components/breadcrumb/breadcrumb.d.ts +1 -1
  646. package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  647. package/lib/components/button/button.d.ts.map +1 -1
  648. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  649. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  650. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  651. package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  652. package/lib/components/coachmark/coachmark-beacon/defs.js +26 -0
  653. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  654. package/lib/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  655. package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  656. package/lib/components/coachmark/coachmark-body.d.ts +31 -0
  657. package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
  658. package/lib/components/coachmark/coachmark-context.d.ts +12 -0
  659. package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
  660. package/lib/components/coachmark/coachmark-header.d.ts +41 -0
  661. package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
  662. package/lib/components/coachmark/coachmark-helpers.d.ts +10 -0
  663. package/lib/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  664. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  665. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  666. package/lib/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  667. package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  668. package/lib/components/coachmark/coachmark.d.ts +97 -0
  669. package/lib/components/coachmark/coachmark.d.ts.map +1 -0
  670. package/lib/components/coachmark/index.d.ts +10 -0
  671. package/lib/components/coachmark/index.d.ts.map +1 -0
  672. package/lib/components/combo-box/combo-box.d.ts.map +1 -1
  673. package/lib/components/copy/index.d.ts +9 -0
  674. package/lib/components/copy/index.d.ts.map +1 -0
  675. package/lib/components/dropdown/dropdown.d.ts +2 -1
  676. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  677. package/lib/components/edit-in-place/defs.d.ts +30 -0
  678. package/lib/components/edit-in-place/defs.d.ts.map +1 -0
  679. package/lib/components/edit-in-place/defs.js +45 -0
  680. package/lib/components/edit-in-place/defs.js.map +1 -0
  681. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  682. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  683. package/lib/components/edit-in-place/edit-in-place.d.ts +214 -0
  684. package/lib/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  685. package/lib/components/edit-in-place/index.d.ts +10 -0
  686. package/lib/components/edit-in-place/index.d.ts.map +1 -0
  687. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  688. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  689. package/lib/components/icon-button/icon-button.d.ts +1 -1
  690. package/lib/components/link/link.d.ts +2 -1
  691. package/lib/components/link/link.d.ts.map +1 -1
  692. package/lib/components/menu/menu-item.d.ts.map +1 -1
  693. package/lib/components/menu/menu.d.ts +10 -0
  694. package/lib/components/menu/menu.d.ts.map +1 -1
  695. package/lib/components/multi-select/multi-select-item.d.ts +1 -1
  696. package/lib/components/multi-select/multi-select-item.d.ts.map +1 -1
  697. package/lib/components/multi-select/multi-select.d.ts +2 -1
  698. package/lib/components/multi-select/multi-select.d.ts.map +1 -1
  699. package/lib/components/notification/actionable-notification-button.d.ts +1 -1
  700. package/lib/components/notification/actionable-notification-button.d.ts.map +1 -1
  701. package/lib/components/notification/actionable-notification.d.ts.map +1 -1
  702. package/lib/components/options-tile/index.d.ts +8 -0
  703. package/lib/components/options-tile/index.d.ts.map +1 -0
  704. package/lib/components/options-tile/option-tile-helpers.d.ts +16 -0
  705. package/lib/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  706. package/lib/components/options-tile/options-tile.d.ts +91 -0
  707. package/lib/components/options-tile/options-tile.d.ts.map +1 -0
  708. package/lib/components/page-header/index.d.ts +1 -0
  709. package/lib/components/page-header/index.d.ts.map +1 -1
  710. package/lib/components/page-header/page-header-tabs.d.ts +1 -1
  711. package/lib/components/page-header/page-header-tabs.d.ts.map +1 -1
  712. package/lib/components/page-header/page-header.d.ts +1 -1
  713. package/lib/components/page-header/page-header.d.ts.map +1 -1
  714. package/lib/components/search/search.d.ts.map +1 -1
  715. package/lib/components/slug/index.d.ts +1 -0
  716. package/lib/components/slug/index.d.ts.map +1 -1
  717. package/lib/components/tag/dismissible-tag.d.ts +1 -1
  718. package/lib/components/tag/dismissible-tag.d.ts.map +1 -1
  719. package/lib/components/tag/tag.d.ts.map +1 -1
  720. package/lib/components/tile/clickable-tile.d.ts +2 -1
  721. package/lib/components/tile/clickable-tile.d.ts.map +1 -1
  722. package/lib/globals/controllers/floating-controller.d.ts.map +1 -1
  723. package/lib/globals/controllers/floating-controller.js.map +1 -1
  724. package/lib/globals/decorators/carbon-element.d.ts +8 -0
  725. package/lib/globals/decorators/carbon-element.d.ts.map +1 -1
  726. package/lib/globals/internal/collection-helpers.d.ts +5 -5
  727. package/lib/globals/internal/collection-helpers.d.ts.map +1 -1
  728. package/lib/globals/internal/getSupportedLocale.d.ts +12 -0
  729. package/lib/globals/internal/getSupportedLocale.d.ts.map +1 -0
  730. package/lib/globals/mixins/on.d.ts +2 -2
  731. package/lib/globals/mixins/on.d.ts.map +1 -1
  732. package/lib/globals/register.d.ts +89 -0
  733. package/lib/globals/register.d.ts.map +1 -0
  734. package/lib/globals/register.js +61 -0
  735. package/lib/globals/register.js.map +1 -0
  736. package/package.json +16 -10
  737. package/scss/components/ai-label/ai-label.scss +24 -33
  738. package/scss/components/big-number/big-number-skeleton.scss +58 -0
  739. package/scss/components/big-number/big-number.scss +29 -0
  740. package/scss/components/big-number/story-styles.scss +48 -0
  741. package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +89 -0
  742. package/scss/components/coachmark/coachmark-body.scss +16 -0
  743. package/scss/components/coachmark/coachmark-header.scss +28 -0
  744. package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +42 -0
  745. package/scss/components/coachmark/coachmark.scss +42 -0
  746. package/scss/components/coachmark/story-styles.scss +37 -0
  747. package/scss/components/combo-box/combo-box.scss +63 -6
  748. package/scss/components/data-table/_table-action.scss +5 -3
  749. package/scss/components/date-picker/date-picker.scss +70 -2
  750. package/scss/components/date-picker/next/components/date-picker.scss +28 -2
  751. package/scss/components/dropdown/dropdown.scss +39 -4
  752. package/scss/components/edit-in-place/edit-in-place.scss +127 -0
  753. package/scss/components/edit-in-place/story-styles.scss +61 -0
  754. package/scss/components/fluid-combo-box/fluid-combo-box.scss +68 -5
  755. package/scss/components/fluid-date-picker/fluid-date-picker.scss +109 -12
  756. package/scss/components/fluid-dropdown/fluid-dropdown.scss +56 -6
  757. package/scss/components/fluid-multi-select/fluid-multi-select.scss +75 -2
  758. package/scss/components/fluid-number-input/fluid-number-input.scss +32 -1
  759. package/scss/components/fluid-search/fluid-search.scss +6 -3
  760. package/scss/components/menu/menu-item.scss +9 -1
  761. package/scss/components/menu/menu.scss +32 -1
  762. package/scss/components/multi-select/multi-select.scss +130 -28
  763. package/scss/components/number-input/number-input.scss +35 -1
  764. package/scss/components/options-tile/options-tile.scss +157 -0
  765. package/scss/components/options-tile/story-styles.scss +32 -0
  766. package/scss/components/search/search.scss +7 -0
  767. package/scss/components/select/select.scss +7 -3
  768. package/scss/components/slider/slider.scss +9 -2
  769. package/scss/components/tabs/tabs.scss +9 -2
  770. package/scss/components/tag/tag-story.scss +19 -0
  771. package/scss/components/tag/tag.scss +15 -11
  772. package/scss/components/text-input/text-input.scss +22 -0
  773. package/telemetry.yml +62 -0
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb-item.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/breadcrumb-item.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAKvC;;;;GAIG;AACH,cACM,iBAAkB,SAAQ,UAAU;IACxC;;OAEG;IACH,OAAO,CAAC,iBAAiB;IA4BzB,iBAAiB;IAOjB,MAAM;IAIN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"breadcrumb-item.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/breadcrumb-item.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAKvC;;;;GAIG;AACH,cACM,iBAAkB,SAAQ,UAAU;IACxC;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAyBzB,iBAAiB;IAOjB,MAAM;IAIN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,iBAAiB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2019, 2023
2
+ * Copyright IBM Corp. 2019, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/breadcrumb.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAGvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAGzC;;;;GAIG;AACH,cACM,aAAc,SAAQ,UAAU;IACpC;;OAEG;IAEH,eAAe,UAAS;IAExB;;;OAGG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAUzB,iBAAiB;IAUjB,OAAO,CAAC,iBAAiB,KAAA;IAUzB,MAAM;IAaN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/breadcrumb.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAGvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAGzC;;;;GAIG;AACH,cACM,aAAc,SAAQ,UAAU;IACpC;;OAEG;IAEH,eAAe,UAAS;IAExB;;;OAGG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAWzB,iBAAiB;IAUjB,OAAO,CAAC,iBAAiB,KAAA;IAUzB,MAAM;IAaN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,QAAQ,CAAC;AAMhB,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,CAAC;;;;;;;;;;uBAJI,CAAC;;;;;;;AAMP;;;;;GAKG;AACH,cACM,SAAU,SAAQ,cAAyC;IAC/D;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAS;IAEzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,iBAAiB,KAAA;IAQzB,OAAO,CAAC,WAAW,CAEjB;IAEF;;OAEG;IAIH,OAAO,CAAC,eAAe,CAErB;IAEF;;;OAGG;IAIH,OAAO,CAAC,YAAY,CAElB;IAEF;;;OAGG;IAIH,OAAO,CAAC,eAAe,CAErB;IAEF;;OAEG;IAEH,SAAS,UAAS;IAElB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,eAAe,MAAC;IAEhB;;OAEG;IAEH,iBAAiB,SAAM;IAEvB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,cAAc,UAAS;IAEvB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,UAAU,UAAS;IAEnB;;OAEG;IAEH,IAAI,cAAuB;IAE3B;;OAEG;IAEH,QAAQ,SAAY;IAEpB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAEH,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,CAAQ;IAEnC;;OAEG;IAEH,QAAQ,SAAK;IAEb;;OAEG;IAEH,MAAM,EAAG,MAAM,CAAC;IAEhB;;;OAGG;IAEH,gBAAgB,2BAAmC;IAEnD;;;OAGG;IAEH,eAAe,0BAA+B;IAE9C;;;OAGG;IAEH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAEH,IAAI,cAAsB;IAE1B,MAAM;IAoKN,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,QAAQ,CAAC;AAMhB,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,CAAC;;;;;;;;;;uBAJI,CAAC;;;;;;;AAMP;;;;;GAKG;AACH,cACM,SAAU,SAAQ,cAAyC;IAC/D;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAS;IAEzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAczB,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,iBAAiB,KAAA;IAQzB,OAAO,CAAC,WAAW,CAEjB;IAEF;;OAEG;IAIH,OAAO,CAAC,eAAe,CAErB;IAEF;;;OAGG;IAIH,OAAO,CAAC,YAAY,CAElB;IAEF;;;OAGG;IAIH,OAAO,CAAC,eAAe,CAErB;IAEF;;OAEG;IAEH,SAAS,UAAS;IAElB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,eAAe,MAAC;IAEhB;;OAEG;IAEH,iBAAiB,SAAM;IAEvB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,cAAc,UAAS;IAEvB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,UAAU,UAAS;IAEnB;;OAEG;IAEH,IAAI,cAAuB;IAE3B;;OAEG;IAEH,QAAQ,SAAY;IAEpB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAEH,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,CAAQ;IAEnC;;OAEG;IAEH,QAAQ,SAAK;IAEb;;OAEG;IAEH,MAAM,EAAG,MAAM,CAAC;IAEhB;;;OAGG;IAEH,gBAAgB,2BAAmC;IAEnD;;;OAGG;IAEH,eAAe,0BAA+B;IAE9C;;;OAGG;IAEH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAEH,IAAI,cAAsB;IAE1B,MAAM;IAoKN,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,SAAS,CAAC"}
@@ -0,0 +1,67 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import { LitElement } from 'lit';
8
+ import '../../button/button';
9
+ import { BEACON_KIND } from './defs';
10
+ declare const CDSCoachmarkBeacon_base: {
11
+ new (...args: any[]): {
12
+ _handles: Set<import("../../../globals/internal/handle").default>;
13
+ connectedCallback(): void;
14
+ disconnectedCallback(): void;
15
+ };
16
+ _hostListeners: {
17
+ [listenerName: string]: {
18
+ [type: string]: {
19
+ options?: boolean | AddEventListenerOptions;
20
+ };
21
+ };
22
+ };
23
+ } & typeof LitElement;
24
+ /**
25
+ * CoachmarkBeacon.
26
+ *
27
+ * @element cds-coachmark-beacon
28
+ * @fires cds-coachmark-beacon-clicked Custom event fired when beacon is clicked
29
+ * */
30
+ declare class CDSCoachmarkBeacon extends CDSCoachmarkBeacon_base {
31
+ /**
32
+ * What style of beacon.
33
+ * BEACON_KIND is an enum from the Coachmark and can be used for this value.
34
+ * @see {@Link BEACON_KIND}
35
+ */
36
+ kind?: BEACON_KIND;
37
+ /**
38
+ * The aria label.
39
+ */
40
+ label: string;
41
+ /**
42
+ * id for the coachmark beacon
43
+ */
44
+ id: string;
45
+ /**
46
+ * specify aria-expanded of beacon
47
+ */
48
+ expanded: boolean;
49
+ firstUpdated(): void;
50
+ connectedCallback(): void;
51
+ private _handleClick;
52
+ private handleOutsideClick;
53
+ disconnectedCallback(): void;
54
+ render(): import("lit-html").TemplateResult<1>;
55
+ static shadowRootOptions: {
56
+ delegatesFocus: boolean;
57
+ clonable?: boolean;
58
+ customElementRegistry?: CustomElementRegistry | null;
59
+ mode: ShadowRootMode;
60
+ serializable?: boolean;
61
+ slotAssignment?: SlotAssignmentMode;
62
+ };
63
+ static get beaconClicked(): string;
64
+ static styles: any;
65
+ }
66
+ export default CDSCoachmarkBeacon;
67
+ //# sourceMappingURL=coachmark-beacon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coachmark-beacon.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark-beacon/coachmark-beacon.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAMvC,OAAO,qBAAqB,CAAC;AAC7B,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;uBAWuB,CAAC;;;;;AAP7D;;;;;KAKK;AACL,cACM,kBAAmB,SAAQ,uBAA6B;IAC5D;;;;OAIG;IAEH,IAAI,CAAC,EAAE,WAAW,CAAuB;IAEzC;;OAEG;IAEH,KAAK,SAAsB;IAC3B;;OAEG;IAEH,EAAE,EAAE,MAAM,CAAuB;IACjC;;OAEG;IAEH,QAAQ,EAAE,OAAO,CAAS;IAE1B,YAAY;IAOZ,iBAAiB;IAOjB,OAAO,CAAC,YAAY;IAqBpB,OAAO,CAAC,kBAAkB,CAKxB;IAEF,oBAAoB;IAKpB,MAAM;IAsBN,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IAEF,MAAM,KAAK,aAAa,WAEvB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AACD,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Copyright IBM Corp. 2023, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ /**
8
+ * Reserved for future expansion, i.e. "RING".
9
+ */
10
+ export declare enum BEACON_KIND {
11
+ DEFAULT = "default"
12
+ }
13
+ //# sourceMappingURL=defs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark-beacon/defs.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH;;GAEG;AACH,oBAAY,WAAW;IACrB,OAAO,YAAY;CACpB"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
9
+ //#region src/components/coachmark/coachmark-beacon/defs.ts
10
+ /**
11
+ * Copyright IBM Corp. 2023, 2026
12
+ *
13
+ * This source code is licensed under the Apache-2.0 license found in the
14
+ * LICENSE file in the root directory of this source tree.
15
+ */
16
+ /**
17
+ * Reserved for future expansion, i.e. "RING".
18
+ */
19
+ let BEACON_KIND = /* @__PURE__ */ function(BEACON_KIND) {
20
+ BEACON_KIND["DEFAULT"] = "default";
21
+ return BEACON_KIND;
22
+ }({});
23
+ //#endregion
24
+ exports.BEACON_KIND = BEACON_KIND;
25
+
26
+ //# sourceMappingURL=defs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defs.js","names":[],"sources":["../../../../src/components/coachmark/coachmark-beacon/defs.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2023, 2026\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n/**\n * Reserved for future expansion, i.e. \"RING\".\n */\nexport enum BEACON_KIND {\n DEFAULT = 'default',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AASA,IAAY,cAAL,yBAAA,aAAA;CACL,YAAA,aAAA;;AACF,EAAA,CAAA,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import './coachmark-beacon';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark-beacon/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,oBAAoB,CAAC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import { LitElement } from 'lit';
8
+ declare const CDSCoachmarkBody_base: {
9
+ new (...args: any[]): {
10
+ _handles: Set<import("../../globals/internal/handle").default>;
11
+ connectedCallback(): void;
12
+ disconnectedCallback(): void;
13
+ };
14
+ _hostListeners: {
15
+ [listenerName: string]: {
16
+ [type: string]: {
17
+ options?: boolean | AddEventListenerOptions;
18
+ };
19
+ };
20
+ };
21
+ } & typeof LitElement & (new (...args: any[]) => import("@lit-labs/signals").SignalWatcherApi);
22
+ /**
23
+ * coachmark-body for content body
24
+ * @element cds-coachmark-body
25
+ */
26
+ declare class CDSCoachmarkBody extends CDSCoachmarkBody_base {
27
+ render(): import("lit-html").TemplateResult<1>;
28
+ static styles: any;
29
+ }
30
+ export default CDSCoachmarkBody;
31
+ //# sourceMappingURL=coachmark-body.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coachmark-body.d.ts","sourceRoot":"","sources":["../../../src/components/coachmark/coachmark-body.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;uBAqB6B,CAAC;;;;;AAbrE;;;GAGG;AACH,cACM,gBAAiB,SAAQ,qBAA4C;IACzE,MAAM;IAIN,MAAM,CAAC,MAAM,MAAU;CACxB;AACD,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ interface CoachmarkDetailsType {
2
+ open?: boolean;
3
+ floating?: boolean;
4
+ }
5
+ export declare const coachmarkDetailsSignal: import("signal-polyfill").Signal.State<CoachmarkDetailsType>;
6
+ export declare const resetCoachmarkDetailsSignal: () => void;
7
+ export declare const updateCoachmarkDetailsSignal: ({ name, detail }: {
8
+ name: any;
9
+ detail: any;
10
+ }) => void;
11
+ export {};
12
+ //# sourceMappingURL=coachmark-context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coachmark-context.d.ts","sourceRoot":"","sources":["../../../src/components/coachmark/coachmark-context.ts"],"names":[],"mappings":"AAQA,UAAU,oBAAoB;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,sBAAsB,8DAGjC,CAAC;AAEH,eAAO,MAAM,2BAA2B,YAKvC,CAAC;AACF,eAAO,MAAM,4BAA4B,GAAI;;;CAAgB,SAQ5D,CAAC"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import { LitElement } from 'lit';
8
+ import '../button/index';
9
+ declare const CDSCoachmarkHeader_base: {
10
+ new (...args: any[]): {
11
+ _handles: Set<import("../../globals/internal/handle").default>;
12
+ connectedCallback(): void;
13
+ disconnectedCallback(): void;
14
+ };
15
+ _hostListeners: {
16
+ [listenerName: string]: {
17
+ [type: string]: {
18
+ options?: boolean | AddEventListenerOptions;
19
+ };
20
+ };
21
+ };
22
+ } & typeof LitElement & (new (...args: any[]) => import("@lit-labs/signals").SignalWatcherApi);
23
+ /**
24
+ * coachmark-header for content header section
25
+ * @element cds-coachmark-header
26
+ */
27
+ declare class CDSCoachmarkHeader extends CDSCoachmarkHeader_base {
28
+ /**
29
+ * Tooltip text and aria label for the Close button icon.
30
+ */
31
+ closeIconDescription?: string;
32
+ /**
33
+ * Tooltip text and aria label for the Drag button icon.
34
+ */
35
+ dragIconDescription?: string;
36
+ private _handleClick;
37
+ render(): import("lit-html").TemplateResult<1>;
38
+ static styles: any;
39
+ }
40
+ export default CDSCoachmarkHeader;
41
+ //# sourceMappingURL=coachmark-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coachmark-header.d.ts","sourceRoot":"","sources":["../../../src/components/coachmark/coachmark-header.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAGhD,OAAO,iBAAiB,CAAC;;;;;;;;;;uBAcE,CAAC;;;;;AAD5B;;;GAGG;AACH,cACM,kBAAmB,SAAQ,uBAA4C;IAC3E;;OAEG;IAEH,oBAAoB,CAAC,EAAE,MAAM,CAAM;IAEnC;;OAEG;IAEH,mBAAmB,CAAC,EAAE,MAAM,CAAM;IAElC,OAAO,CAAC,YAAY,CAqBlB;IAEF,MAAM;IA+BN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export declare const handleClick: () => void;
8
+ export declare const handleDone: () => void;
9
+ export declare const handleCoachmarkOpened: () => void;
10
+ //# sourceMappingURL=coachmark-helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coachmark-helpers.d.ts","sourceRoot":"","sources":["../../../src/components/coachmark/coachmark-helpers.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,eAAO,MAAM,WAAW,YAGvB,CAAC;AAEF,eAAO,MAAM,UAAU,YAGtB,CAAC;AAEF,eAAO,MAAM,qBAAqB,YAmBjC,CAAC"}
@@ -0,0 +1,72 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import { LitElement } from 'lit';
8
+ import '../../button/button';
9
+ declare const CDSCoachmarkTagline_base: {
10
+ new (...args: any[]): {
11
+ _handles: Set<import("../../../globals/internal/handle").default>;
12
+ connectedCallback(): void;
13
+ disconnectedCallback(): void;
14
+ };
15
+ _hostListeners: {
16
+ [listenerName: string]: {
17
+ [type: string]: {
18
+ options?: boolean | AddEventListenerOptions;
19
+ };
20
+ };
21
+ };
22
+ } & typeof LitElement;
23
+ /**
24
+ * DO NOT USE. This component is for the exclusive use
25
+ * of other Onboarding components.
26
+ *
27
+ * Coachmark tagline component.
28
+ *
29
+ * @element cds-coachmark-tagline
30
+ * @fires cds-coachmark-tagline-close - Custom event fired when close button is clicked
31
+ * @fires cds-coachmark-tagline-cta-click - Custom event fired when tagline CTA is clicked
32
+ */
33
+ declare class CDSCoachmarkTagline extends CDSCoachmarkTagline_base {
34
+ /**
35
+ * Tooltip text and aria label for the Close button icon.
36
+ */
37
+ closeIconDescription: string;
38
+ /**
39
+ * The title of the tagline.
40
+ */
41
+ title: string;
42
+ /**
43
+ * Whether the tagline is open.
44
+ */
45
+ open: boolean;
46
+ firstUpdated(): void;
47
+ updated(changedProperties: Map<string, unknown>): void;
48
+ /**
49
+ * Handles the close button click event.
50
+ */
51
+ private _handleClose;
52
+ /**
53
+ * Handles the CTA button click event.
54
+ */
55
+ private _handleCtaClick;
56
+ /**
57
+ * Handles the CTA button double click event.
58
+ */
59
+ private _handleCtaDoubleClick;
60
+ render(): import("lit-html").TemplateResult<1>;
61
+ static shadowRootOptions: {
62
+ delegatesFocus: boolean;
63
+ clonable?: boolean;
64
+ customElementRegistry?: CustomElementRegistry | null;
65
+ mode: ShadowRootMode;
66
+ serializable?: boolean;
67
+ slotAssignment?: SlotAssignmentMode;
68
+ };
69
+ static styles: any;
70
+ }
71
+ export default CDSCoachmarkTagline;
72
+ //# sourceMappingURL=coachmark-tagline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coachmark-tagline.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark-tagline/coachmark-tagline.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAQvC,OAAO,qBAAqB,CAAC;;;;;;;;;;uBASR,CAAC;;;;;AAJtB;;;;;;;;;GASG;AACH,cACM,mBAAoB,SAAQ,wBAA6B;IAC7D;;OAEG;IAEH,oBAAoB,SAAW;IAE/B;;OAEG;IAEH,KAAK,SAAM;IAEX;;OAEG;IAEH,IAAI,UAAS;IAEb,YAAY;IAIZ,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAU/C;;OAEG;IACH,OAAO,CAAC,YAAY;IASpB;;OAEG;IACH,OAAO,CAAC,eAAe;IAYvB;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAY7B,MAAM;IAsBN,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IAEF,MAAM,CAAC,MAAM,MAAU;CACxB;AACD,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import './coachmark-tagline';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark-tagline/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,qBAAqB,CAAC"}
@@ -0,0 +1,97 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import { LitElement } from 'lit';
8
+ import '../popover/index';
9
+ export declare const blockClass = "cds--coachmark";
10
+ declare const CDSCoachmark_base: {
11
+ new (...args: any[]): {
12
+ _handles: Set<import("../../globals/internal/handle").default>;
13
+ connectedCallback(): void;
14
+ disconnectedCallback(): void;
15
+ };
16
+ _hostListeners: {
17
+ [listenerName: string]: {
18
+ [type: string]: {
19
+ options?: boolean | AddEventListenerOptions;
20
+ };
21
+ };
22
+ };
23
+ } & typeof LitElement & (new (...args: any[]) => import("@lit-labs/signals").SignalWatcherApi);
24
+ /**
25
+ * coachmark main component
26
+ * @element cds-coachmark
27
+ * @fires cds-coachmark-opened
28
+ * The custom event fired when the coachmark is opened.
29
+ * This event can be used to perform actions such as focusing elements when the coachmark becomes visible.
30
+ * @fires cds-coachmark-closed
31
+ * The custom event fired when the coachmark is closed.
32
+ * This event can be used to perform actions such as restoring focus when the coachmark is dismissed.
33
+ */
34
+ declare class CDSCoachmark extends CDSCoachmark_base {
35
+ /**
36
+ * Specifies whether the component is currently open.
37
+ */
38
+ open: boolean;
39
+ /**
40
+ * Where to render the Coachmark relative to its target.
41
+ */
42
+ align?: string;
43
+ /**
44
+ * Fine tune the position of the target in pixels.
45
+ */
46
+ position?: {
47
+ x: number;
48
+ y: number;
49
+ };
50
+ /**
51
+ * Specifies whether the component is floating or not.
52
+ */
53
+ floating?: boolean;
54
+ /**
55
+ * Specify whether the component should be rendered on high-contrast.
56
+ */
57
+ highContrast?: boolean;
58
+ /**
59
+ * Specify whether a drop shadow should be rendered on the popover.
60
+ */
61
+ dropShadow?: boolean;
62
+ /**
63
+ * Specify whether a caret should be rendered on the popover. This is intended to use only for coachmark patterns.
64
+ */
65
+ caret?: boolean;
66
+ /**
67
+ * CSS selector for the element that should receive focus when the coachmark opens.
68
+ * If not provided, no automatic focus management will occur.
69
+ */
70
+ selectorPrimaryFocus?: string;
71
+ /**
72
+ * Aria label for when the floating coachmark is picked up for dragging.
73
+ */
74
+ dragAriaLabel?: string;
75
+ private dragCleanup;
76
+ private keydownHandler;
77
+ private moveCounter;
78
+ private isDragging;
79
+ private moveAnnouncement;
80
+ disconnectedCallback(): void;
81
+ private setupDraggable;
82
+ firstUpdated(): void;
83
+ updated(changedProps: Map<string, unknown>): void;
84
+ private handlePopoverClosed;
85
+ render(): import("lit-html").TemplateResult<1>;
86
+ /**
87
+ * The name of the custom event fired when this coachmark is opened.
88
+ */
89
+ static get eventOpen(): string;
90
+ /**
91
+ * The name of the custom event fired when this coachmark is closed.
92
+ */
93
+ static get eventClose(): string;
94
+ static styles: any;
95
+ }
96
+ export default CDSCoachmark;
97
+ //# sourceMappingURL=coachmark.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coachmark.d.ts","sourceRoot":"","sources":["../../../src/components/coachmark/coachmark.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAOvC,OAAO,kBAAkB,CAAC;AAQ1B,eAAO,MAAM,UAAU,mBAAyB,CAAC;;;;;;;;;;uBAIhD,CAAD;;;;;AAFA;;;;;;;;;GASG;AACH,cACM,YAAa,SAAQ,iBAA4C;IACrE;;OAEG;IAEH,IAAI,EAAE,OAAO,CAAS;IACtB;;OAEG;IAEH,KAAK,CAAC,EAAE,MAAM,CAAyB;IACvC;;OAEG;IAEH,QAAQ,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACpC;;OAEG;IAEH,QAAQ,CAAC,EAAE,OAAO,CAAS;IAC3B;;OAEG;IAEH,YAAY,CAAC,EAAE,OAAO,CAAS;IAC/B;;OAEG;IAEH,UAAU,CAAC,EAAE,OAAO,CAAS;IAC7B;;OAEG;IAEH,KAAK,CAAC,EAAE,OAAO,CAAS;IACxB;;;OAGG;IAEH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IAEH,aAAa,CAAC,EAAE,MAAM,CAAuC;IAE7D,OAAO,CAAC,WAAW,CAA6B;IAChD,OAAO,CAAC,cAAc,CAAiD;IACvE,OAAO,CAAC,WAAW,CAAa;IACvB,OAAO,CAAC,UAAU,CAAwB;IAC1C,OAAO,CAAC,gBAAgB,CAAc;IAE/C,oBAAoB;YAWN,cAAc;IAmG5B,YAAY;IAUZ,OAAO,CAAC,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IA0I1C,OAAO,CAAC,mBAAmB,CAMzB;IAEF,MAAM;IAkDN;;OAEG;IACH,MAAM,KAAK,SAAS,WAEnB;IAED;;OAEG;IACH,MAAM,KAAK,UAAU,WAEpB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,YAAY,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025, 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import './coachmark';
8
+ import './coachmark-header';
9
+ import './coachmark-body';
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/coachmark/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,aAAa,CAAC;AACrB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,kBAAkB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"combo-box.d.ts","sourceRoot":"","sources":["../../../src/components/combo-box/combo-box.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EAAE,cAAc,EAAQ,MAAM,KAAK,CAAC;AAK3C,OAAO,WAAyC,MAAM,sBAAsB,CAAC;AAC7E,OAAO,eAAe,MAAM,kBAAkB,CAAC;AAQ/C,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAEzE,KAAK,gBAAgB,GAAG,CAAC,KAAK,EAAE;IAC9B,IAAI,EAAE,eAAe,CAAC;IACtB,YAAY,EAAE,CAAC,IAAI,EAAE,eAAe,KAAK,MAAM,CAAC;IAChD,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,KAAK,OAAO,CAAC;AAEd;;;;;;;;;;;;GAYG;AACH,cACM,WAAY,SAAQ,WAAW;IACnC;;OAEG;IACH,SAAS,CAAC,iBAAiB,SAAM;IAEjC,SAAS,CAAC,yBAAyB,UAAS;IAE5C;;OAEG;IAEH,OAAO,CAAC,gBAAgB,CAAoB;IAE5C;;OAEG;IAEH,OAAO,CAAC,SAAS,CAAe;IAEhC;;OAEG;IAEH,OAAO,CAAC,oBAAoB,CAAe;IAE3C;;;OAGG;IACH,SAAS,CAAC,sBAAsB,CAAC,IAAI,KAAA;IAOrC;;;;;;OAMG;IACH,SAAS,CAAC,mBAAmB,CAC3B,IAAI,EAAE,eAAe,EACrB,SAAS,EAAE,MAAM,GAChB,OAAO;IAOV,iBAAiB;IAQjB;;OAEG;IACH,SAAS,CAAC,YAAY,CAAC,KAAK,EAAE,UAAU;IA6ExC,SAAS,CAAC,6BAA6B;IAevC,SAAS,CAAC,YAAY,CACpB,KAAK,EAAE,UAAU,CAAC,OAAO,CAAC,EAC1B,SAAS,EAAE,MAAM,EACjB,YAAY,EAAE,MAAM,GACnB,MAAM;IA6CT,SAAS,CAAC,mBAAmB,CAAC,IAAI,EAAE,WAAW;IAqB/C,SAAS,CAAC,gBAAgB,IAAI,eAAe,GAAG,IAAI;IAUpD,SAAS,CAAC,sBAAsB,CAAC,KAAK,UAAO;IA6B7C,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,aAAa;IA8BlD,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,UAAU;IAU7C,SAAS,CAAC,oBAAoB,CAAC,KAAK,EAAE,aAAa;IAenD;;OAEG;IACH,SAAS,CAAC,8BAA8B;IAUxC,SAAS,CAAC,8BAA8B,CAAC,IAAI,CAAC,EAAE,eAAe;IAiB/D,SAAS,CAAC,mBAAmB,CAAC,YAAY,CAAC,EAAE,eAAe;IA6B5D,SAAS,CAAC,YAAY,IAAI,cAAc;IAmDxC,SAAS,CAAC,qBAAqB,IAAI,cAAc,GAAG,SAAS;IAuB7D,SAAS,CAAC,iBAAiB,IAAI,cAAc;IA+B7C;;OAEG;IAEH,mBAAmB,SAAqB;IAExC;;OAEG;IAEH,UAAU,SAAM;IAEhB;;OAEG;IAEH,WAAW,EAAG,CAAC,IAAI,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,KAAK,OAAO,CAAC;IAEpE;;;OAGG;IAOH,gBAAgB,EAAE,OAAO,GAAG,gBAAgB,CAAS;IAErD;;OAEG;IAEH,SAAS,UAAS;IAElB;;OAEG;IAEH,gBAAgB,UAAS;IAEzB;;;;OAIG;IAEH,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;IAEvD,OAAO,CAAC,oBAAoB;IAe5B,YAAY,CAAC,iBAAiB,KAAA;IAmB9B,SAAS,CAAC,2BAA2B,CAAC,KAAK,UAAO;IAoBlD,OAAO,CAAC,iBAAiB,KAAA;IA4CzB,SAAS,CAAC,mBAAmB;IAY7B,MAAM,CAAC,YAAY,cAAsB;IAEzC;;OAEG;IACH,MAAM,KAAK,uBAAuB,WAEjC;IAED;;OAEG;IACH,MAAM,KAAK,YAAY,WAEtB;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED;;;OAGG;IACH,MAAM,KAAK,iBAAiB,WAE3B;IAED;;OAEG;IACH,MAAM,KAAK,WAAW,WAErB;IAED;;;OAGG;IACH,MAAM,KAAK,iBAAiB,WAE3B;IAED;;OAEG;IACH,MAAM,KAAK,WAAW,WAErB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"combo-box.d.ts","sourceRoot":"","sources":["../../../src/components/combo-box/combo-box.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import './copy';
8
+ import '../tooltip/tooltip-content';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/copy/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,QAAQ,CAAC;AAChB,OAAO,4BAA4B,CAAC"}
@@ -4,6 +4,7 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
+ import { classMap } from 'lit/directives/class-map.js';
7
8
  import { LitElement, TemplateResult } from 'lit';
8
9
  import { DROPDOWN_DIRECTION, DROPDOWN_KEYBOARD_ACTION, DROPDOWN_SIZE, DROPDOWN_TYPE, NAVIGATION_DIRECTION } from './defs';
9
10
  import CDSDropdownItem from './dropdown-item';
@@ -350,7 +351,7 @@ declare class CDSDropdown extends CDSDropdown_base {
350
351
  /**
351
352
  * The CSS class list for dropdown listbox
352
353
  */
353
- protected get _classes(): any;
354
+ protected get _classes(): ReturnType<typeof classMap>;
354
355
  render(): TemplateResult<1>;
355
356
  /**
356
357
  * Symbols of keys that triggers opening/closing menu and selecting/deselecting menu item.
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2026
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ /**
10
+ * Edit in place size.
11
+ */
12
+ export declare enum EDIT_IN_PLACE_SIZE {
13
+ SMALL = "sm",
14
+ MEDIUM = "md",
15
+ LARGE = "lg"
16
+ }
17
+ /**
18
+ * Tooltip alignment options.
19
+ */
20
+ export declare enum TOOLTIP_ALIGNMENT {
21
+ TOP = "top",
22
+ TOP_LEFT = "top-left",
23
+ TOP_RIGHT = "top-right",
24
+ BOTTOM = "bottom",
25
+ BOTTOM_LEFT = "bottom-left",
26
+ BOTTOM_RIGHT = "bottom-right",
27
+ LEFT = "left",
28
+ RIGHT = "right"
29
+ }
30
+ //# sourceMappingURL=defs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../src/components/edit-in-place/defs.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;GAEG;AACH,oBAAY,kBAAkB;IAC5B,KAAK,OAAO;IACZ,MAAM,OAAO;IACb,KAAK,OAAO;CACb;AAED;;GAEG;AACH,oBAAY,iBAAiB;IAC3B,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,IAAI,SAAS;IACb,KAAK,UAAU;CAChB"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
9
+ //#region src/components/edit-in-place/defs.ts
10
+ /**
11
+ * @license
12
+ *
13
+ * Copyright IBM Corp. 2026
14
+ *
15
+ * This source code is licensed under the Apache-2.0 license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */
18
+ /**
19
+ * Edit in place size.
20
+ */
21
+ let EDIT_IN_PLACE_SIZE = /* @__PURE__ */ function(EDIT_IN_PLACE_SIZE) {
22
+ EDIT_IN_PLACE_SIZE["SMALL"] = "sm";
23
+ EDIT_IN_PLACE_SIZE["MEDIUM"] = "md";
24
+ EDIT_IN_PLACE_SIZE["LARGE"] = "lg";
25
+ return EDIT_IN_PLACE_SIZE;
26
+ }({});
27
+ /**
28
+ * Tooltip alignment options.
29
+ */
30
+ let TOOLTIP_ALIGNMENT = /* @__PURE__ */ function(TOOLTIP_ALIGNMENT) {
31
+ TOOLTIP_ALIGNMENT["TOP"] = "top";
32
+ TOOLTIP_ALIGNMENT["TOP_LEFT"] = "top-left";
33
+ TOOLTIP_ALIGNMENT["TOP_RIGHT"] = "top-right";
34
+ TOOLTIP_ALIGNMENT["BOTTOM"] = "bottom";
35
+ TOOLTIP_ALIGNMENT["BOTTOM_LEFT"] = "bottom-left";
36
+ TOOLTIP_ALIGNMENT["BOTTOM_RIGHT"] = "bottom-right";
37
+ TOOLTIP_ALIGNMENT["LEFT"] = "left";
38
+ TOOLTIP_ALIGNMENT["RIGHT"] = "right";
39
+ return TOOLTIP_ALIGNMENT;
40
+ }({});
41
+ //#endregion
42
+ exports.EDIT_IN_PLACE_SIZE = EDIT_IN_PLACE_SIZE;
43
+ exports.TOOLTIP_ALIGNMENT = TOOLTIP_ALIGNMENT;
44
+
45
+ //# sourceMappingURL=defs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defs.js","names":[],"sources":["../../../src/components/edit-in-place/defs.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2026\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Edit in place size.\n */\nexport enum EDIT_IN_PLACE_SIZE {\n SMALL = 'sm',\n MEDIUM = 'md',\n LARGE = 'lg',\n}\n\n/**\n * Tooltip alignment options.\n */\nexport enum TOOLTIP_ALIGNMENT {\n TOP = 'top',\n TOP_LEFT = 'top-left',\n TOP_RIGHT = 'top-right',\n BOTTOM = 'bottom',\n BOTTOM_LEFT = 'bottom-left',\n BOTTOM_RIGHT = 'bottom-right',\n LEFT = 'left',\n RIGHT = 'right',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAYA,IAAY,qBAAL,yBAAA,oBAAA;CACL,mBAAA,WAAA;CACA,mBAAA,YAAA;CACA,mBAAA,WAAA;;AACF,EAAA,CAAA,CAAA;;;;AAKA,IAAY,oBAAL,yBAAA,mBAAA;CACL,kBAAA,SAAA;CACA,kBAAA,cAAA;CACA,kBAAA,eAAA;CACA,kBAAA,YAAA;CACA,kBAAA,iBAAA;CACA,kBAAA,kBAAA;CACA,kBAAA,UAAA;CACA,kBAAA,WAAA;;AACF,EAAA,CAAA,CAAA"}