@volue/design-typography 0.2.0 → 0.2.1-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.
@@ -53,7 +53,7 @@ declare const tokens: {
53
53
  "fontWeight": "400"
54
54
  },
55
55
  "delta": {
56
- "fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
56
+ "fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
57
57
  "fontSize": "19px",
58
58
  "lineHeight": "1.263158",
59
59
  "fontWeight": "400"
@@ -52,7 +52,7 @@ module.exports = {
52
52
  "fontWeight": "400"
53
53
  },
54
54
  "delta": {
55
- "fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
55
+ "fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
56
56
  "fontSize": "19px",
57
57
  "lineHeight": "1.263158",
58
58
  "fontWeight": "400"
@@ -29,7 +29,7 @@
29
29
  @value font-style-headlines-gamma-font-size: 21px;
30
30
  @value font-style-headlines-gamma-line-height: 1.52381;
31
31
  @value font-style-headlines-gamma-font-weight: 400;
32
- @value font-style-headlines-delta-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
32
+ @value font-style-headlines-delta-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
33
33
  @value font-style-headlines-delta-font-size: 19px;
34
34
  @value font-style-headlines-delta-line-height: 1.263158;
35
35
  @value font-style-headlines-delta-font-weight: 400;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 May 2023 06:30:36 GMT
3
+ * Generated on Fri, 26 May 2023 12:38:09 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -35,7 +35,7 @@
35
35
  --font-style-headlines-gamma-font-size: 21px;
36
36
  --font-style-headlines-gamma-line-height: 1.52381;
37
37
  --font-style-headlines-gamma-font-weight: 400;
38
- --font-style-headlines-delta-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
38
+ --font-style-headlines-delta-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
39
39
  --font-style-headlines-delta-font-size: 19px;
40
40
  --font-style-headlines-delta-line-height: 1.263158;
41
41
  --font-style-headlines-delta-font-weight: 400;
package/dist/index.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "FONT_STYLE_HEADLINES_GAMMA_FONT_SIZE": "21px",
31
31
  "FONT_STYLE_HEADLINES_GAMMA_LINE_HEIGHT": "1.52381",
32
32
  "FONT_STYLE_HEADLINES_GAMMA_FONT_WEIGHT": "400",
33
- "FONT_STYLE_HEADLINES_DELTA_FONT_FAMILY": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
33
+ "FONT_STYLE_HEADLINES_DELTA_FONT_FAMILY": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
34
34
  "FONT_STYLE_HEADLINES_DELTA_FONT_SIZE": "19px",
35
35
  "FONT_STYLE_HEADLINES_DELTA_LINE_HEIGHT": "1.263158",
36
36
  "FONT_STYLE_HEADLINES_DELTA_FONT_WEIGHT": "400",
@@ -53,7 +53,7 @@ declare const tokens: {
53
53
  "fontWeight": "400"
54
54
  },
55
55
  "delta": {
56
- "fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
56
+ "fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
57
57
  "fontSize": "19px",
58
58
  "lineHeight": "1.263158",
59
59
  "fontWeight": "400"
@@ -52,7 +52,7 @@ export default {
52
52
  "fontWeight": "400"
53
53
  },
54
54
  "delta": {
55
- "fontFamily": "'Source Sans Pro', system-ui, -apple-system, 'Segoe UI'",
55
+ "fontFamily": "'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif",
56
56
  "fontSize": "19px",
57
57
  "lineHeight": "1.263158",
58
58
  "fontWeight": "400"
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 16 May 2023 06:30:36 GMT
3
+ // Generated on Fri, 26 May 2023 12:38:09 GMT
4
4
 
5
5
  $font-family-base: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
6
6
  $font-family-display: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
@@ -33,7 +33,7 @@ $font-style-headlines-gamma-font-family: 'FK Display', 'Source Sans Pro', system
33
33
  $font-style-headlines-gamma-font-size: 21px;
34
34
  $font-style-headlines-gamma-line-height: 1.52381;
35
35
  $font-style-headlines-gamma-font-weight: 400;
36
- $font-style-headlines-delta-font-family: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
36
+ $font-style-headlines-delta-font-family: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
37
37
  $font-style-headlines-delta-font-size: 19px;
38
38
  $font-style-headlines-delta-line-height: 1.263158;
39
39
  $font-style-headlines-delta-font-weight: 400;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-typography",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-next.0",
4
4
  "description": "Typography primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
package/src/style.json CHANGED
@@ -104,7 +104,7 @@
104
104
  },
105
105
  "delta": {
106
106
  "fontFamily": {
107
- "value": "{font.family.base.value}"
107
+ "value": "{font.family.display.value}"
108
108
  },
109
109
  "fontSize": {
110
110
  "value": "{size.font.delta.value}"