@carbon/web-components 2.53.0 → 2.54.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 (552) hide show
  1. package/custom-elements.json +784 -110
  2. package/es/components/ai-label/ai-label.scss.js +1 -1
  3. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  4. package/es/components/button/button.scss.js +1 -1
  5. package/es/components/checkbox/checkbox.scss.js +1 -1
  6. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  7. package/es/components/combo-box/combo-box.scss.js +1 -1
  8. package/es/components/combo-button/combo-button.scss.js +1 -1
  9. package/es/components/contained-list/contained-list.scss.js +1 -1
  10. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  11. package/es/components/copy-button/copy-button.scss.js +1 -1
  12. package/es/components/data-table/data-table.scss.js +1 -1
  13. package/es/components/data-table/table-toolbar-search.d.ts +3 -3
  14. package/es/components/data-table/table-toolbar-search.d.ts.map +1 -1
  15. package/es/components/data-table/table-toolbar-search.js +2 -3
  16. package/es/components/data-table/table-toolbar-search.js.map +1 -1
  17. package/es/components/date-picker/date-picker.d.ts +4 -0
  18. package/es/components/date-picker/date-picker.d.ts.map +1 -1
  19. package/es/components/date-picker/date-picker.js +5 -1
  20. package/es/components/date-picker/date-picker.js.map +1 -1
  21. package/es/components/date-picker/date-picker.scss.js +1 -1
  22. package/es/components/date-picker/fix-events-plugin.d.ts.map +1 -1
  23. package/es/components/date-picker/fix-events-plugin.js +0 -6
  24. package/es/components/date-picker/fix-events-plugin.js.map +1 -1
  25. package/es/components/date-picker/range-plugin.d.ts +2 -8
  26. package/es/components/date-picker/range-plugin.d.ts.map +1 -1
  27. package/es/components/date-picker/range-plugin.js +3 -9
  28. package/es/components/date-picker/range-plugin.js.map +1 -1
  29. package/es/components/dialog/dialog.scss.js +1 -1
  30. package/es/components/dropdown/dropdown.d.ts +3 -2
  31. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  32. package/es/components/dropdown/dropdown.js +9 -2
  33. package/es/components/dropdown/dropdown.js.map +1 -1
  34. package/es/components/dropdown/dropdown.scss.js +1 -1
  35. package/es/components/feature-flags/index.js +1 -1
  36. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  37. package/es/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
  38. package/es/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
  39. package/es/components/fluid-combo-box/fluid-combo-box-skeleton.js +45 -0
  40. package/es/components/fluid-combo-box/fluid-combo-box-skeleton.js.map +1 -0
  41. package/es/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
  42. package/es/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
  43. package/es/components/fluid-combo-box/fluid-combo-box.js +53 -0
  44. package/es/components/fluid-combo-box/fluid-combo-box.js.map +1 -0
  45. package/es/components/fluid-combo-box/fluid-combo-box.scss.js +14 -0
  46. package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -0
  47. package/es/components/fluid-combo-box/index.d.ts +9 -0
  48. package/es/components/fluid-combo-box/index.d.ts.map +1 -0
  49. package/es/components/fluid-combo-box/index.js +9 -0
  50. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  51. package/es/components/fluid-form/fluid-form.d.ts +19 -0
  52. package/es/components/fluid-form/fluid-form.d.ts.map +1 -0
  53. package/es/components/fluid-form/fluid-form.js +44 -0
  54. package/es/components/fluid-form/fluid-form.js.map +1 -0
  55. package/es/components/fluid-form/fluid-form.scss.js +14 -0
  56. package/es/components/fluid-form/fluid-form.scss.js.map +1 -0
  57. package/es/components/fluid-form/index.d.ts +8 -0
  58. package/es/components/fluid-form/index.d.ts.map +1 -0
  59. package/es/components/fluid-form/index.js +8 -0
  60. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  61. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  62. package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  63. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  64. package/es/components/fluid-password-input/fluid-password-input.scss.js.map +1 -1
  65. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  66. package/es/components/fluid-select/fluid-select.scss.js +1 -1
  67. package/es/components/fluid-select/fluid-select.scss.js.map +1 -1
  68. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  69. package/es/components/fluid-text-input/fluid-text-input.scss.js.map +1 -1
  70. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  71. package/es/components/fluid-textarea/fluid-textarea.scss.js.map +1 -1
  72. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  73. package/es/components/form/form-item.scss.js +1 -1
  74. package/es/components/form/form.scss.js +1 -1
  75. package/es/components/form-group/form-group.scss.js +1 -1
  76. package/es/components/grid/column-hang.scss.js +1 -1
  77. package/es/components/grid/grid.d.ts +5 -0
  78. package/es/components/grid/grid.d.ts.map +1 -1
  79. package/es/components/grid/grid.js +11 -1
  80. package/es/components/grid/grid.js.map +1 -1
  81. package/es/components/grid/grid.scss.js +1 -1
  82. package/es/components/grid/grid.scss.js.map +1 -1
  83. package/es/components/icon/icon.d.ts +1 -1
  84. package/es/components/menu/menu-item.d.ts +1 -0
  85. package/es/components/menu/menu-item.d.ts.map +1 -1
  86. package/es/components/menu/menu-item.js +5 -0
  87. package/es/components/menu/menu-item.js.map +1 -1
  88. package/es/components/menu/menu-item.scss.js +1 -1
  89. package/es/components/menu/menu-item.scss.js.map +1 -1
  90. package/es/components/menu-button/menu-button.d.ts.map +1 -1
  91. package/es/components/menu-button/menu-button.js +0 -1
  92. package/es/components/menu-button/menu-button.js.map +1 -1
  93. package/es/components/menu-button/menu-button.scss.js +1 -1
  94. package/es/components/modal/modal.scss.js +1 -1
  95. package/es/components/modal/modal.scss.js.map +1 -1
  96. package/es/components/multi-select/multi-select.d.ts +38 -4
  97. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  98. package/es/components/multi-select/multi-select.js +30 -27
  99. package/es/components/multi-select/multi-select.js.map +1 -1
  100. package/es/components/multi-select/multi-select.scss.js +1 -1
  101. package/es/components/notification/actionable-notification.d.ts +1 -1
  102. package/es/components/notification/actionable-notification.scss.js +1 -1
  103. package/es/components/notification/callout-notification.d.ts +1 -1
  104. package/es/components/notification/inline-notification.d.ts +1 -1
  105. package/es/components/notification/inline-notification.scss.js +1 -1
  106. package/es/components/notification/toast-notification.scss.js +1 -1
  107. package/es/components/number-input/number-input.scss.js +1 -1
  108. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  109. package/es/components/page-header/page-header.scss.js +1 -1
  110. package/es/components/pagination/defs.d.ts +25 -0
  111. package/es/components/pagination/defs.d.ts.map +1 -1
  112. package/es/components/pagination/defs.js +27 -1
  113. package/es/components/pagination/defs.js.map +1 -1
  114. package/es/components/pagination/pagination.d.ts +9 -1
  115. package/es/components/pagination/pagination.d.ts.map +1 -1
  116. package/es/components/pagination/pagination.js +7 -2
  117. package/es/components/pagination/pagination.js.map +1 -1
  118. package/es/components/pagination/pagination.scss.js +1 -1
  119. package/es/components/pagination/pagination.scss.js.map +1 -1
  120. package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
  121. package/es/components/password-input/defs.d.ts +5 -1
  122. package/es/components/password-input/defs.d.ts.map +1 -1
  123. package/es/components/password-input/defs.js +4 -0
  124. package/es/components/password-input/defs.js.map +1 -1
  125. package/es/components/password-input/password-input.d.ts +1 -1
  126. package/es/components/password-input/password-input.d.ts.map +1 -1
  127. package/es/components/password-input/password-input.js +15 -15
  128. package/es/components/password-input/password-input.js.map +1 -1
  129. package/es/components/password-input/password-input.scss.js +1 -1
  130. package/es/components/password-input/password-input.scss.js.map +1 -1
  131. package/es/components/popover/popover.scss.js +1 -1
  132. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  133. package/es/components/radio-button/radio-button.scss.js +1 -1
  134. package/es/components/search/defs.d.ts +28 -0
  135. package/es/components/search/defs.d.ts.map +1 -0
  136. package/es/components/search/defs.js +40 -0
  137. package/es/components/search/defs.js.map +1 -0
  138. package/es/components/search/search-skeleton.d.ts +4 -4
  139. package/es/components/search/search-skeleton.d.ts.map +1 -1
  140. package/es/components/search/search-skeleton.js +9 -9
  141. package/es/components/search/search-skeleton.js.map +1 -1
  142. package/es/components/search/search.d.ts +4 -3
  143. package/es/components/search/search.d.ts.map +1 -1
  144. package/es/components/search/search.js +3 -5
  145. package/es/components/search/search.js.map +1 -1
  146. package/es/components/search/search.scss.js +1 -1
  147. package/es/components/search/search.scss.js.map +1 -1
  148. package/es/components/select/select.d.ts +1 -1
  149. package/es/components/select/select.d.ts.map +1 -1
  150. package/es/components/select/select.js +1 -4
  151. package/es/components/select/select.js.map +1 -1
  152. package/es/components/select/select.scss.js +1 -1
  153. package/es/components/select/select.scss.js.map +1 -1
  154. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  155. package/es/components/slider/slider.d.ts.map +1 -1
  156. package/es/components/slider/slider.js +2 -2
  157. package/es/components/slider/slider.js.map +1 -1
  158. package/es/components/slider/slider.scss.js +1 -1
  159. package/es/components/slug/slug.scss.js +1 -1
  160. package/es/components/tabs/stories/tabs-wrapper.d.ts +53 -0
  161. package/es/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
  162. package/es/components/tabs/stories/tabs-wrapper.js +129 -0
  163. package/es/components/tabs/stories/tabs-wrapper.js.map +1 -0
  164. package/es/components/tabs/tab.d.ts +23 -0
  165. package/es/components/tabs/tab.d.ts.map +1 -1
  166. package/es/components/tabs/tab.js +59 -3
  167. package/es/components/tabs/tab.js.map +1 -1
  168. package/es/components/tabs/tabs.d.ts +14 -0
  169. package/es/components/tabs/tabs.d.ts.map +1 -1
  170. package/es/components/tabs/tabs.js +74 -25
  171. package/es/components/tabs/tabs.js.map +1 -1
  172. package/es/components/tabs/tabs.scss.js +1 -1
  173. package/es/components/tabs/tabs.scss.js.map +1 -1
  174. package/es/components/tag/tag.scss.js +1 -1
  175. package/es/components/text-input/defs.d.ts +5 -1
  176. package/es/components/text-input/defs.d.ts.map +1 -1
  177. package/es/components/text-input/defs.js +4 -0
  178. package/es/components/text-input/defs.js.map +1 -1
  179. package/es/components/text-input/text-input-skeleton.d.ts +5 -0
  180. package/es/components/text-input/text-input-skeleton.d.ts.map +1 -1
  181. package/es/components/text-input/text-input-skeleton.js +10 -3
  182. package/es/components/text-input/text-input-skeleton.js.map +1 -1
  183. package/es/components/text-input/text-input.d.ts +4 -3
  184. package/es/components/text-input/text-input.d.ts.map +1 -1
  185. package/es/components/text-input/text-input.js +15 -11
  186. package/es/components/text-input/text-input.js.map +1 -1
  187. package/es/components/text-input/text-input.scss.js +1 -1
  188. package/es/components/text-input/text-input.scss.js.map +1 -1
  189. package/es/components/textarea/textarea.scss.js +1 -1
  190. package/es/components/tile/selectable-tile.d.ts +1 -1
  191. package/es/components/tile/tile.scss.js +1 -1
  192. package/es/components/time-picker/time-picker.d.ts +2 -1
  193. package/es/components/time-picker/time-picker.d.ts.map +1 -1
  194. package/es/components/time-picker/time-picker.scss.js +1 -1
  195. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  196. package/es/components/tooltip/tooltip.scss.js +1 -1
  197. package/es/components/tooltip/tooltip.scss.js.map +1 -1
  198. package/es/components/tree-view/tree-view.scss.js +1 -1
  199. package/es/components/ui-shell/header.scss.js +1 -1
  200. package/es/globals/directives/spread.d.ts +1 -1
  201. package/es/globals/directives/spread.d.ts.map +1 -1
  202. package/es/globals/internal/icon-loader-utils.d.ts +1 -1
  203. package/es/globals/internal/icon-loader-utils.d.ts.map +1 -1
  204. package/es/globals/mixins/validity.d.ts +2 -1
  205. package/es/globals/mixins/validity.d.ts.map +1 -1
  206. package/es/globals/mixins/validity.js.map +1 -1
  207. package/es/index.js +1 -1
  208. package/es/node_modules/flatpickr/dist/esm/index.js +1516 -0
  209. package/es/node_modules/flatpickr/dist/esm/index.js.map +1 -0
  210. package/es/node_modules/flatpickr/dist/esm/l10n/default.js +99 -0
  211. package/es/node_modules/flatpickr/dist/esm/l10n/default.js.map +1 -0
  212. package/es/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js +130 -0
  213. package/es/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js.map +1 -0
  214. package/es/node_modules/flatpickr/dist/esm/types/options.js +90 -0
  215. package/es/node_modules/flatpickr/dist/esm/types/options.js.map +1 -0
  216. package/es/node_modules/flatpickr/dist/esm/utils/dates.js +118 -0
  217. package/es/node_modules/flatpickr/dist/esm/utils/dates.js.map +1 -0
  218. package/es/node_modules/flatpickr/dist/esm/utils/dom.js +52 -0
  219. package/es/node_modules/flatpickr/dist/esm/utils/dom.js.map +1 -0
  220. package/es/node_modules/flatpickr/dist/esm/utils/formatting.js +181 -0
  221. package/es/node_modules/flatpickr/dist/esm/utils/formatting.js.map +1 -0
  222. package/es/node_modules/flatpickr/dist/esm/utils/index.js +33 -0
  223. package/es/node_modules/flatpickr/dist/esm/utils/index.js.map +1 -0
  224. package/es/node_modules/flatpickr/dist/esm/utils/polyfills.js +26 -0
  225. package/es/node_modules/flatpickr/dist/esm/utils/polyfills.js.map +1 -0
  226. package/es/packages/feature-flags/es/index.js.map +1 -0
  227. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  228. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  229. package/es-custom/components/button/button.scss.js +1 -1
  230. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  231. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  232. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  233. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  234. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  235. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  236. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  237. package/es-custom/components/data-table/data-table.scss.js +1 -1
  238. package/es-custom/components/data-table/table-toolbar-search.d.ts +3 -3
  239. package/es-custom/components/data-table/table-toolbar-search.d.ts.map +1 -1
  240. package/es-custom/components/data-table/table-toolbar-search.js +2 -3
  241. package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
  242. package/es-custom/components/date-picker/date-picker.d.ts +4 -0
  243. package/es-custom/components/date-picker/date-picker.d.ts.map +1 -1
  244. package/es-custom/components/date-picker/date-picker.js +5 -1
  245. package/es-custom/components/date-picker/date-picker.js.map +1 -1
  246. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  247. package/es-custom/components/date-picker/fix-events-plugin.d.ts.map +1 -1
  248. package/es-custom/components/date-picker/fix-events-plugin.js +0 -6
  249. package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
  250. package/es-custom/components/date-picker/range-plugin.d.ts +2 -8
  251. package/es-custom/components/date-picker/range-plugin.d.ts.map +1 -1
  252. package/es-custom/components/date-picker/range-plugin.js +3 -9
  253. package/es-custom/components/date-picker/range-plugin.js.map +1 -1
  254. package/es-custom/components/dialog/dialog.scss.js +1 -1
  255. package/es-custom/components/dropdown/dropdown.d.ts +3 -2
  256. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  257. package/es-custom/components/dropdown/dropdown.js +9 -2
  258. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  259. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  260. package/es-custom/components/feature-flags/index.js +1 -1
  261. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  262. package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
  263. package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
  264. package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.js +45 -0
  265. package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.js.map +1 -0
  266. package/es-custom/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
  267. package/es-custom/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
  268. package/es-custom/components/fluid-combo-box/fluid-combo-box.js +53 -0
  269. package/es-custom/components/fluid-combo-box/fluid-combo-box.js.map +1 -0
  270. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +14 -0
  271. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -0
  272. package/es-custom/components/fluid-combo-box/index.d.ts +9 -0
  273. package/es-custom/components/fluid-combo-box/index.d.ts.map +1 -0
  274. package/es-custom/components/fluid-combo-box/index.js +9 -0
  275. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  276. package/es-custom/components/fluid-form/fluid-form.d.ts +19 -0
  277. package/es-custom/components/fluid-form/fluid-form.d.ts.map +1 -0
  278. package/es-custom/components/fluid-form/fluid-form.js +44 -0
  279. package/es-custom/components/fluid-form/fluid-form.js.map +1 -0
  280. package/es-custom/components/fluid-form/fluid-form.scss.js +14 -0
  281. package/es-custom/components/fluid-form/fluid-form.scss.js.map +1 -0
  282. package/es-custom/components/fluid-form/index.d.ts +8 -0
  283. package/es-custom/components/fluid-form/index.d.ts.map +1 -0
  284. package/es-custom/components/fluid-form/index.js +8 -0
  285. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  286. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  287. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  288. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  289. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js.map +1 -1
  290. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  291. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
  292. package/es-custom/components/fluid-select/fluid-select.scss.js.map +1 -1
  293. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  294. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js.map +1 -1
  295. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  296. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js.map +1 -1
  297. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  298. package/es-custom/components/form/form-item.scss.js +1 -1
  299. package/es-custom/components/form/form.scss.js +1 -1
  300. package/es-custom/components/form-group/form-group.scss.js +1 -1
  301. package/es-custom/components/grid/column-hang.scss.js +1 -1
  302. package/es-custom/components/grid/grid.d.ts +5 -0
  303. package/es-custom/components/grid/grid.d.ts.map +1 -1
  304. package/es-custom/components/grid/grid.js +11 -1
  305. package/es-custom/components/grid/grid.js.map +1 -1
  306. package/es-custom/components/grid/grid.scss.js +1 -1
  307. package/es-custom/components/grid/grid.scss.js.map +1 -1
  308. package/es-custom/components/icon/icon.d.ts +1 -1
  309. package/es-custom/components/menu/menu-item.d.ts +1 -0
  310. package/es-custom/components/menu/menu-item.d.ts.map +1 -1
  311. package/es-custom/components/menu/menu-item.js +5 -0
  312. package/es-custom/components/menu/menu-item.js.map +1 -1
  313. package/es-custom/components/menu/menu-item.scss.js +1 -1
  314. package/es-custom/components/menu/menu-item.scss.js.map +1 -1
  315. package/es-custom/components/menu-button/menu-button.d.ts.map +1 -1
  316. package/es-custom/components/menu-button/menu-button.js +0 -1
  317. package/es-custom/components/menu-button/menu-button.js.map +1 -1
  318. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  319. package/es-custom/components/modal/modal.scss.js +1 -1
  320. package/es-custom/components/modal/modal.scss.js.map +1 -1
  321. package/es-custom/components/multi-select/multi-select.d.ts +38 -4
  322. package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
  323. package/es-custom/components/multi-select/multi-select.js +30 -27
  324. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  325. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  326. package/es-custom/components/notification/actionable-notification.d.ts +1 -1
  327. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  328. package/es-custom/components/notification/callout-notification.d.ts +1 -1
  329. package/es-custom/components/notification/inline-notification.d.ts +1 -1
  330. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  331. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  332. package/es-custom/components/number-input/number-input.scss.js +1 -1
  333. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  334. package/es-custom/components/page-header/page-header.scss.js +1 -1
  335. package/es-custom/components/pagination/defs.d.ts +25 -0
  336. package/es-custom/components/pagination/defs.d.ts.map +1 -1
  337. package/es-custom/components/pagination/defs.js +27 -1
  338. package/es-custom/components/pagination/defs.js.map +1 -1
  339. package/es-custom/components/pagination/pagination.d.ts +9 -1
  340. package/es-custom/components/pagination/pagination.d.ts.map +1 -1
  341. package/es-custom/components/pagination/pagination.js +7 -2
  342. package/es-custom/components/pagination/pagination.js.map +1 -1
  343. package/es-custom/components/pagination/pagination.scss.js +1 -1
  344. package/es-custom/components/pagination/pagination.scss.js.map +1 -1
  345. package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
  346. package/es-custom/components/password-input/defs.d.ts +5 -1
  347. package/es-custom/components/password-input/defs.d.ts.map +1 -1
  348. package/es-custom/components/password-input/defs.js +4 -0
  349. package/es-custom/components/password-input/defs.js.map +1 -1
  350. package/es-custom/components/password-input/password-input.d.ts +1 -1
  351. package/es-custom/components/password-input/password-input.d.ts.map +1 -1
  352. package/es-custom/components/password-input/password-input.js +15 -15
  353. package/es-custom/components/password-input/password-input.js.map +1 -1
  354. package/es-custom/components/password-input/password-input.scss.js +1 -1
  355. package/es-custom/components/password-input/password-input.scss.js.map +1 -1
  356. package/es-custom/components/popover/popover.scss.js +1 -1
  357. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  358. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  359. package/es-custom/components/search/defs.d.ts +28 -0
  360. package/es-custom/components/search/defs.d.ts.map +1 -0
  361. package/es-custom/components/search/defs.js +40 -0
  362. package/es-custom/components/search/defs.js.map +1 -0
  363. package/es-custom/components/search/search-skeleton.d.ts +4 -4
  364. package/es-custom/components/search/search-skeleton.d.ts.map +1 -1
  365. package/es-custom/components/search/search-skeleton.js +9 -9
  366. package/es-custom/components/search/search-skeleton.js.map +1 -1
  367. package/es-custom/components/search/search.d.ts +4 -3
  368. package/es-custom/components/search/search.d.ts.map +1 -1
  369. package/es-custom/components/search/search.js +3 -5
  370. package/es-custom/components/search/search.js.map +1 -1
  371. package/es-custom/components/search/search.scss.js +1 -1
  372. package/es-custom/components/search/search.scss.js.map +1 -1
  373. package/es-custom/components/select/select.d.ts +1 -1
  374. package/es-custom/components/select/select.d.ts.map +1 -1
  375. package/es-custom/components/select/select.js +1 -4
  376. package/es-custom/components/select/select.js.map +1 -1
  377. package/es-custom/components/select/select.scss.js +1 -1
  378. package/es-custom/components/select/select.scss.js.map +1 -1
  379. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  380. package/es-custom/components/slider/slider.d.ts.map +1 -1
  381. package/es-custom/components/slider/slider.js +2 -2
  382. package/es-custom/components/slider/slider.js.map +1 -1
  383. package/es-custom/components/slider/slider.scss.js +1 -1
  384. package/es-custom/components/slug/slug.scss.js +1 -1
  385. package/es-custom/components/tabs/stories/tabs-wrapper.d.ts +53 -0
  386. package/es-custom/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
  387. package/es-custom/components/tabs/stories/tabs-wrapper.js +129 -0
  388. package/es-custom/components/tabs/stories/tabs-wrapper.js.map +1 -0
  389. package/es-custom/components/tabs/tab.d.ts +23 -0
  390. package/es-custom/components/tabs/tab.d.ts.map +1 -1
  391. package/es-custom/components/tabs/tab.js +59 -3
  392. package/es-custom/components/tabs/tab.js.map +1 -1
  393. package/es-custom/components/tabs/tabs.d.ts +14 -0
  394. package/es-custom/components/tabs/tabs.d.ts.map +1 -1
  395. package/es-custom/components/tabs/tabs.js +74 -25
  396. package/es-custom/components/tabs/tabs.js.map +1 -1
  397. package/es-custom/components/tabs/tabs.scss.js +1 -1
  398. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  399. package/es-custom/components/tag/tag.scss.js +1 -1
  400. package/es-custom/components/text-input/defs.d.ts +5 -1
  401. package/es-custom/components/text-input/defs.d.ts.map +1 -1
  402. package/es-custom/components/text-input/defs.js +4 -0
  403. package/es-custom/components/text-input/defs.js.map +1 -1
  404. package/es-custom/components/text-input/text-input-skeleton.d.ts +5 -0
  405. package/es-custom/components/text-input/text-input-skeleton.d.ts.map +1 -1
  406. package/es-custom/components/text-input/text-input-skeleton.js +10 -3
  407. package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
  408. package/es-custom/components/text-input/text-input.d.ts +4 -3
  409. package/es-custom/components/text-input/text-input.d.ts.map +1 -1
  410. package/es-custom/components/text-input/text-input.js +15 -11
  411. package/es-custom/components/text-input/text-input.js.map +1 -1
  412. package/es-custom/components/text-input/text-input.scss.js +1 -1
  413. package/es-custom/components/text-input/text-input.scss.js.map +1 -1
  414. package/es-custom/components/textarea/textarea.scss.js +1 -1
  415. package/es-custom/components/tile/selectable-tile.d.ts +1 -1
  416. package/es-custom/components/tile/tile.scss.js +1 -1
  417. package/es-custom/components/time-picker/time-picker.d.ts +2 -1
  418. package/es-custom/components/time-picker/time-picker.d.ts.map +1 -1
  419. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  420. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  421. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  422. package/es-custom/components/tooltip/tooltip.scss.js.map +1 -1
  423. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  424. package/es-custom/components/ui-shell/header.scss.js +1 -1
  425. package/es-custom/globals/directives/spread.d.ts +1 -1
  426. package/es-custom/globals/directives/spread.d.ts.map +1 -1
  427. package/es-custom/globals/internal/icon-loader-utils.d.ts +1 -1
  428. package/es-custom/globals/internal/icon-loader-utils.d.ts.map +1 -1
  429. package/es-custom/globals/mixins/validity.d.ts +2 -1
  430. package/es-custom/globals/mixins/validity.d.ts.map +1 -1
  431. package/es-custom/globals/mixins/validity.js.map +1 -1
  432. package/es-custom/index.js +1 -1
  433. package/es-custom/node_modules/flatpickr/dist/esm/index.js +1516 -0
  434. package/es-custom/node_modules/flatpickr/dist/esm/index.js.map +1 -0
  435. package/es-custom/node_modules/flatpickr/dist/esm/l10n/default.js +99 -0
  436. package/es-custom/node_modules/flatpickr/dist/esm/l10n/default.js.map +1 -0
  437. package/es-custom/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js +130 -0
  438. package/es-custom/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js.map +1 -0
  439. package/es-custom/node_modules/flatpickr/dist/esm/types/options.js +90 -0
  440. package/es-custom/node_modules/flatpickr/dist/esm/types/options.js.map +1 -0
  441. package/es-custom/node_modules/flatpickr/dist/esm/utils/dates.js +118 -0
  442. package/es-custom/node_modules/flatpickr/dist/esm/utils/dates.js.map +1 -0
  443. package/es-custom/node_modules/flatpickr/dist/esm/utils/dom.js +52 -0
  444. package/es-custom/node_modules/flatpickr/dist/esm/utils/dom.js.map +1 -0
  445. package/es-custom/node_modules/flatpickr/dist/esm/utils/formatting.js +181 -0
  446. package/es-custom/node_modules/flatpickr/dist/esm/utils/formatting.js.map +1 -0
  447. package/es-custom/node_modules/flatpickr/dist/esm/utils/index.js +33 -0
  448. package/es-custom/node_modules/flatpickr/dist/esm/utils/index.js.map +1 -0
  449. package/es-custom/node_modules/flatpickr/dist/esm/utils/polyfills.js +26 -0
  450. package/es-custom/node_modules/flatpickr/dist/esm/utils/polyfills.js.map +1 -0
  451. package/es-custom/packages/feature-flags/es/index.js.map +1 -0
  452. package/lib/components/data-table/table-toolbar-search.d.ts +3 -3
  453. package/lib/components/data-table/table-toolbar-search.d.ts.map +1 -1
  454. package/lib/components/date-picker/date-picker.d.ts +4 -0
  455. package/lib/components/date-picker/date-picker.d.ts.map +1 -1
  456. package/lib/components/date-picker/fix-events-plugin.d.ts.map +1 -1
  457. package/lib/components/date-picker/range-plugin.d.ts +2 -8
  458. package/lib/components/date-picker/range-plugin.d.ts.map +1 -1
  459. package/lib/components/dropdown/dropdown.d.ts +3 -2
  460. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  461. package/lib/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
  462. package/lib/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
  463. package/lib/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
  464. package/lib/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
  465. package/lib/components/fluid-combo-box/index.d.ts +9 -0
  466. package/lib/components/fluid-combo-box/index.d.ts.map +1 -0
  467. package/lib/components/fluid-form/fluid-form.d.ts +19 -0
  468. package/lib/components/fluid-form/fluid-form.d.ts.map +1 -0
  469. package/lib/components/fluid-form/index.d.ts +8 -0
  470. package/lib/components/fluid-form/index.d.ts.map +1 -0
  471. package/lib/components/grid/grid.d.ts +5 -0
  472. package/lib/components/grid/grid.d.ts.map +1 -1
  473. package/lib/components/icon/icon.d.ts +1 -1
  474. package/lib/components/menu/menu-item.d.ts +1 -0
  475. package/lib/components/menu/menu-item.d.ts.map +1 -1
  476. package/lib/components/menu-button/menu-button.d.ts.map +1 -1
  477. package/lib/components/multi-select/multi-select.d.ts +38 -4
  478. package/lib/components/multi-select/multi-select.d.ts.map +1 -1
  479. package/lib/components/notification/actionable-notification.d.ts +1 -1
  480. package/lib/components/notification/callout-notification.d.ts +1 -1
  481. package/lib/components/notification/inline-notification.d.ts +1 -1
  482. package/lib/components/pagination/defs.d.ts +25 -0
  483. package/lib/components/pagination/defs.d.ts.map +1 -1
  484. package/lib/components/pagination/defs.js +27 -0
  485. package/lib/components/pagination/defs.js.map +1 -1
  486. package/lib/components/pagination/pagination.d.ts +9 -1
  487. package/lib/components/pagination/pagination.d.ts.map +1 -1
  488. package/lib/components/password-input/defs.d.ts +5 -1
  489. package/lib/components/password-input/defs.d.ts.map +1 -1
  490. package/lib/components/password-input/defs.js +4 -0
  491. package/lib/components/password-input/defs.js.map +1 -1
  492. package/lib/components/password-input/password-input.d.ts +1 -1
  493. package/lib/components/password-input/password-input.d.ts.map +1 -1
  494. package/lib/components/search/defs.d.ts +28 -0
  495. package/lib/components/search/defs.d.ts.map +1 -0
  496. package/lib/components/search/defs.js +41 -0
  497. package/lib/components/search/defs.js.map +1 -0
  498. package/lib/components/search/search-skeleton.d.ts +4 -4
  499. package/lib/components/search/search-skeleton.d.ts.map +1 -1
  500. package/lib/components/search/search.d.ts +4 -3
  501. package/lib/components/search/search.d.ts.map +1 -1
  502. package/lib/components/select/select.d.ts +1 -1
  503. package/lib/components/select/select.d.ts.map +1 -1
  504. package/lib/components/slider/slider.d.ts.map +1 -1
  505. package/lib/components/tabs/stories/tabs-wrapper.d.ts +53 -0
  506. package/lib/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
  507. package/lib/components/tabs/tab.d.ts +23 -0
  508. package/lib/components/tabs/tab.d.ts.map +1 -1
  509. package/lib/components/tabs/tabs.d.ts +14 -0
  510. package/lib/components/tabs/tabs.d.ts.map +1 -1
  511. package/lib/components/text-input/defs.d.ts +5 -1
  512. package/lib/components/text-input/defs.d.ts.map +1 -1
  513. package/lib/components/text-input/defs.js +4 -0
  514. package/lib/components/text-input/defs.js.map +1 -1
  515. package/lib/components/text-input/text-input-skeleton.d.ts +5 -0
  516. package/lib/components/text-input/text-input-skeleton.d.ts.map +1 -1
  517. package/lib/components/text-input/text-input.d.ts +4 -3
  518. package/lib/components/text-input/text-input.d.ts.map +1 -1
  519. package/lib/components/tile/selectable-tile.d.ts +1 -1
  520. package/lib/components/time-picker/time-picker.d.ts +2 -1
  521. package/lib/components/time-picker/time-picker.d.ts.map +1 -1
  522. package/lib/globals/directives/spread.d.ts +1 -1
  523. package/lib/globals/directives/spread.d.ts.map +1 -1
  524. package/lib/globals/internal/icon-loader-utils.d.ts +1 -1
  525. package/lib/globals/internal/icon-loader-utils.d.ts.map +1 -1
  526. package/lib/globals/mixins/validity.d.ts +2 -1
  527. package/lib/globals/mixins/validity.d.ts.map +1 -1
  528. package/package.json +13 -10
  529. package/scss/components/data-table/_table-action.scss +9 -1
  530. package/scss/components/fluid-combo-box/fluid-combo-box.scss +252 -0
  531. package/scss/components/fluid-form/fluid-form.scss +24 -0
  532. package/scss/components/fluid-number-input/fluid-number-input.scss +3 -1
  533. package/scss/components/fluid-password-input/fluid-password-input.scss +1 -16
  534. package/scss/components/fluid-select/fluid-select.scss +3 -1
  535. package/scss/components/fluid-text-input/fluid-text-input.scss +3 -1
  536. package/scss/components/fluid-textarea/fluid-textarea.scss +3 -1
  537. package/scss/components/grid/grid.scss +20 -0
  538. package/scss/components/menu/menu-item.scss +5 -1
  539. package/scss/components/modal/modal.scss +1 -0
  540. package/scss/components/pagination/pagination.scss +3 -7
  541. package/scss/components/password-input/password-input.scss +1 -17
  542. package/scss/components/search/search.scss +20 -53
  543. package/scss/components/select/select.scss +4 -0
  544. package/scss/components/tabs/tabs-story.scss +19 -1
  545. package/scss/components/tabs/tabs.scss +74 -6
  546. package/scss/components/text-input/text-input.scss +7 -9
  547. package/scss/components/tooltip/tooltip.scss +13 -1
  548. package/telemetry.yml +25 -11
  549. package/es/feature-flags/es/index.js.map +0 -1
  550. package/es-custom/feature-flags/es/index.js.map +0 -1
  551. /package/es/{feature-flags → packages/feature-flags}/es/index.js +0 -0
  552. /package/es-custom/{feature-flags → packages/feature-flags}/es/index.js +0 -0
