@stack-dev/react-css 0.1.0 â 0.1.2
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 +90 -99
- package/CHANGELOG.md +13 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,99 +1,90 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[34mCLI[39m
|
|
25
|
-
[34mCLI[39m
|
|
26
|
-
[34mCLI[39m tsup
|
|
27
|
-
[34mCLI[39m
|
|
28
|
-
[34mCLI[39m
|
|
29
|
-
[
|
|
30
|
-
[
|
|
31
|
-
[
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
[
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
[
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
[
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
[
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
[
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
[32mCJS[39m [1mdist/index.js [22m[32m1.03 KB[39m
|
|
93
|
-
[32mCJS[39m âĦï¸ Build success in 76ms
|
|
94
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m572.00 B[39m
|
|
95
|
-
[32mESM[39m âĦï¸ Build success in 75ms
|
|
96
|
-
DTS Build start
|
|
97
|
-
DTS âĦï¸ Build success in 1108ms
|
|
98
|
-
DTS dist/index.d.ts 215.00 B
|
|
99
|
-
DTS dist/index.d.mts 215.00 B
|
|
1
|
+
|
|
2
|
+
> @stack-dev/react-css@0.1.2 build /home/runner/work/stack-dev/stack-dev/packages/react-css
|
|
3
|
+
> tsup
|
|
4
|
+
|
|
5
|
+
â² [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
6
|
+
|
|
7
|
+
package.json:13:6:
|
|
8
|
+
13 â "types": "./dist/index.d.ts"
|
|
9
|
+
âµ ~~~~~~~
|
|
10
|
+
|
|
11
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
12
|
+
|
|
13
|
+
package.json:11:6:
|
|
14
|
+
11 â "import": "./dist/index.mjs",
|
|
15
|
+
âµ ~~~~~~~~
|
|
16
|
+
|
|
17
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
18
|
+
|
|
19
|
+
package.json:12:6:
|
|
20
|
+
12 â "require": "./dist/index.js",
|
|
21
|
+
âµ ~~~~~~~~~
|
|
22
|
+
|
|
23
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
24
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
25
|
+
[34mCLI[39m tsup v8.5.1
|
|
26
|
+
[34mCLI[39m Using tsup config: /home/runner/work/stack-dev/stack-dev/packages/react-css/tsup.config.ts
|
|
27
|
+
[34mCLI[39m Target: esnext
|
|
28
|
+
[34mCLI[39m Cleaning output folder
|
|
29
|
+
[34mCJS[39m Build start
|
|
30
|
+
[34mESM[39m Build start
|
|
31
|
+
[warn] [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json]
|
|
32
|
+
|
|
33
|
+
package.json:13:6:
|
|
34
|
+
[37m 13 â [32m"types"[37m: "./dist/index.d.ts"
|
|
35
|
+
âµ [32m~~~~~~~[0m
|
|
36
|
+
|
|
37
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
38
|
+
|
|
39
|
+
package.json:11:6:
|
|
40
|
+
[37m 11 â [32m"import"[37m: "./dist/index.mjs",
|
|
41
|
+
âµ [32m~~~~~~~~[0m
|
|
42
|
+
|
|
43
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
44
|
+
|
|
45
|
+
package.json:12:6:
|
|
46
|
+
[37m 12 â [32m"require"[37m: "./dist/index.js",
|
|
47
|
+
âµ [32m~~~~~~~~~[0m
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
[warn] [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mImport "styledButton" will always be undefined because the file "src/button.module.css" has no exports[0m [import-is-undefined]
|
|
51
|
+
|
|
52
|
+
src/button.tsx:7:30:
|
|
53
|
+
[37m 7 â <button className={styles.[32mstyledButton[37m} {...props}>
|
|
54
|
+
âµ [32m~~~~~~~~~~~~[0m
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
[32mCJS[39m [1mdist/index.js [22m[32m1.03 KB[39m
|
|
58
|
+
[32mCJS[39m âĦï¸ Build success in 70ms
|
|
59
|
+
[warn] [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json]
|
|
60
|
+
|
|
61
|
+
package.json:13:6:
|
|
62
|
+
[37m 13 â [32m"types"[37m: "./dist/index.d.ts"
|
|
63
|
+
âµ [32m~~~~~~~[0m
|
|
64
|
+
|
|
65
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
66
|
+
|
|
67
|
+
package.json:11:6:
|
|
68
|
+
[37m 11 â [32m"import"[37m: "./dist/index.mjs",
|
|
69
|
+
âµ [32m~~~~~~~~[0m
|
|
70
|
+
|
|
71
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
72
|
+
|
|
73
|
+
package.json:12:6:
|
|
74
|
+
[37m 12 â [32m"require"[37m: "./dist/index.js",
|
|
75
|
+
âµ [32m~~~~~~~~~[0m
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
[warn] [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mImport "styledButton" will always be undefined because the file "src/button.module.css" has no exports[0m [import-is-undefined]
|
|
79
|
+
|
|
80
|
+
src/button.tsx:7:30:
|
|
81
|
+
[37m 7 â <button className={styles.[32mstyledButton[37m} {...props}>
|
|
82
|
+
âµ [32m~~~~~~~~~~~~[0m
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m572.00 B[39m
|
|
86
|
+
[32mESM[39m âĦï¸ Build success in 71ms
|
|
87
|
+
[34mDTS[39m Build start
|
|
88
|
+
[32mDTS[39m âĦï¸ Build success in 1879ms
|
|
89
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m215.00 B[39m
|
|
90
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m215.00 B[39m
|
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-dev/react-css",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"react-dom": "^18.3.1",
|
|
34
34
|
"tsup": "^8.0.0",
|
|
35
35
|
"vitest": "^3.2.4",
|
|
36
|
-
"@stack-dev/
|
|
37
|
-
"@stack-dev/
|
|
38
|
-
"@stack-dev/
|
|
36
|
+
"@stack-dev/eslint-config": "0.1.2",
|
|
37
|
+
"@stack-dev/prettier-config": "0.1.2",
|
|
38
|
+
"@stack-dev/typescript-config": "0.1.2"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": [
|
|
41
41
|
"**/*.css"
|