@liner-fe/design-token 2.5.42 → 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 +3 -3
- package/src/style/global.css +2 -2
- package/src/assets/Merriweather-Black.ttf +0 -0
- package/src/assets/Merriweather-Bold.ttf +0 -0
- package/src/assets/Merriweather-Light.ttf +0 -0
- package/src/assets/Merriweather-Regular.ttf +0 -0
- package/src/assets/PretendardJPVariable.woff2 +0 -0
- package/src/assets/PretendardVariable.woff2 +0 -0
package/lib/index.css
CHANGED
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
.lp-sys-typo-title1-accent-bold {
|
|
436
436
|
font-family: "Pretendard Variable";
|
|
437
437
|
font-size: var(--lp-pri-font-size-32);
|
|
438
|
-
font-weight: var(--lp-pri-font-weight-
|
|
438
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
439
439
|
line-height: var(--lp-pri-font-lineheight-130);
|
|
440
440
|
}
|
|
441
441
|
.lp-sys-typo-title2-accent-bold {
|
|
@@ -1065,7 +1065,7 @@
|
|
|
1065
1065
|
.lp-sys-typo-title1-accent-bold {
|
|
1066
1066
|
font-family: "Pretendard JP Variable";
|
|
1067
1067
|
font-size: var(--lp-pri-font-size-32);
|
|
1068
|
-
font-weight: var(--lp-pri-font-weight-
|
|
1068
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1069
1069
|
line-height: var(--lp-pri-font-lineheight-130);
|
|
1070
1070
|
}
|
|
1071
1071
|
.lp-sys-typo-title2-accent-bold {
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"src"
|
|
43
43
|
],
|
|
44
44
|
"scripts": {
|
|
45
|
-
"build": "pnpm create-css && pnpm tsup
|
|
45
|
+
"build": "pnpm create-css && pnpm tsup && pnpm copy-tailwind",
|
|
46
46
|
"build:package": "pnpm build",
|
|
47
47
|
"create-css": "pnpm ts-node ./scripts/index.ts",
|
|
48
48
|
"ts-node": "tsx --tsconfig tsconfig.build.json",
|
package/src/style/global.css
CHANGED
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
|
|
429
429
|
}.lp-sys-typo-title1-accent-bold { font-family: "Pretendard Variable";
|
|
430
430
|
font-size: var(--lp-pri-font-size-32);
|
|
431
|
-
font-weight: var(--lp-pri-font-weight-
|
|
431
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
432
432
|
line-height: var(--lp-pri-font-lineheight-130);
|
|
433
433
|
|
|
434
434
|
}.lp-sys-typo-title2-accent-bold { font-family: "Pretendard Variable";
|
|
@@ -984,7 +984,7 @@
|
|
|
984
984
|
|
|
985
985
|
}.lp-sys-typo-title1-accent-bold { font-family: "Pretendard JP Variable";
|
|
986
986
|
font-size: var(--lp-pri-font-size-32);
|
|
987
|
-
font-weight: var(--lp-pri-font-weight-
|
|
987
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
988
988
|
line-height: var(--lp-pri-font-lineheight-130);
|
|
989
989
|
|
|
990
990
|
}.lp-sys-typo-title2-accent-bold { font-family: "Pretendard JP Variable";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|