@kiva/kv-tokens 3.2.1 → 3.4.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 +28 -0
- package/configs/kivaTypography.js +1 -1
- package/configs/tailwind.config.js +11 -0
- package/package.json +2 -2
- package/primitives.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,34 @@
|
|
|
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.4.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.3.0...@kiva/kv-tokens@3.4.0) (2025-08-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* letter spacing updated for h3 ([#646](https://github.com/kiva/kv-ui-elements/issues/646)) ([98004ff](https://github.com/kiva/kv-ui-elements/commit/98004ffb70a07b2e767e8f7be1a906be59b4ae43))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.3.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.2.1...@kiva/kv-tokens@3.3.0) (2025-08-04)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* removing ecoForest theme, svg for material icons and custom tw classes ([a01e26a](https://github.com/kiva/kv-ui-elements/commit/a01e26a19d2dd9ae4f50790640a07db9df957ea6))
|
|
23
|
+
* visual QA changes WIP ([49f99c1](https://github.com/kiva/kv-ui-elements/commit/49f99c1f48c5bdd1bede0692496a09fedaee6b23))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* eco forest theme ([4fadf40](https://github.com/kiva/kv-ui-elements/commit/4fadf40c84a9a7a329f5941a1c39d105295dcbd8))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
6
34
|
## [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
35
|
|
|
8
36
|
**Note:** Version bump only for package @kiva/kv-tokens
|
|
@@ -115,7 +115,7 @@ export const textStyles = (() => {
|
|
|
115
115
|
const textH3 = {
|
|
116
116
|
fontSize: rem(fontSizes.h3.sm),
|
|
117
117
|
fontWeight: fontWeights.normal,
|
|
118
|
-
letterSpacing: em(letterSpacings['-
|
|
118
|
+
letterSpacing: em(letterSpacings['-1'], fontSizes.h3.sm),
|
|
119
119
|
lineHeight: lineHeights.tight,
|
|
120
120
|
'@screen md': {
|
|
121
121
|
fontSize: rem(fontSizes.h3.md),
|
|
@@ -65,16 +65,27 @@ export default {
|
|
|
65
65
|
4: rem(space['4']),
|
|
66
66
|
4.5: rem(space['4.5']),
|
|
67
67
|
5: rem(space['5']),
|
|
68
|
+
5.5: rem(space['5.5']),
|
|
68
69
|
6: rem(space['6']),
|
|
70
|
+
6.5: rem(space['6.5']),
|
|
69
71
|
7: rem(space['7']),
|
|
72
|
+
7.5: rem(space['7.5']),
|
|
70
73
|
8: rem(space['8']),
|
|
74
|
+
8.5: rem(space['8.5']),
|
|
71
75
|
9: rem(space['9']),
|
|
76
|
+
9.5: rem(space['9.5']),
|
|
72
77
|
10: rem(space['10']),
|
|
78
|
+
10.5: rem(space['10.5']),
|
|
73
79
|
11: rem(space['11']),
|
|
80
|
+
11.5: rem(space['11.5']),
|
|
74
81
|
12: rem(space['12']),
|
|
82
|
+
12.5: rem(space['12.5']),
|
|
75
83
|
13: rem(space['13']),
|
|
84
|
+
13.5: rem(space['13.5']),
|
|
76
85
|
14: rem(space['14']),
|
|
86
|
+
14.5: rem(space['14.5']),
|
|
77
87
|
15: rem(space['15']),
|
|
88
|
+
15.5: rem(space['15.5']),
|
|
78
89
|
16: rem(space['16']),
|
|
79
90
|
},
|
|
80
91
|
fontFamily: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-tokens",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
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": "de9ef9da567aec8721aacfc14a0e3ee19654d2b7"
|
|
19
19
|
}
|