@@ -0,0 +1,252 @@
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
+ $css--plex: true !default;
9
+ @use '@carbon/styles/scss/config' as *;
10
+ @use '@carbon/styles/scss/components/fluid-combo-box/index';
11
+ @use '@carbon/styles/scss/components/combo-box' as *;
12
+ @use '@carbon/styles/scss/components/list-box' as *;
13
+ @use '@carbon/styles/scss/layout' as *;
14
+ @use '@carbon/styles/scss/spacing' as *;
15
+ @use '@carbon/styles/scss/theme' as *;
16
+ @use '@carbon/styles/scss/type' as *;
17
+ @use '@carbon/styles/scss/utilities/skeleton' as *;
18
+ @use '@carbon/styles/scss/utilities' as *;
19
+ @use '@carbon/styles/scss/colors';
20
+ @use '@carbon/styles/scss/utilities/convert' as *;
21
+
22
+ :host(#{$prefix}-fluid-combo-box) {
23
+ @extend .#{$prefix}--list-box__wrapper;
24
+ @extend .#{$prefix}--list-box__wrapper--fluid;
25
+
26
+ @include emit-layout-tokens();
27
+
28
+ outline: none;
29
+
30
+ .#{$prefix}--list-box {
31
+ box-sizing: border-box;
32
+ }
33
+
34
+ .#{$prefix}--list-box--expanded {
35
+ border-block-end-color: $border-subtle;
36
+ }
37
+
38
+ .#{$prefix}--assistive-text {
39
+ inset-block-start: -100%;
40
+ inset-inline-start: -100%;
41
+ }
42
+
43
+ .#{$prefix}--label[hidden] {
44
+ display: none;
45
+ }
46
+
47
+ .#{$prefix}--list-box__menu {
48
+ inset-block-start: 100%;
49
+ margin-block-start: 1px;
50
+ outline: none;
51
+ }
52
+
53
+ .#{$prefix}--list-box--disabled {
54
+ border-block-end-color: transparent;
55
+ pointer-events: none;
56
+ }
57
+
58
+ .#{$prefix}--list-box__menu-item__selected-icon {
59
+ inset-block-start: to-rem(20px);
60
+ }
61
+
62
+ .#{$prefix}--list-box__divider {
63
+ display: block;
64
+ border: none;
65
+ margin: 0 1rem;
66
+ border-block-end: 1px solid $border-subtle;
67
+ }
68
+ }
69
+
70
+ :host(#{$prefix}-fluid-combo-box:not([is-condensed])) {
71
+ ::slotted(#{$prefix}-combo-box-item) {
72
+ block-size: $spacing-10;
73
+ }
74
+ }
75
+
76
+ :host(#{$prefix}-fluid-combo-box[invalid]) {
77
+ @extend .#{$prefix}--list-box__wrapper--fluid--invalid;
78
+ @include focus-outline('invalid');
79
+
80
+ outline-offset: 0;
81
+ }
82
+
83
+ // Direction top
84
+ :host(#{$prefix}-fluid-combo-box[direction='top']) {
85
+ @extend .#{$prefix}--list-box--up;
86
+
87
+ .#{$prefix}--list-box__menu {
88
+ inset-block-start: auto;
89
+ }
90
+ }
91
+
92
+ // AI Label styles
93
+ :host(#{$prefix}-fluid-combo-box[ai-label]) {
94
+ @extend .#{$prefix}--list-box__wrapper--slug;
95
+
96
+ ::slotted(#{$prefix}-ai-label),
97
+ ::slotted(#{$prefix}-slug) {
98
+ position: absolute;
99
+ inset-block-start: 73%;
100
+ inset-inline-end: $spacing-09;
101
+ }
102
+
103
+ ::slotted(#{$prefix}-ai-label:not([revert-active])),
104
+ ::slotted(#{$prefix}-slug:not([revert-active])) {
105
+ transform: translateY(-73%);
106
+ }
107
+
108
+ .#{$prefix}--list-box__wrapper--decorator {
109
+ @include ai-gradient;
110
+ }
111
+ }
112
+
113
+ // AI label dividers - always present
114
+ :host(#{$prefix}-fluid-combo-box[ai-label]) ::slotted(#{$prefix}-ai-label) {
115
+ &::after {
116
+ position: absolute;
117
+ background-color: $border-subtle-01;
118
+ block-size: to-rem(16px);
119
+ content: '';
120
+ inline-size: to-rem(1px);
121
+ inset-inline-start: calc(#{$spacing-06} - to-rem(1px));
122
+ }
123
+ }
124
+
125
+ :host(#{$prefix}-fluid-combo-box[ai-label][read-only]),
126
+ :host(#{$prefix}-fluid-combo-box[ai-label][disabled]) {
127
+ .#{$prefix}--list-box {
128
+ border-block-end-color: $ai-border-strong;
129
+ }
130
+
131
+ .#{$prefix}--list-box__field {
132
+ border-block-end: 1px solid $ai-border-strong;
133
+ }
134
+
135
+ ::slotted(#{$prefix}-ai-label)::before {
136
+ display: none;
137
+ }
138
+ }
139
+
140
+ // Preserve AI gradient in invalid/warn states
141
+ :host(
142
+ #{$prefix}-fluid-combo-box[ai-label][invalid]:not([disabled]):not(
143
+ [read-only]
144
+ )
145
+ ),
146
+ :host(
147
+ #{$prefix}-fluid-combo-box[ai-label][warn]:not([disabled]):not([read-only])
148
+ ) {
149
+ .#{$prefix}--list-box__wrapper--decorator {
150
+ @include ai-gradient;
151
+ }
152
+ }
153
+
154
+ // AI label - adjust position when clear button is visible
155
+ :host(#{$prefix}-fluid-combo-box[ai-label][isClosable]) {
156
+ ::slotted(#{$prefix}-ai-label),
157
+ ::slotted(#{$prefix}-slug) {
158
+ inset-inline-end: calc($spacing-10 + 18px);
159
+ }
160
+ }
161
+
162
+ // Condensed styles
163
+ :host(#{$prefix}-fluid-combo-box[is-condensed]) {
164
+ @extend .#{$prefix}--list-box__wrapper--fluid--condensed;
165
+
166
+ .#{$prefix}--list-box__menu-item__selected-icon {
167
+ inset-block-start: auto;
168
+ }
169
+
170
+ ::slotted(#{$prefix}-combo-box-item) {
171
+ block-size: auto;
172
+ }
173
+ }
174
+
175
+ // Disabled state
176
+ :host(#{$prefix}-fluid-combo-box[disabled]) {
177
+ .#{$prefix}--list-box {
178
+ cursor: not-allowed;
179
+ }
180
+
181
+ .#{$prefix}--list-box__menu-icon svg {
182
+ fill: $icon-disabled;
183
+ }
184
+
185
+ .#{$prefix}--list-box__field,
186
+ .#{$prefix}--list-box__selection {
187
+ pointer-events: none;
188
+ }
189
+
190
+ .#{$prefix}--list-box__field:focus,
191
+ .#{$prefix}--list-box__selection:focus {
192
+ outline: none;
193
+ }
194
+
195
+ .#{$prefix}--label {
196
+ color: $text-disabled;
197
+ cursor: not-allowed;
198
+ }
199
+ }
200
+
201
+ :host(#{$prefix}-fluid-combo-box[read-only]) {
202
+ @extend .#{$prefix}--dropdown--readonly;
203
+
204
+ .#{$prefix}--text-input {
205
+ border-block-end-color: $border-subtle;
206
+ }
207
+
208
+ .#{$prefix}--list-box__field,
209
+ .#{$prefix}--list-box__selection {
210
+ pointer-events: none;
211
+ }
212
+ }
213
+
214
+ :host(#{$prefix}-fluid-combo-box[invalid]:not([disabled]):not([read-only])),
215
+ :host(#{$prefix}-fluid-combo-box[warn]:not([disabled]):not([read-only])) {
216
+ .#{$prefix}--form__helper-text {
217
+ padding: to-rem(8px) 4rem to-rem(8px) $spacing-05;
218
+ inline-size: auto;
219
+ margin-block-start: 0;
220
+ }
221
+
222
+ .#{$prefix}--list-box {
223
+ border-block-end: 1px solid transparent;
224
+ }
225
+
226
+ .#{$prefix}--list-box.#{$prefix}--list-box--warning
227
+ .#{$prefix}--list-box__invalid-icon,
228
+ .#{$prefix}--list-box__invalid-icon--warning {
229
+ inset-block-start: to-rem(81px);
230
+ inset-inline-end: $spacing-05;
231
+ pointer-events: none;
232
+ }
233
+ }
234
+
235
+ :host(#{$prefix}-fluid-combo-box[warn]:not([disabled]):not([read-only])) {
236
+ .#{$prefix}--form__helper-text {
237
+ color: $text-primary;
238
+ }
239
+ }
240
+
241
+ :host(#{$prefix}-fluid-combo-box[invalid]:not([disabled]):not([read-only])) {
242
+ .#{$prefix}--form__helper-text {
243
+ color: $text-error;
244
+ }
245
+ }
246
+
247
+ // Skeleton
248
+ :host(#{$prefix}-fluid-combo-box-skeleton) {
249
+ @extend .#{$prefix}--list-box__wrapper--fluid;
250
+
251
+ display: block;
252
+ }
@@ -0,0 +1,24 @@
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
+ $css--plex: true !default;
9
+
10
+ @use '@carbon/styles/scss/config' as *;
11
+ @use '@carbon/styles/scss/spacing' as *;
12
+ @use '@carbon/styles/scss/components/form';
13
+
14
+ :host(#{$prefix}-fluid-form) {
15
+ @include form.form;
16
+ }
17
+
18
+ :host(#{$prefix}-fluid-form[in-modal]) {
19
+ --cds-field: var(--cds-field-01);
20
+
21
+ .#{$prefix}--form--fluid {
22
+ margin-inline: -$spacing-05 - $spacing-05;
23
+ }
24
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp.2025
2
+ * Copyright IBM Corp. 2025, 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.
@@ -18,6 +18,8 @@ $css--plex: true !default;
18
18
 
