@carbon/themes 11.15.0 → 11.16.0-rc.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 +3 -3
- package/lib/index.js +2 -2
- package/package.json +2 -2
- package/scss/generated/_themes.scss +2 -2
- package/src/g10.js +2 -2
- package/src/white.js +2 -2
- package/umd/index.js +2 -2
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,
|
|
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 =
|
|
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 =
|
|
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.
|
|
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.
|
|
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.
|
|
4
|
+
"version": "11.16.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"rimraf": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ea6d0bd04da0db028d625f62f018ea3997a19656"
|
|
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: #
|
|
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: #
|
|
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
|
-
|
|
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 =
|
|
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
|
-
|
|
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 =
|
|
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.
|
|
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.
|
|
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;
|