@wix/editor-react-components 1.2171.0 → 1.2173.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.
Files changed (54) hide show
  1. package/dist/site/components/AccordionComponent/manifest.js +4 -0
  2. package/dist/site/components/AnimatedIcon/manifest.js +4 -0
  3. package/dist/site/components/AudioPlayer/manifest.js +4 -0
  4. package/dist/site/components/BoxContainer/manifest.js +4 -0
  5. package/dist/site/components/Breadcrumbs/manifest.js +4 -0
  6. package/dist/site/components/Button/manifest.js +4 -0
  7. package/dist/site/components/CollapsibleText/manifest.js +4 -0
  8. package/dist/site/components/GoogleMap/manifest.js +4 -0
  9. package/dist/site/components/HTMLComponent/manifest.js +4 -0
  10. package/dist/site/components/HipaaIcon/manifest.js +4 -0
  11. package/dist/site/components/Image3/manifest.js +4 -0
  12. package/dist/site/components/LegacyAppWidget/manifest.js +4 -0
  13. package/dist/site/components/LegacyContainer/manifest.js +4 -0
  14. package/dist/site/components/LegacyMultiStateBox/manifest.js +4 -0
  15. package/dist/site/components/Line/manifest.js +4 -0
  16. package/dist/site/components/LinkBar/manifest.js +4 -0
  17. package/dist/site/components/Logo/manifest.js +4 -0
  18. package/dist/site/components/Lottie/manifest.js +4 -0
  19. package/dist/site/components/Menu/manifest.js +4 -0
  20. package/dist/site/components/MultiStateBox/manifest.js +4 -0
  21. package/dist/site/components/ProgressBar/manifest.js +4 -0
  22. package/dist/site/components/Repeater/manifest.js +4 -0
  23. package/dist/site/components/ShareButtons/manifest.js +4 -0
  24. package/dist/site/components/SiteLogo/manifest.js +4 -0
  25. package/dist/site/components/Slideshow/manifest.js +4 -0
  26. package/dist/site/components/SlotsPlaceholder/manifest.js +4 -0
  27. package/dist/site/components/SocialPlayerFacebook/manifest.js +4 -0
  28. package/dist/site/components/SocialPlayerInstagram/manifest.js +4 -0
  29. package/dist/site/components/SocialPlayerSnapchat/manifest.js +4 -0
  30. package/dist/site/components/SocialPlayerTikTok/manifest.js +4 -0
  31. package/dist/site/components/SocialPlayerVimeo/manifest.js +4 -0
  32. package/dist/site/components/SocialPlayerYoutube/manifest.js +4 -0
  33. package/dist/site/components/SvgImage/manifest.js +4 -0
  34. package/dist/site/components/Tabs/manifest.js +4 -0
  35. package/dist/site/components/TestComp/manifest.js +4 -0
  36. package/dist/site/components/TextEffects3d/manifest.js +4 -0
  37. package/dist/site/components/TextEffectsBauhaus/manifest.js +4 -0
  38. package/dist/site/components/TextEffectsGlass/manifest.js +4 -0
  39. package/dist/site/components/TextEffectsGlitch/manifest.js +4 -0
  40. package/dist/site/components/TextEffectsLetterPress/manifest.js +4 -0
  41. package/dist/site/components/TextEffectsMatrix/manifest.js +4 -0
  42. package/dist/site/components/TextEffectsNeonSign/manifest.js +4 -0
  43. package/dist/site/components/TextEffectsNoisy/manifest.js +4 -0
  44. package/dist/site/components/TextEffectsOutlineOut/manifest.js +4 -0
  45. package/dist/site/components/TextEffectsRetro/manifest.js +4 -0
  46. package/dist/site/components/TextEffectsShook/manifest.js +4 -0
  47. package/dist/site/components/TextEffectsSticker/manifest.js +4 -0
  48. package/dist/site/components/TextEffectsStriped/manifest.js +4 -0
  49. package/dist/site/components/TextInput/manifest.js +4 -0
  50. package/dist/site/components/TextMarquee/manifest.js +4 -0
  51. package/dist/site/components/TransparentVideo/manifest.js +4 -0
  52. package/dist/site/components/VideoUpload/manifest.js +4 -0
  53. package/dist/site/components/WRichText/manifest.js +4 -0
  54. package/package.json +7 -8
