@yamada-ui/react 2.1.7 → 2.1.8-dev-20260407054700

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 (232) hide show
  1. package/dist/cjs/components/input/input.style.cjs +4 -4
  2. package/dist/cjs/components/input/input.style.cjs.map +1 -1
  3. package/dist/cjs/core/css/styles.cjs.map +1 -1
  4. package/dist/esm/components/input/input.style.js +4 -4
  5. package/dist/esm/components/input/input.style.js.map +1 -1
  6. package/dist/esm/core/css/styles.js.map +1 -1
  7. package/dist/types/components/accordion/accordion.d.ts +2 -2
  8. package/dist/types/components/accordion/accordion.style.d.ts +1 -1
  9. package/dist/types/components/accordion/use-accordion.d.ts +11 -11
  10. package/dist/types/components/airy/airy.d.ts +2 -2
  11. package/dist/types/components/alert/alert.d.ts +2 -2
  12. package/dist/types/components/alert/alert.style.d.ts +1 -1
  13. package/dist/types/components/alpha-slider/alpha-slider.d.ts +2 -2
  14. package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +2 -2
  15. package/dist/types/components/autocomplete/autocomplete.d.ts +2 -2
  16. package/dist/types/components/autocomplete/autocomplete.style.d.ts +52 -52
  17. package/dist/types/components/autocomplete/use-autocomplete.d.ts +5 -5
  18. package/dist/types/components/avatar/avatar.d.ts +4 -4
  19. package/dist/types/components/avatar/avatar.style.d.ts +1 -1
  20. package/dist/types/components/avatar/use-avatar-group.d.ts +2 -2
  21. package/dist/types/components/badge/badge.d.ts +2 -2
  22. package/dist/types/components/bleed/bleed.d.ts +2 -2
  23. package/dist/types/components/blockquote/blockquote.d.ts +2 -2
  24. package/dist/types/components/breadcrumb/breadcrumb.d.ts +2 -2
  25. package/dist/types/components/breadcrumb/breadcrumb.style.d.ts +1 -1
  26. package/dist/types/components/breadcrumb/use-breadcrumb.d.ts +2 -2
  27. package/dist/types/components/button/button.d.ts +2 -2
  28. package/dist/types/components/button/icon-button.d.ts +2 -2
  29. package/dist/types/components/calendar/calendar.d.ts +2 -2
  30. package/dist/types/components/calendar/calendar.style.d.ts +2 -2
  31. package/dist/types/components/calendar/use-calendar.d.ts +8 -8
  32. package/dist/types/components/card/card.d.ts +2 -2
  33. package/dist/types/components/carousel/carousel.d.ts +2 -2
  34. package/dist/types/components/carousel/carousel.style.d.ts +2 -2
  35. package/dist/types/components/carousel/use-carousel.d.ts +3 -3
  36. package/dist/types/components/center/center.d.ts +2 -2
  37. package/dist/types/components/chart/area-chart.d.ts +2 -2
  38. package/dist/types/components/chart/bar-chart.d.ts +2 -2
  39. package/dist/types/components/chart/chart.d.ts +5 -5
  40. package/dist/types/components/chart/composed-chart.d.ts +2 -2
  41. package/dist/types/components/chart/donut-chart.d.ts +2 -2
  42. package/dist/types/components/chart/line-chart.d.ts +2 -2
  43. package/dist/types/components/chart/pie-chart.d.ts +2 -2
  44. package/dist/types/components/chart/radar-chart.d.ts +2 -2
  45. package/dist/types/components/chart/radial-chart.d.ts +2 -2
  46. package/dist/types/components/chart/use-chart.d.ts +2 -2
  47. package/dist/types/components/checkbox/checkbox.d.ts +5 -5
  48. package/dist/types/components/checkbox/checkbox.style.d.ts +1 -1
  49. package/dist/types/components/checkbox/use-checkbox-group.d.ts +2 -2
  50. package/dist/types/components/checkbox-card/checkbox-card.d.ts +5 -5
  51. package/dist/types/components/checkbox-card/checkbox-card.style.d.ts +1 -1
  52. package/dist/types/components/circle-progress/circle-progress.d.ts +2 -2
  53. package/dist/types/components/close-button/close-button.d.ts +2 -2
  54. package/dist/types/components/code/code.d.ts +2 -2
  55. package/dist/types/components/collapse/collapse.d.ts +2 -2
  56. package/dist/types/components/color-picker/color-picker.d.ts +2 -2
  57. package/dist/types/components/color-picker/color-picker.style.d.ts +51 -51
  58. package/dist/types/components/color-picker/use-color-picker.d.ts +2 -2
  59. package/dist/types/components/color-selector/color-selector.d.ts +2 -2
  60. package/dist/types/components/color-selector/color-selector.style.d.ts +2 -2
  61. package/dist/types/components/color-selector/use-color-selector.d.ts +3 -3
  62. package/dist/types/components/color-swatch/color-swatch.d.ts +2 -2
  63. package/dist/types/components/container/container.d.ts +2 -2
  64. package/dist/types/components/data-list/data-list.d.ts +2 -2
  65. package/dist/types/components/data-list/data-list.style.d.ts +1 -1
  66. package/dist/types/components/date-picker/date-picker.d.ts +2 -2
  67. package/dist/types/components/date-picker/date-picker.style.d.ts +51 -51
  68. package/dist/types/components/date-picker/use-date-picker.d.ts +4 -4
  69. package/dist/types/components/drawer/drawer.d.ts +2 -2
  70. package/dist/types/components/dropzone/dropzone.d.ts +5 -5
  71. package/dist/types/components/dropzone/dropzone.style.d.ts +1 -1
  72. package/dist/types/components/editable/editable.d.ts +4 -4
  73. package/dist/types/components/editable/use-editable.d.ts +2 -2
  74. package/dist/types/components/em/em.d.ts +2 -2
  75. package/dist/types/components/empty-state/empty-state.d.ts +2 -2
  76. package/dist/types/components/empty-state/empty-state.style.d.ts +2 -2
  77. package/dist/types/components/fade/fade.d.ts +2 -2
  78. package/dist/types/components/field/field.d.ts +3 -3
  79. package/dist/types/components/field/use-field-props.d.ts +3 -3
  80. package/dist/types/components/fieldset/fieldset.d.ts +3 -3
  81. package/dist/types/components/file-button/file-button.d.ts +2 -2
  82. package/dist/types/components/file-button/use-file-button.d.ts +15 -15
  83. package/dist/types/components/file-input/file-input.d.ts +2 -2
  84. package/dist/types/components/file-input/file-input.style.d.ts +31 -31
  85. package/dist/types/components/file-input/use-file-input.d.ts +15 -15
  86. package/dist/types/components/flex/flex.d.ts +2 -2
  87. package/dist/types/components/flip/flip.d.ts +4 -4
  88. package/dist/types/components/flip/flip.style.d.ts +1 -1
  89. package/dist/types/components/float/float.d.ts +2 -2
  90. package/dist/types/components/form/form.d.ts +3 -3
  91. package/dist/types/components/form/form.style.d.ts +1 -1
  92. package/dist/types/components/format/format-byte.d.ts +2 -2
  93. package/dist/types/components/format/format-date-time.d.ts +4 -4
  94. package/dist/types/components/format/format-number.d.ts +2 -2
  95. package/dist/types/components/grid/grid-item.d.ts +2 -2
  96. package/dist/types/components/grid/grid.d.ts +2 -2
  97. package/dist/types/components/group/group.d.ts +2 -2
  98. package/dist/types/components/group/use-group.d.ts +2 -2
  99. package/dist/types/components/hue-slider/hue-slider.d.ts +3 -3
  100. package/dist/types/components/icon/icon.d.ts +5 -5
  101. package/dist/types/components/image/image.d.ts +2 -2
  102. package/dist/types/components/indicator/indicator.d.ts +4 -4
  103. package/dist/types/components/infinite-scroll-area/infinite-scroll-area.d.ts +2 -2
  104. package/dist/types/components/input/input-addon.d.ts +2 -2
  105. package/dist/types/components/input/input-addon.style.d.ts +30 -30
  106. package/dist/types/components/input/input-element.d.ts +2 -2
  107. package/dist/types/components/input/input.d.ts +2 -2
  108. package/dist/types/components/input/input.style.d.ts +37 -37
  109. package/dist/types/components/kbd/kbd.d.ts +2 -2
  110. package/dist/types/components/link/link.d.ts +2 -2
  111. package/dist/types/components/link-box/link-box.d.ts +2 -2
  112. package/dist/types/components/list/list.d.ts +2 -2
  113. package/dist/types/components/list/list.style.d.ts +2 -2
  114. package/dist/types/components/loading/loading-provider.d.ts +2 -2
  115. package/dist/types/components/loading/loading.d.ts +3 -3
  116. package/dist/types/components/mark/mark.d.ts +2 -2
  117. package/dist/types/components/menu/menu.d.ts +2 -2
  118. package/dist/types/components/menu/use-menu.d.ts +11 -11
  119. package/dist/types/components/modal/modal.d.ts +2 -2
  120. package/dist/types/components/native-accordion/native-accordion.d.ts +2 -2
  121. package/dist/types/components/native-accordion/native-accordion.style.d.ts +2 -2
  122. package/dist/types/components/native-accordion/use-native-accordion.d.ts +2 -2
  123. package/dist/types/components/native-popover/native-popover.d.ts +2 -2
  124. package/dist/types/components/native-select/native-select.d.ts +2 -2
  125. package/dist/types/components/native-select/native-select.style.d.ts +51 -51
  126. package/dist/types/components/native-table/native-table.d.ts +4 -4
  127. package/dist/types/components/notice/notice.style.d.ts +1 -1
  128. package/dist/types/components/number-input/number-input.d.ts +2 -2
  129. package/dist/types/components/number-input/number-input.style.d.ts +62 -62
  130. package/dist/types/components/pagination/pagination.d.ts +2 -2
  131. package/dist/types/components/pagination/pagination.style.d.ts +1 -1
  132. package/dist/types/components/pagination/use-pagination.d.ts +2 -2
  133. package/dist/types/components/password-input/password-input.d.ts +2 -2
  134. package/dist/types/components/password-input/password-input.style.d.ts +61 -61
  135. package/dist/types/components/password-input/strength-meter.d.ts +2 -2
  136. package/dist/types/components/password-input/strength-meter.style.d.ts +1 -1
  137. package/dist/types/components/password-input/use-password-input.d.ts +2 -2
  138. package/dist/types/components/pin-input/pin-input.d.ts +2 -2
  139. package/dist/types/components/pin-input/use-pin-input.d.ts +7 -7
  140. package/dist/types/components/popover/popover.d.ts +2 -2
  141. package/dist/types/components/progress/progress.d.ts +4 -4
  142. package/dist/types/components/progress/use-progress.d.ts +706 -706
  143. package/dist/types/components/qr-code/qr-code.d.ts +2 -2
  144. package/dist/types/components/radio/radio.d.ts +4 -4
  145. package/dist/types/components/radio/radio.style.d.ts +1 -1
  146. package/dist/types/components/radio/use-radio-group.d.ts +2 -2
  147. package/dist/types/components/radio-card/radio-card.d.ts +5 -5
  148. package/dist/types/components/radio-card/radio-card.style.d.ts +1 -1
  149. package/dist/types/components/rating/rating.style.d.ts +2 -2
  150. package/dist/types/components/rating/use-rating.d.ts +7 -7
  151. package/dist/types/components/reorder/reorder.d.ts +2 -2
  152. package/dist/types/components/reorder/reorder.style.d.ts +1 -1
  153. package/dist/types/components/reorder/use-reorder.d.ts +3 -3
  154. package/dist/types/components/resizable/resizable.d.ts +2 -2
  155. package/dist/types/components/resizable/resizable.style.d.ts +2 -2
  156. package/dist/types/components/resizable/use-resizable.d.ts +2 -2
  157. package/dist/types/components/ripple/ripple.d.ts +2 -2
  158. package/dist/types/components/ripple/use-ripple.d.ts +2 -2
  159. package/dist/types/components/rotate/rotate.d.ts +2 -2
  160. package/dist/types/components/saturation-slider/saturation-slider.d.ts +2 -2
  161. package/dist/types/components/saturation-slider/use-saturation-slider.d.ts +2 -2
  162. package/dist/types/components/scroll-area/scroll-area.d.ts +2 -2
  163. package/dist/types/components/segmented-control/segmented-control.d.ts +2 -2
  164. package/dist/types/components/segmented-control/segmented-control.style.d.ts +2 -2
  165. package/dist/types/components/segmented-control/use-segmented-control.d.ts +9 -9
  166. package/dist/types/components/select/select.d.ts +2 -2
  167. package/dist/types/components/select/select.style.d.ts +52 -52
  168. package/dist/types/components/select/use-select.d.ts +4 -4
  169. package/dist/types/components/separator/separator.d.ts +2 -2
  170. package/dist/types/components/simple-grid/simple-grid.d.ts +2 -2
  171. package/dist/types/components/skeleton/skeleton.d.ts +2 -2
  172. package/dist/types/components/slide/slide.d.ts +2 -2
  173. package/dist/types/components/slide-fade/slide-fade.d.ts +2 -2
  174. package/dist/types/components/slider/slider.d.ts +2 -2
  175. package/dist/types/components/slider/use-slider.d.ts +2 -2
  176. package/dist/types/components/stack/h-stack.d.ts +2 -2
  177. package/dist/types/components/stack/stack.d.ts +2 -2
  178. package/dist/types/components/stack/v-stack.d.ts +2 -2
  179. package/dist/types/components/stack/z-stack.d.ts +2 -2
  180. package/dist/types/components/stat/stat.d.ts +2 -2
  181. package/dist/types/components/status/status.d.ts +2 -2
  182. package/dist/types/components/status/status.style.d.ts +2 -2
  183. package/dist/types/components/steps/steps.d.ts +2 -2
  184. package/dist/types/components/steps/steps.style.d.ts +1 -1
  185. package/dist/types/components/steps/use-steps.d.ts +10 -10
  186. package/dist/types/components/switch/switch.d.ts +2 -2
  187. package/dist/types/components/table/table.d.ts +2 -2
  188. package/dist/types/components/tabs/tabs.d.ts +2 -2
  189. package/dist/types/components/tabs/use-tabs.d.ts +16 -16
  190. package/dist/types/components/tag/tag.d.ts +2 -2
  191. package/dist/types/components/tag/tag.style.d.ts +1 -1
  192. package/dist/types/components/text/text.d.ts +2 -2
  193. package/dist/types/components/textarea/textarea.d.ts +2 -2
  194. package/dist/types/components/textarea/textarea.style.d.ts +30 -30
  195. package/dist/types/components/textarea/use-autosize.d.ts +2 -2
  196. package/dist/types/components/timeline/timeline.d.ts +4 -4
  197. package/dist/types/components/timeline/timeline.style.d.ts +2 -2
  198. package/dist/types/components/toggle/toggle.d.ts +5 -5
  199. package/dist/types/components/toggle/use-toggle-group.d.ts +2 -2
  200. package/dist/types/components/toggle/use-toggle.d.ts +2 -2
  201. package/dist/types/components/tooltip/tooltip.d.ts +2 -2
  202. package/dist/types/components/visually-hidden/visually-hidden.d.ts +2 -2
  203. package/dist/types/components/wrap/wrap.d.ts +2 -2
  204. package/dist/types/core/components/create-component.d.ts +7 -8
  205. package/dist/types/core/components/use-component-style.d.ts +0 -1
  206. package/dist/types/core/components/utils.d.ts +0 -1
  207. package/dist/types/core/constant.d.ts +0 -1
  208. package/dist/types/core/css/calc.d.ts +0 -1
  209. package/dist/types/core/css/config.d.ts +0 -1
  210. package/dist/types/core/css/css.d.ts +0 -1
  211. package/dist/types/core/css/index.types.d.ts +0 -1
  212. package/dist/types/core/css/styles.d.ts +602 -603
  213. package/dist/types/core/css/token.d.ts +0 -1
  214. package/dist/types/core/css/use-css.d.ts +0 -1
  215. package/dist/types/core/css/utils.d.ts +0 -1
  216. package/dist/types/core/generated-theme-tokens.types.d.ts +0 -1
  217. package/dist/types/core/index.d.ts +0 -1
  218. package/dist/types/core/system/color-mode-provider.d.ts +2 -2
  219. package/dist/types/core/system/storage-script.d.ts +3 -3
  220. package/dist/types/core/system/styled.d.ts +2 -2
  221. package/dist/types/core/system/system-provider.d.ts +2 -2
  222. package/dist/types/core/system/var.d.ts +0 -1
  223. package/dist/types/hooks/use-breakpoint/use-breakpoint-state.d.ts +2 -2
  224. package/dist/types/hooks/use-combobox/index.d.ts +12 -12
  225. package/dist/types/hooks/use-counter/index.d.ts +2 -2
  226. package/dist/types/hooks/use-descendants/index.d.ts +2 -2
  227. package/dist/types/hooks/use-field-sizing/index.d.ts +2 -2
  228. package/dist/types/hooks/use-hover/index.d.ts +2 -2
  229. package/dist/types/providers/i18n-provider/i18n-provider.d.ts +3 -3
  230. package/dist/types/providers/ui-provider/ui-provider.d.ts +2 -2
  231. package/dist/types/utils/children.d.ts +2 -2
  232. package/package.json +1 -1
