@liner-fe/design-token 2.0.28 → 2.0.31

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.
Files changed (145) hide show
  1. package/README.md +0 -2
  2. package/lib/design/color/index.d.ts +2 -0
  3. package/lib/design/color/type.d.ts +76 -0
  4. package/lib/design/color/vars.d.ts +95 -0
  5. package/lib/design/opacity/index.d.ts +14 -0
  6. package/lib/design/radius/index.d.ts +2 -0
  7. package/lib/design/radius/type.d.ts +10 -0
  8. package/lib/design/size/index.d.ts +2 -0
  9. package/lib/design/size/type.d.ts +28 -0
  10. package/lib/design/typography/font.d.ts +36 -0
  11. package/lib/design/typography/index.d.ts +3 -0
  12. package/lib/design/typography/primitive.d.ts +37 -0
  13. package/lib/design/typography/semantic.d.ts +12 -0
  14. package/lib/design/typography/types.d.ts +8 -0
  15. package/lib/design/typography/usage/Display.d.ts +7 -0
  16. package/lib/design/typography/usage/Heading.d.ts +4 -0
  17. package/lib/design/typography/usage/index.d.ts +1 -0
  18. package/lib/design/typography/usage/types.d.ts +24 -0
  19. package/lib/global.css +372 -0
  20. package/lib/hooks/useDarkTheme.d.ts +4 -0
  21. package/lib/hooks/useLanguage.d.ts +1 -0
  22. package/lib/index.cjs +287 -1026
  23. package/lib/index.cjs.map +4 -4
  24. package/lib/index.d.ts +8 -3
  25. package/lib/index.mjs +287 -1026
  26. package/lib/index.mjs.map +4 -4
  27. package/package.json +5 -3
  28. package/src/design/color/index.ts +125 -0
  29. package/src/design/color/type.ts +103 -0
  30. package/src/design/color/vars.ts +1 -0
  31. package/src/design/opacity/index.ts +14 -0
  32. package/src/design/opacity/type.ts +14 -0
  33. package/src/design/radius/index.ts +12 -0
  34. package/src/design/radius/type.ts +11 -0
  35. package/src/design/size/index.ts +30 -0
  36. package/src/design/size/type.ts +28 -0
  37. package/src/design/typography/index.ts +3 -0
  38. package/src/design/typography/primitive.ts +39 -0
  39. package/src/design/typography/semantic.ts +33 -0
  40. package/src/design/typography/types.ts +32 -0
  41. package/src/design/typography/usage/Caption.tsx +0 -0
  42. package/src/design/typography/usage/Display.tsx +0 -0
  43. package/src/design/typography/usage/Heading.tsx +19 -0
  44. package/src/design/typography/usage/Paragraph.tsx +44 -0
  45. package/src/design/typography/usage/Title.tsx +23 -0
  46. package/src/design/typography/usage/index.ts +1 -0
  47. package/src/design/typography/usage/types.ts +29 -0
  48. package/src/global.css +170 -0
  49. package/src/hooks/useDarkTheme.ts +42 -0
  50. package/src/hooks/useLanguage.ts +1 -0
  51. package/src/index.ts +9 -3
  52. package/lib/assets/ic-bold-16-android.d.ts +0 -6
  53. package/lib/assets/ic-bold-16-apple.d.ts +0 -6
  54. package/lib/assets/ic-bold-16-chrome.d.ts +0 -6
  55. package/lib/assets/ic-bold-16-quote-up.d.ts +0 -6
  56. package/lib/assets/ic-bold-24-caution.d.ts +0 -6
  57. package/lib/assets/ic-bold-24-check.d.ts +0 -6
  58. package/lib/assets/ic-bold-24-file.d.ts +0 -6
  59. package/lib/assets/ic-bold-24-globe.d.ts +0 -6
  60. package/lib/assets/ic-bold-24-image.d.ts +0 -6
  61. package/lib/assets/ic-bold-24-info.d.ts +0 -6
  62. package/lib/assets/ic-color-24-academic.d.ts +0 -2
  63. package/lib/assets/ic-color-24-excel.d.ts +0 -2
  64. package/lib/assets/ic-color-24-html.d.ts +0 -2
  65. package/lib/assets/ic-color-24-image.d.ts +0 -2
  66. package/lib/assets/ic-color-24-math.d.ts +0 -2
  67. package/lib/assets/ic-color-24-news.d.ts +0 -2
  68. package/lib/assets/ic-color-24-pdf.d.ts +0 -2
  69. package/lib/assets/ic-color-24-ppt.d.ts +0 -2
  70. package/lib/assets/ic-color-24-text.d.ts +0 -2
  71. package/lib/assets/ic-color-24-typing.d.ts +0 -2
  72. package/lib/assets/ic-color-24-upload.d.ts +0 -2
  73. package/lib/assets/ic-color-24-word.d.ts +0 -2
  74. package/lib/assets/ic-color-24-workspace.d.ts +0 -2
  75. package/lib/assets/ic-color-24-writer.d.ts +0 -2
  76. package/lib/assets/ic-color-24-youtube.d.ts +0 -2
  77. package/lib/assets/ic-line-16-arrow-down.d.ts +0 -6
  78. package/lib/assets/ic-line-16-arrow-up.d.ts +0 -6
  79. package/lib/assets/ic-line-16-check.d.ts +0 -6
  80. package/lib/assets/ic-line-16-copy.d.ts +0 -6
  81. package/lib/assets/ic-line-16-mobile.d.ts +0 -6
  82. package/lib/assets/ic-line-16-search.d.ts +0 -6
  83. package/lib/assets/ic-line-16-source.d.ts +0 -6
  84. package/lib/assets/ic-line-24-add.d.ts +0 -6
  85. package/lib/assets/ic-line-24-arrow-left.d.ts +0 -6
  86. package/lib/assets/ic-line-24-close.d.ts +0 -6
  87. package/lib/assets/ic-line-24-copy.d.ts +0 -6
  88. package/lib/assets/ic-line-24-globe.d.ts +0 -6
  89. package/lib/assets/ic-line-24-menu.d.ts +0 -6
  90. package/lib/assets/ic-line-24-message-edit.d.ts +0 -6
  91. package/lib/assets/ic-line-24-select-text.d.ts +0 -6
  92. package/lib/assets/ic-line-24-source-rebuilding.d.ts +0 -6
  93. package/lib/assets/ic-tone-36-3thread.d.ts +0 -6
  94. package/lib/assets/ic-tone-36-invite.d.ts +0 -6
  95. package/lib/assets/index.d.ts +0 -43
  96. package/lib/color.d.ts +0 -21
  97. package/lib/typography.d.ts +0 -26
  98. package/src/assets/ic-bold-16-android.tsx +0 -21
  99. package/src/assets/ic-bold-16-apple.tsx +0 -22
  100. package/src/assets/ic-bold-16-chrome.tsx +0 -26
  101. package/src/assets/ic-bold-16-quote-up.tsx +0 -18
  102. package/src/assets/ic-bold-24-caution.tsx +0 -14
  103. package/src/assets/ic-bold-24-chat.tsx +0 -18
  104. package/src/assets/ic-bold-24-check.tsx +0 -14
  105. package/src/assets/ic-bold-24-file.tsx +0 -18
  106. package/src/assets/ic-bold-24-globe.tsx +0 -46
  107. package/src/assets/ic-bold-24-image.tsx +0 -22
  108. package/src/assets/ic-bold-24-info.tsx +0 -14
  109. package/src/assets/ic-color-24-academic.tsx +0 -23
  110. package/src/assets/ic-color-24-excel.tsx +0 -11
  111. package/src/assets/ic-color-24-html.tsx +0 -25
  112. package/src/assets/ic-color-24-image.tsx +0 -19
  113. package/src/assets/ic-color-24-math.tsx +0 -39
  114. package/src/assets/ic-color-24-news.tsx +0 -23
  115. package/src/assets/ic-color-24-pdf.tsx +0 -16
  116. package/src/assets/ic-color-24-ppt.tsx +0 -11
  117. package/src/assets/ic-color-24-text.tsx +0 -25
  118. package/src/assets/ic-color-24-typing.tsx +0 -19
  119. package/src/assets/ic-color-24-upload.tsx +0 -39
  120. package/src/assets/ic-color-24-word.tsx +0 -13
  121. package/src/assets/ic-color-24-workspace.tsx +0 -21
  122. package/src/assets/ic-color-24-writer.tsx +0 -19
  123. package/src/assets/ic-color-24-youtube.tsx +0 -26
  124. package/src/assets/ic-line-16-arrow-down.tsx +0 -18
  125. package/src/assets/ic-line-16-arrow-up.tsx +0 -18
  126. package/src/assets/ic-line-16-check.tsx +0 -14
  127. package/src/assets/ic-line-16-copy.tsx +0 -24
  128. package/src/assets/ic-line-16-mobile.tsx +0 -25
  129. package/src/assets/ic-line-16-search.tsx +0 -24
  130. package/src/assets/ic-line-16-source.tsx +0 -25
  131. package/src/assets/ic-line-24-add.tsx +0 -12
  132. package/src/assets/ic-line-24-arrow-left.tsx +0 -16
  133. package/src/assets/ic-line-24-close.tsx +0 -16
  134. package/src/assets/ic-line-24-copy.tsx +0 -24
  135. package/src/assets/ic-line-24-globe.tsx +0 -16
  136. package/src/assets/ic-line-24-menu.tsx +0 -28
  137. package/src/assets/ic-line-24-message-edit.tsx +0 -33
  138. package/src/assets/ic-line-24-select-text.tsx +0 -25
  139. package/src/assets/ic-line-24-source-rebuilding.tsx +0 -54
  140. package/src/assets/ic-tone-36-3thread.tsx +0 -18
  141. package/src/assets/ic-tone-36-invite.tsx +0 -26
  142. package/src/assets/index.ts +0 -43
  143. package/src/color.ts +0 -21
  144. package/src/typography.ts +0 -50
  145. /package/src/{custom.d.ts → @types/custom.d.ts} +0 -0
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICLine24SelectText = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M9.50002 20.3333H14.5C18.6667 20.3333 20.3334 18.6666 20.3334 14.5V9.49996C20.3334 5.33329 18.6667 3.66663 14.5 3.66663H9.50002C5.33335 3.66663 3.66669 5.33329 3.66669 9.49996V14.5C3.66669 18.6666 5.33335 20.3333 9.50002 20.3333Z"
11
- stroke={fill}
12
- stroke-width="1.5"
13
- stroke-linecap="round"
14
- stroke-linejoin="round"
15
- />
16
- <path
17
- d="M7.83331 9.40837C10.4583 8.10004 13.5416 8.10004 16.1666 9.40837"
18
- stroke={fill}
19
- stroke-width="1.5"
20
- stroke-linecap="round"
21
- stroke-linejoin="round"
22
- />
23
- <path d="M12 15.5833V8.60828" stroke={fill} stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
24
- </svg>
25
- );
@@ -1,54 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICLine24SourceRebuilding = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M22 15C22 18.87 18.87 22 15 22L16.05 20.25"
11
- stroke={fill}
12
- stroke-width="1.5"
13
- stroke-linecap="round"
14
- stroke-linejoin="round"
15
- />
16
- <path
17
- d="M2 9C2 5.13 5.13 2 9 2L7.95 3.75"
18
- stroke={fill}
19
- stroke-width="1.5"
20
- stroke-linecap="round"
21
- stroke-linejoin="round"
22
- />
23
- <path
24
- d="M13.7 4.44995L17.6799 6.74994L21.6199 4.45996"
25
- stroke={fill}
26
- stroke-width="1.5"
27
- stroke-linecap="round"
28
- stroke-linejoin="round"
29
- />
30
- <path d="M17.6799 10.82V6.73999" stroke={fill} stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
31
- <path
32
- d="M16.74 2.21L14.34 3.53996C13.8 3.83996 13.35 4.59995 13.35 5.21995V7.75999C13.35 8.37999 13.79 9.13998 14.34 9.43998L16.74 10.77C17.25 11.06 18.09 11.06 18.61 10.77L21.01 9.43998C21.55 9.13998 22 8.37999 22 7.75999V5.21995C22 4.59995 21.56 3.83996 21.01 3.53996L18.61 2.21C18.1 1.93 17.26 1.93 16.74 2.21Z"
33
- stroke={fill}
34
- stroke-width="1.5"
35
- stroke-linecap="round"
36
- stroke-linejoin="round"
37
- />
38
- <path
39
- d="M2.34998 15.45L6.31998 17.7499L10.27 15.46"
40
- stroke={fill}
41
- stroke-width="1.5"
42
- stroke-linecap="round"
43
- stroke-linejoin="round"
44
- />
45
- <path d="M6.31995 21.82V17.74" stroke={fill} stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
46
- <path
47
- d="M5.39 13.21L2.99001 14.54C2.45001 14.84 2 15.5999 2 16.2199V18.76C2 19.38 2.44001 20.14 2.99001 20.44L5.39 21.77C5.9 22.06 6.73999 22.06 7.25999 21.77L9.66 20.44C10.2 20.14 10.65 19.38 10.65 18.76V16.2199C10.65 15.5999 10.21 14.84 9.66 14.54L7.25999 13.21C6.73999 12.93 5.9 12.93 5.39 13.21Z"
48
- stroke={fill}
49
- stroke-width="1.5"
50
- stroke-linecap="round"
51
- stroke-linejoin="round"
52
- />
53
- </svg>
54
- );
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICTone363thread = ({ fill = '#000000' }: IProps) => (
8
- <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M24.7363 27.4201H18.8813L12.3676 31.7528C11.4015 32.3969 10.0988 31.7089 10.0988 30.5379V27.4201C5.70754 27.4201 2.78003 24.4926 2.78003 20.1013V11.3188C2.78003 6.92751 5.70754 4 10.0988 4H24.7363C29.1276 4 32.0551 6.92751 32.0551 11.3188V20.1013C32.0551 24.4926 29.1276 27.4201 24.7363 27.4201Z"
11
- fill="#D1DBE5"
12
- />
13
- <path
14
- d="M22.8223 25.4326C22.8223 24.6382 23.3764 24.0737 24.1395 24.0737C24.6413 24.0737 25.0594 24.3141 25.5299 24.8995C26.1676 25.7567 26.9934 26.1958 28.0074 26.1958C29.3873 26.1958 30.2864 25.4745 30.2864 24.3559C30.2864 23.2478 29.3769 22.4951 28.0179 22.4951H27.1711C26.4498 22.4951 25.9167 21.9411 25.9167 21.1779C25.9167 20.4462 26.4394 19.8817 27.1711 19.8817H27.9865C29.1155 19.8817 29.9518 19.1708 29.9518 18.1986C29.9518 17.2264 29.1364 16.5573 27.9656 16.5573C27.0666 16.5573 26.3557 16.9546 25.718 17.8014C25.3417 18.2927 24.9026 18.5122 24.359 18.5122C23.5541 18.5122 22.9791 17.9686 22.9791 17.195C22.9791 15.4702 25.2058 13.9543 28.0283 13.9543C31.0809 13.9543 33.2134 15.5329 33.2134 17.7804C33.2134 19.3172 32.074 20.6866 30.6313 20.8643V21.0943C32.3458 21.2198 33.6316 22.6728 33.6316 24.4918C33.6316 27.0112 31.3004 28.7988 28.0074 28.7988C25.1013 28.7988 22.8223 27.2203 22.8223 25.4326Z"
15
- fill="#647280"
16
- />
17
- </svg>
18
- );
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICTone36Invite = ({ fill = '#000000' }: IProps) => (
8
- <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M18 33.0149C26.2843 33.0149 33 26.2992 33 18.0149C33 9.73062 26.2843 3.01489 18 3.01489C9.71573 3.01489 3 9.73062 3 18.0149C3 26.2992 9.71573 33.0149 18 33.0149Z"
11
- fill="#D1DBE5"
12
- />
13
- <path
14
- d="M18 10.4099C14.895 10.4099 12.375 12.9299 12.375 16.0349C12.375 19.0799 14.76 21.5549 17.925 21.6449C17.97 21.6449 18.03 21.6449 18.06 21.6449C18.09 21.6449 18.135 21.6449 18.165 21.6449C18.18 21.6449 18.195 21.6449 18.195 21.6449C21.225 21.5399 23.61 19.0799 23.625 16.0349C23.625 12.9299 21.105 10.4099 18 10.4099Z"
15
- fill="#647280"
16
- />
17
- <path
18
- d="M28.17 29.0401C25.5 31.5001 21.93 33.0151 18 33.0151C14.07 33.0151 10.5 31.5001 7.82996 29.0401C8.18996 27.6751 9.16496 26.4301 10.59 25.4701C14.685 22.7401 21.345 22.7401 25.41 25.4701C26.85 26.4301 27.81 27.6751 28.17 29.0401Z"
19
- fill="#647280"
20
- />
21
- <path
22
- d="M28 12C28 12.5523 28.4477 13 29 13C29.5523 13 30 12.5523 30 12V9H33C33.5523 9 34 8.55231 34 8C34 7.44769 33.5523 7 33 7H30V4C30 3.44769 29.5523 3 29 3C28.4477 3 28 3.44769 28 4V7H25C24.4477 7 24 7.44769 24 8C24 8.55231 24.4477 9 25 9H28V12Z"
23
- fill="#647280"
24
- />
25
- </svg>
26
- );
@@ -1,43 +0,0 @@
1
- export { ICBold24File } from './ic-bold-24-file';
2
- export { ICColor24Youtube } from './ic-color-24-youtube';
3
- export { ICLine24Menu } from './ic-line-24-menu';
4
- export { ICBold24Caution } from './ic-bold-24-caution';
5
- export { ICBold24Check } from './ic-bold-24-check';
6
- export { ICLine24MessageEdit } from './ic-line-24-message-edit';
7
- export { ICTone36Invite } from './ic-tone-36-invite';
8
- export { ICBold16Apple } from './ic-bold-16-apple';
9
- export { ICLine16ArrowUp } from './ic-line-16-arrow-up';
10
- export { ICLine24ArrowLeft } from './ic-line-24-arrow-left';
11
- export { ICColor24Text } from './ic-color-24-text';
12
- export { ICBold16QuoteUp } from './ic-bold-16-quote-up';
13
- export { ICBold24Globe } from './ic-bold-24-globe';
14
- export { ICColor24Pdf } from './ic-color-24-pdf';
15
- export { ICBold16Chrome } from './ic-bold-16-chrome';
16
- export { ICColor24Math } from './ic-color-24-math';
17
- export { ICLine24SelectText } from './ic-line-24-select-text';
18
- export { ICLine24Add } from './ic-line-24-add';
19
- export { ICColor24News } from './ic-color-24-news';
20
- export { ICColor24Html } from './ic-color-24-html';
21
- export { ICBold24Image } from './ic-bold-24-image';
22
- export { ICColor24Typing } from './ic-color-24-typing';
23
- export { ICLine24SourceRebuilding } from './ic-line-24-source-rebuilding';
24
- export { ICLine24Close } from './ic-line-24-close';
25
- export { ICColor24Excel } from './ic-color-24-excel';
26
- export { ICBold24Info } from './ic-bold-24-info';
27
- export { ICLine16Copy } from './ic-line-16-copy';
28
- export { ICColor24Upload } from './ic-color-24-upload';
29
- export { ICLine24Globe } from './ic-line-24-globe';
30
- export { ICLine24Copy } from './ic-line-24-copy';
31
- export { ICLine16Mobile } from './ic-line-16-mobile';
32
- export { ICColor24Word } from './ic-color-24-word';
33
- export { ICTone363thread } from './ic-tone-36-3thread';
34
- export { ICLine16Search } from './ic-line-16-search';
35
- export { ICBold16Android } from './ic-bold-16-android';
36
- export { ICColor24Image } from './ic-color-24-image';
37
- export { ICColor24Academic } from './ic-color-24-academic';
38
- export { ICLine16ArrowDown } from './ic-line-16-arrow-down';
39
- export { ICLine16Check } from './ic-line-16-check';
40
- export { ICColor24Ppt } from './ic-color-24-ppt';
41
- export { ICLine16Source } from './ic-line-16-source';
42
- export { ICColor24Writer } from './ic-color-24-writer';
43
- export { ICColor24Workspace } from './ic-color-24-workspace';
package/src/color.ts DELETED
@@ -1,21 +0,0 @@
1
- export const color = {
2
- white: '#fff',
3
- black: '#080A0D',
4
- blue100: '#05A0F5',
5
- red: '#FF4D4D',
6
- blue95: '#048FDB',
7
- blue10: '#ECF5FF',
8
- blue15: '#E2F1FF',
9
- coolgray99: '#F7FAFD',
10
- coolgray97: '#F2F5F7',
11
- coolgray95: '#E9EDF2',
12
- coolgray90: '#D8DFE5',
13
- coolgray80: '#B8C2CC',
14
- coolgray70: '#9AA7B3',
15
- coolgray60: '#7D8B99',
16
- coolgray50: '#647280',
17
- coolgray40: '#4B5966',
18
- coolgray30: '#36424D',
19
- coolgray20: '#222A33',
20
- coolgray5: '#080A0D',
21
- } as const;
package/src/typography.ts DELETED
@@ -1,50 +0,0 @@
1
- export const typography = {
2
- 'Body-16-400':
3
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 400;\n font-size: 16px;\n ",
4
- 'Body-15-400':
5
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 400;\n font-size: 15px;\n ",
6
- 'Paragraph-16-400':
7
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 400;\n font-size: 16px;\n ",
8
- 'Paragraph-15-400':
9
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 400;\n font-size: 15px;\n ",
10
- 'Caption-13-400':
11
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 400;\n font-size: 13px;\n ",
12
- 'Caption-11-400':
13
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 400;\n font-size: 11px;\n ",
14
- 'Title-32-500':
15
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 41.599998474121094px;\n font-weight: 500;\n font-size: 32px;\n ",
16
- 'Title-24-500':
17
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 32px;\n font-weight: 500;\n font-size: 24px;\n ",
18
- 'Title-20-500':
19
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 500;\n font-size: 20px;\n ",
20
- 'Body-16-500':
21
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 500;\n font-size: 16px;\n ",
22
- 'Body-15-500':
23
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 500;\n font-size: 15px;\n ",
24
- 'Paragraph-16-500':
25
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 500;\n font-size: 16px;\n ",
26
- 'Paragraph-15-500':
27
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 500;\n font-size: 15px;\n ",
28
- 'Caption-13-500':
29
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 500;\n font-size: 13px;\n ",
30
- 'Caption-11-500':
31
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 500;\n font-size: 11px;\n ",
32
- 'Title-32-700':
33
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 41.599998474121094px;\n font-weight: 700;\n font-size: 32px;\n ",
34
- 'Title-24-700':
35
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 32px;\n font-weight: 700;\n font-size: 24px;\n ",
36
- 'Title-20-700':
37
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 700;\n font-size: 20px;\n ",
38
- 'Body-16-700':
39
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 700;\n font-size: 16px;\n ",
40
- 'Body-15-700':
41
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 700;\n font-size: 15px;\n ",
42
- 'Paragraph-16-700':
43
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 700;\n font-size: 16px;\n ",
44
- 'Paragraph-15-700':
45
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 700;\n font-size: 15px;\n ",
46
- 'Caption-13-700':
47
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 700;\n font-size: 13px;\n ",
48
- 'Caption-11-700':
49
- "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 700;\n font-size: 11px;\n ",
50
- } as const;
File without changes