@@ -354,6 +354,10 @@ const manifest = {
354
354
  editor: {
355
355
  componentUrl: "./site/components/AccordionComponent/component.preview.tsx"
356
356
  }
357
+ },
358
+ moduleConfiguration: {
359
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
360
+ component: { path: "site/components/AccordionComponent" }
357
361
  }
358
362
  };
359
363
  export {
@@ -150,6 +150,10 @@ const manifest = {
150
150
  serviceDependencies: ["@wix/viewer-service-environment"]
151
151
  }
152
152
  }
153
+ },
154
+ moduleConfiguration: {
155
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
156
+ component: { path: "site/components/AnimatedIcon" }
153
157
  }
154
158
  };
155
159
  export {
@@ -307,6 +307,10 @@ const manifest = {
307
307
  editor: {
308
308
  componentUrl: "./site/components/AudioPlayer/component.preview.tsx"
309
309
  }
310
+ },
311
+ moduleConfiguration: {
312
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
313
+ component: { path: "site/components/AudioPlayer" }
310
314
  }
311
315
  };
312
316
  export {
@@ -114,6 +114,10 @@ const manifest = {
114
114
  serviceDependencies: ["@wix/viewer-service-translations"]
115
115
  }
116
116
  }
117
+ },
118
+ moduleConfiguration: {
119
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
120
+ component: { path: "site/components/BoxContainer" }
117
121
  }
118
122
  };
119
123
  export {
@@ -373,6 +373,10 @@ const manifest = {
373
373
  editor: {
374
374
  componentUrl: "./site/components/Breadcrumbs/component.preview.tsx"
375
375
  }
376
+ },
377
+ moduleConfiguration: {
378
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
379
+ component: { path: "site/components/Breadcrumbs" }
376
380
  }
377
381
  };
378
382
  export {
@@ -333,6 +333,10 @@ const manifest = {
333
333
  sdk: {
334
334
  url: "./site/components/Button/sdk.ts"
335
335
  }
336
+ },
337
+ moduleConfiguration: {
338
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
339
+ component: { path: "site/components/Button" }
336
340
  }
337
341
  };
338
342
  export {
@@ -236,6 +236,10 @@ const manifest = {
236
236
  sdk: {
237
237
  url: "./site/components/CollapsibleText/sdk.ts"
238
238
  }
239
+ },
240
+ moduleConfiguration: {
241
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
242
+ component: { path: "site/components/CollapsibleText" }
239
243
  }
240
244
  };
241
245
  export {
@@ -233,6 +233,10 @@ const manifest = {
233
233
  ]
234
234
  }
235
235
  }
236
+ },
237
+ moduleConfiguration: {
238
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
239
+ component: { path: "site/components/GoogleMap" }
236
240
  }
237
241
  };
238
242
  export {
@@ -210,6 +210,10 @@ const manifest = {
210
210
  sdk: {
211
211
  url: "./site/components/HTMLComponent/sdk.ts"
212
212
  }
213
+ },
214
+ moduleConfiguration: {
215
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
216
+ component: { path: "site/components/HTMLComponent" }
213
217
  }
214
218
  };
215
219
  export {
@@ -82,6 +82,10 @@ const manifest = {
82
82
  ]
83
83
  }
84
84
  }
85
+ },
86
+ moduleConfiguration: {
87
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
88
+ component: { path: "site/components/HipaaIcon" }
85
89
  }
86
90
  };
87
91
  export {
@@ -190,6 +190,10 @@ const manifest = {
190
190
  helpArticle: {
191
191
  kbId: "1c5f8b38-785d-4e44-bff9-be0ce6a6f487"
192
192
  }
193
+ },
194
+ moduleConfiguration: {
195
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
196
+ component: { path: "site/components/Image3" }
193
197
  }
194
198
  };
195
199
  export {
@@ -35,6 +35,10 @@ const manifest = {
35
35
  componentUrl: "./site/components/LegacyAppWidget/component.tsx",
36
36
  moduleSpecifier: "@wix/editor-react-components/LegacyAppWidget"
37
37
  }
38
+ },
39
+ moduleConfiguration: {
40
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
41
+ component: { path: "site/components/LegacyAppWidget" }
38
42
  }
39
43
  };
40
44
  export {
@@ -38,6 +38,10 @@ const manifest = {
38
38
  sdk: {
39
39
  url: "./site/components/LegacyContainer/sdk.ts"
40
40
  }
41
+ },
42
+ moduleConfiguration: {
43
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
44
+ component: { path: "site/components/LegacyContainer" }
41
45
  }
42
46
  };
