ui-thing 0.0.16 → 0.0.18
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 +99 -75
- package/dist/index.js +119 -73
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- 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 +1 -1
- 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,5 +1,29 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.0.18
|
|
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
|
+
|
|
3
27
|
## v0.0.16
|
|
4
28
|
|
|
5
29
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
|
|
@@ -140,76 +164,76 @@
|
|
|
140
164
|
|
|
141
165
|
- Behon Baker <behon.baker@yahoo.com>
|
|
142
166
|
|
|
143
|
-
## v0.0.7
|
|
144
|
-
|
|
145
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
|
|
146
|
-
|
|
147
|
-
### 🏡 Chore
|
|
148
|
-
|
|
149
|
-
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
150
|
-
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
151
|
-
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
152
|
-
|
|
153
|
-
### ❤️ Contributors
|
|
154
|
-
|
|
155
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
156
|
-
|
|
157
|
-
## v0.0.6
|
|
158
|
-
|
|
159
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
160
|
-
|
|
161
|
-
### 🚀 Enhancements
|
|
162
|
-
|
|
163
|
-
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
164
|
-
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
165
|
-
|
|
166
|
-
### 🏡 Chore
|
|
167
|
-
|
|
168
|
-
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
169
|
-
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
170
|
-
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
171
|
-
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
172
|
-
|
|
173
|
-
### ❤️ Contributors
|
|
174
|
-
|
|
175
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
176
|
-
|
|
177
|
-
## v0.0.5
|
|
178
|
-
|
|
179
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
180
|
-
|
|
181
|
-
### 🏡 Chore
|
|
182
|
-
|
|
183
|
-
- Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
|
|
184
|
-
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
185
|
-
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
186
|
-
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
187
|
-
|
|
188
|
-
### ❤️ Contributors
|
|
189
|
-
|
|
190
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
191
|
-
|
|
192
|
-
## v0.0.3
|
|
193
|
-
|
|
194
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
|
|
195
|
-
|
|
196
|
-
### 🏡 Chore
|
|
197
|
-
|
|
198
|
-
- Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
|
|
199
|
-
- Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
|
|
200
|
-
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
201
|
-
|
|
202
|
-
### ❤️ Contributors
|
|
203
|
-
|
|
204
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
205
|
-
|
|
206
|
-
## v0.0.2
|
|
207
|
-
|
|
208
|
-
### 🏡 Chore
|
|
209
|
-
|
|
210
|
-
- Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
|
|
211
|
-
- Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
|
|
212
|
-
|
|
213
|
-
### ❤️ Contributors
|
|
214
|
-
|
|
215
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
167
|
+
## v0.0.7
|
|
168
|
+
|
|
169
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
|
|
170
|
+
|
|
171
|
+
### 🏡 Chore
|
|
172
|
+
|
|
173
|
+
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
174
|
+
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
175
|
+
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
176
|
+
|
|
177
|
+
### ❤️ Contributors
|
|
178
|
+
|
|
179
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
180
|
+
|
|
181
|
+
## v0.0.6
|
|
182
|
+
|
|
183
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
184
|
+
|
|
185
|
+
### 🚀 Enhancements
|
|
186
|
+
|
|
187
|
+
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
188
|
+
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
189
|
+
|
|
190
|
+
### 🏡 Chore
|
|
191
|
+
|
|
192
|
+
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
193
|
+
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
194
|
+
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
195
|
+
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
196
|
+
|
|
197
|
+
### ❤️ Contributors
|
|
198
|
+
|
|
199
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
200
|
+
|
|
201
|
+
## v0.0.5
|
|
202
|
+
|
|
203
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
204
|
+
|
|
205
|
+
### 🏡 Chore
|
|
206
|
+
|
|
207
|
+
- Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
|
|
208
|
+
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
209
|
+
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
210
|
+
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
211
|
+
|
|
212
|
+
### ❤️ Contributors
|
|
213
|
+
|
|
214
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
215
|
+
|
|
216
|
+
## v0.0.3
|
|
217
|
+
|
|
218
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
|
|
219
|
+
|
|
220
|
+
### 🏡 Chore
|
|
221
|
+
|
|
222
|
+
- Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
|
|
223
|
+
- Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
|
|
224
|
+
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
225
|
+
|
|
226
|
+
### ❤️ Contributors
|
|
227
|
+
|
|
228
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
229
|
+
|
|
230
|
+
## v0.0.2
|
|
231
|
+
|
|
232
|
+
### 🏡 Chore
|
|
233
|
+
|
|
234
|
+
- Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
|
|
235
|
+
- Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
|
|
236
|
+
|
|
237
|
+
### ❤️ Contributors
|
|
238
|
+
|
|
239
|
+
- Behon Baker <behon.baker@yahoo.com>
|