@spark-ui/tailwind-plugins 9.3.5 → 9.3.7
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 +323 -315
- package/LICENSE.md +2 -2
- package/README.md +4 -4
- package/package.json +5 -5
package/LICENSE.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
|
-
Copyright (c)
|
3
|
+
Copyright (c) Leboncoin.
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
> @spark-ui/tailwind-plugins
|
4
4
|
|
5
5
|
[](https://sparkui.vercel.app/?path=/docs/utils-tailwind-plugins-index--docs)
|
6
|
-
[](https://github.com/
|
6
|
+
[](https://github.com/leboncoin/spark-web/issues/new?&projects=4&template=bug-report.yml&assignees=&labels=util,tailwind-plugins)
|
7
7
|
[](https://www.npmjs.com/package/@spark-ui/tailwind-plugins)
|
8
8
|
|
9
|
-
This package is part of the [`@spark-ui`](https://github.com/
|
9
|
+
This package is part of the [`@spark-ui`](https://github.com/leboncoin/spark-web) react-js user interface component library project.
|
10
10
|
|
11
|
-
[](https://github.com/
|
11
|
+
[](https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Autil+label%3Atailwind-plugins)
|
12
|
+
[](https://github.com/leboncoin/spark-web/blob/main/packages/utils/tailwind-plugins/LICENSE.md)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/tailwind-plugins",
|
3
|
-
"version": "9.3.
|
3
|
+
"version": "9.3.7",
|
4
4
|
"description": "Spark Tailwind plugins",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -15,7 +15,7 @@
|
|
15
15
|
],
|
16
16
|
"main": "index.js",
|
17
17
|
"dependencies": {
|
18
|
-
"@spark-ui/theme-utils": "^9.3.
|
18
|
+
"@spark-ui/theme-utils": "^9.3.7",
|
19
19
|
"tailwindcss-radix": "2.9.0"
|
20
20
|
},
|
21
21
|
"peerDependencies": {
|
@@ -23,7 +23,7 @@
|
|
23
23
|
},
|
24
24
|
"repository": {
|
25
25
|
"type": "git",
|
26
|
-
"url": "https://github.com/
|
26
|
+
"url": "https://github.com/leboncoin/spark-web.git",
|
27
27
|
"directory": "packages/utils/tailwind-plugins"
|
28
28
|
},
|
29
29
|
"config": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
"category": "tailwind-plugins"
|
32
32
|
},
|
33
33
|
"bugs": {
|
34
|
-
"url": "https://github.com/
|
34
|
+
"url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Autility+label%3Atailwind-plugins"
|
35
35
|
},
|
36
36
|
"homepage": "https://sparkui.vercel.app",
|
37
37
|
"license": "MIT",
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "4c3093eec80756beeb392f870447835ce05a145b"
|
39
39
|
}
|