@xaui/native 0.9.1-alpha.91 → 0.9.1-alpha.93

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 (86) hide show
  1. package/dist/chunk-2SHWOFQV.js +495 -0
  2. package/dist/chunk-3A5RK2R7.js +40 -0
  3. package/dist/chunk-6JAGPPZU.cjs +788 -0
  4. package/dist/chunk-7NQL5DXY.js +302 -0
  5. package/dist/chunk-FTPPUTWL.cjs +40 -0
  6. package/dist/chunk-GGP2ERSV.js +487 -0
  7. package/dist/chunk-LKRQUQZQ.cjs +487 -0
  8. package/dist/chunk-OPLPLFGK.cjs +493 -0
  9. package/dist/{chunk-LIEXFWTN.js → chunk-P5M5URAB.js} +29 -126
  10. package/dist/chunk-XWIPLZTD.cjs +302 -0
  11. package/dist/components/carousel/index.cjs +3 -2
  12. package/dist/components/carousel/index.js +2 -1
  13. package/dist/components/index.d.cts +3 -0
  14. package/dist/components/index.d.ts +3 -0
  15. package/dist/components/number-pad/index.cjs +40 -0
  16. package/dist/components/number-pad/index.d.cts +60 -0
  17. package/dist/components/number-pad/index.d.ts +60 -0
  18. package/dist/components/number-pad/index.js +40 -0
  19. package/dist/components/number-pad/number-pad-action.d.cts +24 -0
  20. package/dist/components/number-pad/number-pad-action.d.ts +24 -0
  21. package/dist/components/number-pad/number-pad-backspace.d.cts +18 -0
  22. package/dist/components/number-pad/number-pad-backspace.d.ts +18 -0
  23. package/dist/components/number-pad/number-pad-cell.d.cts +7 -0
  24. package/dist/components/number-pad/number-pad-cell.d.ts +7 -0
  25. package/dist/components/number-pad/number-pad-icon.d.cts +13 -0
  26. package/dist/components/number-pad/number-pad-icon.d.ts +13 -0
  27. package/dist/components/number-pad/number-pad-key.d.cts +24 -0
  28. package/dist/components/number-pad/number-pad-key.d.ts +24 -0
  29. package/dist/components/number-pad/number-pad-label.d.cts +14 -0
  30. package/dist/components/number-pad/number-pad-label.d.ts +14 -0
  31. package/dist/components/number-pad/number-pad.context.d.cts +18 -0
  32. package/dist/components/number-pad/number-pad.context.d.ts +18 -0
  33. package/dist/components/number-pad/number-pad.d.cts +57 -0
  34. package/dist/components/number-pad/number-pad.d.ts +57 -0
  35. package/dist/components/number-pad/number-pad.recipe.d.cts +11 -0
  36. package/dist/components/number-pad/number-pad.recipe.d.ts +11 -0
  37. package/dist/components/number-pad/number-pad.style.d.cts +13 -0
  38. package/dist/components/number-pad/number-pad.style.d.ts +13 -0
  39. package/dist/components/number-pad/number-pad.type.d.cts +135 -0
  40. package/dist/components/number-pad/number-pad.type.d.ts +135 -0
  41. package/dist/components/number-pad/number-pad.utils.d.cts +34 -0
  42. package/dist/components/number-pad/number-pad.utils.d.ts +34 -0
  43. package/dist/components/pager/index.cjs +33 -0
  44. package/dist/components/pager/index.d.cts +60 -0
  45. package/dist/components/pager/index.d.ts +60 -0
  46. package/dist/components/pager/index.js +33 -0
  47. package/dist/components/pager/pager-content.d.cts +24 -0
  48. package/dist/components/pager/pager-content.d.ts +24 -0
  49. package/dist/components/pager/pager-indicator.d.cts +47 -0
  50. package/dist/components/pager/pager-indicator.d.ts +47 -0
  51. package/dist/components/pager/pager-page.d.cts +16 -0
  52. package/dist/components/pager/pager-page.d.ts +16 -0
  53. package/dist/components/pager/pager.context.d.cts +7 -0
  54. package/dist/components/pager/pager.context.d.ts +7 -0
  55. package/dist/components/pager/pager.d.cts +70 -0
  56. package/dist/components/pager/pager.d.ts +70 -0
  57. package/dist/components/pager/pager.recipe.d.cts +33 -0
  58. package/dist/components/pager/pager.recipe.d.ts +33 -0
  59. package/dist/components/pager/pager.type.d.cts +107 -0
  60. package/dist/components/pager/pager.type.d.ts +107 -0
  61. package/dist/components/rating/index.cjs +30 -0
  62. package/dist/components/rating/index.d.cts +41 -0
  63. package/dist/components/rating/index.d.ts +41 -0
  64. package/dist/components/rating/index.js +30 -0
  65. package/dist/components/rating/rating-icon.d.cts +16 -0
  66. package/dist/components/rating/rating-icon.d.ts +16 -0
  67. package/dist/components/rating/rating-item.d.cts +23 -0
  68. package/dist/components/rating/rating-item.d.ts +23 -0
  69. package/dist/components/rating/rating-star.d.cts +19 -0
  70. package/dist/components/rating/rating-star.d.ts +19 -0
  71. package/dist/components/rating/rating.context.d.cts +16 -0
  72. package/dist/components/rating/rating.context.d.ts +16 -0
  73. package/dist/components/rating/rating.d.cts +59 -0
  74. package/dist/components/rating/rating.d.ts +59 -0
  75. package/dist/components/rating/rating.recipe.d.cts +11 -0
  76. package/dist/components/rating/rating.recipe.d.ts +11 -0
  77. package/dist/components/rating/rating.style.d.cts +24 -0
  78. package/dist/components/rating/rating.style.d.ts +24 -0
  79. package/dist/components/rating/rating.type.d.cts +108 -0
  80. package/dist/components/rating/rating.type.d.ts +108 -0
  81. package/dist/components/rating/rating.utils.d.cts +28 -0
  82. package/dist/components/rating/rating.utils.d.ts +28 -0
  83. package/dist/index.cjs +91 -28
  84. package/dist/index.js +148 -85
  85. package/package.json +31 -1
  86. package/dist/chunk-K5UO3HBW.cjs +0 -1007