43
47
  export {
@@ -41,6 +41,10 @@ const manifest = {
41
41
  sdk: {
42
42
  url: "./site/components/LegacyMultiStateBox/sdk.ts"
43
43
  }
44
+ },
45
+ moduleConfiguration: {
46
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
47
+ component: { path: "site/components/LegacyMultiStateBox" }
44
48
  }
45
49
  };
46
50
  export {
@@ -792,6 +792,10 @@ const manifest = {
792
792
  helpArticle: {
793
793
  kbId: "77be369e-3ba0-4254-9f43-ac21ae0ede98"
794
794
  }
795
+ },
796
+ moduleConfiguration: {
797
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
798
+ component: { path: "site/components/Line" }
795
799
  }
796
800
  };
797
801
  export {
@@ -223,6 +223,10 @@ const manifest = {
223
223
  serviceDependencies: ["@wix/viewer-service-translations"]
224
224
  }
225
225
  }
226
+ },
227
+ moduleConfiguration: {
228
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
229
+ component: { path: "site/components/LinkBar" }
226
230
  }
227
231
  };
228
232
  export {
@@ -96,6 +96,10 @@ const manifest = {
96
96
  helpArticle: {
97
97
  kbId: "8fc887dd-62ff-4cf8-b789-60d87654ca71"
98
98
  }
99
+ },
100
+ moduleConfiguration: {
101
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
102
+ component: { path: "site/components/Logo" }
99
103
  }
100
104
  };
101
105
  export {
@@ -185,6 +185,10 @@ const manifest = {
185
185
  editor: {
186
186
  componentUrl: "./site/components/Lottie/component.preview.tsx"
187
187
  }
188
+ },
189
+ moduleConfiguration: {
190
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
191
+ component: { path: "site/components/Lottie" }
188
192
  }
189
193
  };
190
194
  export {
@@ -1388,6 +1388,10 @@ const manifest = {
1388
1388
  sdk: {
1389
1389
  url: "./site/components/Menu/sdk.ts"
1390
1390
  }
1391
+ },
1392
+ moduleConfiguration: {
1393
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
1394
+ component: { path: "site/components/Menu" }
1391
1395
  }
1392
1396
  };
1393
1397
  export {
@@ -116,6 +116,10 @@ const manifest = {
116
116
  client: {
117
117
  componentUrl: "./site/components/MultiStateBox/component.tsx"
118
118
  }
119
+ },
120
+ moduleConfiguration: {
121
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
122
+ component: { path: "site/components/MultiStateBox" }
119
123
  }
120
124
  };
121
125
  export {
@@ -142,6 +142,10 @@ const manifest = {
142
142
  }
143
143
  }
144
144
  }
145
+ },
146
+ moduleConfiguration: {
147
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
148
+ component: { path: "site/components/ProgressBar" }
145
149
  }
146
150
  };
147
151
  export {
@@ -515,6 +515,10 @@ const manifest = {
515
515
  editor: {
516
516
  componentUrl: "./site/components/Repeater/component.preview.tsx"
517
517
  }
518
+ },
519
+ moduleConfiguration: {
520
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
521
+ component: { path: "site/components/Repeater" }
518
522
  }
519
523
  };
520
524
  export {
@@ -349,6 +349,10 @@ const manifest = {
349
349
  editor: {
350
350
  componentUrl: "./site/components/ShareButtons/component.preview.tsx"
351
351
  }
352
+ },
353
+ moduleConfiguration: {
354
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
355
+ component: { path: "site/components/ShareButtons" }
352
356
  }
353
357
  };
354
358
  export {
@@ -192,6 +192,10 @@ const manifest = {
192
192
  editor: {
193
193
  componentUrl: "./site/components/SiteLogo/component.preview.tsx"
194
194
  }
195
+ },
196
+ moduleConfiguration: {
197
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
198
+ component: { path: "site/components/SiteLogo" }
195
199
  }
196
200
  };
197
201
  export {
@@ -891,6 +891,10 @@ const manifest = {
891
891
  sdk: {
892
892
  url: "./site/components/Slideshow/sdk.ts"
893
893
  }
894
+ },
895
+ moduleConfiguration: {
896
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
897
+ component: { path: "site/components/Slideshow" }
894
898
  }
895
899
  };
896
900
  export {
@@ -62,6 +62,10 @@ const manifest = {
62
62
  sdk: {
63
63
  url: "./site/components/SlotsPlaceholder/sdk.ts"
64
64
  }
65
+ },
66
+ moduleConfiguration: {
67
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
68
+ component: { path: "site/components/SlotsPlaceholder" }
65
69
  }
66
70
  };