19
19
  :host(#{$prefix}-fluid-number-input) {
20
20
  @include emit-layout-tokens();
21
+
22
+ flex: 1 1 auto;
21
23
  }
22
24
 
23
25
  :host(#{$prefix}-fluid-number-input-skeleton) {
@@ -21,9 +21,9 @@ $css--plex: true !default;
21
21
  :host(#{$prefix}-fluid-password-input) {
22
22
  @include emit-layout-tokens();
23
23
 
24
+ flex: 1 1 auto;
24
25
  inline-size: 100%;
25
26
  outline: none;
26
- padding-inline-end: $spacing-08;
27
27
  .#{$prefix}--text-input__invalid-icon {
28
28
  inset-inline-end: $spacing-08;
29
29
  }
@@ -47,22 +47,7 @@ $css--plex: true !default;
47
47
  inline-size: 100%;
48
48
  }
49
49
 
50
- .#{$prefix}--btn--icon-only {
51
- border: none;
52
- background-color: transparent;
53
- block-size: 100%;
54
- cursor: pointer;
55
- inline-size: 100%;
56
-
57
- &:focus {
58
- @include focus-outline('outline');
59
- }
60
- }
61
-
62
50
  .#{$prefix}--text-input--password__visibility__toggle svg {
63
51
  pointer-events: none;
