@aws-amplify/ui-react 4.0.0 → 4.0.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.
package/dist/styles.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Mon, 14 Nov 2022 16:53:03 GMT
6
+ * Generated on Thu, 17 Nov 2022 00:30:51 GMT
7
7
  */
8
8
  :root, [data-amplify-theme] {
9
9
  --amplify-transforms-slide-x-large: translateX(2em);
@@ -1,7 +1,7 @@
1
- import { ProducerModelPredicate } from '@aws-amplify/datastore';
1
+ import { RecursiveModelPredicateExtender } from '@aws-amplify/datastore';
2
2
  import { DataStorePredicateObject } from '../types/datastore';
3
3
  /**
4
4
  * Creates a DataStore compatible predicate function from an object representation
5
5
  * @internal
6
6
  */
7
- export declare const createDataStorePredicate: <Model extends Readonly<Record<string, any>>>(predicateObject: DataStorePredicateObject) => ProducerModelPredicate<Model>;
7
+ export declare const createDataStorePredicate: <Model extends Readonly<Record<string, any>>>(predicateObject: DataStorePredicateObject) => RecursiveModelPredicateExtender<Model>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {