@godxjp/ui 6.12.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/README.md +5 -0
  2. package/dist/app/index.d.ts +2 -2
  3. package/dist/{app.prop-IobwLwaM.d.ts → app.prop-DnIXFzLi.d.ts} +9 -9
  4. package/dist/aspect-ratio-DGoYrOry.d.ts +6 -0
  5. package/dist/avatar-D9MdXzfF.d.ts +8 -0
  6. package/dist/{checkbox-9w-eF8sM.d.ts → checkbox-ChRsR7Nk.d.ts} +2 -2
  7. package/dist/{chunk-3UGU5TYP.js → chunk-25RYBC5T.js} +2 -2
  8. package/dist/{chunk-CQBADMFG.js → chunk-26CPAKUP.js} +3 -2
  9. package/dist/{chunk-ZTYEH3UW.js → chunk-3TS3G4U3.js} +3 -3
  10. package/dist/{chunk-ZS6DTAM2.js → chunk-4MMIMZMK.js} +1 -1
  11. package/dist/{chunk-T2S3IGZG.js → chunk-4R7RQDXI.js} +23 -21
  12. package/dist/{chunk-Y7AV7QJO.js → chunk-6QXQQAOQ.js} +5 -5
  13. package/dist/{chunk-JJCGMCTL.js → chunk-A22MCA3X.js} +6 -6
  14. package/dist/{chunk-TW4IRRAX.js → chunk-A7PKMT7Y.js} +8 -49
  15. package/dist/chunk-AINW5WYN.js +57 -0
  16. package/dist/chunk-B3WX53JQ.js +40 -0
  17. package/dist/{chunk-BM5LIDCS.js → chunk-C5H655GK.js} +223 -67
  18. package/dist/{chunk-ZLK5SPT6.js → chunk-EOTOCNT7.js} +1 -1
  19. package/dist/chunk-FRU44GA2.js +18 -0
  20. package/dist/chunk-FYM3MJSK.js +59 -0
  21. package/dist/{chunk-EE3B3TEQ.js → chunk-G2WYOCDL.js} +5 -5
  22. package/dist/chunk-HKD6ERY7.js +1 -0
  23. package/dist/{chunk-V6UWJKZF.js → chunk-HTEL5DQI.js} +1 -1
  24. package/dist/{chunk-ICM6XBST.js → chunk-IBK5D2Q6.js} +2 -1
  25. package/dist/{chunk-IK7I3ABN.js → chunk-IOGU3ZWF.js} +2 -2
  26. package/dist/{chunk-HJEBRCXL.js → chunk-M4PZNAMV.js} +1 -0
  27. package/dist/{chunk-2QG3OVAD.js → chunk-N43OKOFT.js} +7 -5
  28. package/dist/{chunk-YVBZ37ZE.js → chunk-NG23LVTM.js} +5 -5
  29. package/dist/{chunk-E76QIYSY.js → chunk-O24Z3ULJ.js} +4 -4
  30. package/dist/{chunk-GXHZAJUA.js → chunk-O2OUNXV4.js} +10 -10
  31. package/dist/{chunk-L6J44O74.js → chunk-OJZ6C2HM.js} +2 -2
  32. package/dist/{chunk-2HLWHQJA.js → chunk-P4HFJQID.js} +5 -4
  33. package/dist/chunk-R2W2FX5Q.js +48 -0
  34. package/dist/{chunk-AZS7553U.js → chunk-RGIYKJPW.js} +6 -6
  35. package/dist/{chunk-GH7E5N6F.js → chunk-RGPF3HU6.js} +3 -3
  36. package/dist/chunk-SEG2YBXF.js +29 -0
  37. package/dist/{chunk-JBEIL3VD.js → chunk-SKIRU7GC.js} +2 -2
  38. package/dist/chunk-TILFZBTE.js +50 -0
  39. package/dist/{chunk-6UFKWOEW.js → chunk-TMDGV4CN.js} +15 -11
  40. package/dist/chunk-UIYEAUWA.js +78 -0
  41. package/dist/{chunk-XG7XDYIM.js → chunk-V3N266PT.js} +48 -2
  42. package/dist/{chunk-I3272Y2C.js → chunk-WN52SCGE.js} +4 -4
  43. package/dist/{chunk-T4UT3B3K.js → chunk-WTVLZVBA.js} +153 -188
  44. package/dist/{chunk-SWGQX3AP.js → chunk-XDUZ7JJL.js} +2 -2
  45. package/dist/chunk-XMBCNMJI.js +61 -0
  46. package/dist/{chunk-RVY4F7LK.js → chunk-XZM2GNAY.js} +7 -7
  47. package/dist/{chunk-K27I23OA.js → chunk-Z6HNY2PL.js} +9 -9
  48. package/dist/components/admin/index.d.ts +24 -22
  49. package/dist/components/admin/index.js +33 -32
  50. package/dist/components/data-display/badge.d.ts +15 -4
  51. package/dist/components/data-display/badge.js +4 -2
  52. package/dist/components/data-display/card.d.ts +3 -3
  53. package/dist/components/data-display/card.js +1 -1
  54. package/dist/components/data-display/index.d.ts +14 -26
  55. package/dist/components/data-display/index.js +28 -37
  56. package/dist/components/data-display/table.js +2 -2
  57. package/dist/components/data-entry/autocomplete.d.ts +5 -5
  58. package/dist/components/data-entry/autocomplete.js +5 -5
  59. package/dist/components/data-entry/calendar.d.ts +5 -5
  60. package/dist/components/data-entry/calendar.js +3 -3
  61. package/dist/components/data-entry/cascader.d.ts +6 -6
  62. package/dist/components/data-entry/cascader.js +7 -7
  63. package/dist/components/data-entry/checkbox.d.ts +6 -6
  64. package/dist/components/data-entry/checkbox.js +2 -2
  65. package/dist/components/data-entry/color-picker.d.ts +6 -6
  66. package/dist/components/data-entry/color-picker.js +2 -2
  67. package/dist/components/data-entry/command.d.ts +11 -11
  68. package/dist/components/data-entry/command.js +2 -2
  69. package/dist/components/data-entry/date-picker.d.ts +6 -6
  70. package/dist/components/data-entry/date-picker.js +4 -4
  71. package/dist/components/data-entry/date-range-picker.d.ts +6 -6
  72. package/dist/components/data-entry/date-range-picker.js +4 -4
  73. package/dist/components/data-entry/index.d.ts +13 -19
  74. package/dist/components/data-entry/index.js +27 -145
  75. package/dist/components/data-entry/radio.d.ts +5 -5
  76. package/dist/components/data-entry/radio.js +2 -2
  77. package/dist/components/data-entry/select.d.ts +5 -5
  78. package/dist/components/data-entry/select.js +5 -5
  79. package/dist/components/data-entry/slider.d.ts +5 -5
  80. package/dist/components/data-entry/switch.d.ts +5 -5
  81. package/dist/components/data-entry/switch.js +1 -1
  82. package/dist/components/data-entry/textarea.js +2 -2
  83. package/dist/components/data-entry/time-picker.d.ts +6 -6
  84. package/dist/components/data-entry/time-picker.js +2 -2
  85. package/dist/components/data-entry/transfer.d.ts +7 -7
  86. package/dist/components/data-entry/transfer.js +5 -5
  87. package/dist/components/data-entry/tree-select.d.ts +6 -6
  88. package/dist/components/data-entry/tree-select.js +7 -7
  89. package/dist/components/data-entry/upload.d.ts +7 -7
  90. package/dist/components/data-entry/upload.js +5 -5
  91. package/dist/components/feedback/alert.d.ts +7 -5
  92. package/dist/components/feedback/alert.js +3 -3
  93. package/dist/components/feedback/dialog.d.ts +9 -6
  94. package/dist/components/feedback/dialog.js +2 -2
  95. package/dist/components/feedback/index.d.ts +7 -6
  96. package/dist/components/feedback/index.js +9 -7
  97. package/dist/components/general/button.d.ts +4 -4
  98. package/dist/components/general/button.js +1 -1
  99. package/dist/components/general/index.d.ts +3 -3
  100. package/dist/components/general/index.js +1 -1
  101. package/dist/components/layout/index.d.ts +19 -45
  102. package/dist/components/layout/index.js +4 -5
  103. package/dist/components/navigation/index.d.ts +13 -14
  104. package/dist/components/navigation/index.js +9 -10
  105. package/dist/components/navigation/pagination.d.ts +5 -5
  106. package/dist/components/navigation/pagination.js +6 -6
  107. package/dist/components/navigation/steps.d.ts +6 -6
  108. package/dist/components/navigation/steps.js +2 -2
  109. package/dist/components/navigation/tabs.d.ts +14 -2
  110. package/dist/components/navigation/tabs.js +1 -1
  111. package/dist/components/query/index.d.ts +12 -7
  112. package/dist/components/query/index.js +4 -4
  113. package/dist/components/ui/index.d.ts +21 -14
  114. package/dist/components/ui/index.js +32 -29
  115. package/dist/{data-display.prop-i0iaSwMV.d.ts → data-display.prop-Cf2p9QC4.d.ts} +18 -17
  116. package/dist/{data-entry.prop-Cjidhei7.d.ts → data-entry.prop-CDkOajPj.d.ts} +34 -40
  117. package/dist/{data-table-Bg7fPpXy.d.ts → data-table-B_q7j992.d.ts} +10 -33
  118. package/dist/{data.prop-BmLaGLb7.d.ts → data.prop-DMYMNl6L.d.ts} +2 -2
  119. package/dist/{feedback.prop-BnBpUzNK.d.ts → feedback.prop-BR5JOpPl.d.ts} +8 -5
  120. package/dist/filter-bar-DvVXm_d1.d.ts +14 -0
  121. package/dist/form/index.d.ts +3 -3
  122. package/dist/{form.prop-BHgpuFFm.d.ts → form.prop-Bc6r6JJW.d.ts} +1 -1
  123. package/dist/{general.prop-D7brMPNL.d.ts → general.prop-DoHDCRmL.d.ts} +2 -2
  124. package/dist/index.d.ts +27 -25
  125. package/dist/index.js +46 -32
  126. package/dist/inline-DqfYlGKj.d.ts +18 -0
  127. package/dist/{interaction.prop-Cdn7wOtq.d.ts → interaction.prop-DSFizzP6.d.ts} +8 -6
  128. package/dist/{layout.prop-MwHm4-Zl.d.ts → layout.prop-Baq9muDN.d.ts} +27 -13
  129. package/dist/layout.prop-CXvl2rVR.d.ts +16 -0
  130. package/dist/{navigation.prop-Ck5_gSfs.d.ts → navigation.prop-8DgElO0c.d.ts} +17 -14
  131. package/dist/{navigation.prop-Hu7s7MJa.d.ts → navigation.prop-BKlxd-j7.d.ts} +2 -5
  132. package/dist/props/components/index.d.ts +14 -14
  133. package/dist/props/index.d.ts +14 -14
  134. package/dist/props/index.js +2 -2
  135. package/dist/props/registry.d.ts +254 -64
  136. package/dist/props/registry.js +1 -1
  137. package/dist/props/vocabulary/index.d.ts +5 -5
  138. package/dist/{query.prop-hIPrk2zI.d.ts → query.prop-DuODxsiU.d.ts} +12 -8
  139. package/dist/{search-input-mAZy3Den.d.ts → search-input-cezAxpgb.d.ts} +7 -2
  140. package/dist/{shared.prop-BNRJc9K0.d.ts → shared.prop-BsNSXeqD.d.ts} +9 -3
  141. package/dist/skeleton-uWAjSacg.d.ts +22 -0
  142. package/dist/styles/alert-layout.css +38 -18
  143. package/dist/styles/badge-layout.css +4 -4
  144. package/dist/styles/card-layout.css +24 -24
  145. package/dist/styles/control.css +68 -0
  146. package/dist/styles/data-display-layout.css +23 -81
  147. package/dist/styles/density.css +10 -10
  148. package/dist/styles/dialog-layout.css +4 -4
  149. package/dist/styles/index.css +6 -9
  150. package/dist/styles/layout.css +114 -85
  151. package/dist/styles/table-layout.css +3 -3
  152. package/dist/theme/example.service.css +0 -5
  153. package/dist/toggle-group-BulJgKh3.d.ts +26 -0
  154. package/dist/tokens/base.css +7 -7
  155. package/dist/tokens/components/badge.css +7 -0
  156. package/dist/tokens/{primitives → components}/card.css +11 -12
  157. package/dist/tokens/{primitives → components}/control.css +10 -0
  158. package/dist/tokens/components/feedback.css +17 -0
  159. package/dist/tokens/{primitives → components}/table.css +2 -2
  160. package/dist/tokens/foundation.css +7 -22
  161. package/dist/use-toast-Dsw3yE2S.d.ts +19 -0
  162. package/package.json +13 -7
  163. package/scripts/ui-audit.mjs +22 -0
  164. package/dist/chunk-BPSKQUL2.js +0 -68
  165. package/dist/chunk-M64MVRLS.js +0 -92
  166. package/dist/chunk-PIIRNAXA.js +0 -26
  167. package/dist/chunk-S66TJXJU.js +0 -33
  168. package/dist/chunk-WXW43RK5.js +0 -24
  169. package/dist/components/navigation/tabs-items.d.ts +0 -12
  170. package/dist/components/navigation/tabs-items.js +0 -3
  171. package/dist/filter-bar-BpUvE_yO.d.ts +0 -10
  172. package/dist/inline-CV3A46np.d.ts +0 -10
  173. package/dist/layout.prop-4TCNvyQZ.d.ts +0 -20
  174. package/dist/tokens/primitives/badge.css +0 -13
  175. package/dist/tokens/primitives/feedback.css +0 -17
  176. package/dist/use-toast-Dol5bdY3.d.ts +0 -34
  177. /package/dist/{chunk-LDSLS6HE.js → chunk-2H65B4JA.js} +0 -0
  178. /package/dist/tokens/{primitives → components}/navigation.css +0 -0
  179. /package/dist/tokens/{primitives → semantic}/layout.css +0 -0
