@yamada-ui/react 2.2.1-dev-20260428082432 → 2.2.1-dev-20260428085147

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 (259) hide show
  1. package/dist/cjs/components/sidebar/sidebar.cjs +1 -2
  2. package/dist/cjs/components/sidebar/sidebar.cjs.map +1 -1
  3. package/dist/cjs/components/sidebar/use-sidebar.cjs +17 -22
  4. package/dist/cjs/components/sidebar/use-sidebar.cjs.map +1 -1
  5. package/dist/cjs/components/slider/use-slider.cjs +6 -8
  6. package/dist/cjs/components/slider/use-slider.cjs.map +1 -1
  7. package/dist/esm/components/sidebar/sidebar.js +1 -2
  8. package/dist/esm/components/sidebar/sidebar.js.map +1 -1
  9. package/dist/esm/components/sidebar/use-sidebar.js +17 -22
  10. package/dist/esm/components/sidebar/use-sidebar.js.map +1 -1
  11. package/dist/esm/components/slider/use-slider.js +6 -8
  12. package/dist/esm/components/slider/use-slider.js.map +1 -1
  13. package/dist/types/components/accordion/accordion.d.ts +4 -2
  14. package/dist/types/components/accordion/use-accordion.d.ts +11 -11
  15. package/dist/types/components/action-bar/action-bar.d.ts +3 -2
  16. package/dist/types/components/airy/airy.d.ts +3 -2
  17. package/dist/types/components/alert/alert.d.ts +5 -2
  18. package/dist/types/components/alpha-slider/alpha-slider.d.ts +3 -2
  19. package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +2 -2
  20. package/dist/types/components/autocomplete/autocomplete.d.ts +4 -2
  21. package/dist/types/components/autocomplete/autocomplete.style.d.ts +1 -1
  22. package/dist/types/components/autocomplete/use-autocomplete.d.ts +7 -5
  23. package/dist/types/components/avatar/avatar.d.ts +5 -5
  24. package/dist/types/components/avatar/use-avatar-group.d.ts +2 -2
  25. package/dist/types/components/badge/badge.d.ts +2 -2
  26. package/dist/types/components/bleed/bleed.d.ts +2 -2
  27. package/dist/types/components/blockquote/blockquote.d.ts +2 -2
  28. package/dist/types/components/breadcrumb/breadcrumb.d.ts +2 -2
  29. package/dist/types/components/breadcrumb/use-breadcrumb.d.ts +2 -2
  30. package/dist/types/components/button/button-group.d.ts +1 -0
  31. package/dist/types/components/button/button.d.ts +3 -2
  32. package/dist/types/components/button/icon-button.d.ts +2 -2
  33. package/dist/types/components/calendar/calendar.d.ts +3 -2
  34. package/dist/types/components/calendar/calendar.style.d.ts +2 -2
  35. package/dist/types/components/calendar/use-calendar.d.ts +9 -8
  36. package/dist/types/components/card/card.d.ts +2 -2
  37. package/dist/types/components/carousel/carousel.d.ts +3 -2
  38. package/dist/types/components/carousel/carousel.style.d.ts +2 -2
  39. package/dist/types/components/carousel/use-carousel.d.ts +3 -3
  40. package/dist/types/components/center/center.d.ts +2 -2
  41. package/dist/types/components/chart/area-chart.d.ts +2 -2
  42. package/dist/types/components/chart/bar-chart.d.ts +2 -2
  43. package/dist/types/components/chart/chart.d.ts +5 -5
  44. package/dist/types/components/chart/composed-chart.d.ts +2 -2
  45. package/dist/types/components/chart/donut-chart.d.ts +2 -2
  46. package/dist/types/components/chart/radar-chart.d.ts +2 -2
  47. package/dist/types/components/chart/radial-chart.d.ts +2 -2
  48. package/dist/types/components/chart/use-chart.d.ts +2 -2
  49. package/dist/types/components/checkbox/checkbox-group.d.ts +2 -0
  50. package/dist/types/components/checkbox/checkbox.d.ts +6 -5
  51. package/dist/types/components/checkbox/checkbox.style.d.ts +1 -1
  52. package/dist/types/components/checkbox/use-checkbox-group.d.ts +3 -2
  53. package/dist/types/components/checkbox/use-checkbox.d.ts +1 -0
  54. package/dist/types/components/checkbox-card/checkbox-card-group.d.ts +3 -0
  55. package/dist/types/components/checkbox-card/checkbox-card.d.ts +7 -5
  56. package/dist/types/components/checkbox-card/checkbox-card.style.d.ts +1 -1
  57. package/dist/types/components/circle-progress/circle-progress.d.ts +3 -2
  58. package/dist/types/components/close-button/close-button.d.ts +3 -2
  59. package/dist/types/components/code/code.d.ts +2 -2
  60. package/dist/types/components/collapse/collapse.d.ts +3 -2
  61. package/dist/types/components/color-picker/color-picker.d.ts +6 -2
  62. package/dist/types/components/color-picker/use-color-picker.d.ts +5 -2
  63. package/dist/types/components/color-selector/color-selector.d.ts +6 -2
  64. package/dist/types/components/color-selector/use-color-selector.d.ts +5 -3
  65. package/dist/types/components/color-swatch/color-swatch.d.ts +2 -2
  66. package/dist/types/components/container/container.d.ts +2 -2
  67. package/dist/types/components/data-list/data-list.d.ts +2 -2
  68. package/dist/types/components/date-picker/date-picker.d.ts +5 -2
  69. package/dist/types/components/date-picker/use-date-picker.d.ts +7 -4
  70. package/dist/types/components/drawer/drawer.d.ts +5 -2
  71. package/dist/types/components/drawer/use-drawer.d.ts +2 -0
  72. package/dist/types/components/dropzone/dropzone.d.ts +7 -4
  73. package/dist/types/components/dropzone/use-dropzone.d.ts +1 -0
  74. package/dist/types/components/editable/editable.d.ts +5 -4
  75. package/dist/types/components/editable/use-editable.d.ts +3 -2
  76. package/dist/types/components/em/em.d.ts +2 -2
  77. package/dist/types/components/empty-state/empty-state.d.ts +2 -2
  78. package/dist/types/components/empty-state/empty-state.style.d.ts +2 -2
  79. package/dist/types/components/fade/fade.d.ts +3 -2
  80. package/dist/types/components/fade-scale/fade-scale.d.ts +1 -0
  81. package/dist/types/components/field/field.d.ts +3 -3
  82. package/dist/types/components/field/field.style.d.ts +2 -2
  83. package/dist/types/components/field/use-field-props.d.ts +4 -4
  84. package/dist/types/components/fieldset/fieldset.d.ts +4 -3
  85. package/dist/types/components/fieldset/fieldset.style.d.ts +1 -1
  86. package/dist/types/components/file-button/file-button.d.ts +4 -2
  87. package/dist/types/components/file-button/use-file-button.d.ts +20 -18
  88. package/dist/types/components/file-input/file-input.d.ts +4 -2
  89. package/dist/types/components/file-input/use-file-input.d.ts +16 -15
  90. package/dist/types/components/flex/flex.d.ts +2 -2
  91. package/dist/types/components/flip/flip.d.ts +5 -4
  92. package/dist/types/components/float/float.d.ts +2 -2
  93. package/dist/types/components/form/form.d.ts +4 -3
  94. package/dist/types/components/format/format-byte.d.ts +4 -4
  95. package/dist/types/components/format/format-date-time.d.ts +4 -4
  96. package/dist/types/components/format/format-number.d.ts +2 -2
  97. package/dist/types/components/format/use-format-byte.d.ts +1 -0
  98. package/dist/types/components/format/use-format-date-time.d.ts +1 -0
  99. package/dist/types/components/format/use-format-number.d.ts +1 -0
  100. package/dist/types/components/grid/grid-item.d.ts +2 -2
  101. package/dist/types/components/grid/grid.d.ts +2 -2
  102. package/dist/types/components/group/group.d.ts +3 -2
  103. package/dist/types/components/group/use-group.d.ts +2 -2
  104. package/dist/types/components/heading/heading.d.ts +2 -2
  105. package/dist/types/components/highlight/highlight.d.ts +2 -0
  106. package/dist/types/components/hue-slider/hue-slider.d.ts +4 -3
  107. package/dist/types/components/icon/icon.d.ts +5 -5
  108. package/dist/types/components/image/image.d.ts +2 -2
  109. package/dist/types/components/indicator/indicator.d.ts +5 -4
  110. package/dist/types/components/infinite-scroll-area/infinite-scroll-area.d.ts +2 -2
  111. package/dist/types/components/input/input-addon.d.ts +2 -2
  112. package/dist/types/components/input/input-element.d.ts +2 -2
  113. package/dist/types/components/input/input-group.d.ts +2 -0
  114. package/dist/types/components/input/input.d.ts +3 -2
  115. package/dist/types/components/kbd/kbd.d.ts +2 -2
  116. package/dist/types/components/link/link.d.ts +2 -2
  117. package/dist/types/components/link-box/link-box.d.ts +2 -2
  118. package/dist/types/components/list/list.d.ts +2 -2
  119. package/dist/types/components/loading/loading-provider.d.ts +2 -2
  120. package/dist/types/components/loading/loading.d.ts +4 -3
  121. package/dist/types/components/loading/use-loading-component.d.ts +1 -0
  122. package/dist/types/components/mark/mark.d.ts +2 -2
  123. package/dist/types/components/menu/menu.d.ts +3 -2
  124. package/dist/types/components/menu/use-menu.d.ts +11 -11
  125. package/dist/types/components/modal/modal.d.ts +6 -2
  126. package/dist/types/components/native-accordion/native-accordion.d.ts +2 -2
  127. package/dist/types/components/native-accordion/use-native-accordion.d.ts +2 -2
  128. package/dist/types/components/native-popover/native-popover.d.ts +2 -2
  129. package/dist/types/components/native-select/native-select.d.ts +4 -2
  130. package/dist/types/components/native-select/use-native-select.d.ts +1 -0
  131. package/dist/types/components/native-table/native-table.d.ts +4 -4
  132. package/dist/types/components/notice/use-notice.d.ts +3 -0
  133. package/dist/types/components/number-input/number-input.d.ts +3 -2
  134. package/dist/types/components/number-input/number-input.style.d.ts +1 -1
  135. package/dist/types/components/number-input/use-number-input.d.ts +1 -0
  136. package/dist/types/components/pagination/pagination.d.ts +3 -2
  137. package/dist/types/components/pagination/use-pagination.d.ts +2 -2
  138. package/dist/types/components/password-input/password-input.d.ts +3 -2
  139. package/dist/types/components/password-input/strength-meter.d.ts +2 -2
  140. package/dist/types/components/password-input/strength-meter.style.d.ts +1 -1
  141. package/dist/types/components/password-input/use-password-input.d.ts +3 -2
  142. package/dist/types/components/picture/picture.d.ts +1 -0
  143. package/dist/types/components/pin-input/pin-input.d.ts +4 -2
  144. package/dist/types/components/pin-input/use-pin-input.d.ts +8 -7
  145. package/dist/types/components/popover/popover.d.ts +3 -2
  146. package/dist/types/components/progress/progress.d.ts +4 -4
  147. package/dist/types/components/progress/use-progress.d.ts +706 -706
  148. package/dist/types/components/qr-code/qr-code.d.ts +2 -2
  149. package/dist/types/components/radio/radio-group.d.ts +2 -0
  150. package/dist/types/components/radio/radio.d.ts +6 -5
  151. package/dist/types/components/radio/radio.style.d.ts +1 -1
  152. package/dist/types/components/radio/use-radio-group.d.ts +3 -2
  153. package/dist/types/components/radio/use-radio.d.ts +1 -0
  154. package/dist/types/components/radio-card/radio-card-group.d.ts +3 -0
  155. package/dist/types/components/radio-card/radio-card.d.ts +7 -5
  156. package/dist/types/components/radio-card/radio-card.style.d.ts +1 -1
  157. package/dist/types/components/rating/use-rating.d.ts +8 -7
  158. package/dist/types/components/reorder/reorder.d.ts +3 -2
  159. package/dist/types/components/reorder/reorder.style.d.ts +1 -1
  160. package/dist/types/components/reorder/use-reorder.d.ts +3 -3
  161. package/dist/types/components/resizable/resizable.d.ts +2 -2
  162. package/dist/types/components/resizable/resizable.style.d.ts +2 -2
  163. package/dist/types/components/resizable/use-resizable.d.ts +2 -2
  164. package/dist/types/components/ripple/ripple.d.ts +3 -2
  165. package/dist/types/components/ripple/use-ripple.d.ts +2 -2
  166. package/dist/types/components/rotate/rotate.d.ts +3 -2
  167. package/dist/types/components/saturation-slider/saturation-slider.d.ts +2 -2
  168. package/dist/types/components/saturation-slider/use-saturation-slider.d.ts +3 -2
  169. package/dist/types/components/scroll-area/scroll-area.d.ts +2 -2
  170. package/dist/types/components/segmented-control/segmented-control.d.ts +3 -2
  171. package/dist/types/components/segmented-control/segmented-control.style.d.ts +2 -2
  172. package/dist/types/components/segmented-control/use-segmented-control.d.ts +10 -9
  173. package/dist/types/components/select/select.d.ts +4 -2
  174. package/dist/types/components/select/select.style.d.ts +1 -1
  175. package/dist/types/components/select/use-select.d.ts +6 -4
  176. package/dist/types/components/separator/separator.d.ts +2 -2
  177. package/dist/types/components/sidebar/sidebar.d.ts +7 -2
  178. package/dist/types/components/sidebar/use-sidebar.d.ts +9 -9
  179. package/dist/types/components/simple-grid/simple-grid.d.ts +3 -2
  180. package/dist/types/components/skeleton/skeleton.d.ts +2 -2
  181. package/dist/types/components/slide/slide.d.ts +3 -2
  182. package/dist/types/components/slide-fade/slide-fade.d.ts +3 -2
  183. package/dist/types/components/slider/slider.d.ts +2 -2
  184. package/dist/types/components/slider/use-slider.d.ts +3 -2
  185. package/dist/types/components/snacks/snacks.d.ts +2 -0
  186. package/dist/types/components/snacks/use-snacks.d.ts +1 -0
  187. package/dist/types/components/stack/h-stack.d.ts +2 -2
  188. package/dist/types/components/stack/stack.d.ts +2 -2
  189. package/dist/types/components/stack/v-stack.d.ts +2 -2
  190. package/dist/types/components/stack/z-stack.d.ts +2 -2
  191. package/dist/types/components/stat/stat.d.ts +2 -2
  192. package/dist/types/components/stat/stat.style.d.ts +2 -2
  193. package/dist/types/components/status/status.d.ts +2 -2
  194. package/dist/types/components/status/status.style.d.ts +2 -2
  195. package/dist/types/components/steps/steps.d.ts +2 -2
  196. package/dist/types/components/steps/steps.style.d.ts +1 -1
  197. package/dist/types/components/steps/use-steps.d.ts +10 -10
  198. package/dist/types/components/switch/switch.d.ts +2 -2
  199. package/dist/types/components/switch/use-switch.d.ts +1 -0
  200. package/dist/types/components/table/table.d.ts +4 -2
  201. package/dist/types/components/tabs/tabs.d.ts +2 -2
  202. package/dist/types/components/tabs/use-tabs.d.ts +16 -16
  203. package/dist/types/components/tag/tag.d.ts +2 -2
  204. package/dist/types/components/text/text.d.ts +2 -2
  205. package/dist/types/components/textarea/textarea.d.ts +4 -2
  206. package/dist/types/components/textarea/use-autosize.d.ts +2 -2
  207. package/dist/types/components/timeline/timeline.d.ts +5 -5
  208. package/dist/types/components/timeline/timeline.style.d.ts +1 -1
  209. package/dist/types/components/tip/tip.d.ts +3 -0
  210. package/dist/types/components/toggle/toggle-group.d.ts +1 -1
  211. package/dist/types/components/toggle/toggle.d.ts +7 -5
  212. package/dist/types/components/toggle/use-toggle-group.d.ts +2 -2
  213. package/dist/types/components/toggle/use-toggle.d.ts +3 -2
  214. package/dist/types/components/tooltip/tooltip.d.ts +4 -2
  215. package/dist/types/components/tree/tree.d.ts +6 -2
  216. package/dist/types/components/tree/tree.style.d.ts +1 -1
  217. package/dist/types/components/tree/use-tree.d.ts +183 -182
  218. package/dist/types/components/visually-hidden/visually-hidden.d.ts +2 -2
  219. package/dist/types/components/wrap/wrap.d.ts +3 -2
  220. package/dist/types/core/components/create-component.d.ts +7 -9
  221. package/dist/types/core/components/index.types.d.ts +0 -1
  222. package/dist/types/core/components/use-component-style.d.ts +0 -2
  223. package/dist/types/core/components/utils.d.ts +0 -1
  224. package/dist/types/core/constant.d.ts +0 -1
  225. package/dist/types/core/css/calc.d.ts +0 -1
  226. package/dist/types/core/css/config.d.ts +0 -1
  227. package/dist/types/core/css/css.d.ts +0 -1
  228. package/dist/types/core/css/index.types.d.ts +0 -1
  229. package/dist/types/core/css/styles.d.ts +0 -1
  230. package/dist/types/core/css/token.d.ts +0 -1
  231. package/dist/types/core/css/use-css.d.ts +0 -1
  232. package/dist/types/core/css/utils.d.ts +0 -2
  233. package/dist/types/core/generated-theme-tokens.types.d.ts +0 -1
  234. package/dist/types/core/index.d.ts +0 -2
  235. package/dist/types/core/system/color-mode-provider.d.ts +2 -2
  236. package/dist/types/core/system/config.d.ts +0 -1
  237. package/dist/types/core/system/create-system.d.ts +0 -1
  238. package/dist/types/core/system/factory.d.ts +0 -1
  239. package/dist/types/core/system/index.types.d.ts +0 -1
  240. package/dist/types/core/system/storage-script.d.ts +3 -3
  241. package/dist/types/core/system/styled.d.ts +2 -3
  242. package/dist/types/core/system/system-provider.d.ts +2 -2
  243. package/dist/types/core/system/var.d.ts +0 -2
  244. package/dist/types/hooks/use-async-callback/index.d.ts +1 -0
  245. package/dist/types/hooks/use-breakpoint/use-breakpoint-state.d.ts +2 -2
  246. package/dist/types/hooks/use-clickable/index.d.ts +7 -7
  247. package/dist/types/hooks/use-clipboard/index.d.ts +2 -2
  248. package/dist/types/hooks/use-combobox/index.d.ts +13 -12
  249. package/dist/types/hooks/use-counter/index.d.ts +2 -2
  250. package/dist/types/hooks/use-descendants/index.d.ts +2 -2
  251. package/dist/types/hooks/use-field-sizing/index.d.ts +2 -2
  252. package/dist/types/hooks/use-hover/index.d.ts +2 -2
  253. package/dist/types/hooks/use-popper/index.d.ts +2 -2
  254. package/dist/types/hooks/use-resize-observer/index.d.ts +3 -3
  255. package/dist/types/index.d.ts +106 -0
  256. package/dist/types/providers/i18n-provider/i18n-provider.d.ts +3 -3
  257. package/dist/types/providers/ui-provider/ui-provider.d.ts +3 -2
  258. package/dist/types/utils/children.d.ts +2 -2
  259. package/package.json +2 -2
