@yamada-ui/react 2.2.3 → 2.2.4-dev-20260706063021

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 (429) hide show
  1. package/dist/cjs/components/accordion/accordion.cjs +1 -0
  2. package/dist/cjs/components/accordion/namespace.cjs +13 -0
  3. package/dist/cjs/components/action-bar/namespace.cjs +7 -0
  4. package/dist/cjs/components/alert/namespace.cjs +7 -0
  5. package/dist/cjs/components/alpha-slider/alpha-slider.cjs +1 -0
  6. package/dist/cjs/components/alpha-slider/namespace.cjs +6 -0
  7. package/dist/cjs/components/autocomplete/namespace.cjs +6 -0
  8. package/dist/cjs/components/avatar/namespace.cjs +4 -0
  9. package/dist/cjs/components/blockquote/namespace.cjs +7 -0
  10. package/dist/cjs/components/breadcrumb/namespace.cjs +5 -0
  11. package/dist/cjs/components/button/namespace.cjs +7 -0
  12. package/dist/cjs/components/calendar/namespace.cjs +10 -0
  13. package/dist/cjs/components/card/namespace.cjs +6 -0
  14. package/dist/cjs/components/carousel/namespace.cjs +9 -0
  15. package/dist/cjs/components/chart/area-chart.namespace.cjs +14 -0
  16. package/dist/cjs/components/chart/bar-chart.namespace.cjs +13 -0
  17. package/dist/cjs/components/chart/composed-chart.namespace.cjs +15 -0
  18. package/dist/cjs/components/chart/donut-chart.namespace.cjs +10 -0
  19. package/dist/cjs/components/chart/line-chart.namespace.cjs +13 -0
  20. package/dist/cjs/components/chart/pie-chart.namespace.cjs +10 -0
  21. package/dist/cjs/components/chart/polar-chart.cjs.map +1 -1
  22. package/dist/cjs/components/chart/radar-chart.namespace.cjs +13 -0
  23. package/dist/cjs/components/chart/radial-chart.namespace.cjs +13 -0
  24. package/dist/cjs/components/chart/use-cartesian-chart.cjs +1 -3
  25. package/dist/cjs/components/chart/use-cartesian-chart.cjs.map +1 -1
  26. package/dist/cjs/components/checkbox/checkbox-group.cjs +1 -0
  27. package/dist/cjs/components/checkbox/namespace.cjs +4 -0
  28. package/dist/cjs/components/checkbox-card/checkbox-card-group.cjs +1 -0
  29. package/dist/cjs/components/checkbox-card/checkbox-card-group.namespace.cjs +7 -0
  30. package/dist/cjs/components/checkbox-card/checkbox-card.namespace.cjs +6 -0
  31. package/dist/cjs/components/circle-progress/namespace.cjs +4 -0
  32. package/dist/cjs/components/color-selector/namespace.cjs +10 -0
  33. package/dist/cjs/components/color-swatch/color-swatch.cjs +1 -0
  34. package/dist/cjs/components/container/namespace.cjs +6 -0
  35. package/dist/cjs/components/data-list/namespace.cjs +6 -0
  36. package/dist/cjs/components/date-picker/use-date-picker.cjs +1 -1
  37. package/dist/cjs/components/drawer/drawer.cjs +1 -0
  38. package/dist/cjs/components/drawer/namespace.cjs +13 -0
  39. package/dist/cjs/components/dropzone/namespace.cjs +16 -0
  40. package/dist/cjs/components/editable/namespace.cjs +12 -0
  41. package/dist/cjs/components/empty-state/namespace.cjs +7 -0
  42. package/dist/cjs/components/field/field.cjs +1 -0
  43. package/dist/cjs/components/field/namespace.cjs +6 -0
  44. package/dist/cjs/components/fieldset/namespace.cjs +8 -0
  45. package/dist/cjs/components/focus-lock/focus-lock.cjs +1 -1
  46. package/dist/cjs/components/form/namespace.cjs +10 -0
  47. package/dist/cjs/components/format/namespace.cjs +17 -0
  48. package/dist/cjs/components/hue-slider/namespace.cjs +6 -0
  49. package/dist/cjs/components/icon/icons/ad-icon.cjs +14 -0
  50. package/dist/cjs/components/icon/icons/ad-icon.cjs.map +1 -0
  51. package/dist/cjs/components/icon/icons/banknote-check-icon.cjs +14 -0
  52. package/dist/cjs/components/icon/icons/banknote-check-icon.cjs.map +1 -0
  53. package/dist/cjs/components/icon/icons/bone-fracture-icon.cjs +14 -0
  54. package/dist/cjs/components/icon/icons/bone-fracture-icon.cjs.map +1 -0
  55. package/dist/cjs/components/icon/icons/clock-arrow-left-icon.cjs +14 -0
  56. package/dist/cjs/components/icon/icons/clock-arrow-left-icon.cjs.map +1 -0
  57. package/dist/cjs/components/icon/icons/clock-arrow-right-icon.cjs +14 -0
  58. package/dist/cjs/components/icon/icons/clock-arrow-right-icon.cjs.map +1 -0
  59. package/dist/cjs/components/icon/icons/database-arrow-down-icon.cjs +14 -0
  60. package/dist/cjs/components/icon/icons/database-arrow-down-icon.cjs.map +1 -0
  61. package/dist/cjs/components/icon/icons/database-arrow-up-icon.cjs +14 -0
  62. package/dist/cjs/components/icon/icons/database-arrow-up-icon.cjs.map +1 -0
  63. package/dist/cjs/components/icon/icons/database-check-icon.cjs +14 -0
  64. package/dist/cjs/components/icon/icons/database-check-icon.cjs.map +1 -0
  65. package/dist/cjs/components/icon/icons/database-minus-icon.cjs +14 -0
  66. package/dist/cjs/components/icon/icons/database-minus-icon.cjs.map +1 -0
  67. package/dist/cjs/components/icon/icons/database-plus-icon.cjs +14 -0
  68. package/dist/cjs/components/icon/icons/database-plus-icon.cjs.map +1 -0
  69. package/dist/cjs/components/icon/icons/database-x-icon.cjs +14 -0
  70. package/dist/cjs/components/icon/icons/database-x-icon.cjs.map +1 -0
  71. package/dist/cjs/components/icon/icons/eye-dashed-icon.cjs +14 -0
  72. package/dist/cjs/components/icon/icons/eye-dashed-icon.cjs.map +1 -0
  73. package/dist/cjs/components/icon/icons/index.cjs +87 -0
  74. package/dist/cjs/components/icon/icons/index.cjs.map +1 -1
  75. package/dist/cjs/components/icon/icons/list-sort-ascending-icon.cjs +14 -0
  76. package/dist/cjs/components/icon/icons/list-sort-ascending-icon.cjs.map +1 -0
  77. package/dist/cjs/components/icon/icons/list-sort-descending-icon.cjs +14 -0
  78. package/dist/cjs/components/icon/icons/list-sort-descending-icon.cjs.map +1 -0
  79. package/dist/cjs/components/icon/icons/pencil-sparkles-icon.cjs +14 -0
  80. package/dist/cjs/components/icon/icons/pencil-sparkles-icon.cjs.map +1 -0
  81. package/dist/cjs/components/icon/icons/phi-icon.cjs +14 -0
  82. package/dist/cjs/components/icon/icons/phi-icon.cjs.map +1 -0
  83. package/dist/cjs/components/icon/icons/podium-icon.cjs +14 -0
  84. package/dist/cjs/components/icon/icons/podium-icon.cjs.map +1 -0
  85. package/dist/cjs/components/icon/icons/save-check-icon.cjs +14 -0
  86. package/dist/cjs/components/icon/icons/save-check-icon.cjs.map +1 -0
  87. package/dist/cjs/components/icon/icons/save-pen-icon.cjs +14 -0
  88. package/dist/cjs/components/icon/icons/save-pen-icon.cjs.map +1 -0
  89. package/dist/cjs/components/icon/icons/save-plus-icon.cjs +14 -0
  90. package/dist/cjs/components/icon/icons/save-plus-icon.cjs.map +1 -0
  91. package/dist/cjs/components/icon/icons/star-check-icon.cjs +14 -0
  92. package/dist/cjs/components/icon/icons/star-check-icon.cjs.map +1 -0
  93. package/dist/cjs/components/icon/icons/star-minus-icon.cjs +14 -0
  94. package/dist/cjs/components/icon/icons/star-minus-icon.cjs.map +1 -0
  95. package/dist/cjs/components/icon/icons/star-plus-icon.cjs +14 -0
  96. package/dist/cjs/components/icon/icons/star-plus-icon.cjs.map +1 -0
  97. package/dist/cjs/components/icon/icons/star-x-icon.cjs +14 -0
  98. package/dist/cjs/components/icon/icons/star-x-icon.cjs.map +1 -0
  99. package/dist/cjs/components/icon/icons/summary-icon.cjs +14 -0
  100. package/dist/cjs/components/icon/icons/summary-icon.cjs.map +1 -0
  101. package/dist/cjs/components/icon/icons/tag-plus-icon.cjs +14 -0
  102. package/dist/cjs/components/icon/icons/tag-plus-icon.cjs.map +1 -0
  103. package/dist/cjs/components/icon/icons/tag-x-icon.cjs +14 -0
  104. package/dist/cjs/components/icon/icons/tag-x-icon.cjs.map +1 -0
  105. package/dist/cjs/components/icon/icons/user-round-arrow-left-icon.cjs +14 -0
  106. package/dist/cjs/components/icon/icons/user-round-arrow-left-icon.cjs.map +1 -0
  107. package/dist/cjs/components/icon/icons/wrench-off-icon.cjs +14 -0
  108. package/dist/cjs/components/icon/icons/wrench-off-icon.cjs.map +1 -0
  109. package/dist/cjs/components/icon/index.cjs +58 -0
  110. package/dist/cjs/components/input/namespace.cjs +7 -0
  111. package/dist/cjs/components/link-box/namespace.cjs +4 -0
  112. package/dist/cjs/components/list/namespace.cjs +5 -0
  113. package/dist/cjs/components/loading/namespace.cjs +8 -0
  114. package/dist/cjs/components/menu/namespace.cjs +17 -0
  115. package/dist/cjs/components/modal/modal.cjs +1 -0
  116. package/dist/cjs/components/modal/namespace.cjs +12 -0
  117. package/dist/cjs/components/native-accordion/namespace.cjs +7 -0
  118. package/dist/cjs/components/native-popover/namespace.cjs +10 -0
  119. package/dist/cjs/components/native-select/namespace.cjs +6 -0
  120. package/dist/cjs/components/native-table/namespace.cjs +12 -0
  121. package/dist/cjs/components/notice/notice.cjs +2 -0
  122. package/dist/cjs/components/pagination/namespace.cjs +10 -0
  123. package/dist/cjs/components/pin-input/namespace.cjs +7 -0
  124. package/dist/cjs/components/popover/namespace.cjs +10 -0
  125. package/dist/cjs/components/qr-code/namespace.cjs +6 -0
  126. package/dist/cjs/components/radio/namespace.cjs +4 -0
  127. package/dist/cjs/components/radio/radio-group.cjs +1 -0
  128. package/dist/cjs/components/radio-card/radio-card-group.cjs +1 -0
  129. package/dist/cjs/components/radio-card/radio-card-group.namespace.cjs +7 -0
  130. package/dist/cjs/components/radio-card/radio-card.namespace.cjs +6 -0
  131. package/dist/cjs/components/reorder/namespace.cjs +9 -0
  132. package/dist/cjs/components/resizable/namespace.cjs +8 -0
  133. package/dist/cjs/components/resizable/use-resizable.cjs +1 -0
  134. package/dist/cjs/components/saturation-slider/namespace.cjs +5 -0
  135. package/dist/cjs/components/segmented-control/namespace.cjs +9 -0
  136. package/dist/cjs/components/select/namespace.cjs +7 -0
  137. package/dist/cjs/components/sidebar/namespace.cjs +30 -0
  138. package/dist/cjs/components/slider/namespace.cjs +9 -0
  139. package/dist/cjs/components/stat/namespace.cjs +8 -0
  140. package/dist/cjs/components/steps/namespace.cjs +21 -0
  141. package/dist/cjs/components/tabs/namespace.cjs +15 -0
  142. package/dist/cjs/components/timeline/namespace.cjs +9 -0
  143. package/dist/cjs/components/toggle/namespace.cjs +4 -0
  144. package/dist/cjs/components/tree/namespace.cjs +10 -0
  145. package/dist/cjs/components/tree/use-tree.cjs +1 -1
  146. package/dist/cjs/components/tree/use-tree.cjs.map +1 -1
  147. package/dist/cjs/core/components/props.cjs +1 -1
  148. package/dist/cjs/core/components/props.cjs.map +1 -1
  149. package/dist/cjs/core/css/styles.cjs.map +1 -1
  150. package/dist/cjs/core/css/utils.cjs +1 -1
  151. package/dist/cjs/core/css/utils.cjs.map +1 -1
  152. package/dist/cjs/core/system/styled.cjs +1 -1
  153. package/dist/cjs/core/system/use-system-color-mode.cjs.map +1 -1
  154. package/dist/cjs/hooks/use-breakpoint/use-breakpoint.cjs.map +1 -1
  155. package/dist/cjs/hooks/use-combobox/index.cjs +1 -1
  156. package/dist/cjs/index.cjs +87 -0
  157. package/dist/cjs/providers/i18n-provider/i18n-provider.cjs +1 -1
  158. package/dist/cjs/utils/children.cjs +1 -1
  159. package/dist/esm/components/accordion/accordion.js +1 -1
  160. package/dist/esm/components/accordion/namespace.js +1 -1
  161. package/dist/esm/components/action-bar/namespace.js +1 -1
  162. package/dist/esm/components/alert/namespace.js +1 -1
  163. package/dist/esm/components/alpha-slider/alpha-slider.js +1 -1
  164. package/dist/esm/components/alpha-slider/namespace.js +1 -1
  165. package/dist/esm/components/autocomplete/namespace.js +1 -1
  166. package/dist/esm/components/avatar/namespace.js +1 -1
  167. package/dist/esm/components/blockquote/namespace.js +1 -1
  168. package/dist/esm/components/breadcrumb/namespace.js +1 -1
  169. package/dist/esm/components/button/namespace.js +1 -1
  170. package/dist/esm/components/calendar/namespace.js +1 -1
  171. package/dist/esm/components/card/namespace.js +1 -1
  172. package/dist/esm/components/carousel/namespace.js +1 -1
  173. package/dist/esm/components/chart/area-chart.namespace.js +1 -1
  174. package/dist/esm/components/chart/bar-chart.namespace.js +1 -1
  175. package/dist/esm/components/chart/composed-chart.namespace.js +1 -1
  176. package/dist/esm/components/chart/donut-chart.namespace.js +1 -1
  177. package/dist/esm/components/chart/line-chart.namespace.js +1 -1
  178. package/dist/esm/components/chart/pie-chart.namespace.js +1 -1
  179. package/dist/esm/components/chart/polar-chart.js.map +1 -1
  180. package/dist/esm/components/chart/radar-chart.namespace.js +1 -1
  181. package/dist/esm/components/chart/radial-chart.namespace.js +1 -1
  182. package/dist/esm/components/chart/use-cartesian-chart.js +1 -3
  183. package/dist/esm/components/chart/use-cartesian-chart.js.map +1 -1
  184. package/dist/esm/components/checkbox/checkbox-group.js +1 -1
  185. package/dist/esm/components/checkbox/namespace.js +1 -1
  186. package/dist/esm/components/checkbox-card/checkbox-card-group.js +1 -1
  187. package/dist/esm/components/checkbox-card/checkbox-card-group.namespace.js +1 -1
  188. package/dist/esm/components/checkbox-card/checkbox-card.namespace.js +1 -1
  189. package/dist/esm/components/circle-progress/namespace.js +1 -1
  190. package/dist/esm/components/color-selector/namespace.js +1 -1
  191. package/dist/esm/components/color-swatch/color-swatch.js +1 -1
  192. package/dist/esm/components/container/namespace.js +1 -1
  193. package/dist/esm/components/data-list/namespace.js +1 -1
  194. package/dist/esm/components/drawer/drawer.js +1 -1
  195. package/dist/esm/components/drawer/namespace.js +1 -1
  196. package/dist/esm/components/dropzone/namespace.js +1 -1
  197. package/dist/esm/components/editable/namespace.js +1 -1
  198. package/dist/esm/components/empty-state/namespace.js +1 -1
  199. package/dist/esm/components/field/field.js +1 -1
  200. package/dist/esm/components/field/namespace.js +1 -1
  201. package/dist/esm/components/fieldset/namespace.js +1 -1
  202. package/dist/esm/components/form/namespace.js +1 -1
  203. package/dist/esm/components/format/namespace.js +1 -1
  204. package/dist/esm/components/hue-slider/namespace.js +1 -1
  205. package/dist/esm/components/icon/icons/ad-icon.js +14 -0
  206. package/dist/esm/components/icon/icons/ad-icon.js.map +1 -0
  207. package/dist/esm/components/icon/icons/banknote-check-icon.js +14 -0
  208. package/dist/esm/components/icon/icons/banknote-check-icon.js.map +1 -0
  209. package/dist/esm/components/icon/icons/bone-fracture-icon.js +14 -0
  210. package/dist/esm/components/icon/icons/bone-fracture-icon.js.map +1 -0
  211. package/dist/esm/components/icon/icons/clock-arrow-left-icon.js +14 -0
  212. package/dist/esm/components/icon/icons/clock-arrow-left-icon.js.map +1 -0
  213. package/dist/esm/components/icon/icons/clock-arrow-right-icon.js +14 -0
  214. package/dist/esm/components/icon/icons/clock-arrow-right-icon.js.map +1 -0
  215. package/dist/esm/components/icon/icons/database-arrow-down-icon.js +14 -0
  216. package/dist/esm/components/icon/icons/database-arrow-down-icon.js.map +1 -0
  217. package/dist/esm/components/icon/icons/database-arrow-up-icon.js +14 -0
  218. package/dist/esm/components/icon/icons/database-arrow-up-icon.js.map +1 -0
  219. package/dist/esm/components/icon/icons/database-check-icon.js +14 -0
  220. package/dist/esm/components/icon/icons/database-check-icon.js.map +1 -0
  221. package/dist/esm/components/icon/icons/database-minus-icon.js +14 -0
  222. package/dist/esm/components/icon/icons/database-minus-icon.js.map +1 -0
  223. package/dist/esm/components/icon/icons/database-plus-icon.js +14 -0
  224. package/dist/esm/components/icon/icons/database-plus-icon.js.map +1 -0
  225. package/dist/esm/components/icon/icons/database-x-icon.js +14 -0
  226. package/dist/esm/components/icon/icons/database-x-icon.js.map +1 -0
  227. package/dist/esm/components/icon/icons/eye-dashed-icon.js +14 -0
  228. package/dist/esm/components/icon/icons/eye-dashed-icon.js.map +1 -0
  229. package/dist/esm/components/icon/icons/index.js +59 -1
  230. package/dist/esm/components/icon/icons/index.js.map +1 -1
  231. package/dist/esm/components/icon/icons/list-sort-ascending-icon.js +14 -0
  232. package/dist/esm/components/icon/icons/list-sort-ascending-icon.js.map +1 -0
  233. package/dist/esm/components/icon/icons/list-sort-descending-icon.js +14 -0
  234. package/dist/esm/components/icon/icons/list-sort-descending-icon.js.map +1 -0
  235. package/dist/esm/components/icon/icons/pencil-sparkles-icon.js +14 -0
  236. package/dist/esm/components/icon/icons/pencil-sparkles-icon.js.map +1 -0
  237. package/dist/esm/components/icon/icons/phi-icon.js +14 -0
  238. package/dist/esm/components/icon/icons/phi-icon.js.map +1 -0
  239. package/dist/esm/components/icon/icons/podium-icon.js +14 -0
  240. package/dist/esm/components/icon/icons/podium-icon.js.map +1 -0
  241. package/dist/esm/components/icon/icons/save-check-icon.js +14 -0
  242. package/dist/esm/components/icon/icons/save-check-icon.js.map +1 -0
  243. package/dist/esm/components/icon/icons/save-pen-icon.js +14 -0
  244. package/dist/esm/components/icon/icons/save-pen-icon.js.map +1 -0
  245. package/dist/esm/components/icon/icons/save-plus-icon.js +14 -0
  246. package/dist/esm/components/icon/icons/save-plus-icon.js.map +1 -0
  247. package/dist/esm/components/icon/icons/star-check-icon.js +14 -0
  248. package/dist/esm/components/icon/icons/star-check-icon.js.map +1 -0
  249. package/dist/esm/components/icon/icons/star-minus-icon.js +14 -0
  250. package/dist/esm/components/icon/icons/star-minus-icon.js.map +1 -0
  251. package/dist/esm/components/icon/icons/star-plus-icon.js +14 -0
  252. package/dist/esm/components/icon/icons/star-plus-icon.js.map +1 -0
  253. package/dist/esm/components/icon/icons/star-x-icon.js +14 -0
  254. package/dist/esm/components/icon/icons/star-x-icon.js.map +1 -0
  255. package/dist/esm/components/icon/icons/summary-icon.js +14 -0
  256. package/dist/esm/components/icon/icons/summary-icon.js.map +1 -0
  257. package/dist/esm/components/icon/icons/tag-plus-icon.js +14 -0
  258. package/dist/esm/components/icon/icons/tag-plus-icon.js.map +1 -0
  259. package/dist/esm/components/icon/icons/tag-x-icon.js +14 -0
  260. package/dist/esm/components/icon/icons/tag-x-icon.js.map +1 -0
  261. package/dist/esm/components/icon/icons/user-round-arrow-left-icon.js +14 -0
  262. package/dist/esm/components/icon/icons/user-round-arrow-left-icon.js.map +1 -0
  263. package/dist/esm/components/icon/icons/wrench-off-icon.js +14 -0
  264. package/dist/esm/components/icon/icons/wrench-off-icon.js.map +1 -0
  265. package/dist/esm/components/icon/index.js +30 -1
  266. package/dist/esm/components/input/namespace.js +1 -1
  267. package/dist/esm/components/link-box/namespace.js +1 -1
  268. package/dist/esm/components/list/namespace.js +1 -1
  269. package/dist/esm/components/loading/namespace.js +1 -1
  270. package/dist/esm/components/menu/namespace.js +1 -1
  271. package/dist/esm/components/modal/modal.js +1 -1
  272. package/dist/esm/components/modal/namespace.js +1 -1
  273. package/dist/esm/components/native-accordion/namespace.js +1 -1
  274. package/dist/esm/components/native-popover/namespace.js +1 -1
  275. package/dist/esm/components/native-select/namespace.js +1 -1
  276. package/dist/esm/components/native-table/namespace.js +1 -1
  277. package/dist/esm/components/notice/notice.js +1 -1
  278. package/dist/esm/components/pagination/namespace.js +1 -1
  279. package/dist/esm/components/pin-input/namespace.js +1 -1
  280. package/dist/esm/components/popover/namespace.js +1 -1
  281. package/dist/esm/components/qr-code/namespace.js +1 -1
  282. package/dist/esm/components/radio/namespace.js +1 -1
  283. package/dist/esm/components/radio/radio-group.js +1 -1
  284. package/dist/esm/components/radio-card/radio-card-group.js +1 -1
  285. package/dist/esm/components/radio-card/radio-card-group.namespace.js +1 -1
  286. package/dist/esm/components/radio-card/radio-card.namespace.js +1 -1
  287. package/dist/esm/components/reorder/namespace.js +1 -1
  288. package/dist/esm/components/resizable/namespace.js +1 -1
  289. package/dist/esm/components/saturation-slider/namespace.js +1 -1
  290. package/dist/esm/components/segmented-control/namespace.js +1 -1
  291. package/dist/esm/components/select/namespace.js +1 -1
  292. package/dist/esm/components/sidebar/namespace.js +1 -1
  293. package/dist/esm/components/slider/namespace.js +1 -1
  294. package/dist/esm/components/stat/namespace.js +1 -1
  295. package/dist/esm/components/steps/namespace.js +1 -1
  296. package/dist/esm/components/tabs/namespace.js +1 -1
  297. package/dist/esm/components/timeline/namespace.js +1 -1
  298. package/dist/esm/components/toggle/namespace.js +1 -1
  299. package/dist/esm/components/tree/namespace.js +1 -1
  300. package/dist/esm/components/tree/use-tree.js +1 -1
  301. package/dist/esm/components/tree/use-tree.js.map +1 -1
  302. package/dist/esm/core/components/props.js +1 -1
  303. package/dist/esm/core/components/props.js.map +1 -1
  304. package/dist/esm/core/css/styles.js.map +1 -1
  305. package/dist/esm/core/css/utils.js +1 -1
  306. package/dist/esm/core/css/utils.js.map +1 -1
  307. package/dist/esm/core/system/use-system-color-mode.js.map +1 -1
  308. package/dist/esm/hooks/use-breakpoint/use-breakpoint.js.map +1 -1
  309. package/dist/esm/index.js +59 -1
  310. package/dist/types/components/accordion/namespace.d.ts +1 -1
  311. package/dist/types/components/action-bar/namespace.d.ts +1 -1
  312. package/dist/types/components/alert/namespace.d.ts +1 -1
  313. package/dist/types/components/alpha-slider/namespace.d.ts +1 -1
  314. package/dist/types/components/autocomplete/namespace.d.ts +1 -1
  315. package/dist/types/components/avatar/namespace.d.ts +1 -1
  316. package/dist/types/components/blockquote/namespace.d.ts +1 -1
  317. package/dist/types/components/breadcrumb/namespace.d.ts +1 -1
  318. package/dist/types/components/button/namespace.d.ts +1 -1
  319. package/dist/types/components/calendar/calendar.style.d.ts +2 -2
  320. package/dist/types/components/calendar/namespace.d.ts +1 -1
  321. package/dist/types/components/card/namespace.d.ts +1 -1
  322. package/dist/types/components/carousel/namespace.d.ts +1 -1
  323. package/dist/types/components/chart/area-chart.namespace.d.ts +1 -1
  324. package/dist/types/components/chart/bar-chart.namespace.d.ts +1 -1
  325. package/dist/types/components/chart/cartesian-chart.d.ts +1 -1
  326. package/dist/types/components/chart/composed-chart.namespace.d.ts +1 -1
  327. package/dist/types/components/chart/donut-chart.namespace.d.ts +1 -1
  328. package/dist/types/components/chart/line-chart.namespace.d.ts +1 -1
  329. package/dist/types/components/chart/pie-chart.namespace.d.ts +1 -1
  330. package/dist/types/components/chart/polar-chart.d.ts +4 -4
  331. package/dist/types/components/chart/polar-chart.style.d.ts +1 -1
  332. package/dist/types/components/chart/radar-chart.namespace.d.ts +1 -1
  333. package/dist/types/components/chart/radial-chart.namespace.d.ts +1 -1
  334. package/dist/types/components/chart/use-cartesian-chart.d.ts +1 -2
  335. package/dist/types/components/checkbox/checkbox-group.d.ts +1 -1
  336. package/dist/types/components/checkbox/namespace.d.ts +1 -1
  337. package/dist/types/components/checkbox-card/checkbox-card-group.d.ts +1 -1
  338. package/dist/types/components/checkbox-card/checkbox-card-group.namespace.d.ts +1 -1
  339. package/dist/types/components/checkbox-card/checkbox-card.namespace.d.ts +1 -1
  340. package/dist/types/components/circle-progress/namespace.d.ts +1 -1
  341. package/dist/types/components/color-selector/namespace.d.ts +1 -1
  342. package/dist/types/components/container/namespace.d.ts +1 -1
  343. package/dist/types/components/data-list/namespace.d.ts +1 -1
  344. package/dist/types/components/drawer/namespace.d.ts +1 -1
  345. package/dist/types/components/dropzone/namespace.d.ts +1 -1
  346. package/dist/types/components/editable/namespace.d.ts +1 -1
  347. package/dist/types/components/empty-state/namespace.d.ts +1 -1
  348. package/dist/types/components/field/namespace.d.ts +1 -1
  349. package/dist/types/components/fieldset/namespace.d.ts +1 -1
  350. package/dist/types/components/form/namespace.d.ts +1 -1
  351. package/dist/types/components/format/format-date-time.style.d.ts +1 -1
  352. package/dist/types/components/format/namespace.d.ts +1 -1
  353. package/dist/types/components/hue-slider/namespace.d.ts +1 -1
  354. package/dist/types/components/icon/icon.d.ts +1 -1
  355. package/dist/types/components/icon/icons/ad-icon.d.ts +13 -0
  356. package/dist/types/components/icon/icons/banknote-check-icon.d.ts +13 -0
  357. package/dist/types/components/icon/icons/bone-fracture-icon.d.ts +13 -0
  358. package/dist/types/components/icon/icons/clock-arrow-left-icon.d.ts +13 -0
  359. package/dist/types/components/icon/icons/clock-arrow-right-icon.d.ts +13 -0
  360. package/dist/types/components/icon/icons/database-arrow-down-icon.d.ts +13 -0
  361. package/dist/types/components/icon/icons/database-arrow-up-icon.d.ts +13 -0
  362. package/dist/types/components/icon/icons/database-check-icon.d.ts +13 -0
  363. package/dist/types/components/icon/icons/database-minus-icon.d.ts +13 -0
  364. package/dist/types/components/icon/icons/database-plus-icon.d.ts +13 -0
  365. package/dist/types/components/icon/icons/database-x-icon.d.ts +13 -0
  366. package/dist/types/components/icon/icons/eye-dashed-icon.d.ts +13 -0
  367. package/dist/types/components/icon/icons/index.d.ts +31 -2
  368. package/dist/types/components/icon/icons/index.types.d.ts +1 -1
  369. package/dist/types/components/icon/icons/list-sort-ascending-icon.d.ts +13 -0
  370. package/dist/types/components/icon/icons/list-sort-descending-icon.d.ts +13 -0
  371. package/dist/types/components/icon/icons/pencil-sparkles-icon.d.ts +13 -0
  372. package/dist/types/components/icon/icons/phi-icon.d.ts +13 -0
  373. package/dist/types/components/icon/icons/podium-icon.d.ts +13 -0
  374. package/dist/types/components/icon/icons/save-check-icon.d.ts +13 -0
  375. package/dist/types/components/icon/icons/save-pen-icon.d.ts +13 -0
  376. package/dist/types/components/icon/icons/save-plus-icon.d.ts +13 -0
  377. package/dist/types/components/icon/icons/star-check-icon.d.ts +13 -0
  378. package/dist/types/components/icon/icons/star-minus-icon.d.ts +13 -0
  379. package/dist/types/components/icon/icons/star-plus-icon.d.ts +13 -0
  380. package/dist/types/components/icon/icons/star-x-icon.d.ts +13 -0
  381. package/dist/types/components/icon/icons/summary-icon.d.ts +13 -0
  382. package/dist/types/components/icon/icons/tag-plus-icon.d.ts +13 -0
  383. package/dist/types/components/icon/icons/tag-x-icon.d.ts +13 -0
  384. package/dist/types/components/icon/icons/user-round-arrow-left-icon.d.ts +13 -0
  385. package/dist/types/components/icon/icons/wrench-off-icon.d.ts +13 -0
  386. package/dist/types/components/icon/index.d.ts +30 -1
  387. package/dist/types/components/input/namespace.d.ts +1 -1
  388. package/dist/types/components/link-box/namespace.d.ts +1 -1
  389. package/dist/types/components/list/namespace.d.ts +1 -1
  390. package/dist/types/components/loading/loading.d.ts +1 -1
  391. package/dist/types/components/loading/namespace.d.ts +1 -1
  392. package/dist/types/components/menu/namespace.d.ts +1 -1
  393. package/dist/types/components/modal/namespace.d.ts +1 -1
  394. package/dist/types/components/native-accordion/namespace.d.ts +1 -1
  395. package/dist/types/components/native-popover/namespace.d.ts +1 -1
  396. package/dist/types/components/native-select/namespace.d.ts +1 -1
  397. package/dist/types/components/native-table/namespace.d.ts +1 -1
  398. package/dist/types/components/notice/notice.style.d.ts +1 -1
  399. package/dist/types/components/pagination/namespace.d.ts +1 -1
  400. package/dist/types/components/pin-input/namespace.d.ts +1 -1
  401. package/dist/types/components/popover/namespace.d.ts +1 -1
  402. package/dist/types/components/qr-code/namespace.d.ts +1 -1
  403. package/dist/types/components/radio/namespace.d.ts +1 -1
  404. package/dist/types/components/radio/radio-group.d.ts +1 -1
  405. package/dist/types/components/radio-card/radio-card-group.d.ts +1 -1
  406. package/dist/types/components/radio-card/radio-card-group.namespace.d.ts +1 -1
  407. package/dist/types/components/radio-card/radio-card.namespace.d.ts +1 -1
  408. package/dist/types/components/reorder/namespace.d.ts +1 -1
  409. package/dist/types/components/resizable/namespace.d.ts +1 -1
  410. package/dist/types/components/ripple/ripple.style.d.ts +1 -1
  411. package/dist/types/components/saturation-slider/namespace.d.ts +1 -1
  412. package/dist/types/components/segmented-control/namespace.d.ts +1 -1
  413. package/dist/types/components/select/namespace.d.ts +1 -1
  414. package/dist/types/components/sidebar/namespace.d.ts +1 -1
  415. package/dist/types/components/sidebar/sidebar.d.ts +1 -1
  416. package/dist/types/components/slider/namespace.d.ts +1 -1
  417. package/dist/types/components/snacks/use-snacks.d.ts +1 -1
  418. package/dist/types/components/stat/namespace.d.ts +1 -1
  419. package/dist/types/components/steps/namespace.d.ts +1 -1
  420. package/dist/types/components/table/table.d.ts +1 -1
  421. package/dist/types/components/tabs/namespace.d.ts +1 -1
  422. package/dist/types/components/timeline/namespace.d.ts +1 -1
  423. package/dist/types/components/toggle/namespace.d.ts +1 -1
  424. package/dist/types/components/tree/namespace.d.ts +1 -1
  425. package/dist/types/core/css/styles.d.ts +136 -49
  426. package/dist/types/index.d.ts +31 -2
  427. package/dist/types/providers/i18n-provider/intl/en-US.d.ts +1 -1
  428. package/dist/types/providers/i18n-provider/intl/index.d.ts +1 -1
  429. package/package.json +8 -8
