@kiva/kv-tokens 3.7.2 → 3.7.3-next.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 CHANGED
@@ -3,6 +3,30 @@
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)
7
+
8
+
9
+ ### Bug Fixes
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))
25
+
26
+
27
+
28
+
29
+
6
30
  ## [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
31
 
8
32
 
@@ -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.normal,
388
+ lineHeight: lineHeights['140'],
389
389
  '@screen lg': {
390
390
  fontSize: rem(fontSizes.base.lg),
391
391
  letterSpacing: em(letterSpacings.normal, fontSizes.base.sm),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "3.7.2",
3
+ "version": "3.7.3-next.0",
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": "79d1606e5c72b3b1a4e64fe7b94944030d3a23aa"
26
+ "gitHead": "b20da6549c86bce57f12ac7a951a74f745a9399c"
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: 17,
436
+ lg: 16,
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: 13,
445
- md: 13,
444
+ sm: 14,
445
+ md: 14,
446
446
  lg: 14,
447
447
  },
448
448
  h1: {