@@ -3,7 +3,7 @@ import { CSSModifierObject, CSSPropObject, CSSSlotObject } from "../../core/css/
3
3
  import "../../index.js";
4
4
 
5
5
  //#region src/components/carousel/carousel.style.d.ts
6
- declare const carouselStyle: ComponentSlotStyle<"list" | "next" | "root" | "indicator" | "item" | "trigger" | "indicators" | "prev", CSSPropObject<CSSSlotObject<"list" | "next" | "root" | "indicator" | "item" | "trigger" | "indicators" | "prev">>, {
6
+ declare const carouselStyle: ComponentSlotStyle<"list" | "next" | "prev" | "indicator" | "root" | "trigger" | "item" | "indicators", CSSPropObject<CSSSlotObject<"list" | "next" | "prev" | "indicator" | "root" | "trigger" | "item" | "indicators">>, {
7
7
  sm: {
8
8
  root: {
9
9
  h: "sm";
@@ -19,7 +19,7 @@ declare const carouselStyle: ComponentSlotStyle<"list" | "next" | "root" | "indi
19
19
  h: "lg";
20
20
  };
21
21
  };
22
- }, CSSModifierObject<CSSSlotObject<"list" | "next" | "root" | "indicator" | "item" | "trigger" | "indicators" | "prev">>>;
22
+ }, CSSModifierObject<CSSSlotObject<"list" | "next" | "prev" | "indicator" | "root" | "trigger" | "item" | "indicators">>>;
23
23
  type CarouselStyle = typeof carouselStyle;