@@ -2,11 +2,11 @@ import * as React from 'react';
2
2
 
3
3
  declare const Command: React.ForwardRefExoticComponent<Omit<{
4
4
  children?: React.ReactNode;
5
- } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
5
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | "key"> & {
6
6
  ref?: React.Ref<HTMLDivElement>;
7
7
  } & {
8
8
  asChild?: boolean;
9
- }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & {
9
+ }, keyof React.HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & {
10
10
  label?: string;
11
11
  shouldFilter?: boolean;
12
12
  filter?: (value: string, search: string, keywords?: string[]) => number;
@@ -21,44 +21,44 @@ declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<
21
21
  ref?: React.Ref<HTMLInputElement>;
22
22
  } & {
23
23
  asChild?: boolean;
24
- }, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "onChange" | "value"> & {
24
+ }, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "onChange" | "type" | "value"> & {
25
25
  value?: string;
26
26
  onValueChange?: (search: string) => void;
27
27
  } & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
28
28
  declare const CommandList: React.ForwardRefExoticComponent<Omit<{
29
29
  children?: React.ReactNode;
30
- } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
30
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | "key"> & {
31
31
  ref?: React.Ref<HTMLDivElement>;
32
32
  } & {
33
33
  asChild?: boolean;
34
- }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & {
34
+ }, keyof React.HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & {
35
35
  label?: string;
36
36
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
37
37
  declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
38
38
  children?: React.ReactNode;
39
- } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
39
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | "key"> & {
40
40
  ref?: React.Ref<HTMLDivElement>;
41
41
  } & {
42
42
  asChild?: boolean;
43
- }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
43
+ }, keyof React.HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
44
44
  declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
