@xhsreds/reds-token-next 0.0.5-beat123
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/cjs/const/colors/always.js +54 -0
- package/lib/cjs/const/colors/always.js.map +1 -0
- package/lib/cjs/const/colors/dark.js +74 -0
- package/lib/cjs/const/colors/dark.js.map +1 -0
- package/lib/cjs/const/colors/light.js +74 -0
- package/lib/cjs/const/colors/light.js.map +1 -0
- package/lib/cjs/const/const/fontWeight.js +11 -0
- package/lib/cjs/const/const/fontWeight.js.map +1 -0
- package/lib/cjs/const/number/index.js +126 -0
- package/lib/cjs/const/number/index.js.map +1 -0
- package/lib/cjs/const/typography/index.js +108 -0
- package/lib/cjs/const/typography/index.js.map +1 -0
- package/lib/cjs/index.js +18 -0
- package/lib/cjs/index.js.map +1 -0
- package/lib/esm/const/colors/always.js +28 -0
- package/lib/esm/const/colors/always.js.map +1 -0
- package/lib/esm/const/colors/dark.js +38 -0
- package/lib/esm/const/colors/dark.js.map +1 -0
- package/lib/esm/const/colors/light.js +38 -0
- package/lib/esm/const/colors/light.js.map +1 -0
- package/lib/esm/const/const/fontWeight.js +9 -0
- package/lib/esm/const/const/fontWeight.js.map +1 -0
- package/lib/esm/const/number/index.js +65 -0
- package/lib/esm/const/number/index.js.map +1 -0
- package/lib/esm/const/typography/index.js +56 -0
- package/lib/esm/const/typography/index.js.map +1 -0
- package/lib/esm/index.js +13 -0
- package/lib/esm/index.js.map +1 -0
- package/lib/types/const/colors/always.d.ts +27 -0
- package/lib/types/const/colors/dark.d.ts +37 -0
- package/lib/types/const/colors/light.d.ts +37 -0
- package/lib/types/const/const/fontWeight.d.ts +6 -0
- package/lib/types/const/number/index.d.ts +62 -0
- package/lib/types/const/typography/index.d.ts +53 -0
- package/lib/types/index.d.ts +13 -0
- package/lib/types/interface/index.d.ts +9 -0
- package/package.json +16 -0
- package/rollup.config.js +37 -0
- package/src/const/colors/always.ts +25 -0
- package/src/const/colors/dark.ts +35 -0
- package/src/const/colors/light.ts +35 -0
- package/src/const/const/fontWeight.ts +10 -0
- package/src/const/index.ts +6 -0
- package/src/const/number/index.ts +62 -0
- package/src/const/typography/index.ts +53 -0
- package/src/index.ts +2 -0
- package/src/interface/index.ts +7 -0
- package/tsconfig.json +7 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { FontWeight } from "../const/fontWeight";
|
|
2
|
+
|
|
3
|
+
export const H1NumberFontWeight = FontWeight.Medium;
|
|
4
|
+
export const H1NumberFontSize = 32;
|
|
5
|
+
export const H1NumberLineHeight = 40;
|
|
6
|
+
export const H1NumberEmphasizedFontWeight = FontWeight.Bold;
|
|
7
|
+
export const H1NumberEmphasizedFontSize = 32;
|
|
8
|
+
export const H1NumberEmphasizedLineHeight = 40;
|
|
9
|
+
export const H2NumberFontWeight = FontWeight.Medium;
|
|
10
|
+
export const H2NumberFontSize = 24;
|
|
11
|
+
export const H2NumberLineHeight = 32;
|
|
12
|
+
export const H2NumberEmphasizedFontWeight = FontWeight.Bold;
|
|
13
|
+
export const H2NumberEmphasizedFontSize = 24;
|
|
14
|
+
export const H2NumberEmphasizedLineHeight = 32;
|
|
15
|
+
export const H3NumberFontWeight = FontWeight.Medium;
|
|
16
|
+
export const H3NumberFontSize = 20;
|
|
17
|
+
export const H3NumberLineHeight = 28;
|
|
18
|
+
export const H3NumberEmphasizedFontWeight = FontWeight.Bold;
|
|
19
|
+
export const H3NumberEmphasizedFontSize = 20;
|
|
20
|
+
export const H3NumberEmphasizedLineHeight = 28;
|
|
21
|
+
export const T1NumberFontWeight = FontWeight.Medium;
|
|
22
|
+
export const T1NumberFontSize = 18;
|
|
23
|
+
export const T1NumberLineHeight = 26;
|
|
24
|
+
export const T1NumberEmphasizedFontWeight = FontWeight.Bold;
|
|
25
|
+
export const T1NumberEmphasizedFontSize = 18;
|
|
26
|
+
export const T1NumberEmphasizedLineHeight = 26;
|
|
27
|
+
export const T2NumberFontWeight = FontWeight.Medium;
|
|
28
|
+
export const T2NumberFontSize = 16;
|
|
29
|
+
export const T2NumberLineHeight = 24;
|
|
30
|
+
export const T2NumberEmphasizedFontWeight = FontWeight.Bold;
|
|
31
|
+
export const T2NumberEmphasizedFontSize = 16;
|
|
32
|
+
export const T2NumberEmphasizedLineHeight = 24;
|
|
33
|
+
export const T3NumberFontWeight = FontWeight.Medium;
|
|
34
|
+
export const T3NumberFontSize = 14;
|
|
35
|
+
export const T3NumberLineHeight = 20;
|
|
36
|
+
export const T3NumberEmphasizedFontWeight = FontWeight.Bold;
|
|
37
|
+
export const T3NumberEmphasizedFontSize = 14;
|
|
38
|
+
export const T3NumberEmphasizedLineHeight = 20;
|
|
39
|
+
export const B1NumberFontWeight = FontWeight.Regular;
|
|
40
|
+
export const B1NumberFontSize = 16;
|
|
41
|
+
export const B1NumberLineHeight = 24;
|
|
42
|
+
export const B1NumberEmphasizedFontWeight = FontWeight.Medium;
|
|
43
|
+
export const B1NumberEmphasizedFontSize = 16;
|
|
44
|
+
export const B1NumberEmphasizedLineHeight = 24;
|
|
45
|
+
export const B2NumberFontWeight = FontWeight.Regular;
|
|
46
|
+
export const B2NumberFontSize = 14;
|
|
47
|
+
export const B2NumberLineHeight = 20;
|
|
48
|
+
export const B2NumberEmphasizedFontWeight = FontWeight.Medium;
|
|
49
|
+
export const B2NumberEmphasizedFontSize = 14;
|
|
50
|
+
export const B2NumberEmphasizedLineHeight = 20;
|
|
51
|
+
export const C2NumberFontWeight = FontWeight.Regular;
|
|
52
|
+
export const C2NumberFontSize = 12;
|
|
53
|
+
export const C2NumberLineHeight = 18;
|
|
54
|
+
export const C2NumberEmphasizedFontWeight = FontWeight.Medium;
|
|
55
|
+
export const C2NumberEmphasizedFontSize = 12;
|
|
56
|
+
export const C2NumberEmphasizedLineHeight = 18;
|
|
57
|
+
export const C3NumberFontWeight = FontWeight.Regular;
|
|
58
|
+
export const C3NumberFontSize = 10;
|
|
59
|
+
export const C3NumberLineHeight = 14;
|
|
60
|
+
export const C3NumberEmphasizedFontWeight = FontWeight.Medium;
|
|
61
|
+
export const C3NumberEmphasizedFontSize = 10;
|
|
62
|
+
export const C3NumberEmphasizedLineHeight = 14;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { FontWeight } from "../const/fontWeight";
|
|
2
|
+
|
|
3
|
+
export const H1FontWeight = FontWeight.Semibold;
|
|
4
|
+
export const H1FontSize = 32;
|
|
5
|
+
export const H1LineHeight = 40;
|
|
6
|
+
export const H2FontWeight = FontWeight.Semibold;
|
|
7
|
+
export const H2FontSize = 24;
|
|
8
|
+
export const H2LineHeight = 32;
|
|
9
|
+
export const H3FontWeight = FontWeight.Semibold;
|
|
10
|
+
export const H3FontSize = 20;
|
|
11
|
+
export const H3LineHeight = 28;
|
|
12
|
+
export const T1FontWeight = FontWeight.Semibold;
|
|
13
|
+
export const T1FontSize = 18;
|
|
14
|
+
export const T1LineHeight = 26;
|
|
15
|
+
export const T2FontWeight = FontWeight.Medium;
|
|
16
|
+
export const T2FontSize = 16;
|
|
17
|
+
export const T2LineHeight = 24;
|
|
18
|
+
export const T3FontWeight = FontWeight.Medium;
|
|
19
|
+
export const T3FontSize = 14;
|
|
20
|
+
export const T3LineHeight = 20;
|
|
21
|
+
export const B1FontWeight = FontWeight.Regular;
|
|
22
|
+
export const B1FontSize = 16;
|
|
23
|
+
export const B1LineHeight = 24;
|
|
24
|
+
export const B1LooseFontWeight = FontWeight.Regular;
|
|
25
|
+
export const B1LooseFontSize = 16;
|
|
26
|
+
export const B1LooseLineHeight = 26;
|
|
27
|
+
export const B2FontWeight = FontWeight.Regular;
|
|
28
|
+
export const B2FontSize = 14;
|
|
29
|
+
export const B2LineHeight = 20;
|
|
30
|
+
export const B2LooseFontWeight = FontWeight.Regular;
|
|
31
|
+
export const B2LooseFontSize = 14;
|
|
32
|
+
export const B2LooseLineHeight = 22;
|
|
33
|
+
export const B2LooseSwitchFontWeight = FontWeight.Regular;
|
|
34
|
+
export const B2LooseSwitchFontSize = 15;
|
|
35
|
+
export const B2LooseSwitchLineHeight = 22;
|
|
36
|
+
export const C1FontWeight = FontWeight.Regular;
|
|
37
|
+
export const C1FontSize = 13;
|
|
38
|
+
export const C1LineHeight = 20;
|
|
39
|
+
export const C1EmphaFontSizedFontWeight = FontWeight.Medium;
|
|
40
|
+
export const C1EmphaFontSizedFontSize = 13;
|
|
41
|
+
export const C1EmphaFontSizedLineHeight = 20;
|
|
42
|
+
export const C2FontWeight = FontWeight.Regular;
|
|
43
|
+
export const C2FontSize = 12;
|
|
44
|
+
export const C2LineHeight = 18;
|
|
45
|
+
export const C2EmphaFontSizedFontWeight = FontWeight.Medium;
|
|
46
|
+
export const C2EmphaFontSizedFontSize = 12;
|
|
47
|
+
export const C2EmphaFontSizedLineHeight = 18;
|
|
48
|
+
export const C3FontWeight = FontWeight.Regular;
|
|
49
|
+
export const C3FontSize = 10;
|
|
50
|
+
export const C3LineHeight = 14;
|
|
51
|
+
export const C3EmphaFontSizedFontWeight = FontWeight.Medium;
|
|
52
|
+
export const C3EmphaFontSizedFontSize = 10;
|
|
53
|
+
export const C3EmphaFontSizedLineHeight = 14;
|
package/src/index.ts
ADDED