@worldcoin/mini-apps-ui-kit-react 1.0.0-canary.10 → 1.0.0-canary.11
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.
@@ -16,5 +16,5 @@ interface LiveFeedbackProps {
|
|
16
16
|
failed: string;
|
17
17
|
};
|
18
18
|
}
|
19
|
-
declare function LiveFeedback({ state, children, className, label }: LiveFeedbackProps): import("react/jsx-runtime").JSX.Element;
|
19
|
+
export declare function LiveFeedback({ state, children, className, label }: LiveFeedbackProps): import("react/jsx-runtime").JSX.Element;
|
20
20
|
export default LiveFeedback;
|
package/dist/index.js
CHANGED
@@ -1,106 +1,107 @@
|
|
1
|
-
import { Button as
|
2
|
-
import { Checkbox as
|
3
|
-
import { Chip as
|
4
|
-
import { ColorPickerGroup as
|
5
|
-
import { Flag as
|
6
|
-
import { LazyFlag as
|
7
|
-
import { isSupportedCountryCode as
|
1
|
+
import { Button as m } from "./components/Button/Button.js";
|
2
|
+
import { Checkbox as i } from "./components/Checkbox/Checkbox.js";
|
3
|
+
import { Chip as f } from "./components/Chip/Chip.js";
|
4
|
+
import { ColorPickerGroup as s, ColorPickerItem as g } from "./components/ColorPicker/ColorPicker.js";
|
5
|
+
import { Flag as d } from "./components/Flag/Flag.js";
|
6
|
+
import { LazyFlag as T } from "./components/Flag/LazyFlag.js";
|
7
|
+
import { isSupportedCountryCode as C } from "./components/Flag/utils.js";
|
8
8
|
import * as r from "./components/Form/Form.js";
|
9
|
-
import { Input as
|
10
|
-
import { ListItem as
|
11
|
-
import { NumberPad as
|
12
|
-
import { OTPField as
|
13
|
-
import { Pill as
|
14
|
-
import { RadioGroup as
|
15
|
-
import { RadioGroupItem as
|
16
|
-
import { Select as
|
17
|
-
import { SearchField as
|
18
|
-
import { PhoneField as
|
19
|
-
import { getValidatedCountryCode as
|
20
|
-
import { Spinner as
|
21
|
-
import { Switch as
|
22
|
-
import { Token as
|
23
|
-
import { Toast as
|
24
|
-
import { Toaster as
|
25
|
-
import { reducer as
|
26
|
-
import { Typography as
|
27
|
-
import { Drawer as
|
28
|
-
import { Progress as
|
9
|
+
import { Input as F, iconVariants as w, inputVariants as A } from "./components/Input/Input.js";
|
10
|
+
import { ListItem as y } from "./components/ListItem/ListItem.js";
|
11
|
+
import { NumberPad as I } from "./components/NumberPad/NumberPad.js";
|
12
|
+
import { OTPField as B } from "./components/OTPField/OTPField.js";
|
13
|
+
import { Pill as G } from "./components/Pill/Pill.js";
|
14
|
+
import { RadioGroup as S } from "./components/RadioGroup/RadioGroup.js";
|
15
|
+
import { RadioGroupItem as R } from "./components/RadioGroup/RadioGroupItem.js";
|
16
|
+
import { Select as H } from "./components/Select/Select.js";
|
17
|
+
import { SearchField as z } from "./components/SearchField/SearchField.js";
|
18
|
+
import { PhoneField as M } from "./components/PhoneField/PhoneField.js";
|
19
|
+
import { getValidatedCountryCode as O } from "./components/PhoneField/utils.js";
|
20
|
+
import { Spinner as j } from "./components/Spinner/Spinner.js";
|
21
|
+
import { Switch as E } from "./components/Switch/Switch.js";
|
22
|
+
import { Token as Q } from "./components/Token/Token.js";
|
23
|
+
import { Toast as X, ToastProvider as Y, ToastViewport as Z } from "./components/Toast/Toast.js";
|
24
|
+
import { Toaster as rr } from "./components/Toast/Toaster.js";
|
25
|
+
import { reducer as er, toast as tr, useToast as pr } from "./components/Toast/use-toast.js";
|
26
|
+
import { Typography as ar, typographyVariants as ir } from "./components/Typography/Typography.js";
|
27
|
+
import { Drawer as fr, DrawerClose as xr, DrawerContent as sr, DrawerHeader as gr, DrawerTitle as nr, DrawerTrigger as dr } from "./components/Drawer/Drawer.js";
|
28
|
+
import { Progress as Tr } from "./components/Progress/Progress.js";
|
29
29
|
import "./components/TextArea/TextArea.js";
|
30
|
-
import { WalletAddressField as
|
31
|
-
import { AlertDialog as
|
32
|
-
import { BottomBar as
|
33
|
-
import { BulletList as
|
34
|
-
import { BulletListItem as
|
30
|
+
import { WalletAddressField as Cr } from "./components/WalletAddressField/WalletAddressField.js";
|
31
|
+
import { AlertDialog as Fr, AlertDialogClose as wr, AlertDialogContent as Ar, AlertDialogDescription as Pr, AlertDialogFooter as yr, AlertDialogHeader as hr, AlertDialogPortal as Ir, AlertDialogTitle as br, AlertDialogTrigger as Br } from "./components/AlertDialog/AlertDialog.js";
|
32
|
+
import { BottomBar as Gr } from "./components/BottomBar/BottomBar.js";
|
33
|
+
import { BulletList as Sr } from "./components/BulletList/BulletList.js";
|
34
|
+
import { BulletListItem as Rr } from "./components/BulletListItem/BulletListItem.js";
|
35
35
|
import "./components/BulletPoint/BulletPoint.js";
|
36
|
-
import { Marble as
|
37
|
-
import { TopBar as
|
38
|
-
import { CountryDrawer as
|
39
|
-
import { ToggleGroupItem as
|
40
|
-
import { TabItem as
|
41
|
-
import "
|
42
|
-
import { default as
|
36
|
+
import { Marble as Hr } from "./components/Marble/Marble.js";
|
37
|
+
import { TopBar as zr } from "./components/TopBar/TopBar.js";
|
38
|
+
import { CountryDrawer as Mr } from "./components/CountryDrawer/CountryDrawer.js";
|
39
|
+
import { ToggleGroupItem as Or, ToggleGroupRoot as Wr } from "./components/ToggleGroup/ToggleGroup.js";
|
40
|
+
import { TabItem as qr, Tabs as Er } from "./components/Tabs/Tabs.js";
|
41
|
+
import { LiveFeedback as Qr } from "./components/LiveFeedback/LiveFeedback.js";
|
42
|
+
import { default as Xr } from "./tailwind/index.js";
|
43
43
|
export {
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
44
|
+
Fr as AlertDialog,
|
45
|
+
wr as AlertDialogClose,
|
46
|
+
Ar as AlertDialogContent,
|
47
|
+
Pr as AlertDialogDescription,
|
48
|
+
yr as AlertDialogFooter,
|
49
|
+
hr as AlertDialogHeader,
|
50
|
+
Ir as AlertDialogPortal,
|
51
51
|
br as AlertDialogTitle,
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
52
|
+
Br as AlertDialogTrigger,
|
53
|
+
Gr as BottomBar,
|
54
|
+
Sr as BulletList,
|
55
|
+
Rr as BulletListItem,
|
56
|
+
m as Button,
|
57
|
+
i as Checkbox,
|
58
|
+
f as Chip,
|
59
|
+
s as ColorPickerGroup,
|
60
|
+
g as ColorPickerItem,
|
61
|
+
Mr as CountryDrawer,
|
62
|
+
fr as Drawer,
|
63
|
+
xr as DrawerClose,
|
64
|
+
sr as DrawerContent,
|
65
|
+
gr as DrawerHeader,
|
66
|
+
nr as DrawerTitle,
|
67
|
+
dr as DrawerTrigger,
|
68
|
+
d as Flag,
|
69
69
|
r as Form,
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
70
|
+
F as Input,
|
71
|
+
T as LazyFlag,
|
72
|
+
y as ListItem,
|
73
|
+
Qr as LiveFeedback,
|
74
|
+
Hr as Marble,
|
75
|
+
I as NumberPad,
|
76
|
+
B as OTPField,
|
77
|
+
M as PhoneField,
|
78
|
+
G as Pill,
|
79
|
+
Tr as Progress,
|
80
|
+
S as RadioGroup,
|
81
|
+
R as RadioGroupItem,
|
82
|
+
z as SearchField,
|
83
|
+
H as Select,
|
84
|
+
j as Spinner,
|
85
|
+
E as Switch,
|
86
|
+
qr as TabItem,
|
87
|
+
Er as Tabs,
|
88
|
+
X as Toast,
|
89
|
+
Y as ToastProvider,
|
90
|
+
Z as ToastViewport,
|
91
|
+
rr as Toaster,
|
92
|
+
Or as ToggleGroupItem,
|
93
|
+
Wr as ToggleGroupRoot,
|
94
|
+
Q as Token,
|
95
|
+
zr as TopBar,
|
96
|
+
ar as Typography,
|
97
|
+
Cr as WalletAddressField,
|
98
|
+
O as getValidatedCountryCode,
|
99
|
+
w as iconVariants,
|
100
|
+
A as inputVariants,
|
101
|
+
C as isSupportedCountryCode,
|
102
|
+
er as reducer,
|
103
|
+
tr as toast,
|
104
|
+
ir as typographyVariants,
|
105
|
+
Xr as uiKitTailwindPlugin,
|
106
|
+
pr as useToast
|
106
107
|
};
|