@wix/categories 1.0.48 → 1.0.50

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.
@@ -25,4 +25,3 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.categories = void 0;
27
27
  exports.categories = __importStar(require("@wix/categories_categories/context"));
28
- //# sourceMappingURL=context.js.map
@@ -26,4 +26,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.categories = void 0;
27
27
  const categories = __importStar(require("@wix/categories_categories"));
28
28
  exports.categories = categories;
29
- //# sourceMappingURL=index.js.map
package/build/cjs/meta.js CHANGED
@@ -25,4 +25,3 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.categories = void 0;
27
27
  exports.categories = __importStar(require("@wix/categories_categories/meta"));
28
- //# sourceMappingURL=meta.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/categories",
3
- "version": "1.0.48",
3
+ "version": "1.0.50",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/categories_categories": "1.0.25"
21
+ "@wix/categories_categories": "1.0.27"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "f26626cda2d2b412cbf9c5d05b4298771584546612851d02b11037f3"
46
+ "falconPackageHash": "35b0edb296b0fd6baeb26183cf53b74e8609bcd937f7702e2278e067"
47
47
  }
@@ -119,9 +119,11 @@ interface Category {
119
119
  slug?: string | null;
120
120
  /**
121
121
  * Category description using rich content.
122
- *
123
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
124
122
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
123
+ *
124
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
125
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
126
+ * </widget>
125
127
  */
126
128
  richContentDescription?: RichContent;
127
129
  /**
@@ -1405,6 +1407,8 @@ interface OrderedListData {
1405
1407
  indentation?: number;
1406
1408
  /** Offset level from 0-4. */
1407
1409
  offset?: number | null;
1410
+ /** List start number. */
1411
+ start?: number | null;
1408
1412
  }
1409
1413
  interface BulletedListData {
1410
1414
  /** Indentation level from 0-4. */
@@ -3397,9 +3401,11 @@ interface UpdateCategory {
3397
3401
  slug?: string | null;
3398
3402
  /**
3399
3403
  * Category description using rich content.
3400
- *
3401
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
3402
3404
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
3405
+ *
3406
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
3407
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
3408
+ * </widget>
3403
3409
  */
3404
3410
  richContentDescription?: RichContent;
3405
3411
  /**
@@ -119,9 +119,11 @@ interface Category {
119
119
  slug?: string | null;
120
120
  /**
121
121
  * Category description using rich content.
122
- *
123
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
124
122
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
123
+ *
124
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
125
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
126
+ * </widget>
125
127
  */
126
128
  richContentDescription?: RichContent;
127
129
  /**
@@ -1405,6 +1407,8 @@ interface OrderedListData {
1405
1407
  indentation?: number;
1406
1408
  /** Offset level from 0-4. */
1407
1409
  offset?: number | null;
1410
+ /** List start number. */
1411
+ start?: number | null;
1408
1412
  }
1409
1413
  interface BulletedListData {
1410
1414
  /** Indentation level from 0-4. */
@@ -3397,9 +3401,11 @@ interface UpdateCategory {
3397
3401
  slug?: string | null;
3398
3402
  /**
3399
3403
  * Category description using rich content.
3400
- *
3401
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
3402
3404
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
3405
+ *
3406
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
3407
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
3408
+ * </widget>
3403
3409
  */
3404
3410
  richContentDescription?: RichContent;
3405
3411
  /**
@@ -75,9 +75,11 @@ interface Category$1 {
75
75
  slug?: string | null;
76
76
  /**
77
77
  * Category description using rich content.
78
- *
79
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
80
78
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
79
+ *
80
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
81
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
82
+ * </widget>
81
83
  */
82
84
  richContentDescription?: RichContent$1;
83
85
  /**
@@ -1313,6 +1315,8 @@ interface OrderedListData$1 {
1313
1315
  indentation?: number;
1314
1316
  /** Offset level from 0-4. */
1315
1317
  offset?: number | null;
1318
+ /** List start number. */
1319
+ start?: number | null;
1316
1320
  }
1317
1321
  interface BulletedListData$1 {
1318
1322
  /** Indentation level from 0-4. */
@@ -2793,9 +2797,11 @@ interface Category {
2793
2797
  slug?: string | null;
2794
2798
  /**
2795
2799
  * Category description using rich content.
2796
- *
2797
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
2798
2800
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
2801
+ *
2802
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
2803
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
2804
+ * </widget>
2799
2805
  */
2800
2806
  richContentDescription?: RichContent;
2801
2807
  /**
@@ -4008,6 +4014,8 @@ interface OrderedListData {
4008
4014
  indentation?: number;
4009
4015
  /** Offset level from 0-4. */
4010
4016
  offset?: number | null;
4017
+ /** List start number. */
4018
+ start?: number | null;
4011
4019
  }
4012
4020
  interface BulletedListData {
4013
4021
  /** Indentation level from 0-4. */
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAiE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAyD;AAEhD,gCAAU"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8EAA8D"}