polaris_tokens 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/dist/Polaris.ase +0 -0
- data/dist/Polaris.clr +0 -0
- data/dist/colors.ase.json +349 -0
- data/package.json +11 -11
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ec26083fc0b90cad2122942607ab84658f22b1b
|
4
|
+
data.tar.gz: 2fd5843a70cf3110cddccc21013e3deb413a8b4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94ced6b5ed95233f3b95992cabddf2f1a24b03aa3b82bb9465e1d46a6813d8e37b798f0d51120f7820a6133fc2a3ee8e3f1cbc4ae8abe8db2254a6ce87d09d9b
|
7
|
+
data.tar.gz: 850c5ac28b16cae85a417a2f992e8c05b1f3e3705b90a90fcc467c1a7605e3811de5781f56aadaab5e0857c2a4627a7baecb85c219a8ea4f6274f3c8e464e38d
|
data/README.md
CHANGED
@@ -130,14 +130,14 @@ evolve and improve over time with the needs of developers, designers and partner
|
|
130
130
|
We gratefully accept impromptu contributions to the documentation, typo and bug fixes,
|
131
131
|
and expect design token requests and changes to be discussed before a pull request.
|
132
132
|
|
133
|
-
### [Code of conduct](https://github.com/Shopify/polaris-tokens/blob/master/CODE_OF_CONDUCT.md)
|
133
|
+
### [Code of conduct](https://github.com/Shopify/polaris-tokens/blob/master/.github/CODE_OF_CONDUCT.md)
|
134
134
|
|
135
|
-
We have a [code of conduct](https://github.com/Shopify/polaris-tokens/blob/master/CODE_OF_CONDUCT.md),
|
135
|
+
We have a [code of conduct](https://github.com/Shopify/polaris-tokens/blob/master/.github/CODE_OF_CONDUCT.md),
|
136
136
|
please follow it in all your interactions with the project.
|
137
137
|
|
138
|
-
### [Contributing guide](https://github.com/Shopify/polaris-tokens/blob/master/CONTRIBUTING.md)
|
138
|
+
### [Contributing guide](https://github.com/Shopify/polaris-tokens/blob/master/.github/CONTRIBUTING.md)
|
139
139
|
|
140
|
-
Read the [contributing guide](https://github.com/Shopify/polaris-tokens/blob/master/CONTRIBUTING.md)
|
140
|
+
Read the [contributing guide](https://github.com/Shopify/polaris-tokens/blob/master/.github/CONTRIBUTING.md)
|
141
141
|
to learn how to propose changes and understand our development process.
|
142
142
|
|
143
143
|
### [License](https://github.com/Shopify/polaris-tokens/blob/master/LICENSE.md)
|
data/dist/Polaris.ase
CHANGED
Binary file
|
data/dist/Polaris.clr
CHANGED
Binary file
|
@@ -0,0 +1,349 @@
|
|
1
|
+
{
|
2
|
+
"version": "1.0",
|
3
|
+
"groups": [],
|
4
|
+
"colors": [
|
5
|
+
{
|
6
|
+
"name": "purple-lighter",
|
7
|
+
"model": "RGB",
|
8
|
+
"type": "global",
|
9
|
+
"color": [0.9647058823529412, 0.9411764705882353, 0.9921568627450981]
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"name": "purple-light",
|
13
|
+
"model": "RGB",
|
14
|
+
"type": "global",
|
15
|
+
"color": [0.8901960784313725, 0.8156862745098039, 1]
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "purple-base",
|
19
|
+
"model": "RGB",
|
20
|
+
"type": "global",
|
21
|
+
"color": [0.611764705882353, 0.41568627450980394, 0.8705882352941177]
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"name": "purple-dark",
|
25
|
+
"model": "RGB",
|
26
|
+
"type": "global",
|
27
|
+
"color": [0.3137254901960784, 0.1411764705882353, 0.5607843137254902]
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"name": "purple-darker",
|
31
|
+
"model": "RGB",
|
32
|
+
"type": "global",
|
33
|
+
"color": [0.13725490196078433, 0, 0.3176470588235294]
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"name": "purple-text",
|
37
|
+
"model": "RGB",
|
38
|
+
"type": "global",
|
39
|
+
"color": [0.3137254901960784, 0.28627450980392155, 0.35294117647058826]
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"name": "indigo-lighter",
|
43
|
+
"model": "RGB",
|
44
|
+
"type": "global",
|
45
|
+
"color": [0.9568627450980393, 0.9607843137254902, 0.9803921568627451]
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "indigo-light",
|
49
|
+
"model": "RGB",
|
50
|
+
"type": "global",
|
51
|
+
"color": [0.7019607843137254, 0.7372549019607844, 0.9607843137254902]
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"name": "indigo-base",
|
55
|
+
"model": "RGB",
|
56
|
+
"type": "global",
|
57
|
+
"color": [0.3607843137254902, 0.41568627450980394, 0.7686274509803922]
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"name": "indigo-dark",
|
61
|
+
"model": "RGB",
|
62
|
+
"type": "global",
|
63
|
+
"color": [0.12549019607843137, 0.1803921568627451, 0.47058823529411764]
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"name": "indigo-darker",
|
67
|
+
"model": "RGB",
|
68
|
+
"type": "global",
|
69
|
+
"color": [0, 0.023529411764705882, 0.2235294117647059]
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"name": "indigo-text",
|
73
|
+
"model": "RGB",
|
74
|
+
"type": "global",
|
75
|
+
"color": [0.24313725490196078, 0.2549019607843137, 0.3333333333333333]
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"name": "blue-lighter",
|
79
|
+
"model": "RGB",
|
80
|
+
"type": "global",
|
81
|
+
"color": [0.9215686274509803, 0.9607843137254902, 0.9803921568627451]
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"name": "blue-light",
|
85
|
+
"model": "RGB",
|
86
|
+
"type": "global",
|
87
|
+
"color": [0.7058823529411765, 0.8823529411764706, 0.9803921568627451]
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"name": "blue-base",
|
91
|
+
"model": "RGB",
|
92
|
+
"type": "global",
|
93
|
+
"color": [0, 0.47843137254901963, 0.807843137254902]
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"name": "blue-dark",
|
97
|
+
"model": "RGB",
|
98
|
+
"type": "global",
|
99
|
+
"color": [0.03137254901960784, 0.3058823529411765, 0.5411764705882353]
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"name": "blue-darker",
|
103
|
+
"model": "RGB",
|
104
|
+
"type": "global",
|
105
|
+
"color": [0, 0.0784313725490196, 0.1607843137254902]
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"name": "blue-text",
|
109
|
+
"model": "RGB",
|
110
|
+
"type": "global",
|
111
|
+
"color": [0.24313725490196078, 0.3058823529411765, 0.3411764705882353]
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"name": "teal-lighter",
|
115
|
+
"model": "RGB",
|
116
|
+
"type": "global",
|
117
|
+
"color": [0.8784313725490196, 0.9607843137254902, 0.9607843137254902]
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"name": "teal-light",
|
121
|
+
"model": "RGB",
|
122
|
+
"type": "global",
|
123
|
+
"color": [0.7176470588235294, 0.9254901960784314, 0.9254901960784314]
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"name": "teal-base",
|
127
|
+
"model": "RGB",
|
128
|
+
"type": "global",
|
129
|
+
"color": [0.2784313725490196, 0.7568627450980392, 0.7490196078431373]
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"name": "teal-dark",
|
133
|
+
"model": "RGB",
|
134
|
+
"type": "global",
|
135
|
+
"color": [0, 0.5176470588235295, 0.5568627450980392]
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"name": "teal-darker",
|
139
|
+
"model": "RGB",
|
140
|
+
"type": "global",
|
141
|
+
"color": [0, 0.19215686274509805, 0.20784313725490197]
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"name": "teal-text",
|
145
|
+
"model": "RGB",
|
146
|
+
"type": "global",
|
147
|
+
"color": [0.25098039215686274, 0.3254901960784314, 0.3215686274509804]
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"name": "green-lighter",
|
151
|
+
"model": "RGB",
|
152
|
+
"type": "global",
|
153
|
+
"color": [0.8901960784313725, 0.9450980392156862, 0.8745098039215686]
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"name": "green-light",
|
157
|
+
"model": "RGB",
|
158
|
+
"type": "global",
|
159
|
+
"color": [0.7333333333333333, 0.8980392156862745, 0.7019607843137254]
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"name": "green-base",
|
163
|
+
"model": "RGB",
|
164
|
+
"type": "global",
|
165
|
+
"color": [0.3137254901960784, 0.7215686274509804, 0.23529411764705882]
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"name": "green-dark",
|
169
|
+
"model": "RGB",
|
170
|
+
"type": "global",
|
171
|
+
"color": [0.06274509803921569, 0.5019607843137255, 0.2627450980392157]
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"name": "green-darker",
|
175
|
+
"model": "RGB",
|
176
|
+
"type": "global",
|
177
|
+
"color": [0.09019607843137255, 0.21176470588235294, 0.18823529411764706]
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"name": "green-text",
|
181
|
+
"model": "RGB",
|
182
|
+
"type": "global",
|
183
|
+
"color": [0.2549019607843137, 0.30980392156862746, 0.24313725490196078]
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"name": "yellow-lighter",
|
187
|
+
"model": "RGB",
|
188
|
+
"type": "global",
|
189
|
+
"color": [0.9882352941176471, 0.9450980392156862, 0.803921568627451]
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"name": "yellow-light",
|
193
|
+
"model": "RGB",
|
194
|
+
"type": "global",
|
195
|
+
"color": [1, 0.9176470588235294, 0.5411764705882353]
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"name": "yellow-base",
|
199
|
+
"model": "RGB",
|
200
|
+
"type": "global",
|
201
|
+
"color": [0.9333333333333333, 0.7607843137254902, 0]
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"name": "yellow-dark",
|
205
|
+
"model": "RGB",
|
206
|
+
"type": "global",
|
207
|
+
"color": [0.611764705882353, 0.43529411764705883, 0.09803921568627451]
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"name": "yellow-darker",
|
211
|
+
"model": "RGB",
|
212
|
+
"type": "global",
|
213
|
+
"color": [0.3411764705882353, 0.23137254901960785, 0]
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"name": "yellow-text",
|
217
|
+
"model": "RGB",
|
218
|
+
"type": "global",
|
219
|
+
"color": [0.34901960784313724, 0.3176470588235294, 0.18823529411764706]
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"name": "orange-lighter",
|
223
|
+
"model": "RGB",
|
224
|
+
"type": "global",
|
225
|
+
"color": [0.9882352941176471, 0.9215686274509803, 0.8588235294117647]
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"name": "orange-light",
|
229
|
+
"model": "RGB",
|
230
|
+
"type": "global",
|
231
|
+
"color": [1, 0.7725490196078432, 0.5450980392156862]
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"name": "orange-base",
|
235
|
+
"model": "RGB",
|
236
|
+
"type": "global",
|
237
|
+
"color": [0.9568627450980393, 0.5764705882352941, 0.25882352941176473]
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"name": "orange-dark",
|
241
|
+
"model": "RGB",
|
242
|
+
"type": "global",
|
243
|
+
"color": [0.7529411764705882, 0.3411764705882353, 0.09019607843137255]
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"name": "orange-darker",
|
247
|
+
"model": "RGB",
|
248
|
+
"type": "global",
|
249
|
+
"color": [0.2901960784313726, 0.08235294117647059, 0.01568627450980392]
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"name": "orange-text",
|
253
|
+
"model": "RGB",
|
254
|
+
"type": "global",
|
255
|
+
"color": [0.34901960784313724, 0.26666666666666666, 0.18823529411764706]
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"name": "red-lighter",
|
259
|
+
"model": "RGB",
|
260
|
+
"type": "global",
|
261
|
+
"color": [0.984313725490196, 0.9176470588235294, 0.8980392156862745]
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"name": "red-light",
|
265
|
+
"model": "RGB",
|
266
|
+
"type": "global",
|
267
|
+
"color": [0.996078431372549, 0.6784313725490196, 0.6039215686274509]
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"name": "red-base",
|
271
|
+
"model": "RGB",
|
272
|
+
"type": "global",
|
273
|
+
"color": [0.8705882352941177, 0.21176470588235294, 0.09411764705882353]
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"name": "red-dark",
|
277
|
+
"model": "RGB",
|
278
|
+
"type": "global",
|
279
|
+
"color": [0.7490196078431373, 0.027450980392156862, 0.06666666666666667]
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"name": "red-darker",
|
283
|
+
"model": "RGB",
|
284
|
+
"type": "global",
|
285
|
+
"color": [0.2, 0.00392156862745098, 0.00392156862745098]
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"name": "red-text",
|
289
|
+
"model": "RGB",
|
290
|
+
"type": "global",
|
291
|
+
"color": [0.34509803921568627, 0.23529411764705882, 0.20784313725490197]
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"name": "white-base",
|
295
|
+
"model": "RGB",
|
296
|
+
"type": "global",
|
297
|
+
"color": [1, 1, 1]
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"name": "sky-lighter",
|
301
|
+
"model": "RGB",
|
302
|
+
"type": "global",
|
303
|
+
"color": [0.9764705882352941, 0.9803921568627451, 0.984313725490196]
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"name": "sky-light",
|
307
|
+
"model": "RGB",
|
308
|
+
"type": "global",
|
309
|
+
"color": [0.9568627450980393, 0.9647058823529412, 0.9725490196078431]
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"name": "sky-base",
|
313
|
+
"model": "RGB",
|
314
|
+
"type": "global",
|
315
|
+
"color": [0.8745098039215686, 0.8901960784313725, 0.9098039215686274]
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"name": "sky-dark",
|
319
|
+
"model": "RGB",
|
320
|
+
"type": "global",
|
321
|
+
"color": [0.7686274509803922, 0.803921568627451, 0.8352941176470589]
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"name": "ink-lightest",
|
325
|
+
"model": "RGB",
|
326
|
+
"type": "global",
|
327
|
+
"color": [0.5686274509803921, 0.6196078431372549, 0.6705882352941176]
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"name": "ink-lighter",
|
331
|
+
"model": "RGB",
|
332
|
+
"type": "global",
|
333
|
+
"color": [0.38823529411764707, 0.45098039215686275, 0.5058823529411764]
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"name": "ink-light",
|
337
|
+
"model": "RGB",
|
338
|
+
"type": "global",
|
339
|
+
"color": [0.27058823529411763, 0.30980392156862746, 0.3568627450980392]
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"name": "ink-base",
|
343
|
+
"model": "RGB",
|
344
|
+
"type": "global",
|
345
|
+
"color": [0.12941176470588237, 0.16862745098039217, 0.21176470588235294]
|
346
|
+
},
|
347
|
+
{"name": "black-base", "model": "RGB", "type": "global", "color": [0, 0, 0]}
|
348
|
+
]
|
349
|
+
}
|
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@shopify/polaris-tokens",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.2.0",
|
4
4
|
"description": "Design Tokens for the Polaris Design System",
|
5
5
|
"main": "index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -63,30 +63,30 @@
|
|
63
63
|
"devDependencies": {
|
64
64
|
"ase-util": "^1.0.1",
|
65
65
|
"ase-utils": "^0.1.1",
|
66
|
-
"browser-sync": "^2.
|
66
|
+
"browser-sync": "^2.24.4",
|
67
67
|
"dashify": "^1.0.0",
|
68
68
|
"eslint": "^4.19.1",
|
69
69
|
"eslint-config-prettier": "^2.9.0",
|
70
70
|
"eslint-plugin-prettier": "^2.6.0",
|
71
|
-
"eslint-plugin-shopify": "^
|
72
|
-
"fs-extra": "^
|
71
|
+
"eslint-plugin-shopify": "^22.0.0",
|
72
|
+
"fs-extra": "^6.0.1",
|
73
73
|
"gulp": "^3.9.1",
|
74
74
|
"gulp-load-plugins": "^1.5.0",
|
75
75
|
"gulp-plumber": "^1.2.0",
|
76
|
-
"gulp-rename": "^1.2.
|
76
|
+
"gulp-rename": "^1.2.3",
|
77
77
|
"gulp-restart": "^0.1.1",
|
78
78
|
"gulp-sass": "^4.0.1",
|
79
79
|
"gulp-sourcemaps": "^2.6.4",
|
80
|
-
"gulp-theo": "^2.0.0
|
80
|
+
"gulp-theo": "^2.0.0",
|
81
81
|
"http-server": "^0.11.1",
|
82
82
|
"immutable": "^3.8.2",
|
83
|
-
"jest": "^
|
83
|
+
"jest": "^23.0.0",
|
84
84
|
"js-yaml": "^3.11.0",
|
85
|
-
"lodash": "^4.17.
|
85
|
+
"lodash": "^4.17.10",
|
86
86
|
"node-fetch": "^2.1.2",
|
87
|
-
"nodemon": "^1.17.
|
88
|
-
"npm-run-all": "^4.1.
|
89
|
-
"prettier": "1.12.
|
87
|
+
"nodemon": "^1.17.5",
|
88
|
+
"npm-run-all": "^4.1.3",
|
89
|
+
"prettier": "1.12.1",
|
90
90
|
"renamer": "^0.6.1",
|
91
91
|
"rimraf": "^2.6.2",
|
92
92
|
"run-sequence": "^2.2.1",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polaris_tokens
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Design Tokens for the Polaris Design System
|
14
14
|
email:
|
@@ -22,6 +22,7 @@ files:
|
|
22
22
|
- dist/Polaris.ase
|
23
23
|
- dist/Polaris.clr
|
24
24
|
- dist/Polaris.sketchpalette
|
25
|
+
- dist/colors.ase.json
|
25
26
|
- dist/colors.color-map.scss
|
26
27
|
- dist/colors.common.js
|
27
28
|
- dist/colors.custom-properties.css
|