67
71
  export {
@@ -140,6 +140,10 @@ const manifest = {
140
140
  ]
141
141
  }
142
142
  }
143
+ },
144
+ moduleConfiguration: {
145
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
146
+ component: { path: "site/components/SocialPlayerFacebook" }
143
147
  }
144
148
  };
145
149
  export {
@@ -142,6 +142,10 @@ const manifest = {
142
142
  helpArticle: {
143
143
  kbId: "39a8c672-5bf5-4a39-bfd8-755db3f8f22c"
144
144
  }
145
+ },
146
+ moduleConfiguration: {
147
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
148
+ component: { path: "site/components/SocialPlayerInstagram" }
145
149
  }
146
150
  };
147
151
  export {
@@ -142,6 +142,10 @@ const manifest = {
142
142
  helpArticle: {
143
143
  kbId: "39a8c672-5bf5-4a39-bfd8-755db3f8f22c"
144
144
  }
145
+ },
146
+ moduleConfiguration: {
147
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
148
+ component: { path: "site/components/SocialPlayerSnapchat" }
145
149
  }
146
150
  };
147
151
  export {
@@ -174,6 +174,10 @@ const manifest = {
174
174
  ],
175
175
  effectGroups: [INTERACTIONS.EFFECT_GROUP.UNKNOWN_EFFECT_GROUP]
176
176
  }
177
+ },
178
+ moduleConfiguration: {
179
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
180
+ component: { path: "site/components/SocialPlayerTikTok" }
177
181
  }
178
182
  };
179
183
  export {
@@ -177,6 +177,10 @@ const manifest = {
177
177
  ],
178
178
  effectGroups: [INTERACTIONS.EFFECT_GROUP.UNKNOWN_EFFECT_GROUP]
179
179
  }
180
+ },
181
+ moduleConfiguration: {
182
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
183
+ component: { path: "site/components/SocialPlayerVimeo" }
180
184
  }
181
185
  };
182
186
  export {
@@ -173,6 +173,10 @@ const manifest = {
173
173
  ],
174
174
  effectGroups: [INTERACTIONS.EFFECT_GROUP.UNKNOWN_EFFECT_GROUP]
175
175
  }
176
+ },
177
+ moduleConfiguration: {
178
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
179
+ component: { path: "site/components/SocialPlayerYoutube" }
176
180
  }
177
181
  };
178
182
  export {
@@ -212,6 +212,10 @@ const manifest = {
212
212
  helpArticle: {
213
213
  kbId: "ba50a745-f741-45b4-9dff-3de6561e4b61"
214
214
  }
215
+ },
216
+ moduleConfiguration: {
217
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
218
+ component: { path: "site/components/SvgImage" }
215
219
  }
216
220
  };
217
221
  export {
@@ -661,6 +661,10 @@ const manifest = {
661
661
  editor: {
662
662
  componentUrl: "./site/components/Tabs/component.preview.tsx"
663
663
  }
664
+ },
665
+ moduleConfiguration: {
666
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
667
+ component: { path: "site/components/Tabs" }
664
668
  }
665
669
  };
666
670
  export {
@@ -599,6 +599,10 @@ const manifest = {
599
599
  helpArticle: {
600
600
  kbId: "c5174e27-3609-4fb6-825a-83e9e0aec65a"
601
601
  }
602
+ },
603
+ moduleConfiguration: {
604
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
605
+ component: { path: "site/components/TestComp" }
602
606
  }
603
607
  };
604
608
  export {
@@ -108,6 +108,10 @@ const manifest = {
108
108
  componentUrl: "./site/components/TextEffects3d/component.tsx",
109
109
  moduleSpecifier: "@wix/editor-react-components/TextEffects3d"
110
110
  }
111
+ },
112
+ moduleConfiguration: {
113
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
114
+ component: { path: "site/components/TextEffects3d" }
111
115
  }
112
116
  };
113
117
  export {
@@ -107,6 +107,10 @@ const manifest = {
107
107
  componentUrl: "./site/components/TextEffectsBauhaus/component.tsx",
108
108
  moduleSpecifier: "@wix/editor-react-components/TextEffectsBauhaus"
109
109
  }
110
+ },
111
+ moduleConfiguration: {
112
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
113
+ component: { path: "site/components/TextEffectsBauhaus" }
110
114
  }
111
115
  };
