@rhc-shared-components/form-select-component 1.0.1 → 1.0.2

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/dist/index.js CHANGED
@@ -184,6 +184,7 @@ var FormSelect = function FormSelect(_ref) {
184
184
  isFullWidth: isFullWidth,
185
185
  isFullHeight: isFullHeight,
186
186
  isDisabled: isSubmitting || isDisabled,
187
+ "aria-required": isRequired,
187
188
  children: value || placeholder
188
189
  });
189
190
  };
@@ -152,6 +152,7 @@ const FormSelect = _ref => {
152
152
  isFullWidth: isFullWidth,
153
153
  isFullHeight: isFullHeight,
154
154
  isDisabled: isSubmitting || isDisabled,
155
+ "aria-required": isRequired,
155
156
  children: value || placeholder
156
157
  });
157
158
  return jsxs(FormGroupContainer, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhc-shared-components/form-select-component",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "project description",
5
5
  "author": "redhatofficial",
6
6
  "license": "MIT",