@kiva/kv-tokens 3.5.0 → 3.5.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 +11 -0
- package/package.json +2 -2
- package/primitives.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.5.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.5.0...@kiva/kv-tokens@3.5.1) (2025-11-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add half sizes to remaining space primitives to ensure they render in storybook ([d94e24b](https://github.com/kiva/kv-ui-elements/commit/d94e24be12974b8f54b40fc4076c93cace9ad86e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.5.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.4.1...@kiva/kv-tokens@3.5.0) (2025-09-26)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-tokens",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.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": "
|
|
18
|
+
"gitHead": "68824d91cf73da7a300823b297446636863362a0"
|
|
19
19
|
}
|
package/primitives.js
CHANGED
|
@@ -400,17 +400,27 @@ export default {
|
|
|
400
400
|
4: 32,
|
|
401
401
|
4.5: 36,
|
|
402
402
|
5: 40,
|
|
403
|
+
5.5: 44,
|
|
403
404
|
6: 48,
|
|
404
405
|
6.5: 52,
|
|
405
406
|
7: 56,
|
|
407
|
+
7.5: 60,
|
|
406
408
|
8: 64,
|
|
409
|
+
8.5: 68,
|
|
407
410
|
9: 72,
|
|
411
|
+
9.5: 76,
|
|
408
412
|
10: 80,
|
|
413
|
+
10.5: 84,
|
|
409
414
|
11: 88,
|
|
415
|
+
11.5: 92,
|
|
410
416
|
12: 96,
|
|
417
|
+
12.5: 100,
|
|
411
418
|
13: 104,
|
|
419
|
+
13.5: 108,
|
|
412
420
|
14: 112,
|
|
421
|
+
14.5: 116,
|
|
413
422
|
15: 120,
|
|
423
|
+
15.5: 124,
|
|
414
424
|
16: 128,
|
|
415
425
|
},
|
|
416
426
|
fonts: {
|