@kiva/kv-tokens 3.7.3-next.0 → 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 CHANGED
@@ -3,25 +3,12 @@
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-next.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.7.2...@kiva/kv-tokens@3.7.3-next.0) (2026-03-19)
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
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * add smaller line-height to match new type base style definitions ([6b5b4fe](https://github.com/kiva/kv-ui-elements/commit/6b5b4feffa71f70066fdce9d2cc5dd11d9e98c69))
12
- * demo base and small type sizes ([865dacc](https://github.com/kiva/kv-ui-elements/commit/865dacc45b00f10181b84cd000db2cca51643a0d))
13
-
14
-
15
-
16
-
17
-
18
- ## [3.7.3-alpha.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.7.2...@kiva/kv-tokens@3.7.3-alpha.0) (2026-03-19)
19
-
20
-
21
- ### Bug Fixes
22
-
23
- * add smaller line-height to match new type base style definitions ([6b5b4fe](https://github.com/kiva/kv-ui-elements/commit/6b5b4feffa71f70066fdce9d2cc5dd11d9e98c69))
24
- * demo base and small type sizes ([865dacc](https://github.com/kiva/kv-ui-elements/commit/865dacc45b00f10181b84cd000db2cca51643a0d))
11
+ * semantic style class ([d6dd649](https://github.com/kiva/kv-ui-elements/commit/d6dd649e5ec97153a97a5facf8d9ebbeb8edecd0))
25
12
 
26
13
 
27
14
 
@@ -385,7 +385,7 @@ export const textStyles = (() => {
385
385
  fontWeight: fontWeights.light,
386
386
  fontSize: rem(fontSizes.base.sm),
387
387
  letterSpacing: em(letterSpacings.normal, fontSizes.base.sm),
388
- lineHeight: lineHeights['140'],
388
+ lineHeight: lineHeights.normal,
389
389
  '@screen lg': {
390
390
  fontSize: rem(fontSizes.base.lg),
391
391
  letterSpacing: em(letterSpacings.normal, fontSizes.base.sm),
@@ -482,7 +482,7 @@ export const textStyles = (() => {
482
482
  },
483
483
  };
484
484
 
485
- const textSubHeadline = {
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
- textSubHeadline,
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-next.0",
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": "b20da6549c86bce57f12ac7a951a74f745a9399c"
26
+ "gitHead": "9e6157c3083e511708704a84b177fa924e1ec2c7"
27
27
  }
package/primitives.js CHANGED
@@ -433,7 +433,7 @@ export default {
433
433
  base: {
434
434
  sm: 16,
435
435
  md: 16,
436
- lg: 16,
436
+ lg: 17,
437
437
  },
438
438
  jumbo: {
439
439
  sm: 42,
@@ -441,8 +441,8 @@ export default {
441
441
  lg: 72,
442
442
  },
443
443
  small: {
444
- sm: 14,
445
- md: 14,
444
+ sm: 13,
445
+ md: 13,
446
446
  lg: 14,
447
447
  },
448
448
  h1: {