@agroshine/ags-web-ui-kit 1.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 (109) hide show
  1. package/README.md +75 -0
  2. package/dist/atoms/index.cjs +134 -0
  3. package/dist/atoms/index.cjs.map +1 -0
  4. package/dist/atoms/index.d.cts +583 -0
  5. package/dist/atoms/index.d.ts +583 -0
  6. package/dist/atoms/index.js +9 -0
  7. package/dist/atoms/index.js.map +1 -0
  8. package/dist/chunk-2KRMLIJQ.cjs +52 -0
  9. package/dist/chunk-2KRMLIJQ.cjs.map +1 -0
  10. package/dist/chunk-2TBYPKQ3.cjs +79 -0
  11. package/dist/chunk-2TBYPKQ3.cjs.map +1 -0
  12. package/dist/chunk-5FWELSEZ.js +1296 -0
  13. package/dist/chunk-5FWELSEZ.js.map +1 -0
  14. package/dist/chunk-5PEOJVY7.cjs +1502 -0
  15. package/dist/chunk-5PEOJVY7.cjs.map +1 -0
  16. package/dist/chunk-6LUGTNMH.js +259 -0
  17. package/dist/chunk-6LUGTNMH.js.map +1 -0
  18. package/dist/chunk-6O2IDBTX.js +112 -0
  19. package/dist/chunk-6O2IDBTX.js.map +1 -0
  20. package/dist/chunk-6YUNWKT3.js +26 -0
  21. package/dist/chunk-6YUNWKT3.js.map +1 -0
  22. package/dist/chunk-7R6OXNES.cjs +321 -0
  23. package/dist/chunk-7R6OXNES.cjs.map +1 -0
  24. package/dist/chunk-A3A7PJWG.cjs +13 -0
  25. package/dist/chunk-A3A7PJWG.cjs.map +1 -0
  26. package/dist/chunk-A7TDGQAB.js +557 -0
  27. package/dist/chunk-A7TDGQAB.js.map +1 -0
  28. package/dist/chunk-C4LX3XTN.cjs +1187 -0
  29. package/dist/chunk-C4LX3XTN.cjs.map +1 -0
  30. package/dist/chunk-DZW4GS2T.cjs +1340 -0
  31. package/dist/chunk-DZW4GS2T.cjs.map +1 -0
  32. package/dist/chunk-E3BTK736.cjs +174 -0
  33. package/dist/chunk-E3BTK736.cjs.map +1 -0
  34. package/dist/chunk-ERGKCXM2.cjs +267 -0
  35. package/dist/chunk-ERGKCXM2.cjs.map +1 -0
  36. package/dist/chunk-FOA46NSG.cjs +574 -0
  37. package/dist/chunk-FOA46NSG.cjs.map +1 -0
  38. package/dist/chunk-JTFCE6RA.js +1156 -0
  39. package/dist/chunk-JTFCE6RA.js.map +1 -0
  40. package/dist/chunk-KINOE57L.js +225 -0
  41. package/dist/chunk-KINOE57L.js.map +1 -0
  42. package/dist/chunk-MOED3QPY.js +11 -0
  43. package/dist/chunk-MOED3QPY.js.map +1 -0
  44. package/dist/chunk-NVR34DY2.cjs +4 -0
  45. package/dist/chunk-NVR34DY2.cjs.map +1 -0
  46. package/dist/chunk-PI3IJWBG.js +79 -0
  47. package/dist/chunk-PI3IJWBG.js.map +1 -0
  48. package/dist/chunk-PXAMTGYY.js +3 -0
  49. package/dist/chunk-PXAMTGYY.js.map +1 -0
  50. package/dist/chunk-QAZMI5VH.js +151 -0
  51. package/dist/chunk-QAZMI5VH.js.map +1 -0
  52. package/dist/chunk-QEG27NX6.js +30 -0
  53. package/dist/chunk-QEG27NX6.js.map +1 -0
  54. package/dist/chunk-THTOUSMG.cjs +52 -0
  55. package/dist/chunk-THTOUSMG.cjs.map +1 -0
  56. package/dist/chunk-UAXKB6IH.cjs +32 -0
  57. package/dist/chunk-UAXKB6IH.cjs.map +1 -0
  58. package/dist/chunk-W5IHWAMM.js +48 -0
  59. package/dist/chunk-W5IHWAMM.js.map +1 -0
  60. package/dist/chunk-X2UJQVZJ.cjs +139 -0
  61. package/dist/chunk-X2UJQVZJ.cjs.map +1 -0
  62. package/dist/chunk-X43C5OJD.js +1460 -0
  63. package/dist/chunk-X43C5OJD.js.map +1 -0
  64. package/dist/chunk-XCYSBWV4.js +56 -0
  65. package/dist/chunk-XCYSBWV4.js.map +1 -0
  66. package/dist/chunk-XX4CBCEB.cjs +102 -0
  67. package/dist/chunk-XX4CBCEB.cjs.map +1 -0
  68. package/dist/hooks/index.cjs +33 -0
  69. package/dist/hooks/index.cjs.map +1 -0
  70. package/dist/hooks/index.d.cts +59 -0
  71. package/dist/hooks/index.d.ts +59 -0
  72. package/dist/hooks/index.js +4 -0
  73. package/dist/hooks/index.js.map +1 -0
  74. package/dist/index.cjs +366 -0
  75. package/dist/index.cjs.map +1 -0
  76. package/dist/index.d.cts +13 -0
  77. package/dist/index.d.ts +13 -0
  78. package/dist/index.js +17 -0
  79. package/dist/index.js.map +1 -0
  80. package/dist/interface-DnK5S6ww.d.cts +51 -0
  81. package/dist/interface-DnK5S6ww.d.ts +51 -0
  82. package/dist/lib/index.cjs +13 -0
  83. package/dist/lib/index.cjs.map +1 -0
  84. package/dist/lib/index.d.cts +5 -0
  85. package/dist/lib/index.d.ts +5 -0
  86. package/dist/lib/index.js +4 -0
  87. package/dist/lib/index.js.map +1 -0
  88. package/dist/molecules/index.cjs +123 -0
  89. package/dist/molecules/index.cjs.map +1 -0
  90. package/dist/molecules/index.d.cts +449 -0
  91. package/dist/molecules/index.d.ts +449 -0
  92. package/dist/molecules/index.js +10 -0
  93. package/dist/molecules/index.js.map +1 -0
  94. package/dist/organisms/index.cjs +102 -0
  95. package/dist/organisms/index.cjs.map +1 -0
  96. package/dist/organisms/index.d.cts +396 -0
  97. package/dist/organisms/index.d.ts +396 -0
  98. package/dist/organisms/index.js +9 -0
  99. package/dist/organisms/index.js.map +1 -0
  100. package/dist/tooltip-Bl2ZTtfg.d.cts +16 -0
  101. package/dist/tooltip-Bl2ZTtfg.d.ts +16 -0
  102. package/dist/ui/index.cjs +955 -0
  103. package/dist/ui/index.cjs.map +1 -0
  104. package/dist/ui/index.d.cts +252 -0
  105. package/dist/ui/index.d.ts +252 -0
  106. package/dist/ui/index.js +642 -0
  107. package/dist/ui/index.js.map +1 -0
  108. package/package.json +200 -0
  109. package/tailwind.preset.cjs +134 -0
