@amp-labs/react 2.11.1 → 2.11.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/build/index.d.ts CHANGED
@@ -2457,8 +2457,8 @@ declare interface UseIsIntegrationInstalledResult {
2457
2457
  fieldName: string;
2458
2458
  value: FieldSettingWriteOnUpdateEnum;
2459
2459
  }) => void;
2460
- enableDeletion: () => void;
2461
- disableDeletion: () => void;
2460
+ setEnableDeletion: () => void;
2461
+ setDisableDeletion: () => void;
2462
2462
  };
2463
2463
 
2464
2464
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amp-labs/react",
3
- "version": "2.11.1",
3
+ "version": "2.11.2",
4
4
  "description": "Ampersand React library.",
5
5
  "author": {
6
6
  "name": "Ampersand Labs",