64
52
  }
65
- .#{$prefix}--toggle-password-tooltip {
66
- block-size: 100%;
67
- }
68
53
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp.2025
2
+ * Copyright IBM Corp. 2025, 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.
@@ -24,6 +24,8 @@ $divider-width: 1px;
24
24
 
25
25
  @include emit-layout-tokens();
26
26
 
27
+ flex: 1 1 auto;
28
+
27
29
  // Position the AI label and slug
28
30
  ::slotted(#{$prefix}-ai-label),
29
31
  ::slotted(#{$prefix}-slug) {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp.2025
2
+ * Copyright IBM Corp. 2025, 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.
@@ -16,6 +16,8 @@ $css--plex: true !default;
16
16
 
17
17
  :host(#{$prefix}-fluid-text-input) {
18
18
  @include emit-layout-tokens();
19
+
20
+ flex: 1 1 auto;
19
21
  }
20
22
 
21
23
  :host(#{$prefix}-fluid-text-input-skeleton) {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp.2025
2
+ * Copyright IBM Corp. 2025, 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.
@@ -13,4 +13,6 @@ $css--plex: true !default;
13
13
 
14
14
  :host(#{$prefix}-fluid-textarea) {
15
15
  @include emit-layout-tokens();
16
+
17
+ flex: 1 1 auto;
16
18
  }
@@ -35,6 +35,14 @@ $css-grid: #{$prefix}--css-grid;
35
35
  @extend .#{$css-grid}--full-width;
36
36
  }
37
37
 
38
+ :host(#{$prefix}-grid[with-row-gap]) [grid] {
39
+ row-gap: var(--cds-grid-gutter);
40
+ }
41
+
42
+ :host(#{$prefix}-grid[narrow][with-row-gap]) [grid] {
43
+ row-gap: calc(var(--cds-grid-gutter) / 2);
44
+ }
45
+
38
46
  /* sub grid styles */
39
47
  $sub-grid: #{$prefix}--subgrid;
40
48
  :host(#{$prefix}-grid) [subgrid] {
@@ -55,5 +63,17 @@ $sub-grid: #{$prefix}--subgrid;
55
63
  @extend .#{$sub-grid}--narrow;
56
64
  }
57
65
 
66
+ :host(#{$prefix}-grid) [subgrid][with-row-gap] {
67
+ row-gap: calc(var(--cds-grid-gutter-start) + var(--cds-grid-gutter-end));
68
+ }
69
+
70
+ :host(#{$prefix}-grid) [subgrid][mode='narrow'][with-row-gap] {
71
+ row-gap: var(--cds-grid-gutter-end);
72
+ }
73
+
74
+ :host(#{$prefix}-grid) [subgrid][mode='condensed'][with-row-gap] {
75
+ row-gap: var(--cds-grid-gutter-start);
76
+ }
77
+
58
78
  // Column styles
59
79
  @include grid-columns(#{$prefix}-grid);
@@ -71,11 +71,15 @@ $css--plex: true !default;
71
71
  display: var(--child-icon-property, none);
72
72
  }
73
73
 
74
- :host([aria-disabled='true']) * {
74
+ :host([aria-disabled='true']) {
75
75
  color: $text-disabled;
76
76
  cursor: not-allowed;
77
77
  }
78
78
 
79
+ :host([aria-disabled='true']) :where(*) {
80
+ color: inherit;
81
+ }
82
+
79
83
  :host([aria-disabled='true']:hover),
80
84
  :host([aria-disabled='true'].#{$prefix}--menu-item--danger:hover) {
81
85
  background-color: $layer;
@@ -28,6 +28,7 @@
28
28
  visibility: inherit;
29
29
 
30
30
  .#{$prefix}--modal-container {
31
+ overflow: hidden;
31
32
  transform: translate3d(0, 0, 0);
32
33
  transition: transform $duration-moderate-02 motion(entrance, expressive);
33
34
  }
@@ -14,9 +14,11 @@ $css--plex: true !default;
14
14
  @use '@carbon/styles/scss/breakpoint' as *;
15
15
  @use '@carbon/styles/scss/components/pagination' as *;
16
16
  @use '@carbon/styles/scss/utilities/visually-hidden' as *;
17
+ @use '@carbon/styles/scss/layout' as *;
17
18
 
18
19
  :host(#{$prefix}-pagination) {
19
20
  @extend .#{$prefix}--pagination;
21
+ @include emit-layout-tokens();
20
22
 
21
23
  position: relative;
22
24
  outline: none;
@@ -40,10 +42,4 @@ $css--plex: true !default;
40
42
  }
41
43
  }
42
44
 
43
- :host(#{$prefix}-pagination[size='sm']) {
44
- @extend .#{$prefix}--pagination--sm;
45
- }
46
-
47
- :host(#{$prefix}-pagination[size='lg']) {
48
- @extend .#{$prefix}--pagination--lg;
49
- }
45
+ @include emit-layout-tokens-to-shadow-host('#{$prefix}-pagination');
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2025
2
+ // Copyright IBM Corp. 2025, 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.
@@ -20,10 +20,6 @@ $css--plex: true !default;
20
20
 
21
21
  inline-size: 100%;
22
22
  outline: none;
23
- padding-inline-end: $spacing-08;
24
- .#{$prefix}--text-input__invalid-icon {
25
- inset-inline-end: $spacing-08;
26
- }
27
23
  .#{$prefix}--icon-visibility-on,
28
24
  .#{$prefix}--icon-visibility-off {
29
25
  vertical-align: middle;
@@ -44,18 +40,6 @@ $css--plex: true !default;
44
40
  inline-size: 100%;
45
41
  }
