@workday/canvas-kit-preview-react 8.6.16 → 8.6.18

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.
@@ -87,7 +87,7 @@ exports.useStatusIndicatorIcon = common_1.createElemPropsHook(hooks_1.useStatusI
87
87
  var colors = exports.statusIndicatorColors[state.variant][state.emphasis];
88
88
  return {
89
89
  color: colors.text,
90
- colorHover: colors.background,
90
+ colorHover: colors.text,
91
91
  };
92
92
  });
93
93
  exports.StatusIndicatorIcon = common_1.createSubcomponent('span')({
@@ -81,7 +81,7 @@ export var useStatusIndicatorIcon = createElemPropsHook(useStatusIndicatorModel)
81
81
  var colors = statusIndicatorColors[state.variant][state.emphasis];
82
82
  return {
83
83
  color: colors.text,
84
- colorHover: colors.background,
84
+ colorHover: colors.text,
85
85
  };
86
86
  });
87
87
  export var StatusIndicatorIcon = createSubcomponent('span')({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-preview-react",
3
- "version": "8.6.16",
3
+ "version": "8.6.18",
4
4
  "description": "Canvas Kit Preview is made up of components that have the full design and a11y review, are part of the DS ecosystem and are approved for use in product. The API's could be subject to change, but not without strong communication and migration strategies.",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -46,16 +46,16 @@
46
46
  "dependencies": {
47
47
  "@emotion/react": "^11.7.1",
48
48
  "@emotion/styled": "^11.6.0",
49
- "@workday/canvas-kit-react": "^8.6.16",
49
+ "@workday/canvas-kit-react": "^8.6.18",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "@workday/design-assets-types": "^0.2.8"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@workday/canvas-accent-icons-web": "^3.0.0",
55
- "@workday/canvas-kit-labs-react": "^8.6.16",
55
+ "@workday/canvas-kit-labs-react": "^8.6.18",
56
56
  "formik": "^2.2.9",
57
57
  "react-hook-form": "7.36.1",
58
58
  "yup": "^0.32.11"
59
59
  },
60
- "gitHead": "1f82565b4bcac489364248574c422f3987f4760b"
60
+ "gitHead": "aee7bb9056c1b5e2f55c24b062701a74c37b444e"
61
61
  }
@@ -76,7 +76,7 @@ export const useStatusIndicatorIcon = createElemPropsHook(useStatusIndicatorMode
76
76
  const colors = statusIndicatorColors[state.variant][state.emphasis];
77
77
  return {
78
78
  color: colors.text,
79
- colorHover: colors.background,
79
+ colorHover: colors.text,
80
80
  };
81
81
  });
82
82