@carbon/themes 11.15.0 → 11.16.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.
package/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { white as white$2, gray80, blue60, gray80Hover, gray10, gray30, gray10Hover, gray20, gray20Hover, whiteHover, gray100, gray50, gray40, gray70, gray60, red60, blue70, blue40, purple60, blue30, green60, yellow30, red50, green40, blue50, orange40, blue20, gray90, gray70Hover, gray60Hover, gray50Hover, red30, purple40, red40, green50, purple50, gray90Hover, rgba, black, blue80, red80, red20, red70, red70Hover, magenta20, magenta70, magenta80, magenta30, magenta70Hover, purple20, purple70, purple80, purple30, purple70Hover, blue70Hover, cyan20, cyan70, cyan80, cyan30, cyan70Hover, teal20, teal70, teal80, teal30, teal70Hover, green20, green70, green80, green30, green70Hover, coolGray20, coolGray70, coolGray80, coolGray30, coolGray70Hover, warmGray20, warmGray70, warmGray80, warmGray30, warmGray70Hover, red10, green10, blue10, white0 } from '@carbon/colors';
1
+ import { white as white$2, gray80, blue60, gray80Hover, gray10, gray30, gray10Hover, gray20, gray20Hover, whiteHover, gray100, gray50, gray40, gray70, gray60, red60, blue70, blue40, purple60, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, gray90, gray70Hover, gray60Hover, gray50Hover, red30, purple40, red40, purple50, gray90Hover, rgba, black, blue80, green60, red80, red20, red70, red70Hover, magenta20, magenta70, magenta80, magenta30, magenta70Hover, purple20, purple70, purple80, purple30, purple70Hover, blue70Hover, cyan20, cyan70, cyan80, cyan30, cyan70Hover, teal20, teal70, teal80, teal30, teal70Hover, green20, green70, green80, green30, green70Hover, coolGray20, coolGray70, coolGray80, coolGray30, coolGray70Hover, warmGray20, warmGray70, warmGray80, warmGray30, warmGray70Hover, red10, green10, blue10, white0 } from '@carbon/colors';
2
2
  import Color from 'color';
3
3
  import { caption01, caption02, label01, label02, helperText01, helperText02, bodyShort01, bodyLong01, bodyShort02, bodyLong02, code01, code02, heading01, productiveHeading01, heading02, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, quotation01, quotation02, display01, display02, display03, display04, legal01, legal02, bodyCompact01, bodyCompact02, body01, body02, headingCompact01, headingCompact02, heading03, heading04, heading05, heading06, heading07, fluidHeading03, fluidHeading04, fluidHeading05, fluidHeading06, fluidParagraph01, fluidQuotation01, fluidQuotation02, fluidDisplay01, fluidDisplay02, fluidDisplay03, fluidDisplay04, unstable_tokens } from '@carbon/type';
4
4
  export { bodyLong01, bodyLong02, bodyShort01, bodyShort02, caption01, caption02, code01, code02, display01, display02, display03, display04, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, heading01, heading02, helperText01, helperText02, label01, label02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, quotation01, quotation02 } from '@carbon/type';
@@ -686,7 +686,7 @@ var iconOnColorDisabled$7 = gray50;
686
686
  var iconDisabled$7 = adjustAlpha(iconPrimary$7, 0.25); // Support
687
687
 
688
688
  var supportError$7 = red60;
689
- var supportSuccess$7 = green60;
689
+ var supportSuccess$7 = green50;
690
690
  var supportWarning$7 = yellow30;
691
691
  var supportInfo$7 = blue70;
692
692
  var supportErrorInverse$7 = red50;
@@ -989,7 +989,7 @@ var iconOnColorDisabled$6 = gray50;
989
989
  var iconDisabled$6 = adjustAlpha(iconPrimary$6, 0.25); // Support
990
990
 
991
991
  var supportError$6 = red60;
992
- var supportSuccess$6 = green60;
992
+ var supportSuccess$6 = green50;
993
993
  var supportWarning$6 = yellow30;
994
994
  var supportInfo$6 = blue70;
995
995
  var supportErrorInverse$6 = red50;
package/lib/index.js CHANGED
@@ -692,7 +692,7 @@ var iconOnColorDisabled$7 = colors$1.gray50;
692
692
  var iconDisabled$7 = adjustAlpha(iconPrimary$7, 0.25); // Support
693
693
 
694
694
  var supportError$7 = colors$1.red60;
695
- var supportSuccess$7 = colors$1.green60;
695
+ var supportSuccess$7 = colors$1.green50;
696
696
  var supportWarning$7 = colors$1.yellow30;
697
697
  var supportInfo$7 = colors$1.blue70;
698
698
  var supportErrorInverse$7 = colors$1.red50;
@@ -995,7 +995,7 @@ var iconOnColorDisabled$6 = colors$1.gray50;
995
995
  var iconDisabled$6 = adjustAlpha(iconPrimary$6, 0.25); // Support