@@ -3,14 +3,14 @@ import { CSSPropObject, CSSSlotObject } from "../../core/css/index.types.js";
3
3
  import "../../index.js";
4
4
 
5
5
  //#region src/components/number-input/number-input.style.d.ts
6
- declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" | "control" | "decrement" | "increment", CSSPropObject<CSSSlotObject<"button" | "root" | "field" | "control" | "decrement" | "increment">>, {
6
+ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" | "decrement" | "increment" | "control", CSSPropObject<CSSSlotObject<"button" | "root" | "field" | "decrement" | "increment" | "control">>, {
7
7
  xs: {
8
8
  control: {
9
9
  boxSize: "calc({--height} - {spaces.2})";
10
10
  fontSize: "xs" | undefined;
11
11
  };
12
12
  field: {
13
- "&:has(+ [data-input-element])": {
13
+ "&:has(~ [data-input-element])": {
14
14
  pe: string | undefined;
15
15
  } | {
16
16
  [x: string]: {
@@ -21,16 +21,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
21
21
  minW: string | undefined;
22
22
  };
23
23
  "--height": string | undefined;
24
- "[data-input-element] + &": {
24
+ "[data-input-element]:has(~ &)": {
25
+ minW: string | undefined;
26
+ };
27
+ "[data-input-element] ~ &": {
25
28
  ps: string | undefined;
26
29
  } | {
27
30
  [x: string]: {
28
31
  ps: string | undefined;
29
32
  };
30
33
  };
31
- "[data-input-element]:has(~ &)": {
32
- minW: string | undefined;
33
- };
34
34
  minH: string | undefined;
35
35
  "--space-x": "spaces.2";
36
36
  "--space-y": "spaces.1.5";
@@ -38,7 +38,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
38
38
  px: "{space-x}";
39
39
  } | undefined;
40
40
  root: {
41
- "&:has(+ [data-input-element])": {
41
+ "&:has(~ [data-input-element])": {
42
42
  pe: string | undefined;
43
43
  } | {
44
44
  [x: string]: {
@@ -49,16 +49,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
49
49
  minW: string | undefined;
50
50
  };
51
51
  "--height": string | undefined;
52
- "[data-input-element] + &": {
52
+ "[data-input-element]:has(~ &)": {
53
+ minW: string | undefined;
54
+ };
55
+ "[data-input-element] ~ &": {
53
56
  ps: string | undefined;
54
57
  } | {
55
58
  [x: string]: {
56
59
  ps: string | undefined;
57
60
  };
58
61
  };
59
- "[data-input-element]:has(~ &)": {
60
- minW: string | undefined;
61
- };
62
62
  minH: string | undefined;
63
63
  };
64
64
  };
@@ -68,7 +68,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
68
68
  fontSize: "sm" | undefined;
69
69
  };
70
70
  field: {
71
- "&:has(+ [data-input-element])": {
71
+ "&:has(~ [data-input-element])": {
72
72
  pe: string | undefined;
73
73
  } | {
74
74
  [x: string]: {
@@ -79,16 +79,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
79
79
  minW: string | undefined;
80
80
  };
81
81
  "--height": string | undefined;
82
- "[data-input-element] + &": {
82
+ "[data-input-element]:has(~ &)": {
83
+ minW: string | undefined;
84
+ };
85
+ "[data-input-element] ~ &": {
83
86
  ps: string | undefined;
84
87
  } | {
85
88
  [x: string]: {
86
89
  ps: string | undefined;
87
90
  };
88
91
  };
89
- "[data-input-element]:has(~ &)": {
90
- minW: string | undefined;
91
- };
92
92
  minH: string | undefined;
93
93
  "--space-x": "spaces.2.5";
94
94
  "--space-y": "spaces.2";
@@ -96,7 +96,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
96
96
  px: "{space-x}";
97
97
  } | undefined;
98
98
  root: {
99
- "&:has(+ [data-input-element])": {
99
+ "&:has(~ [data-input-element])": {
100
100
  pe: string | undefined;
101
101
  } | {
102
102
  [x: string]: {
@@ -107,16 +107,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
107
107
  minW: string | undefined;
108
108
  };
109
109
  "--height": string | undefined;
110
- "[data-input-element] + &": {
110
+ "[data-input-element]:has(~ &)": {
111
+ minW: string | undefined;
112
+ };
113
+ "[data-input-element] ~ &": {
111
114
  ps: string | undefined;
112
115
  } | {
113
116
  [x: string]: {
114
117
  ps: string | undefined;
115
118
  };
116
119
  };
117
- "[data-input-element]:has(~ &)": {
118
- minW: string | undefined;
119
- };
120
120
  minH: string | undefined;
121
121
  };
122
122
  };
@@ -126,7 +126,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
126
126
  fontSize: "md" | undefined;
127
127
  };
128
128
  field: {
129
- "&:has(+ [data-input-element])": {
129
+ "&:has(~ [data-input-element])": {
130
130
  pe: string | undefined;
131
131
  } | {
132
132
  [x: string]: {
@@ -137,16 +137,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
137
137
  minW: string | undefined;
138
138
  };
139
139
  "--height": string | undefined;
140
- "[data-input-element] + &": {
140
+ "[data-input-element]:has(~ &)": {
141
+ minW: string | undefined;
142
+ };
143
+ "[data-input-element] ~ &": {
141
144
  ps: string | undefined;
142
145
  } | {
143
146
  [x: string]: {
144
147
  ps: string | undefined;
145
148
  };
146
149
  };
147
- "[data-input-element]:has(~ &)": {
148
- minW: string | undefined;
149
- };
150
150
  minH: string | undefined;
151
151
  "--space-x": "spaces.3";
152
152
  "--space-y": "spaces.2";
@@ -154,7 +154,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
154
154
  px: "{space-x}";
155
155
  } | undefined;
156
156
  root: {
157
- "&:has(+ [data-input-element])": {
157
+ "&:has(~ [data-input-element])": {
158
158
  pe: string | undefined;
159
159
  } | {
160
160
  [x: string]: {
@@ -165,16 +165,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
165
165
  minW: string | undefined;
166
166
  };
167
167
  "--height": string | undefined;
168
- "[data-input-element] + &": {
168
+ "[data-input-element]:has(~ &)": {
169
+ minW: string | undefined;
170
+ };
171
+ "[data-input-element] ~ &": {
169
172
  ps: string | undefined;
170
173
  } | {
171
174
  [x: string]: {
172
175
  ps: string | undefined;
173
176
  };
174
177
  };
175
- "[data-input-element]:has(~ &)": {
176
- minW: string | undefined;
177
- };
178
178
  minH: string | undefined;
179
179
  };
180
180
  };
@@ -184,7 +184,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
184
184
  fontSize: "lg" | undefined;
185
185
  };
186
186
  field: {
187
- "&:has(+ [data-input-element])": {
187
+ "&:has(~ [data-input-element])": {
188
188
  pe: string | undefined;
189
189
  } | {
190
190
  [x: string]: {
@@ -195,16 +195,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
195
195
  minW: string | undefined;
196
196
  };
197
197
  "--height": string | undefined;
198
- "[data-input-element] + &": {
198
+ "[data-input-element]:has(~ &)": {
199
+ minW: string | undefined;
200
+ };
201
+ "[data-input-element] ~ &": {
199
202
  ps: string | undefined;
200
203
  } | {
201
204
  [x: string]: {
202
205
  ps: string | undefined;
203
206
  };
204
207
  };
205
- "[data-input-element]:has(~ &)": {
206
- minW: string | undefined;
207
- };
208
208
  minH: string | undefined;
209
209
  "--space-x": "spaces.3.5";
210
210
  "--space-y": "spaces.2.5";
@@ -212,7 +212,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
212
212
  px: "{space-x}";
213
213
  } | undefined;
214
214
  root: {
215
- "&:has(+ [data-input-element])": {
215
+ "&:has(~ [data-input-element])": {
216
216
  pe: string | undefined;
217
217
  } | {
218
218
  [x: string]: {
@@ -223,16 +223,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
223
223
  minW: string | undefined;
224
224
  };
225
225
  "--height": string | undefined;
226
- "[data-input-element] + &": {
226
+ "[data-input-element]:has(~ &)": {
227
+ minW: string | undefined;
228
+ };
229
+ "[data-input-element] ~ &": {
227
230
  ps: string | undefined;
228
231
  } | {
229
232
  [x: string]: {
230
233
  ps: string | undefined;
231
234
  };
232
235
  };
233
- "[data-input-element]:has(~ &)": {
234
- minW: string | undefined;
235
- };
236
236
  minH: string | undefined;
237
237
  };
238
238
  };
@@ -242,7 +242,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
242
242
  fontSize: "xl" | undefined;
243
243
  };
244
244
  field: {
245
- "&:has(+ [data-input-element])": {
245
+ "&:has(~ [data-input-element])": {
246
246
  pe: string | undefined;
247
247
  } | {
248
248
  [x: string]: {
@@ -253,16 +253,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
253
253
  minW: string | undefined;
254
254
  };
255
255
  "--height": string | undefined;
256
- "[data-input-element] + &": {
256
+ "[data-input-element]:has(~ &)": {
257
+ minW: string | undefined;
258
+ };
259
+ "[data-input-element] ~ &": {
257
260
  ps: string | undefined;
258
261
  } | {
259
262
  [x: string]: {
260
263
  ps: string | undefined;
261
264
  };
262
265
  };
263
- "[data-input-element]:has(~ &)": {
264
- minW: string | undefined;
265
- };
266
266
  minH: string | undefined;
267
267
  "--space-x": "spaces.4";
268
268
  "--space-y": "spaces.3";
@@ -270,7 +270,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
270
270
  px: "{space-x}";
271
271
  } | undefined;
272
272
  root: {
273
- "&:has(+ [data-input-element])": {
273
+ "&:has(~ [data-input-element])": {
274
274
  pe: string | undefined;
275
275
  } | {
276
276
  [x: string]: {
@@ -281,16 +281,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
281
281
  minW: string | undefined;
282
282
  };
283
283
  "--height": string | undefined;
284
- "[data-input-element] + &": {
284
+ "[data-input-element]:has(~ &)": {
285
+ minW: string | undefined;
286
+ };
287
+ "[data-input-element] ~ &": {
285
288
  ps: string | undefined;
286
289
  } | {
287
290
  [x: string]: {
288
291
  ps: string | undefined;
289
292
  };
290
293
  };
291
- "[data-input-element]:has(~ &)": {
292
- minW: string | undefined;
293
- };
294
294
  minH: string | undefined;
295
295
  };
296
296
  };
@@ -300,7 +300,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
300
300
  fontSize: "xl" | undefined;
301
301
  };
302
302
  field: {
303
- "&:has(+ [data-input-element])": {
303
+ "&:has(~ [data-input-element])": {
304
304
  pe: string | undefined;
305
305
  } | {
306
306
  [x: string]: {
@@ -311,16 +311,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
311
311
  minW: string | undefined;
312
312
  };
313
313
  "--height": string | undefined;
314
- "[data-input-element] + &": {
314
+ "[data-input-element]:has(~ &)": {
315
+ minW: string | undefined;
316
+ };
317
+ "[data-input-element] ~ &": {
315
318
  ps: string | undefined;
316
319
  } | {
317
320
  [x: string]: {
318
321
  ps: string | undefined;
319
322
  };
320
323
  };
321
- "[data-input-element]:has(~ &)": {
322
- minW: string | undefined;
323
- };
324
324
  minH: string | undefined;
325
325
  "--space-x": "spaces.4";
326
326
  "--space-y": "spaces.3";
@@ -328,7 +328,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
328
328
  px: "{space-x}";
329
329
  } | undefined;
330
330
  root: {
331
- "&:has(+ [data-input-element])": {
331
+ "&:has(~ [data-input-element])": {
332
332
  pe: string | undefined;
333
333
  } | {
334
334
  [x: string]: {
@@ -339,16 +339,16 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
339
339
  minW: string | undefined;
340
340
  };
341
341
  "--height": string | undefined;
342
- "[data-input-element] + &": {
342
+ "[data-input-element]:has(~ &)": {
343
+ minW: string | undefined;
344
+ };
345
+ "[data-input-element] ~ &": {
343
346
  ps: string | undefined;
344
347
  } | {
345
348
  [x: string]: {
346
349
  ps: string | undefined;
347
350
  };
348
351
  };
349
- "[data-input-element]:has(~ &)": {
350
- minW: string | undefined;
351
- };
352
352
  minH: string | undefined;
353
353
  };
354
354
  };
@@ -402,7 +402,7 @@ declare const numberInputStyle: ComponentSlotStyle<"button" | "root" | "field" |
402
402
  };
403
403
  } | undefined;
404
404
  root: {
405
- "&:not([data-input-element] + &)": {
405
+ "&:not([data-input-element] ~ &)": {
406
406
  ps: "0px";
407
407
  } | {
408
408
  [x: string]: {
@@ -8,7 +8,7 @@ import "../button/index.js";
8
8
  import { PaginationStyle } from "./pagination.style.js";
9
9
  import { Page, UsePaginationProps } from "./use-pagination.js";
10
10
  import "../../index.js";
11
- import * as react812 from "react";
11
+ import * as react851 from "react";
12
12
  import { FC, ReactNode } from "react";
13
13
 
14
14
  //#region src/components/pagination/pagination.d.ts
@@ -69,7 +69,7 @@ interface PaginationRootProps extends WithoutThemeProps<Omit<ButtonGroupRootProp
69
69
  */
70
70
  itemProps?: PaginationItemProps;
71
71
  }
72
- declare const PaginationPropsContext: react812.Context<Partial<PaginationRootProps> | undefined>, usePaginationPropsContext: () => Partial<PaginationRootProps> | undefined;
72
+ declare const PaginationPropsContext: react851.Context<Partial<PaginationRootProps> | undefined>, usePaginationPropsContext: () => Partial<PaginationRootProps> | undefined;
73
73
  /**
74
74
  * `Pagination` is a component for managing the pagination and navigation of content.
75
75
  *
@@ -3,7 +3,7 @@ import { CSSPropObject, CSSSlotObject } from "../../core/css/index.types.js";
3
3
  import "../../index.js";
4
4
 
5
5
  //#region src/components/pagination/pagination.style.d.ts
6
- declare const paginationStyle: ComponentSlotStyle<"text" | "root" | "item", CSSPropObject<CSSSlotObject<"text" | "root" | "item">>, {
6
+ declare const paginationStyle: ComponentSlotStyle<"text" | "item" | "root", CSSPropObject<CSSSlotObject<"text" | "item" | "root">>, {
7
7
  xs: {
8
8
  item: {
9
9
  fontSize: "{font-size}";
@@ -1,11 +1,11 @@
1
1
  import { HTMLProps, PropGetter } from "../../core/components/index.types.js";
2
2
  import "../../core/index.js";
3
- import * as react813 from "react";
3
+ import * as react850 from "react";
4
4
 
5
5
  //#region src/components/pagination/use-pagination.d.ts
6
6
  type Page = "ellipsis" | number;
7
7
  interface PaginationContext extends Omit<UsePaginationReturn, "getRootProps"> {}
8
- declare const PaginationContext: react813.Context<PaginationContext>, usePaginationContext: () => PaginationContext;
8
+ declare const PaginationContext: react850.Context<PaginationContext>, usePaginationContext: () => PaginationContext;
9
9
  interface UsePaginationProps extends Omit<HTMLProps, "onChange" | "page"> {
10
10
  /**
11
11
  * The total number of pages in pagination.
@@ -8,7 +8,7 @@ import "../input/index.js";
8
8
  import { PasswordInputStyle } from "./password-input.style.js";
9
9
  import { UsePasswordInputProps } from "./use-password-input.js";
10
10
  import "../../index.js";
11
- import * as react808 from "react";
11
+ import * as react846 from "react";
12
12
  import { ReactNode } from "react";
13
13
 
14
14
  //#region src/components/password-input/password-input.d.ts
@@ -33,7 +33,7 @@ interface PasswordInputProps extends WithoutThemeProps<InputProps, PasswordInput
33
33
  */
34
34
  rootProps?: InputGroupRootProps;
35
35
  }
36
- declare const PasswordInputPropsContext: react808.Context<Partial<PasswordInputProps> | undefined>, usePasswordInputPropsContext: () => Partial<PasswordInputProps> | undefined;
36
+ declare const PasswordInputPropsContext: react846.Context<Partial<PasswordInputProps> | undefined>, usePasswordInputPropsContext: () => Partial<PasswordInputProps> | undefined;
37
37
  /**
38
38
  * `PasswordInput` is a component that allows users to input passwords with a visibility toggle.
39
39
  *