46
42
 
47
- .#{$prefix}--btn--icon-only {
48
- border: none;
49
- background-color: transparent;
50
- block-size: 100%;
51
- cursor: pointer;
52
- inline-size: 100%;
53
-
54
- &:focus {
55
- @include focus-outline('outline');
56
- }
57
- }
58
-
59
43
  .#{$prefix}--text-input--password__visibility__toggle svg {
60
44
  pointer-events: none;
61
45
  }
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2019, 2024
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.
@@ -13,11 +13,13 @@ $css--plex: true !default;
13
13
  @use '@carbon/styles/scss/utilities' as *;
14
14
  @use '@carbon/styles/scss/components/form';
15
15
  @use '@carbon/styles/scss/components/search' as *;
16
+ @use '@carbon/styles/scss/layout' as *;
16
17
 
17
18
  // https://github.com/carbon-design-system/carbon/issues/11408
18
19
  @include search;
19
20
 
20
21
  :host(#{$prefix}-search) {
22
+ @include emit-layout-tokens();
21
23
  @extend .#{$prefix}--search;
22
24
 
23
25
  outline: none;
@@ -39,27 +41,6 @@ $css--plex: true !default;
39
41
  outline: none;
40
42
  }
41
43
 
42
- :host(#{$prefix}-search[expandable][size='sm']) {
43
- .#{$prefix}--search-magnifier {
44
- block-size: $spacing-07;
45
- inline-size: $spacing-07;
46
- }
47
- }
48
-
49
- :host(#{$prefix}-search[expandable][size='md']) {
50
- .#{$prefix}--search-magnifier {
51
- block-size: $spacing-08;
52
- inline-size: $spacing-08;
53
- }
54
- }
55
-
56
- :host(#{$prefix}-search[expandable][size='lg']) {
57
- .#{$prefix}--search-magnifier {
58
- block-size: $spacing-09;
59
- inline-size: $spacing-09;
60
- }
61
- }
62
-
63
44
  :host(#{$prefix}-search[expandable][expanded]) {
64
45
  @extend .#{$prefix}--search--expanded;
65
46
 
@@ -75,32 +56,15 @@ $css--plex: true !default;
75
56
  }
