@kiva/kv-tokens 3.7.4 → 3.7.5

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,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.5](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.7.4...@kiva/kv-tokens@3.7.5) (2026-04-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * found a couple typos in the updated defs ([30dca19](https://github.com/kiva/kv-ui-elements/commit/30dca19d1b15ab3c4bdb64a07eaa504a7d6d721c))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.7.4](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@3.7.3...@kiva/kv-tokens@3.7.4) (2026-04-01)
7
18
 
8
19
 
@@ -384,7 +384,7 @@ export const textStyles = (() => {
384
384
  const textBase = {
385
385
  fontWeight: fontWeights.light,
386
386
  fontSize: rem(fontSizes.base.sm),
387
- lineHeight: em(lineHeightsAbsolute.base.sm, fontSizes.small.sm),
387
+ lineHeight: em(lineHeightsAbsolute.base.sm, fontSizes.base.sm),
388
388
  };
389
389
 
390
390
  const textSmall = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
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": "fa9a67cbfea7573790441d22c0e3a841b476c762"
26
+ "gitHead": "4b209499a6edd2f1b6482be3c523607292f1e9e9"
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: 6,
436
+ lg: 16,
437
437
  },
438
438
  jumbo: {
439
439
  sm: 42,