@zendeskgarden/react-theming 9.10.0 → 9.10.1

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.
@@ -52,7 +52,7 @@ const colors = {
52
52
  successEmphasis: 'successHue.600',
53
53
  warningEmphasis: 'warningHue.600',
54
54
  dangerEmphasis: 'dangerHue.600',
55
- disabled: 'rgba(neutralHue.500, 100)'
55
+ disabled: 'rgba(white, 100)'
56
56
  },
57
57
  border: {
58
58
  default: 'neutralHue.800',
package/dist/index.cjs.js CHANGED
@@ -386,7 +386,7 @@ const colors = {
386
386
  successEmphasis: 'successHue.600',
387
387
  warningEmphasis: 'warningHue.600',
388
388
  dangerEmphasis: 'dangerHue.600',
389
- disabled: 'rgba(neutralHue.500, 100)'
389
+ disabled: 'rgba(white, 100)'
390
390
  },
391
391
  border: {
392
392
  default: 'neutralHue.800',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-theming",
3
- "version": "9.10.0",
3
+ "version": "9.10.1",
4
4
  "description": "Theming utilities and components within the Garden Design System",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zendesk Garden <garden@zendesk.com>",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "zendeskgarden:src": "src/index.ts",
50
- "gitHead": "a5e2f6e345d95e97030849fe15550fd2c6872cdf"
50
+ "gitHead": "13d8cdfc477e51f8d4829a2e8463e0c84672a339"
51
51
  }