76
57
  }
77
58
 
78
- :host(#{$prefix}-search[expandable][expanded][size='sm']) {
79
- .#{$prefix}--search-input {
80
- padding: 0 $spacing-07;
81
- }
82
- }
59
+ :host(#{$prefix}-search[disabled]) {
60
+ @extend .#{$prefix}--search--disabled;
83
61
 
84
- :host(#{$prefix}-search[expandable][expanded][size='md']) {
85
- .#{$prefix}--search-input {
86
- padding: 0 $spacing-08;
62
+ svg {
63
+ fill: $icon-on-color-disabled;
87
64
  }
88
- }
89
65
 
90
- :host(#{$prefix}-search[expandable][expanded][size='lg']) {
91
66
  .#{$prefix}--search-input {
92
- padding: 0 $spacing-09;
93
- }
94
-
95
- ::slotted(.#{$prefix}--search-magnifier) {
96
- block-size: rem(48px);
97
- inline-size: rem(48px);
98
- }
99
- }
100
-
101
- :host(#{$prefix}-search[disabled]) {
102
- svg {
103
- fill: $icon-on-color-disabled;
67
+ border-block-end: 1px solid transparent;
104
68
  }
105
69
 
106
70
  .#{$prefix}--search-close {
@@ -114,6 +78,8 @@ $css--plex: true !default;
114
78
  }