112
116
  export {
@@ -110,6 +110,10 @@ const manifest = {
110
110
  componentUrl: "./site/components/TextEffectsGlass/component.tsx",
111
111
  moduleSpecifier: "@wix/editor-react-components/TextEffectsGlass"
112
112
  }
113
+ },
114
+ moduleConfiguration: {
115
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
116
+ component: { path: "site/components/TextEffectsGlass" }
113
117
  }
114
118
  };
115
119
  export {
@@ -142,6 +142,10 @@ const manifest = {
142
142
  componentUrl: "./site/components/TextEffectsGlitch/component.tsx",
143
143
  moduleSpecifier: "@wix/editor-react-components/TextEffectsGlitch"
144
144
  }
145
+ },
146
+ moduleConfiguration: {
147
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
148
+ component: { path: "site/components/TextEffectsGlitch" }
145
149
  }
146
150
  };
147
151
  export {
@@ -97,6 +97,10 @@ const manifest = {
97
97
  componentUrl: "./site/components/TextEffectsLetterPress/component.tsx",
98
98
  moduleSpecifier: "@wix/editor-react-components/TextEffectsLetterPress"
99
99
  }
100
+ },
101
+ moduleConfiguration: {
102
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
103
+ component: { path: "site/components/TextEffectsLetterPress" }
100
104
  }
101
105
  };
102
106
  export {
@@ -133,6 +133,10 @@ const manifest = {
133
133
  componentUrl: "./site/components/TextEffectsMatrix/component.tsx",
134
134
  moduleSpecifier: "@wix/editor-react-components/TextEffectsMatrix"
135
135
  }
136
+ },
137
+ moduleConfiguration: {
138
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
139
+ component: { path: "site/components/TextEffectsMatrix" }
136
140
  }
137
141
  };
138
142
  export {
@@ -126,6 +126,10 @@ const manifest = {
126
126
  componentUrl: "./site/components/TextEffectsNeonSign/component.tsx",
127
127
  moduleSpecifier: "@wix/editor-react-components/TextEffectsNeonSign"
128
128
  }
129
+ },
130
+ moduleConfiguration: {
131
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
132
+ component: { path: "site/components/TextEffectsNeonSign" }
129
133
  }
130
134
  };
131
135
  export {
@@ -83,6 +83,10 @@ const manifest = {
83
83
  componentUrl: "./site/components/TextEffectsNoisy/component.tsx",
84
84
  moduleSpecifier: "@wix/editor-react-components/TextEffectsNoisy"
85
85
  }
86
+ },
87
+ moduleConfiguration: {
88
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
89
+ component: { path: "site/components/TextEffectsNoisy" }
86
90
  }
87
91
  };
88
92
  export {
@@ -188,6 +188,10 @@ const manifest = {
188
188
  componentUrl: "./site/components/TextEffectsOutlineOut/component.tsx",
189
189
  moduleSpecifier: "@wix/editor-react-components/TextEffectsOutlineOut"
190
190
  }
191
+ },
192
+ moduleConfiguration: {
193
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
194
+ component: { path: "site/components/TextEffectsOutlineOut" }
191
195
  }
192
196
  };
193
197
  export {
@@ -149,6 +149,10 @@ const manifest = {
149
149
  componentUrl: "./site/components/TextEffectsRetro/component.tsx",
150
150
  moduleSpecifier: "@wix/editor-react-components/TextEffectsRetro"
151
151
  }
152
+ },
153
+ moduleConfiguration: {
154
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
155
+ component: { path: "site/components/TextEffectsRetro" }
152
156
  }
153
157
  };
154
158
  export {
@@ -133,6 +133,10 @@ const manifest = {
133
133
  componentUrl: "./site/components/TextEffectsShook/component.tsx",
134
134
  moduleSpecifier: "@wix/editor-react-components/TextEffectsShook"
135
135
  }
136
+ },
137
+ moduleConfiguration: {
138
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
139
+ component: { path: "site/components/TextEffectsShook" }
136
140
  }
137
141
  };
138
142
  export {
@@ -162,6 +162,10 @@ const manifest = {
162
162
  componentUrl: "./site/components/TextEffectsSticker/component.tsx",
163
163
  moduleSpecifier: "@wix/editor-react-components/TextEffectsSticker"
164
164
  }
165
+ },
166
+ moduleConfiguration: {
167
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
168
+ component: { path: "site/components/TextEffectsSticker" }
165
169
  }
166
170
  };