996
996
 
997
997
  var supportError$6 = colors$1.red60;
998
- var supportSuccess$6 = colors$1.green60;
998
+ var supportSuccess$6 = colors$1.green50;
999
999
  var supportWarning$6 = colors$1.yellow30;
1000
1000
  var supportInfo$6 = colors$1.blue70;
1001
1001
  var supportErrorInverse$6 = colors$1.red50;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/themes",
3
3
  "description": "Themes for applying color in the Carbon Design System",
4
- "version": "11.15.0",
4
+ "version": "11.16.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,9 +29,9 @@
29
29
  "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\""
30
30
  },
31
31
  "dependencies": {
32
- "@carbon/colors": "^11.11.0",
33
- "@carbon/layout": "^11.10.0",
34
- "@carbon/type": "^11.14.0",
32
+ "@carbon/colors": "^11.12.0",
33
+ "@carbon/layout": "^11.11.0",
34
+ "@carbon/type": "^11.15.0",
35
35
  "color": "^4.0.0"
36
36
  },
37
37
  "devDependencies": {
@@ -45,8 +45,8 @@
45
45
  "core-js": "^3.16.0",
46
46
  "fs-extra": "^10.0.0",
47
47
  "js-yaml": "^3.13.0",
48
- "rimraf": "^3.0.0"
48
+ "rimraf": "^4.0.0"
49
49
  },
50
50
  "sideEffects": false,
51
- "gitHead": "b115fef8c7d19ed31ed3aeeb2b7f95f8be0738b6"
51
+ "gitHead": "36b2a3b42be5bebb706861030d1ec4a21ae47c5f"
52
52
  }
@@ -97,7 +97,7 @@ $white: (
97
97
  support-error-inverse: #fa4d56,
98
98
  support-info: #0043ce,
99
99
  support-info-inverse: #4589ff,
100
- support-success: #198038,
100
+ support-success: #24a148,
101
101
  support-success-inverse: #42be65,
102
102
  support-warning: #f1c21b,
103
103
  support-warning-inverse: #f1c21b,
@@ -205,7 +205,7 @@ $g10: (
205
205
  support-error-inverse: #fa4d56,
206
206
  support-info: #0043ce,
207
207
  support-info-inverse: #4589ff,
208
- support-success: #198038,
208
+ support-success: #24a148,
209
209
  support-success-inverse: #42be65,
210
210
  support-warning: #f1c21b,
211
211
  support-warning-inverse: #f1c21b,
package/src/g10.js CHANGED
@@ -30,7 +30,7 @@ import {
30
30
  // Support
31
31
  blue50,
32
32
  green40,
33
- green60,
33
+ green50,
34
34
  yellow30,
35
35
  orange40,
36
36
  red50,
@@ -172,7 +172,7 @@ export const iconDisabled = adjustAlpha(iconPrimary, 0.25);
172
172
 
173
173
  // Support
174
174
  export const supportError = red60;
175
- export const supportSuccess = green60;
175
+ export const supportSuccess = green50;
176
176
  export const supportWarning = yellow30;
177
177
  export const supportInfo = blue70;
178
178
  export const supportErrorInverse = red50;
package/src/white.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  // Support
29
29
  blue50,
30
30
  green40,
31
- green60,
31
+ green50,
32
32
  yellow30,
33
33
  orange40,
34
34
  red50,
@@ -172,7 +172,7 @@ export const iconDisabled = adjustAlpha(iconPrimary, 0.25);
172
172
 
173
173
  // Support
174
174
  export const supportError = red60;
175
- export const supportSuccess = green60;
175
+ export const supportSuccess = green50;
176
176
  export const supportWarning = yellow30;
177
177
  export const supportInfo = blue70;
178
178
  export const supportErrorInverse = red50;
package/umd/index.js CHANGED
@@ -689,7 +689,7 @@
689
689
  var iconDisabled$7 = adjustAlpha(iconPrimary$7, 0.25); // Support
690
690
 
691
691
  var supportError$7 = colors$1.red60;
692
- var supportSuccess$7 = colors$1.green60;
692
+ var supportSuccess$7 = colors$1.green50;
693
693
  var supportWarning$7 = colors$1.yellow30;
694
694
  var supportInfo$7 = colors$1.blue70;
695
695
  var supportErrorInverse$7 = colors$1.red50;
@@ -992,7 +992,7 @@
992
992
  var iconDisabled$6 = adjustAlpha(iconPrimary$6, 0.25); // Support
993
993
 
994
994
  var supportError$6 = colors$1.red60;
995
- var supportSuccess$6 = colors$1.green60;
995
+ var supportSuccess$6 = colors$1.green50;
996
996
  var supportWarning$6 = colors$1.yellow30;
997
997
  var supportInfo$6 = colors$1.blue70;
998
998
  var supportErrorInverse$6 = colors$1.red50;