@jobber/design 0.63.0 → 0.64.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.
Files changed (42) hide show
  1. package/README.md +29 -15
  2. package/dist/{icons/iconMap.d.ts → assets/icon.map.d.ts} +166 -165
  3. package/{foundation.native.d.ts → dist/assets/tokens.all.colors.d.ts} +55 -143
  4. package/{foundation.android.d.ts → dist/assets/tokens.android.d.ts} +175 -175
  5. package/dist/assets/tokens.color.d.ts +80 -0
  6. package/dist/assets/tokens.dark.d.ts +79 -0
  7. package/{foundation.ios.d.ts → dist/assets/tokens.ios.d.ts} +175 -175
  8. package/dist/assets/tokens.semantic.d.ts +46 -0
  9. package/{foundation.d.ts → dist/assets/tokens.web.d.ts} +178 -171
  10. package/dist/color.css +79 -0
  11. package/dist/colors.cjs +79 -0
  12. package/dist/colors.mjs +79 -0
  13. package/dist/dark.mode.css +115 -0
  14. package/dist/dark.theme.css +78 -0
  15. package/dist/foundation.css +369 -0
  16. package/dist/icon.map.js +562 -0
  17. package/dist/iconStyles/iconColors.d.ts +148 -0
  18. package/dist/iconStyles/iconSizes.d.ts +16 -0
  19. package/dist/iconStyles/iconStyles.mobile.d.ts +1 -0
  20. package/dist/iconStyles/iconStyles.web.d.ts +2 -0
  21. package/dist/index.cjs +2462 -0
  22. package/dist/index.d.ts +50 -3
  23. package/dist/index.mjs +2447 -0
  24. package/dist/semantic.css +45 -0
  25. package/package.json +60 -41
  26. package/rollup.config.mjs +19 -0
  27. package/dist/icons/Icon.css.d.ts +0 -40
  28. package/dist/icons/IconColors.css.d.ts +0 -52
  29. package/dist/icons/Sizes.css.d.ts +0 -7
  30. package/dist/icons/getIcon.d.ts +0 -31
  31. package/dist/icons/getIcon.test.d.ts +0 -1
  32. package/dist/icons/iconStyles.d.ts +0 -278
  33. package/dist/index.js +0 -1305
  34. package/foundation.android.js +0 -352
  35. package/foundation.css +0 -440
  36. package/foundation.ios.js +0 -352
  37. package/foundation.js +0 -317
  38. package/foundation.native.js +0 -352
  39. package/foundation.scss +0 -319
  40. package/icons/Icon.css +0 -125
  41. package/icons/IconColors.css +0 -193
  42. package/icons/Sizes.css +0 -16