45
45
  children?: React.ReactNode;
46
- } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
46
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | "key"> & {
47
47
  ref?: React.Ref<HTMLDivElement>;
48
48
  } & {
49
49
  asChild?: boolean;
50
- }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "heading" | "value"> & {
50
+ }, keyof React.HTMLAttributes<HTMLDivElement> | "key" | "asChild">, "heading" | "value"> & {
51
51
  heading?: React.ReactNode;
52
52
  value?: string;
53
53
  forceMount?: boolean;
54
54
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
55
55
  declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
56
56
  children?: React.ReactNode;
57
- } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
57
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | "key"> & {
58
58
  ref?: React.Ref<HTMLDivElement>;
59
59
  } & {
60
60
  asChild?: boolean;
61
- }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "onSelect" | "disabled" | "value"> & {
61
+ }, keyof React.HTMLAttributes<HTMLDivElement> | "key" | "asChild">, "onSelect" | "disabled" | "value"> & {
62
62
  disabled?: boolean;
63
63
  onSelect?: (value: string) => void;
64
64
  value?: string;
@@ -1,3 +1,3 @@
1
- export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-V6UWJKZF.js';
2
- import '../../chunk-ICM6XBST.js';
1
+ export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-HTEL5DQI.js';
2
+ import '../../chunk-IBK5D2Q6.js';
3
3
  import '../../chunk-U7N2A7A3.js';
@@ -1,16 +1,16 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { D as DatePickerProp } from '../../data-entry.prop-Cjidhei7.js';
2
+ import { D as DatePickerProp } from '../../data-entry.prop-CDkOajPj.js';
3
3
  import '@radix-ui/react-checkbox';
4
4
  import '@radix-ui/react-radio-group';
5
5
  import '@radix-ui/react-slider';
6
6
  import '@radix-ui/react-switch';
7
7
  import 'react-day-picker';
8
8
  import 'react';
9
- import '../../shared.prop-BNRJc9K0.js';
9
+ import '../../shared.prop-BsNSXeqD.js';
10
10
  import '../../content.prop-DrV_zDy-.js';
11
- import '../../data.prop-BmLaGLb7.js';
12
- import '../../interaction.prop-Cdn7wOtq.js';
13
- import '../../layout.prop-4TCNvyQZ.js';
11
+ import '../../data.prop-DMYMNl6L.js';
12
+ import '../../interaction.prop-DSFizzP6.js';
13
+ import '../../layout.prop-CXvl2rVR.js';
14
14
 
15
15
  /**
16
16
  * DatePicker — WAI-ARIA date combobox. A real, typeable `<input>` holds the value as an
@@ -18,6 +18,6 @@ import '../../layout.prop-4TCNvyQZ.js';
18
18
  * `name`), screen-reader friendly, and e2e-testable by simply filling the input. The calendar
19
19
  * popover is the visual affordance; typing and the calendar stay in sync.
20
20
  */
21
- declare function DatePicker({ value, onChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, }: DatePickerProp): react_jsx_runtime.JSX.Element;
21
+ declare function DatePicker({ value, onValueChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, }: DatePickerProp): react_jsx_runtime.JSX.Element;
22
22
 
23
23
  export { DatePicker, DatePickerProp, DatePickerProp as DatePickerProps };
@@ -1,9 +1,9 @@
1
- export { DatePicker } from '../../chunk-AZS7553U.js';
2
- import '../../chunk-IK7I3ABN.js';
1
+ export { DatePicker } from '../../chunk-RGIYKJPW.js';
2
+ import '../../chunk-IOGU3ZWF.js';
3
3
  import '../../chunk-VOHTRR5X.js';
4
4
  import '../../chunk-DY5C44UP.js';
5
- import '../../chunk-ICM6XBST.js';
6
- import '../../chunk-HJEBRCXL.js';
5
+ import '../../chunk-M4PZNAMV.js';
6
+ import '../../chunk-IBK5D2Q6.js';
7
7
  import '../../chunk-RLGHEV4A.js';
8
8
  import '../../chunk-FXFJF4YA.js';
9
9
  import '../../chunk-U7N2A7A3.js';
@@ -1,22 +1,22 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { j as DateRangePickerProp } from '../../data-entry.prop-Cjidhei7.js';
2
+ import { k as DateRangePickerProp } from '../../data-entry.prop-CDkOajPj.js';
3
3
  import '@radix-ui/react-checkbox';
4
4
  import '@radix-ui/react-radio-group';
5
5
  import '@radix-ui/react-slider';
6
6
  import '@radix-ui/react-switch';
7
7
  import 'react-day-picker';
8
8
  import 'react';
9
- import '../../shared.prop-BNRJc9K0.js';
9
+ import '../../shared.prop-BsNSXeqD.js';
10
10
  import '../../content.prop-DrV_zDy-.js';
11
- import '../../data.prop-BmLaGLb7.js';
12
- import '../../interaction.prop-Cdn7wOtq.js';
13
- import '../../layout.prop-4TCNvyQZ.js';
11
+ import '../../data.prop-DMYMNl6L.js';
12
+ import '../../interaction.prop-DSFizzP6.js';
13
+ import '../../layout.prop-CXvl2rVR.js';
14
14
 
15
15
  /**
16
16
  * DateRangePicker — WAI-ARIA date-range combobox. Two real, typeable ISO `yyyy-MM-dd` inputs
17
17
  * hold the start/end values (form-submittable via `${name}_from` / `${name}_to`, screen-reader
18
18
  * friendly, e2e-testable by filling either input). The range calendar is the visual affordance.
19
19
  */
20
- declare function DateRangePicker({ value, onChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, }: DateRangePickerProp): react_jsx_runtime.JSX.Element;
20
+ declare function DateRangePicker({ value, onValueChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, }: DateRangePickerProp): react_jsx_runtime.JSX.Element;
21
21
 
22
22
  export { DateRangePicker, DateRangePickerProp, DateRangePickerProp as DateRangePickerProps };
@@ -1,9 +1,9 @@
1
- export { DateRangePicker } from '../../chunk-I3272Y2C.js';
2
- import '../../chunk-IK7I3ABN.js';
1
+ export { DateRangePicker } from '../../chunk-WN52SCGE.js';
2
+ import '../../chunk-IOGU3ZWF.js';
3
3
  import '../../chunk-VOHTRR5X.js';
4
4
  import '../../chunk-DY5C44UP.js';
5
- import '../../chunk-ICM6XBST.js';
6
- import '../../chunk-HJEBRCXL.js';
5
+ import '../../chunk-M4PZNAMV.js';
6
+ import '../../chunk-IBK5D2Q6.js';
7
7
  import '../../chunk-RLGHEV4A.js';
8
8
  import '../../chunk-FXFJF4YA.js';
9
9
  import '../../chunk-U7N2A7A3.js';
@@ -1,14 +1,15 @@
1
1
  export { Input, InputProps } from './input.js';
2
2
  export { Label } from './label.js';
3
3
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './select.js';
4
- export { C as Checkbox, a as CheckboxGroup } from '../../checkbox-9w-eF8sM.js';
4
+ export { C as Checkbox, a as CheckboxGroup } from '../../checkbox-ChRsR7Nk.js';
5
5
  export { Radio, RadioGroup, RadioGroupRoot, RadioItem } from './radio.js';
6
6
  export { Textarea, TextareaProps } from './textarea.js';
7
- export { F as FormField, S as SearchInput } from '../../search-input-mAZy3Den.js';
7
+ export { C as ChoiceField, F as Field, a as FormField, S as SearchInput } from '../../search-input-cezAxpgb.js';
8
8
  import * as react_jsx_runtime from 'react/jsx-runtime';
9
- import { s as SwitchFieldProp, g as CountryOptionLabelProp, i as CountrySelectProp, o as SearchSelectProp } from '../../data-entry.prop-Cjidhei7.js';
10
- export { a as AutocompleteProps, C as CalendarProps, b as CascaderProps, f as ColorPickerProps, h as CountryOptionProp, D as DatePickerProps, j as DateRangePickerProps, l as SearchSelectLoadParamsProp, m as SearchSelectLoadResultProp, n as SearchSelectOption, r as SliderProps, t as SwitchProps, u as TimePickerProps, v as TransferItemProp, w as TransferProps, z as TreeSelectProps, U as UploadCommitAction, B as UploadFileItem, G as UploadProps, H as UploadVariant, K as collectUploadCommitActions, L as createUploadItem } from '../../data-entry.prop-Cjidhei7.js';
9
+ import { h as CountryOptionLabelProp, j as CountrySelectProp, q as SearchSelectProp } from '../../data-entry.prop-CDkOajPj.js';
10
+ export { a as AutocompleteProps, C as CalendarProps, b as CascaderProps, e as ChoiceFieldProps, g as ColorPickerProps, i as CountryOptionProp, D as DatePickerProps, k as DateRangePickerProps, F as FieldProps, n as SearchSelectLoadParamsProp, o as SearchSelectLoadResultProp, p as SearchSelectOption, t as SliderProps, u as SwitchProps, v as TimePickerProps, w as TransferItemProp, x as TransferProps, B as TreeSelectProps, U as UploadCommitAction, E as UploadFileItem, H as UploadProps, J as UploadVariant, L as collectUploadCommitActions, M as createUploadItem } from '../../data-entry.prop-CDkOajPj.js';
11
11
  export { Switch } from './switch.js';
12
+ export { T as Toggle, a as ToggleGroup, b as ToggleGroupItem, c as ToggleProps } from '../../toggle-group-BulJgKh3.js';
12
13
  export { Slider } from './slider.js';
13
14
  export { Calendar } from './calendar.js';
14
15
  export { DatePicker } from './date-picker.js';
@@ -31,20 +32,13 @@ import '@radix-ui/react-radio-group';
31
32
  import '@radix-ui/react-slider';
32
33
  import '@radix-ui/react-switch';
33
34
  import 'react-day-picker';
34
- import '../../shared.prop-BNRJc9K0.js';
35
+ import '../../shared.prop-BsNSXeqD.js';
35
36
  import '../../content.prop-DrV_zDy-.js';
36
- import '../../data.prop-BmLaGLb7.js';
37
- import '../../interaction.prop-Cdn7wOtq.js';
38
- import '../../layout.prop-4TCNvyQZ.js';
39
-
40
- /**
41
- * Labelled boolean switch for native HTML forms.
42
- *
43
- * Layout follows the shadcn `field-switch` standard: label (+ helper) on the
44
- * left, the switch on the right (horizontal). Composes `Label` + `Switch` and
45
- * mirrors a hidden `0`/`1` input so it submits inside an HTML `<form>`.
46
- */
47
- declare function SwitchField({ id, name, label, required, helper, error, labelAddon, className, checked, defaultChecked, onCheckedChange, disabled, size, }: SwitchFieldProp): react_jsx_runtime.JSX.Element;
37
+ import '../../data.prop-DMYMNl6L.js';
38
+ import '../../interaction.prop-DSFizzP6.js';
39
+ import '../../layout.prop-CXvl2rVR.js';
40
+ import '@radix-ui/react-toggle-group';
41
+ import '@radix-ui/react-toggle';
48
42
 
49
43
  /** Flag + name (+ optional code) — accepts a select-option or a country summary. */
50
44
  declare function CountryOptionLabel({ country, showCode, className, }: CountryOptionLabelProp): react_jsx_runtime.JSX.Element;
@@ -59,6 +53,6 @@ declare function CountrySelect({ id, name, options, defaultValue, required, allo
59
53
  * Custom per-option rendering via `renderOption` (Ant-Design style). Form-submittable via
60
54
  * `name`; e2e-testable by the trigger's `data-testid` + each option's `${data-testid}-option-${value}`.
61
55
  */
62
- declare function SearchSelect({ value, onChange, options: staticOptions, loadOptions, renderOption, selectedLabel, placeholder, searchPlaceholder, emptyMessage, loadingMessage, clearLabel, clearable, disabled, name, id, className, "data-testid": dataTestId, }: SearchSelectProp): react_jsx_runtime.JSX.Element;
56
+ declare function SearchSelect({ value, onValueChange, options: staticOptions, loadOptions, renderOption, selectedLabel, placeholder, searchPlaceholder, emptyMessage, loadingMessage, clearLabel, clearable, disabled, name, id, className, "data-testid": dataTestId, }: SearchSelectProp): react_jsx_runtime.JSX.Element;
63
57
 
64
- export { CountryOptionLabel, CountryOptionLabelProp, CountrySelect, CountrySelectProp as CountrySelectProps, SearchSelect, SearchSelectProp as SearchSelectProps, SwitchField, SwitchFieldProp as SwitchFieldProps };
58
+ export { CountryOptionLabel, CountryOptionLabelProp, CountrySelect, CountrySelectProp as CountrySelectProps, SearchSelect, SearchSelectProp as SearchSelectProps };
@@ -1,153 +1,35 @@
1
- export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-3UGU5TYP.js';
2
- import { Switch } from '../../chunk-WXW43RK5.js';
3
- export { Switch } from '../../chunk-WXW43RK5.js';
4
- export { Textarea } from '../../chunk-ZLK5SPT6.js';
5
- export { TimePicker } from '../../chunk-GH7E5N6F.js';
6
- export { ColorPicker } from '../../chunk-ZTYEH3UW.js';
7
- export { DatePicker } from '../../chunk-AZS7553U.js';
8
- export { DateRangePicker } from '../../chunk-I3272Y2C.js';
9
- export { Autocomplete } from '../../chunk-SWGQX3AP.js';
10
- export { Calendar } from '../../chunk-IK7I3ABN.js';
11
- export { SHOW_ALL, SHOW_CHILD, SHOW_PARENT, TreeSelect } from '../../chunk-JJCGMCTL.js';
12
- export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-K27I23OA.js';
13
- import { Select, SelectTrigger, SelectValue, SelectContent, SelectGroup, SelectItem } from '../../chunk-EE3B3TEQ.js';
14
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-EE3B3TEQ.js';
1
+ export { CountryOptionLabel, CountrySelect } from '../../chunk-XMBCNMJI.js';
2
+ export { Toggle, ToggleGroup, ToggleGroupItem } from '../../chunk-FYM3MJSK.js';
3
+ export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-25RYBC5T.js';
4
+ export { Switch } from '../../chunk-R2W2FX5Q.js';
5
+ export { Textarea } from '../../chunk-EOTOCNT7.js';
6
+ export { TimePicker } from '../../chunk-RGPF3HU6.js';
7
+ export { ColorPicker } from '../../chunk-3TS3G4U3.js';
8
+ export { DatePicker } from '../../chunk-RGIYKJPW.js';
9
+ export { DateRangePicker } from '../../chunk-WN52SCGE.js';
10
+ export { Autocomplete } from '../../chunk-XDUZ7JJL.js';
11
+ export { Calendar } from '../../chunk-IOGU3ZWF.js';
12
+ export { SHOW_ALL, SHOW_CHILD, SHOW_PARENT, TreeSelect } from '../../chunk-A22MCA3X.js';
13
+ export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-Z6HNY2PL.js';
14
+ import '../../chunk-4R7QL3MW.js';
15
+ import '../../chunk-P4HFJQID.js';
16
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-G2WYOCDL.js';
15
17
  export { Slider } from '../../chunk-CRERCLIZ.js';
16
- export { SearchInput, Transfer } from '../../chunk-YVBZ37ZE.js';
17
- export { Cascader } from '../../chunk-RVY4F7LK.js';
18
+ export { SearchInput, Transfer } from '../../chunk-NG23LVTM.js';
19
+ export { Cascader } from '../../chunk-XZM2GNAY.js';
18
20
  import '../../chunk-SMLKNECP.js';
19
- export { Checkbox, CheckboxGroup } from '../../chunk-E76QIYSY.js';
20
- import '../../chunk-CQBADMFG.js';
21
- import '../../chunk-4R7QL3MW.js';
22
- import '../../chunk-2HLWHQJA.js';
23
- export { SearchSelect } from '../../chunk-Y7AV7QJO.js';
24
- export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-V6UWJKZF.js';
21
+ export { Checkbox, CheckboxGroup } from '../../chunk-O24Z3ULJ.js';
22
+ export { ChoiceField, Field } from '../../chunk-26CPAKUP.js';
23
+ import '../../chunk-TILFZBTE.js';
24
+ import '../../chunk-3KPEZ5CF.js';
25
+ export { SearchSelect } from '../../chunk-6QXQQAOQ.js';
26
+ export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-HTEL5DQI.js';
25
27
  export { Input } from '../../chunk-VOHTRR5X.js';
26
- import { Inline } from '../../chunk-S66TJXJU.js';
27
28
  import '../../chunk-DY5C44UP.js';
28
- import '../../chunk-3KPEZ5CF.js';
29
- import '../../chunk-ICM6XBST.js';
30
- import '../../chunk-HJEBRCXL.js';
29
+ import '../../chunk-M4PZNAMV.js';
30
+ import '../../chunk-IBK5D2Q6.js';
31
31
  export { FormField } from '../../chunk-F7PG4OEV.js';
32
- import { Label } from '../../chunk-7PWBC4BY.js';
33
32
  export { Label } from '../../chunk-7PWBC4BY.js';
34
33
  import '../../chunk-RLGHEV4A.js';
35
34
  import '../../chunk-FXFJF4YA.js';
36
- import { cn } from '../../chunk-U7N2A7A3.js';
37
- import { useId, useState } from 'react';
38
- import { jsxs, jsx } from 'react/jsx-runtime';
39
-
40
- function SwitchField({
41
- id,
42
- name,
43
- label,
44
- required,
45
- helper,
46
- error,
47
- labelAddon,
48
- className,
49
- checked,
50
- defaultChecked = false,
51
- onCheckedChange,
52
- disabled,
53
- size
54
- }) {
55
- const generatedId = useId();
56
- const fieldId = id ?? generatedId;
57
- const [internalChecked, setInternalChecked] = useState(defaultChecked);
58
- const isControlled = checked !== void 0;
59
- const isChecked = isControlled ? checked : internalChecked;
60
- const helperId = helper && !error ? `${fieldId}-helper` : void 0;
61
- const errorId = error ? `${fieldId}-error` : void 0;
62
- const handleChange = (next) => {
63
- if (!isControlled) {
64
- setInternalChecked(next);
65
- }
66
- onCheckedChange?.(next);
67
- };
68
- return /* @__PURE__ */ jsxs("div", { className: cn("ui-stack-sm", className), "data-invalid": error ? true : void 0, children: [
69
- /* @__PURE__ */ jsx("input", { type: "hidden", name, value: isChecked ? "1" : "0", readOnly: true }),
70
- /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
71
- /* @__PURE__ */ jsx(
72
- Switch,
73
- {
74
- id: fieldId,
75
- checked: isChecked,
76
- onCheckedChange: handleChange,
77
- disabled,
78
- size,
79
- "aria-describedby": errorId ?? helperId,
80
- "aria-required": required ? true : void 0,
81
- "aria-invalid": !!error || void 0
82
- }
83
- ),
84
- /* @__PURE__ */ jsxs("div", { className: "ui-stack-xs min-w-0", children: [
85
- /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1", children: [
86
- /* @__PURE__ */ jsxs(Label, { htmlFor: fieldId, className: "ui-inline-xs", children: [
87
- /* @__PURE__ */ jsx("span", { children: label }),
88
- required && /* @__PURE__ */ jsx("span", { "aria-hidden": "true", className: "text-destructive", children: "*" })
89
- ] }),
90
- labelAddon
91
- ] }),
92
- helper && !error ? /* @__PURE__ */ jsx("p", { id: helperId, className: "text-muted-foreground text-xs", children: helper }) : null
93
- ] })
94
- ] }),
95
- error ? /* @__PURE__ */ jsx("p", { id: errorId, role: "alert", className: "text-destructive text-xs", children: error }) : null
96
- ] });
97
- }
98
- function CountryOptionLabel({
99
- country,
100
- showCode = false,
101
- className
102
- }) {
103
- const code = country.value ?? country.code ?? "";
104
- const text = country.nativeName != null && country.nativeName !== "" ? `${country.name} (${country.nativeName})` : country.name;
105
- return /* @__PURE__ */ jsxs(Inline, { gap: "xs", className: cn("items-center", className), children: [
106
- country.flagSvgPath != null && country.flagSvgPath !== "" && /* @__PURE__ */ jsx(
107
- "img",
108
- {
109
- src: country.flagSvgPath,
110
- alt: "",
111
- className: "h-3 w-5 shrink-0 rounded-sm object-cover",
112
- "aria-hidden": "true"
113
- }
114
- ),
115
- /* @__PURE__ */ jsxs("span", { className: "truncate", children: [
116
- text,
117
- showCode && code !== "" && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground", children: [
118
- " \xB7 ",
119
- code
120
- ] })
121
- ] })
122
- ] });
123
- }
124
- function CountrySelect({
125
- id,
126
- name,
127
- options,
128
- defaultValue,
129
- required = false,
130
- allowEmpty = false,
131
- emptyLabel = "\u2014",
132
- placeholder,
133
- invalid = false
134
- }) {
135
- const emptyValue = "0";
136
- const resolvedDefault = defaultValue && defaultValue !== "" ? defaultValue : emptyValue;
137
- return /* @__PURE__ */ jsxs(
138
- Select,
139
- {
140
- name,
141
- defaultValue: allowEmpty ? resolvedDefault : defaultValue ?? options[0]?.value,
142
- children: [
143
- /* @__PURE__ */ jsx(SelectTrigger, { id, className: "w-full", "aria-invalid": invalid, "aria-required": required, children: /* @__PURE__ */ jsx(SelectValue, { placeholder }) }),
144
- /* @__PURE__ */ jsx(SelectContent, { children: /* @__PURE__ */ jsxs(SelectGroup, { children: [
145
- allowEmpty && /* @__PURE__ */ jsx(SelectItem, { value: emptyValue, children: emptyLabel }),
146
- options.map((option) => /* @__PURE__ */ jsx(SelectItem, { value: option.value ?? "", children: /* @__PURE__ */ jsx(CountryOptionLabel, { country: option }) }, option.value))
147
- ] }) })
148
- ]
149
- }
150
- );
151
- }
152
-
153
- export { CountryOptionLabel, CountrySelect, SwitchField };
35
+ import '../../chunk-U7N2A7A3.js';
@@ -1,16 +1,16 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
4
- import { R as RadioGroupProp } from '../../data-entry.prop-Cjidhei7.js';
4
+ import { R as RadioGroupProp } from '../../data-entry.prop-CDkOajPj.js';
5
5
  import '@radix-ui/react-checkbox';
