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