@spark-ui/badge 1.1.0-colours.0 → 2.0.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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/badge",
3
- "version": "1.1.0-colours.0",
3
+ "version": "2.0.0",
4
4
  "description": "Badge component is a visual indicator for numeric values such as tallies and scores.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,13 +17,14 @@
17
17
  "directory": "packages/components/badge"
18
18
  },
19
19
  "dependencies": {
20
- "@spark-ui/internal-utils": "colours",
20
+ "@spark-ui/internal-utils": "^2.0.0",
21
21
  "class-variance-authority": "0.5.2"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "^16.8 || ^17.0 || ^18.0",
25
25
  "react-dom": "^16.8 || ^17.0 || ^18.0",
26
- "tailwindcss": "^3.0.0"
26
+ "tailwindcss": "^3.0.0",
27
+ "@spark-ui/theme-utils": "^3.0.0"
27
28
  },
28
29
  "bugs": {
29
30
  "url": "https://github.com/adevinta/spark/issues"