@kiva/kv-tokens 4.3.0 → 4.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.
|
@@ -403,7 +403,7 @@ export const textStyles = (() => {
|
|
|
403
403
|
|
|
404
404
|
const textTitle = {
|
|
405
405
|
fontFamily: fonts.sans,
|
|
406
|
-
fontWeight: fontWeights.
|
|
406
|
+
fontWeight: fontWeights.medium,
|
|
407
407
|
fontSize: rem(semanticFontSizes.h3.sm),
|
|
408
408
|
letterSpacing: em(letterSpacings.normal, semanticFontSizes.h3.sm),
|
|
409
409
|
lineHeight: em(lineHeightsAbsolute.h3.sm, semanticFontSizes.h3.sm),
|
|
@@ -204,7 +204,7 @@ export default {
|
|
|
204
204
|
'-moz-osx-font-smoothing': 'grayscale',
|
|
205
205
|
'text-rendering': 'optimizeLegibility',
|
|
206
206
|
},
|
|
207
|
-
button:
|
|
207
|
+
button: textStyles.textButtonLink,
|
|
208
208
|
h1: textStyles.textH1,
|
|
209
209
|
h2: textStyles.textH2,
|
|
210
210
|
h3: textStyles.textH3,
|
package/dist/make-kit/styles.css
CHANGED
|
@@ -597,7 +597,11 @@ body {
|
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
button {
|
|
600
|
-
font-
|
|
600
|
+
font-family: PostGrotesk, PostGrotesk-fallback, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
|
|
601
|
+
font-weight: 500;
|
|
602
|
+
font-size: 1rem;
|
|
603
|
+
letter-spacing: 0em;
|
|
604
|
+
line-height: 1.3125em;
|
|
601
605
|
}
|
|
602
606
|
|
|
603
607
|
h1 {
|
|
@@ -680,7 +684,7 @@ h3 {
|
|
|
680
684
|
|
|
681
685
|
h4 {
|
|
682
686
|
font-family: PostGrotesk, PostGrotesk-fallback, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
|
|
683
|
-
font-weight:
|
|
687
|
+
font-weight: 500;
|
|
684
688
|
font-size: 1.125rem;
|
|
685
689
|
letter-spacing: 0em;
|
|
686
690
|
line-height: 1.2777778em;
|
|
@@ -4494,7 +4498,7 @@ input::placeholder, textarea::placeholder {
|
|
|
4494
4498
|
}
|
|
4495
4499
|
.tw-text-h4 {
|
|
4496
4500
|
font-family: PostGrotesk, PostGrotesk-fallback, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
|
|
4497
|
-
font-weight:
|
|
4501
|
+
font-weight: 500;
|
|
4498
4502
|
font-size: 1.125rem;
|
|
4499
4503
|
letter-spacing: 0em;
|
|
4500
4504
|
line-height: 1.2777778em;
|
|
@@ -4700,7 +4704,7 @@ input::placeholder, textarea::placeholder {
|
|
|
4700
4704
|
}
|
|
4701
4705
|
.tw-text-title {
|
|
4702
4706
|
font-family: PostGrotesk, PostGrotesk-fallback, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
|
|
4703
|
-
font-weight:
|
|
4707
|
+
font-weight: 500;
|
|
4704
4708
|
font-size: 1.125rem;
|
|
4705
4709
|
letter-spacing: 0em;
|
|
4706
4710
|
line-height: 1.2777778em;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "0939d15334c4604afb9dd2e50639fa455cf65c6f"
|
|
57
57
|
}
|