@phcdevworks/spectre-tokens 1.0.0 → 2.0.0

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.
@@ -0,0 +1,94 @@
1
+ {
2
+ "font": {
3
+ "xs": {
4
+ "size": "0.75rem",
5
+ "lineHeight": "1.25rem",
6
+ "weight": 400
7
+ },
8
+ "sm": {
9
+ "size": "0.875rem",
10
+ "lineHeight": "1.5rem",
11
+ "weight": 400
12
+ },
13
+ "md": {
14
+ "size": "1rem",
15
+ "lineHeight": "1.75rem",
16
+ "weight": 500
17
+ },
18
+ "lg": {
19
+ "size": "1.25rem",
20
+ "lineHeight": "2rem",
21
+ "weight": 500
22
+ },
23
+ "xl": {
24
+ "size": "1.5rem",
25
+ "lineHeight": "2.125rem",
26
+ "weight": 600
27
+ },
28
+ "2xl": {
29
+ "size": "1.875rem",
30
+ "lineHeight": "2.5rem",
31
+ "weight": 600
32
+ }
33
+ },
34
+ "typography": {
35
+ "families": {
36
+ "sans": "system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif",
37
+ "serif": "'Times New Roman', Times, serif",
38
+ "mono": "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace"
39
+ },
40
+ "scale": {
41
+ "xs": {
42
+ "fontSize": "0.75rem",
43
+ "lineHeight": "1.25rem",
44
+ "fontWeight": 400,
45
+ "letterSpacing": "0.02em"
46
+ },
47
+ "sm": {
48
+ "fontSize": "0.875rem",
49
+ "lineHeight": "1.5rem",
50
+ "fontWeight": 400
51
+ },
52
+ "md": {
53
+ "fontSize": "1rem",
54
+ "lineHeight": "1.75rem",
55
+ "fontWeight": 500
56
+ },
57
+ "lg": {
58
+ "fontSize": "1.25rem",
59
+ "lineHeight": "2rem",
60
+ "fontWeight": 600
61
+ },
62
+ "xl": {
63
+ "fontSize": "1.5rem",
64
+ "lineHeight": "2.125rem",
65
+ "fontWeight": 600
66
+ },
67
+ "2xl": {
68
+ "fontSize": "1.875rem",
69
+ "lineHeight": "2.5rem",
70
+ "fontWeight": 700
71
+ },
72
+ "3xl": {
73
+ "fontSize": "2.25rem",
74
+ "lineHeight": "2.75rem",
75
+ "fontWeight": 700
76
+ },
77
+ "4xl": {
78
+ "fontSize": "3rem",
79
+ "lineHeight": "3.5rem",
80
+ "fontWeight": 800
81
+ },
82
+ "5xl": {
83
+ "fontSize": "3.75rem",
84
+ "lineHeight": "4.25rem",
85
+ "fontWeight": 800
86
+ },
87
+ "6xl": {
88
+ "fontSize": "4.5rem",
89
+ "lineHeight": "5rem",
90
+ "fontWeight": 900
91
+ }
92
+ }
93
+ }
94
+ }