@yamada-ui/react 1.2.2-dev-20240122145314 → 1.2.2
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/package.json +32 -22
- package/src/index.ts +0 -94
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/react",
|
|
3
|
-
"version": "1.2.2
|
|
3
|
+
"version": "1.2.2",
|
|
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",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"author": "Hirotomo Yamada <hirotomo.yamada@avap.co.jp>",
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"main": "
|
|
21
|
+
"main": "dist/index.js",
|
|
22
22
|
"files": [
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
@@ -37,58 +37,58 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@yamada-ui/accordion": "1.0.9",
|
|
40
|
-
"@yamada-ui/autocomplete": "1.0.14",
|
|
41
40
|
"@yamada-ui/alert": "1.0.9",
|
|
41
|
+
"@yamada-ui/autocomplete": "1.0.14",
|
|
42
42
|
"@yamada-ui/avatar": "1.1.8",
|
|
43
|
-
"@yamada-ui/breadcrumb": "1.0.9",
|
|
44
|
-
"@yamada-ui/button": "1.0.10",
|
|
45
43
|
"@yamada-ui/badge": "1.0.9",
|
|
44
|
+
"@yamada-ui/breadcrumb": "1.0.9",
|
|
46
45
|
"@yamada-ui/card": "1.0.10",
|
|
46
|
+
"@yamada-ui/button": "1.0.10",
|
|
47
47
|
"@yamada-ui/checkbox": "1.0.12",
|
|
48
48
|
"@yamada-ui/close-button": "1.0.9",
|
|
49
|
-
"@yamada-ui/color-picker": "1.0.2-dev-20240122145314",
|
|
50
|
-
"@yamada-ui/editable": "1.0.11",
|
|
51
49
|
"@yamada-ui/core": "1.3.0",
|
|
50
|
+
"@yamada-ui/editable": "1.0.11",
|
|
51
|
+
"@yamada-ui/color-picker": "1.0.2",
|
|
52
52
|
"@yamada-ui/file-button": "1.0.12",
|
|
53
53
|
"@yamada-ui/file-input": "1.0.11",
|
|
54
|
-
"@yamada-ui/focus-lock": "1.0.4",
|
|
55
54
|
"@yamada-ui/form-control": "1.0.11",
|
|
55
|
+
"@yamada-ui/focus-lock": "1.0.4",
|
|
56
56
|
"@yamada-ui/highlight": "1.0.9",
|
|
57
57
|
"@yamada-ui/icon": "1.0.9",
|
|
58
58
|
"@yamada-ui/image": "1.0.9",
|
|
59
59
|
"@yamada-ui/indicator": "1.1.8",
|
|
60
|
-
"@yamada-ui/kbd": "1.0.9",
|
|
61
60
|
"@yamada-ui/input": "1.0.11",
|
|
61
|
+
"@yamada-ui/kbd": "1.0.9",
|
|
62
62
|
"@yamada-ui/layouts": "1.1.6",
|
|
63
63
|
"@yamada-ui/link": "1.0.9",
|
|
64
64
|
"@yamada-ui/list": "1.0.9",
|
|
65
|
-
"@yamada-ui/loading": "1.0.9",
|
|
66
65
|
"@yamada-ui/menu": "1.0.9",
|
|
66
|
+
"@yamada-ui/loading": "1.0.9",
|
|
67
67
|
"@yamada-ui/modal": "1.0.11",
|
|
68
68
|
"@yamada-ui/motion": "1.0.9",
|
|
69
69
|
"@yamada-ui/native-select": "1.0.12",
|
|
70
70
|
"@yamada-ui/native-table": "1.0.10",
|
|
71
71
|
"@yamada-ui/notice": "1.0.9",
|
|
72
|
-
"@yamada-ui/number-input": "1.0.11",
|
|
73
72
|
"@yamada-ui/pagination": "1.0.9",
|
|
74
73
|
"@yamada-ui/pin-input": "1.0.11",
|
|
75
74
|
"@yamada-ui/popover": "1.0.9",
|
|
75
|
+
"@yamada-ui/number-input": "1.0.11",
|
|
76
76
|
"@yamada-ui/portal": "1.0.4",
|
|
77
77
|
"@yamada-ui/progress": "1.0.9",
|
|
78
78
|
"@yamada-ui/providers": "1.0.14",
|
|
79
79
|
"@yamada-ui/radio": "1.0.12",
|
|
80
|
-
"@yamada-ui/rating": "1.0.9",
|
|
81
80
|
"@yamada-ui/reorder": "1.0.9",
|
|
82
|
-
"@yamada-ui/
|
|
81
|
+
"@yamada-ui/rating": "1.0.9",
|
|
83
82
|
"@yamada-ui/ripple": "1.0.9",
|
|
84
|
-
"@yamada-ui/segmented-control": "1.0.10",
|
|
85
83
|
"@yamada-ui/scroll-area": "1.0.9",
|
|
84
|
+
"@yamada-ui/segmented-control": "1.0.10",
|
|
85
|
+
"@yamada-ui/resizable": "1.0.1",
|
|
86
86
|
"@yamada-ui/select": "1.0.12",
|
|
87
87
|
"@yamada-ui/skeleton": "1.0.9",
|
|
88
88
|
"@yamada-ui/slider": "1.0.12",
|
|
89
89
|
"@yamada-ui/snacks": "1.0.1",
|
|
90
|
-
"@yamada-ui/stat": "1.0.7",
|
|
91
90
|
"@yamada-ui/stepper": "1.0.9",
|
|
91
|
+
"@yamada-ui/stat": "1.0.7",
|
|
92
92
|
"@yamada-ui/switch": "1.0.12",
|
|
93
93
|
"@yamada-ui/tabs": "1.0.9",
|
|
94
94
|
"@yamada-ui/tag": "1.0.9",
|
|
@@ -96,33 +96,33 @@
|
|
|
96
96
|
"@yamada-ui/theme": "1.4.1",
|
|
97
97
|
"@yamada-ui/theme-tools": "1.0.14",
|
|
98
98
|
"@yamada-ui/tooltip": "1.0.10",
|
|
99
|
-
"@yamada-ui/typography": "1.0.9",
|
|
100
99
|
"@yamada-ui/transitions": "1.0.9",
|
|
100
|
+
"@yamada-ui/typography": "1.0.9",
|
|
101
|
+
"@yamada-ui/use-animation": "1.0.9",
|
|
101
102
|
"@yamada-ui/use-boolean": "1.0.0",
|
|
102
103
|
"@yamada-ui/use-breakpoint": "1.1.8",
|
|
103
|
-
"@yamada-ui/use-animation": "1.0.9",
|
|
104
104
|
"@yamada-ui/use-clickable": "1.0.4",
|
|
105
|
-
"@yamada-ui/use-controllable-state": "1.0.4",
|
|
106
105
|
"@yamada-ui/use-clipboard": "1.0.4",
|
|
106
|
+
"@yamada-ui/use-controllable-state": "1.0.4",
|
|
107
107
|
"@yamada-ui/use-counter": "1.0.4",
|
|
108
108
|
"@yamada-ui/use-descendant": "1.0.4",
|
|
109
109
|
"@yamada-ui/use-disclosure": "1.0.4",
|
|
110
110
|
"@yamada-ui/use-event-listener": "1.0.4",
|
|
111
111
|
"@yamada-ui/use-eye-dropper": "1.0.1",
|
|
112
112
|
"@yamada-ui/use-focus": "1.0.4",
|
|
113
|
-
"@yamada-ui/use-focus-visible": "1.0.4",
|
|
114
113
|
"@yamada-ui/use-hover": "1.0.4",
|
|
115
|
-
"@yamada-ui/use-
|
|
114
|
+
"@yamada-ui/use-focus-visible": "1.0.4",
|
|
116
115
|
"@yamada-ui/use-interval": "1.0.4",
|
|
116
|
+
"@yamada-ui/use-idle": "1.0.4",
|
|
117
117
|
"@yamada-ui/use-latest-ref": "1.0.0",
|
|
118
|
-
"@yamada-ui/use-media-query": "1.0.14",
|
|
119
118
|
"@yamada-ui/use-local-storage": "1.0.4",
|
|
120
119
|
"@yamada-ui/use-os": "1.0.4",
|
|
120
|
+
"@yamada-ui/use-media-query": "1.0.14",
|
|
121
121
|
"@yamada-ui/use-outside-click": "1.0.4",
|
|
122
122
|
"@yamada-ui/use-popper": "1.0.9",
|
|
123
123
|
"@yamada-ui/use-pan-event": "1.0.4",
|
|
124
|
-
"@yamada-ui/use-resize-observer": "1.0.4",
|
|
125
124
|
"@yamada-ui/use-previous": "1.0.4",
|
|
125
|
+
"@yamada-ui/use-resize-observer": "1.0.4",
|
|
126
126
|
"@yamada-ui/use-size": "1.0.4",
|
|
127
127
|
"@yamada-ui/use-timeout": "1.0.4",
|
|
128
128
|
"@yamada-ui/use-token": "1.0.9",
|
|
@@ -151,6 +151,16 @@
|
|
|
151
151
|
],
|
|
152
152
|
"sourcemap": true
|
|
153
153
|
},
|
|
154
|
+
"module": "dist/index.mjs",
|
|
155
|
+
"types": "dist/index.d.ts",
|
|
156
|
+
"exports": {
|
|
157
|
+
".": {
|
|
158
|
+
"types": "./dist/index.d.ts",
|
|
159
|
+
"import": "./dist/index.mjs",
|
|
160
|
+
"require": "./dist/index.js"
|
|
161
|
+
},
|
|
162
|
+
"./package.json": "./package.json"
|
|
163
|
+
},
|
|
154
164
|
"scripts": {
|
|
155
165
|
"dev": "pnpm build:fast -- --watch",
|
|
156
166
|
"build": "tsup src --dts",
|
package/src/index.ts
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
export { UIProvider, useEnvironment } from "@yamada-ui/providers"
|
|
2
|
-
export type { UIProviderProps } from "@yamada-ui/providers"
|
|
3
|
-
export * from "@yamada-ui/core"
|
|
4
|
-
export * from "@yamada-ui/utils"
|
|
5
|
-
export * from "@yamada-ui/theme"
|
|
6
|
-
export * from "@yamada-ui/theme-tools"
|
|
7
|
-
export * from "@yamada-ui/accordion"
|
|
8
|
-
export * from "@yamada-ui/alert"
|
|
9
|
-
export * from "@yamada-ui/badge"
|
|
10
|
-
export * from "@yamada-ui/breadcrumb"
|
|
11
|
-
export * from "@yamada-ui/button"
|
|
12
|
-
export * from "@yamada-ui/close-button"
|
|
13
|
-
export * from "@yamada-ui/card"
|
|
14
|
-
export * from "@yamada-ui/checkbox"
|
|
15
|
-
export * from "@yamada-ui/editable"
|
|
16
|
-
export * from "@yamada-ui/file-button"
|
|
17
|
-
export * from "@yamada-ui/focus-lock"
|
|
18
|
-
export * from "@yamada-ui/form-control"
|
|
19
|
-
export * from "@yamada-ui/highlight"
|
|
20
|
-
export * from "@yamada-ui/icon"
|
|
21
|
-
export * from "@yamada-ui/image"
|
|
22
|
-
export * from "@yamada-ui/input"
|
|
23
|
-
export * from "@yamada-ui/kbd"
|
|
24
|
-
export * from "@yamada-ui/layouts"
|
|
25
|
-
export * from "@yamada-ui/link"
|
|
26
|
-
export * from "@yamada-ui/list"
|
|
27
|
-
export * from "@yamada-ui/loading"
|
|
28
|
-
export * from "@yamada-ui/menu"
|
|
29
|
-
export * from "@yamada-ui/modal"
|
|
30
|
-
export * from "@yamada-ui/motion"
|
|
31
|
-
export * from "@yamada-ui/native-select"
|
|
32
|
-
export * from "@yamada-ui/notice"
|
|
33
|
-
export * from "@yamada-ui/number-input"
|
|
34
|
-
export * from "@yamada-ui/pin-input"
|
|
35
|
-
export * from "@yamada-ui/popover"
|
|
36
|
-
export * from "@yamada-ui/portal"
|
|
37
|
-
export * from "@yamada-ui/progress"
|
|
38
|
-
export * from "@yamada-ui/radio"
|
|
39
|
-
export * from "@yamada-ui/segmented-control"
|
|
40
|
-
export * from "@yamada-ui/select"
|
|
41
|
-
export * from "@yamada-ui/slider"
|
|
42
|
-
export * from "@yamada-ui/switch"
|
|
43
|
-
export * from "@yamada-ui/tabs"
|
|
44
|
-
export * from "@yamada-ui/tag"
|
|
45
|
-
export * from "@yamada-ui/textarea"
|
|
46
|
-
export * from "@yamada-ui/tooltip"
|
|
47
|
-
export * from "@yamada-ui/transitions"
|
|
48
|
-
export * from "@yamada-ui/typography"
|
|
49
|
-
export * from "@yamada-ui/use-animation"
|
|
50
|
-
export * from "@yamada-ui/use-boolean"
|
|
51
|
-
export * from "@yamada-ui/use-breakpoint"
|
|
52
|
-
export * from "@yamada-ui/use-clickable"
|
|
53
|
-
export * from "@yamada-ui/use-controllable-state"
|
|
54
|
-
export * from "@yamada-ui/use-counter"
|
|
55
|
-
export * from "@yamada-ui/use-descendant"
|
|
56
|
-
export * from "@yamada-ui/use-disclosure"
|
|
57
|
-
export * from "@yamada-ui/use-event-listener"
|
|
58
|
-
export * from "@yamada-ui/use-focus"
|
|
59
|
-
export * from "@yamada-ui/use-focus-visible"
|
|
60
|
-
export * from "@yamada-ui/use-interval"
|
|
61
|
-
export * from "@yamada-ui/use-latest-ref"
|
|
62
|
-
export * from "@yamada-ui/use-outside-click"
|
|
63
|
-
export * from "@yamada-ui/use-pan-event"
|
|
64
|
-
export * from "@yamada-ui/use-popper"
|
|
65
|
-
export * from "@yamada-ui/use-resize-observer"
|
|
66
|
-
export * from "@yamada-ui/use-size"
|
|
67
|
-
export * from "@yamada-ui/use-timeout"
|
|
68
|
-
export * from "@yamada-ui/use-token"
|
|
69
|
-
export * from "@yamada-ui/use-value"
|
|
70
|
-
export * from "@yamada-ui/file-input"
|
|
71
|
-
export * from "@yamada-ui/scroll-area"
|
|
72
|
-
export * from "@yamada-ui/autocomplete"
|
|
73
|
-
export * from "@yamada-ui/avatar"
|
|
74
|
-
export * from "@yamada-ui/reorder"
|
|
75
|
-
export * from "@yamada-ui/pagination"
|
|
76
|
-
export * from "@yamada-ui/skeleton"
|
|
77
|
-
export * from "@yamada-ui/use-previous"
|
|
78
|
-
export * from "@yamada-ui/stepper"
|
|
79
|
-
export * from "@yamada-ui/native-table"
|
|
80
|
-
export * from "@yamada-ui/indicator"
|
|
81
|
-
export * from "@yamada-ui/use-hover"
|
|
82
|
-
export * from "@yamada-ui/use-idle"
|
|
83
|
-
export * from "@yamada-ui/use-os"
|
|
84
|
-
export * from "@yamada-ui/use-local-storage"
|
|
85
|
-
export * from "@yamada-ui/use-window-event"
|
|
86
|
-
export * from "@yamada-ui/use-media-query"
|
|
87
|
-
export * from "@yamada-ui/use-clipboard"
|
|
88
|
-
export * from "@yamada-ui/ripple"
|
|
89
|
-
export * from "@yamada-ui/color-picker"
|
|
90
|
-
export * from "@yamada-ui/rating"
|
|
91
|
-
export * from "@yamada-ui/stat"
|
|
92
|
-
export * from "@yamada-ui/resizable"
|
|
93
|
-
export * from "@yamada-ui/use-eye-dropper"
|
|
94
|
-
export * from "@yamada-ui/snacks"
|