@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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) Adevinta ASA.
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
  [![storybook](https://img.shields.io/badge/storybook-black?logo=storybook)](https://sparkui.vercel.app/?path=/docs/utils-tailwind-plugins-index--docs)
6
- [![issue](https://img.shields.io/badge/report%20a%20bug-black?logo=openbugbounty&logoColor=red)](https://github.com/adevinta/spark/issues/new?&projects=4&template=bug-report.yml&assignees=&labels=util,tailwind-plugins)
6
+ [![issue](https://img.shields.io/badge/report%20a%20bug-black?logo=openbugbounty&logoColor=red)](https://github.com/leboncoin/spark-web/issues/new?&projects=4&template=bug-report.yml&assignees=&labels=util,tailwind-plugins)
7
7
  [![npm](https://img.shields.io/npm/dt/%40spark-ui/tailwind-plugins?logo=npm&labelColor=black)](https://www.npmjs.com/package/@spark-ui/tailwind-plugins)
8
8
 
9
- This package is part of the [`@spark-ui`](https://github.com/adevinta/spark) react-js user interface component library project.
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
- [![Issues open](https://img.shields.io/github/issues-search/adevinta/spark?query=is%3Aopen%20label%3Autil%20label%3Atailwind-plugins&logo=openbugbounty&logoColor=red&label=issues%20open&color=red)](https://github.com/adevinta/spark/issues?q=is%3Aopen+label%3Autil+label%3Atailwind-plugins)
12
- [![NPM](https://img.shields.io/npm/l/%40spark-ui%2Ftailwind-plugins)](https://github.com/adevinta/spark/blob/main/packages/utils/tailwind-plugins/LICENSE.md)
11
+ [![Issues open](https://img.shields.io/github/issues-search/leboncoin/spark-web?query=is%3Aopen%20label%3Autil%20label%3Atailwind-plugins&logo=openbugbounty&logoColor=red&label=issues%20open&color=red)](https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Autil+label%3Atailwind-plugins)
12
+ [![NPM](https://img.shields.io/npm/l/%40spark-ui%2Ftailwind-plugins)](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.5",
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.5",
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/adevinta/spark.git",
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/adevinta/spark/issues?q=is%3Aopen+label%3Autility+label%3Atailwind-plugins"
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": "7c91767d9ee7b307c36f50ebc72ecce0405a771c"
38
+ "gitHead": "4c3093eec80756beeb392f870447835ce05a145b"
39
39
  }