@workday/canvas-kit-react 10.0.0-alpha.474-next.0 → 10.0.0-alpha.476-next.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.
@@ -165,7 +165,7 @@ export class FormField extends React.Component<React.PropsWithChildren<FormField
165
165
  if (this.props.hintId) {
166
166
  props['aria-describedby'] = this.props.hintId;
167
167
  }
168
-
168
+
169
169
  if (this.props.required) {
170
170
  props.required = true;
171
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react",
3
- "version": "10.0.0-alpha.474-next.0",
3
+ "version": "10.0.0-alpha.476-next.0",
4
4
  "description": "The parent module that contains all Workday Canvas Kit React components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -49,7 +49,7 @@
49
49
  "@emotion/styled": "^11.6.0",
50
50
  "@popperjs/core": "^2.5.4",
51
51
  "@workday/canvas-colors-web": "^2.0.0",
52
- "@workday/canvas-kit-popup-stack": "^10.0.0-alpha.474-next.0",
52
+ "@workday/canvas-kit-popup-stack": "^10.0.0-alpha.476-next.0",
53
53
  "@workday/canvas-system-icons-web": "^3.0.0",
54
54
  "@workday/design-assets-types": "^0.2.8",
55
55
  "chroma-js": "^2.1.0",
@@ -66,5 +66,5 @@
66
66
  "@workday/canvas-accent-icons-web": "^3.0.0",
67
67
  "@workday/canvas-applet-icons-web": "^2.0.0"
68
68
  },
69
- "gitHead": "93f3772ff1d28cc1c05c6e91e908d259ae1819e6"
69
+ "gitHead": "30d68d5e7bf1a3cdc59b3fad764aef323a781296"
70
70
  }