ui-thing 0.0.18 → 0.0.19
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/CHANGELOG.md +243 -230
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/commands/add.ts +286 -286
- package/src/commands/shortcuts.ts +42 -42
- package/src/comps.ts +2407 -2407
- package/src/templates/shortcuts.ts +217 -217
- package/src/utils/fetchComponents.ts +8 -8
- package/src/utils/promptForComponents.ts +19 -19
- package/src/utils/uiConfigPrompt.ts +73 -73
- package/tests/templates/css.test.ts +34 -34
- package/tests/utils/addPrettierConfig.test.ts +71 -71
- package/tests/utils/compareUIConfig.test.ts +60 -60
package/CHANGELOG.md
CHANGED
|
@@ -1,239 +1,252 @@
|
|
|
1
|
-
# Changelog
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.0.19
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
|
|
6
|
-
|
|
7
|
-
### 🏡 Chore
|
|
8
|
-
|
|
9
|
-
- Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
|
|
10
|
-
|
|
11
|
-
### ❤️ Contributors
|
|
12
|
-
|
|
13
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
14
|
-
|
|
15
|
-
## v0.0.17
|
|
16
|
-
|
|
17
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
|
|
18
|
-
|
|
19
|
-
### 🏡 Chore
|
|
20
|
-
|
|
21
|
-
- **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
|
|
22
|
-
|
|
23
|
-
### ❤️ Contributors
|
|
24
|
-
|
|
25
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
26
|
-
|
|
27
|
-
## v0.0.16
|
|
28
|
-
|
|
29
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
|
|
30
|
-
|
|
31
|
-
### 🚀 Enhancements
|
|
32
|
-
|
|
33
|
-
- **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
|
|
34
|
-
|
|
35
|
-
### ❤️ Contributors
|
|
36
|
-
|
|
37
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
38
|
-
|
|
39
|
-
## v0.0.15
|
|
40
|
-
|
|
41
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
|
|
42
|
-
|
|
43
|
-
### 🚀 Enhancements
|
|
44
|
-
|
|
45
|
-
- **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
|
|
46
|
-
|
|
47
|
-
### 🏡 Chore
|
|
48
|
-
|
|
49
|
-
- **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
|
|
50
|
-
|
|
51
|
-
### ❤️ Contributors
|
|
52
|
-
|
|
53
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
54
|
-
|
|
55
|
-
## v0.0.14
|
|
56
|
-
|
|
57
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.18...v0.0.19)
|
|
58
6
|
|
|
59
7
|
### 🏡 Chore
|
|
60
8
|
|
|
61
|
-
-
|
|
9
|
+
- **components:** Update comp style for toast ([d78d6a0](https://github.com/BayBreezy/ui-thing-cli/commit/d78d6a0))
|
|
10
|
+
- Update deps ([62fa5ff](https://github.com/BayBreezy/ui-thing-cli/commit/62fa5ff))
|
|
62
11
|
|
|
63
12
|
### ❤️ Contributors
|
|
64
13
|
|
|
65
14
|
- Behon Baker <behon.baker@yahoo.com>
|
|
66
15
|
|
|
67
|
-
## v0.0.
|
|
68
|
-
|
|
69
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.
|
|
70
|
-
|
|
71
|
-
### 🏡 Chore
|
|
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
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
- Update
|
|
189
|
-
|
|
190
|
-
###
|
|
191
|
-
|
|
192
|
-
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
-
|
|
16
|
+
## v0.0.18
|
|
17
|
+
|
|
18
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
|
|
19
|
+
|
|
20
|
+
### 🏡 Chore
|
|
21
|
+
|
|
22
|
+
- Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
|
|
23
|
+
|
|
24
|
+
### ❤️ Contributors
|
|
25
|
+
|
|
26
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
27
|
+
|
|
28
|
+
## v0.0.17
|
|
29
|
+
|
|
30
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
|
|
31
|
+
|
|
32
|
+
### 🏡 Chore
|
|
33
|
+
|
|
34
|
+
- **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
|
|
35
|
+
|
|
36
|
+
### ❤️ Contributors
|
|
37
|
+
|
|
38
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
39
|
+
|
|
40
|
+
## v0.0.16
|
|
41
|
+
|
|
42
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
|
|
43
|
+
|
|
44
|
+
### 🚀 Enhancements
|
|
45
|
+
|
|
46
|
+
- **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
|
|
47
|
+
|
|
48
|
+
### ❤️ Contributors
|
|
49
|
+
|
|
50
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
51
|
+
|
|
52
|
+
## v0.0.15
|
|
53
|
+
|
|
54
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
|
|
55
|
+
|
|
56
|
+
### 🚀 Enhancements
|
|
57
|
+
|
|
58
|
+
- **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
|
|
59
|
+
|
|
60
|
+
### 🏡 Chore
|
|
61
|
+
|
|
62
|
+
- **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
|
|
63
|
+
|
|
64
|
+
### ❤️ Contributors
|
|
65
|
+
|
|
66
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
67
|
+
|
|
68
|
+
## v0.0.14
|
|
69
|
+
|
|
70
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
|
|
71
|
+
|
|
72
|
+
### 🏡 Chore
|
|
73
|
+
|
|
74
|
+
- Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
|
|
75
|
+
|
|
76
|
+
### ❤️ Contributors
|
|
77
|
+
|
|
78
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
79
|
+
|
|
80
|
+
## v0.0.13
|
|
81
|
+
|
|
82
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
|
|
83
|
+
|
|
84
|
+
### 🏡 Chore
|
|
85
|
+
|
|
86
|
+
- Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
|
|
87
|
+
- Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
|
|
88
|
+
|
|
89
|
+
### ❤️ Contributors
|
|
90
|
+
|
|
91
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
92
|
+
|
|
93
|
+
## v0.0.12
|
|
94
|
+
|
|
95
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
|
|
96
|
+
|
|
97
|
+
### 🏡 Chore
|
|
98
|
+
|
|
99
|
+
- **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
|
|
100
|
+
- Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
|
|
101
|
+
|
|
102
|
+
### ❤️ Contributors
|
|
103
|
+
|
|
104
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
105
|
+
|
|
106
|
+
## v0.0.11
|
|
107
|
+
|
|
108
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
|
|
109
|
+
|
|
110
|
+
### 🚀 Enhancements
|
|
111
|
+
|
|
112
|
+
- **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
|
|
113
|
+
|
|
114
|
+
### 💅 Refactors
|
|
115
|
+
|
|
116
|
+
- **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
|
|
117
|
+
|
|
118
|
+
### 🏡 Chore
|
|
119
|
+
|
|
120
|
+
- **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
|
|
121
|
+
- **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
|
|
122
|
+
|
|
123
|
+
### ❤️ Contributors
|
|
124
|
+
|
|
125
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
126
|
+
|
|
127
|
+
## v0.0.10
|
|
128
|
+
|
|
129
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
|
|
130
|
+
|
|
131
|
+
### 🚀 Enhancements
|
|
132
|
+
|
|
133
|
+
- Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
|
|
134
|
+
|
|
135
|
+
### 📖 Documentation
|
|
136
|
+
|
|
137
|
+
- Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
|
|
138
|
+
|
|
139
|
+
### 📦 Build
|
|
140
|
+
|
|
141
|
+
- Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
|
|
142
|
+
|
|
143
|
+
### 🏡 Chore
|
|
144
|
+
|
|
145
|
+
- Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
|
|
146
|
+
|
|
147
|
+
### ❤️ Contributors
|
|
148
|
+
|
|
149
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
150
|
+
|
|
151
|
+
## v0.0.9
|
|
152
|
+
|
|
153
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
|
|
154
|
+
|
|
155
|
+
### 🩹 Fixes
|
|
156
|
+
|
|
157
|
+
- Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
|
|
158
|
+
|
|
159
|
+
### ❤️ Contributors
|
|
160
|
+
|
|
161
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
162
|
+
|
|
163
|
+
## v0.0.8
|
|
164
|
+
|
|
165
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
|
|
166
|
+
|
|
167
|
+
### 🚀 Enhancements
|
|
168
|
+
|
|
169
|
+
- Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
|
|
170
|
+
|
|
171
|
+
### ✅ Tests
|
|
172
|
+
|
|
173
|
+
- **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
|
|
174
|
+
- **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
|
|
175
|
+
|
|
176
|
+
### ❤️ Contributors
|
|
177
|
+
|
|
178
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
179
|
+
|
|
180
|
+
## v0.0.7
|
|
181
|
+
|
|
182
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
|
|
183
|
+
|
|
184
|
+
### 🏡 Chore
|
|
185
|
+
|
|
186
|
+
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
187
|
+
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
188
|
+
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
189
|
+
|
|
190
|
+
### ❤️ Contributors
|
|
191
|
+
|
|
192
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
193
|
+
|
|
194
|
+
## v0.0.6
|
|
195
|
+
|
|
196
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
197
|
+
|
|
198
|
+
### 🚀 Enhancements
|
|
199
|
+
|
|
200
|
+
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
201
|
+
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
202
|
+
|
|
203
|
+
### 🏡 Chore
|
|
204
|
+
|
|
205
|
+
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
206
|
+
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
207
|
+
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
208
|
+
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
209
|
+
|
|
210
|
+
### ❤️ Contributors
|
|
211
|
+
|
|
212
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
213
|
+
|
|
214
|
+
## v0.0.5
|
|
215
|
+
|
|
216
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
217
|
+
|
|
218
|
+
### 🏡 Chore
|
|
219
|
+
|
|
220
|
+
- Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
|
|
221
|
+
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
222
|
+
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
223
|
+
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
224
|
+
|
|
225
|
+
### ❤️ Contributors
|
|
226
|
+
|
|
227
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
228
|
+
|
|
229
|
+
## v0.0.3
|
|
230
|
+
|
|
231
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
|
|
232
|
+
|
|
233
|
+
### 🏡 Chore
|
|
234
|
+
|
|
235
|
+
- Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
|
|
236
|
+
- Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
|
|
237
|
+
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
238
|
+
|
|
239
|
+
### ❤️ Contributors
|
|
240
|
+
|
|
241
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
242
|
+
|
|
243
|
+
## v0.0.2
|
|
244
|
+
|
|
245
|
+
### 🏡 Chore
|
|
246
|
+
|
|
247
|
+
- Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
|
|
248
|
+
- Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
|
|
249
|
+
|
|
250
|
+
### ❤️ Contributors
|
|
251
|
+
|
|
252
|
+
- Behon Baker <behon.baker@yahoo.com>
|
package/dist/index.js
CHANGED
|
@@ -8104,9 +8104,15 @@ export { toast, useToast };
|
|
|
8104
8104
|
>();\r
|
|
8105
8105
|
\r
|
|
8106
8106
|
const styles = tv({\r
|
|
8107
|
-
base: "fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse gap-
|
|
8107
|
+
base: "fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse gap-2 p-4 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring sm:bottom-auto sm:right-0 sm:flex-col md:max-w-[420px]",\r
|
|
8108
8108
|
});\r
|
|
8109
8109
|
</script>\r
|
|
8110
|
+
\r
|
|
8111
|
+
<style>\r
|
|
8112
|
+
[aria-label~="Notifications"] {\r
|
|
8113
|
+
display: grid;\r
|
|
8114
|
+
}\r
|
|
8115
|
+
</style>\r
|
|
8110
8116
|
`}],utils:[],plugins:[]},{name:"Toggle",value:"toggle",deps:["tailwind-variants","radix-vue"],devDeps:[],nuxtModules:[],files:[{fileName:"Toggle.vue",dirPath:"components/UI",fileContent:`<template>
|
|
8111
8117
|
<ToggleRoot v-bind="forwarded" :class="styles({ variant, size, class: props.class })">
|
|
8112
8118
|
<slot></slot>
|