@carbon/themes 11.40.0-rc.0 → 11.41.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 +7 -7
- package/scss/generated/_themes.scss +2 -2
- package/src/g100.js +2 -2
- package/src/g90.js +2 -1
- 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, purple40, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, rgba, blue10, black, blue100, gray90, gray70Hover, gray60Hover, gray50Hover, red30, red40, purple50, gray90Hover, blue80, green60, red80, red20, red70, red20Hover, red70Hover, magenta20, magenta70, magenta80, magenta20Hover, magenta70Hover, purple20, purple70, purple80, purple20Hover, purple70Hover, blue20Hover, blue70Hover, cyan20, cyan70, cyan80, cyan20Hover, cyan70Hover, teal20, teal70, teal80, teal20Hover, teal70Hover, green20, green70, green80, green20Hover, green70Hover, coolGray20, coolGray70, coolGray100, coolGray10, coolGray20Hover, coolGray70Hover, warmGray20, warmGray70, warmGray100, warmGray10, warmGray20Hover, warmGray70Hover, cyan40, cyan50, teal40, teal50, magenta40, magenta50, coolGray40, coolGray50, warmGray40, warmGray50, red10, green10, 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, purple40, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, rgba, blue10, black, blue100, gray90, gray70Hover, gray60Hover, gray50Hover, red30, red40, purple50, gray90Hover, blue80, blue90, green60, red80, red20, red70, red20Hover, red70Hover, magenta20, magenta70, magenta80, magenta20Hover, magenta70Hover, purple20, purple70, purple80, purple20Hover, purple70Hover, blue20Hover, blue70Hover, cyan20, cyan70, cyan80, cyan20Hover, cyan70Hover, teal20, teal70, teal80, teal20Hover, teal70Hover, green20, green70, green80, green20Hover, green70Hover, coolGray20, coolGray70, coolGray100, coolGray10, coolGray20Hover, coolGray70Hover, warmGray20, warmGray70, warmGray100, warmGray10, warmGray20Hover, warmGray70Hover, cyan40, cyan50, teal40, teal50, magenta40, magenta50, coolGray40, coolGray50, warmGray40, warmGray50, red10, green10, 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';
|
|
@@ -1527,7 +1527,7 @@ var skeletonElement$5 = gray70;
|
|
|
1527
1527
|
|
|
1528
1528
|
// Misc
|
|
1529
1529
|
var interactive$5 = blue50;
|
|
1530
|
-
var highlight$5 =
|
|
1530
|
+
var highlight$5 = blue80;
|
|
1531
1531
|
var overlay$5 = rgba(black, 0.65);
|
|
1532
1532
|
var toggleOff$5 = gray50;
|
|
1533
1533
|
var shadow$5 = rgba(black, 0.8);
|
|
@@ -1960,7 +1960,7 @@ var skeletonElement$4 = gray80;
|
|
|
1960
1960
|
|
|
1961
1961
|
// Misc
|
|
1962
1962
|
var interactive$4 = blue50;
|
|
1963
|
-
var highlight$4 =
|
|
1963
|
+
var highlight$4 = blue90;
|
|
1964
1964
|
var overlay$4 = rgba(black, 0.65);
|
|
1965
1965
|
var toggleOff$4 = gray60;
|
|
1966
1966
|
var shadow$4 = rgba(black, 0.8);
|
package/lib/index.js
CHANGED
|
@@ -1533,7 +1533,7 @@ var skeletonElement$5 = colors$1.gray70;
|
|
|
1533
1533
|
|
|
1534
1534
|
// Misc
|
|
1535
1535
|
var interactive$5 = colors$1.blue50;
|
|
1536
|
-
var highlight$5 = colors$1.
|
|
1536
|
+
var highlight$5 = colors$1.blue80;
|
|
1537
1537
|
var overlay$5 = colors$1.rgba(colors$1.black, 0.65);
|
|
1538
1538
|
var toggleOff$5 = colors$1.gray50;
|
|
1539
1539
|
var shadow$5 = colors$1.rgba(colors$1.black, 0.8);
|
|
@@ -1966,7 +1966,7 @@ var skeletonElement$4 = colors$1.gray80;
|
|
|
1966
1966
|
|
|
1967
1967
|
// Misc
|
|
1968
1968
|
var interactive$4 = colors$1.blue50;
|
|
1969
|
-
var highlight$4 = colors$1.
|
|
1969
|
+
var highlight$4 = colors$1.blue90;
|
|
1970
1970
|
var overlay$4 = colors$1.rgba(colors$1.black, 0.65);
|
|
1971
1971
|
var toggleOff$4 = colors$1.gray60;
|
|
1972
1972
|
var shadow$4 = colors$1.rgba(colors$1.black, 0.8);
|
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.41.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@carbon/colors": "^11.
|
|
35
|
-
"@carbon/layout": "^11.
|
|
36
|
-
"@carbon/type": "^11.
|
|
34
|
+
"@carbon/colors": "^11.27.0-rc.0",
|
|
35
|
+
"@carbon/layout": "^11.27.0-rc.0",
|
|
36
|
+
"@carbon/type": "^11.32.0-rc.0",
|
|
37
37
|
"@ibm/telemetry-js": "^1.5.0",
|
|
38
38
|
"color": "^4.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/node": "^7.24.7",
|
|
42
42
|
"@babel/preset-env": "^7.24.7",
|
|
43
|
-
"@carbon/cli": "^11.
|
|
43
|
+
"@carbon/cli": "^11.22.0-rc.0",
|
|
44
44
|
"@carbon/cli-reporter": "^10.7.0",
|
|
45
45
|
"@carbon/scss-generator": "^10.18.0",
|
|
46
|
-
"@carbon/test-utils": "^10.
|
|
46
|
+
"@carbon/test-utils": "^10.33.0-rc.0",
|
|
47
47
|
"change-case": "^4.1.1",
|
|
48
48
|
"core-js": "^3.16.0",
|
|
49
49
|
"fs-extra": "^11.0.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"rimraf": "^6.0.0"
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "124d86cfad8f2efd4d60372f735fea534fc6f374"
|
|
55
55
|
}
|
|
@@ -379,7 +379,7 @@ $g90: (
|
|
|
379
379
|
focus: #ffffff,
|
|
380
380
|
focus-inset: #161616,
|
|
381
381
|
focus-inverse: #0f62fe,
|
|
382
|
-
highlight: #
|
|
382
|
+
highlight: #002d9c,
|
|
383
383
|
icon-disabled: rgba(244, 244, 244, 0.25),
|
|
384
384
|
icon-interactive: #ffffff,
|
|
385
385
|
icon-inverse: #161616,
|
|
@@ -527,7 +527,7 @@ $g100: (
|
|
|
527
527
|
focus: #ffffff,
|
|
528
528
|
focus-inset: #161616,
|
|
529
529
|
focus-inverse: #0f62fe,
|
|
530
|
-
highlight: #
|
|
530
|
+
highlight: #001d6c,
|
|
531
531
|
icon-disabled: rgba(244, 244, 244, 0.25),
|
|
532
532
|
icon-interactive: #ffffff,
|
|
533
533
|
icon-inverse: #161616,
|
package/src/g100.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
blue40,
|
|
11
11
|
blue60,
|
|
12
12
|
blue70,
|
|
13
|
-
|
|
13
|
+
blue90,
|
|
14
14
|
|
|
15
15
|
// Gray
|
|
16
16
|
gray10,
|
|
@@ -204,7 +204,7 @@ export const skeletonElement = gray80;
|
|
|
204
204
|
|
|
205
205
|
// Misc
|
|
206
206
|
export const interactive = blue50;
|
|
207
|
-
export const highlight =
|
|
207
|
+
export const highlight = blue90;
|
|
208
208
|
export const overlay = rgba(black, 0.65);
|
|
209
209
|
export const toggleOff = gray60;
|
|
210
210
|
export const shadow = rgba(black, 0.8);
|
package/src/g90.js
CHANGED
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
blue40,
|
|
11
11
|
blue60,
|
|
12
12
|
blue70,
|
|
13
|
+
blue80,
|
|
13
14
|
|
|
14
15
|
// Gray
|
|
15
16
|
gray10,
|
|
@@ -204,7 +205,7 @@ export const skeletonElement = gray70;
|
|
|
204
205
|
|
|
205
206
|
// Misc
|
|
206
207
|
export const interactive = blue50;
|
|
207
|
-
export const highlight =
|
|
208
|
+
export const highlight = blue80;
|
|
208
209
|
export const overlay = rgba(black, 0.65);
|
|
209
210
|
export const toggleOff = gray50;
|
|
210
211
|
export const shadow = rgba(black, 0.8);
|
package/umd/index.js
CHANGED
|
@@ -1530,7 +1530,7 @@
|
|
|
1530
1530
|
|
|
1531
1531
|
// Misc
|
|
1532
1532
|
var interactive$5 = colors$1.blue50;
|
|
1533
|
-
var highlight$5 = colors$1.
|
|
1533
|
+
var highlight$5 = colors$1.blue80;
|
|
1534
1534
|
var overlay$5 = colors$1.rgba(colors$1.black, 0.65);
|
|
1535
1535
|
var toggleOff$5 = colors$1.gray50;
|
|
1536
1536
|
var shadow$5 = colors$1.rgba(colors$1.black, 0.8);
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
|
|
1964
1964
|
// Misc
|
|
1965
1965
|
var interactive$4 = colors$1.blue50;
|
|
1966
|
-
var highlight$4 = colors$1.
|
|
1966
|
+
var highlight$4 = colors$1.blue90;
|
|
1967
1967
|
var overlay$4 = colors$1.rgba(colors$1.black, 0.65);
|
|
1968
1968
|
var toggleOff$4 = colors$1.gray60;
|
|
1969
1969
|
var shadow$4 = colors$1.rgba(colors$1.black, 0.8);
|