@kiva/kv-tokens 3.2.0 → 3.2.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 CHANGED
@@ -3,6 +3,14 @@
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
+ ## [3.2.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.2.0...@kiva/kv-tokens@3.2.1) (2025-07-28)
7
+
8
+ **Note:** Version bump only for package @kiva/kv-tokens
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.2.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.1.0...@kiva/kv-tokens@3.2.0) (2025-04-15)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -15,5 +15,5 @@
15
15
  "@tailwindcss/typography": "^0.5.1",
16
16
  "tailwindcss": "^3.4.3"
17
17
  },
18
- "gitHead": "d31b947928eca67e11d7048f84c6a5516677cf99"
18
+ "gitHead": "fb98b6b97ff7b5757719094bf151df330e16fc59"
19
19
  }
package/primitives.js CHANGED
@@ -512,7 +512,7 @@ export default {
512
512
  shadows: {},
513
513
  radii: {
514
514
  sm: 4,
515
- default: 14,
515
+ default: 16,
516
516
  lg: 40,
517
517
  },
518
518
  opacity: {