24
24
  //#endregion
25
25
  export { CarouselStyle, carouselStyle };
@@ -1,7 +1,7 @@
1
1
  import { Orientation } from "../../core/system/index.types.js";
2
2
  import { HTMLProps, PropGetter, RequiredPropGetter } from "../../core/components/index.types.js";
3
3
  import "../../core/index.js";
4
- import * as react884 from "react";
4
+ import * as react1156 from "react";
5
5
  import { RefObject } from "react";
6
6
  import { EmblaCarouselType, EmblaOptionsType, EmblaPluginType } from "embla-carousel";
7
7
 
@@ -16,7 +16,7 @@ type CarouselWatchSlides = EmblaOptions["watchSlides"];
16
16
  type CarouselControl = EmblaCarouselType;
17
17
  type CarouselPlugin = EmblaPluginType;
18
18
  interface CarouselContext extends Omit<UseCarouselReturn, "getRootProps"> {}
19
- declare const CarouselContext: react884.Context<CarouselContext>, useCarouselContext: () => CarouselContext;
19
+ declare const CarouselContext: react1156.Context<CarouselContext>, useCarouselContext: () => CarouselContext;
20
20
  interface UseCarouselProps extends Omit<HTMLProps<"section">, "onChange"> {
21
21
  /**
22
22
  * The alignment of the carousel.
@@ -177,7 +177,7 @@ declare const useCarousel: ({
177
177
  }?: UseCarouselProps) => {
178
178
  carousel: EmblaCarouselType | undefined;
179
179
  index: number;
180
- setIndex: react884.Dispatch<react884.SetStateAction<number>>;
180
+ setIndex: react1156.Dispatch<react1156.SetStateAction<number>>;
181
181
  snapCount: number;
182
182
  total: number;
183
183
  getIndicatorProps: RequiredPropGetter<"button", {
@@ -3,11 +3,11 @@ import { Component, HTMLStyledProps } from "../../core/components/index.types.js
3
3
  import "../../core/index.js";
4
4
  import { CenterStyle } from "./center.style.js";
5
5
  import "../../index.js";
6
- import * as react906 from "react";
6
+ import * as react1155 from "react";
7
7
 
8
8
  //#region src/components/center/center.d.ts
9
9
  interface CenterProps extends HTMLStyledProps, ThemeProps<CenterStyle> {}
10
- declare const CenterPropsContext: react906.Context<Partial<CenterProps> | undefined>, useCenterPropsContext: () => Partial<CenterProps> | undefined;
10
+ declare const CenterPropsContext: react1155.Context<Partial<CenterProps> | undefined>, useCenterPropsContext: () => Partial<CenterProps> | undefined;
11
11
  /**
12
12
  * `Center` is a component that aligns the child elements in the center within the component.
13
13
  *
@@ -4,7 +4,7 @@ import { GenericsComponent } from "../../core/components/index.types.js";
4
4
  import "../../core/index.js";
5
5
  import { AreaChartStyle } from "./area-chart.style.js";
6
6
  import { CartesianChartProps, ChartAreaProps } from "./cartesian-chart.js";
7
- import * as react1243 from "react";
7
+ import * as react1240 from "react";
8
8
  import { ReactElement } from "react";
9
9
 
10
10
  //#region src/components/chart/area-chart.d.ts
@@ -14,7 +14,7 @@ interface AreaChartProps<Y extends Dict = Dict> extends Omit<CartesianChartProps
14
14
  */
15
15
  series?: ChartAreaProps<Y>[];
16
16
  }