package/dist/index.js CHANGED
@@ -1,3 +1,26 @@
1
+ import {
2
+ TextSpan,
3
+ Typography,
4
+ typographyRecipe
5
+ } from "./chunk-3VJQDSII.js";
6
+ import {
7
+ Column,
8
+ Grid,
9
+ Row,
10
+ Stack,
11
+ useGrid
12
+ } from "./chunk-LXXNW74K.js";
13
+ import {
14
+ WheelPicker,
15
+ WheelPickerColumn,
16
+ WheelPickerItem,
17
+ WheelPickerRoot,
18
+ indexFromOffset,
19
+ useWheelPicker,
20
+ useWheelPickerColumn,
21
+ wheelGeometry,
22
+ wheelPickerRecipe
23
+ } from "./chunk-AIND5F7P.js";
1
24
  import {
2
25
  Widget,
3
26
  WidgetContent,
@@ -23,6 +46,25 @@ import {
23
46
  sourceKeys,
24
47
  tokens
25
48
  } from "./chunk-YGETADPV.js";
49
+ import {
50
+ TextArea,
51
+ useTextArea
52
+ } from "./chunk-DN3X5WIB.js";
53
+ import {
54
+ Timeline,
55
+ TimelineConnector,
56
+ TimelineContent,
57
+ TimelineDescription,
58
+ TimelineItem,
59
+ TimelineLeading,
60
+ TimelineMarker,
61
+ TimelineRail,
62
+ TimelineRoot,
63
+ TimelineTitle,
64
+ timelineRecipe,
65
+ useTimeline,
66
+ useTimelineItem
67
+ } from "./chunk-FYL4JEBN.js";
26
68
  import {
27
69
  ToggleButton,
28
70
  toggleButtonRecipe,
@@ -49,28 +91,22 @@ import {
49
91
  useToastContext
50
92
  } from "./chunk-JKDWYNSG.js";
51
93
  import {
52
- TextSpan,
53
- Typography,
54
- typographyRecipe
55
- } from "./chunk-3VJQDSII.js";
56
- import {
57
- Column,
58
- Grid,
59
- Row,
60
- Stack,
61
- useGrid
62
- } from "./chunk-LXXNW74K.js";
94
+ Slider,
95
+ SliderFill,
96
+ SliderOutput,
97
+ SliderRoot,
98
+ SliderThumb,
99
+ SliderTrack,
100
+ fromFraction,
101
+ sliderRecipe,
102
+ snap,
103
+ toFraction,
104
+ useSlider
105
+ } from "./chunk-NVODH2PR.js";
63
106
  import {
64
- WheelPicker,
65
- WheelPickerColumn,
66
- WheelPickerItem,
67
- WheelPickerRoot,
68
- indexFromOffset,
69
- useWheelPicker,
70
- useWheelPickerColumn,
71
- wheelGeometry,
72
- wheelPickerRecipe
73
- } from "./chunk-AIND5F7P.js";
107
+ Spinner,
108
+ spinnerRecipe
109
+ } from "./chunk-EMB55OLA.js";
74
110
  import {
75
111
  Surface,
76
112
  surfaceRecipe
@@ -114,24 +150,23 @@ import {
114
150
  useTagGroupItem
115
151
  } from "./chunk-RLC3EXMV.js";
116
152
  import {
117
- TextArea,
118
- useTextArea
119
- } from "./chunk-DN3X5WIB.js";
153
+ Radio,
154
+ RadioGroup,
155
+ RadioGroupRoot,
156
+ RadioIndicator,
157
+ RadioLabel,
158
+ RadioRoot,
159
+ radioGroupRecipe,
160
+ radioRecipe,
161
+ useRadio,
162
+ useRadioGroup
163
+ } from "./chunk-TPYOQSKT.js";
120
164
  import {
121
- Timeline,
122
- TimelineConnector,
123
- TimelineContent,
124
- TimelineDescription,
125
- TimelineItem,
126
- TimelineLeading,
127
- TimelineMarker,
128
- TimelineRail,
129
- TimelineRoot,
130
- TimelineTitle,
131
- timelineRecipe,
132
- useTimeline,
133
- useTimelineItem
134
- } from "./chunk-FYL4JEBN.js";
165
+ Scaffold,
166
+ mergeScreenOptions,
167
+ scaffoldRecipe,
168
+ useScaffold
169
+ } from "./chunk-T5HE5RRF.js";
135
170
  import {
136
171
  SearchField,
137
172
  SearchFieldClear,
@@ -176,22 +211,28 @@ import {
176
211
  skeletonRecipe
177
212
  } from "./chunk-54G5TEPH.js";
178
213
  import {
179
- Slider,
180
- SliderFill,
181
- SliderOutput,
182
- SliderRoot,
183
- SliderThumb,
184
- SliderTrack,
185
- fromFraction,
186
- sliderRecipe,
187
- snap,
188
- toFraction,
189
- useSlider
190
- } from "./chunk-NVODH2PR.js";
214
+ Rating,
215
+ RatingIcon,
216
+ RatingItem,
217
+ RatingRoot,
218
+ ratingRecipe,
219
+ useRating,
220
+ useRatingLayer
221
+ } from "./chunk-7NQL5DXY.js";
191
222
  import {
192
- Spinner,
193
- spinnerRecipe
194
- } from "./chunk-EMB55OLA.js";
223
+ NumberStepper,
224
+ NumberStepperDecrement,
225
+ NumberStepperIncrement,
226
+ NumberStepperRoot,
227
+ NumberStepperTrack,
228
+ NumberStepperValue,
229
+ numberStepperRecipe,
230
+ useNumberStepper
231
+ } from "./chunk-WRZV6ORJ.js";
232
+ import {
233
+ PieChart,
234
+ pieChartRecipe
235
+ } from "./chunk-VLWZPYAO.js";
195
236
  import {
196
237
  Popover,
197
238
  Popover2,
@@ -233,24 +274,6 @@ import {
233
274
  radialChartRecipe
234
275
  } from "./chunk-IMYNCMCL.js";
235
276
  import "./chunk-DAWXJTAC.js";
236
- import {
237
- Radio,
238
- RadioGroup,
239
- RadioGroupRoot,
240
- RadioIndicator,
241
- RadioLabel,
242
- RadioRoot,
243
- radioGroupRecipe,
244
- radioRecipe,
245
- useRadio,
246
- useRadioGroup
247
- } from "./chunk-TPYOQSKT.js";
248
- import {
249
- Scaffold,
250
- mergeScreenOptions,
251
- scaffoldRecipe,
252
- useScaffold
253
- } from "./chunk-T5HE5RRF.js";
254
277
  import {
255
278
  List,
256
279
  ListAction,
@@ -318,16 +341,6 @@ import {
318
341
  numberFieldRecipe,
319
342
  useNumberField
320
343
  } from "./chunk-Q6OVVUAT.js";
321
- import {
322
- NumberStepper,
323
- NumberStepperDecrement,
324
- NumberStepperIncrement,
325
- NumberStepperRoot,
326
- NumberStepperTrack,
327
- NumberStepperValue,
328
- numberStepperRecipe,
329
- useNumberStepper
330
- } from "./chunk-WRZV6ORJ.js";
331
344
  import {
332
345
  canStep,
333
346
  clampNumber,
@@ -337,9 +350,30 @@ import {
337
350
  stepNumber
338
351
  } from "./chunk-CG4NONIL.js";
339
352
  import {
340
- PieChart,
341
- pieChartRecipe
342
- } from "./chunk-VLWZPYAO.js";
353
+ NUMBER_PAD_ROWS,
354
+ NUMBER_PAD_ZERO,
355
+ NumberPad,
356
+ NumberPadAction,
357
+ NumberPadBackspace,
358
+ NumberPadIcon,
359
+ NumberPadKey,
360
+ NumberPadLabel,
361
+ NumberPadRoot,
362
+ numberPadRecipe,
363
+ useNumberPad,
364
+ useNumberPadCell
365
+ } from "./chunk-GGP2ERSV.js";
366
+ import {
367
+ DOT_REST_OPACITY,
368
+ Pager,
369
+ PagerContent,
370
+ PagerDot,
371
+ PagerIndicator,
372
+ PagerPage,
373
+ PagerRoot,
374
+ pagerRecipe,
375
+ usePager
376
+ } from "./chunk-2SHWOFQV.js";
343
377
  import {
344
378
  Divider,
345
379
  dividerRecipe
@@ -607,7 +641,8 @@ import {
607
641
  CarouselThumbnails,
608
642
  carouselRecipe,
609
643
  useCarousel
610
- } from "./chunk-LIEXFWTN.js";
644
+ } from "./chunk-P5M5URAB.js";
645
+ import "./chunk-3A5RK2R7.js";
611
646
  import {
612
647
  Checkbox,
613
648
  CheckboxIndicator,
@@ -889,6 +924,7 @@ export {
889
924
  ComboboxInput,
890
925
  ComboboxRoot,
891
926
  ComboboxTrigger,
927
+ DOT_REST_OPACITY,
892
928
  DatePicker2 as DatePicker,
893
929
  DatePickerCalendar,
894
930
  DatePickerContent,
@@ -1017,11 +1053,20 @@ export {
1017
1053
  MorphButtonLabel,
1018
1054
  MorphButtonRoot,
1019
1055
  MorphButtonTitle,
1056
+ NUMBER_PAD_ROWS,
1057
+ NUMBER_PAD_ZERO,
1020
1058
  NumberField,
1021
1059
  NumberFieldDecrement,
1022
1060
  NumberFieldField,
1023
1061
  NumberFieldIncrement,
1024
1062
  NumberFieldRoot,
1063
+ NumberPad,
1064
+ NumberPadAction,
1065
+ NumberPadBackspace,
1066
+ NumberPadIcon,
1067
+ NumberPadKey,
1068
+ NumberPadLabel,
1069
+ NumberPadRoot,
1025
1070
  NumberStepper,
1026
1071
  NumberStepperDecrement,
1027
1072
  NumberStepperIncrement,
@@ -1033,6 +1078,12 @@ export {
1033
1078
  OTP_LETTERS,
1034
1079
  PRESS_DURATION,
1035
1080
  PRESS_SCALE,
1081
+ Pager,
1082
+ PagerContent,
1083
+ PagerDot,
1084
+ PagerIndicator,
1085
+ PagerPage,
1086
+ PagerRoot,
1036
1087
  PieChart,
1037
1088
  Popover2 as Popover,
1038
1089
  PopoverClose,
@@ -1078,6 +1129,10 @@ export {
1078
1129
  RangeCalendarDay,
1079
1130
  RangeCalendarGrid,
1080
1131
  RangeCalendarRoot,
1132
+ Rating,
1133
+ RatingIcon,
1134
+ RatingItem,
1135
+ RatingRoot,
1081
1136
  Row,
1082
1137
  SCALE_REFERENCE_WIDTH,
1083
1138
  Scaffold,
@@ -1266,9 +1321,11 @@ export {
1266
1321
  nextSelection,
1267
1322
  numberFieldRecipe,
1268
1323
  numberMarks,
1324
+ numberPadRecipe,
1269
1325
  numberStepperRecipe,
1270
1326
  overlayEntering,
1271
1327
  overlayExiting,
1328
+ pagerRecipe,
1272
1329
  palette,
1273
1330
  parseMaskedDate,
1274
1331
  parseMaskedTime,
@@ -1286,6 +1343,7 @@ export {
1286
1343
  radioRecipe,
1287
1344
  radiusAxis,
1288
1345
  rangeCalendarRecipe,
1346
+ ratingRecipe,
1289
1347
  resolveAnimation,
1290
1348
  resolveMask,
1291
1349
  resolveSlotAnimation,
@@ -1357,9 +1415,12 @@ export {
1357
1415
  useMergedRef,
1358
1416
  useMorphButton,
1359
1417
  useNumberField,
1418
+ useNumberPad,
1419
+ useNumberPadCell,
1360
1420
  useNumberStepper,
1361
1421
  useOptionalChart,
1362
1422
  useOptionalFieldGroup,
1423
+ usePager,
1363
1424
  usePopover,
1364
1425
  usePressState,
1365
1426
  usePrevious,
@@ -1368,6 +1429,8 @@ export {
1368
1429
  useRadio,
1369
1430
  useRadioGroup,
1370
1431
  useRangeCalendar,
1432
+ useRating,
1433
+ useRatingLayer,
1371
1434
  useRotation,
1372
1435
  useScaffold,
1373
1436
  useSearchField,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaui/native",
3
- "version": "0.9.1-alpha.91",
3
+ "version": "0.9.1-alpha.93",
4
4
  "description": "Composition-first React Native UI components with native animations powered by Reanimated",
5
5
  "keywords": [
6
6
  "react-native",
@@ -387,6 +387,36 @@
387
387
  "default": "./dist/components/number-field/index.cjs"
388
388
  }
389
389
  },
390
+ "./number-pad": {
391
+ "import": {
392
+ "types": "./dist/components/number-pad/index.d.ts",
393
+ "default": "./dist/components/number-pad/index.js"
394
+ },
395
+ "require": {
396
+ "types": "./dist/components/number-pad/index.d.cts",
397
+ "default": "./dist/components/number-pad/index.cjs"
398
+ }
399
+ },
400
+ "./pager": {
401
+ "import": {
402
+ "types": "./dist/components/pager/index.d.ts",
403
+ "default": "./dist/components/pager/index.js"
404
+ },
405
+ "require": {
406
+ "types": "./dist/components/pager/index.d.cts",
407
+ "default": "./dist/components/pager/index.cjs"
408
+ }
409
+ },
410
+ "./rating": {
411
+ "import": {
412
+ "types": "./dist/components/rating/index.d.ts",
413
+ "default": "./dist/components/rating/index.js"
414
+ },
415
+ "require": {
416
+ "types": "./dist/components/rating/index.d.cts",
417
+ "default": "./dist/components/rating/index.cjs"
418
+ }
419
+ },
390
420
  "./number-stepper": {
391
421
  "import": {
392
422
  "types": "./dist/components/number-stepper/index.d.ts",