@liner-fe/design-token 2.5.41 → 2.5.43

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 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-600);
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 {
@@ -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-400);
918
+ font-weight: var(--lp-pri-font-weight-500);
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-400);
969
+ font-weight: var(--lp-pri-font-weight-500);
970
970
  line-height: var(--lp-pri-font-lineheight-120);
971
971
  letter-spacing: var(--lp-pri-font-letterspacing-tight);
972
972
  }
@@ -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-600);
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/lib/tailwind.css CHANGED
@@ -183,8 +183,8 @@
183
183
  }
184
184
 
185
185
  .rounded-s {
186
- border-top-right-radius: var(--radius-s);
187
- border-bottom-right-radius: var(--radius-s);
186
+ border-top-left-radius: var(--radius-s);
187
+ border-bottom-left-radius: var(--radius-s);
188
188
  }
189
189
  }
190
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/design-token",
3
- "version": "2.5.41",
3
+ "version": "2.5.43",
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.38"
19
+ "@liner-fe/design-token-primitive": "^0.2.40"
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 --config ./config/tsup/tsup.config.ts && pnpm copy-tailwind",
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",
@@ -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-600);
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";
@@ -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-400);
870
+ font-weight: var(--lp-pri-font-weight-500);
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-400);
908
+ font-weight: var(--lp-pri-font-weight-500);
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;
@@ -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-600);
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";
@@ -183,8 +183,8 @@
183
183
  }
184
184
 
185
185
  .rounded-s {
186
- border-top-right-radius: var(--radius-s);
187
- border-bottom-right-radius: var(--radius-s);
186
+ border-top-left-radius: var(--radius-s);
187
+ border-bottom-left-radius: var(--radius-s);
188
188
  }
189
189
  }
190
190
 
Binary file
Binary file
Binary file
Binary file
Binary file