17
- declare const AreaChartPropsContext: react1243.Context<Partial<AreaChartProps<Dict<any>>> | undefined>, useAreaChartPropsContext: () => Partial<AreaChartProps<Dict<any>>> | undefined;
17
+ declare const AreaChartPropsContext: react1240.Context<Partial<AreaChartProps<Dict<any>>> | undefined>, useAreaChartPropsContext: () => Partial<AreaChartProps<Dict<any>>> | undefined;
18
18
  /**
19
19
  * `AreaChart` is a component for drawing area charts to compare multiple sets of data.
20
20
  *
@@ -4,7 +4,7 @@ import { GenericsComponent } from "../../core/components/index.types.js";
4
4
  import "../../core/index.js";
5
5
  import { BarChartStyle } from "./bar-chart.style.js";
6
6
  import { CartesianChartProps, ChartBarProps } from "./cartesian-chart.js";
7
- import * as react1240 from "react";
7
+ import * as react1241 from "react";
8
8
  import { ReactElement } from "react";
9
9
 
10
10
  //#region src/components/chart/bar-chart.d.ts
@@ -14,7 +14,7 @@ interface BarChartProps<Y extends Dict = Dict> extends Omit<CartesianChartProps<
14
14
  */
15
15
  series?: ChartBarProps<Y>[];
16
16
  }
17
- declare const BarChartPropsContext: react1240.Context<Partial<BarChartProps<Dict<any>>> | undefined>, useBarChartPropsContext: () => Partial<BarChartProps<Dict<any>>> | undefined;
17
+ declare const BarChartPropsContext: react1241.Context<Partial<BarChartProps<Dict<any>>> | undefined>, useBarChartPropsContext: () => Partial<BarChartProps<Dict<any>>> | undefined;
18
18
  /**
19
19
  * `BarChart` is a component for drawing bar charts to compare multiple sets of data.
20
20
  *
@@ -6,8 +6,8 @@ import "../../core/index.js";
6
6
  import { ChartStyle } from "./chart.style.js";
7
7
  import { UseChartLabelListProps, UseChartLabelProps, UseChartLegendProps, UseChartTooltipProps } from "./use-chart.js";
8
8
  import "../../index.js";
9
- import * as react_jsx_runtime13 from "react/jsx-runtime";
10
- import * as react1025 from "react";
9
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
10
+ import * as react42 from "react";
11
11
  import { JSXElementConstructor, PropsWithChildren, ReactElement, ReactNode, RefObject } from "react";
12
12
  import { ActiveDotProps, DataKey, DefaultLegendContentProps, DotItemDotProps, DotProps, LabelProps, RenderableText, ResponsiveContainerProps, TooltipContentProps } from "recharts";
13
13
 
@@ -87,7 +87,7 @@ interface ChartProps extends HTMLStyledProps, ThemeProps<ChartStyle> {
87
87
  */
88
88
  tooltipProps?: ChartTooltipProps;
89
89
  }
90
- declare const ComponentContext: react1025.Context<ComponentContext>, ChartPropsContext: react1025.Context<Partial<ChartProps> | undefined>, useChartComponentContext: () => ComponentContext, useChartPropsContext: () => Partial<ChartProps> | undefined;
90
+ declare const ComponentContext: react42.Context<ComponentContext>, ChartPropsContext: react42.Context<Partial<ChartProps> | undefined>, useChartComponentContext: () => ComponentContext, useChartPropsContext: () => Partial<ChartProps> | undefined;
91
91
  declare const Chart: Component<({
92
92
  children,
93
93
  components: componentsProp,
@@ -98,7 +98,7 @@ declare const Chart: Component<({
98
98
  responsiveContainerProps,
99
99
  tooltipProps,
100
100
  ...rest
101
- }: ChartProps) => react_jsx_runtime13.JSX.Element, ChartProps>;
101
+ }: ChartProps) => react_jsx_runtime4.JSX.Element, ChartProps>;
102
102
  interface ChartLegendProps extends Merge<HTMLStyledProps, UseChartLegendProps> {
103
103
  /**
104
104
  * Props for the content component.
@@ -122,7 +122,7 @@ interface ChartTooltipProps<Y extends (number | string)[] | number | string = nu
122
122
  */
123
123
  contentProps?: Omit<ChartTooltipContentProps, "formatter" | "label" | "labelFormatter" | "payload">;
124
124
  }
125
- declare const ChartTooltip: <Y extends (number | string)[] | number | string, M extends number | string>(props: ChartTooltipProps<Y, M>) => react_jsx_runtime13.JSX.Element;
125
+ declare const ChartTooltip: <Y extends (number | string)[] | number | string, M extends number | string>(props: ChartTooltipProps<Y, M>) => react_jsx_runtime4.JSX.Element;
126
126
  interface ChartTooltipCursorProps extends Omit<HTMLStyledProps<"path">, "height" | "points" | "width" | "x" | "y"> {
127
127
  brushBottom?: number;
128
128
  height?: number;
@@ -6,7 +6,7 @@ import "../../core/index.js";
6
6
  import { LineChartStyle } from "./line-chart.style.js";
7
7
  import { GradientStrategy } from "./chart.js";
8
8
  import { CartesianChartProps, ChartAreaProps, ChartBarProps, ChartLineProps } from "./cartesian-chart.js";
9
- import * as react1241 from "react";
9
+ import * as react1242 from "react";
10
10
  import { ReactElement } from "react";
11
11
 
12
12
  //#region src/components/chart/composed-chart.d.ts
@@ -18,7 +18,7 @@ interface ComposedChartProps<Y extends Dict = Dict> extends Omit<CartesianChartP
18
18
  */
19
19
  series?: ComposedProps<Y>[];
20
20
  }
21
- declare const ComposedChartPropsContext: react1241.Context<Partial<ComposedChartProps<Dict<any>>> | undefined>, useComposedChartPropsContext: () => Partial<ComposedChartProps<Dict<any>>> | undefined;
21
+ declare const ComposedChartPropsContext: react1242.Context<Partial<ComposedChartProps<Dict<any>>> | undefined>, useComposedChartPropsContext: () => Partial<ComposedChartProps<Dict<any>>> | undefined;
22
22
  /**
23
23
  * `ComposedChart` is a component for drawing composed charts to compare multiple sets of data.
24
24
  *
@@ -4,7 +4,7 @@ import { GenericsComponent } from "../../core/components/index.types.js";
4
4
  import "../../core/index.js";
5
5
  import { DonutChartStyle } from "./donut-chart.style.js";
6
6
  import { ChartDonutProps, PolarChartProps } from "./polar-chart.js";
7
- import * as react1242 from "react";
7
+ import * as react1243 from "react";
8
8
  import { ReactElement } from "react";
9
9
 
10
10
  //#region src/components/chart/donut-chart.d.ts
@@ -14,7 +14,7 @@ interface DonutChartProps<Y extends Dict = Dict> extends Omit<PolarChartProps<Y>
14
14
  */
