Skip to content

Commit

Permalink
updated vars to dna v5.8.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB authored and lazd committed Dec 13, 2018
1 parent 9de53aa commit 4f90fcc
Show file tree
Hide file tree
Showing 10 changed files with 3,669 additions and 2,300 deletions.
1,824 changes: 993 additions & 831 deletions vars/spectrum-dark.css

Large diffs are not rendered by default.

2,980 changes: 1,571 additions & 1,409 deletions vars/spectrum-darkest.css

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion vars/spectrum-global.css
@@ -1,4 +1,4 @@
/* generated from dna-version: 5.4.0 */
/* generated from dna-version: 5.8.0 */
:root {
--spectrum-global-color-static-black: rgb(0, 0, 0);
--spectrum-global-color-static-white: rgb(255, 255, 255);
Expand Down Expand Up @@ -30,6 +30,22 @@
--spectrum-global-color-static-green-500: rgb(45, 157, 120);
--spectrum-global-color-static-green-600: rgb(38, 142, 108);
--spectrum-global-color-static-green-700: rgb(18, 128, 92);
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-60: 0.6;
--spectrum-global-color-opacity-50: 0.5;
--spectrum-global-color-opacity-40: 0.4;
--spectrum-global-color-opacity-30: 0.3;
--spectrum-global-color-opacity-25: 0.25;
--spectrum-global-color-opacity-20: 0.2;
--spectrum-global-color-opacity-15: 0.15;
--spectrum-global-color-opacity-10: 0.1;
--spectrum-global-color-opacity-8: 0.08;
--spectrum-global-color-opacity-7: 0.07;
--spectrum-global-color-opacity-6: 0.06;
--spectrum-global-color-opacity-5: 0.05;
--spectrum-global-color-opacity-4: 0.04;
--spectrum-global-font-family-base: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
--spectrum-global-font-family-serif: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
--spectrum-global-font-family-code: 'Source Code Pro', Monaco, monospace;
Expand Down Expand Up @@ -97,6 +113,7 @@
--spectrum-global-dimension-static-font-size-800: 32px;
--spectrum-global-dimension-static-font-size-900: 36px;
--spectrum-global-dimension-static-font-size-1000: 40px;
--spectrum-global-dimension-static-percent-100: 100%;
--spectrum-global-dimension-static-breakpoint-xsmall: 304px;
--spectrum-global-dimension-static-breakpoint-small: 768px;
--spectrum-global-dimension-static-breakpoint-medium: 1280px;
Expand All @@ -115,6 +132,7 @@
--spectrum-global-animation-duration-800: 400ms;
--spectrum-global-animation-duration-900: 450ms;
--spectrum-global-animation-duration-1000: 500ms;
--spectrum-global-animation-duration-2000: 1000ms;
--spectrum-global-animation-ease-in-out: (.45, 0, .40, 1);
--spectrum-global-animation-ease-in: (.50, 0, 1, 1);
--spectrum-global-animation-ease-out: (0, 0, 0.40, 1);
Expand Down
214 changes: 201 additions & 13 deletions vars/spectrum-large.css

Large diffs are not rendered by default.

168 changes: 165 additions & 3 deletions vars/spectrum-light.css

Large diffs are not rendered by default.

168 changes: 165 additions & 3 deletions vars/spectrum-lightest.css

Large diffs are not rendered by default.

214 changes: 201 additions & 13 deletions vars/spectrum-medium.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion vars/spectrum-metadata.json
@@ -1,5 +1,5 @@
{
"dna-version": "5.4.0",
"dna-version": "5.8.0",
"spectrum-accordion-name": "Accordion (Default)",
"spectrum-accordion-description": "The default variant of accordion",
"spectrum-accordion-status": "Precursor",
Expand Down Expand Up @@ -462,6 +462,9 @@
"spectrum-slider-name": "Slider (Default)",
"spectrum-slider-description": "The default Slider. A slider is a tool for selecting a value within a range.",
"spectrum-slider-status": "Canon",
"spectrum-slider-editable-name": "Slider Editable",
"spectrum-slider-editable-description": "An editable slider allows for changing value from an input or the slider",
"spectrum-slider-editable-status": "Canon",
"spectrum-slider-fill-name": "Slider Fill",
"spectrum-slider-fill-description": "A slider is a tool for selecting a value within a range.",
"spectrum-slider-fill-status": "Canon",
Expand Down
208 changes: 185 additions & 23 deletions vars/spectrum-middark.css

Large diffs are not rendered by default.

168 changes: 165 additions & 3 deletions vars/spectrum-midlight.css

Large diffs are not rendered by default.

0 comments on commit 4f90fcc

Please sign in to comment.