@@ -1,167 +1,9 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /* This file is automatically generated and should not be edited. */
4
- export const tokens: {
1
+ declare const _default: {
2
+ "base-unit": string;
5
3
  "border-base": number;
6
4
  "border-thick": number;
7
5
  "border-thicker": number;
8
6
  "border-thickest": number;
9
- "color-interactive": string;
10
- "color-interactive--hover": string;
11
- "color-destructive": string;
12
- "color-destructive--hover": string;
13
- "color-interactive--subtle": string;
14
- "color-interactive--subtle--hover": string;
15
- "color-disabled": string;
16
- "color-disabled--secondary": string;
17
- "color-focus": string;
18
- "color-critical": string;
19
- "color-critical--surface": string;
20
- "color-critical--onSurface": string;
21
- "color-warning": string;
22
- "color-warning--surface": string;
23
- "color-warning--onSurface": string;
24
- "color-success": string;
25
- "color-success--surface": string;
26
- "color-success--onSurface": string;
27
- "color-informative": string;
28
- "color-informative--surface": string;
29
- "color-informative--onSurface": string;
30
- "color-inactive": string;
31
- "color-inactive--surface": string;
32
- "color-inactive--onSurface": string;
33
- "color-heading": string;
34
- "color-text": string;
35
- "color-text--secondary": string;
36
- "color-text--reverse": string;
37
- "color-text--reverse--secondary": string;
38
- "color-icon": string;
39
- "color-surface": string;
40
- "color-surface--hover": string;
41
- "color-surface--background": string;
42
- "color-surface--background--hover": string;
43
- "color-surface--background--subtle": string;
44
- "color-surface--background--subtle--hover": string;
45
- "color-surface--reverse": string;
46
- "color-surface--active": string;
47
- "color-border": string;
48
- "color-border--interactive": string;
49
- "color-border--section": string;
50
- "color-overlay": string;
51
- "color-overlay--dimmed": string;
52
- "color-brand": string;
53
- "color-brand--highlight": string;
54
- "color-request": string;
55
- "color-request--surface": string;
56
- "color-request--onSurface": string;
57
- "color-quote": string;
58
- "color-quote--surface": string;
59
- "color-quote--onSurface": string;
60
- "color-job": string;
61
- "color-job--surface": string;
62
- "color-job--onSurface": string;
63
- "color-task": string;
64
- "color-task--surface": string;
65
- "color-task--onSurface": string;
66
- "color-invoice": string;
67
- "color-invoice--surface": string;
68
- "color-invoice--onSurface": string;
69
- "color-visit": string;
70
- "color-visit--surface": string;
71
- "color-visit--onSurface": string;
72
- "color-event": string;
73
- "color-event--surface": string;
74
- "color-event--onSurface": string;
75
- "color-payments": string;
76
- "color-payments--surface": string;
77
- "color-payments--onSurface": string;
78
- "color-client": string;
79
- "color-blue": string;
80
- "color-blue--light": string;
81
- "color-blue--lighter": string;
82
- "color-blue--lightest": string;
83
- "color-blue--dark": string;
84
- "color-taupe": string;
85
- "color-taupe--light": string;
86
- "color-taupe--dark": string;
87
- "color-green": string;
88
- "color-green--light": string;
89
- "color-green--lighter": string;
90
- "color-green--lightest": string;
91
- "color-green--dark": string;
92
- "color-lime": string;
93
- "color-lime--light": string;
94
- "color-lime--lighter": string;
95
- "color-lime--lightest": string;
96
- "color-lime--dark": string;
97
- "color-yellowGreen": string;
98
- "color-yellowGreen--light": string;
99
- "color-yellowGreen--lighter": string;
100
- "color-yellowGreen--lightest": string;
101
- "color-yellowGreen--dark": string;
102
- "color-yellow": string;
103
- "color-yellow--light": string;
104
- "color-yellow--lighter": string;
105
- "color-yellow--lightest": string;
106
- "color-yellow--dark": string;
107
- "color-red": string;
108
- "color-red--light": string;
109
- "color-red--lighter": string;
110
- "color-red--lightest": string;
111
- "color-red--dark": string;
112
- "color-grey": string;
113
- "color-grey--light": string;
114
- "color-grey--lighter": string;
115
- "color-grey--lightest": string;
116
- "color-grey--dark": string;
117
- "color-greyBlue--rgb": string;
118
- "color-greyBlue": string;
119
- "color-greyBlue--light": string;
120
- "color-greyBlue--lighter": string;
121
- "color-greyBlue--lightest": string;
122
- "color-greyBlue--dark": string;
123
- "color-lightBlue": string;
124
- "color-lightBlue--light": string;
125
- "color-lightBlue--lighter": string;
126
- "color-lightBlue--lightest": string;
127
- "color-lightBlue--dark": string;
128
- "color-purple": string;
129
- "color-purple--light": string;
130
- "color-purple--lighter": string;
131
- "color-purple--lightest": string;
132
- "color-purple--dark": string;
133
- "color-pink": string;
134
- "color-pink--light": string;
135
- "color-pink--lighter": string;
136
- "color-pink--lightest": string;
137
- "color-pink--dark": string;
138
- "color-teal": string;
139
- "color-teal--light": string;
140
- "color-teal--lighter": string;
141
- "color-teal--lightest": string;
142
- "color-teal--dark": string;
143
- "color-orange": string;
144
- "color-orange--light": string;
145
- "color-orange--lighter": string;
146
- "color-orange--lightest": string;
147
- "color-orange--dark": string;
148
- "color-brown": string;
149
- "color-brown--light": string;
150
- "color-brown--lighter": string;
151
- "color-brown--dark": string;
152
- "color-navy": string;
153
- "color-navy--light": string;
154
- "color-navy--lighter": string;
155
- "color-navy--lightest": string;
156
- "color-navy--dark": string;
157
- "color-indigo": string;
158
- "color-indigo--light": string;
159
- "color-indigo--lighter": string;
160
- "color-indigo--lightest": string;
161
- "color-indigo--dark": string;
162
- "color-white--rgb": string;
163
- "color-white": string;
164
- "color-base-white": string;
165
7
  "color-base-grey--100": string;
166
8
  "color-base-grey--200": string;
167
9
  "color-base-grey--300": string;
@@ -172,9 +14,6 @@ export const tokens: {
172
14
  "color-base-grey--800": string;
173
15
  "color-base-grey--900": string;
174
16
  "color-base-grey--1000": string;
175
- "color-black--rgb": string;
176
- "color-black": string;
177
- "color-base-black": string;
178
17
  "color-base-taupe--100": string;
179
18
  "color-base-taupe--200": string;
180
19
  "color-base-taupe--300": string;
@@ -265,12 +104,171 @@ export const tokens: {
265
104
  "color-base-orange--800": string;
266
105
  "color-base-orange--900": string;
267
106
  "color-base-orange--1000": string;
268
- "radius-small": number;
107
+ "color-indigo": string;
108
+ "color-indigo--light": string;
109
+ "color-indigo--lighter": string;
110
+ "color-indigo--lightest": string;
111
+ "color-indigo--dark": string;
112
+ "color-white--rgb": string;
113
+ "color-black--rgb": string;
114
+ "color-brand--highlight": string;
115
+ "color-greyBlue--rgb": string;
116
+ "color-purple--light": string;
117
+ "color-purple--lighter": string;
118
+ "color-purple--lightest": string;
119
+ "color-teal": string;
120
+ "color-teal--light": string;
121
+ "color-teal--lighter": string;
122
+ "color-teal--lightest": string;
123
+ "color-teal--dark": string;
124
+ "color-blue": string;
125
+ "color-blue--light": string;
126
+ "color-blue--lighter": string;
127
+ "color-blue--lightest": string;
128
+ "color-blue--dark": string;
129
+ "color-taupe": string;
130
+ "color-taupe--light": string;
131
+ "color-taupe--dark": string;
132
+ "color-green": string;
133
+ "color-green--light": string;
134
+ "color-green--lighter": string;
135
+ "color-green--lightest": string;
136
+ "color-green--dark": string;
137
+ "color-lime": string;
138
+ "color-lime--light": string;
139
+ "color-lime--lighter": string;
140
+ "color-lime--lightest": string;
141
+ "color-lime--dark": string;
142
+ "color-yellowGreen": string;
143
+ "color-yellowGreen--light": string;
144
+ "color-yellowGreen--lighter": string;
145
+ "color-yellowGreen--lightest": string;
146
+ "color-yellowGreen--dark": string;
147
+ "color-yellow": string;
148
+ "color-yellow--light": string;
149
+ "color-yellow--lighter": string;
150
+ "color-yellow--lightest": string;
151
+ "color-yellow--dark": string;
152
+ "color-red": string;
153
+ "color-red--light": string;
154
+ "color-red--lighter": string;
155
+ "color-red--lightest": string;
156
+ "color-red--dark": string;
157
+ "color-grey": string;
158
+ "color-grey--light": string;
159
+ "color-grey--lighter": string;
160
+ "color-grey--lightest": string;
161
+ "color-grey--dark": string;
162
+ "color-overlay": string;
163
+ "color-overlay--dimmed": string;
164
+ "color-white": string;
165
+ "color-black": string;
166
+ "color-greyBlue": string;
167
+ "color-greyBlue--light": string;
168
+ "color-greyBlue--lighter": string;
169
+ "color-greyBlue--lightest": string;
170
+ "color-greyBlue--dark": string;
171
+ "color-lightBlue": string;
172
+ "color-lightBlue--light": string;
173
+ "color-lightBlue--lighter": string;
174
+ "color-lightBlue--lightest": string;
175
+ "color-lightBlue--dark": string;
176
+ "color-purple": string;
177
+ "color-purple--dark": string;
178
+ "color-pink": string;
179
+ "color-pink--light": string;
180
+ "color-pink--lighter": string;
181
+ "color-pink--lightest": string;
182
+ "color-pink--dark": string;
183
+ "color-orange": string;
184
+ "color-orange--light": string;
185
+ "color-orange--lighter": string;
186
+ "color-orange--lightest": string;
187
+ "color-orange--dark": string;
188
+ "color-brown": string;
189
+ "color-brown--light": string;
190
+ "color-brown--lighter": string;
191
+ "color-brown--lightest": string;
192
+ "color-brown--dark": string;
193
+ "color-navy": string;
194
+ "color-navy--light": string;
195
+ "color-navy--lighter": string;
196
+ "color-navy--lightest": string;
197
+ "color-navy--dark": string;
198
+ "color-base-white": string;
199
+ "color-base-black": string;
200
+ "color-interactive": string;
201
+ "color-interactive--hover": string;
202
+ "color-interactive--subtle": string;
203
+ "color-interactive--subtle--hover": string;
204
+ "color-destructive": string;
205
+ "color-destructive--hover": string;
206
+ "color-disabled": string;
207
+ "color-disabled--secondary": string;
208
+ "color-focus": string;
209
+ "color-critical": string;
210
+ "color-critical--surface": string;
211
+ "color-critical--onSurface": string;
212
+ "color-warning": string;
213
+ "color-warning--surface": string;
214
+ "color-warning--onSurface": string;
215
+ "color-success": string;
216
+ "color-success--surface": string;
217
+ "color-success--onSurface": string;
218
+ "color-informative": string;
219
+ "color-informative--surface": string;
220
+ "color-informative--onSurface": string;
221
+ "color-inactive": string;
222
+ "color-inactive--surface": string;
223
+ "color-inactive--onSurface": string;
224
+ "color-heading": string;
225
+ "color-text": string;
226
+ "color-text--secondary": string;
227
+ "color-text--reverse": string;
228
+ "color-text--reverse--secondary": string;
229
+ "color-icon": string;
230
+ "color-surface": string;
231
+ "color-surface--hover": string;
232
+ "color-surface--reverse": string;
233
+ "color-surface--active": string;
234
+ "color-surface--background": string;
235
+ "color-surface--background--hover": string;
236
+ "color-surface--background--subtle": string;
237
+ "color-surface--background--subtle--hover": string;
238
+ "color-border": string;
239
+ "color-border--interactive": string;
240
+ "color-border--section": string;
241
+ "color-brand": string;
242
+ "color-request": string;
243
+ "color-request--surface": string;
244
+ "color-request--onSurface": string;
245
+ "color-quote": string;
246
+ "color-quote--surface": string;
247
+ "color-quote--onSurface": string;
248
+ "color-job": string;
249
+ "color-job--surface": string;
250
+ "color-job--onSurface": string;
251
+ "color-task": string;
252
+ "color-task--surface": string;
253
+ "color-task--onSurface": string;
254
+ "color-invoice": string;
255
+ "color-invoice--surface": string;
256
+ "color-invoice--onSurface": string;
257
+ "color-visit": string;
258
+ "color-visit--surface": string;
259
+ "color-visit--onSurface": string;
260
+ "color-event": string;
261
+ "color-event--surface": string;
262
+ "color-event--onSurface": string;
263
+ "color-payments": string;
264
+ "color-payments--surface": string;
265
+ "color-payments--onSurface": string;
266
+ "color-client": string;
269
267
  "radius-base": number;
268
+ "radius-small": number;
270
269
  "radius-large": number;
271
270
  "radius-larger": number;
272
271
  "radius-circle": number;
273
- "base-unit": number;
274
272
  "space-minuscule": number;
275
273
  "space-smallest": number;
276
274
  "space-smaller": number;
@@ -280,6 +278,10 @@ export const tokens: {
280
278
  "space-larger": number;
281
279
  "space-largest": number;
282
280
  "space-extravagant": number;
281
+ "shadow-low": string;
282
+ "shadow-base": string;
283
+ "shadow-high": string;
284
+ "shadow-focus": string;
283
285
  "timing-quick": number;
284
286
  "timing-base": number;
285
287
  "timing-slow": number;
@@ -300,6 +302,16 @@ export const tokens: {
300
302
  "typography--letterSpacing-loose": number;
301
303
  "typography--fontFamily-normal": string;
302
304
  "typography--fontFamily-display": string;
305
+ "typography--lineHeight-large": number;
306
+ "typography--lineHeight-larger": number;
307
+ "typography--lineHeight-largest": number;
308
+ "typography--lineHeight-jumbo": number;
309
+ "typography--lineHeight-extravagant": number;
310
+ "typography--lineHeight-base": number;
311
+ "typography--lineHeight-tight": number;
312
+ "typography--lineHeight-tighter": number;
313
+ "typography--lineHeight-tightest": number;
314
+ "typography--lineHeight-minuscule": number;
303
315
  "typography--fontSize-extravagant": number;
304
316
  "typography--fontSize-jumbo": number;
305
317
  "typography--fontSize-largest": number;
@@ -308,10 +320,5 @@ export const tokens: {
308
320
  "typography--fontSize-base": number;
309
321
  "typography--fontSize-small": number;
310
322
  "typography--fontSize-smaller": number;
311
- "typography--lineHeight-large": number;
312
- "typography--lineHeight-base": number;
313
- "typography--lineHeight-tight": number;
314
- "typography--lineHeight-tighter": number;
315
- "typography--lineHeight-tightest": number;
316
- "typography--lineHeight-miniscule": number;
317
323
  };
324
+ export default _default;
package/dist/color.css ADDED
@@ -0,0 +1,79 @@
1
+ :root {
2
+ --base-unit: 16px;
3
+ --color-blue: hsl(197, 90%, 12%);
4
+ --color-blue--light: hsl(198, 25%, 33%);
5
+ --color-blue--lighter: hsl(198, 12%, 57%);
6
+ --color-blue--lightest: hsl(200, 13%, 87%);
7
+ --color-blue--dark: hsl(198, 96%, 9%);
8
+ --color-taupe: hsl(53, 21%, 93%);
9
+ --color-taupe--light: hsl(45, 20%, 97%);
10
+ --color-taupe--dark: hsl(51, 17%, 85%);
11
+ --color-green: hsl(107, 58%, 33%);
12
+ --color-green--light: hsl(107, 30%, 49%);
13
+ --color-green--lighter: hsl(107, 29%, 65%);
14
+ --color-green--lightest: hsl(109, 28%, 92%);
15
+ --color-green--dark: hsl(107, 64%, 16%);
16
+ --color-lime: hsl(79, 85%, 34%);
17
+ --color-lime--light: hsl(79, 51%, 51%);
18
+ --color-lime--lighter: hsl(79, 51%, 78%);
19
+ --color-lime--lightest: hsl(79, 49%, 90%);
20
+ --color-lime--dark: hsl(79, 85%, 21%);
21
+ --color-yellowGreen: hsl(79, 85%, 34%);
22
+ --color-yellowGreen--light: hsl(79, 51%, 51%);
23
+ --color-yellowGreen--lighter: hsl(79, 51%, 78%);
24
+ --color-yellowGreen--lightest: hsl(79, 49%, 90%);
25
+ --color-yellowGreen--dark: hsl(79, 86%, 27%);
26
+ --color-yellow: hsl(51, 64%, 49%);
27
+ --color-yellow--light: hsl(51, 64%, 77%);
28
+ --color-yellow--lighter: hsl(52, 64%, 89%);
29
+ --color-yellow--lightest: hsl(49, 67%, 95%);
30
+ --color-yellow--dark: hsl(51, 64%, 32%);
31
+ --color-red: hsl(6, 64%, 51%);
32
+ --color-red--light: hsl(6, 64%, 76%);
33
+ --color-red--lighter: hsl(5, 65%, 90%);
34
+ --color-red--lightest: hsl(7, 63%, 95%);
35
+ --color-red--dark: hsl(6, 100%, 24%);
36
+ --color-grey: hsl(0, 0%, 72%);
37
+ --color-grey--light: hsl(0, 0%, 87%);
38
+ --color-grey--lighter: hsl(0, 0%, 93%);
39
+ --color-grey--lightest: hsl(0, 0%, 97%);
40
+ --color-grey--dark: hsl(0, 0%, 47%);
41
+ --color-overlay: rgba(0, 0, 0, 0.32);
42
+ --color-overlay--dimmed: rgba(255, 255, 255, 0.6);
43
+ --color-white: rgba(255, 255, 255, 1);
44
+ --color-black: rgba(0, 0, 0, 1);
45
+ --color-greyBlue: hsl(197, 15%, 45%);
46
+ --color-greyBlue--light: hsl(198, 12%, 57%);
47
+ --color-greyBlue--lighter: hsl(196, 12%, 70%);
48
+ --color-greyBlue--lightest: hsl(195, 12%, 94%);
49
+ --color-greyBlue--dark: hsl(198, 35%, 21%);
50
+ --color-lightBlue: hsl(207, 79%, 57%);
51
+ --color-lightBlue--light: hsl(207, 89%, 71%);
52
+ --color-lightBlue--lighter: hsl(206, 91%, 87%);
53
+ --color-lightBlue--lightest: hsl(207, 87%, 94%);
54
+ --color-lightBlue--dark: hsl(207, 61%, 45%);
55
+ --color-purple: hsl(348, 40%, 27%);
56
+ --color-purple--dark: hsl(347, 41%, 18%);
57
+ --color-pink: hsl(348, 34%, 53%);
58
+ --color-pink--light: hsl(349, 34%, 64%);
59
+ --color-pink--lighter: hsl(349, 34%, 75%);
60
+ --color-pink--lightest: hsl(347, 33%, 95%);
61
+ --color-pink--dark: hsl(348, 40%, 27%);
62
+ --color-orange: hsl(33, 71%, 48%);
63
+ --color-orange--light: hsl(33, 77%, 63%);
64
+ --color-orange--lighter: hsl(32, 78%, 84%);
65
+ --color-orange--lightest: hsl(34, 76%, 92%);
66
+ --color-orange--dark: hsl(33, 71%, 38%);
67
+ --color-brown: hsl(33, 71%, 29%);
68
+ --color-brown--light: hsl(33, 71%, 38%);
69
+ --color-brown--lighter: hsl(51, 17%, 85%);
70
+ --color-brown--lightest: hsl(53, 21%, 93%);
71
+ --color-brown--dark: hsl(33, 72%, 20%);
72
+ --color-navy: hsl(207, 61%, 34%);
73
+ --color-navy--light: hsl(207, 61%, 45%);
74
+ --color-navy--lighter: hsl(200, 13%, 87%);
75
+ --color-navy--lightest: hsl(195, 12%, 94%);
76
+ --color-navy--dark: hsl(206, 61%, 23%);
77
+ --color-base-white: rgba(255, 255, 255, 1);
78
+ --color-base-black: rgba(0, 0, 0, 1);
79
+ }
@@ -0,0 +1,79 @@
1
+ module.exports ={
2
+ "base-unit": "16px",
3
+ "color-blue": "hsl(197, 90%, 12%)",
4
+ "color-blue--light": "hsl(198, 25%, 33%)",
5
+ "color-blue--lighter": "hsl(198, 12%, 57%)",
6
+ "color-blue--lightest": "hsl(200, 13%, 87%)",
7
+ "color-blue--dark": "hsl(198, 96%, 9%)",
8
+ "color-taupe": "hsl(53, 21%, 93%)",
9
+ "color-taupe--light": "hsl(45, 20%, 97%)",
10
+ "color-taupe--dark": "hsl(51, 17%, 85%)",
11
+ "color-green": "hsl(107, 58%, 33%)",
12
+ "color-green--light": "hsl(107, 30%, 49%)",
13
+ "color-green--lighter": "hsl(107, 29%, 65%)",
14
+ "color-green--lightest": "hsl(109, 28%, 92%)",
15
+ "color-green--dark": "hsl(107, 64%, 16%)",
16
+ "color-lime": "hsl(79, 85%, 34%)",
17
+ "color-lime--light": "hsl(79, 51%, 51%)",
18
+ "color-lime--lighter": "hsl(79, 51%, 78%)",
19
+ "color-lime--lightest": "hsl(79, 49%, 90%)",
20
+ "color-lime--dark": "hsl(79, 85%, 21%)",
21
+ "color-yellowGreen": "hsl(79, 85%, 34%)",
22
+ "color-yellowGreen--light": "hsl(79, 51%, 51%)",
23
+ "color-yellowGreen--lighter": "hsl(79, 51%, 78%)",
24
+ "color-yellowGreen--lightest": "hsl(79, 49%, 90%)",
25
+ "color-yellowGreen--dark": "hsl(79, 86%, 27%)",
26
+ "color-yellow": "hsl(51, 64%, 49%)",
27
+ "color-yellow--light": "hsl(51, 64%, 77%)",
28
+ "color-yellow--lighter": "hsl(52, 64%, 89%)",
29
+ "color-yellow--lightest": "hsl(49, 67%, 95%)",
30
+ "color-yellow--dark": "hsl(51, 64%, 32%)",
31
+ "color-red": "hsl(6, 64%, 51%)",
32
+ "color-red--light": "hsl(6, 64%, 76%)",
33
+ "color-red--lighter": "hsl(5, 65%, 90%)",
34
+ "color-red--lightest": "hsl(7, 63%, 95%)",
35
+ "color-red--dark": "hsl(6, 100%, 24%)",
36
+ "color-grey": "hsl(0, 0%, 72%)",
37
+ "color-grey--light": "hsl(0, 0%, 87%)",
38
+ "color-grey--lighter": "hsl(0, 0%, 93%)",
39
+ "color-grey--lightest": "hsl(0, 0%, 97%)",
40
+ "color-grey--dark": "hsl(0, 0%, 47%)",
41
+ "color-overlay": "rgba(0, 0, 0, 0.32)",
42
+ "color-overlay--dimmed": "rgba(255, 255, 255, 0.6)",
43
+ "color-white": "rgba(255, 255, 255, 1)",
44
+ "color-black": "rgba(0, 0, 0, 1)",
45
+ "color-greyBlue": "hsl(197, 15%, 45%)",
46
+ "color-greyBlue--light": "hsl(198, 12%, 57%)",
47
+ "color-greyBlue--lighter": "hsl(196, 12%, 70%)",
48
+ "color-greyBlue--lightest": "hsl(195, 12%, 94%)",
49
+ "color-greyBlue--dark": "hsl(198, 35%, 21%)",
50
+ "color-lightBlue": "hsl(207, 79%, 57%)",
51
+ "color-lightBlue--light": "hsl(207, 89%, 71%)",
52
+ "color-lightBlue--lighter": "hsl(206, 91%, 87%)",
53
+ "color-lightBlue--lightest": "hsl(207, 87%, 94%)",
54
+ "color-lightBlue--dark": "hsl(207, 61%, 45%)",
55
+ "color-purple": "hsl(348, 40%, 27%)",
56
+ "color-purple--dark": "hsl(347, 41%, 18%)",
57
+ "color-pink": "hsl(348, 34%, 53%)",
58
+ "color-pink--light": "hsl(349, 34%, 64%)",
59
+ "color-pink--lighter": "hsl(349, 34%, 75%)",
60
+ "color-pink--lightest": "hsl(347, 33%, 95%)",
61
+ "color-pink--dark": "hsl(348, 40%, 27%)",
62
+ "color-orange": "hsl(33, 71%, 48%)",
63
+ "color-orange--light": "hsl(33, 77%, 63%)",
64
+ "color-orange--lighter": "hsl(32, 78%, 84%)",
65
+ "color-orange--lightest": "hsl(34, 76%, 92%)",
66
+ "color-orange--dark": "hsl(33, 71%, 38%)",
67
+ "color-brown": "hsl(33, 71%, 29%)",
68
+ "color-brown--light": "hsl(33, 71%, 38%)",
69
+ "color-brown--lighter": "hsl(51, 17%, 85%)",
70
+ "color-brown--lightest": "hsl(53, 21%, 93%)",
71
+ "color-brown--dark": "hsl(33, 72%, 20%)",
72
+ "color-navy": "hsl(207, 61%, 34%)",
73
+ "color-navy--light": "hsl(207, 61%, 45%)",
74
+ "color-navy--lighter": "hsl(200, 13%, 87%)",
75
+ "color-navy--lightest": "hsl(195, 12%, 94%)",
76
+ "color-navy--dark": "hsl(206, 61%, 23%)",
77
+ "color-base-white": "rgba(255, 255, 255, 1)",
78
+ "color-base-black": "rgba(0, 0, 0, 1)",
79
+ };
@@ -0,0 +1,79 @@
1
+ export default {
2
+ "base-unit": "16px",
3
+ "color-blue": "hsl(197, 90%, 12%)",
4
+ "color-blue--light": "hsl(198, 25%, 33%)",
5
+ "color-blue--lighter": "hsl(198, 12%, 57%)",
6
+ "color-blue--lightest": "hsl(200, 13%, 87%)",
7
+ "color-blue--dark": "hsl(198, 96%, 9%)",
8
+ "color-taupe": "hsl(53, 21%, 93%)",
9
+ "color-taupe--light": "hsl(45, 20%, 97%)",
10
+ "color-taupe--dark": "hsl(51, 17%, 85%)",
11
+ "color-green": "hsl(107, 58%, 33%)",
12
+ "color-green--light": "hsl(107, 30%, 49%)",
13
+ "color-green--lighter": "hsl(107, 29%, 65%)",
14
+ "color-green--lightest": "hsl(109, 28%, 92%)",
15
+ "color-green--dark": "hsl(107, 64%, 16%)",
16
+ "color-lime": "hsl(79, 85%, 34%)",
17
+ "color-lime--light": "hsl(79, 51%, 51%)",
18
+ "color-lime--lighter": "hsl(79, 51%, 78%)",
19
+ "color-lime--lightest": "hsl(79, 49%, 90%)",
20
+ "color-lime--dark": "hsl(79, 85%, 21%)",
21
+ "color-yellowGreen": "hsl(79, 85%, 34%)",
22
+ "color-yellowGreen--light": "hsl(79, 51%, 51%)",
23
+ "color-yellowGreen--lighter": "hsl(79, 51%, 78%)",
24
+ "color-yellowGreen--lightest": "hsl(79, 49%, 90%)",
25
+ "color-yellowGreen--dark": "hsl(79, 86%, 27%)",
26
+ "color-yellow": "hsl(51, 64%, 49%)",
27
+ "color-yellow--light": "hsl(51, 64%, 77%)",
28
+ "color-yellow--lighter": "hsl(52, 64%, 89%)",
29
+ "color-yellow--lightest": "hsl(49, 67%, 95%)",
30
+ "color-yellow--dark": "hsl(51, 64%, 32%)",
31
+ "color-red": "hsl(6, 64%, 51%)",
32
+ "color-red--light": "hsl(6, 64%, 76%)",
33
+ "color-red--lighter": "hsl(5, 65%, 90%)",
34
+ "color-red--lightest": "hsl(7, 63%, 95%)",
35
+ "color-red--dark": "hsl(6, 100%, 24%)",
36
+ "color-grey": "hsl(0, 0%, 72%)",
37
+ "color-grey--light": "hsl(0, 0%, 87%)",
38
+ "color-grey--lighter": "hsl(0, 0%, 93%)",
39
+ "color-grey--lightest": "hsl(0, 0%, 97%)",
40
+ "color-grey--dark": "hsl(0, 0%, 47%)",
41
+ "color-overlay": "rgba(0, 0, 0, 0.32)",
42
+ "color-overlay--dimmed": "rgba(255, 255, 255, 0.6)",
43
+ "color-white": "rgba(255, 255, 255, 1)",
44
+ "color-black": "rgba(0, 0, 0, 1)",
45
+ "color-greyBlue": "hsl(197, 15%, 45%)",
46
+ "color-greyBlue--light": "hsl(198, 12%, 57%)",
47
+ "color-greyBlue--lighter": "hsl(196, 12%, 70%)",
48
+ "color-greyBlue--lightest": "hsl(195, 12%, 94%)",
49
+ "color-greyBlue--dark": "hsl(198, 35%, 21%)",
50
+ "color-lightBlue": "hsl(207, 79%, 57%)",
51
+ "color-lightBlue--light": "hsl(207, 89%, 71%)",
52
+ "color-lightBlue--lighter": "hsl(206, 91%, 87%)",
53
+ "color-lightBlue--lightest": "hsl(207, 87%, 94%)",
54
+ "color-lightBlue--dark": "hsl(207, 61%, 45%)",
55
+ "color-purple": "hsl(348, 40%, 27%)",
56
+ "color-purple--dark": "hsl(347, 41%, 18%)",
57
+ "color-pink": "hsl(348, 34%, 53%)",
58
+ "color-pink--light": "hsl(349, 34%, 64%)",
59
+ "color-pink--lighter": "hsl(349, 34%, 75%)",
60
+ "color-pink--lightest": "hsl(347, 33%, 95%)",
61
+ "color-pink--dark": "hsl(348, 40%, 27%)",
62
+ "color-orange": "hsl(33, 71%, 48%)",
63
+ "color-orange--light": "hsl(33, 77%, 63%)",
64
+ "color-orange--lighter": "hsl(32, 78%, 84%)",
65
+ "color-orange--lightest": "hsl(34, 76%, 92%)",
66
+ "color-orange--dark": "hsl(33, 71%, 38%)",
67
+ "color-brown": "hsl(33, 71%, 29%)",
68
+ "color-brown--light": "hsl(33, 71%, 38%)",
69
+ "color-brown--lighter": "hsl(51, 17%, 85%)",
70
+ "color-brown--lightest": "hsl(53, 21%, 93%)",
71
+ "color-brown--dark": "hsl(33, 72%, 20%)",
72
+ "color-navy": "hsl(207, 61%, 34%)",
73
+ "color-navy--light": "hsl(207, 61%, 45%)",
74
+ "color-navy--lighter": "hsl(200, 13%, 87%)",
75
+ "color-navy--lightest": "hsl(195, 12%, 94%)",
76
+ "color-navy--dark": "hsl(206, 61%, 23%)",
77
+ "color-base-white": "rgba(255, 255, 255, 1)",
78
+ "color-base-black": "rgba(0, 0, 0, 1)",
79
+ };