@volue/design-typography 0.2.0 → 0.2.1-next.1
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/index.common.d.ts +1 -1
- package/dist/index.common.js +1 -1
- package/dist/index.cssmodules.css +1 -1
- package/dist/index.custom-properties.css +2 -2
- package/dist/index.json +1 -1
- package/dist/index.module.d.ts +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.scss +2 -2
- package/package.json +2 -2
- package/src/style.json +1 -1
package/dist/index.common.d.ts
CHANGED
|
@@ -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"
|
package/dist/index.common.js
CHANGED
|
@@ -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
|
|
3
|
+
* Generated on Wed, 14 Jun 2023 07:57:49 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",
|
package/dist/index.module.d.ts
CHANGED
|
@@ -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"
|
package/dist/index.module.js
CHANGED
|
@@ -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
|
|
3
|
+
// Generated on Wed, 14 Jun 2023 07:57:49 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.
|
|
3
|
+
"version": "0.2.1-next.1",
|
|
4
4
|
"description": "Typography primitives for Volue design primitives",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"prepack": "yarn run build"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"eslint": "8.
|
|
34
|
+
"eslint": "8.42.0",
|
|
35
35
|
"eslint-config-powel": "14.2.1",
|
|
36
36
|
"eslint-import-resolver-node": "0.3.7",
|
|
37
37
|
"eslint-plugin-import": "2.27.5",
|