@wix/entity-advanced-permissions 1.992.0 → 1.993.0

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.
@@ -84,6 +84,7 @@ export interface EntityAdvancedPermissionsProps {
84
84
  isSitePublished?: string;
85
85
  availability?: string;
86
86
  showHiddenFolder_BM?: boolean;
87
+ locale?: string;
87
88
  }
88
89
  export interface AdvancedPermissionState {
89
90
  selectedRoles?: SelectRoleProps[];
@@ -134,6 +135,7 @@ export interface HideFolderProps {
134
135
  setAdvancedPermissionState(data: AdvancedPermissionAction): void;
135
136
  checkboxLabel: string;
136
137
  checkboxLearnMore: string;
138
+ locale: string;
137
139
  }
138
140
  export interface HeaderProps {
139
141
  isDashboard: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/entity-advanced-permissions",
3
- "version": "1.992.0",
3
+ "version": "1.993.0",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "essam",
@@ -107,5 +107,5 @@
107
107
  }
108
108
  }
109
109
  },
110
- "falconPackageHash": "ddcd9640d0ee9d800ed73d8f718337aa72db143055b6a29b406df2f7"
110
+ "falconPackageHash": "98deeaf224ea9090e86b2046b46f70dd13604dd2d1f9976f6db3f881"
111
111
  }