6
6
  import '@radix-ui/react-slider';
7
7
  import '@radix-ui/react-switch';
8
8
  import 'react-day-picker';
9
- import '../../shared.prop-BNRJc9K0.js';
9
+ import '../../shared.prop-BsNSXeqD.js';
10
10
  import '../../content.prop-DrV_zDy-.js';
11
- import '../../data.prop-BmLaGLb7.js';
12
- import '../../interaction.prop-Cdn7wOtq.js';
13
- import '../../layout.prop-4TCNvyQZ.js';
11
+ import '../../data.prop-DMYMNl6L.js';
12
+ import '../../interaction.prop-DSFizzP6.js';
13
+ import '../../layout.prop-CXvl2rVR.js';
14
14
 
15
15
  declare const RadioGroupRoot: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
16
16
  declare const RadioItem: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
@@ -1,4 +1,4 @@
1
- export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-3UGU5TYP.js';
2
- import '../../chunk-CQBADMFG.js';
1
+ export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-25RYBC5T.js';
2
+ import '../../chunk-26CPAKUP.js';
3
3
  import '../../chunk-7PWBC4BY.js';
4
4
  import '../../chunk-U7N2A7A3.js';
@@ -1,17 +1,17 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import * as SelectPrimitive from '@radix-ui/react-select';
4
- import { p as SelectDataProp } from '../../data-entry.prop-Cjidhei7.js';
4
+ import { r as SelectDataProp } from '../../data-entry.prop-CDkOajPj.js';
5
5
  import '@radix-ui/react-checkbox';
