@kiva/kv-tokens 3.7.2 → 3.7.3
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/configs/kivaTypography.js +2 -2
- package/package.json +2 -2
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.7.3](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.7.2...@kiva/kv-tokens@3.7.3) (2026-03-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* semantic style class ([d6dd649](https://github.com/kiva/kv-ui-elements/commit/d6dd649e5ec97153a97a5facf8d9ebbeb8edecd0))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.7.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.7.1...@kiva/kv-tokens@3.7.2) (2026-02-25)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -482,7 +482,7 @@ export const textStyles = (() => {
|
|
|
482
482
|
},
|
|
483
483
|
};
|
|
484
484
|
|
|
485
|
-
const
|
|
485
|
+
const textSubheadline = {
|
|
486
486
|
fontFamily: fonts.sans,
|
|
487
487
|
fontWeight: fontWeights.light,
|
|
488
488
|
fontSize: rem(semanticFontSizes.h3.sm),
|
|
@@ -561,7 +561,7 @@ export const textStyles = (() => {
|
|
|
561
561
|
textDisplay,
|
|
562
562
|
textHeadline,
|
|
563
563
|
textHeadlineTwo,
|
|
564
|
-
|
|
564
|
+
textSubheadline,
|
|
565
565
|
textTitle,
|
|
566
566
|
textButtonLink,
|
|
567
567
|
textUpper,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-tokens",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"@tailwindcss/typography": "^0.5.1",
|
|
24
24
|
"tailwindcss": "^3.4.3"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "9e6157c3083e511708704a84b177fa924e1ec2c7"
|
|
27
27
|
}
|