@@ -219,5 +219,5 @@ interface ResizableTriggerProps extends HTMLStyledProps {
219
219
  resizing: boolean;
220
220
  }
221
221
  //#endregion
222
- export { Table$1 as Table, TableProps, TablePropsContext, createColumnHelper, useTablePropsContext };
222
+ export { type ColumnFiltersState, ColumnSort, type PaginationState, type RowSelectionState, type SortDirection, SortingState, Table$1 as Table, TableProps, TablePropsContext, createColumnHelper, useTablePropsContext };
223
223
  //# sourceMappingURL=table.d.ts.map
@@ -6,5 +6,5 @@ declare namespace namespace_d_exports {
6
6
  export { TabsContext as Context, TabDescendantsContext as DescendantsContext, TabsItem as Item, TabsList as List, TabsListProps as ListProps, TabsPanel as Panel, TabPanelDescendantsContext as PanelDescendantsContext, TabsPanelProps as PanelProps, TabsPanels as Panels, TabsPanelsProps as PanelsProps, TabsPropsContext as PropsContext, TabsRoot as Root, TabsRootProps as RootProps, TabsTab as Tab, TabsTabProps as TabProps, useTabsContext as useContext, useTabDescendant as useDescendant, useTabDescendants as useDescendants, useTabPanelDescendant as usePanelDescendant, useTabPanelDescendants as usePanelDescendants, useTabsPropsContext as usePropsContext };
7
7
  }
