@wix/pro-gallery 1.0.5 → 1.0.6
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.
@@ -312,9 +312,9 @@ export interface Text {
|
|
312
312
|
* __Note:__ The object structure is customizable. See the [List Gallery Items](https://dev.wix.com/api/rest/site-content/pro-gallery/list-gallery-items) code example for supported values.
|
313
313
|
*/
|
314
314
|
css?: Record<string, any> | null;
|
315
|
-
/**
|
315
|
+
/** Reserved for internal use. */
|
316
316
|
editorHtml?: string | null;
|
317
|
-
/**
|
317
|
+
/** Reserved for internal use. */
|
318
318
|
editorFontId?: string | null;
|
319
319
|
}
|
320
320
|
export interface Tags {
|
@@ -291,9 +291,9 @@ export interface Text {
|
|
291
291
|
* __Note:__ The object structure is customizable. See the [List Gallery Items](https://dev.wix.com/api/rest/site-content/pro-gallery/list-gallery-items) code example for supported values.
|
292
292
|
*/
|
293
293
|
css?: Record<string, any> | null;
|
294
|
-
/**
|
294
|
+
/** Reserved for internal use. */
|
295
295
|
editorHtml?: string | null;
|
296
|
-
/**
|
296
|
+
/** Reserved for internal use. */
|
297
297
|
editorFontId?: string | null;
|
298
298
|
}
|
299
299
|
export interface Tags {
|
@@ -312,9 +312,9 @@ export interface Text {
|
|
312
312
|
* __Note:__ The object structure is customizable. See the [List Gallery Items](https://dev.wix.com/api/rest/site-content/pro-gallery/list-gallery-items) code example for supported values.
|
313
313
|
*/
|
314
314
|
css?: Record<string, any> | null;
|
315
|
-
/**
|
315
|
+
/** Reserved for internal use. */
|
316
316
|
editorHtml?: string | null;
|
317
|
-
/**
|
317
|
+
/** Reserved for internal use. */
|
318
318
|
editorFontId?: string | null;
|
319
319
|
}
|
320
320
|
export interface Tags {
|
@@ -291,9 +291,9 @@ export interface Text {
|
|
291
291
|
* __Note:__ The object structure is customizable. See the [List Gallery Items](https://dev.wix.com/api/rest/site-content/pro-gallery/list-gallery-items) code example for supported values.
|
292
292
|
*/
|
293
293
|
css?: Record<string, any> | null;
|
294
|
-
/**
|
294
|
+
/** Reserved for internal use. */
|
295
295
|
editorHtml?: string | null;
|
296
|
-
/**
|
296
|
+
/** Reserved for internal use. */
|
297
297
|
editorFontId?: string | null;
|
298
298
|
}
|
299
299
|
export interface Tags {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/pro-gallery",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.6",
|
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": "
|
36
|
+
"falconPackageHash": "c0d16f7235862be58409bd3b2542d07f9b0ce5b5cd406d46f8714889"
|
37
37
|
}
|