@upstart.gg/style-system 0.0.136 → 0.0.137
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/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +6 -0
- package/package.json +13 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @upstart.gg/style-system@0.0.
|
|
2
|
+
> @upstart.gg/style-system@0.0.137 build /home/runner/work/upstart/upstart/packages/style-system
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/colors.ts, src/system.ts, src/twind-config.ts, src/twind-node.ts, src/twind-ssr.ts, src/twind.ts
|
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[32mESM[39m [1mdist/colors.js [22m[32m115.00 B[39m
|
|
13
|
+
[32mESM[39m [1mdist/system.js [22m[32m321.00 B[39m
|
|
13
14
|
[32mESM[39m [1mdist/twind-node.js [22m[32m169.00 B[39m
|
|
14
15
|
[32mESM[39m [1mdist/twind-ssr.js [22m[32m167.00 B[39m
|
|
15
|
-
[32mESM[39m [1mdist/system.js [22m[32m321.00 B[39m
|
|
16
16
|
[32mESM[39m [1mdist/twind.js [22m[32m1.88 KB[39m
|
|
17
17
|
[32mESM[39m [1mdist/chunk-MFGU3BAA.js [22m[32m13.74 KB[39m
|
|
18
18
|
[32mESM[39m [1mdist/chunk-JA3MEJAB.js [22m[32m9.82 KB[39m
|
|
19
19
|
[32mESM[39m [1mdist/twind-config.js [22m[32m178.00 B[39m
|
|
20
20
|
[32mESM[39m [1mdist/colors.js.map [22m[32m71.00 B[39m
|
|
21
|
-
[32mESM[39m [1mdist/twind-node.js.map [22m[32m207.00 B[39m
|
|
22
|
-
[32mESM[39m [1mdist/twind-ssr.js.map [22m[32m206.00 B[39m
|
|
23
21
|
[32mESM[39m [1mdist/system.js.map [22m[32m423.00 B[39m
|
|
22
|
+
[32mESM[39m [1mdist/twind-node.js.map [22m[32m207.00 B[39m
|
|
24
23
|
[32mESM[39m [1mdist/twind.js.map [22m[32m3.02 KB[39m
|
|
24
|
+
[32mESM[39m [1mdist/twind-ssr.js.map [22m[32m206.00 B[39m
|
|
25
25
|
[32mESM[39m [1mdist/chunk-MFGU3BAA.js.map [22m[32m23.05 KB[39m
|
|
26
26
|
[32mESM[39m [1mdist/chunk-JA3MEJAB.js.map [22m[32m15.19 KB[39m
|
|
27
27
|
[32mESM[39m [1mdist/twind-config.js.map [22m[32m71.00 B[39m
|
|
28
28
|
[32mESM[39m ⚡️ Build success in 19ms
|
|
29
29
|
[34mDTS[39m Build start
|
|
30
|
-
[32mDTS[39m ⚡️ Build success in
|
|
30
|
+
[32mDTS[39m ⚡️ Build success in 3048ms
|
|
31
31
|
[32mDTS[39m [1mdist/system.d.ts [22m[32m361.00 B[39m
|
|
32
32
|
[32mDTS[39m [1mdist/colors.d.ts [22m[32m5.90 KB[39m
|
|
33
33
|
[32mDTS[39m [1mdist/twind-config.d.ts [22m[32m532.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @upstart.gg/style-system
|
|
2
2
|
|
|
3
|
+
## 0.0.137
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#475](https://github.com/upstart-gg/upstart/pull/475) [`95512c4`](https://github.com/upstart-gg/upstart/commit/95512c4c999a67d1268242c1072a42f09960012b) Thanks [@mattallty](https://github.com/mattallty)! - More improvements
|
|
8
|
+
|
|
3
9
|
## 0.0.136
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upstart.gg/style-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.137",
|
|
4
4
|
"description": "Base tailwindcss setup with some extra plugins as well as colors and editor styles",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -12,7 +12,18 @@
|
|
|
12
12
|
"import": "./dist/*.js"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/upstart-gg/upstart.git",
|
|
18
|
+
"directory": "packages/style-system"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"twind",
|
|
22
|
+
"css",
|
|
23
|
+
"react",
|
|
24
|
+
"design-system",
|
|
25
|
+
"upstart"
|
|
26
|
+
],
|
|
16
27
|
"author": "Matthias Etienne",
|
|
17
28
|
"license": "AGPL-3.0-only",
|
|
18
29
|
"dependencies": {
|