@yamada-ui/react 0.1.2 → 0.2.1
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.
- package/dist/index.d.ts +0 -6
- package/dist/index.js +0 -12
- package/dist/index.mjs +0 -6
- package/package.json +60 -66
package/dist/index.d.ts
CHANGED
|
@@ -26,7 +26,6 @@ export * from '@yamada-ui/layouts';
|
|
|
26
26
|
export * from '@yamada-ui/link';
|
|
27
27
|
export * from '@yamada-ui/list';
|
|
28
28
|
export * from '@yamada-ui/loading';
|
|
29
|
-
export * from '@yamada-ui/markdown';
|
|
30
29
|
export * from '@yamada-ui/menu';
|
|
31
30
|
export * from '@yamada-ui/modal';
|
|
32
31
|
export * from '@yamada-ui/motion';
|
|
@@ -71,17 +70,12 @@ export * from '@yamada-ui/use-token';
|
|
|
71
70
|
export * from '@yamada-ui/use-value';
|
|
72
71
|
export * from '@yamada-ui/file-input';
|
|
73
72
|
export * from '@yamada-ui/scroll-area';
|
|
74
|
-
export * from '@yamada-ui/dropzone';
|
|
75
73
|
export * from '@yamada-ui/autocomplete';
|
|
76
|
-
export * from '@yamada-ui/carousel';
|
|
77
74
|
export * from '@yamada-ui/avatar';
|
|
78
75
|
export * from '@yamada-ui/reorder';
|
|
79
76
|
export * from '@yamada-ui/pagination';
|
|
80
|
-
export * from '@yamada-ui/calendar';
|
|
81
|
-
export * from '@yamada-ui/date-picker';
|
|
82
77
|
export * from '@yamada-ui/skeleton';
|
|
83
78
|
export * from '@yamada-ui/use-previous';
|
|
84
79
|
export * from '@yamada-ui/stepper';
|
|
85
80
|
export * from '@yamada-ui/native-table';
|
|
86
|
-
export * from '@yamada-ui/table';
|
|
87
81
|
export * from '@yamada-ui/indicator';
|
package/dist/index.js
CHANGED
|
@@ -157,7 +157,6 @@ __reExport(src_exports, require("@yamada-ui/layouts"), module.exports);
|
|
|
157
157
|
__reExport(src_exports, require("@yamada-ui/link"), module.exports);
|
|
158
158
|
__reExport(src_exports, require("@yamada-ui/list"), module.exports);
|
|
159
159
|
__reExport(src_exports, require("@yamada-ui/loading"), module.exports);
|
|
160
|
-
__reExport(src_exports, require("@yamada-ui/markdown"), module.exports);
|
|
161
160
|
__reExport(src_exports, require("@yamada-ui/menu"), module.exports);
|
|
162
161
|
__reExport(src_exports, require("@yamada-ui/modal"), module.exports);
|
|
163
162
|
__reExport(src_exports, require("@yamada-ui/motion"), module.exports);
|
|
@@ -202,19 +201,14 @@ __reExport(src_exports, require("@yamada-ui/use-token"), module.exports);
|
|
|
202
201
|
__reExport(src_exports, require("@yamada-ui/use-value"), module.exports);
|
|
203
202
|
__reExport(src_exports, require("@yamada-ui/file-input"), module.exports);
|
|
204
203
|
__reExport(src_exports, require("@yamada-ui/scroll-area"), module.exports);
|
|
205
|
-
__reExport(src_exports, require("@yamada-ui/dropzone"), module.exports);
|
|
206
204
|
__reExport(src_exports, require("@yamada-ui/autocomplete"), module.exports);
|
|
207
|
-
__reExport(src_exports, require("@yamada-ui/carousel"), module.exports);
|
|
208
205
|
__reExport(src_exports, require("@yamada-ui/avatar"), module.exports);
|
|
209
206
|
__reExport(src_exports, require("@yamada-ui/reorder"), module.exports);
|
|
210
207
|
__reExport(src_exports, require("@yamada-ui/pagination"), module.exports);
|
|
211
|
-
__reExport(src_exports, require("@yamada-ui/calendar"), module.exports);
|
|
212
|
-
__reExport(src_exports, require("@yamada-ui/date-picker"), module.exports);
|
|
213
208
|
__reExport(src_exports, require("@yamada-ui/skeleton"), module.exports);
|
|
214
209
|
__reExport(src_exports, require("@yamada-ui/use-previous"), module.exports);
|
|
215
210
|
__reExport(src_exports, require("@yamada-ui/stepper"), module.exports);
|
|
216
211
|
__reExport(src_exports, require("@yamada-ui/native-table"), module.exports);
|
|
217
|
-
__reExport(src_exports, require("@yamada-ui/table"), module.exports);
|
|
218
212
|
__reExport(src_exports, require("@yamada-ui/indicator"), module.exports);
|
|
219
213
|
// Annotate the CommonJS export names for ESM import in node:
|
|
220
214
|
0 && (module.exports = {
|
|
@@ -255,7 +249,6 @@ __reExport(src_exports, require("@yamada-ui/indicator"), module.exports);
|
|
|
255
249
|
...require("@yamada-ui/link"),
|
|
256
250
|
...require("@yamada-ui/list"),
|
|
257
251
|
...require("@yamada-ui/loading"),
|
|
258
|
-
...require("@yamada-ui/markdown"),
|
|
259
252
|
...require("@yamada-ui/menu"),
|
|
260
253
|
...require("@yamada-ui/modal"),
|
|
261
254
|
...require("@yamada-ui/motion"),
|
|
@@ -300,18 +293,13 @@ __reExport(src_exports, require("@yamada-ui/indicator"), module.exports);
|
|
|
300
293
|
...require("@yamada-ui/use-value"),
|
|
301
294
|
...require("@yamada-ui/file-input"),
|
|
302
295
|
...require("@yamada-ui/scroll-area"),
|
|
303
|
-
...require("@yamada-ui/dropzone"),
|
|
304
296
|
...require("@yamada-ui/autocomplete"),
|
|
305
|
-
...require("@yamada-ui/carousel"),
|
|
306
297
|
...require("@yamada-ui/avatar"),
|
|
307
298
|
...require("@yamada-ui/reorder"),
|
|
308
299
|
...require("@yamada-ui/pagination"),
|
|
309
|
-
...require("@yamada-ui/calendar"),
|
|
310
|
-
...require("@yamada-ui/date-picker"),
|
|
311
300
|
...require("@yamada-ui/skeleton"),
|
|
312
301
|
...require("@yamada-ui/use-previous"),
|
|
313
302
|
...require("@yamada-ui/stepper"),
|
|
314
303
|
...require("@yamada-ui/native-table"),
|
|
315
|
-
...require("@yamada-ui/table"),
|
|
316
304
|
...require("@yamada-ui/indicator")
|
|
317
305
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -43,7 +43,6 @@ export * from "@yamada-ui/layouts";
|
|
|
43
43
|
export * from "@yamada-ui/link";
|
|
44
44
|
export * from "@yamada-ui/list";
|
|
45
45
|
export * from "@yamada-ui/loading";
|
|
46
|
-
export * from "@yamada-ui/markdown";
|
|
47
46
|
export * from "@yamada-ui/menu";
|
|
48
47
|
export * from "@yamada-ui/modal";
|
|
49
48
|
export * from "@yamada-ui/motion";
|
|
@@ -88,19 +87,14 @@ export * from "@yamada-ui/use-token";
|
|
|
88
87
|
export * from "@yamada-ui/use-value";
|
|
89
88
|
export * from "@yamada-ui/file-input";
|
|
90
89
|
export * from "@yamada-ui/scroll-area";
|
|
91
|
-
export * from "@yamada-ui/dropzone";
|
|
92
90
|
export * from "@yamada-ui/autocomplete";
|
|
93
|
-
export * from "@yamada-ui/carousel";
|
|
94
91
|
export * from "@yamada-ui/avatar";
|
|
95
92
|
export * from "@yamada-ui/reorder";
|
|
96
93
|
export * from "@yamada-ui/pagination";
|
|
97
|
-
export * from "@yamada-ui/calendar";
|
|
98
|
-
export * from "@yamada-ui/date-picker";
|
|
99
94
|
export * from "@yamada-ui/skeleton";
|
|
100
95
|
export * from "@yamada-ui/use-previous";
|
|
101
96
|
export * from "@yamada-ui/stepper";
|
|
102
97
|
export * from "@yamada-ui/native-table";
|
|
103
|
-
export * from "@yamada-ui/table";
|
|
104
98
|
export * from "@yamada-ui/indicator";
|
|
105
99
|
export {
|
|
106
100
|
extendComponent,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/react",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,70 +35,64 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/accordion": "0.1.
|
|
39
|
-
"@yamada-ui/alert": "0.1.
|
|
40
|
-
"@yamada-ui/autocomplete": "0.1.
|
|
41
|
-
"@yamada-ui/avatar": "0.1.
|
|
42
|
-
"@yamada-ui/badge": "0.1.
|
|
43
|
-
"@yamada-ui/breadcrumb": "0.1.
|
|
44
|
-
"@yamada-ui/button": "0.1.
|
|
45
|
-
"@yamada-ui/
|
|
46
|
-
"@yamada-ui/
|
|
47
|
-
"@yamada-ui/
|
|
48
|
-
"@yamada-ui/
|
|
49
|
-
"@yamada-ui/
|
|
50
|
-
"@yamada-ui/
|
|
51
|
-
"@yamada-ui/
|
|
52
|
-
"@yamada-ui/dropzone": "0.1.2",
|
|
53
|
-
"@yamada-ui/editable": "0.1.2",
|
|
54
|
-
"@yamada-ui/file-button": "0.1.2",
|
|
55
|
-
"@yamada-ui/file-input": "0.1.2",
|
|
38
|
+
"@yamada-ui/accordion": "0.1.3",
|
|
39
|
+
"@yamada-ui/alert": "0.1.3",
|
|
40
|
+
"@yamada-ui/autocomplete": "0.1.3",
|
|
41
|
+
"@yamada-ui/avatar": "0.1.3",
|
|
42
|
+
"@yamada-ui/badge": "0.1.3",
|
|
43
|
+
"@yamada-ui/breadcrumb": "0.1.3",
|
|
44
|
+
"@yamada-ui/button": "0.1.3",
|
|
45
|
+
"@yamada-ui/card": "0.1.3",
|
|
46
|
+
"@yamada-ui/checkbox": "0.1.3",
|
|
47
|
+
"@yamada-ui/close-button": "0.1.3",
|
|
48
|
+
"@yamada-ui/core": "0.1.3",
|
|
49
|
+
"@yamada-ui/editable": "0.1.3",
|
|
50
|
+
"@yamada-ui/file-button": "0.1.3",
|
|
51
|
+
"@yamada-ui/file-input": "0.1.3",
|
|
56
52
|
"@yamada-ui/focus-lock": "0.1.0",
|
|
57
|
-
"@yamada-ui/form-control": "0.1.
|
|
58
|
-
"@yamada-ui/highlight": "0.1.
|
|
59
|
-
"@yamada-ui/icon": "0.1.
|
|
60
|
-
"@yamada-ui/image": "0.1.
|
|
61
|
-
"@yamada-ui/indicator": "0.1.
|
|
62
|
-
"@yamada-ui/input": "0.1.
|
|
63
|
-
"@yamada-ui/kbd": "0.1.
|
|
64
|
-
"@yamada-ui/layouts": "0.1.
|
|
65
|
-
"@yamada-ui/link": "0.1.
|
|
66
|
-
"@yamada-ui/list": "0.1.
|
|
67
|
-
"@yamada-ui/loading": "0.
|
|
68
|
-
"@yamada-ui/
|
|
69
|
-
"@yamada-ui/
|
|
70
|
-
"@yamada-ui/
|
|
71
|
-
"@yamada-ui/
|
|
72
|
-
"@yamada-ui/native-
|
|
73
|
-
"@yamada-ui/
|
|
74
|
-
"@yamada-ui/
|
|
75
|
-
"@yamada-ui/
|
|
76
|
-
"@yamada-ui/
|
|
77
|
-
"@yamada-ui/
|
|
78
|
-
"@yamada-ui/popover": "0.1.2",
|
|
53
|
+
"@yamada-ui/form-control": "0.1.3",
|
|
54
|
+
"@yamada-ui/highlight": "0.1.3",
|
|
55
|
+
"@yamada-ui/icon": "0.1.3",
|
|
56
|
+
"@yamada-ui/image": "0.1.3",
|
|
57
|
+
"@yamada-ui/indicator": "0.1.3",
|
|
58
|
+
"@yamada-ui/input": "0.1.3",
|
|
59
|
+
"@yamada-ui/kbd": "0.1.3",
|
|
60
|
+
"@yamada-ui/layouts": "0.1.3",
|
|
61
|
+
"@yamada-ui/link": "0.1.3",
|
|
62
|
+
"@yamada-ui/list": "0.1.3",
|
|
63
|
+
"@yamada-ui/loading": "0.2.0",
|
|
64
|
+
"@yamada-ui/menu": "0.1.3",
|
|
65
|
+
"@yamada-ui/modal": "0.1.3",
|
|
66
|
+
"@yamada-ui/motion": "0.1.3",
|
|
67
|
+
"@yamada-ui/native-select": "0.1.3",
|
|
68
|
+
"@yamada-ui/native-table": "0.1.3",
|
|
69
|
+
"@yamada-ui/notice": "0.1.3",
|
|
70
|
+
"@yamada-ui/number-input": "0.1.3",
|
|
71
|
+
"@yamada-ui/pagination": "0.1.3",
|
|
72
|
+
"@yamada-ui/pin-input": "0.1.3",
|
|
73
|
+
"@yamada-ui/popover": "0.1.3",
|
|
79
74
|
"@yamada-ui/portal": "0.1.1",
|
|
80
|
-
"@yamada-ui/progress": "0.1.
|
|
81
|
-
"@yamada-ui/providers": "0.1.
|
|
82
|
-
"@yamada-ui/radio": "0.1.
|
|
83
|
-
"@yamada-ui/reorder": "0.1.
|
|
84
|
-
"@yamada-ui/scroll-area": "0.1.
|
|
85
|
-
"@yamada-ui/segmented-control": "0.1.
|
|
86
|
-
"@yamada-ui/select": "0.1.
|
|
87
|
-
"@yamada-ui/skeleton": "0.1.
|
|
88
|
-
"@yamada-ui/slider": "0.1.
|
|
89
|
-
"@yamada-ui/stepper": "0.1.
|
|
90
|
-
"@yamada-ui/switch": "0.1.
|
|
91
|
-
"@yamada-ui/
|
|
92
|
-
"@yamada-ui/
|
|
93
|
-
"@yamada-ui/
|
|
94
|
-
"@yamada-ui/
|
|
95
|
-
"@yamada-ui/
|
|
96
|
-
"@yamada-ui/
|
|
97
|
-
"@yamada-ui/
|
|
98
|
-
"@yamada-ui/
|
|
99
|
-
"@yamada-ui/use-animation": "0.1.2",
|
|
75
|
+
"@yamada-ui/progress": "0.1.3",
|
|
76
|
+
"@yamada-ui/providers": "0.1.3",
|
|
77
|
+
"@yamada-ui/radio": "0.1.3",
|
|
78
|
+
"@yamada-ui/reorder": "0.1.3",
|
|
79
|
+
"@yamada-ui/scroll-area": "0.1.3",
|
|
80
|
+
"@yamada-ui/segmented-control": "0.1.3",
|
|
81
|
+
"@yamada-ui/select": "0.1.3",
|
|
82
|
+
"@yamada-ui/skeleton": "0.1.3",
|
|
83
|
+
"@yamada-ui/slider": "0.1.4",
|
|
84
|
+
"@yamada-ui/stepper": "0.1.3",
|
|
85
|
+
"@yamada-ui/switch": "0.1.3",
|
|
86
|
+
"@yamada-ui/tabs": "0.1.3",
|
|
87
|
+
"@yamada-ui/tag": "0.1.3",
|
|
88
|
+
"@yamada-ui/textarea": "0.1.3",
|
|
89
|
+
"@yamada-ui/theme": "0.1.3",
|
|
90
|
+
"@yamada-ui/tooltip": "0.1.3",
|
|
91
|
+
"@yamada-ui/transitions": "0.1.3",
|
|
92
|
+
"@yamada-ui/typography": "0.1.3",
|
|
93
|
+
"@yamada-ui/use-animation": "0.1.3",
|
|
100
94
|
"@yamada-ui/use-boolean": "0.1.0",
|
|
101
|
-
"@yamada-ui/use-breakpoint": "0.1.
|
|
95
|
+
"@yamada-ui/use-breakpoint": "0.1.3",
|
|
102
96
|
"@yamada-ui/use-clickable": "0.1.0",
|
|
103
97
|
"@yamada-ui/use-controllable-state": "0.1.0",
|
|
104
98
|
"@yamada-ui/use-counter": "0.1.0",
|
|
@@ -110,14 +104,14 @@
|
|
|
110
104
|
"@yamada-ui/use-interval": "0.1.0",
|
|
111
105
|
"@yamada-ui/use-latest-ref": "0.1.0",
|
|
112
106
|
"@yamada-ui/use-outside-click": "0.1.0",
|
|
113
|
-
"@yamada-ui/use-pan-event": "0.1.
|
|
114
|
-
"@yamada-ui/use-popper": "0.1.
|
|
107
|
+
"@yamada-ui/use-pan-event": "0.1.1",
|
|
108
|
+
"@yamada-ui/use-popper": "0.1.3",
|
|
115
109
|
"@yamada-ui/use-previous": "0.1.0",
|
|
116
110
|
"@yamada-ui/use-resize-observer": "0.1.0",
|
|
117
111
|
"@yamada-ui/use-size": "0.1.0",
|
|
118
112
|
"@yamada-ui/use-timeout": "0.1.0",
|
|
119
|
-
"@yamada-ui/use-token": "0.1.
|
|
120
|
-
"@yamada-ui/use-value": "0.1.
|
|
113
|
+
"@yamada-ui/use-token": "0.1.3",
|
|
114
|
+
"@yamada-ui/use-value": "0.1.3",
|
|
121
115
|
"@yamada-ui/utils": "0.1.0"
|
|
122
116
|
},
|
|
123
117
|
"devDependencies": {
|