6
6
  import '@radix-ui/react-radio-group';
7
7
  import '@radix-ui/react-slider';
8
8
  import '@radix-ui/react-switch';
9
9
  import 'react-day-picker';
10
- import '../../shared.prop-BNRJc9K0.js';
10
+ import '../../shared.prop-BsNSXeqD.js';
11
11
  import '../../content.prop-DrV_zDy-.js';
12
- import '../../data.prop-BmLaGLb7.js';
13
- import '../../interaction.prop-Cdn7wOtq.js';
14
- import '../../layout.prop-4TCNvyQZ.js';
12
+ import '../../data.prop-DMYMNl6L.js';
13
+ import '../../interaction.prop-DSFizzP6.js';
14
+ import '../../layout.prop-CXvl2rVR.js';
15
15
 
16
16
  type SelectProp = SelectDataProp | React.ComponentProps<typeof SelectPrimitive.Root>;
17
17
  /**
@@ -1,10 +1,10 @@
1
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-EE3B3TEQ.js';
2
- import '../../chunk-Y7AV7QJO.js';
3
- import '../../chunk-V6UWJKZF.js';
1
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-G2WYOCDL.js';
2
+ import '../../chunk-6QXQQAOQ.js';
3
+ import '../../chunk-HTEL5DQI.js';
4
4
  import '../../chunk-VOHTRR5X.js';
5
5
  import '../../chunk-DY5C44UP.js';
6
- import '../../chunk-ICM6XBST.js';
7
- import '../../chunk-HJEBRCXL.js';
6
+ import '../../chunk-M4PZNAMV.js';
7
+ import '../../chunk-IBK5D2Q6.js';
8
8
  import '../../chunk-RLGHEV4A.js';
9
9
  import '../../chunk-FXFJF4YA.js';
10
10
  import '../../chunk-U7N2A7A3.js';
@@ -1,15 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import * as SliderPrimitive from '@radix-ui/react-slider';
3
- export { r as SliderProp, r as SliderProps } from '../../data-entry.prop-Cjidhei7.js';
3
+ export { t as SliderProp, t as SliderProps } from '../../data-entry.prop-CDkOajPj.js';
4
4
  import '@radix-ui/react-checkbox';
5
5
  import '@radix-ui/react-radio-group';
6
6
  import '@radix-ui/react-switch';
7
7
  import 'react-day-picker';
8
- import '../../shared.prop-BNRJc9K0.js';
8
+ import '../../shared.prop-BsNSXeqD.js';
9
9
  import '../../content.prop-DrV_zDy-.js';
10
- import '../../data.prop-BmLaGLb7.js';
11
- import '../../interaction.prop-Cdn7wOtq.js';
12
- import '../../layout.prop-4TCNvyQZ.js';
10
+ import '../../data.prop-DMYMNl6L.js';
11
+ import '../../interaction.prop-DSFizzP6.js';
12
+ import '../../layout.prop-CXvl2rVR.js';
13
13
 
14
14
  /** Numeric range slider (Radix Slider). */
