@kiva/kv-tokens 3.3.0 → 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 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.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
+
6
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)
7
18
 
8
19
 
@@ -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['-0.3'], fontSizes.h3.sm),
118
+ letterSpacing: em(letterSpacings['-1'], fontSizes.h3.sm),
119
119
  lineHeight: lineHeights.tight,
120
120
  '@screen md': {
121
121
  fontSize: rem(fontSizes.h3.md),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "3.3.0",
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": "1d3e50e38d67b4f96e8c0c4ecd212698e10ef2bc"
18
+ "gitHead": "de9ef9da567aec8721aacfc14a0e3ee19654d2b7"
19
19
  }