@aws-amplify/ui-react 2.19.0 → 2.19.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.
@@ -1,4 +1,5 @@
1
1
  export interface ValidationErrorsProps {
2
2
  errors: string[];
3
+ id?: string;
3
4
  }
4
- export declare const ValidationErrors: ({ errors }: ValidationErrorsProps) => JSX.Element;
5
+ export declare const ValidationErrors: ({ errors, id }: ValidationErrorsProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react",
3
- "version": "2.19.0",
3
+ "version": "2.19.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {
@@ -35,6 +35,7 @@
35
35
  },
36
36
  "files": [
37
37
  "dist",
38
+ "dist/esm/node_modules",
38
39
  "legacy",
39
40
  "internal",
40
41
  "LICENSE"
@@ -58,7 +59,7 @@
58
59
  "size": "yarn run size-limit"
59
60
  },
60
61
  "dependencies": {
61
- "@aws-amplify/ui": "3.9.2",
62
+ "@aws-amplify/ui": "3.10.0",
62
63
  "@aws-amplify/ui-react-v1": "npm:@aws-amplify/ui-react@1.2.9",
63
64
  "@radix-ui/react-accordion": "0.1.6",
64
65
  "@radix-ui/react-dropdown-menu": "0.1.6",