@youcan/celeste-tokens 0.6.95 → 0.6.97
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/dist/json/animation.json +39 -0
- package/dist/json/color.json +1024 -0
- package/dist/json/radius.json +40 -0
- package/dist/json/shadow.json +202 -0
- package/dist/json/spacing.json +44 -0
- package/dist/json/typo.json +526 -0
- package/package.json +19 -1
- package/src/generate.ts +10 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"radius": {
|
|
3
|
+
"full": {
|
|
4
|
+
"$value": 999,
|
|
5
|
+
"$type": "dimension"
|
|
6
|
+
},
|
|
7
|
+
"10": {
|
|
8
|
+
"$value": 10,
|
|
9
|
+
"$type": "dimension"
|
|
10
|
+
},
|
|
11
|
+
"8": {
|
|
12
|
+
"$value": 8,
|
|
13
|
+
"$type": "dimension"
|
|
14
|
+
},
|
|
15
|
+
"6": {
|
|
16
|
+
"$value": 6,
|
|
17
|
+
"$type": "dimension"
|
|
18
|
+
},
|
|
19
|
+
"12": {
|
|
20
|
+
"$value": 12,
|
|
21
|
+
"$type": "dimension"
|
|
22
|
+
},
|
|
23
|
+
"4": {
|
|
24
|
+
"$value": 4,
|
|
25
|
+
"$type": "dimension"
|
|
26
|
+
},
|
|
27
|
+
"16": {
|
|
28
|
+
"$value": 16,
|
|
29
|
+
"$type": "dimension"
|
|
30
|
+
},
|
|
31
|
+
"20": {
|
|
32
|
+
"$value": 20,
|
|
33
|
+
"$type": "dimension"
|
|
34
|
+
},
|
|
35
|
+
"24": {
|
|
36
|
+
"$value": 24,
|
|
37
|
+
"$type": "dimension"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shadow": {
|
|
3
|
+
"regular": {
|
|
4
|
+
"xs": {
|
|
5
|
+
"$value": {
|
|
6
|
+
"color": "#0a0d1408",
|
|
7
|
+
"$type": "dropShadow",
|
|
8
|
+
"x": 0,
|
|
9
|
+
"y": 1,
|
|
10
|
+
"blur": 2,
|
|
11
|
+
"spread": 0
|
|
12
|
+
},
|
|
13
|
+
"$type": "boxShadow"
|
|
14
|
+
},
|
|
15
|
+
"md": {
|
|
16
|
+
"$value": {
|
|
17
|
+
"color": "#0e121b1a",
|
|
18
|
+
"$type": "dropShadow",
|
|
19
|
+
"x": 0,
|
|
20
|
+
"y": 16,
|
|
21
|
+
"blur": 32,
|
|
22
|
+
"spread": -12
|
|
23
|
+
},
|
|
24
|
+
"$type": "boxShadow"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"buttons": {
|
|
28
|
+
"primary-focus": {
|
|
29
|
+
"$value": [
|
|
30
|
+
{
|
|
31
|
+
"color": "#ffffff",
|
|
32
|
+
"$type": "dropShadow",
|
|
33
|
+
"x": 0,
|
|
34
|
+
"y": 0,
|
|
35
|
+
"blur": 0,
|
|
36
|
+
"spread": 2
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"color": "#fb4ba31a",
|
|
40
|
+
"$type": "dropShadow",
|
|
41
|
+
"x": 0,
|
|
42
|
+
"y": 0,
|
|
43
|
+
"blur": 0,
|
|
44
|
+
"spread": 4
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"$type": "boxShadow"
|
|
48
|
+
},
|
|
49
|
+
"important-focus": {
|
|
50
|
+
"$value": [
|
|
51
|
+
{
|
|
52
|
+
"color": "#ffffff",
|
|
53
|
+
"$type": "dropShadow",
|
|
54
|
+
"x": 0,
|
|
55
|
+
"y": 0,
|
|
56
|
+
"blur": 0,
|
|
57
|
+
"spread": 2
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"color": "#99a0ae29",
|
|
61
|
+
"$type": "dropShadow",
|
|
62
|
+
"x": 0,
|
|
63
|
+
"y": 0,
|
|
64
|
+
"blur": 0,
|
|
65
|
+
"spread": 4
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"$type": "boxShadow"
|
|
69
|
+
},
|
|
70
|
+
"error-focus": {
|
|
71
|
+
"$value": [
|
|
72
|
+
{
|
|
73
|
+
"color": "#ffffff",
|
|
74
|
+
"$type": "dropShadow",
|
|
75
|
+
"x": 0,
|
|
76
|
+
"y": 0,
|
|
77
|
+
"blur": 0,
|
|
78
|
+
"spread": 2
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"color": "#fb37481a",
|
|
82
|
+
"$type": "dropShadow",
|
|
83
|
+
"x": 0,
|
|
84
|
+
"y": 0,
|
|
85
|
+
"blur": 0,
|
|
86
|
+
"spread": 4
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"$type": "boxShadow"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"fancy-buttons": {
|
|
93
|
+
"neutral": {
|
|
94
|
+
"$value": [
|
|
95
|
+
{
|
|
96
|
+
"color": "#1b1c1d7a",
|
|
97
|
+
"$type": "dropShadow",
|
|
98
|
+
"x": 0,
|
|
99
|
+
"y": 1,
|
|
100
|
+
"blur": 2,
|
|
101
|
+
"spread": 0
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"color": "#242628",
|
|
105
|
+
"$type": "dropShadow",
|
|
106
|
+
"x": 0,
|
|
107
|
+
"y": 0,
|
|
108
|
+
"blur": 0,
|
|
109
|
+
"spread": 1
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"$type": "boxShadow"
|
|
113
|
+
},
|
|
114
|
+
"primary": {
|
|
115
|
+
"$value": [
|
|
116
|
+
{
|
|
117
|
+
"color": "#0e121b3d",
|
|
118
|
+
"$type": "dropShadow",
|
|
119
|
+
"x": 0,
|
|
120
|
+
"y": 1,
|
|
121
|
+
"blur": 2,
|
|
122
|
+
"spread": 0
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"color": "#e1116f",
|
|
126
|
+
"$type": "dropShadow",
|
|
127
|
+
"x": 0,
|
|
128
|
+
"y": 0,
|
|
129
|
+
"blur": 0,
|
|
130
|
+
"spread": 1
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"$type": "boxShadow"
|
|
134
|
+
},
|
|
135
|
+
"error": {
|
|
136
|
+
"$value": [
|
|
137
|
+
{
|
|
138
|
+
"color": "#0e121b3d",
|
|
139
|
+
"$type": "dropShadow",
|
|
140
|
+
"x": 0,
|
|
141
|
+
"y": 1,
|
|
142
|
+
"blur": 2,
|
|
143
|
+
"spread": 0
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"color": "#fb3748",
|
|
147
|
+
"$type": "dropShadow",
|
|
148
|
+
"x": 0,
|
|
149
|
+
"y": 0,
|
|
150
|
+
"blur": 0,
|
|
151
|
+
"spread": 1
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"$type": "boxShadow"
|
|
155
|
+
},
|
|
156
|
+
"stroke": {
|
|
157
|
+
"$value": [
|
|
158
|
+
{
|
|
159
|
+
"color": "#0e121b1f",
|
|
160
|
+
"$type": "dropShadow",
|
|
161
|
+
"x": 0,
|
|
162
|
+
"y": 1,
|
|
163
|
+
"blur": 3,
|
|
164
|
+
"spread": 0
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"color": "#e1e4ea",
|
|
168
|
+
"$type": "dropShadow",
|
|
169
|
+
"x": 0,
|
|
170
|
+
"y": 0,
|
|
171
|
+
"blur": 0,
|
|
172
|
+
"spread": 1
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"$type": "boxShadow"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"toggle": {
|
|
179
|
+
"switch": {
|
|
180
|
+
"$value": [
|
|
181
|
+
{
|
|
182
|
+
"color": "#0e121b0f",
|
|
183
|
+
"$type": "dropShadow",
|
|
184
|
+
"x": 0,
|
|
185
|
+
"y": 6,
|
|
186
|
+
"blur": 10,
|
|
187
|
+
"spread": 0
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"color": "#0e121b08",
|
|
191
|
+
"$type": "dropShadow",
|
|
192
|
+
"x": 0,
|
|
193
|
+
"y": 2,
|
|
194
|
+
"blur": 4,
|
|
195
|
+
"spread": 0
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"$type": "boxShadow"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"spacing": {
|
|
3
|
+
"0": {
|
|
4
|
+
"$value": 0,
|
|
5
|
+
"$type": "spacing"
|
|
6
|
+
},
|
|
7
|
+
"2": {
|
|
8
|
+
"$value": 2,
|
|
9
|
+
"$type": "spacing"
|
|
10
|
+
},
|
|
11
|
+
"4": {
|
|
12
|
+
"$value": 4,
|
|
13
|
+
"$type": "spacing"
|
|
14
|
+
},
|
|
15
|
+
"8": {
|
|
16
|
+
"$value": 8,
|
|
17
|
+
"$type": "spacing"
|
|
18
|
+
},
|
|
19
|
+
"10": {
|
|
20
|
+
"$value": 10,
|
|
21
|
+
"$type": "spacing"
|
|
22
|
+
},
|
|
23
|
+
"6": {
|
|
24
|
+
"$value": 6,
|
|
25
|
+
"$type": "spacing"
|
|
26
|
+
},
|
|
27
|
+
"12": {
|
|
28
|
+
"$value": 12,
|
|
29
|
+
"$type": "spacing"
|
|
30
|
+
},
|
|
31
|
+
"14": {
|
|
32
|
+
"$value": 14,
|
|
33
|
+
"$type": "spacing"
|
|
34
|
+
},
|
|
35
|
+
"16": {
|
|
36
|
+
"$value": 16,
|
|
37
|
+
"$type": "spacing"
|
|
38
|
+
},
|
|
39
|
+
"48": {
|
|
40
|
+
"$value": 48,
|
|
41
|
+
"$type": "spacing"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|