167
171
  export {
@@ -118,6 +118,10 @@ const manifest = {
118
118
  componentUrl: "./site/components/TextEffectsStriped/component.tsx",
119
119
  moduleSpecifier: "@wix/editor-react-components/TextEffectsStriped"
120
120
  }
121
+ },
122
+ moduleConfiguration: {
123
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
124
+ component: { path: "site/components/TextEffectsStriped" }
121
125
  }
122
126
  };
123
127
  export {
@@ -496,6 +496,10 @@ const manifest = {
496
496
  kbId: "c5174e27-3609-4fb6-825a-83e9e0aec65a"
497
497
  // replace with the correct one
498
498
  }
499
+ },
500
+ moduleConfiguration: {
501
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
502
+ component: { path: "site/components/TextInput" }
499
503
  }
500
504
  };
501
505
  export {
@@ -174,6 +174,10 @@ const manifest = {
174
174
  sdk: {
175
175
  url: "./site/components/TextMarquee/sdk.ts"
176
176
  }
177
+ },
178
+ moduleConfiguration: {
179
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
180
+ component: { path: "site/components/TextMarquee" }
177
181
  }
178
182
  };
179
183
  export {
@@ -197,6 +197,10 @@ const manifest = {
197
197
  editor: {
198
198
  componentUrl: "./site/components/TransparentVideo/component.preview.tsx"
199
199
  }
200
+ },
201
+ moduleConfiguration: {
202
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
203
+ component: { path: "site/components/TransparentVideo" }
200
204
  }
201
205
  };
202
206
  export {
@@ -197,6 +197,10 @@ const manifest = {
197
197
  helpArticle: {
198
198
  kbId: "39a8c672-5bf5-4a39-bfd8-755db3f8f22c"
199
199
  }
200
+ },
201
+ moduleConfiguration: {
202
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
203
+ component: { path: "site/components/VideoUpload" }
200
204
  }
201
205
  };
202
206
  export {
@@ -158,6 +158,10 @@ const manifest = {
158
158
  sdk: {
159
159
  url: "./site/components/WRichText/sdk.ts"
160
160
  }
161
+ },
162
+ moduleConfiguration: {
163
+ package: { name: "@wix/editor-react-components", version: "^1.0.0" },
164
+ component: { path: "site/components/WRichText" }
161
165
  }
162
166
  };
163
167
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2171.0",
3
+ "version": "1.2173.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,10 +34,8 @@
34
34
  "build": "yarn build:lite && yarn build:janet && yarn build:package",
35
35
  "build:package": "vite build && yarn check:npm-bundle-secrets",
36
36
  "check:npm-bundle-secrets": "node scripts/check-npm-bundle-secrets.mjs",
37
- "lint": "yarn run -T lint:ox:package",
38
- "check:linting": "yarn run lint",
39
- "check:formatting": "yarn run -T oxfmt -c ../../.oxfmtrc.json . --check",
40
- "validate": "yarn run -T turbo check:linting check:formatting",
37
+ "lint": "yarn run -T lint:package",
38
+ "check:lint-and-format": "yarn run -T concurrently yarn:lint yarn:format:check",
41
39
  "build:app": "astro check && wix build",
42
40
  "build:lite": "yarn validate:manifests && yarn build:app",
43
41
  "dev": "yarn validate:manifests && yarn cli-dev",
@@ -61,7 +59,8 @@
61
59
  "generate:manifest-tests": "NODE_NO_WARNINGS=1 tsx scripts/generate-manifest-tests.ts",
62
60
  "generate-css-from-manifest": "generate-css-from-manifest",
63
61
  "validate:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts",
64
- "fix:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts --fix"
62
+ "fix:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts --fix",
63
+ "format:check": "yarn run -T format:package:check"
65
64
  },
66
65
  "peerDependencies": {
67
66
  "@wix/editor-react-types": "^1.0.8",
@@ -179,7 +178,7 @@
179
178
  },
180
179
  "validations": {
181
180
  "postDependenciesBuild": [
182
- "validate"
181
+ "check:lint-and-format"
183
182
  ],
184
183
  "postPublish": [
185
184
  "test:e2e"
@@ -190,5 +189,5 @@
190
189
  "registry": "https://registry.npmjs.org/",
191
190
  "access": "public"
192
191
  },
193
- "falconPackageHash": "f906131b9b26a16f8cfad4e721d4d3b959b44eba3019af7bc56b7d04"
192
+ "falconPackageHash": "75674f4d1c7bb2c295aa5487b02255d0127bab9bd2b5f70eead3e598"
194
193
  }