@xaui/native 0.0.21 → 0.0.24

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 (113) hide show
  1. package/README.md +195 -2
  2. package/dist/alert/index.js +1 -2
  3. package/dist/app-bar/index.cjs +217 -0
  4. package/dist/app-bar/index.d.cts +52 -0
  5. package/dist/app-bar/index.d.ts +52 -0
  6. package/dist/app-bar/index.js +142 -0
  7. package/dist/autocomplete/index.js +48 -36
  8. package/dist/avatar/index.js +1 -2
  9. package/dist/badge/index.js +1 -2
  10. package/dist/bottom-sheet/index.js +1 -2
  11. package/dist/bottom-tab-bar/index.cjs +571 -0
  12. package/dist/bottom-tab-bar/index.d.cts +211 -0
  13. package/dist/bottom-tab-bar/index.d.ts +211 -0
  14. package/dist/bottom-tab-bar/index.js +497 -0
  15. package/dist/button/index.d.cts +102 -5
  16. package/dist/button/index.d.ts +102 -5
  17. package/dist/button/index.js +2 -3
  18. package/dist/button.type-j1ZdkkSl.d.cts +4 -0
  19. package/dist/button.type-j1ZdkkSl.d.ts +4 -0
  20. package/dist/card/index.cjs +2 -0
  21. package/dist/card/index.d.cts +6 -1
  22. package/dist/card/index.d.ts +6 -1
  23. package/dist/card/index.js +4 -2
  24. package/dist/carousel/index.js +1 -1
  25. package/dist/chart/index.cjs +1067 -0
  26. package/dist/chart/index.d.cts +218 -0
  27. package/dist/chart/index.d.ts +218 -0
  28. package/dist/chart/index.js +1026 -0
  29. package/dist/checkbox/index.js +1 -2
  30. package/dist/chip/index.js +1 -2
  31. package/dist/chunk-3XSXTM3G.js +661 -0
  32. package/dist/chunk-4KSZLONZ.js +79 -0
  33. package/dist/{chunk-DXXNBF5P.js → chunk-CZFDZPAS.js} +0 -5
  34. package/dist/{chunk-LTKYHG5V.js → chunk-GHCVNQET.js} +12 -5
  35. package/dist/chunk-I4V5Y5GD.js +76 -0
  36. package/dist/{chunk-F7WH4DMG.js → chunk-UI5L26KD.js} +1 -1
  37. package/dist/{chunk-LUBWRVI2.js → chunk-ULJSCNPE.js} +1 -1
  38. package/dist/chunk-URBEEDFX.js +79 -0
  39. package/dist/core/index.js +3 -5
  40. package/dist/datepicker/index.js +1 -2
  41. package/dist/divider/index.js +2 -3
  42. package/dist/drawer/index.cjs +310 -0
  43. package/dist/drawer/index.d.cts +58 -0
  44. package/dist/drawer/index.d.ts +58 -0
  45. package/dist/drawer/index.js +236 -0
  46. package/dist/{accordion → expansion-panel}/index.cjs +45 -45
  47. package/dist/{accordion → expansion-panel}/index.d.cts +30 -30
  48. package/dist/{accordion → expansion-panel}/index.d.ts +30 -30
  49. package/dist/{accordion → expansion-panel}/index.js +40 -41
  50. package/dist/fab/index.d.cts +3 -3
  51. package/dist/fab/index.d.ts +3 -3
  52. package/dist/fab/index.js +3 -4
  53. package/dist/fab-menu/index.d.cts +2 -2
  54. package/dist/fab-menu/index.d.ts +2 -2
  55. package/dist/fab-menu/index.js +3 -4
  56. package/dist/{fab.type-Ba0QMprb.d.ts → fab.type-CgIYqQlT.d.ts} +1 -1
  57. package/dist/{fab.type-U09H8B7D.d.cts → fab.type-l2vjG8-p.d.cts} +1 -1
  58. package/dist/feature-discovery/index.cjs +531 -0
  59. package/dist/feature-discovery/index.d.cts +82 -0
  60. package/dist/feature-discovery/index.d.ts +82 -0
  61. package/dist/feature-discovery/index.js +464 -0
  62. package/dist/indicator/index.js +2 -3
  63. package/dist/input/index.cjs +258 -164
  64. package/dist/input/index.d.cts +15 -1
  65. package/dist/input/index.d.ts +15 -1
  66. package/dist/input/index.js +219 -126
  67. package/dist/list/index.js +1 -2
  68. package/dist/menu/index.js +2 -2
  69. package/dist/menubox/index.cjs +369 -0
  70. package/dist/menubox/index.d.cts +98 -0
  71. package/dist/menubox/index.d.ts +98 -0
  72. package/dist/menubox/index.js +296 -0
  73. package/dist/pager/index.cjs +243 -0
  74. package/dist/pager/index.d.cts +93 -0
  75. package/dist/pager/index.d.ts +93 -0
  76. package/dist/pager/index.js +205 -0
  77. package/dist/progress/index.js +1 -2
  78. package/dist/radio/index.cjs +537 -0
  79. package/dist/radio/index.d.cts +145 -0
  80. package/dist/radio/index.d.ts +145 -0
  81. package/dist/radio/index.js +464 -0
  82. package/dist/segment-button/index.js +2 -2
  83. package/dist/select/index.js +22 -10
  84. package/dist/skeleton/index.js +2 -2
  85. package/dist/slider/index.cjs +655 -0
  86. package/dist/slider/index.d.cts +171 -0
  87. package/dist/slider/index.d.ts +171 -0
  88. package/dist/slider/index.js +575 -0
  89. package/dist/stepper/index.cjs +624 -0
  90. package/dist/stepper/index.d.cts +137 -0
  91. package/dist/stepper/index.d.ts +137 -0
  92. package/dist/stepper/index.js +549 -0
  93. package/dist/switch/index.js +1 -2
  94. package/dist/tabs/index.cjs +523 -0
  95. package/dist/tabs/index.d.cts +176 -0
  96. package/dist/tabs/index.d.ts +176 -0
  97. package/dist/tabs/index.js +438 -0
  98. package/dist/timepicker/index.cjs +1280 -0
  99. package/dist/timepicker/index.d.cts +215 -0
  100. package/dist/timepicker/index.d.ts +215 -0
  101. package/dist/timepicker/index.js +1181 -0
  102. package/dist/toolbar/index.cjs +395 -0
  103. package/dist/toolbar/index.d.cts +100 -0
  104. package/dist/toolbar/index.d.ts +100 -0
  105. package/dist/toolbar/index.js +325 -0
  106. package/dist/typography/index.js +1 -2
  107. package/dist/view/index.cjs +16 -2
  108. package/dist/view/index.js +16 -2
  109. package/package.json +73 -8
  110. package/dist/button.type-D8tzEBo7.d.ts +0 -104
  111. package/dist/button.type-ikaWzhIg.d.cts +0 -104
  112. package/dist/chunk-GBHQCAKW.js +0 -19
  113. package/dist/chunk-JEGEPGVU.js +0 -287
