Skip to content

Commit 69d66ba

Browse files
authored
Merge pull request #864 from HelixDesignSystem/design-tokens-v0.0.9
feat(tokens): incorporate v0.0.9
2 parents 63ef28f + 13f97bc commit 69d66ba

File tree

1 file changed

+79
-160
lines changed

1 file changed

+79
-160
lines changed

src/scss/_tokens.scss

Lines changed: 79 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Design Tokens - v0.0.8
2-
// Generated on Thu, 18 Mar 2021 10:52:35 GMT
1+
// v0.0.9
2+
// Generated on Wed, 14 Apr 2021 11:08:37 GMT
33

44
$rax-border-width-none: 0;
55
$rax-border-width-thin: 1px;
@@ -91,60 +91,6 @@ $rax-color-text-subdued: #757575;
9191
$rax-color-text-subbody: #757575;
9292
$rax-color-text-caption: #757575;
9393
$rax-color-text-input-label: #333333;
94-
$rax-font-family-sans: "Open Sans", "Noto Sans JP", "sans-serif";
95-
$rax-font-family-mono: "Roboto Mono", monospace;
96-
$rax-font-family-body: "Open Sans", "Noto Sans JP", "sans-serif";
97-
$rax-font-family-code: "Roboto Mono", monospace;
98-
$rax-font-family-default: "Open Sans", "Noto Sans JP", "sans-serif";
99-
$rax-typescale-medium-font-size-100: 0.75rem;
100-
$rax-typescale-medium-font-size-200: 0.75rem;
101-
$rax-typescale-medium-font-size-300: 0.875rem;
102-
$rax-typescale-medium-font-size-400: 1rem;
103-
$rax-typescale-medium-font-size-500: 1.25rem;
104-
$rax-typescale-medium-font-size-600: 1.5rem;
105-
$rax-typescale-medium-font-size-700: 2rem;
106-
$rax-typescale-medium-font-size-default: 0.875rem;
107-
$rax-typescale-small-font-size-100: 0.75rem;
108-
$rax-typescale-small-font-size-200: 0.75rem;
109-
$rax-typescale-small-font-size-300: 0.75rem;
110-
$rax-typescale-small-font-size-400: 0.875rem;
111-
$rax-typescale-small-font-size-500: 1rem;
112-
$rax-typescale-small-font-size-600: 1.25rem;
113-
$rax-typescale-small-font-size-700: 1.5rem;
114-
$rax-typescale-small-font-size-default: 0.75rem;
115-
$rax-typescale-large-font-size-100: 0.75rem;
116-
$rax-typescale-large-font-size-200: 0.875rem;
117-
$rax-typescale-large-font-size-300: 1rem;
118-
$rax-typescale-large-font-size-400: 1.25rem;
119-
$rax-typescale-large-font-size-500: 1.5rem;
120-
$rax-typescale-large-font-size-600: 2rem;
121-
$rax-typescale-large-font-size-700: 2.625rem;
122-
$rax-typescale-large-font-size-default: 1rem;
123-
$rax-font-size-100: 0.75rem;
124-
$rax-font-size-200: 0.875rem;
125-
$rax-font-size-300: 1rem;
126-
$rax-font-size-400: 1.25rem;
127-
$rax-font-size-500: 1.5rem;
128-
$rax-font-size-600: 2rem;
129-
$rax-font-size-700: 2.625rem;
130-
$rax-font-size-default: 1rem;
131-
$rax-font-weight-thin: 100;
132-
$rax-font-weight-extralight: 200;
133-
$rax-font-weight-light: 300;
134-
$rax-font-weight-normal: 400;
135-
$rax-font-weight-regular: 400;
136-
$rax-font-weight-medium: 500;
137-
$rax-font-weight-semibold: 600;
138-
$rax-font-weight-bold: 700;
139-
$rax-font-weight-extrabold: 800;
140-
$rax-font-weight-black: 900;
141-
$rax-font-weight-default: 400;
142-
$rax-line-height-none: 1;
143-
$rax-line-height-tight: 1.25;
144-
$rax-line-height-snug: 1.375;
145-
$rax-line-height-normal: 1.5;
146-
$rax-line-height-relaxed: 1.625;
147-
$rax-line-height-loose: 2;
14894
$rax-time-transition-duration-75: 75ms;
14995
$rax-time-transition-duration-100: 100ms;
15096
$rax-time-transition-duration-150: 150ms;
@@ -254,17 +200,17 @@ $rax-component-input-base-border-style: solid;
254200
$rax-component-input-default-border-bottom-color: #bdbdbd;
255201
$rax-component-input-focus-border-bottom-color: #367ed4;
256202
$rax-component-input-error-border-bottom-color: #d6251f;
257-
$rax-component-label-default-font-size: 500;
203+
$rax-component-label-default-font-size: 1rem;
258204
$rax-component-label-default-font-weight: 600;
259205
$rax-component-label-default-margin-bottom: 0.5rem;
260206
$rax-component-label-default-color: #333333;
261207
$rax-component-label-disabled-color: #9e9e9e;
262-
$rax-component-radio-label-default-font-size: 500;
208+
$rax-component-radio-label-default-font-size: 1rem;
263209
$rax-component-radio-label-default-font-weight: 400;
264210
$rax-component-radio-label-default-margin-left: 0.5rem;
265211
$rax-component-radio-label-default-color: #424242;
266212
$rax-component-radio-label-disabled-color: #9e9e9e;
267-
$rax-component-checkbox-label-default-font-size: 500;
213+
$rax-component-checkbox-label-default-font-size: 1rem;
268214
$rax-component-checkbox-label-default-font-weight: 400;
269215
$rax-component-checkbox-label-default-margin-left: 0.5rem;
270216
$rax-component-checkbox-label-default-color: #424242;
@@ -322,58 +268,38 @@ $rax-component-body-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
322268
$rax-component-body-font-size: 1rem;
323269
$rax-component-body-font-weight: 400;
324270
$rax-component-body-line-height: 1.5;
325-
$rax-component-body-small-font-size: 0.75rem;
326-
$rax-component-body-medium-font-size: 0.875rem;
327-
$rax-component-body-large-font-size: 1rem;
328271
$rax-component-sub-body-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
329272
$rax-component-sub-body-font-size: 0.875rem;
330-
$rax-component-sub-body-small-font-size: 0.75rem;
331-
$rax-component-sub-body-medium-font-size: 0.75rem;
332-
$rax-component-sub-body-large-font-size: 0.875rem;
333273
$rax-component-sub-body-font-weight: 400;
334274
$rax-component-sub-body-line-height: 1.5;
335275
$rax-component-caption-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
336-
$rax-component-caption-font-size: 0.875rem;
337-
$rax-component-caption-small-font-size: 0.75rem;
338-
$rax-component-caption-medium-font-size: 0.75rem;
339-
$rax-component-caption-large-font-size: 0.875rem;
340-
$rax-component-caption-font-weight: 300;
276+
$rax-component-caption-font-size: 0.75rem;
277+
$rax-component-caption-font-weight: 400;
341278
$rax-component-caption-line-height: 1.5;
342-
$rax-component-h-1-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
343-
$rax-component-h-1-font-size: 2.625rem;
344-
$rax-component-h-1-small-font-size: 1.5rem;
345-
$rax-component-h-1-medium-font-size: 2rem;
346-
$rax-component-h-1-large-font-size: 2.625rem;
347-
$rax-component-h-1-font-weight: 300;
348-
$rax-component-h-1-line-height: 1.5;
349-
$rax-component-h-2-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
350-
$rax-component-h-2-font-size: 2rem;
351-
$rax-component-h-2-small-font-size: 1.25rem;
352-
$rax-component-h-2-medium-font-size: 1.5rem;
353-
$rax-component-h-2-large-font-size: 2rem;
354-
$rax-component-h-2-font-weight: 300;
355-
$rax-component-h-2-line-height: 1.5;
356-
$rax-component-h-3-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
357-
$rax-component-h-3-font-size: 1.5rem;
358-
$rax-component-h-3-small-font-size: 1rem;
359-
$rax-component-h-3-medium-font-size: 1.25rem;
360-
$rax-component-h-3-large-font-size: 1.5rem;
361-
$rax-component-h-3-font-weight: 400;
362-
$rax-component-h-3-line-height: 1.5;
363-
$rax-component-h-4-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
364-
$rax-component-h-4-font-size: 1.25rem;
365-
$rax-component-h-4-small-font-size: 0.875rem;
366-
$rax-component-h-4-medium-font-size: 1rem;
367-
$rax-component-h-4-large-font-size: 1.25rem;
368-
$rax-component-h-4-font-weight: 500;
369-
$rax-component-h-4-line-height: 1.5;
370-
$rax-component-h-5-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
371-
$rax-component-h-5-font-size: 1rem;
372-
$rax-component-h-5-small-font-size: 0.75rem;
373-
$rax-component-h-5-medium-font-size: 0.875rem;
374-
$rax-component-h-5-large-font-size: 1rem;
375-
$rax-component-h-5-font-weight: 400;
376-
$rax-component-h-5-line-height: 1.5;
279+
$rax-component-h1-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
280+
$rax-component-h1-font-size: 1.75rem;
281+
$rax-component-h1-font-weight: 600;
282+
$rax-component-h1-line-height: 1.5;
283+
$rax-component-h2-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
284+
$rax-component-h2-font-size: 1.625rem;
285+
$rax-component-h2-font-weight: 600;
286+
$rax-component-h2-line-height: 1.5;
287+
$rax-component-h3-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
288+
$rax-component-h3-font-size: 1.375rem;
289+
$rax-component-h3-font-weight: 600;
290+
$rax-component-h3-line-height: 1.5;
291+
$rax-component-h4-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
292+
$rax-component-h4-font-size: 1.25rem;
293+
$rax-component-h4-font-weight: 600;
294+
$rax-component-h4-line-height: 1.5;
295+
$rax-component-h5-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
296+
$rax-component-h5-font-size: 1.125rem;
297+
$rax-component-h5-font-weight: 600;
298+
$rax-component-h5-line-height: 1.5;
299+
$rax-component-h6-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
300+
$rax-component-h6-font-size: 1rem;
301+
$rax-component-h6-font-weight: 600;
302+
$rax-component-h6-line-height: 1.5;
377303
$rax-component-vertical-nav-base-font-family: "Open Sans", "Noto Sans JP", "sans-serif";
378304
$rax-component-vertical-nav-base-background-color: #f5f5f5;
379305
$rax-component-vertical-nav-base-color: #333333;
@@ -393,60 +319,53 @@ $rax-component-vertical-nav-link-selected-color: #95098a;
393319
$rax-component-vertical-nav-link-selected-font-weight: 600;
394320
$rax-component-vertical-nav-link-hover-color: #95098a;
395321
$rax-spacing-0: 0;
396-
$rax-spacing-1: 0.25rem;
397-
$rax-spacing-2: 0.5rem;
398-
$rax-spacing-3: 0.75rem;
399-
$rax-spacing-4: 1rem;
400-
$rax-spacing-5: 1.25rem;
401-
$rax-spacing-6: 1.5rem;
402-
$rax-spacing-7: 1.75rem;
403-
$rax-spacing-8: 2rem;
404-
$rax-spacing-9: 2.25rem;
405-
$rax-spacing-10: 2.5rem;
406-
$rax-spacing-11: 2.75rem;
407-
$rax-spacing-12: 3rem;
408-
$rax-spacing-13: 3.25rem;
409-
$rax-spacing-14: 3.5rem;
410-
$rax-spacing-15: 3.75rem;
411-
$rax-spacing-16: 4rem;
412-
$rax-spacing-17: 4.25rem;
413-
$rax-spacing-18: 4.5rem;
414-
$rax-spacing-19: 4.75rem;
415-
$rax-spacing-20: 5rem;
416-
$rax-spacing-21: 5.25rem;
417-
$rax-spacing-22: 5.5rem;
418-
$rax-spacing-23: 5.75rem;
419-
$rax-spacing-24: 6rem;
420-
$rax-spacing-25: 6.25rem;
421-
$rax-spacing-26: 6.5rem;
422-
$rax-spacing-27: 6.75rem;
423-
$rax-spacing-28: 7rem;
424-
$rax-spacing-29: 7.25rem;
425-
$rax-spacing-30: 7.5rem;
426-
$rax-spacing-31: 7.75rem;
427-
$rax-spacing-32: 8rem;
428-
$rax-spacing-33: 8.25rem;
429-
$rax-spacing-34: 8.5rem;
430-
$rax-spacing-35: 8.75rem;
431-
$rax-spacing-36: 9rem;
432-
$rax-spacing-37: 9.25rem;
433-
$rax-spacing-38: 9.5rem;
434-
$rax-spacing-39: 9.75rem;
435-
$rax-spacing-40: 10rem;
436-
$rax-spacing-41: 10.25rem;
437-
$rax-spacing-42: 10.5rem;
438-
$rax-spacing-43: 10.75rem;
439-
$rax-spacing-44: 11rem;
440-
$rax-spacing-45: 11.25rem;
441-
$rax-spacing-46: 11.5rem;
442-
$rax-spacing-47: 11.75rem;
443-
$rax-spacing-48: 12rem;
444-
$rax-spacing-49: 12.25rem;
445-
$rax-spacing-50: 12.5rem;
322+
$rax-spacing-50: 1px;
323+
$rax-spacing-75: 0.125rem;
324+
$rax-spacing-100: 0.25rem;
325+
$rax-spacing-200: 0.5rem;
326+
$rax-spacing-300: 0.75rem;
327+
$rax-spacing-400: 1rem;
328+
$rax-spacing-500: 1.25rem;
329+
$rax-spacing-600: 1.5rem;
330+
$rax-spacing-700: 1.75rem;
331+
$rax-spacing-800: 2rem;
332+
$rax-spacing-900: 2.25rem;
333+
$rax-spacing-1000: 2.5rem;
446334
$rax-spacing-none: 0;
447-
$rax-spacing-xs: 0.25rem;
448-
$rax-spacing-sm: 0.5rem;
449-
$rax-spacing-md: 1rem;
450-
$rax-spacing-lg: 1.5rem;
451-
$rax-spacing-xl: 2rem;
335+
$rax-spacing-unit: 0.25rem;
452336
$rax-spacing-default: 1rem;
337+
$rax-font-family-sans: "Open Sans", "Noto Sans JP", "sans-serif";
338+
$rax-font-family-mono: "Roboto Mono", monospace;
339+
$rax-font-family-body: "Open Sans", "Noto Sans JP", "sans-serif";
340+
$rax-font-family-code: "Roboto Mono", monospace;
341+
$rax-font-family-default: "Open Sans", "Noto Sans JP", "sans-serif";
342+
$rax-font-size-50: 0.75rem;
343+
$rax-font-size-75: 0.875rem;
344+
$rax-font-size-100: 1rem;
345+
$rax-font-size-200: 1.125rem;
346+
$rax-font-size-300: 1.25rem;
347+
$rax-font-size-400: 1.375rem;
348+
$rax-font-size-500: 1.625rem;
349+
$rax-font-size-600: 1.75rem;
350+
$rax-font-size-700: 2rem;
351+
$rax-font-size-800: 2.25rem;
352+
$rax-font-size-900: 2.625rem;
353+
$rax-font-size-1000: 2.875rem;
354+
$rax-font-size-default: 1rem;
355+
$rax-font-weight-thin: 100;
356+
$rax-font-weight-extralight: 200;
357+
$rax-font-weight-light: 300;
358+
$rax-font-weight-normal: 400;
359+
$rax-font-weight-regular: 400;
360+
$rax-font-weight-medium: 500;
361+
$rax-font-weight-semibold: 600;
362+
$rax-font-weight-bold: 700;
363+
$rax-font-weight-extrabold: 800;
364+
$rax-font-weight-black: 900;
365+
$rax-font-weight-default: 400;
366+
$rax-line-height-none: 1;
367+
$rax-line-height-tight: 1.25;
368+
$rax-line-height-snug: 1.375;
369+
$rax-line-height-normal: 1.5;
370+
$rax-line-height-relaxed: 1.625;
371+
$rax-line-height-loose: 2;

0 commit comments

Comments
 (0)