@wix/members 1.0.24 → 1.0.25

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.
@@ -245,13 +245,13 @@ export interface Image {
245
245
  /**
246
246
  * X-axis offset.
247
247
  *
248
- * Defaults to `0`.
248
+ * Default: `0`.
249
249
  */
250
250
  offsetX?: number | null;
251
251
  /**
252
252
  * Y-axis offset.
253
253
  *
254
- * Defaults to `0`.
254
+ * Default: `0`.
255
255
  */
256
256
  offsetY?: number | null;
257
257
  }
@@ -251,13 +251,13 @@ export interface Image {
251
251
  /**
252
252
  * X-axis offset.
253
253
  *
254
- * Defaults to `0`.
254
+ * Default: `0`.
255
255
  */
256
256
  offsetX?: number | null;
257
257
  /**
258
258
  * Y-axis offset.
259
259
  *
260
- * Defaults to `0`.
260
+ * Default: `0`.
261
261
  */
262
262
  offsetY?: number | null;
263
263
  }
@@ -245,13 +245,13 @@ export interface Image {
245
245
  /**
246
246
  * X-axis offset.
247
247
  *
248
- * Defaults to `0`.
248
+ * Default: `0`.
249
249
  */
250
250
  offsetX?: number | null;
251
251
  /**
252
252
  * Y-axis offset.
253
253
  *
254
- * Defaults to `0`.
254
+ * Default: `0`.
255
255
  */
256
256
  offsetY?: number | null;
257
257
  }
@@ -251,13 +251,13 @@ export interface Image {
251
251
  /**
252
252
  * X-axis offset.
253
253
  *
254
- * Defaults to `0`.
254
+ * Default: `0`.
255
255
  */
256
256
  offsetX?: number | null;
257
257
  /**
258
258
  * Y-axis offset.
259
259
  *
260
- * Defaults to `0`.
260
+ * Default: `0`.
261
261
  */
262
262
  offsetY?: number | null;
263
263
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/members",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "8aa0b375c7787b57e62797b827685d8c74016e977bd38f80f21cdc89"
36
+ "falconPackageHash": "904a3e6f875811e24c929ae769ea67cb7d8fcd1ed9c691326851556a"
37
37
  }