8
8
  //#endregion
9
- export { namespace_d_exports };
9
+ export { TabsContext as Context, TabDescendantsContext as DescendantsContext, type TabsItem as Item, TabsList as List, type TabsListProps as ListProps, TabsPanel as Panel, TabPanelDescendantsContext as PanelDescendantsContext, type TabsPanelProps as PanelProps, TabsPanels as Panels, type TabsPanelsProps as PanelsProps, TabsPropsContext as PropsContext, TabsRoot as Root, type TabsRootProps as RootProps, TabsTab as Tab, type TabsTabProps as TabProps, namespace_d_exports, useTabsContext as useContext, useTabDescendant as useDescendant, useTabDescendants as useDescendants, useTabPanelDescendant as usePanelDescendant, useTabPanelDescendants as usePanelDescendants, useTabsPropsContext as usePropsContext };
10
10
  //# sourceMappingURL=namespace.d.ts.map
@@ -5,5 +5,5 @@ declare namespace namespace_d_exports {
5
5
  export { TimelineConnector as Connector, TimelineConnectorProps as ConnectorProps, TimelineContent as Content, TimelineContentProps as ContentProps, TimelineDescription as Description, TimelineDescriptionProps as DescriptionProps, TimelineIndicator as Indicator, TimelineIndicatorProps as IndicatorProps, TimelineItem as Item, TimelineItemProps as ItemProps, TimelinePropsContext as PropsContext, TimelineRoot as Root, TimelineRootProps as RootProps, TimelineTitle as Title, TimelineTitleProps as TitleProps, useTimelinePropsContext as usePropsContext };
6
6
  }
