@modern-js/plugin-tailwindcss 2.7.0 → 2.8.0
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 +15 -0
- package/README.md +2 -2
- package/dist/cjs/design-token/cli/index.js +3 -3
- package/dist/esm-node/design-token/cli/index.js +3 -3
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @modern-js/plugin-tailwindcss
|
2
2
|
|
3
|
+
## 2.8.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [3ef832741b]
|
8
|
+
- Updated dependencies [9330022f4e]
|
9
|
+
- Updated dependencies [1104a9f18b]
|
10
|
+
- Updated dependencies [40747e6fdd]
|
11
|
+
- Updated dependencies [58a1fc64da]
|
12
|
+
- Updated dependencies [4cfea8ce49]
|
13
|
+
- Updated dependencies [1f6ca2c7fb]
|
14
|
+
- Updated dependencies [9c9ebba6f2]
|
15
|
+
- @modern-js/runtime@2.8.0
|
16
|
+
- @modern-js/utils@2.8.0
|
17
|
+
|
3
18
|
## 2.7.0
|
4
19
|
|
5
20
|
### Patch Changes
|
package/README.md
CHANGED
@@ -19,8 +19,8 @@ Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-sta
|
|
19
19
|
|
20
20
|
## Contributing
|
21
21
|
|
22
|
-
Please read the [Contributing Guide](https://github.com/
|
22
|
+
Please read the [Contributing Guide](https://github.com/web-infra-dev/modern.js/blob/main/CONTRIBUTING.md).
|
23
23
|
|
24
24
|
## License
|
25
25
|
|
26
|
-
Modern.js is [MIT licensed](https://github.com/
|
26
|
+
Modern.js is [MIT licensed](https://github.com/web-infra-dev/modern.js/blob/main/LICENSE).
|
@@ -53,9 +53,9 @@ var cli_default = ({ pluginName } = { pluginName: "@modern-js/plugin-tailwindcss
|
|
53
53
|
},
|
54
54
|
tools: {
|
55
55
|
// TODO: support less、scss、css vars
|
56
|
-
// less: https://github.com/
|
57
|
-
// sass: https://github.com/
|
58
|
-
// postcss: https://github.com/
|
56
|
+
// less: https://github.com/web-infra-dev/modern.js/pull/398/files#diff-f77c749e403fbf1fb676d5687bef3d7138a230331c849298d8afaff9b6afbc3dR166
|
57
|
+
// sass: https://github.com/web-infra-dev/modern.js/pull/398/files#diff-f77c749e403fbf1fb676d5687bef3d7138a230331c849298d8afaff9b6afbc3dR229
|
58
|
+
// postcss: https://github.com/web-infra-dev/modern.js/pull/398/files#diff-f77c749e403fbf1fb676d5687bef3d7138a230331c849298d8afaff9b6afbc3dR281
|
59
59
|
}
|
60
60
|
};
|
61
61
|
},
|
@@ -35,9 +35,9 @@ var cli_default = ({ pluginName } = { pluginName: "@modern-js/plugin-tailwindcss
|
|
35
35
|
},
|
36
36
|
tools: {
|
37
37
|
// TODO: support less、scss、css vars
|
38
|
-
// less: https://github.com/
|
39
|
-
// sass: https://github.com/
|
40
|
-
// postcss: https://github.com/
|
38
|
+
// less: https://github.com/web-infra-dev/modern.js/pull/398/files#diff-f77c749e403fbf1fb676d5687bef3d7138a230331c849298d8afaff9b6afbc3dR166
|
39
|
+
// sass: https://github.com/web-infra-dev/modern.js/pull/398/files#diff-f77c749e403fbf1fb676d5687bef3d7138a230331c849298d8afaff9b6afbc3dR229
|
40
|
+
// postcss: https://github.com/web-infra-dev/modern.js/pull/398/files#diff-f77c749e403fbf1fb676d5687bef3d7138a230331c849298d8afaff9b6afbc3dR281
|
41
41
|
}
|
42
42
|
};
|
43
43
|
},
|
package/package.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
"name": "@modern-js/plugin-tailwindcss",
|
3
3
|
"description": "A Progressive React Framework for modern web development.",
|
4
4
|
"homepage": "https://modernjs.dev",
|
5
|
-
"bugs": "https://github.com/
|
6
|
-
"repository": "
|
5
|
+
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
|
6
|
+
"repository": "web-infra-dev/modern.js",
|
7
7
|
"license": "MIT",
|
8
8
|
"keywords": [
|
9
9
|
"react",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.
|
14
|
+
"version": "2.8.0",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/types/index.d.ts",
|
17
17
|
"main": "./dist/cjs/index.js",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"@babel/runtime": "^7.18.0",
|
46
46
|
"babel-plugin-macros": "3.1.0",
|
47
47
|
"hoist-non-react-statics": "^3.3.2",
|
48
|
-
"@modern-js/utils": "2.
|
48
|
+
"@modern-js/utils": "2.8.0"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@types/jest": "^27",
|
@@ -55,17 +55,17 @@
|
|
55
55
|
"jest": "^27",
|
56
56
|
"react": "^18",
|
57
57
|
"postcss": "8.4.21",
|
58
|
-
"@modern-js/core": "2.
|
59
|
-
"@modern-js/module-tools": "2.
|
60
|
-
"@modern-js/runtime": "2.
|
61
|
-
"@modern-js/types": "2.
|
62
|
-
"@scripts/build": "2.
|
63
|
-
"@modern-js/app-tools": "2.
|
64
|
-
"@scripts/jest-config": "2.
|
58
|
+
"@modern-js/core": "2.8.0",
|
59
|
+
"@modern-js/module-tools": "2.8.0",
|
60
|
+
"@modern-js/runtime": "2.8.0",
|
61
|
+
"@modern-js/types": "2.8.0",
|
62
|
+
"@scripts/build": "2.8.0",
|
63
|
+
"@modern-js/app-tools": "2.8.0",
|
64
|
+
"@scripts/jest-config": "2.8.0"
|
65
65
|
},
|
66
66
|
"peerDependencies": {
|
67
67
|
"tailwindcss": ">= 2.0.0 || >= 3.0.0",
|
68
|
-
"@modern-js/runtime": "^2.
|
68
|
+
"@modern-js/runtime": "^2.8.0"
|
69
69
|
},
|
70
70
|
"peerDependenciesMeta": {
|
71
71
|
"@modern-js/runtime": {
|