115
79
 
116
80
  :host(#{$prefix}-search-skeleton) {
81
+ @include emit-layout-tokens();
82
+
117
83
  inline-size: 100%;
118
84
 
119
85
  .#{$prefix}--search-input {
@@ -127,19 +93,20 @@ $css--plex: true !default;
127
93
  }
128
94
  }
129
95
 
130
- :host(#{$prefix}-search[size='sm']),
131
- :host(#{$prefix}-search-skeleton[size='sm']) {
132
- @extend .#{$prefix}--search--sm;
96
+ :host(#{$prefix}-search[size='xs']) {
97
+ @extend .#{$prefix}--layout--size-xs;
98
+ }
99
+
100
+ :host(#{$prefix}-search[size='sm']) {
101
+ @extend .#{$prefix}--layout--size-sm;
133
102
  }
134
103
 
135
- :host(#{$prefix}-search[size='md']),
136
- :host(#{$prefix}-search-skeleton[size='md']) {
137
- @extend .#{$prefix}--search--md;
104
+ :host(#{$prefix}-search[size='md']) {
105
+ @extend .#{$prefix}--layout--size-md;
138
106
  }
139
107
 
140
- :host(#{$prefix}-search[size='lg']),
141
- :host(#{$prefix}-search-skeleton[size='lg']) {
142
- @extend .#{$prefix}--search--lg;
108
+ :host(#{$prefix}-search[size='lg']) {
109
+ @extend .#{$prefix}--layout--size-lg;
143
110
  }
144
111
  :host(#{$prefix}-search) {
145
112
  .#{$prefix}--search-input {
@@ -15,11 +15,13 @@ $css--plex: true !default;
15
15
  @use '@carbon/styles/scss/utilities/convert' as *;
16
16
  @use '@carbon/styles/scss/components/fluid-select' as *;
17
17
  @use '@carbon/styles/scss/utilities/visually-hidden' as *;
18
+ @use '@carbon/styles/scss/layout' as *;
18
19
 
19
20
  $divider-width: 1px;
20
21
 
21
22
  :host(#{$prefix}-select) {
22
23
  @extend .#{$prefix}--select;
24
+ @include emit-layout-tokens();
23
25
 
24
26
  outline: none;
25
27
 
@@ -109,3 +111,5 @@ $divider-width: 1px;
109
111
  inset-inline-end: $spacing-09;
110
112
  }
111
113
  }
114
+
115
+ @include emit-layout-tokens-to-shadow-host('#{$prefix}-select');
@@ -8,15 +8,33 @@
8
8
  @use '@carbon/styles/scss/config' as *;
9
9
  @use '@carbon/styles/scss/spacing' as *;
10
10
  @use '@carbon/styles/scss/theme' as *;
11
+ @use '@carbon/styles/scss/utilities/focus-outline' as *;
11
12
  @use '@carbon/styles/scss/utilities/layout';
12
13
  @use '@carbon/styles/scss/components/form/form' as form;
13
14
 
14
15
  @include form.form;
15
16
 
17
+ body {
18
+ @include layout.use('density', $default: 'normal');
19
+ }
16
20
  .#{$prefix}-ce-demo-devenv--tab-panels {
17
21
  flex: 1;
18
22
  align-self: stretch;
19
- padding: $spacing-05;
23
+ }
24
+
25
+ //-----------------------------
26
+ // Tab Panel Styles
27
+ //-----------------------------
28
+ [role='tabpanel'] {
29
+ padding: layout.density('padding-inline');
30
+
31
+ &:focus {
32
+ @include focus-outline('outline');
33
+ }
34
+ }
35
+ // Contained tabs background for panels (using descendant selector to handle wrapper div)
36
+ #{$prefix}-tabs[type='contained'] ~ * [role='tabpanel'] {
37
+ background: $layer;
20
38
  }
21
39
 
22
40
  .#{$prefix}--tab-content {