15
15
  series?: ChartDonutProps<Y>[];
16
16
  }
17
- declare const DonutChartPropsContext: react1242.Context<Partial<DonutChartProps<Dict<any>>> | undefined>, useDonutChartPropsContext: () => Partial<DonutChartProps<Dict<any>>> | undefined;
17
+ declare const DonutChartPropsContext: react1243.Context<Partial<DonutChartProps<Dict<any>>> | undefined>, useDonutChartPropsContext: () => Partial<DonutChartProps<Dict<any>>> | undefined;
18
18
  /**
19
19
  * `DonutChart` is a component for drawing donut charts to compare multiple sets of data.
20
20
  *
@@ -4,7 +4,7 @@ import { GenericsComponent } from "../../core/components/index.types.js";
4
4
  import "../../core/index.js";
5
5
  import { RadarChartStyle } from "./radar-chart.style.js";
6
6
  import { ChartRadarProps, PolarChartProps as PolarChartProps$1 } from "./polar-chart.js";
7
- import * as react1246 from "react";
7
+ import * as react1247 from "react";
8
8
  import { ReactElement } from "react";
9
9
  import { PolarChartProps } from "recharts/types/util/types";
10
10
 
@@ -19,7 +19,7 @@ interface RadarChartProps<Y extends Dict = Dict> extends Omit<PolarChartProps$1<
19
19
  */
20
20
  chartProps?: Omit<PolarChartProps, "data">;
21
21
  }
22
- declare const RadarChartPropsContext: react1246.Context<Partial<RadarChartProps<Dict<any>>> | undefined>, useRadarChartPropsContext: () => Partial<RadarChartProps<Dict<any>>> | undefined;
22
+ declare const RadarChartPropsContext: react1247.Context<Partial<RadarChartProps<Dict<any>>> | undefined>, useRadarChartPropsContext: () => Partial<RadarChartProps<Dict<any>>> | undefined;
23
23
  /**
24
24
  * `RadarChart` is a component for drawing radar charts to compare multiple sets of data.
25
25
  *
@@ -4,7 +4,7 @@ import { GenericsComponent } from "../../core/components/index.types.js";
4
4
  import "../../core/index.js";
5
5
  import { RadialChartStyle } from "./radial-chart.style.js";
6
6
  import { ChartRadialProps, PolarChartProps } from "./polar-chart.js";
7
- import * as react1247 from "react";
7
+ import * as react1246 from "react";
8
8
  import { ReactElement } from "react";
9
9
 
10
10
  //#region src/components/chart/radial-chart.d.ts
@@ -14,7 +14,7 @@ interface RadialChartProps<Y extends Dict = Dict> extends Omit<PolarChartProps<Y
14
14
  */
15
15
  series?: ChartRadialProps<Y>[];
16
16
  }
17
- declare const RadialChartPropsContext: react1247.Context<Partial<RadialChartProps<Dict<any>>> | undefined>, useRadialChartPropsContext: () => Partial<RadialChartProps<Dict<any>>> | undefined;
17
+ declare const RadialChartPropsContext: react1246.Context<Partial<RadialChartProps<Dict<any>>> | undefined>, useRadialChartPropsContext: () => Partial<RadialChartProps<Dict<any>>> | undefined;
18
18
  /**
19
19
  * `RadialChart` is a component for drawing radial charts to compare multiple sets of data.
20
20
  *
@@ -2,12 +2,12 @@ import { Merge } from "../../utils/index.js";
2
2
  import { Direction } from "../../core/system/index.types.js";
3
3
  import { HTMLProps, PropGetter, RequiredPropGetter } from "../../core/components/index.types.js";
4
4
  import "../../core/index.js";
5
- import * as react1028 from "react";
5
+ import * as react44 from "react";
6
6
  import { LabelListProps, LabelProps, LegendProps, TooltipProps } from "recharts";
7
7
 
8
8
  //#region src/components/chart/use-chart.d.ts
9
9
  interface ChartContext extends UseChartReturn {}
10
- declare const ChartContext: react1028.Context<ChartContext>, useChartContext: () => ChartContext;
10
+ declare const ChartContext: react44.Context<ChartContext>, useChartContext: () => ChartContext;
11
11
  declare const useChart: () => {
12
12
  highlightedDataKey: string | number | undefined;
13
13
  onHighlight: (dataKey?: number | string) => void;
@@ -3,6 +3,8 @@ import { GenericsComponent } from "../../core/components/index.types.js";
3
3
  import "../../core/index.js";
4
4
  import { UseInputBorderProps } from "../input/use-input-border.js";
5
5
  import { GroupProps } from "../group/group.js";
6
+ import "../group/index.js";
7
+ import "../input/index.js";
6
8
  import { CheckboxStyle } from "./checkbox.style.js";
7
9
  import { Checkbox, CheckboxProps } from "./checkbox.js";
8
10
  import { UseCheckboxGroupProps } from "./use-checkbox-group.js";
@@ -5,12 +5,13 @@ import { As, Component, GenericsComponent, HTMLStyledProps } from "../../core/co
5
5
  import { ComponentOptions, ComponentSlot, ComponentSlotName, InitialProps, SuperProps, UseComponentPropsOptions } from "../../core/components/create-component.js";
6
6
  import "../../core/index.js";
7
7
  import { UseInputBorderProps } from "../input/use-input-border.js";
8
+ import "../input/index.js";
8
9
  import { CheckboxStyle } from "./checkbox.style.js";
9
10
  import { UseCheckboxProps } from "./use-checkbox.js";
10
11
  import "../../index.js";
11
- import * as react859 from "react";
12
+ import * as react32 from "react";
12
13
  import { ReactElement, ReactNode } from "react";
13
- import * as _yamada_ui_utils12 from "@yamada-ui/utils";
14
+ import * as _yamada_ui_utils0 from "@yamada-ui/utils";
14
15
 
15
16
  //#region src/components/checkbox/checkbox.d.ts
16
17
  interface CheckboxProps<Y extends string = string> extends Merge<HTMLStyledProps<"label">, UseCheckboxProps<Y>>, ThemeProps<CheckboxStyle>, UseInputBorderProps {
@@ -39,7 +40,7 @@ interface CheckboxProps<Y extends string = string> extends Merge<HTMLStyledProps
39
40
  */
40
41
  rootProps?: HTMLStyledProps<"label">;
41
42
  }
