@carbon/themes 10.45.0-rc.0 → 10.47.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/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.45.0-rc.0",
4
+ "version": "10.47.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,18 +29,18 @@
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": "^10.33.0",
33
- "@carbon/layout": "^10.33.0",
34
- "@carbon/type": "^10.37.0",
32
+ "@carbon/colors": "^10.34.0",
33
+ "@carbon/layout": "^10.34.0",
34
+ "@carbon/type": "^10.38.0",
35
35
  "color": "^3.1.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/node": "^7.14.2",
39
39
  "@babel/preset-env": "^7.14.2",
40
- "@carbon/cli": "^10.30.0",
40
+ "@carbon/cli": "^10.31.0",
41
41
  "@carbon/cli-reporter": "^10.5.0",
42
42
  "@carbon/scss-generator": "^10.13.0",
43
- "@carbon/test-utils": "^10.19.0",
43
+ "@carbon/test-utils": "^10.20.0",
44
44
  "change-case": "^4.1.1",
45
45
  "core-js": "^3.16.0",
46
46
  "fs-extra": "^8.1.0",
@@ -49,5 +49,5 @@
49
49
  "rimraf": "^3.0.0"
50
50
  },
51
51
  "sideEffects": false,
52
- "gitHead": "f0790b800558cdc7aee71fd6f57e6575064fdb80"
52
+ "gitHead": "ca5da0de81f653fecfc7272d7771f0e0aa9c35c7"
53
53
  }
@@ -279,8 +279,8 @@ $g90: (
279
279
  border-disabled: #393939,
280
280
  text-primary: #f4f4f4,
281
281
  text-secondary: #c6c6c6,
282
- text-placeholder: #6f6f6f,
283
- text-helper: #8d8d8d,
282
+ text-placeholder: #8d8d8d,
283
+ text-helper: #c6c6c6,
284
284
  text-error: #ffb3b8,
285
285
  text-inverse: #161616,
286
286
  text-on-color: #ffffff,
@@ -385,7 +385,7 @@ $g100: (
385
385
  text-primary: #f4f4f4,
386
386
  text-secondary: #c6c6c6,
387
387
  text-placeholder: #6f6f6f,
388
- text-helper: #8d8d8d,
388
+ text-helper: #a8a8a8,
389
389
  text-error: #ffb3b8,
390
390
  text-inverse: #161616,
391
391
  text-on-color: #ffffff,
package/src/next/g100.js CHANGED
@@ -150,7 +150,7 @@ export const borderDisabled = gray90;
150
150
  export const textPrimary = gray10;
151
151
  export const textSecondary = gray30;
152
152
  export const textPlaceholder = gray60;
153
- export const textHelper = gray50;
153
+ export const textHelper = gray40;
154
154
  export const textError = red30;
155
155
  export const textInverse = gray100;
156
156
  export const textOnColor = white;
package/src/next/g90.js CHANGED
@@ -148,8 +148,8 @@ export const borderDisabled = gray80;
148
148
  // Text
149
149
  export const textPrimary = gray10;
150
150
  export const textSecondary = gray30;
151
- export const textPlaceholder = gray60;
152
- export const textHelper = gray50;
151
+ export const textPlaceholder = gray50;
152
+ export const textHelper = gray30;
153
153
  export const textError = red30;
154
154
  export const textInverse = gray100;
155
155
  export const textOnColor = white;