@liner-fe/design-token 2.1.9 → 2.1.10

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/global.css CHANGED
@@ -953,5 +953,77 @@
953
953
  font-weight: var(--lp-pri-font-weight-300);
954
954
  line-height: var(--lp-pri-font-lineheight-130);
955
955
  }
956
+ :root[lang=default] .lp-sys-typo-title1-accent-bold {
957
+ font-family: "Merriweather", serif;
958
+ font-size: var(--lp-pri-font-size-32);
959
+ font-weight: var(--lp-pri-font-weight-700);
960
+ line-height: var(--lp-pri-font-lineheight-130);
961
+ }
962
+ :root[lang=default] .lp-sys-typo-title3-accent-bold {
963
+ font-family: "Merriweather", serif;
964
+ font-size: var(--lp-pri-font-size-24);
965
+ font-weight: var(--lp-pri-font-weight-650);
966
+ line-height: var(--lp-pri-font-lineheight-130);
967
+ }
968
+ :root[lang=default] .lp-sys-typo-title4-accent-bold {
969
+ font-family: "Merriweather", serif;
970
+ font-size: var(--lp-pri-font-size-20);
971
+ font-weight: var(--lp-pri-font-weight-650);
972
+ line-height: var(--lp-pri-font-lineheight-130);
973
+ }
974
+ :root[lang=default] .lp-sys-typo-paragraph1-accent-bold {
975
+ font-family: "Merriweather", serif;
976
+ font-size: var(--lp-pri-font-size-17);
977
+ font-weight: var(--lp-pri-font-weight-600);
978
+ line-height: var(--lp-pri-font-lineheight-130);
979
+ }
980
+ :root[lang=default] .lp-sys-typo-paragraph2-accent-bold {
981
+ font-family: "Pretendard Variable";
982
+ font-size: var(--lp-pri-font-size-16);
983
+ font-weight: var(--lp-pri-font-weight-600);
984
+ line-height: var(--lp-pri-font-lineheight-130);
985
+ }
986
+ :root[lang=default] .lp-sys-typo-paragraph3-accent-bold {
987
+ font-family: "Pretendard Variable";
988
+ font-size: var(--lp-pri-font-size-15);
989
+ font-weight: var(--lp-pri-font-weight-600);
990
+ line-height: var(--lp-pri-font-lineheight-130);
991
+ }
992
+ :root[lang=default] .lp-sys-typo-paragraph1-accent-medium {
993
+ font-family: "Poppins", sans-serif;
994
+ font-size: var(--lp-pri-font-size-17);
995
+ font-weight: var(--lp-pri-font-weight-500);
996
+ line-height: var(--lp-pri-font-lineheight-130);
997
+ }
998
+ :root[lang=default] .lp-sys-typo-paragraph2-accent-medium {
999
+ font-family: "Poppins", sans-serif;
1000
+ font-size: var(--lp-pri-font-size-16);
1001
+ font-weight: var(--lp-pri-font-weight-500);
1002
+ line-height: var(--lp-pri-font-lineheight-130);
1003
+ }
1004
+ :root[lang=default] .lp-sys-typo-paragraph3-accent-medium {
1005
+ font-family: "Poppins", sans-serif;
1006
+ font-size: var(--lp-pri-font-size-15);
1007
+ font-weight: var(--lp-pri-font-weight-500);
1008
+ line-height: var(--lp-pri-font-lineheight-130);
1009
+ }
1010
+ :root[lang=default] .lp-sys-typo-paragraph1-accent-regular {
1011
+ font-family: "Poppins", sans-serif;
1012
+ font-size: var(--lp-pri-font-size-15);
1013
+ font-weight: var(--lp-pri-font-weight-300);
1014
+ line-height: var(--lp-pri-font-lineheight-130);
1015
+ }
1016
+ :root[lang=default] .lp-sys-typo-paragraph2-accent-regular {
1017
+ font-family: "Poppins", sans-serif;
1018
+ font-size: var(--lp-pri-font-size-15);
1019
+ font-weight: var(--lp-pri-font-weight-300);
1020
+ line-height: var(--lp-pri-font-lineheight-130);
1021
+ }
1022
+ :root[lang=default] .lp-sys-typo-paragraph3-accent-regular {
1023
+ font-family: "Poppins", sans-serif;
1024
+ font-size: var(--lp-pri-font-size-15);
1025
+ font-weight: var(--lp-pri-font-weight-300);
1026
+ line-height: var(--lp-pri-font-lineheight-130);
1027
+ }
956
1028
  /*! For license information please see global.css.LEGAL.txt */
957
1029
  /*# sourceMappingURL=global.css.map */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/design-token",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "packageManager": "yarn@3.6.0",
5
5
  "devDependencies": {
6
6
  "@types/react": "^18.2.48",
@@ -30,6 +30,9 @@ Object.entries(typographyEnglish).map(([key, value]) => {
30
30
  export const languageEnglish = `
31
31
  :root[lang="en"] {
32
32
  ${english}
33
+ }
34
+ :root[lang="default"] {
35
+ ${english}
33
36
  }`;
34
37
 
35
38
  const systemDarkColor: Record<string, any> = {};