@liner-fe/design-token 2.5.43 → 2.5.44
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/lib/index.css +2 -2
- package/package.json +2 -2
- package/src/style/global.css +2 -2
package/lib/index.css
CHANGED
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
.lp-sys-typo-title1-accent-bold {
|
|
916
916
|
font-family: Flare;
|
|
917
917
|
font-size: var(--lp-pri-font-size-34);
|
|
918
|
-
font-weight: var(--lp-pri-font-weight-
|
|
918
|
+
font-weight: var(--lp-pri-font-weight-400);
|
|
919
919
|
line-height: var(--lp-pri-font-lineheight-120);
|
|
920
920
|
letter-spacing: var(--lp-pri-font-letterspacing-tight);
|
|
921
921
|
}
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
.lp-sys-typo-title1-accent-bold {
|
|
967
967
|
font-family: Flare;
|
|
968
968
|
font-size: var(--lp-pri-font-size-34);
|
|
969
|
-
font-weight: var(--lp-pri-font-weight-
|
|
969
|
+
font-weight: var(--lp-pri-font-weight-400);
|
|
970
970
|
line-height: var(--lp-pri-font-lineheight-120);
|
|
971
971
|
letter-spacing: var(--lp-pri-font-letterspacing-tight);
|
|
972
972
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/design-token",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@eslint/js": "^9.22.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsx": "^4.19.4",
|
|
17
17
|
"typescript": "^5.1.3",
|
|
18
18
|
"typescript-eslint": "^8.26.1",
|
|
19
|
-
"@liner-fe/design-token-primitive": "^0.2.
|
|
19
|
+
"@liner-fe/design-token-primitive": "^0.2.41"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"react": "^18",
|
package/src/style/global.css
CHANGED
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
:root[lang="en"] {
|
|
868
868
|
.lp-sys-typo-title1-accent-bold { font-family: Flare;
|
|
869
869
|
font-size: var(--lp-pri-font-size-34);
|
|
870
|
-
font-weight: var(--lp-pri-font-weight-
|
|
870
|
+
font-weight: var(--lp-pri-font-weight-400);
|
|
871
871
|
line-height: var(--lp-pri-font-lineheight-120);
|
|
872
872
|
letter-spacing: var(--lp-pri-font-letterspacing-tight);
|
|
873
873
|
}.lp-sys-typo-title2-accent-bold { font-family: Flare;
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
:root[lang="default"] {
|
|
906
906
|
.lp-sys-typo-title1-accent-bold { font-family: Flare;
|
|
907
907
|
font-size: var(--lp-pri-font-size-34);
|
|
908
|
-
font-weight: var(--lp-pri-font-weight-
|
|
908
|
+
font-weight: var(--lp-pri-font-weight-400);
|
|
909
909
|
line-height: var(--lp-pri-font-lineheight-120);
|
|
910
910
|
letter-spacing: var(--lp-pri-font-letterspacing-tight);
|
|
911
911
|
}.lp-sys-typo-title2-accent-bold { font-family: Flare;
|