@spark-ui/badge 2.1.9 → 5.0.1
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 +42 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,48 @@
|
|
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
|
+
## [5.0.1](https://github.com/adevinta/spark/compare/v5.0.0...v5.0.1) (2024-07-18)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @spark-ui/badge
|
9
|
+
|
10
|
+
# 5.0.0 (2024-07-18)
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
- **badge:** apply some new agreements like for the aria-label ([8cd2b72](https://github.com/adevinta/spark/commit/8cd2b72d632e2f4ea6884cda9b4a114e2bed62f7))
|
15
|
+
- **badge:** badge outline now utilizes "surface" token ([79feadf](https://github.com/adevinta/spark/commit/79feadf159e93a2d26703108fec915d0a09ff6a5)), closes [#1906](https://github.com/adevinta/spark/issues/1906)
|
16
|
+
- **badge:** border-box ([15d41ff](https://github.com/adevinta/spark/commit/15d41ffd56f62360301647ead953b3a157976cd4))
|
17
|
+
- **badge:** change rings for borders ([cd7911b](https://github.com/adevinta/spark/commit/cd7911be77457f8adaf8e4591d6b38b41e1b855a))
|
18
|
+
- **badge:** do not display outline when badge is standalone ([62a4c0f](https://github.com/adevinta/spark/commit/62a4c0fb4706ad098ff4d798fdb5d7566042a170))
|
19
|
+
- **badge:** doc ([b649238](https://github.com/adevinta/spark/commit/b64923806799065834e5d9ab4b056c6842c2afb5))
|
20
|
+
- **badge:** doc ([29533f1](https://github.com/adevinta/spark/commit/29533f1dd67b93148d18675942a5053530dc583a))
|
21
|
+
- **badge:** fix badge size on empty content ([3f12094](https://github.com/adevinta/spark/commit/3f12094ba630517bc27f3b104ae69f8bb845064b))
|
22
|
+
- **badge:** fix deps ([824d1ce](https://github.com/adevinta/spark/commit/824d1ce33ce7519c7c1dd5b49f5c55e18d58b896))
|
23
|
+
- **badge:** fix types ([71ddf42](https://github.com/adevinta/spark/commit/71ddf42c786c142441cb6b35c49f8932ffa2f113))
|
24
|
+
- **badge:** fix types ([3a71a7f](https://github.com/adevinta/spark/commit/3a71a7f5528801be78424fcac9245475f3ac2c1e))
|
25
|
+
- **badge:** fix types ([9ba5b3b](https://github.com/adevinta/spark/commit/9ba5b3b3956b7632034703ad98f1acbcd2504b30))
|
26
|
+
- **badge:** meta-tags ([ebfc245](https://github.com/adevinta/spark/commit/ebfc245e358f80bc791240b075197ae00045b6a2))
|
27
|
+
- **badge:** pass classname prop ([b72f4a7](https://github.com/adevinta/spark/commit/b72f4a7331ae245782c8b3ad06deda5fc13a9e07))
|
28
|
+
- force new release to all packages ([d7f5136](https://github.com/adevinta/spark/commit/d7f513698cf48dd9c102fafaeb336096818c6b2b))
|
29
|
+
- packages deps ([3543766](https://github.com/adevinta/spark/commit/354376668ebb773d8efa553ce7f5ef1ecad42416))
|
30
|
+
|
31
|
+
### Features
|
32
|
+
|
33
|
+
- **badge:** adapt styles to design specs ([e7ffded](https://github.com/adevinta/spark/commit/e7ffded6231272f383d74ab5e06a80c2f6535e12))
|
34
|
+
- **badge:** add code suggestions ([266f99f](https://github.com/adevinta/spark/commit/266f99f716a93c11007af4b56a941576203ff500))
|
35
|
+
- **badge:** add first changes ([45ffb3d](https://github.com/adevinta/spark/commit/45ffb3d75f49a7becc0a7f05809e27e4d1d00729))
|
36
|
+
- **badge:** apply code suggestions and fixes ([7675009](https://github.com/adevinta/spark/commit/7675009488c89c30fce01241c480901d115a4245))
|
37
|
+
- **badge:** apply final intents ([bb5963a](https://github.com/adevinta/spark/commit/bb5963a5845b4b29aa19ec0bfc0696521ff8f31f))
|
38
|
+
- **badge:** doc ([0d97cc2](https://github.com/adevinta/spark/commit/0d97cc2744e438cd1aa3bd614c971108d431303c))
|
39
|
+
- **badge:** implement accessibility specs ([0875116](https://github.com/adevinta/spark/commit/087511607515c13bafeac0affc365395d7e34c64))
|
40
|
+
- **badge:** update colors strategy ([e9330b8](https://github.com/adevinta/spark/commit/e9330b81588a2e0fe602fcd3cf3cbf0b1254f550))
|
41
|
+
- got some beta packages out of beta ([599e348](https://github.com/adevinta/spark/commit/599e3487d1fee532d93015dbac495cf230452c8a))
|
42
|
+
- set inner deps as latest ([bb1180a](https://github.com/adevinta/spark/commit/bb1180abc8a112b12a65108e53df5f3a6481659f))
|
43
|
+
|
44
|
+
### BREAKING CHANGES
|
45
|
+
|
46
|
+
- **badge:** add main support accent and basic
|
47
|
+
|
6
48
|
## [2.1.9](https://github.com/adevinta/spark/compare/@spark-ui/badge@2.1.8...@spark-ui/badge@2.1.9) (2024-06-15)
|
7
49
|
|
8
50
|
**Note:** Version bump only for package @spark-ui/badge
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/badge",
|
3
|
-
"version": "
|
3
|
+
"version": "5.0.1",
|
4
4
|
"description": "Badge component is a visual indicator for numeric values such as tallies and scores.",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"url": "https://github.com/adevinta/spark/issues?q=is%3Aopen+is%3Aissue+label%3A%22Component%3A+badge%22"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@spark-ui/internal-utils": "^
|
38
|
+
"@spark-ui/internal-utils": "^5.0.1",
|
39
39
|
"class-variance-authority": "0.7.0"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
@@ -46,5 +46,5 @@
|
|
46
46
|
},
|
47
47
|
"homepage": "https://sparkui.vercel.app",
|
48
48
|
"license": "MIT",
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "ef1617cbbab5bd7cbc2e715bfcd06850e6d409fa"
|
50
50
|
}
|