@@ -0,0 +1,464 @@
1
+ import "../chunk-CZFDZPAS.js";
2
+ import {
3
+ useXUITheme
4
+ } from "../chunk-I4V5Y5GD.js";
5
+
6
+ // src/components/feature-discovery/feature-discovery.tsx
7
+ import React, { useEffect } from "react";
8
+ import {
9
+ Animated as Animated2,
10
+ Modal,
11
+ Pressable,
12
+ Text,
13
+ View
14
+ } from "react-native";
15
+ import { withOpacity as withOpacity2 } from "@xaui/core";
16
+
17
+ // src/components/feature-discovery/feature-discovery.style.ts
18
+ import { StyleSheet } from "react-native";
19
+ var styles = StyleSheet.create({
20
+ root: {
21
+ flex: 1
22
+ },
23
+ absoluteFill: {
24
+ ...StyleSheet.absoluteFillObject
25
+ },
26
+ circle: {
27
+ position: "absolute"
28
+ },
29
+ spotlightHalo: {
30
+ position: "absolute",
31
+ borderWidth: 1,
32
+ borderColor: "rgba(255, 255, 255, 0.35)"
33
+ },
34
+ highlightContainer: {
35
+ position: "absolute",
36
+ alignItems: "center",
37
+ justifyContent: "center"
38
+ },
39
+ messageContainer: {
40
+ position: "absolute",
41
+ gap: 10,
42
+ paddingVertical: 16,
43
+ paddingHorizontal: 16,
44
+ borderRadius: 12
45
+ },
46
+ messageHeader: {
47
+ flexDirection: "row",
48
+ alignItems: "flex-start",
49
+ justifyContent: "space-between",
50
+ gap: 8
51
+ },
52
+ messageTitleWrapper: {
53
+ flex: 1
54
+ },
55
+ title: {
56
+ fontSize: 24,
57
+ fontWeight: "700"
58
+ },
59
+ closeButton: {
60
+ padding: 4
61
+ },
62
+ closeIcon: {
63
+ fontSize: 18,
64
+ fontWeight: "600"
65
+ },
66
+ description: {
67
+ fontSize: 16,
68
+ fontWeight: "400",
69
+ opacity: 0.86,
70
+ lineHeight: 22
71
+ },
72
+ actionPressable: {
73
+ alignSelf: "flex-start"
74
+ },
75
+ actionText: {
76
+ fontSize: 14,
77
+ fontWeight: "600",
78
+ textDecorationLine: "underline"
79
+ }
80
+ });
81
+
82
+ // src/components/feature-discovery/feature-discovery.hook.ts
83
+ import { useCallback, useMemo, useRef, useState } from "react";
84
+ import { Animated, useWindowDimensions } from "react-native";
85
+ import { getSafeThemeColor, withOpacity } from "@xaui/core";
86
+ var useFeatureDiscoveryAnimations = () => {
87
+ const backdropOpacity = useRef(new Animated.Value(0)).current;
88
+ const circleAnimScale = useRef(new Animated.Value(0.2)).current;
89
+ const contentOpacity = useRef(new Animated.Value(0)).current;
90
+ const haloScale = useRef(new Animated.Value(0.8)).current;
91
+ const startAnimations = useCallback(() => {
92
+ Animated.parallel([
93
+ Animated.timing(backdropOpacity, {
94
+ toValue: 1,
95
+ duration: 220,
96
+ useNativeDriver: true
97
+ }),
98
+ Animated.spring(circleAnimScale, {
99
+ toValue: 1,
100
+ friction: 8,
101
+ tension: 80,
102
+ useNativeDriver: true
103
+ }),
104
+ Animated.timing(contentOpacity, {
105
+ toValue: 1,
106
+ duration: 260,
107
+ useNativeDriver: true
108
+ }),
109
+ Animated.spring(haloScale, {
110
+ toValue: 1,
111
+ friction: 8,
112
+ tension: 80,
113
+ useNativeDriver: true
114
+ })
115
+ ]).start();
116
+ }, [backdropOpacity, circleAnimScale, contentOpacity, haloScale]);
117
+ const resetAnimations = useCallback(() => {
118
+ backdropOpacity.setValue(0);
119
+ circleAnimScale.setValue(0.2);
120
+ contentOpacity.setValue(0);
121
+ haloScale.setValue(0.8);
122
+ }, [backdropOpacity, circleAnimScale, contentOpacity, haloScale]);
123
+ return {
124
+ backdropOpacity,
125
+ circleAnimScale,
126
+ contentOpacity,
127
+ haloScale,
128
+ startAnimations,
129
+ resetAnimations
130
+ };
131
+ };
132
+ var useFeatureDiscoveryLayout = (targetRef) => {
133
+ const { width: viewportWidth, height: viewportHeight } = useWindowDimensions();
134
+ const [targetLayout, setTargetLayout] = useState(null);
135
+ const measureTarget = useCallback(() => {
136
+ targetRef.current?.measureInWindow((x, y, width, height) => {
137
+ if (!width && !height) {
138
+ setTargetLayout({
139
+ x: viewportWidth / 2 - 28,
140
+ y: viewportHeight / 2 - 28,
141
+ width: 56,
142
+ height: 56
143
+ });
144
+ return;
145
+ }
146
+ setTargetLayout({ x, y, width, height });
147
+ });
148
+ }, [targetRef, viewportHeight, viewportWidth]);
149
+ const fallbackTarget = useMemo(
150
+ () => ({
151
+ x: viewportWidth / 2 - 28,
152
+ y: viewportHeight / 2 - 28,
153
+ width: 56,
154
+ height: 56
155
+ }),
156
+ [viewportWidth, viewportHeight]
157
+ );
158
+ const target = targetLayout ?? fallbackTarget;
159
+ return {
160
+ targetLayout,
161
+ target,
162
+ measureTarget,
163
+ setTargetLayout,
164
+ viewportWidth,
165
+ viewportHeight
166
+ };
167
+ };
168
+ var useFeatureDiscoveryGeometry = (target, viewportWidth, viewportHeight, spotlightPadding, circleScale) => {
169
+ const HIGHLIGHT_EDGE_INSET = 16;
170
+ const maxTargetX = Math.max(
171
+ HIGHLIGHT_EDGE_INSET,
172
+ viewportWidth - target.width - HIGHLIGHT_EDGE_INSET
173
+ );
174
+ const maxTargetY = Math.max(
175
+ HIGHLIGHT_EDGE_INSET,
176
+ viewportHeight - target.height - HIGHLIGHT_EDGE_INSET
177
+ );
178
+ const clampedTargetX = Math.min(
179
+ Math.max(target.x, HIGHLIGHT_EDGE_INSET),
180
+ maxTargetX
181
+ );
182
+ const clampedTargetY = Math.min(
183
+ Math.max(target.y, HIGHLIGHT_EDGE_INSET),
184
+ maxTargetY
185
+ );
186
+ const targetCenterX = clampedTargetX + target.width / 2;
187
+ const targetCenterY = clampedTargetY + target.height / 2;
188
+ const spotlightSize = Math.max(target.width, target.height) + spotlightPadding * 2;
189
+ const circleDiameter = useMemo(() => {
190
+ return viewportWidth * circleScale;
191
+ }, [circleScale, viewportWidth]);
192
+ const circleRadius = circleDiameter / 2;
193
+ const TEXT_PADDING = 24;
194
+ const TARGET_GAP = 30;
195
+ const MIN_MESSAGE_HEIGHT = 140;
196
+ const MIN_MESSAGE_WIDTH = 280;
197
+ const MESSAGE_VERTICAL_OFFSET = 14;
198
+ const isTargetInTopHalf = targetCenterY < viewportHeight * 0.55;
199
+ const baseMessageTop = isTargetInTopHalf ? Math.min(viewportHeight - 200, clampedTargetY + target.height + TARGET_GAP) : Math.max(TEXT_PADDING, clampedTargetY - 150);
200
+ const messageTop = Math.max(TEXT_PADDING, baseMessageTop - MESSAGE_VERTICAL_OFFSET);
201
+ const textDy = messageTop - targetCenterY;
202
+ const textHalfChord = Math.abs(textDy) < circleRadius ? Math.sqrt(circleRadius ** 2 - textDy ** 2) : 0;
203
+ const baseMsgLeft = Math.max(
204
+ TEXT_PADDING,
205
+ targetCenterX - textHalfChord + TEXT_PADDING
206
+ );
207
+ const baseMsgRight = Math.max(
208
+ TEXT_PADDING,
209
+ viewportWidth - (targetCenterX + textHalfChord - TEXT_PADDING)
210
+ );
211
+ const baseMsgWidth = viewportWidth - baseMsgLeft - baseMsgRight;
212
+ const clampedMinMessageWidth = Math.min(
213
+ MIN_MESSAGE_WIDTH,
214
+ viewportWidth - TEXT_PADDING * 2
215
+ );
216
+ const isTargetOnLeft = targetCenterX < viewportWidth / 2;
217
+ const shouldUseSideAnchoredLayout = baseMsgWidth < clampedMinMessageWidth;
218
+ const msgLeft = shouldUseSideAnchoredLayout ? isTargetOnLeft ? TEXT_PADDING : viewportWidth - TEXT_PADDING - clampedMinMessageWidth : baseMsgLeft;
219
+ const msgRight = shouldUseSideAnchoredLayout ? isTargetOnLeft ? viewportWidth - TEXT_PADDING - clampedMinMessageWidth : TEXT_PADDING : baseMsgRight;
220
+ const circleBottomY = targetCenterY + circleRadius - TEXT_PADDING;
221
+ const msgMaxHeight = Math.max(MIN_MESSAGE_HEIGHT, circleBottomY - messageTop);
222
+ return {
223
+ targetCenterX,
224
+ targetCenterY,
225
+ spotlightSize,
226
+ circleDiameter,
227
+ circleRadius,
228
+ messageTop,
229
+ msgLeft,
230
+ msgRight,
231
+ msgMaxHeight,
232
+ isTargetOnLeft,
233
+ highlightX: clampedTargetX,
234
+ highlightY: clampedTargetY
235
+ };
236
+ };
237
+ var useFeatureDiscoveryTheme = (themeColor, overlayColor) => {
238
+ const theme = useXUITheme();
239
+ const colorScheme = theme.colors[getSafeThemeColor(themeColor)];
240
+ const resolvedOverlayColor = useMemo(
241
+ () => overlayColor ?? withOpacity(theme.colors.foreground, 0.42),
242
+ [overlayColor, theme.colors.foreground]
243
+ );
244
+ return {
245
+ colorScheme,
246
+ resolvedOverlayColor
247
+ };
248
+ };
249
+
250
+ // src/components/feature-discovery/feature-discovery.tsx
251
+ var DEFAULT_SPOTLIGHT_PADDING = 14;
252
+ var DEFAULT_CIRCLE_SCALE = 1.65;
253
+ var FeatureDiscovery = ({
254
+ isVisible,
255
+ targetRef,
256
+ title,
257
+ description,
258
+ actionText,
259
+ onActionPress,
260
+ onDismiss,
261
+ dismissOnBackdropPress = true,
262
+ themeColor = "primary",
263
+ overlayColor,
264
+ spotlightPadding = DEFAULT_SPOTLIGHT_PADDING,
265
+ circleScale = DEFAULT_CIRCLE_SCALE,
266
+ highlightContent,
267
+ customAppearance
268
+ }) => {
269
+ const {
270
+ backdropOpacity,
271
+ circleAnimScale,
272
+ contentOpacity,
273
+ haloScale,
274
+ startAnimations,
275
+ resetAnimations
276
+ } = useFeatureDiscoveryAnimations();
277
+ const { target, measureTarget, setTargetLayout, viewportWidth, viewportHeight } = useFeatureDiscoveryLayout(targetRef);
278
+ const {
279
+ targetCenterX,
280
+ targetCenterY,
281
+ spotlightSize,
282
+ circleDiameter,
283
+ messageTop,
284
+ msgLeft,
285
+ msgRight,
286
+ msgMaxHeight,
287
+ isTargetOnLeft,
288
+ highlightX,
289
+ highlightY
290
+ } = useFeatureDiscoveryGeometry(
291
+ target,
292
+ viewportWidth,
293
+ viewportHeight,
294
+ spotlightPadding,
295
+ circleScale
296
+ );
297
+ const { colorScheme, resolvedOverlayColor } = useFeatureDiscoveryTheme(
298
+ themeColor,
299
+ overlayColor
300
+ );
301
+ useEffect(() => {
302
+ if (!isVisible) {
303
+ setTargetLayout(null);
304
+ return;
305
+ }
306
+ resetAnimations();
307
+ const timer = setTimeout(() => {
308
+ measureTarget();
309
+ startAnimations();
310
+ }, 0);
311
+ return () => clearTimeout(timer);
312
+ }, [isVisible, measureTarget, resetAnimations, setTargetLayout, startAnimations]);
313
+ if (!isVisible) return null;
314
+ const renderContent = (content, textStyle) => {
315
+ if (typeof content === "string" || typeof content === "number") {
316
+ return /* @__PURE__ */ React.createElement(Text, { style: textStyle }, content);
317
+ }
318
+ return content;
319
+ };
320
+ return /* @__PURE__ */ React.createElement(
321
+ Modal,
322
+ {
323
+ visible: isVisible,
324
+ transparent: true,
325
+ animationType: "none",
326
+ statusBarTranslucent: true,
327
+ onRequestClose: onDismiss
328
+ },
329
+ /* @__PURE__ */ React.createElement(
330
+ View,
331
+ {
332
+ style: [styles.root, customAppearance?.root, customAppearance?.container]
333
+ },
334
+ /* @__PURE__ */ React.createElement(
335
+ Pressable,
336
+ {
337
+ style: styles.absoluteFill,
338
+ onPress: dismissOnBackdropPress ? onDismiss : void 0
339
+ },
340
+ /* @__PURE__ */ React.createElement(
341
+ Animated2.View,
342
+ {
343
+ style: [
344
+ styles.absoluteFill,
345
+ {
346
+ backgroundColor: resolvedOverlayColor,
347
+ opacity: backdropOpacity
348
+ }
349
+ ]
350
+ }
351
+ )
352
+ ),
353
+ /* @__PURE__ */ React.createElement(
354
+ Animated2.View,
355
+ {
356
+ style: [
357
+ styles.circle,
358
+ {
359
+ width: circleDiameter,
360
+ height: circleDiameter,
361
+ borderRadius: circleDiameter / 2,
362
+ left: targetCenterX - circleDiameter / 2,
363
+ top: targetCenterY - circleDiameter / 2,
364
+ backgroundColor: colorScheme.main,
365
+ opacity: contentOpacity,
366
+ transform: [{ scale: circleAnimScale }]
367
+ }
368
+ ]
369
+ }
370
+ ),
371
+ /* @__PURE__ */ React.createElement(
372
+ Animated2.View,
373
+ {
374
+ style: [
375
+ styles.spotlightHalo,
376
+ {
377
+ width: spotlightSize,
378
+ height: spotlightSize,
379
+ borderRadius: spotlightSize / 2,
380
+ left: targetCenterX - spotlightSize / 2,
381
+ top: targetCenterY - spotlightSize / 2,
382
+ opacity: contentOpacity,
383
+ transform: [{ scale: haloScale }]
384
+ }
385
+ ]
386
+ }
387
+ ),
388
+ highlightContent && /* @__PURE__ */ React.createElement(
389
+ Animated2.View,
390
+ {
391
+ style: [
392
+ styles.highlightContainer,
393
+ {
394
+ left: highlightX,
395
+ top: highlightY,
396
+ width: target.width,
397
+ height: target.height,
398
+ opacity: contentOpacity
399
+ },
400
+ customAppearance?.highlightContainer
401
+ ],
402
+ pointerEvents: "none"
403
+ },
404
+ highlightContent
405
+ ),
406
+ /* @__PURE__ */ React.createElement(
407
+ Animated2.View,
408
+ {
409
+ style: [
410
+ styles.messageContainer,
411
+ {
412
+ top: messageTop,
413
+ left: msgLeft,
414
+ right: msgRight,
415
+ maxHeight: msgMaxHeight,
416
+ opacity: contentOpacity
417
+ },
418
+ customAppearance?.messageContainer
419
+ ],
420
+ pointerEvents: "box-none"
421
+ },
422
+ /* @__PURE__ */ React.createElement(View, { style: styles.messageHeader }, /* @__PURE__ */ React.createElement(View, { style: styles.messageTitleWrapper }, renderContent(title, [
423
+ styles.title,
424
+ { color: colorScheme.foreground },
425
+ { textAlign: isTargetOnLeft ? "left" : "right" },
426
+ customAppearance?.title
427
+ ])), /* @__PURE__ */ React.createElement(
428
+ Pressable,
429
+ {
430
+ onPress: onDismiss,
431
+ style: styles.closeButton,
432
+ accessibilityRole: "button"
433
+ },
434
+ /* @__PURE__ */ React.createElement(Text, { style: [styles.closeIcon, { color: colorScheme.foreground }] }, "\u2715")
435
+ )),
436
+ description ? renderContent(description, [
437
+ styles.description,
438
+ { color: withOpacity2(colorScheme.foreground, 0.9) },
439
+ { textAlign: isTargetOnLeft ? "left" : "right" },
440
+ customAppearance?.description
441
+ ]) : null,
442
+ actionText ? /* @__PURE__ */ React.createElement(
443
+ Pressable,
444
+ {
445
+ onPress: onActionPress,
446
+ style: [
447
+ styles.actionPressable,
448
+ { alignSelf: isTargetOnLeft ? "flex-start" : "flex-end" }
449
+ ],
450
+ accessibilityRole: "button"
451
+ },
452
+ renderContent(actionText, [
453
+ styles.actionText,
454
+ { color: colorScheme.foreground },
455
+ customAppearance?.actionText
456
+ ])
457
+ ) : null
458
+ )
459
+ )
460
+ );
461
+ };
462
+ export {
463
+ FeatureDiscovery
464
+ };
@@ -1,8 +1,7 @@
1
1
  import {
2
2
  ActivityIndicator
3
- } from "../chunk-F7WH4DMG.js";
4
- import "../chunk-DXXNBF5P.js";
5
- import "../chunk-LTKYHG5V.js";
3
+ } from "../chunk-UI5L26KD.js";
4
+ import "../chunk-GHCVNQET.js";
6
5
  export {
7
6
  ActivityIndicator
8
7
  };