7
7
  //#endregion
8
- export { namespace_d_exports };
8
+ export { TimelineConnector as Connector, type TimelineConnectorProps as ConnectorProps, TimelineContent as Content, type TimelineContentProps as ContentProps, TimelineDescription as Description, type TimelineDescriptionProps as DescriptionProps, TimelineIndicator as Indicator, type TimelineIndicatorProps as IndicatorProps, TimelineItem as Item, type TimelineItemProps as ItemProps, TimelinePropsContext as PropsContext, TimelineRoot as Root, type TimelineRootProps as RootProps, TimelineTitle as Title, type TimelineTitleProps as TitleProps, namespace_d_exports, useTimelinePropsContext as usePropsContext };
9
9
  //# sourceMappingURL=namespace.d.ts.map
@@ -6,5 +6,5 @@ declare namespace namespace_d_exports {
6
6
  export { Toggle as Item, ToggleProps as ItemProps, TogglePropsContext as PropsContext, ToggleGroupRoot as Root, ToggleGroupRootProps as RootProps, useTogglePropsContext as usePropsContext };
7
7
  }
8
8
  //#endregion
9
- export { namespace_d_exports };
9
+ export { Toggle as Item, type ToggleProps as ItemProps, TogglePropsContext as PropsContext, ToggleGroupRoot as Root, type ToggleGroupRootProps as RootProps, namespace_d_exports, useTogglePropsContext as usePropsContext };
10
10
  //# sourceMappingURL=namespace.d.ts.map