package/dist/index.cjs ADDED
@@ -0,0 +1,366 @@
1
+ 'use strict';
2
+
3
+ var chunk5PEOJVY7_cjs = require('./chunk-5PEOJVY7.cjs');
4
+ var chunkDZW4GS2T_cjs = require('./chunk-DZW4GS2T.cjs');
5
+ var chunkFOA46NSG_cjs = require('./chunk-FOA46NSG.cjs');
6
+ var chunkC4LX3XTN_cjs = require('./chunk-C4LX3XTN.cjs');
7
+ var chunkUAXKB6IH_cjs = require('./chunk-UAXKB6IH.cjs');
8
+ var chunkE3BTK736_cjs = require('./chunk-E3BTK736.cjs');
9
+ require('./chunk-ERGKCXM2.cjs');
10
+ var chunk7R6OXNES_cjs = require('./chunk-7R6OXNES.cjs');
11
+ require('./chunk-X2UJQVZJ.cjs');
12
+ require('./chunk-2KRMLIJQ.cjs');
13
+ require('./chunk-2TBYPKQ3.cjs');
14
+ var chunkTHTOUSMG_cjs = require('./chunk-THTOUSMG.cjs');
15
+ var chunkXX4CBCEB_cjs = require('./chunk-XX4CBCEB.cjs');
16
+ require('./chunk-NVR34DY2.cjs');
17
+ var chunkA3A7PJWG_cjs = require('./chunk-A3A7PJWG.cjs');
18
+
19
+
20
+
21
+ Object.defineProperty(exports, "Avatar", {
22
+ enumerable: true,
23
+ get: function () { return chunk5PEOJVY7_cjs.Avatar; }
24
+ });
25
+ Object.defineProperty(exports, "Checkbox", {
26
+ enumerable: true,
27
+ get: function () { return chunk5PEOJVY7_cjs.Checkbox; }
28
+ });
29
+ Object.defineProperty(exports, "Descriptions", {
30
+ enumerable: true,
31
+ get: function () { return chunk5PEOJVY7_cjs.Descriptions; }
32
+ });
33
+ Object.defineProperty(exports, "Input", {
34
+ enumerable: true,
35
+ get: function () { return chunk5PEOJVY7_cjs.Input; }
36
+ });
37
+ Object.defineProperty(exports, "InputNumber", {
38
+ enumerable: true,
39
+ get: function () { return chunk5PEOJVY7_cjs.InputNumber; }
40
+ });
41
+ Object.defineProperty(exports, "MultiSelect", {
42
+ enumerable: true,
43
+ get: function () { return chunk5PEOJVY7_cjs.MultiSelect; }
44
+ });
45
+ Object.defineProperty(exports, "Progress", {
46
+ enumerable: true,
47
+ get: function () { return chunk5PEOJVY7_cjs.Progress; }
48
+ });
49
+ Object.defineProperty(exports, "Radio", {
50
+ enumerable: true,
51
+ get: function () { return chunk5PEOJVY7_cjs.Radio; }
52
+ });
53
+ Object.defineProperty(exports, "Rate", {
54
+ enumerable: true,
55
+ get: function () { return chunk5PEOJVY7_cjs.Rate; }
56
+ });
57
+ Object.defineProperty(exports, "Select", {
58
+ enumerable: true,
59
+ get: function () { return chunk5PEOJVY7_cjs.Select; }
60
+ });
61
+ Object.defineProperty(exports, "Separator", {
62
+ enumerable: true,
63
+ get: function () { return chunk5PEOJVY7_cjs.Separator; }
64
+ });
65
+ Object.defineProperty(exports, "Skeleton", {
66
+ enumerable: true,
67
+ get: function () { return chunk5PEOJVY7_cjs.Skeleton; }
68
+ });
69
+ Object.defineProperty(exports, "Slider", {
70
+ enumerable: true,
71
+ get: function () { return chunk5PEOJVY7_cjs.Slider; }
72
+ });
73
+ Object.defineProperty(exports, "Switch", {
74
+ enumerable: true,
75
+ get: function () { return chunk5PEOJVY7_cjs.Switch; }
76
+ });
77
+ Object.defineProperty(exports, "Tag", {
78
+ enumerable: true,
79
+ get: function () { return chunk5PEOJVY7_cjs.Tag; }
80
+ });
81
+ Object.defineProperty(exports, "Textarea", {
82
+ enumerable: true,
83
+ get: function () { return chunk5PEOJVY7_cjs.Textarea; }
84
+ });
85
+ Object.defineProperty(exports, "Toggle", {
86
+ enumerable: true,
87
+ get: function () { return chunk5PEOJVY7_cjs.Toggle; }
88
+ });
89
+ Object.defineProperty(exports, "ToggleGroup", {
90
+ enumerable: true,
91
+ get: function () { return chunk5PEOJVY7_cjs.ToggleGroup; }
92
+ });
93
+ Object.defineProperty(exports, "Alert", {
94
+ enumerable: true,
95
+ get: function () { return chunkDZW4GS2T_cjs.Alert; }
96
+ });
97
+ Object.defineProperty(exports, "Breadcrumb", {
98
+ enumerable: true,
99
+ get: function () { return chunkDZW4GS2T_cjs.Breadcrumb; }
100
+ });
101
+ Object.defineProperty(exports, "Card", {
102
+ enumerable: true,
103
+ get: function () { return chunkDZW4GS2T_cjs.Card; }
104
+ });
105
+ Object.defineProperty(exports, "Column", {
106
+ enumerable: true,
107
+ get: function () { return chunkDZW4GS2T_cjs.Column_default; }
108
+ });
109
+ Object.defineProperty(exports, "DeleteModal", {
110
+ enumerable: true,
111
+ get: function () { return chunkDZW4GS2T_cjs.DeleteModal_default; }
112
+ });
113
+ Object.defineProperty(exports, "Drawer", {
114
+ enumerable: true,
115
+ get: function () { return chunkDZW4GS2T_cjs.Drawer_default; }
116
+ });
117
+ Object.defineProperty(exports, "Empty", {
118
+ enumerable: true,
119
+ get: function () { return chunkDZW4GS2T_cjs.Empty; }
120
+ });
121
+ Object.defineProperty(exports, "HoverCard", {
122
+ enumerable: true,
123
+ get: function () { return chunkDZW4GS2T_cjs.HoverCard; }
124
+ });
125
+ Object.defineProperty(exports, "List", {
126
+ enumerable: true,
127
+ get: function () { return chunkDZW4GS2T_cjs.List; }
128
+ });
129
+ Object.defineProperty(exports, "Modal", {
130
+ enumerable: true,
131
+ get: function () { return chunkDZW4GS2T_cjs.Modal_default; }
132
+ });
133
+ Object.defineProperty(exports, "Popconfirm", {
134
+ enumerable: true,
135
+ get: function () { return chunkDZW4GS2T_cjs.Popconfirm; }
136
+ });
137
+ Object.defineProperty(exports, "Popover", {
138
+ enumerable: true,
139
+ get: function () { return chunkDZW4GS2T_cjs.Popover; }
140
+ });
141
+ Object.defineProperty(exports, "Segmented", {
142
+ enumerable: true,
143
+ get: function () { return chunkDZW4GS2T_cjs.Segmented; }
144
+ });
145
+ Object.defineProperty(exports, "Statistic", {
146
+ enumerable: true,
147
+ get: function () { return chunkDZW4GS2T_cjs.Statistic; }
148
+ });
149
+ Object.defineProperty(exports, "Step", {
150
+ enumerable: true,
151
+ get: function () { return chunkDZW4GS2T_cjs.Step; }
152
+ });
153
+ Object.defineProperty(exports, "Steps", {
154
+ enumerable: true,
155
+ get: function () { return chunkDZW4GS2T_cjs.Steps; }
156
+ });
157
+ Object.defineProperty(exports, "Table", {
158
+ enumerable: true,
159
+ get: function () { return chunkDZW4GS2T_cjs.Table_default; }
160
+ });
161
+ Object.defineProperty(exports, "TablePagination", {
162
+ enumerable: true,
163
+ get: function () { return chunkDZW4GS2T_cjs.TablePagination; }
164
+ });
165
+ Object.defineProperty(exports, "Tabs", {
166
+ enumerable: true,
167
+ get: function () { return chunkDZW4GS2T_cjs.Tabs; }
168
+ });
169
+ Object.defineProperty(exports, "Timeline", {
170
+ enumerable: true,
171
+ get: function () { return chunkDZW4GS2T_cjs.Timeline; }
172
+ });
173
+ Object.defineProperty(exports, "Tooltip", {
174
+ enumerable: true,
175
+ get: function () { return chunkDZW4GS2T_cjs.Tooltip; }
176
+ });
177
+ Object.defineProperty(exports, "Dropdown", {
178
+ enumerable: true,
179
+ get: function () { return chunkFOA46NSG_cjs.Dropdown; }
180
+ });
181
+ Object.defineProperty(exports, "DropdownMenu", {
182
+ enumerable: true,
183
+ get: function () { return chunkFOA46NSG_cjs.DropdownMenu; }
184
+ });
185
+ Object.defineProperty(exports, "DropdownTrigger", {
186
+ enumerable: true,
187
+ get: function () { return chunkFOA46NSG_cjs.DropdownTrigger; }
188
+ });
189
+ Object.defineProperty(exports, "Pagination", {
190
+ enumerable: true,
191
+ get: function () { return chunkFOA46NSG_cjs.Pagination; }
192
+ });
193
+ Object.defineProperty(exports, "PaginationItem", {
194
+ enumerable: true,
195
+ get: function () { return chunkFOA46NSG_cjs.PaginationItem; }
196
+ });
197
+ Object.defineProperty(exports, "PaginationSizeSelect", {
198
+ enumerable: true,
199
+ get: function () { return chunkFOA46NSG_cjs.PaginationSizeSelect; }
200
+ });
201
+ Object.defineProperty(exports, "getItemRange", {
202
+ enumerable: true,
203
+ get: function () { return chunkFOA46NSG_cjs.getItemRange; }
204
+ });
205
+ Object.defineProperty(exports, "mapPlacementToRc", {
206
+ enumerable: true,
207
+ get: function () { return chunkFOA46NSG_cjs.mapPlacementToRc; }
208
+ });
209
+ Object.defineProperty(exports, "mapTriggerToRc", {
210
+ enumerable: true,
211
+ get: function () { return chunkFOA46NSG_cjs.mapTriggerToRc; }
212
+ });
213
+ Object.defineProperty(exports, "Accordion", {
214
+ enumerable: true,
215
+ get: function () { return chunkC4LX3XTN_cjs.Accordion; }
216
+ });
217
+ Object.defineProperty(exports, "BrandLogo", {
218
+ enumerable: true,
219
+ get: function () { return chunkC4LX3XTN_cjs.BrandLogo; }
220
+ });
221
+ Object.defineProperty(exports, "Content", {
222
+ enumerable: true,
223
+ get: function () { return chunkC4LX3XTN_cjs.Content; }
224
+ });
225
+ Object.defineProperty(exports, "DEFAULT_FORMAT", {
226
+ enumerable: true,
227
+ get: function () { return chunkC4LX3XTN_cjs.DEFAULT_FORMAT; }
228
+ });
229
+ Object.defineProperty(exports, "DEFAULT_FORMATS", {
230
+ enumerable: true,
231
+ get: function () { return chunkC4LX3XTN_cjs.DEFAULT_FORMATS; }
232
+ });
233
+ Object.defineProperty(exports, "DatePicker", {
234
+ enumerable: true,
235
+ get: function () { return chunkC4LX3XTN_cjs.DatePicker; }
236
+ });
237
+ Object.defineProperty(exports, "FarmChip", {
238
+ enumerable: true,
239
+ get: function () { return chunkC4LX3XTN_cjs.FarmChip; }
240
+ });
241
+ Object.defineProperty(exports, "FormCard", {
242
+ enumerable: true,
243
+ get: function () { return chunkC4LX3XTN_cjs.FormCard; }
244
+ });
245
+ Object.defineProperty(exports, "Header", {
246
+ enumerable: true,
247
+ get: function () { return chunkC4LX3XTN_cjs.Header; }
248
+ });
249
+ Object.defineProperty(exports, "Layout", {
250
+ enumerable: true,
251
+ get: function () { return chunkC4LX3XTN_cjs.Layout; }
252
+ });
253
+ Object.defineProperty(exports, "PageHeader", {
254
+ enumerable: true,
255
+ get: function () { return chunkC4LX3XTN_cjs.PageHeader; }
256
+ });
257
+ Object.defineProperty(exports, "PickerPanel", {
258
+ enumerable: true,
259
+ get: function () { return chunkC4LX3XTN_cjs.PickerPanel; }
260
+ });
261
+ Object.defineProperty(exports, "QueryState", {
262
+ enumerable: true,
263
+ get: function () { return chunkC4LX3XTN_cjs.QueryState; }
264
+ });
265
+ Object.defineProperty(exports, "RangePicker", {
266
+ enumerable: true,
267
+ get: function () { return chunkC4LX3XTN_cjs.RangePicker; }
268
+ });
269
+ Object.defineProperty(exports, "Result", {
270
+ enumerable: true,
271
+ get: function () { return chunkC4LX3XTN_cjs.Result; }
272
+ });
273
+ Object.defineProperty(exports, "SearchBox", {
274
+ enumerable: true,
275
+ get: function () { return chunkC4LX3XTN_cjs.SearchBox; }
276
+ });
277
+ Object.defineProperty(exports, "SearchFilterBar", {
278
+ enumerable: true,
279
+ get: function () { return chunkC4LX3XTN_cjs.SearchFilterBar; }
280
+ });
281
+ Object.defineProperty(exports, "Sidebar", {
282
+ enumerable: true,
283
+ get: function () { return chunkC4LX3XTN_cjs.Sidebar; }
284
+ });
285
+ Object.defineProperty(exports, "Toaster", {
286
+ enumerable: true,
287
+ get: function () { return chunkC4LX3XTN_cjs.Toaster; }
288
+ });
289
+ Object.defineProperty(exports, "Tree", {
290
+ enumerable: true,
291
+ get: function () { return chunkC4LX3XTN_cjs.Tree; }
292
+ });
293
+ Object.defineProperty(exports, "UserAvatar", {
294
+ enumerable: true,
295
+ get: function () { return chunkC4LX3XTN_cjs.UserAvatar; }
296
+ });
297
+ Object.defineProperty(exports, "toast", {
298
+ enumerable: true,
299
+ get: function () { return chunkC4LX3XTN_cjs.toast; }
300
+ });
301
+ Object.defineProperty(exports, "FormItem", {
302
+ enumerable: true,
303
+ get: function () { return chunkUAXKB6IH_cjs.FormItem; }
304
+ });
305
+ Object.defineProperty(exports, "Button", {
306
+ enumerable: true,
307
+ get: function () { return chunkE3BTK736_cjs.Button; }
308
+ });
309
+ Object.defineProperty(exports, "Spinner", {
310
+ enumerable: true,
311
+ get: function () { return chunkE3BTK736_cjs.Spinner; }
312
+ });
313
+ Object.defineProperty(exports, "CardContent", {
314
+ enumerable: true,
315
+ get: function () { return chunk7R6OXNES_cjs.CardContent; }
316
+ });
317
+ Object.defineProperty(exports, "CardDescription", {
318
+ enumerable: true,
319
+ get: function () { return chunk7R6OXNES_cjs.CardDescription; }
320
+ });
321
+ Object.defineProperty(exports, "CardFooter", {
322
+ enumerable: true,
323
+ get: function () { return chunk7R6OXNES_cjs.CardFooter; }
324
+ });
325
+ Object.defineProperty(exports, "CardHeader", {
326
+ enumerable: true,
327
+ get: function () { return chunk7R6OXNES_cjs.CardHeader; }
328
+ });
329
+ Object.defineProperty(exports, "CardTitle", {
330
+ enumerable: true,
331
+ get: function () { return chunk7R6OXNES_cjs.CardTitle; }
332
+ });
333
+ Object.defineProperty(exports, "TooltipProvider", {
334
+ enumerable: true,
335
+ get: function () { return chunk7R6OXNES_cjs.TooltipProvider; }
336
+ });
337
+ Object.defineProperty(exports, "useDrawer", {
338
+ enumerable: true,
339
+ get: function () { return chunkTHTOUSMG_cjs.useDrawer; }
340
+ });
341
+ Object.defineProperty(exports, "useModal", {
342
+ enumerable: true,
343
+ get: function () { return chunkTHTOUSMG_cjs.useModal; }
344
+ });
345
+ Object.defineProperty(exports, "useSearch", {
346
+ enumerable: true,
347
+ get: function () { return chunkTHTOUSMG_cjs.useSearch; }
348
+ });
349
+ Object.defineProperty(exports, "BREAKPOINTS", {
350
+ enumerable: true,
351
+ get: function () { return chunkXX4CBCEB_cjs.BREAKPOINTS; }
352
+ });
353
+ Object.defineProperty(exports, "usePagination", {
354
+ enumerable: true,
355
+ get: function () { return chunkXX4CBCEB_cjs.usePagination; }
356
+ });
357
+ Object.defineProperty(exports, "useResponsive", {
358
+ enumerable: true,
359
+ get: function () { return chunkXX4CBCEB_cjs.useResponsive; }
360
+ });
361
+ Object.defineProperty(exports, "cn", {
362
+ enumerable: true,
363
+ get: function () { return chunkA3A7PJWG_cjs.cn; }
364
+ });
365
+ //# sourceMappingURL=index.cjs.map
366
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
@@ -0,0 +1,13 @@
1
+ export { Avatar, AvatarProps, Button, Checkbox, Descriptions, Dropdown, DropdownMenu, DropdownMenuProps, DropdownPlacement, DropdownProps, DropdownTrigger, DropdownTriggerMode, DropdownTriggerProps, FormItem, Input, InputNumber, InputNumberProps, MenuItemType, MultiSelect, Pagination, PaginationItem, PaginationItemType, PaginationProps, PaginationSizeSelect, Progress, ProgressProps, Radio, RadioOption, RadioProps, Rate, RateProps, Select, Separator, SeparatorProps, Skeleton, SkeletonProps, SkeletonRounded, Slider, SliderProps, Spinner, Switch, SwitchProps, Tag, Textarea, Toggle, ToggleGroup, ToggleGroupMultipleProps, ToggleGroupOption, ToggleGroupProps, ToggleGroupSingleProps, ToggleGroupSize, ToggleGroupVariant, ToggleProps, ToggleSize, ToggleVariant, getItemRange, mapPlacementToRc, mapTriggerToRc } from './atoms/index.cjs';
2
+ export { C as ChipDotColor, M as MultiSelectProps, O as Option, S as SelectProps, a as SelectSize, b as SelectStatus } from './interface-DnK5S6ww.cjs';
3
+ export { BREAKPOINTS, useDrawer, useModal, usePagination, useResponsive, useSearch } from './hooks/index.cjs';
4
+ export { cn } from './lib/index.cjs';
5
+ export { Alert, AlertProps, AlertVariant, Breadcrumb, BreadcrumbItem, BreadcrumbProps, Card, CardProps, CardVariant, Column, ColumnProps, DeleteModal, Density, Drawer, Empty, EmptyProps, HoverCard, HoverCardProps, List, Modal, PaginationTableProps, Popconfirm, PopconfirmProps, Popover, PopoverProps, Segmented, SegmentedOption, SegmentedProps, SegmentedSize, SortDirection, SortState, Statistic, StatisticProps, Step, StepInterface, StepProps, StepStatus, Steps, StepsDirection, StepsProps, StepsSize, TabItem, Table, TablePagination, Tabs, TabsProps, TabsSize, TabsVariant, Timeline, TimelineItem, TimelineItemStatus, TimelineMode, TimelineProps, Tooltip, TooltipProps } from './molecules/index.cjs';
6
+ export { a as CardContent, b as CardDescription, c as CardFooter, d as CardHeader, e as CardTitle, g as TooltipProvider } from './tooltip-Bl2ZTtfg.cjs';
7
+ export { Accordion, AccordionItemData, AccordionMultipleProps, AccordionProps, AccordionSingleProps, AccordionType, BrandLogo, BrandLogoProps, Content, ContentProps, DEFAULT_FORMAT, DEFAULT_FORMATS, DatePicker, DatePickerProps, FarmChip, FarmChipProps, FormCard, Header, HeaderItem, HeaderProps, HeaderSearch, Layout, LayoutProps, PageHeader, PickerBaseProps, PickerPanel, PickerPlacement, PickerSize, PickerStatus, QueryState, QueryStateProps, RangePicker, RangePickerProps, Result, ResultProps, ResultStatus, SearchBox, SearchBoxProps, SearchFilterBar, Sidebar, SidebarGroup, SidebarItem, SidebarProps, Toaster, ToasterProps, Tree, TreeNode, TreeProps, UserAvatar, UserAvatarProps } from './organisms/index.cjs';
8
+ export { toast } from 'sonner';
9
+ import 'react';
10
+ import 'react/jsx-runtime';
11
+ import 'clsx';
12
+ import '@radix-ui/react-tooltip';
13
+ import 'dayjs';
@@ -0,0 +1,13 @@
1
+ export { Avatar, AvatarProps, Button, Checkbox, Descriptions, Dropdown, DropdownMenu, DropdownMenuProps, DropdownPlacement, DropdownProps, DropdownTrigger, DropdownTriggerMode, DropdownTriggerProps, FormItem, Input, InputNumber, InputNumberProps, MenuItemType, MultiSelect, Pagination, PaginationItem, PaginationItemType, PaginationProps, PaginationSizeSelect, Progress, ProgressProps, Radio, RadioOption, RadioProps, Rate, RateProps, Select, Separator, SeparatorProps, Skeleton, SkeletonProps, SkeletonRounded, Slider, SliderProps, Spinner, Switch, SwitchProps, Tag, Textarea, Toggle, ToggleGroup, ToggleGroupMultipleProps, ToggleGroupOption, ToggleGroupProps, ToggleGroupSingleProps, ToggleGroupSize, ToggleGroupVariant, ToggleProps, ToggleSize, ToggleVariant, getItemRange, mapPlacementToRc, mapTriggerToRc } from './atoms/index.js';
2
+ export { C as ChipDotColor, M as MultiSelectProps, O as Option, S as SelectProps, a as SelectSize, b as SelectStatus } from './interface-DnK5S6ww.js';
3
+ export { BREAKPOINTS, useDrawer, useModal, usePagination, useResponsive, useSearch } from './hooks/index.js';
4
+ export { cn } from './lib/index.js';
5
+ export { Alert, AlertProps, AlertVariant, Breadcrumb, BreadcrumbItem, BreadcrumbProps, Card, CardProps, CardVariant, Column, ColumnProps, DeleteModal, Density, Drawer, Empty, EmptyProps, HoverCard, HoverCardProps, List, Modal, PaginationTableProps, Popconfirm, PopconfirmProps, Popover, PopoverProps, Segmented, SegmentedOption, SegmentedProps, SegmentedSize, SortDirection, SortState, Statistic, StatisticProps, Step, StepInterface, StepProps, StepStatus, Steps, StepsDirection, StepsProps, StepsSize, TabItem, Table, TablePagination, Tabs, TabsProps, TabsSize, TabsVariant, Timeline, TimelineItem, TimelineItemStatus, TimelineMode, TimelineProps, Tooltip, TooltipProps } from './molecules/index.js';
6
+ export { a as CardContent, b as CardDescription, c as CardFooter, d as CardHeader, e as CardTitle, g as TooltipProvider } from './tooltip-Bl2ZTtfg.js';
7
+ export { Accordion, AccordionItemData, AccordionMultipleProps, AccordionProps, AccordionSingleProps, AccordionType, BrandLogo, BrandLogoProps, Content, ContentProps, DEFAULT_FORMAT, DEFAULT_FORMATS, DatePicker, DatePickerProps, FarmChip, FarmChipProps, FormCard, Header, HeaderItem, HeaderProps, HeaderSearch, Layout, LayoutProps, PageHeader, PickerBaseProps, PickerPanel, PickerPlacement, PickerSize, PickerStatus, QueryState, QueryStateProps, RangePicker, RangePickerProps, Result, ResultProps, ResultStatus, SearchBox, SearchBoxProps, SearchFilterBar, Sidebar, SidebarGroup, SidebarItem, SidebarProps, Toaster, ToasterProps, Tree, TreeNode, TreeProps, UserAvatar, UserAvatarProps } from './organisms/index.js';
8
+ export { toast } from 'sonner';
9
+ import 'react';
10
+ import 'react/jsx-runtime';
11
+ import 'clsx';
12
+ import '@radix-ui/react-tooltip';
13
+ import 'dayjs';
package/dist/index.js ADDED
@@ -0,0 +1,17 @@
1
+ export { Avatar, Checkbox, Descriptions, Input, InputNumber, MultiSelect, Progress, Radio, Rate, Select, Separator, Skeleton, Slider, Switch, Tag, Textarea, Toggle, ToggleGroup } from './chunk-X43C5OJD.js';
2
+ export { Alert, Breadcrumb, Card, Column_default as Column, DeleteModal_default as DeleteModal, Drawer_default as Drawer, Empty, HoverCard, List, Modal_default as Modal, Popconfirm, Popover, Segmented, Statistic, Step, Steps, Table_default as Table, TablePagination, Tabs, Timeline, Tooltip } from './chunk-5FWELSEZ.js';
3
+ export { Dropdown, DropdownMenu, DropdownTrigger, Pagination, PaginationItem, PaginationSizeSelect, getItemRange, mapPlacementToRc, mapTriggerToRc } from './chunk-A7TDGQAB.js';
4
+ export { Accordion, BrandLogo, Content, DEFAULT_FORMAT, DEFAULT_FORMATS, DatePicker, FarmChip, FormCard, Header, Layout, PageHeader, PickerPanel, QueryState, RangePicker, Result, SearchBox, SearchFilterBar, Sidebar, Toaster, Tree, UserAvatar, toast } from './chunk-JTFCE6RA.js';
5
+ export { FormItem } from './chunk-QEG27NX6.js';
6
+ export { Button, Spinner } from './chunk-QAZMI5VH.js';
7
+ import './chunk-KINOE57L.js';
8
+ export { CardContent, CardDescription, CardFooter, CardHeader, CardTitle, TooltipProvider } from './chunk-6LUGTNMH.js';
9
+ import './chunk-6O2IDBTX.js';
10
+ import './chunk-6YUNWKT3.js';
11
+ import './chunk-XCYSBWV4.js';
12
+ export { useDrawer, useModal, useSearch } from './chunk-W5IHWAMM.js';
13
+ export { BREAKPOINTS, usePagination, useResponsive } from './chunk-PI3IJWBG.js';
14
+ import './chunk-PXAMTGYY.js';
15
+ export { cn } from './chunk-MOED3QPY.js';
16
+ //# sourceMappingURL=index.js.map
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
@@ -0,0 +1,51 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ type SelectSize = 'sm' | 'default' | 'lg';
4
+ type SelectStatus = 'error' | 'warning' | 'success' | '';
5
+ type ChipDotColor = 'primary' | 'success' | 'warning' | 'danger';
6
+ type Option<V extends string | number = string | number> = {
7
+ label: string;
8
+ value: V;
9
+ disabled?: boolean;
10
+ /** Texto secundario que se muestra bajo el label dentro del dropdown */
11
+ description?: string;
12
+ /** Icono/badge a la izquierda del label (en el dropdown y, si aplica, en el trigger) */
13
+ leadingIcon?: ReactNode;
14
+ /** Contenido auxiliar a la derecha del item (pill, fecha, código) */
15
+ meta?: ReactNode;
16
+ /** Color del dot del chip (solo MultiSelect) */
17
+ dotColor?: ChipDotColor;
18
+ };
19
+ interface SelectProps<V extends string | number = string | number> {
20
+ options: Option<V>[];
21
+ value?: V;
22
+ defaultValue?: V;
23
+ onChange: (value: V) => void;
24
+ onBlur?: () => void;
25
+ placeholder?: string;
26
+ touched?: boolean;
27
+ error?: string;
28
+ help?: string;
29
+ readOnly?: boolean;
30
+ externalLabel?: string;
31
+ isSearchable?: boolean;
32
+ disabled?: boolean;
33
+ errorMessage?: string;
34
+ status?: SelectStatus;
35
+ /** Tamaño del trigger: sm=32px, default=40px, lg=46px */
36
+ size?: SelectSize;
37
+ /** Icono a la izquierda del valor seleccionado en el trigger */
38
+ leadingIcon?: ReactNode;
39
+ /** Clase adicional para el contenedor raíz */
40
+ className?: string;
41
+ }
42
+ interface MultiSelectProps<V extends string | number = string | number> extends Omit<SelectProps<V>, 'value' | 'onChange'> {
43
+ value: V[];
44
+ onChange: (value: V[]) => void;
45
+ /** Número máximo de chips visibles antes de colapsar en "+N más". Default: 3 */
46
+ maxTagCount?: number;
47
+ /** Muestra un input interno dentro del dropdown para filtrar opciones */
48
+ searchable?: boolean;
49
+ }
50
+
51
+ export type { ChipDotColor as C, MultiSelectProps as M, Option as O, SelectProps as S, SelectSize as a, SelectStatus as b };
@@ -0,0 +1,51 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ type SelectSize = 'sm' | 'default' | 'lg';
4
+ type SelectStatus = 'error' | 'warning' | 'success' | '';
5
+ type ChipDotColor = 'primary' | 'success' | 'warning' | 'danger';
6
+ type Option<V extends string | number = string | number> = {
7
+ label: string;
8
+ value: V;
9
+ disabled?: boolean;
10
+ /** Texto secundario que se muestra bajo el label dentro del dropdown */
11
+ description?: string;
12
+ /** Icono/badge a la izquierda del label (en el dropdown y, si aplica, en el trigger) */
13
+ leadingIcon?: ReactNode;
14
+ /** Contenido auxiliar a la derecha del item (pill, fecha, código) */
15
+ meta?: ReactNode;
16
+ /** Color del dot del chip (solo MultiSelect) */
17
+ dotColor?: ChipDotColor;
18
+ };
19
+ interface SelectProps<V extends string | number = string | number> {
20
+ options: Option<V>[];
21
+ value?: V;
22
+ defaultValue?: V;
23
+ onChange: (value: V) => void;
24
+ onBlur?: () => void;
25
+ placeholder?: string;
26
+ touched?: boolean;
27
+ error?: string;
28
+ help?: string;
29
+ readOnly?: boolean;
30
+ externalLabel?: string;
31
+ isSearchable?: boolean;
32
+ disabled?: boolean;
33
+ errorMessage?: string;
34
+ status?: SelectStatus;
35
+ /** Tamaño del trigger: sm=32px, default=40px, lg=46px */
36
+ size?: SelectSize;
37
+ /** Icono a la izquierda del valor seleccionado en el trigger */
38
+ leadingIcon?: ReactNode;
39
+ /** Clase adicional para el contenedor raíz */
40
+ className?: string;
41
+ }
42
+ interface MultiSelectProps<V extends string | number = string | number> extends Omit<SelectProps<V>, 'value' | 'onChange'> {
43
+ value: V[];
44
+ onChange: (value: V[]) => void;
45
+ /** Número máximo de chips visibles antes de colapsar en "+N más". Default: 3 */
46
+ maxTagCount?: number;
47
+ /** Muestra un input interno dentro del dropdown para filtrar opciones */
48
+ searchable?: boolean;
49
+ }
50
+
51
+ export type { ChipDotColor as C, MultiSelectProps as M, Option as O, SelectProps as S, SelectSize as a, SelectStatus as b };
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ require('../chunk-NVR34DY2.cjs');
4
+ var chunkA3A7PJWG_cjs = require('../chunk-A3A7PJWG.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "cn", {
9
+ enumerable: true,
10
+ get: function () { return chunkA3A7PJWG_cjs.cn; }
11
+ });
12
+ //# sourceMappingURL=index.cjs.map
13
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
@@ -0,0 +1,5 @@
1
+ import { ClassValue } from 'clsx';
2
+
3
+ declare function cn(...inputs: ClassValue[]): string;
4
+
5
+ export { cn };
@@ -0,0 +1,5 @@
1
+ import { ClassValue } from 'clsx';
2
+
3
+ declare function cn(...inputs: ClassValue[]): string;
4
+
5
+ export { cn };
@@ -0,0 +1,4 @@
1
+ import '../chunk-PXAMTGYY.js';
2
+ export { cn } from '../chunk-MOED3QPY.js';
3
+ //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}