Skip to content

Commit

Permalink
chore(project): sync generated files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Sep 12, 2019
1 parent 36113ce commit 99f12f9
Show file tree
Hide file tree
Showing 11 changed files with 191 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
$interactive-02: map-get($theme, 'interactive-02') !global;
$interactive-03: map-get($theme, 'interactive-03') !global;
$interactive-04: map-get($theme, 'interactive-04') !global;
$danger: map-get($theme, 'danger') !global;
$ui-background: map-get($theme, 'ui-background') !global;
$ui-01: map-get($theme, 'ui-01') !global;
$ui-02: map-get($theme, 'ui-02') !global;
Expand All @@ -44,6 +45,7 @@
$text-02: map-get($theme, 'text-02') !global;
$text-03: map-get($theme, 'text-03') !global;
$text-04: map-get($theme, 'text-04') !global;
$text-05: map-get($theme, 'text-05') !global;
$icon-01: map-get($theme, 'icon-01') !global;
$icon-02: map-get($theme, 'icon-02') !global;
$icon-03: map-get($theme, 'icon-03') !global;
Expand Down Expand Up @@ -97,6 +99,7 @@
--interactive-02: #{map-get($theme, 'interactive-02')};
--interactive-03: #{map-get($theme, 'interactive-03')};
--interactive-04: #{map-get($theme, 'interactive-04')};
--danger: #{map-get($theme, 'danger')};
--ui-background: #{map-get($theme, 'ui-background')};
--ui-01: #{map-get($theme, 'ui-01')};
--ui-02: #{map-get($theme, 'ui-02')};
Expand All @@ -107,6 +110,7 @@
--text-02: #{map-get($theme, 'text-02')};
--text-03: #{map-get($theme, 'text-03')};
--text-04: #{map-get($theme, 'text-04')};
--text-05: #{map-get($theme, 'text-05')};
--icon-01: #{map-get($theme, 'icon-01')};
--icon-02: #{map-get($theme, 'icon-02')};
--icon-03: #{map-get($theme, 'icon-03')};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ $carbon--theme--white: (
interactive-02: #393939,
interactive-03: #0f62fe,
interactive-04: #0f62fe,
danger: #da1e28,
ui-background: #ffffff,
ui-01: #f4f4f4,
ui-02: #ffffff,
ui-03: #e0e0e0,
ui-04: #8d8d8d,
ui-05: #161616,
text-01: #161616,
text-02: #525252,
text-03: #8d8d8d,
text-02: #393939,
text-03: #a8a8a8,
text-04: #ffffff,
text-05: #6f6f6f,
icon-01: #161616,
icon-02: #525252,
icon-03: #ffffff,
Expand Down Expand Up @@ -81,16 +83,18 @@ $carbon--theme--g10: (
interactive-02: #393939,
interactive-03: #0f62fe,
interactive-04: #0f62fe,
danger: #da1e28,
ui-background: #f4f4f4,
ui-01: #ffffff,
ui-02: #f4f4f4,
ui-03: #e0e0e0,
ui-04: #8d8d8d,
ui-05: #161616,
text-01: #161616,
text-02: #525252,
text-03: #8d8d8d,
text-02: #393939,
text-03: #a8a8a8,
text-04: #ffffff,
text-05: #6f6f6f,
icon-01: #161616,
icon-02: #525252,
icon-03: #ffffff,
Expand Down Expand Up @@ -148,6 +152,7 @@ $carbon--theme--g90: (
interactive-02: #6f6f6f,
interactive-03: #ffffff,
interactive-04: #4589ff,
danger: #da1e28,
ui-background: #262626,
ui-01: #393939,
ui-02: #525252,
Expand All @@ -156,8 +161,9 @@ $carbon--theme--g90: (
ui-05: #f4f4f4,
text-01: #f4f4f4,
text-02: #c6c6c6,
text-03: #8d8d8d,
text-03: #6f6f6f,
text-04: #ffffff,
text-05: #8d8d8d,
icon-01: #f4f4f4,
icon-02: #c6c6c6,
icon-03: #ffffff,
Expand Down Expand Up @@ -215,6 +221,7 @@ $carbon--theme--g100: (
interactive-02: #6f6f6f,
interactive-03: #ffffff,
interactive-04: #4589ff,
danger: #da1e28,
ui-background: #161616,
ui-01: #262626,
ui-02: #393939,
Expand All @@ -225,6 +232,7 @@ $carbon--theme--g100: (
text-02: #c6c6c6,
text-03: #6f6f6f,
text-04: #ffffff,
text-05: #8d8d8d,
icon-01: #f4f4f4,
icon-02: #c6c6c6,
icon-03: #ffffff,
Expand Down Expand Up @@ -282,6 +290,7 @@ $carbon--theme--v9: (
interactive-02: #5a6872,
interactive-03: #5a6872,
interactive-04: #3d70b2,
danger: #e0182d,
ui-background: #f4f7fb,
ui-01: #ffffff,
ui-02: #f4f7fb,
Expand All @@ -292,6 +301,7 @@ $carbon--theme--v9: (
text-02: #5a6872,
text-03: #cdd1d4,
text-04: #ffffff,
text-05: #5a6872,
icon-01: #3d70b2,
icon-02: #5a6872,
icon-03: #ffffff,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ $interactive-03: map-get($carbon--theme, 'interactive-03') !default;
/// @access public
/// @group @carbon/themes
$interactive-04: map-get($carbon--theme, 'interactive-04') !default;
/// @type Color
/// @access public
/// @group @carbon/themes
$danger: map-get($carbon--theme, 'danger') !default;
/// Default page background
/// @type Color
/// @access public
Expand Down Expand Up @@ -76,6 +80,10 @@ $text-03: map-get($carbon--theme, 'text-03') !default;
/// @access public
/// @group @carbon/themes
$text-04: map-get($carbon--theme, 'text-04') !default;
/// @type Color
/// @access public
/// @group @carbon/themes
$text-05: map-get($carbon--theme, 'text-05') !default;
/// Primary icons
/// @type Color
/// @access public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
$interactive-02: map-get($theme, 'interactive-02') !global;
$interactive-03: map-get($theme, 'interactive-03') !global;
$interactive-04: map-get($theme, 'interactive-04') !global;
$danger: map-get($theme, 'danger') !global;
$ui-background: map-get($theme, 'ui-background') !global;
$ui-01: map-get($theme, 'ui-01') !global;
$ui-02: map-get($theme, 'ui-02') !global;
Expand All @@ -44,6 +45,7 @@
$text-02: map-get($theme, 'text-02') !global;
$text-03: map-get($theme, 'text-03') !global;
$text-04: map-get($theme, 'text-04') !global;
$text-05: map-get($theme, 'text-05') !global;
$icon-01: map-get($theme, 'icon-01') !global;
$icon-02: map-get($theme, 'icon-02') !global;
$icon-03: map-get($theme, 'icon-03') !global;
Expand Down Expand Up @@ -97,6 +99,7 @@
--interactive-02: #{map-get($theme, 'interactive-02')};
--interactive-03: #{map-get($theme, 'interactive-03')};
--interactive-04: #{map-get($theme, 'interactive-04')};
--danger: #{map-get($theme, 'danger')};
--ui-background: #{map-get($theme, 'ui-background')};
--ui-01: #{map-get($theme, 'ui-01')};
--ui-02: #{map-get($theme, 'ui-02')};
Expand All @@ -107,6 +110,7 @@
--text-02: #{map-get($theme, 'text-02')};
--text-03: #{map-get($theme, 'text-03')};
--text-04: #{map-get($theme, 'text-04')};
--text-05: #{map-get($theme, 'text-05')};
--icon-01: #{map-get($theme, 'icon-01')};
--icon-02: #{map-get($theme, 'icon-02')};
--icon-03: #{map-get($theme, 'icon-03')};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ $carbon--theme--white: (
interactive-02: #393939,
interactive-03: #0f62fe,
interactive-04: #0f62fe,
danger: #da1e28,
ui-background: #ffffff,
ui-01: #f4f4f4,
ui-02: #ffffff,
ui-03: #e0e0e0,
ui-04: #8d8d8d,
ui-05: #161616,
text-01: #161616,
text-02: #525252,
text-03: #8d8d8d,
text-02: #393939,
text-03: #a8a8a8,
text-04: #ffffff,
text-05: #6f6f6f,
icon-01: #161616,
icon-02: #525252,
icon-03: #ffffff,
Expand Down Expand Up @@ -81,16 +83,18 @@ $carbon--theme--g10: (
interactive-02: #393939,
interactive-03: #0f62fe,
interactive-04: #0f62fe,
danger: #da1e28,
ui-background: #f4f4f4,
ui-01: #ffffff,
ui-02: #f4f4f4,
ui-03: #e0e0e0,
ui-04: #8d8d8d,
ui-05: #161616,
text-01: #161616,
text-02: #525252,
text-03: #8d8d8d,
text-02: #393939,
text-03: #a8a8a8,
text-04: #ffffff,
text-05: #6f6f6f,
icon-01: #161616,
icon-02: #525252,
icon-03: #ffffff,
Expand Down Expand Up @@ -148,6 +152,7 @@ $carbon--theme--g90: (
interactive-02: #6f6f6f,
interactive-03: #ffffff,
interactive-04: #4589ff,
danger: #da1e28,
ui-background: #262626,
ui-01: #393939,
ui-02: #525252,
Expand All @@ -156,8 +161,9 @@ $carbon--theme--g90: (
ui-05: #f4f4f4,
text-01: #f4f4f4,
text-02: #c6c6c6,
text-03: #8d8d8d,
text-03: #6f6f6f,
text-04: #ffffff,
text-05: #8d8d8d,
icon-01: #f4f4f4,
icon-02: #c6c6c6,
icon-03: #ffffff,
Expand Down Expand Up @@ -215,6 +221,7 @@ $carbon--theme--g100: (
interactive-02: #6f6f6f,
interactive-03: #ffffff,
interactive-04: #4589ff,
danger: #da1e28,
ui-background: #161616,
ui-01: #262626,
ui-02: #393939,
Expand All @@ -225,6 +232,7 @@ $carbon--theme--g100: (
text-02: #c6c6c6,
text-03: #6f6f6f,
text-04: #ffffff,
text-05: #8d8d8d,
icon-01: #f4f4f4,
icon-02: #c6c6c6,
icon-03: #ffffff,
Expand Down Expand Up @@ -282,6 +290,7 @@ $carbon--theme--v9: (
interactive-02: #5a6872,
interactive-03: #5a6872,
interactive-04: #3d70b2,
danger: #e0182d,
ui-background: #f4f7fb,
ui-01: #ffffff,
ui-02: #f4f7fb,
Expand All @@ -292,6 +301,7 @@ $carbon--theme--v9: (
text-02: #5a6872,
text-03: #cdd1d4,
text-04: #ffffff,
text-05: #5a6872,
icon-01: #3d70b2,
icon-02: #5a6872,
icon-03: #ffffff,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ $interactive-03: map-get($carbon--theme, 'interactive-03') !default;
/// @access public
/// @group @carbon/themes
$interactive-04: map-get($carbon--theme, 'interactive-04') !default;
/// @type Color
/// @access public
/// @group @carbon/themes
$danger: map-get($carbon--theme, 'danger') !default;
/// Default page background
/// @type Color
/// @access public
Expand Down Expand Up @@ -76,6 +80,10 @@ $text-03: map-get($carbon--theme, 'text-03') !default;
/// @access public
/// @group @carbon/themes
$text-04: map-get($carbon--theme, 'text-04') !default;
/// @type Color
/// @access public
/// @group @carbon/themes
$text-05: map-get($carbon--theme, 'text-05') !default;
/// Primary icons
/// @type Color
/// @access public
Expand Down
Loading

0 comments on commit 99f12f9

Please sign in to comment.