@@ -6,5 +6,5 @@ declare namespace namespace_d_exports {
6
6
  export { TreeContext as Context, TreeControl as Control, TreeDescendantsContext as DescendantsContext, TreeItem as Item, TreeItemProps as ItemProps, TreeItem as ItemType, TreePropsContext as PropsContext, TreeRoot as Root, TreeRootProps as RootProps, useTreeContext as useContext, useTreeDescendant as useDescendant, useTreeDescendants as useDescendants, useTreeItemContext as useItemContext, useTreePropsContext as usePropsContext };
7
7
  }
8
8
  //#endregion
9
- export { namespace_d_exports };
9
+ export { TreeContext as Context, type TreeControl as Control, TreeDescendantsContext as DescendantsContext, TreeItem as Item, type TreeItemProps as ItemProps, type TreeItem as ItemType, TreePropsContext as PropsContext, TreeRoot as Root, type TreeRootProps as RootProps, namespace_d_exports, useTreeContext as useContext, useTreeDescendant as useDescendant, useTreeDescendants as useDescendants, useTreeItemContext as useItemContext, useTreePropsContext as usePropsContext };
10
10
  //# sourceMappingURL=namespace.d.ts.map
@@ -6415,7 +6415,9 @@ interface StyleProps {
6415
6415
  /**
6416
6416
  * ### column-rule-break
6417
6417
  *
6418
- * The CSS `column-rule-break` property.
6418
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6419
+ *
6420
+ * @baseline `Limited available`
6419
6421
  *
6420
6422
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-break
6421
6423
  *
@@ -6437,7 +6439,9 @@ interface StyleProps {
6437
6439
  /**
6438
6440
  * ### column-rule-inset
6439
6441
  *
6440
- * The CSS `column-rule-inset` property.
6442
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6443
+ *
6444
+ * @baseline `Limited available`
6441
6445
  *
6442
6446
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset
6443
6447
  *
@@ -6447,7 +6451,9 @@ interface StyleProps {
6447
6451
  /**
6448
6452
  * ### column-rule-inset-cap
6449
6453
  *
6450
- * The CSS `column-rule-inset-cap` property.
6454
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6455
+ *
6456
+ * @baseline `Limited available`
6451
6457
  *
6452
6458
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap
6453
6459
  *
@@ -6457,7 +6463,9 @@ interface StyleProps {
6457
6463
  /**
6458
6464
  * ### column-rule-inset-cap-end
6459
6465
  *
6460
- * The CSS `column-rule-inset-cap-end` property.
6466
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6467
+ *
6468
+ * @baseline `Limited available`
6461
6469
  *
6462
6470
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-end
6463
6471
  *
@@ -6467,7 +6475,9 @@ interface StyleProps {
6467
6475
  /**
6468
6476
  * ### column-rule-inset-cap-start
6469
6477
  *
6470
- * The CSS `column-rule-inset-cap-start` property.
6478
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6479
+ *
6480
+ * @baseline `Limited available`
6471
6481
  *
6472
6482
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-start
6473
6483
  *
@@ -6477,7 +6487,9 @@ interface StyleProps {
6477
6487
  /**
6478
6488
  * ### column-rule-inset-end
6479
6489
  *
6480
- * The CSS `column-rule-inset-end` property.
6490
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6491
+ *
6492
+ * @baseline `Limited available`
6481
6493
  *
6482
6494
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-end
6483
6495
  *
@@ -6487,7 +6499,9 @@ interface StyleProps {
6487
6499
  /**
6488
6500
  * ### column-rule-inset-junction
6489
6501
  *
6490
- * The CSS `column-rule-inset-junction` property.
6502
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6503
+ *
6504
+ * @baseline `Limited available`
6491
6505
  *
6492
6506
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction
6493
6507
  *
@@ -6497,7 +6511,9 @@ interface StyleProps {
6497
6511
  /**
6498
6512
  * ### column-rule-inset-junction-end
6499
6513
  *
6500
- * The CSS `column-rule-inset-junction-end` property.
6514
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6515
+ *
6516
+ * @baseline `Limited available`
6501
6517
  *
6502
6518
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction-end
6503
6519
  *
@@ -6507,7 +6523,9 @@ interface StyleProps {
6507
6523
  /**
6508
6524
  * ### column-rule-inset-junction-start
6509
6525
  *
6510
- * The CSS `column-rule-inset-junction-start` property.
6526
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6527
+ *
6528
+ * @baseline `Limited available`
6511
6529
  *
6512
6530
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction-start
6513
6531
  *
@@ -6517,7 +6535,9 @@ interface StyleProps {
6517
6535
  /**
6518
6536
  * ### column-rule-inset-start
6519
6537
  *
6520
- * The CSS `column-rule-inset-start` property.
6538
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6539
+ *
6540
+ * @baseline `Limited available`
6521
6541
  *
6522
6542
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-start
6523
6543
  *
@@ -6539,7 +6559,9 @@ interface StyleProps {
6539
6559
  /**
6540
6560
  * ### column-rule-visibility-items
6541
6561
  *
6542
- * The CSS `column-rule-visibility-items` property.
6562
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
6563
+ *
6564
+ * @baseline `Limited available`
6543
6565
  *
6544
6566
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-visibility-items
6545
6567
  *
@@ -6972,7 +6994,8 @@ interface StyleProps {
6972
6994
  *
6973
6995
  * The <code>counter-set</code> CSS property creates (and optionally sets a value for) a counter, the numbers for a series of headings or ordered list items.
6974
6996
  *
6975
- * @baseline `Newly available`
6997
+ * @baseline `Widely available`
6998
+ * @widely_available_date 2026-06-11
6976
6999
  * @newly_available_date 2023-12-11
6977
7000
  *
6978
7001
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/counter-set
@@ -7079,7 +7102,8 @@ interface StyleProps {
7079
7102
  *
7080
7103
  * The <code>field-sizing</code> CSS property allows form controls such as <code>&#x3C;textarea></code> to be sized based on their content.
7081
7104
  *
7082
- * @baseline `Limited available`
7105
+ * @baseline `Newly available`
7106
+ * @newly_available_date 2026-06-16
7083
7107
  *
7084
7108
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/field-sizing
7085
7109
  */
@@ -8734,7 +8758,8 @@ interface StyleProps {
8734
8758
  *
8735
8759
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8736
8760
  *
8737
- * @baseline `Newly available`
8761
+ * @baseline `Widely available`
8762
+ * @widely_available_date 2026-06-07
8738
8763
  * @newly_available_date 2023-12-07
8739
8764
  *
8740
8765
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask
@@ -8805,7 +8830,8 @@ interface StyleProps {
8805
8830
  *
8806
8831
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8807
8832
  *
8808
- * @baseline `Newly available`
8833
+ * @baseline `Widely available`
8834
+ * @widely_available_date 2026-06-07
8809
8835
  * @newly_available_date 2023-12-07
8810
8836
  *
8811
8837
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-clip
@@ -8816,7 +8842,8 @@ interface StyleProps {
8816
8842
  *
8817
8843
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8818
8844
  *
8819
- * @baseline `Newly available`
8845
+ * @baseline `Widely available`
8846
+ * @widely_available_date 2026-06-07
8820
8847
  * @newly_available_date 2023-12-07
8821
8848
  *
8822
8849
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-composite
@@ -8827,7 +8854,8 @@ interface StyleProps {
8827
8854
  *
8828
8855
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8829
8856
  *
8830
- * @baseline `Newly available`
8857
+ * @baseline `Widely available`
8858
+ * @widely_available_date 2026-06-07
8831
8859
  * @newly_available_date 2023-12-07
8832
8860
  *
8833
8861
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-image
@@ -8838,7 +8866,8 @@ interface StyleProps {
8838
8866
  *
8839
8867
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8840
8868
  *
8841
- * @baseline `Newly available`
8869
+ * @baseline `Widely available`
8870
+ * @widely_available_date 2026-06-07
8842
8871
  * @newly_available_date 2023-12-07
8843
8872
  *
8844
8873
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-mode
@@ -8849,7 +8878,8 @@ interface StyleProps {
8849
8878
  *
8850
8879
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8851
8880
  *
8852
- * @baseline `Newly available`
8881
+ * @baseline `Widely available`
8882
+ * @widely_available_date 2026-06-07
8853
8883
  * @newly_available_date 2023-12-07
8854
8884
  *
8855
8885
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-origin
@@ -8860,7 +8890,8 @@ interface StyleProps {
8860
8890
  *
8861
8891
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8862
8892
  *
8863
- * @baseline `Newly available`
8893
+ * @baseline `Widely available`
8894
+ * @widely_available_date 2026-06-07
8864
8895
  * @newly_available_date 2023-12-07
8865
8896
  *
8866
8897
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-position
@@ -8871,7 +8902,8 @@ interface StyleProps {
8871
8902
  *
8872
8903
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8873
8904
  *
8874
- * @baseline `Newly available`
8905
+ * @baseline `Widely available`
8906
+ * @widely_available_date 2026-06-07
8875
8907
  * @newly_available_date 2023-12-07
8876
8908
  *
8877
8909
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-repeat
@@ -8882,7 +8914,8 @@ interface StyleProps {
8882
8914
  *
8883
8915
  * The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
8884
8916
  *
8885
- * @baseline `Newly available`
8917
+ * @baseline `Widely available`
8918
+ * @widely_available_date 2026-06-07
8886
8919
  * @newly_available_date 2023-12-07
8887
8920
  *
8888
8921
  * @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-size
@@ -10562,7 +10595,9 @@ interface StyleProps {
10562
10595
  /**
10563
10596
  * ### row-rule
10564
10597
  *
10565
- * The CSS `row-rule` property.
10598
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10599
+ *
10600
+ * @baseline `Limited available`
10566
10601
  *
10567
10602
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule
10568
10603
  *
@@ -10572,7 +10607,9 @@ interface StyleProps {
10572
10607
  /**
10573
10608
  * ### row-rule-break
10574
10609
  *
10575
- * The CSS `row-rule-break` property.
10610
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10611
+ *
10612
+ * @baseline `Limited available`
10576
10613
  *
10577
10614
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-break
10578
10615
  *
@@ -10582,7 +10619,9 @@ interface StyleProps {
10582
10619
  /**
10583
10620
  * ### row-rule-color
10584
10621
  *
10585
- * The CSS `row-rule-color` property.
10622
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10623
+ *
10624
+ * @baseline `Limited available`
10586
10625
  *
10587
10626
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-color
10588
10627
  *
@@ -10592,7 +10631,9 @@ interface StyleProps {
10592
10631
  /**
10593
10632
  * ### row-rule-inset
10594
10633
  *
10595
- * The CSS `row-rule-inset` property.
10634
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10635
+ *
10636
+ * @baseline `Limited available`
10596
10637
  *
10597
10638
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset
10598
10639
  *
@@ -10602,7 +10643,9 @@ interface StyleProps {
10602
10643
  /**
10603
10644
  * ### row-rule-inset-cap
10604
10645
  *
10605
- * The CSS `row-rule-inset-cap` property.
10646
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10647
+ *
10648
+ * @baseline `Limited available`
10606
10649
  *
10607
10650
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-cap
10608
10651
  *
@@ -10612,7 +10655,9 @@ interface StyleProps {
10612
10655
  /**
10613
10656
  * ### row-rule-inset-cap-end
10614
10657
  *
10615
- * The CSS `row-rule-inset-cap-end` property.
10658
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10659
+ *
10660
+ * @baseline `Limited available`
10616
10661
  *
10617
10662
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-cap-end
10618
10663
  *
@@ -10622,7 +10667,9 @@ interface StyleProps {
10622
10667
  /**
10623
10668
  * ### row-rule-inset-cap-start
10624
10669
  *
10625
- * The CSS `row-rule-inset-cap-start` property.
10670
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10671
+ *
10672
+ * @baseline `Limited available`
10626
10673
  *
10627
10674
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-start
10628
10675
  *
@@ -10632,7 +10679,9 @@ interface StyleProps {
10632
10679
  /**
10633
10680
  * ### row-rule-inset-end
10634
10681
  *
10635
- * The CSS `row-rule-inset-end` property.
10682
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10683
+ *
10684
+ * @baseline `Limited available`
10636
10685
  *
10637
10686
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-end
10638
10687
  *
@@ -10642,7 +10691,9 @@ interface StyleProps {
10642
10691
  /**
10643
10692
  * ### row-rule-inset-junction
10644
10693
  *
10645
- * The CSS `row-rule-inset-junction` property.
10694
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10695
+ *
10696
+ * @baseline `Limited available`
10646
10697
  *
10647
10698
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction
10648
10699
  *
@@ -10652,7 +10703,9 @@ interface StyleProps {
10652
10703
  /**
10653
10704
  * ### row-rule-inset-junction-end
10654
10705
  *
10655
- * The CSS `row-rule-inset-junction-end` property.
10706
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10707
+ *
10708
+ * @baseline `Limited available`
10656
10709
  *
10657
10710
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction-end
10658
10711
  *
@@ -10662,7 +10715,9 @@ interface StyleProps {
10662
10715
  /**
10663
10716
  * ### row-rule-inset-junction-start
10664
10717
  *
10665
- * The CSS `row-rule-inset-junction-start` property.
10718
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10719
+ *
10720
+ * @baseline `Limited available`
10666
10721
  *
10667
10722
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction-start
10668
10723
  *
@@ -10672,7 +10727,9 @@ interface StyleProps {
10672
10727
  /**
10673
10728
  * ### row-rule-inset-start
10674
10729
  *
10675
- * The CSS `row-rule-inset-start` property.
10730
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10731
+ *
10732
+ * @baseline `Limited available`
10676
10733
  *
10677
10734
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-start
10678
10735
  *
@@ -10682,7 +10739,9 @@ interface StyleProps {
10682
10739
  /**
10683
10740
  * ### row-rule-style
10684
10741
  *
10685
- * The CSS `row-rule-style` property.
10742
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10743
+ *
10744
+ * @baseline `Limited available`
10686
10745
  *
10687
10746
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-style
10688
10747
  *
@@ -10692,7 +10751,9 @@ interface StyleProps {
10692
10751
  /**
10693
10752
  * ### row-rule-visibility-items
10694
10753
  *
10695
- * The CSS `row-rule-visibility-items` property.
10754
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10755
+ *
10756
+ * @baseline `Limited available`
10696
10757
  *
10697
10758
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-visibility-items
10698
10759
  *
@@ -10702,7 +10763,9 @@ interface StyleProps {
10702
10763
  /**
10703
10764
  * ### row-rule-width
10704
10765
  *
10705
- * The CSS `row-rule-width` property.
10766
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10767
+ *
10768
+ * @baseline `Limited available`
10706
10769
  *
10707
10770
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-width
10708
10771
  *
@@ -10744,7 +10807,9 @@ interface StyleProps {
10744
10807
  /**
10745
10808
  * ### rule
10746
10809
  *
10747
- * The CSS `rule` property.
10810
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10811
+ *
10812
+ * @baseline `Limited available`
10748
10813
  *
10749
10814
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule
10750
10815
  *
@@ -10754,7 +10819,9 @@ interface StyleProps {
10754
10819
  /**
10755
10820
  * ### rule-break
10756
10821
  *
10757
- * The CSS `rule-break` property.
10822
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10823
+ *
10824
+ * @baseline `Limited available`
10758
10825
  *
10759
10826
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-break
10760
10827
  *
@@ -10764,7 +10831,9 @@ interface StyleProps {
10764
10831
  /**
10765
10832
  * ### rule-color
10766
10833
  *
10767
- * The CSS `rule-color` property.
10834
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10835
+ *
10836
+ * @baseline `Limited available`
10768
10837
  *
10769
10838
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-color
10770
10839
  *
@@ -10774,7 +10843,9 @@ interface StyleProps {
10774
10843
  /**
10775
10844
  * ### rule-inset
10776
10845
  *
10777
- * The CSS `rule-inset` property.
10846
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10847
+ *
10848
+ * @baseline `Limited available`
10778
10849
  *
10779
10850
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset
10780
10851
  *
@@ -10784,7 +10855,9 @@ interface StyleProps {
10784
10855
  /**
10785
10856
  * ### rule-inset-cap
10786
10857
  *
10787
- * The CSS `rule-inset-cap` property.
10858
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10859
+ *
10860
+ * @baseline `Limited available`
10788
10861
  *
10789
10862
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-cap
10790
10863
  *
@@ -10794,7 +10867,9 @@ interface StyleProps {
10794
10867
  /**
10795
10868
  * ### rule-inset-end
10796
10869
  *
10797
- * The CSS `rule-inset-end` property.
10870
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10871
+ *
10872
+ * @baseline `Limited available`
10798
10873
  *
10799
10874
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-end
10800
10875
  *
@@ -10804,7 +10879,9 @@ interface StyleProps {
10804
10879
  /**
10805
10880
  * ### rule-inset-junction
10806
10881
  *
10807
- * The CSS `rule-inset-junction` property.
10882
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10883
+ *
10884
+ * @baseline `Limited available`
10808
10885
  *
10809
10886
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-junction
10810
10887
  *
@@ -10814,7 +10891,9 @@ interface StyleProps {
10814
10891
  /**
10815
10892
  * ### rule-inset-start
10816
10893
  *
10817
- * The CSS `rule-inset-start` property.
10894
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10895
+ *
10896
+ * @baseline `Limited available`
10818
10897
  *
10819
10898
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-start
10820
10899
  *
@@ -10824,7 +10903,9 @@ interface StyleProps {
10824
10903
  /**
10825
10904
  * ### rule-overlap
10826
10905
  *
10827
- * The CSS `rule-overlap` property.
10906
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10907
+ *
10908
+ * @baseline `Limited available`
10828
10909
  *
10829
10910
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-overlap
10830
10911
  *
@@ -10834,7 +10915,9 @@ interface StyleProps {
10834
10915
  /**
10835
10916
  * ### rule-style
10836
10917
  *
10837
- * The CSS `rule-style` property.
10918
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10919
+ *
10920
+ * @baseline `Limited available`
10838
10921
  *
10839
10922
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-style
10840
10923
  *
@@ -10844,7 +10927,9 @@ interface StyleProps {
10844
10927
  /**
10845
10928
  * ### rule-visibility-items
10846
10929
  *
10847
- * The CSS `rule-visibility-items` property.
10930
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10931
+ *
10932
+ * @baseline `Limited available`
10848
10933
  *
10849
10934
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-visibility-items
10850
10935
  *
@@ -10854,7 +10939,9 @@ interface StyleProps {
10854
10939
  /**
10855
10940
  * ### rule-width
10856
10941
  *
10857
- * The CSS `rule-width` property.
10942
+ * The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
10943
+ *
10944
+ * @baseline `Limited available`
10858
10945
  *
10859
10946
  * @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-width
10860
10947
  *