@carbon/themes 10.19.0-rc.0 → 10.21.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/docs/sass.md +1 -0
- package/es/index.js +2 -2
- package/lib/index.js +1 -1
- package/package.json +4 -4
- package/scss/generated/_themes.scss +1 -0
- package/src/g10.js +2 -2
- package/umd/index.js +1 -1
package/docs/sass.md
CHANGED
package/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Color from 'color';
|
|
2
|
-
import { blue20, blue40, blue60, blue70, blue80, gray10, gray20, gray30, gray40, gray50, gray60, gray70, gray80, gray100, blue50, green40, green50, yellow, red50, red60, red80, purple60, white, rgba, blue30, gray90, red40, purple40, red30 } from '@carbon/colors';
|
|
2
|
+
import { blue20, blue40, blue60, blue70, blue80, gray10, gray20, gray30, gray40, gray50, gray60, gray70, gray80, gray100, blue50, green40, green50, yellow, red50, red60, red80, purple60, white, rgba, blue10, blue30, gray90, red40, purple40, red30 } from '@carbon/colors';
|
|
3
3
|
import { caption01, label01, helperText01, 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, unstable_tokens } from '@carbon/type';
|
|
4
4
|
export { caption01, label01, helperText01, 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 } from '@carbon/type';
|
|
5
5
|
import { spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, layout01, layout02, layout03, layout04, layout05, layout06, layout07, container01, container02, container03, container04, container05, iconSize01, iconSize02, unstable_tokens as unstable_tokens$1 } from '@carbon/layout';
|
|
@@ -344,7 +344,7 @@ var visitedLink$1 = purple60;
|
|
|
344
344
|
var disabled01$1 = white;
|
|
345
345
|
var disabled02$1 = gray30;
|
|
346
346
|
var disabled03$1 = gray50;
|
|
347
|
-
var highlight$1 =
|
|
347
|
+
var highlight$1 = blue10;
|
|
348
348
|
var decorative01$1 = gray20;
|
|
349
349
|
var hoverLightUI$1 = '#e5e5e5';
|
|
350
350
|
var buttonSeparator$1 = '#e0e0e0';
|
package/lib/index.js
CHANGED
|
@@ -348,7 +348,7 @@ var visitedLink$1 = colors.purple60;
|
|
|
348
348
|
var disabled01$1 = colors.white;
|
|
349
349
|
var disabled02$1 = colors.gray30;
|
|
350
350
|
var disabled03$1 = colors.gray50;
|
|
351
|
-
var highlight$1 = colors.
|
|
351
|
+
var highlight$1 = colors.blue10;
|
|
352
352
|
var decorative01$1 = colors.gray20;
|
|
353
353
|
var hoverLightUI$1 = '#e5e5e5';
|
|
354
354
|
var buttonSeparator$1 = '#e0e0e0';
|
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": "10.
|
|
4
|
+
"version": "10.21.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"build": "yarn clean && bundler bundle src/index.js --name CarbonThemes && node tasks/build.js && bundler check \"scss/*.scss\" && bundler sassdoc \"scss/**/*.scss\""
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@carbon/colors": "^10.
|
|
27
|
+
"@carbon/colors": "^10.14.0",
|
|
28
28
|
"@carbon/layout": "^10.13.0",
|
|
29
|
-
"@carbon/type": "^10.16.0
|
|
29
|
+
"@carbon/type": "^10.16.0",
|
|
30
30
|
"color": "^3.1.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"node-sass": "^4.13.1",
|
|
41
41
|
"rimraf": "^3.0.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "12b1828e9230a446d79e9e6c2e4ed426e9af962f"
|
|
44
44
|
}
|
package/src/g10.js
CHANGED
|
@@ -8,7 +8,7 @@ import { adjustLightness } from './tools';
|
|
|
8
8
|
|
|
9
9
|
import {
|
|
10
10
|
// Blue
|
|
11
|
-
|
|
11
|
+
blue10,
|
|
12
12
|
blue40,
|
|
13
13
|
blue60,
|
|
14
14
|
blue70,
|
|
@@ -124,7 +124,7 @@ export const disabled01 = white;
|
|
|
124
124
|
export const disabled02 = gray30;
|
|
125
125
|
export const disabled03 = gray50;
|
|
126
126
|
|
|
127
|
-
export const highlight =
|
|
127
|
+
export const highlight = blue10;
|
|
128
128
|
|
|
129
129
|
export const decorative01 = gray20;
|
|
130
130
|
|
package/umd/index.js
CHANGED
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
var disabled01$1 = colors.white;
|
|
346
346
|
var disabled02$1 = colors.gray30;
|
|
347
347
|
var disabled03$1 = colors.gray50;
|
|
348
|
-
var highlight$1 = colors.
|
|
348
|
+
var highlight$1 = colors.blue10;
|
|
349
349
|
var decorative01$1 = colors.gray20;
|
|
350
350
|
var hoverLightUI$1 = '#e5e5e5';
|
|
351
351
|
var buttonSeparator$1 = '#e0e0e0';
|