ui-thing 0.0.7 → 0.0.9
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 +86 -57
- package/dist/index.d.ts +0 -0
- package/dist/index.js +4016 -3839
- package/dist/index.js.map +1 -1
- package/package.json +3 -5
- package/src/commands/add.ts +285 -285
- package/src/comp.ts +2287 -2261
- package/tests/templates/css.test.ts +34 -0
- package/tests/utils/addPrettierConfig.test.ts +71 -71
- package/tests/utils/compareUIConfig.test.ts +60 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,75 +1,104 @@
|
|
|
1
|
-
# Changelog
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.0.9
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
### 🩹 Fixes
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
10
|
-
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
11
|
-
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
12
|
-
|
|
13
|
-
### ❤️ Contributors
|
|
14
|
-
|
|
15
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
16
|
-
|
|
17
|
-
## v0.0.6
|
|
18
|
-
|
|
19
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
20
|
-
|
|
21
|
-
### 🚀 Enhancements
|
|
22
|
-
|
|
23
|
-
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
24
|
-
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
25
|
-
|
|
26
|
-
### 🏡 Chore
|
|
27
|
-
|
|
28
|
-
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
29
|
-
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
30
|
-
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
31
|
-
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
9
|
+
- Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
|
|
32
10
|
|
|
33
11
|
### ❤️ Contributors
|
|
34
12
|
|
|
35
13
|
- Behon Baker <behon.baker@yahoo.com>
|
|
36
14
|
|
|
37
|
-
## v0.0.
|
|
38
|
-
|
|
39
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
15
|
+
## v0.0.8
|
|
40
16
|
|
|
41
|
-
|
|
17
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
|
|
42
18
|
|
|
43
|
-
|
|
44
|
-
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
45
|
-
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
46
|
-
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
47
|
-
|
|
48
|
-
### ❤️ Contributors
|
|
49
|
-
|
|
50
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
51
|
-
|
|
52
|
-
## v0.0.3
|
|
19
|
+
### 🚀 Enhancements
|
|
53
20
|
|
|
54
|
-
[
|
|
21
|
+
- Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
|
|
55
22
|
|
|
56
|
-
###
|
|
23
|
+
### ✅ Tests
|
|
57
24
|
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
25
|
+
- **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
|
|
26
|
+
- **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
|
|
61
27
|
|
|
62
28
|
### ❤️ Contributors
|
|
63
29
|
|
|
64
30
|
- Behon Baker <behon.baker@yahoo.com>
|
|
65
31
|
|
|
66
|
-
## v0.0.
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
32
|
+
## v0.0.7
|
|
33
|
+
|
|
34
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
|
|
35
|
+
|
|
36
|
+
### 🏡 Chore
|
|
37
|
+
|
|
38
|
+
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
39
|
+
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
40
|
+
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
41
|
+
|
|
42
|
+
### ❤️ Contributors
|
|
43
|
+
|
|
44
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
45
|
+
|
|
46
|
+
## v0.0.6
|
|
47
|
+
|
|
48
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
49
|
+
|
|
50
|
+
### 🚀 Enhancements
|
|
51
|
+
|
|
52
|
+
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
53
|
+
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
54
|
+
|
|
55
|
+
### 🏡 Chore
|
|
56
|
+
|
|
57
|
+
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
58
|
+
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
59
|
+
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
60
|
+
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
61
|
+
|
|
62
|
+
### ❤️ Contributors
|
|
63
|
+
|
|
64
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
65
|
+
|
|
66
|
+
## v0.0.5
|
|
67
|
+
|
|
68
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
69
|
+
|
|
70
|
+
### 🏡 Chore
|
|
71
|
+
|
|
72
|
+
- Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
|
|
73
|
+
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
74
|
+
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
75
|
+
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
76
|
+
|
|
77
|
+
### ❤️ Contributors
|
|
78
|
+
|
|
79
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
80
|
+
|
|
81
|
+
## v0.0.3
|
|
82
|
+
|
|
83
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
|
|
84
|
+
|
|
85
|
+
### 🏡 Chore
|
|
86
|
+
|
|
87
|
+
- Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
|
|
88
|
+
- Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
|
|
89
|
+
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
90
|
+
|
|
91
|
+
### ❤️ Contributors
|
|
92
|
+
|
|
93
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
94
|
+
|
|
95
|
+
## v0.0.2
|
|
96
|
+
|
|
97
|
+
### 🏡 Chore
|
|
98
|
+
|
|
99
|
+
- Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
|
|
100
|
+
- Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
|
|
101
|
+
|
|
102
|
+
### ❤️ Contributors
|
|
103
|
+
|
|
104
|
+
- Behon Baker <behon.baker@yahoo.com>
|
package/dist/index.d.ts
CHANGED
|
File without changes
|