@spark-ui/badge 2.0.10 → 2.1.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 CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.1.0](https://github.com/adevinta/spark/compare/@spark-ui/badge@2.0.11...@spark-ui/badge@2.1.0) (2023-09-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **badge:** doc ([29533f1](https://github.com/adevinta/spark/commit/29533f1dd67b93148d18675942a5053530dc583a))
11
+
12
+ ### Features
13
+
14
+ - **badge:** doc ([0d97cc2](https://github.com/adevinta/spark/commit/0d97cc2744e438cd1aa3bd614c971108d431303c))
15
+
16
+ ## [2.0.11](https://github.com/adevinta/spark/compare/@spark-ui/badge@2.0.10...@spark-ui/badge@2.0.11) (2023-09-14)
17
+
18
+ ### Bug Fixes
19
+
20
+ - **badge:** meta-tags ([ebfc245](https://github.com/adevinta/spark/commit/ebfc245e358f80bc791240b075197ae00045b6a2))
21
+
6
22
  ## [2.0.10](https://github.com/adevinta/spark/compare/@spark-ui/badge@2.0.9...@spark-ui/badge@2.0.10) (2023-09-04)
7
23
 
8
24
  **Note:** Version bump only for package @spark-ui/badge
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # Badge
2
+ > @spark-ui/badge
3
+
4
+ ![storybook](https://img.shields.io/badge/storybook-black?logo=storybook&link=https%3A%2F%2Fsparkui.vercel.app%2F%3Fpath%3D%2Fdocs%2Fcomponents-badge--docs)
5
+ ![documentation](https://img.shields.io/badge/documentation-black?logo=googledocs&link=https%3A%2F%2Fsparkui-adv.vercel.app%2Fdocs%2Fcomponents%2Fbadge)
6
+ ![issue](https://img.shields.io/badge/report%20a%20bug-black?logo=openbugbounty&logoColor=red&link=https%3A%2F%2Fgithub.com%2Fadevinta%2Fspark%2Fissues%2Fnew%3F%26projects%3D4%26template%3Dbug-report.yml%26assignees%3D%26labels%3Dcomponent%2Cbadge)
7
+ ![npm](https://img.shields.io/npm/dt/%40spark-ui/badge?logo=npm&labelColor=black&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40spark-ui%2Fbadge)
8
+
9
+
10
+ This package is part of the [`@spark-ui`](https://github.com/adevinta/spark) react-js user interface component library project.
11
+
12
+ ![Issues open](https://img.shields.io/github/issues-search/adevinta/spark?query=is%3Aopen%20label%3Acomponent%20label%3Abadge&logo=openbugbounty&logoColor=red&label=issues%20open&color=red&link=https%3A%2F%2Fgithub.com%2Fadevinta%2Fspark%2Fissues%3Fq%3Dis%253Aopen%2Blabel%253Acomponent%2Blabel%253Abadge)
13
+ ![NPM](https://img.shields.io/npm/l/%40spark-ui%2Fbadge)
@@ -153,7 +153,7 @@
153
153
  },
154
154
  "overflowCount": {
155
155
  "defaultValue": {
156
- "value": "99"
156
+ "value": 99
157
157
  },
158
158
  "description": "Maximum numeric value to be dispayed as a count value.",
159
159
  "name": "overflowCount",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/badge",
3
- "version": "2.0.10",
3
+ "version": "2.1.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"
@@ -24,11 +24,18 @@
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "git@github.com:adevinta/spark.git",
27
+ "url": "https://github.com/adevinta/spark.git",
28
28
  "directory": "packages/components/badge"
29
29
  },
30
+ "config": {
31
+ "title": "badge",
32
+ "category": "components"
33
+ },
34
+ "bugs": {
35
+ "url": "https://github.com/adevinta/spark/issues?q=is%3Aopen+label%3Acomponent+label%3Abadge"
36
+ },
30
37
  "dependencies": {
31
- "@spark-ui/internal-utils": "^2.1.2",
38
+ "@spark-ui/internal-utils": "^2.2.0",
32
39
  "class-variance-authority": "0.7.0"
33
40
  },
34
41
  "peerDependencies": {
@@ -37,10 +44,7 @@
37
44
  "react-dom": "^16.8 || ^17.0 || ^18.0",
38
45
  "tailwindcss": "^3.0.0"
39
46
  },
40
- "bugs": {
41
- "url": "https://github.com/adevinta/spark/issues"
42
- },
43
47
  "homepage": "https://sparkui.vercel.app",
44
48
  "license": "MIT",
45
- "gitHead": "e98a5abd16667218cead4b366bb0e69435d7f8ed"
49
+ "gitHead": "60a8f00aef92177084ac744bc4fd56ef13bc9948"
46
50
  }
File without changes