42
- declare const component: <H extends As | "fragment" = "div", R extends _yamada_ui_utils12.Dict = _yamada_ui_utils12.Dict<any>>(el: H | react859.FC<R>, slot?: ComponentSlot<ComponentSlotName<ComponentSlotStyle<"label" | "group" | "root" | "indicator", {
43
+ declare const component: <H extends "fragment" | As = "div", R extends _yamada_ui_utils0.Dict = _yamada_ui_utils0.Dict<any>>(el: H | react32.FC<R>, slot?: ComponentSlot<ComponentSlotName<ComponentSlotStyle<"label" | "group" | "indicator" | "root", {
43
44
  shape: {
44
45
  rounded: {
45
46
  indicator: {
@@ -135,7 +136,7 @@ declare const component: <H extends As | "fragment" = "div", R extends _yamada_u
135
136
  name,
136
137
  className,
137
138
  ...options
138
- }?: ComponentOptions) => (initialProps?: InitialProps<R>, ...superProps: SuperProps<R>[]) => H extends "fragment" ? react859.FunctionComponent<R> : Component<Exclude<H, "fragment">, R>, CheckboxPropsContext: react859.Context<Partial<CheckboxProps<string>> | undefined>, useCheckboxPropsContext: () => Partial<CheckboxProps<string>> | undefined, useRootComponentProps: <Y extends _yamada_ui_utils12.Dict = {}, R extends keyof Y = keyof Y>(props: Y, slot?: ComponentSlot<ComponentSlotName<ComponentSlotStyle<"label" | "group" | "root" | "indicator", {
139
+ }?: ComponentOptions) => (initialProps?: InitialProps<R>, ...superProps: SuperProps<R>[]) => H extends "fragment" ? react32.FunctionComponent<R> : Component<Exclude<H, "fragment">, R>, CheckboxPropsContext: react32.Context<Partial<CheckboxProps<string>> | undefined>, useCheckboxPropsContext: () => Partial<CheckboxProps<string>> | undefined, useRootComponentProps: <Y extends _yamada_ui_utils0.Dict = {}, R extends keyof Y = keyof Y>(props: Y, slot?: ComponentSlot<ComponentSlotName<ComponentSlotStyle<"label" | "group" | "indicator" | "root", {
139
140
  shape: {
140
141
  rounded: {
141
142
  indicator: {
@@ -231,7 +232,7 @@ declare const component: <H extends As | "fragment" = "div", R extends _yamada_u
231
232
  className,
232
233
  withContext,
233
234
  transferProps
234
- }?: UseComponentPropsOptions<R>) => [CSSSlotObject, Merge<WithoutThemeProps<Y, ComponentSlotStyle<"label" | "group" | "root" | "indicator", {
235
+ }?: UseComponentPropsOptions<R>) => [CSSSlotObject, Merge<WithoutThemeProps<Y, ComponentSlotStyle<"label" | "group" | "indicator" | "root", {
235
236
  shape: {
236
237
  rounded: {
237
238
  indicator: {
@@ -2,7 +2,7 @@ import { ComponentSlotStyle } from "../../core/system/index.types.js";
2
2
  import "../../index.js";
3
3
 
4
4
  //#region src/components/checkbox/checkbox.style.d.ts
5
- declare const checkboxStyle: ComponentSlotStyle<"label" | "group" | "root" | "indicator", {
5
+ declare const checkboxStyle: ComponentSlotStyle<"label" | "group" | "indicator" | "root", {
6
6
  /**
7
7
  * The shape of the component
8
8
  *
@@ -1,12 +1,13 @@
1
1
  import { HTMLProps, PropGetter } from "../../core/components/index.types.js";
2
2
  import "../../core/index.js";
3
3
  import { FieldProps } from "../field/field.js";
4
- import * as react863 from "react";
4
+ import "../field/index.js";
5
+ import * as react35 from "react";
5
6
  import { ChangeEvent } from "react";
6
7
 
7
8
  //#region src/components/checkbox/use-checkbox-group.d.ts
8
9
  interface CheckboxGroupContext extends Omit<UseCheckboxGroupReturn, "getRootProps"> {}
9
- declare const CheckboxGroupContext: react863.Context<CheckboxGroupContext | undefined>, useCheckboxGroupContext: () => CheckboxGroupContext | undefined;
10
+ declare const CheckboxGroupContext: react35.Context<CheckboxGroupContext | undefined>, useCheckboxGroupContext: () => CheckboxGroupContext | undefined;
10
11
  interface UseCheckboxGroupProps<Y extends string = string> extends Omit<HTMLProps, "defaultValue" | "onChange" | "value">, FieldProps {
11
12
  /**
12
13
  * The initial value of the checkbox group.
@@ -1,6 +1,7 @@
1
1
  import { HTMLProps, HTMLRefAttributes, PropGetter } from "../../core/components/index.types.js";
2
2
  import "../../core/index.js";
3
3
  import { FieldProps } from "../field/field.js";
4
+ import "../field/index.js";
4
5
  import { ChangeEvent, ChangeEventHandler, FocusEventHandler } from "react";
5
6
 
6
7
  //#region src/components/checkbox/use-checkbox.d.ts
@@ -3,7 +3,10 @@ import { GenericsComponent } from "../../core/components/index.types.js";
3
3
  import "../../core/index.js";
4
4
  import { UseInputBorderProps } from "../input/use-input-border.js";
5
5
  import { GroupProps } from "../group/group.js";
6
+ import "../group/index.js";
7
+ import "../input/index.js";
6
8
  import { UseCheckboxGroupProps } from "../checkbox/use-checkbox-group.js";
9
+ import "../checkbox/index.js";
7
10
  import { CheckboxCardStyle } from "./checkbox-card.style.js";
8
11
  import { CheckboxCardRoot, CheckboxCardRootProps } from "./checkbox-card.js";
9
12
  import { ReactElement } from "react";
@@ -5,12 +5,14 @@ import { As, Component, GenericsComponent, HTMLStyledProps } from "../../core/co
5
5
  import { ComponentOptions, ComponentSlot, ComponentSlotName, InitialProps, SuperProps, UseComponentPropsOptions } from "../../core/components/create-component.js";
6
6
  import "../../core/index.js";
7
7
  import { UseInputBorderProps } from "../input/use-input-border.js";
8
+ import "../input/index.js";
8
9
  import { UseCheckboxProps } from "../checkbox/use-checkbox.js";
10
+ import "../checkbox/index.js";
9
11
  import { CheckboxCardStyle } from "./checkbox-card.style.js";
10
12
  import "../../index.js";
11
- import * as react856 from "react";
13
+ import * as react1134 from "react";
12
14
  import { ReactElement, ReactNode } from "react";
13
- import * as _yamada_ui_utils9 from "@yamada-ui/utils";
15
+ import * as _yamada_ui_utils14 from "@yamada-ui/utils";
14
16
 
15
17
  //#region src/components/checkbox-card/checkbox-card.d.ts
16
18
  interface CheckboxCardRootProps<Y extends string = string> extends Merge<HTMLStyledProps<"label">, UseCheckboxProps<Y>>, ThemeProps<CheckboxCardStyle>, UseInputBorderProps {
@@ -65,7 +67,7 @@ interface CheckboxCardRootProps<Y extends string = string> extends Merge<HTMLSty
65
67
  */
66
68
  rootProps?: HTMLStyledProps<"label">;
67
69
  }
68
- declare const component: <H extends As | "fragment" = "div", R extends _yamada_ui_utils9.Dict = _yamada_ui_utils9.Dict<any>>(el: H | react856.FC<R>, slot?: ComponentSlot<ComponentSlotName<ComponentSlotStyle<"group" | "root" | "description" | "indicator" | "addon", {
70
+ declare const component: <H extends "fragment" | As = "div", R extends _yamada_ui_utils14.Dict = _yamada_ui_utils14.Dict<any>>(el: H | react1134.FC<R>, slot?: ComponentSlot<ComponentSlotName<ComponentSlotStyle<"group" | "indicator" | "root" | "description" | "addon", {
69
71
  justify: {
70
72
  end: {
71
73
  addon: {
@@ -215,7 +217,7 @@ declare const component: <H extends As | "fragment" = "div", R extends _yamada_u
215
217
  name,
216
218
  className,
217
219
  ...options
218
- }?: ComponentOptions) => (initialProps?: InitialProps<R>, ...superProps: SuperProps<R>[]) => H extends "fragment" ? react856.FunctionComponent<R> : Component<Exclude<H, "fragment">, R>, CheckboxCardPropsContext: react856.Context<Partial<CheckboxCardRootProps<string>> | undefined>, useCheckboxCardPropsContext: () => Partial<CheckboxCardRootProps<string>> | undefined, useRootComponentProps: <Y extends _yamada_ui_utils9.Dict = {}, R extends keyof Y = keyof Y>(props: Y, slot?: ComponentSlot<ComponentSlotName<ComponentSlotStyle<"group" | "root" | "description" | "indicator" | "addon", {
220
+ }?: ComponentOptions) => (initialProps?: InitialProps<R>, ...superProps: SuperProps<R>[]) => H extends "fragment" ? react1134.FunctionComponent<R> : Component<Exclude<H, "fragment">, R>, CheckboxCardPropsContext: react1134.Context<Partial<CheckboxCardRootProps<string>> | undefined>, useCheckboxCardPropsContext: () => Partial<CheckboxCardRootProps<string>> | undefined, useRootComponentProps: <Y extends _yamada_ui_utils14.Dict = {}, R extends keyof Y = keyof Y>(props: Y, slot?: ComponentSlot<ComponentSlotName<ComponentSlotStyle<"group" | "indicator" | "root" | "description" | "addon", {
219
221
  justify: {
220
222
  end: {
221
223
  addon: {
@@ -365,7 +367,7 @@ declare const component: <H extends As | "fragment" = "div", R extends _yamada_u
365
367
  className,
366
368
  withContext,
367
369
  transferProps
368
- }?: UseComponentPropsOptions<R>) => [CSSSlotObject, Merge<WithoutThemeProps<Y, ComponentSlotStyle<"group" | "root" | "description" | "indicator" | "addon", {
370
+ }?: UseComponentPropsOptions<R>) => [CSSSlotObject, Merge<WithoutThemeProps<Y, ComponentSlotStyle<"group" | "indicator" | "root" | "description" | "addon", {
369
371
  justify: {
370
372
  end: {
371
373
  addon: {
@@ -2,7 +2,7 @@ import { ComponentSlotStyle } from "../../core/system/index.types.js";
2
2
  import "../../index.js";
3
3
 
4
4
  //#region src/components/checkbox-card/checkbox-card.style.d.ts
5
- declare const checkboxCardStyle: ComponentSlotStyle<"group" | "root" | "description" | "indicator" | "addon", {
5
+ declare const checkboxCardStyle: ComponentSlotStyle<"group" | "indicator" | "root" | "description" | "addon", {
6
6
  /**
7
7
  * The justify indicator of the component
8
8
  *
@@ -4,8 +4,9 @@ import { Component, HTMLStyledProps } from "../../core/components/index.types.js
4
4
  import "../../core/index.js";
5
5
  import { CircleProgressStyle } from "./circle-progress.style.js";
6
6
  import { UseProgressProps } from "../progress/use-progress.js";
7
+ import "../progress/index.js";
7
8
  import "../../index.js";
8
- import * as react45 from "react";
9
+ import * as react1140 from "react";
9
10
 
10
11
  //#region src/components/circle-progress/circle-progress.d.ts
11
12
  interface CircleProgressRootProps extends HTMLStyledProps, UseProgressProps, ThemeProps<CircleProgressStyle> {
@@ -38,7 +39,7 @@ interface CircleProgressRootProps extends HTMLStyledProps, UseProgressProps, The
38
39
  */
39
40
  trackProps?: CircleProgressTrackProps;
40
41
  }
41
- declare const CircleProgressPropsContext: react45.Context<Partial<CircleProgressRootProps> | undefined>, useCircleProgressPropsContext: () => Partial<CircleProgressRootProps> | undefined;
42
+ declare const CircleProgressPropsContext: react1140.Context<Partial<CircleProgressRootProps> | undefined>, useCircleProgressPropsContext: () => Partial<CircleProgressRootProps> | undefined;
42
43
  /**
43
44
  * `CircleProgress` is a component that displays progress in a circular progress bar.
44
45
  *
@@ -2,13 +2,14 @@ import { WithoutThemeProps } from "../../core/system/index.types.js";
2
2
  import { Component, HTMLProps } from "../../core/components/index.types.js";
3
3
  import "../../core/index.js";
4
4
  import { IconButtonProps } from "../button/icon-button.js";
5
+ import "../button/index.js";
5
6
  import { CloseButtonStyle } from "./close-button.style.js";
6
7
  import "../../index.js";
7
- import * as react1023 from "react";
8
+ import * as react1139 from "react";
8
9
 
9
10
  //#region src/components/close-button/close-button.d.ts
10
11
  interface CloseButtonProps extends Omit<WithoutThemeProps<IconButtonProps, CloseButtonStyle>, "aria-label">, Pick<HTMLProps<"button">, "aria-label"> {}
11
- declare const CloseButtonPropsContext: react1023.Context<Partial<CloseButtonProps> | undefined>, useCloseButtonPropsContext: () => Partial<CloseButtonProps> | undefined;
12
+ declare const CloseButtonPropsContext: react1139.Context<Partial<CloseButtonProps> | undefined>, useCloseButtonPropsContext: () => Partial<CloseButtonProps> | undefined;
12
13
  /**
13
14
  * `CloseButton` is a component used primarily to trigger the close functionality of a component.
14
15
  *
@@ -3,11 +3,11 @@ import { Component, HTMLStyledProps } from "../../core/components/index.types.js
3
3
  import "../../core/index.js";
4
4
  import { CodeStyle } from "./code.style.js";
5
5
  import "../../index.js";
6
- import * as react1022 from "react";
6
+ import * as react1152 from "react";
7
7
 
8
8
  //#region src/components/code/code.d.ts
9
9
  interface CodeProps extends HTMLStyledProps<"code">, ThemeProps<CodeStyle> {}
10
- declare const CodePropsContext: react1022.Context<Partial<CodeProps> | undefined>, useCodePropsContext: () => Partial<CodeProps> | undefined;
10
+ declare const CodePropsContext: react1152.Context<Partial<CodeProps> | undefined>, useCodePropsContext: () => Partial<CodeProps> | undefined;
11
11
  /**
12
12
  * `Code` is a component that represents a code block. By default, it renders a `code` element.
13
13
  *
@@ -2,9 +2,10 @@ import { ThemeProps } from "../../core/system/index.types.js";
2
2
  import { Component } from "../../core/components/index.types.js";
3
3
  import "../../core/index.js";
4
4
  import { HTMLMotionProps, WithTransitionProps } from "../motion/index.types.js";
5
+ import "../motion/index.js";
5
6
  import { CollapseStyle } from "./collapse.style.js";
6
7
  import "../../index.js";
7
- import * as react1021 from "react";
8
+ import * as react1148 from "react";
8
9
 
9
10
  //#region src/components/collapse/collapse.d.ts
10
11
  interface CollapseProps extends WithTransitionProps<HTMLMotionProps>, ThemeProps<CollapseStyle> {
@@ -27,7 +28,7 @@ interface CollapseProps extends WithTransitionProps<HTMLMotionProps>, ThemeProps
27
28
  */
28
29
  startingHeight?: number | string;
29
30
  }
30
- declare const CollapsePropsContext: react1021.Context<Partial<CollapseProps> | undefined>, useCollapsePropsContext: () => Partial<CollapseProps> | undefined;
31
+ declare const CollapsePropsContext: react1148.Context<Partial<CollapseProps> | undefined>, useCollapsePropsContext: () => Partial<CollapseProps> | undefined;
31
32
  /**
32
33
  * `Collapse` is a component that allows you to expand or collapse an element for display.
33
34
  *
@@ -3,15 +3,19 @@ import { ThemeProps } from "../../core/system/index.types.js";
3
3
  import { Component, HTMLStyledProps } from "../../core/components/index.types.js";
4
4
  import "../../core/index.js";
5
5
  import { PopoverContentProps, PopoverRootProps, UsePopoverStyleProps, UsePopupAnimationProps } from "../popover/popover.js";
6
+ import "../popover/index.js";
6
7
  import { UseInputBorderProps } from "../input/use-input-border.js";
7
8
  import { InputElementProps } from "../input/input-element.js";
8
9
  import { InputGroupRootProps } from "../input/input-group.js";
10
+ import "../input/index.js";
9
11
  import { ColorPickerStyle } from "./color-picker.style.js";
10
12
  import { ColorSwatchProps } from "../color-swatch/color-swatch.js";
13
+ import "../color-swatch/index.js";
11
14
  import { ColorSelectorRootProps } from "../color-selector/color-selector.js";
15
+ import "../color-selector/index.js";
12
16
  import { UseColorPickerProps } from "./use-color-picker.js";
13
17
  import "../../index.js";
14
- import * as react1017 from "react";
18
+ import * as react1151 from "react";
15
19
  import { ReactNode } from "react";
16
20
 
17
21
  //#region src/components/color-picker/color-picker.d.ts
@@ -75,7 +79,7 @@ interface ColorPickerProps extends Omit<HTMLStyledProps, "defaultValue" | "offse
75
79
  */
76
80
  startElementProps?: InputElementProps;
77
81
  }
78
- declare const ColorPickerPropsContext: react1017.Context<Partial<ColorPickerProps> | undefined>, useColorPickerPropsContext: () => Partial<ColorPickerProps> | undefined;
82
+ declare const ColorPickerPropsContext: react1151.Context<Partial<ColorPickerProps> | undefined>, useColorPickerPropsContext: () => Partial<ColorPickerProps> | undefined;
79
83
  /**
80
84
  * `ColorPicker` is a component used by the user to select a color or enter an arbitrary color value.
81
85
  *
@@ -2,10 +2,13 @@ import { ColorFormat } from "../../utils/index.js";
2
2
  import { HTMLRefAttributes, PropGetter } from "../../core/components/index.types.js";
3
3
  import "../../core/index.js";
4
4
  import { UsePopoverProps } from "../popover/use-popover.js";
5
+ import "../popover/index.js";
5
6
  import { FieldProps } from "../field/field.js";
7
+ import "../field/index.js";
6
8
  import { UseComboboxProps } from "../../hooks/use-combobox/index.js";
7
9
  import { UseColorSelectorProps } from "../color-selector/use-color-selector.js";
8
- import * as react1018 from "react";
10
+ import "../color-selector/index.js";
11
+ import * as react1149 from "react";
9
12
  import { ChangeEvent } from "react";
10
13
 
11
14
  //#region src/components/color-picker/use-color-picker.d.ts
@@ -89,7 +92,7 @@ declare const useColorPicker: (props: UseColorPickerProps) => {
89
92
  format: ColorFormat;
90
93
  interactive: boolean;
91
94
  open: boolean;
92
- setValue: react1018.Dispatch<react1018.SetStateAction<string>>;
95
+ setValue: react1149.Dispatch<react1149.SetStateAction<string>>;
93
96
  value: string;
94
97
  getContentProps: PropGetter<"div", undefined, undefined>;
95
98
  getEyeDropperProps: PropGetter<"div", undefined, undefined>;
@@ -4,13 +4,17 @@ import { StyleValue } from "../../core/css/index.types.js";
4
4
  import { Component, HTMLStyledProps } from "../../core/components/index.types.js";
5
5
  import "../../core/index.js";
6
6
  import { HueSliderRootProps } from "../hue-slider/hue-slider.js";
7
+ import "../hue-slider/index.js";
7
8
  import { AlphaSliderRootProps } from "../alpha-slider/alpha-slider.js";
9
+ import "../alpha-slider/index.js";
8
10
  import { ColorSwatchProps } from "../color-swatch/color-swatch.js";
11
+ import "../color-swatch/index.js";
9
12
  import { ColorSelectorStyle } from "./color-selector.style.js";
10
13
  import { SaturationSliderRootProps } from "../saturation-slider/saturation-slider.js";
14
+ import "../saturation-slider/index.js";
11
15
  import { UseColorSelectorProps } from "./use-color-selector.js";
12
16
  import "../../index.js";
13
- import * as react1016 from "react";
17
+ import * as react1147 from "react";
14
18
  import { ReactNode } from "react";
15
19
 
16
20
  //#region src/components/color-selector/color-selector.d.ts
@@ -61,7 +65,7 @@ interface ColorSelectorRootProps extends Merge<HTMLStyledProps, UseColorSelector
61
65
  */
62
66
  saturationSliderProps?: ColorSelectorSaturationSliderProps;
63
67
  }
64
- declare const ColorSelectorPropsContext: react1016.Context<Partial<ColorSelectorRootProps> | undefined>, useColorSelectorPropsContext: () => Partial<ColorSelectorRootProps> | undefined;
68
+ declare const ColorSelectorPropsContext: react1147.Context<Partial<ColorSelectorRootProps> | undefined>, useColorSelectorPropsContext: () => Partial<ColorSelectorRootProps> | undefined;
65
69
  /**
66
70
  * `ColorSelector` is a component used by the user to select a color.
67
71
  *
@@ -2,9 +2,11 @@ import { ColorFormat } from "../../utils/index.js";
2
2
  import { HTMLProps, PropGetter, RequiredPropGetter, StyledProps } from "../../core/components/index.types.js";
3
3
  import "../../core/index.js";
4
4
  import { UseSliderProps } from "../slider/use-slider.js";
5
+ import "../slider/index.js";
5
6
  import { UseSaturationSliderProps } from "../saturation-slider/use-saturation-slider.js";
7
+ import "../saturation-slider/index.js";
6
8
  import "../../index.js";
7
- import * as react1011 from "react";
9
+ import * as react1142 from "react";
8
10
 
9
11
  //#region src/components/color-selector/use-color-selector.d.ts
10
12
  type Hsva = [number, number, number, number];
@@ -71,7 +73,7 @@ declare const useColorSelector: ({
71
73
  }: UseColorSelectorProps) => {
72
74
  alpha: boolean;
73
75
  format: ColorFormat;
74
- setValue: react1011.Dispatch<react1011.SetStateAction<string>>;
76
+ setValue: react1142.Dispatch<react1142.SetStateAction<string>>;
75
77
  value: string;
76
78
  getAlphaSliderProps: PropGetter<Omit<UseSliderProps<number>, "orientation" | "betweenThumbs">, undefined, Omit<UseSliderProps<number>, "orientation" | "betweenThumbs"> & {
77
79
  color: string;
@@ -80,7 +82,7 @@ declare const useColorSelector: ({
80
82
  getColorSwatchGroupProps: PropGetter<"div", undefined, undefined>;
81
83
  getColorSwatchItemProps: RequiredPropGetter<"div", {
82
84
  value: string;
83
- }, Omit<react1011.DetailedHTMLProps<react1011.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "size" | keyof StyledProps> & react1011.DataAttributes & {
85
+ }, Omit<react1142.DetailedHTMLProps<react1142.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "size" | keyof StyledProps> & react1142.DataAttributes & {
84
86
  color: string;
85
87
  }>;
86
88
  getEyeDropperProps: PropGetter<"div", undefined, undefined>;
@@ -4,7 +4,7 @@ import { Component, HTMLStyledProps } from "../../core/components/index.types.js
4
4
  import "../../core/index.js";
5
5
  import { ColorSwatchStyle } from "./color-swatch.style.js";
6
6
  import "../../index.js";
7
- import * as react1020 from "react";
7
+ import * as react47 from "react";
8
8
 
9
9
  //#region src/components/color-swatch/color-swatch.d.ts
10
10
  declare const checkersProps: HTMLStyledProps;
@@ -26,7 +26,7 @@ interface ColorSwatchProps extends Omit<HTMLStyledProps, "color">, ThemeProps<Co
26
26
  */
27
27
  withShadow?: boolean;
28
28
  }
29
- declare const ColorSwatchPropsContext: react1020.Context<Partial<ColorSwatchProps> | undefined>, useColorSwatchPropsContext: () => Partial<ColorSwatchProps> | undefined;
29
+ declare const ColorSwatchPropsContext: react47.Context<Partial<ColorSwatchProps> | undefined>, useColorSwatchPropsContext: () => Partial<ColorSwatchProps> | undefined;
30
30
  /**
31
31
  * `ColorSwatch` is a component that displays color samples.
32
32
  *