ui-thing 0.0.21 → 0.0.23

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 CHANGED
@@ -1,5 +1,30 @@
1
- # Changelog
2
-
1
+ # Changelog
2
+
3
+ ## v0.0.23
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)
6
+
7
+ ### 🏡 Chore
8
+
9
+ - Update deps ([113aee9](https://github.com/BayBreezy/ui-thing-cli/commit/113aee9))
10
+ - **add-command:** Update command to accomodate components with no deps or dev deps ([c856921](https://github.com/BayBreezy/ui-thing-cli/commit/c856921))
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - BayBreezy <behon.baker@yahoo.com>
15
+
16
+ ## v0.0.22
17
+
18
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.21...v0.0.22)
19
+
20
+ ### 🏡 Chore
21
+
22
+ - Add colvis styles to datatable.net ([82995b3](https://github.com/BayBreezy/ui-thing-cli/commit/82995b3))
23
+
24
+ ### ❤️ Contributors
25
+
26
+ - Behon Baker <behon.baker@yahoo.com>
27
+
3
28
  ## v0.0.21
4
29
 
5
30
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.20...v0.0.21)
@@ -37,240 +62,240 @@
37
62
 
38
63
  - Behon Baker <behon.baker@yahoo.com>
39
64
 
40
- ## v0.0.18
41
-
42
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
43
-
44
- ### 🏡 Chore
45
-
46
- - Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
47
-
48
- ### ❤️ Contributors
49
-
50
- - BayBreezy <behon.baker@yahoo.com>
51
-
52
- ## v0.0.17
53
-
54
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
55
-
56
- ### 🏡 Chore
57
-
58
- - **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
59
-
60
- ### ❤️ Contributors
61
-
62
- - Behon Baker <behon.baker@yahoo.com>
63
-
64
- ## v0.0.16
65
-
66
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
67
-
68
- ### 🚀 Enhancements
69
-
70
- - **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
71
-
72
- ### ❤️ Contributors
73
-
74
- - Behon Baker <behon.baker@yahoo.com>
75
-
76
- ## v0.0.15
77
-
78
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
79
-
80
- ### 🚀 Enhancements
81
-
82
- - **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
83
-
84
- ### 🏡 Chore
85
-
86
- - **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
87
-
88
- ### ❤️ Contributors
89
-
90
- - Behon Baker <behon.baker@yahoo.com>
91
-
92
- ## v0.0.14
93
-
94
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
95
-
96
- ### 🏡 Chore
97
-
98
- - Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
99
-
100
- ### ❤️ Contributors
101
-
102
- - Behon Baker <behon.baker@yahoo.com>
103
-
104
- ## v0.0.13
105
-
106
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
107
-
108
- ### 🏡 Chore
109
-
110
- - Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
111
- - Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
112
-
113
- ### ❤️ Contributors
114
-
115
- - Behon Baker <behon.baker@yahoo.com>
116
-
117
- ## v0.0.12
118
-
119
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
120
-
121
- ### 🏡 Chore
122
-
123
- - **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
124
- - Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
125
-
126
- ### ❤️ Contributors
127
-
128
- - Behon Baker <behon.baker@yahoo.com>
129
-
130
- ## v0.0.11
131
-
132
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
133
-
134
- ### 🚀 Enhancements
135
-
136
- - **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
137
-
138
- ### 💅 Refactors
139
-
140
- - **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
141
-
142
- ### 🏡 Chore
143
-
144
- - **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
145
- - **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
146
-
147
- ### ❤️ Contributors
148
-
149
- - Behon Baker <behon.baker@yahoo.com>
150
-
151
- ## v0.0.10
152
-
153
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
154
-
155
- ### 🚀 Enhancements
156
-
157
- - Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
158
-
159
- ### 📖 Documentation
160
-
161
- - Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
162
-
163
- ### 📦 Build
164
-
165
- - Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
166
-
167
- ### 🏡 Chore
168
-
169
- - Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
170
-
171
- ### ❤️ Contributors
172
-
173
- - Behon Baker <behon.baker@yahoo.com>
174
-
175
- ## v0.0.9
176
-
177
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
178
-
179
- ### 🩹 Fixes
180
-
181
- - Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
182
-
183
- ### ❤️ Contributors
184
-
185
- - Behon Baker <behon.baker@yahoo.com>
186
-
187
- ## v0.0.8
188
-
189
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
190
-
191
- ### 🚀 Enhancements
192
-
193
- - Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
194
-
195
- ### ✅ Tests
196
-
197
- - **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
198
- - **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
199
-
200
- ### ❤️ Contributors
201
-
202
- - Behon Baker <behon.baker@yahoo.com>
203
-
204
- ## v0.0.7
205
-
206
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
207
-
208
- ### 🏡 Chore
209
-
210
- - Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
211
- - Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
212
- - Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
213
-
214
- ### ❤️ Contributors
215
-
216
- - BayBreezy <behon.baker@yahoo.com>
217
-
218
- ## v0.0.6
219
-
220
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
221
-
222
- ### 🚀 Enhancements
223
-
224
- - Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
225
- - Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
226
-
227
- ### 🏡 Chore
228
-
229
- - Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
230
- - Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
231
- - Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
232
- - Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
233
-
234
- ### ❤️ Contributors
235
-
236
- - Behon Baker <behon.baker@yahoo.com>
237
-
238
- ## v0.0.5
239
-
240
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
241
-
242
- ### 🏡 Chore
243
-
244
- - Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
245
- - Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
246
- - Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
247
- - Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
248
-
249
- ### ❤️ Contributors
250
-
251
- - Behon Baker <behon.baker@yahoo.com>
252
-
253
- ## v0.0.3
254
-
255
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
256
-
257
- ### 🏡 Chore
258
-
259
- - Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
260
- - Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
261
- - Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
262
-
263
- ### ❤️ Contributors
264
-
265
- - Behon Baker <behon.baker@yahoo.com>
266
-
267
- ## v0.0.2
268
-
269
- ### 🏡 Chore
270
-
271
- - Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
272
- - Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
273
-
274
- ### ❤️ Contributors
275
-
276
- - Behon Baker <behon.baker@yahoo.com>
65
+ ## v0.0.18
66
+
67
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
68
+
69
+ ### 🏡 Chore
70
+
71
+ - Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
72
+
73
+ ### ❤️ Contributors
74
+
75
+ - BayBreezy <behon.baker@yahoo.com>
76
+
77
+ ## v0.0.17
78
+
79
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
80
+
81
+ ### 🏡 Chore
82
+
83
+ - **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
84
+
85
+ ### ❤️ Contributors
86
+
87
+ - Behon Baker <behon.baker@yahoo.com>
88
+
89
+ ## v0.0.16
90
+
91
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
92
+
93
+ ### 🚀 Enhancements
94
+
95
+ - **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
96
+
97
+ ### ❤️ Contributors
98
+
99
+ - Behon Baker <behon.baker@yahoo.com>
100
+
101
+ ## v0.0.15
102
+
103
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
104
+
105
+ ### 🚀 Enhancements
106
+
107
+ - **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
108
+
109
+ ### 🏡 Chore
110
+
111
+ - **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
112
+
113
+ ### ❤️ Contributors
114
+
115
+ - Behon Baker <behon.baker@yahoo.com>
116
+
117
+ ## v0.0.14
118
+
119
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
120
+
121
+ ### 🏡 Chore
122
+
123
+ - Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
124
+
125
+ ### ❤️ Contributors
126
+
127
+ - Behon Baker <behon.baker@yahoo.com>
128
+
129
+ ## v0.0.13
130
+
131
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
132
+
133
+ ### 🏡 Chore
134
+
135
+ - Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
136
+ - Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
137
+
138
+ ### ❤️ Contributors
139
+
140
+ - Behon Baker <behon.baker@yahoo.com>
141
+
142
+ ## v0.0.12
143
+
144
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
145
+
146
+ ### 🏡 Chore
147
+
148
+ - **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
149
+ - Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
150
+
151
+ ### ❤️ Contributors
152
+
153
+ - Behon Baker <behon.baker@yahoo.com>
154
+
155
+ ## v0.0.11
156
+
157
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
158
+
159
+ ### 🚀 Enhancements
160
+
161
+ - **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
162
+
163
+ ### 💅 Refactors
164
+
165
+ - **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
166
+
167
+ ### 🏡 Chore
168
+
169
+ - **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
170
+ - **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
171
+
172
+ ### ❤️ Contributors
173
+
174
+ - Behon Baker <behon.baker@yahoo.com>
175
+
176
+ ## v0.0.10
177
+
178
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
179
+
180
+ ### 🚀 Enhancements
181
+
182
+ - Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
183
+
184
+ ### 📖 Documentation
185
+
186
+ - Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
187
+
188
+ ### 📦 Build
189
+
190
+ - Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
191
+
192
+ ### 🏡 Chore
193
+
194
+ - Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
195
+
196
+ ### ❤️ Contributors
197
+
198
+ - Behon Baker <behon.baker@yahoo.com>
199
+
200
+ ## v0.0.9
201
+
202
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
203
+
204
+ ### 🩹 Fixes
205
+
206
+ - Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
207
+
208
+ ### ❤️ Contributors
209
+
210
+ - Behon Baker <behon.baker@yahoo.com>
211
+
212
+ ## v0.0.8
213
+
214
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
215
+
216
+ ### 🚀 Enhancements
217
+
218
+ - Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
219
+
220
+ ### ✅ Tests
221
+
222
+ - **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
223
+ - **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
224
+
225
+ ### ❤️ Contributors
226
+
227
+ - Behon Baker <behon.baker@yahoo.com>
228
+
229
+ ## v0.0.7
230
+
231
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
232
+
233
+ ### 🏡 Chore
234
+
235
+ - Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
236
+ - Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
237
+ - Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
238
+
239
+ ### ❤️ Contributors
240
+
241
+ - BayBreezy <behon.baker@yahoo.com>
242
+
243
+ ## v0.0.6
244
+
245
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
246
+
247
+ ### 🚀 Enhancements
248
+
249
+ - Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
250
+ - Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
251
+
252
+ ### 🏡 Chore
253
+
254
+ - Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
255
+ - Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
256
+ - Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
257
+ - Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
258
+
259
+ ### ❤️ Contributors
260
+
261
+ - Behon Baker <behon.baker@yahoo.com>
262
+
263
+ ## v0.0.5
264
+
265
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
266
+
267
+ ### 🏡 Chore
268
+
269
+ - Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
270
+ - Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
271
+ - Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
272
+ - Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
273
+
274
+ ### ❤️ Contributors
275
+
276
+ - Behon Baker <behon.baker@yahoo.com>
277
+
278
+ ## v0.0.3
279
+
280
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
281
+
282
+ ### 🏡 Chore
283
+
284
+ - Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
285
+ - Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
286
+ - Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
287
+
288
+ ### ❤️ Contributors
289
+
290
+ - Behon Baker <behon.baker@yahoo.com>
291
+
292
+ ## v0.0.2
293
+
294
+ ### 🏡 Chore
295
+
296
+ - Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
297
+ - Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
298
+
299
+ ### ❤️ Contributors
300
+
301
+ - Behon Baker <behon.baker@yahoo.com>