15
15
  declare const Slider: React.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
@@ -1,15 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import * as SwitchPrimitive from '@radix-ui/react-switch';
3
- export { t as SwitchProp, t as SwitchProps } from '../../data-entry.prop-Cjidhei7.js';
3
+ export { u as SwitchProp, u as SwitchProps } from '../../data-entry.prop-CDkOajPj.js';
4
4
  import '@radix-ui/react-checkbox';
5
5
  import '@radix-ui/react-radio-group';
6
6
  import '@radix-ui/react-slider';
7
7
  import 'react-day-picker';
8
- import '../../shared.prop-BNRJc9K0.js';
8
+ import '../../shared.prop-BsNSXeqD.js';
9
9
  import '../../content.prop-DrV_zDy-.js';
10
- import '../../data.prop-BmLaGLb7.js';
11
- import '../../interaction.prop-Cdn7wOtq.js';
12
- import '../../layout.prop-4TCNvyQZ.js';
10
+ import '../../data.prop-DMYMNl6L.js';
11
+ import '../../interaction.prop-DSFizzP6.js';
12
+ import '../../layout.prop-CXvl2rVR.js';
13
13
 
14
14
  declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & {
15
15
  size?: "sm" | "default";
@@ -1,2 +1,2 @@
1
- export { Switch } from '../../chunk-WXW43RK5.js';
1
+ export { Switch } from '../../chunk-R2W2FX5Q.js';
2
2
  import '../../chunk-U7N2A7A3.js';
@@ -1,3 +1,3 @@
1
- export { Textarea } from '../../chunk-ZLK5SPT6.js';
2
- import '../../chunk-ICM6XBST.js';
1
+ export { Textarea } from '../../chunk-EOTOCNT7.js';
2
+ import '../../chunk-IBK5D2Q6.js';
3
3
  import '../../chunk-U7N2A7A3.js';
@@ -1,22 +1,22 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { u as TimePickerProp } from '../../data-entry.prop-Cjidhei7.js';
2
+ import { v as TimePickerProp } from '../../data-entry.prop-CDkOajPj.js';
3
3
  import '@radix-ui/react-checkbox';
4
4
  import '@radix-ui/react-radio-group';
5
5
  import '@radix-ui/react-slider';
6
6
  import '@radix-ui/react-switch';
7
7
  import 'react-day-picker';
8
8
  import 'react';
9
- import '../../shared.prop-BNRJc9K0.js';
9
+ import '../../shared.prop-BsNSXeqD.js';
10
10
  import '../../content.prop-DrV_zDy-.js';
11
- import '../../data.prop-BmLaGLb7.js';
12
- import '../../interaction.prop-Cdn7wOtq.js';
13
- import '../../layout.prop-4TCNvyQZ.js';
11
+ import '../../data.prop-DMYMNl6L.js';
12
+ import '../../interaction.prop-DSFizzP6.js';
13
+ import '../../layout.prop-CXvl2rVR.js';
14
14
 
15
15
  /**
16
16
  * TimePicker — WAI-ARIA time combobox. The value lives on a real, typeable `HH:mm` `<input>`
17
17
  * (24h canonical): form-submittable (give it a `name`), screen-reader friendly, and e2e-testable
18
18
  * by filling the input. The HH/mm column popover is the visual affordance and stays in sync.
19
19
  */
20
- declare function TimePicker({ value: controlledValue, defaultValue, onChange, placeholder, disabled, className, id, name, minuteStep, }: TimePickerProp): react_jsx_runtime.JSX.Element;
20
+ declare function TimePicker({ value: controlledValue, defaultValue, onValueChange, placeholder, disabled, className, id, name, minuteStep, }: TimePickerProp): react_jsx_runtime.JSX.Element;
21
21
 
22
22
  export { TimePicker, TimePickerProp, TimePickerProp as TimePickerProps };
@@ -1,7 +1,7 @@
1
- export { TimePicker } from '../../chunk-GH7E5N6F.js';
1
+ export { TimePicker } from '../../chunk-RGPF3HU6.js';
2
2
  import '../../chunk-VOHTRR5X.js';
3
3
  import '../../chunk-DY5C44UP.js';
4
- import '../../chunk-HJEBRCXL.js';
4
+ import '../../chunk-M4PZNAMV.js';
5
5
  import '../../chunk-RLGHEV4A.js';
6
6
  import '../../chunk-FXFJF4YA.js';
7
7
  import '../../chunk-U7N2A7A3.js';
@@ -1,18 +1,18 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { w as TransferProp } from '../../data-entry.prop-Cjidhei7.js';
3
- export { v as TransferItemProp } from '../../data-entry.prop-Cjidhei7.js';
2
+ import { x as TransferProp } from '../../data-entry.prop-CDkOajPj.js';
3
+ export { w as TransferItemProp } from '../../data-entry.prop-CDkOajPj.js';
4
4
  import '@radix-ui/react-checkbox';
5
5
  import '@radix-ui/react-radio-group';
6
6
  import '@radix-ui/react-slider';
7
7
  import '@radix-ui/react-switch';
8
8
  import 'react-day-picker';
9
9
  import 'react';
10
- import '../../shared.prop-BNRJc9K0.js';
10
+ import '../../shared.prop-BsNSXeqD.js';
11
11
  import '../../content.prop-DrV_zDy-.js';
12
- import '../../data.prop-BmLaGLb7.js';
13
- import '../../interaction.prop-Cdn7wOtq.js';
14
- import '../../layout.prop-4TCNvyQZ.js';
12
+ import '../../data.prop-DMYMNl6L.js';
13
+ import '../../interaction.prop-DSFizzP6.js';
14
+ import '../../layout.prop-CXvl2rVR.js';
15
15
 
16
- declare function Transfer({ dataSource, targetKeys, onChange, titles, showSearch, oneWay, disabled, className, selectedKeys: selectedKeysProp, onSelectChange, }: TransferProp): react_jsx_runtime.JSX.Element;
16
+ declare function Transfer({ dataSource, targetKeys, onValueChange, titles, showSearch, oneWay, disabled, className, selectedKeys: selectedKeysProp, onSelectChange, }: TransferProp): react_jsx_runtime.JSX.Element;
17
17
 
18
18
  export { Transfer, TransferProp, TransferProp as TransferProps };