@kiva/kv-tokens 4.2.0 → 4.3.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/dist/dtcg/tokens.json
CHANGED
package/dist/js/tokens.js
CHANGED
|
@@ -156,7 +156,7 @@ export const semanticFontSizeH3Sm = 18;
|
|
|
156
156
|
export const semanticFontSizeH3Md = 18;
|
|
157
157
|
export const semanticFontSizeH3Lg = 20;
|
|
158
158
|
export const semanticFontSizeBaseBase = 16;
|
|
159
|
-
export const semanticFontSizeButtonButton =
|
|
159
|
+
export const semanticFontSizeButtonButton = 16;
|
|
160
160
|
export const semanticFontSizeCaptionSmall = 14;
|
|
161
161
|
export const semanticFontSizeLabelSmall = 14;
|
|
162
162
|
export const semanticFontSizeSmallSmall = 14;
|
|
@@ -987,7 +987,7 @@ const tokens = {
|
|
|
987
987
|
"base": 16
|
|
988
988
|
},
|
|
989
989
|
"button": {
|
|
990
|
-
"button":
|
|
990
|
+
"button": 16
|
|
991
991
|
},
|
|
992
992
|
"caption": {
|
|
993
993
|
"small": 14
|
package/dist/make-kit/styles.css
CHANGED
|
@@ -4724,9 +4724,9 @@ input::placeholder, textarea::placeholder {
|
|
|
4724
4724
|
.tw-text-button-link {
|
|
4725
4725
|
font-family: PostGrotesk, PostGrotesk-fallback, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
|
|
4726
4726
|
font-weight: 500;
|
|
4727
|
-
font-size:
|
|
4727
|
+
font-size: 1rem;
|
|
4728
4728
|
letter-spacing: 0em;
|
|
4729
|
-
line-height: 1.
|
|
4729
|
+
line-height: 1.3125em;
|
|
4730
4730
|
}
|
|
4731
4731
|
.tw-text-upper {
|
|
4732
4732
|
font-family: PostGrotesk, PostGrotesk-fallback, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
|
package/dist/scss/tokens.scss
CHANGED
|
@@ -157,7 +157,7 @@ $semantic-font-size-h3-sm: 18;
|
|
|
157
157
|
$semantic-font-size-h3-md: 18;
|
|
158
158
|
$semantic-font-size-h3-lg: 20;
|
|
159
159
|
$semantic-font-size-base-base: 16;
|
|
160
|
-
$semantic-font-size-button-button:
|
|
160
|
+
$semantic-font-size-button-button: 16;
|
|
161
161
|
$semantic-font-size-caption-small: 14;
|
|
162
162
|
$semantic-font-size-label-small: 14;
|
|
163
163
|
$semantic-font-size-small-small: 14;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"style-dictionary": "^4.4.0",
|
|
54
54
|
"yaml": "^2.9.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "6fad820afe2272680d29a77c0767fa8681419628"
|
|
57
57
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"h2": { "sm": { "$type": "number", "$value": 20 }, "md": { "$type": "number", "$value": 20 }, "lg": { "$type": "number", "$value": 22 } },
|
|
26
26
|
"h3": { "sm": { "$type": "number", "$value": 18 }, "md": { "$type": "number", "$value": 18 }, "lg": { "$type": "number", "$value": 20 } },
|
|
27
27
|
"base": { "base": { "$type": "number", "$value": 16 } },
|
|
28
|
-
"button": { "button": { "$type": "number", "$value":
|
|
28
|
+
"button": { "button": { "$type": "number", "$value": 16 } },
|
|
29
29
|
"caption": { "small": { "$type": "number", "$value": 14 } },
|
|
30
30
|
"label": { "small": { "$type": "number", "$value": 14 } },
|
|
31
31
|
"small": { "small": { "$type": "number", "$value": 14 } },
|