@elliemae/ds-form 2.0.0-alpha.7 → 2.0.0-next.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.
@@ -247,6 +247,7 @@ class InputImpl extends React.Component {
247
247
 
248
248
  const inputProps = _objectSpread({
249
249
  'aria-label': rest['aria-label'],
250
+ 'aria-invalid': rest['aria-invalid'],
250
251
  'aria-placeholder': placeholder,
251
252
  'aria-required': required,
252
253
  'aria-multiline': false,
@@ -234,6 +234,7 @@ class InputImpl extends Component {
234
234
 
235
235
  const inputProps = _objectSpread({
236
236
  'aria-label': rest['aria-label'],
237
+ 'aria-invalid': rest['aria-invalid'],
237
238
  'aria-placeholder': placeholder,
238
239
  'aria-required': required,
239
240
  'aria-multiline': false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form",
3
- "version": "2.0.0-alpha.7",
3
+ "version": "2.0.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form",
6
6
  "module": "./esm/index.js",
@@ -684,22 +684,22 @@
684
684
  "build": "node ../../scripts/build/build.js"
685
685
  },
686
686
  "dependencies": {
687
- "@elliemae/ds-button": "2.0.0-alpha.7",
688
- "@elliemae/ds-circular-progress-indicator": "2.0.0-alpha.7",
689
- "@elliemae/ds-classnames": "2.0.0-alpha.7",
690
- "@elliemae/ds-grid": "2.0.0-alpha.7",
691
- "@elliemae/ds-icon": "2.0.0-alpha.7",
692
- "@elliemae/ds-icons": "2.0.0-alpha.7",
693
- "@elliemae/ds-menu": "2.0.0-alpha.7",
694
- "@elliemae/ds-overlay": "2.0.0-alpha.7",
695
- "@elliemae/ds-popper": "2.0.0-alpha.7",
696
- "@elliemae/ds-separator": "2.0.0-alpha.7",
697
- "@elliemae/ds-shared": "2.0.0-alpha.7",
698
- "@elliemae/ds-system": "2.0.0-alpha.7",
699
- "@elliemae/ds-text-wrapper": "2.0.0-alpha.7",
700
- "@elliemae/ds-tooltip": "2.0.0-alpha.7",
701
- "@elliemae/ds-truncated-tooltip-text": "2.0.0-alpha.7",
702
- "@elliemae/ds-utilities": "2.0.0-alpha.7",
687
+ "@elliemae/ds-button": "2.0.0-next.1",
688
+ "@elliemae/ds-circular-progress-indicator": "2.0.0-next.1",
689
+ "@elliemae/ds-classnames": "2.0.0-next.1",
690
+ "@elliemae/ds-grid": "2.0.0-next.1",
691
+ "@elliemae/ds-icon": "2.0.0-next.1",
692
+ "@elliemae/ds-icons": "2.0.0-next.1",
693
+ "@elliemae/ds-menu": "2.0.0-next.1",
694
+ "@elliemae/ds-overlay": "2.0.0-next.1",
695
+ "@elliemae/ds-popper": "2.0.0-next.1",
696
+ "@elliemae/ds-separator": "2.0.0-next.1",
697
+ "@elliemae/ds-shared": "2.0.0-next.1",
698
+ "@elliemae/ds-system": "2.0.0-next.1",
699
+ "@elliemae/ds-text-wrapper": "2.0.0-next.1",
700
+ "@elliemae/ds-tooltip": "2.0.0-next.1",
701
+ "@elliemae/ds-truncated-tooltip-text": "2.0.0-next.1",
702
+ "@elliemae/ds-utilities": "2.0.0-next.1",
703
703
  "memoize-one": "~5.1.1",
704
704
  "moment": "~2.29.1",
705
705
  "polished": "~3.6.7",