@wix/editor-react-components 1.2349.0 → 1.2350.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.
- package/dist/site/components/AccordionComponent/component.js +1 -1
- package/dist/site/components/AccordionComponent/manifest.js +1 -1
- package/dist/site/components/AudioPlayer/component.js +1 -1
- package/dist/site/components/AudioPlayer/manifest.js +1 -1
- package/dist/site/components/BoxContainer/component.js +1 -1
- package/dist/site/components/BoxContainer/manifest.js +1 -1
- package/dist/site/components/Breadcrumbs/component.js +1 -1
- package/dist/site/components/Breadcrumbs/manifest.js +1 -1
- package/dist/site/components/Checkbox/component.js +2 -2
- package/dist/site/components/Checkbox/manifest.js +1 -1
- package/dist/site/components/CheckboxGroup/component.js +2 -2
- package/dist/site/components/CheckboxGroup/manifest.js +1 -1
- package/dist/site/components/CollapsibleText/component.js +1 -1
- package/dist/site/components/CollapsibleText/manifest.js +1 -1
- package/dist/site/components/DatePicker/component.js +1 -1
- package/dist/site/components/DatePicker/manifest.js +1 -1
- package/dist/site/components/Dropdown/component.js +1 -1
- package/dist/site/components/Dropdown/manifest.js +1 -1
- package/dist/site/components/HTMLComponent/component.js +1 -1
- package/dist/site/components/HipaaIcon/component.js +1 -1
- package/dist/site/components/HipaaIcon/manifest.js +1 -1
- package/dist/site/components/LinkBar/component.js +1 -1
- package/dist/site/components/LinkBar/manifest.js +1 -1
- package/dist/site/components/Logo/component.js +1 -1
- package/dist/site/components/Logo/manifest.js +1 -1
- package/dist/site/components/Logo/sdk.js +1 -1
- package/dist/site/components/Lottie/component.js +1 -1
- package/dist/site/components/Lottie/manifest.js +1 -1
- package/dist/site/components/Menu/component.js +1 -1
- package/dist/site/components/Menu/manifest.js +1 -1
- package/dist/site/components/MultiStateBox/component.js +1 -1
- package/dist/site/components/MultiStateBox/manifest.js +1 -1
- package/dist/site/components/ProgressBar/component.js +1 -1
- package/dist/site/components/ProgressBar/manifest.js +1 -1
- package/dist/site/components/ProgressBar/sdk.js +1 -1
- package/dist/site/components/RadioButtons/RadioButtons.d.ts +3 -0
- package/dist/site/components/RadioButtons/RadioButtons.types.d.ts +22 -0
- package/dist/site/components/RadioButtons/component.d.ts +2 -0
- package/dist/site/components/RadioButtons/component.js +201 -0
- package/dist/site/components/RadioButtons/component.preview.d.ts +4 -0
- package/dist/site/components/RadioButtons/constants.d.ts +108 -0
- package/dist/site/components/RadioButtons/css.css +181 -0
- package/dist/site/components/RadioButtons/index.d.ts +2 -0
- package/dist/site/components/RadioButtons/index.js +6 -0
- package/dist/site/components/RadioButtons/manifest.d.ts +5 -0
- package/dist/site/components/RadioButtons/manifest.js +284 -0
- package/dist/site/components/chunks/constants24.js +97 -27
- package/dist/site/components/chunks/constants25.js +32 -17
- package/dist/site/components/chunks/constants26.js +16 -417
- package/dist/site/components/chunks/constants27.js +408 -73
- package/dist/site/components/chunks/constants28.js +80 -15
- package/dist/site/components/chunks/constants29.js +11 -42
- package/dist/site/components/chunks/constants30.js +44 -23
- package/dist/site/components/chunks/constants31.js +28 -10
- package/dist/site/components/chunks/constants32.js +10 -198
- package/dist/site/components/chunks/constants33.js +175 -152
- package/dist/site/components/chunks/constants34.js +160 -49
- package/dist/site/components/chunks/constants35.js +51 -98
- package/dist/site/components/chunks/constants36.js +67 -37
- package/dist/site/components/chunks/constants37.js +68 -69
- package/dist/site/components/chunks/constants38.js +73 -77
- package/dist/site/components/chunks/constants39.js +76 -57
- package/dist/site/components/chunks/constants40.js +72 -0
- package/dist/site/components/chunks/index10.js +4 -2
- package/dist/site/components/chunks/utils.js +1 -1
- package/dist/site/components/extensions.js +53 -51
- package/package.json +2 -2
|
@@ -1,31 +1,32 @@
|
|
|
1
1
|
var _a, _b;
|
|
2
2
|
import { extensions, app } from "@wix/astro/builders";
|
|
3
|
-
import manifest$
|
|
4
|
-
import manifest$
|
|
5
|
-
import manifest$
|
|
6
|
-
import manifest$
|
|
7
|
-
import manifest$
|
|
8
|
-
import manifest$
|
|
9
|
-
import manifest$
|
|
10
|
-
import manifest$
|
|
11
|
-
import manifest$
|
|
12
|
-
import manifest$
|
|
13
|
-
import manifest$
|
|
14
|
-
import manifest$
|
|
15
|
-
import manifest$
|
|
16
|
-
import { H as HIPAA_SETTINGS_PANEL_ID } from "./chunks/
|
|
17
|
-
import manifest$
|
|
18
|
-
import manifest$
|
|
19
|
-
import manifest$
|
|
20
|
-
import manifest$
|
|
21
|
-
import manifest$
|
|
22
|
-
import manifest$
|
|
23
|
-
import manifest$
|
|
24
|
-
import manifest$
|
|
25
|
-
import manifest$
|
|
26
|
-
import manifest$
|
|
27
|
-
import manifest$
|
|
28
|
-
import manifest$
|
|
3
|
+
import manifest$X from "./AccordionComponent/manifest.js";
|
|
4
|
+
import manifest$W from "./AnimatedIcon/manifest.js";
|
|
5
|
+
import manifest$V from "./AudioPlayer/manifest.js";
|
|
6
|
+
import manifest$U from "./BoxContainer/manifest.js";
|
|
7
|
+
import manifest$T from "./Breadcrumbs/manifest.js";
|
|
8
|
+
import manifest$S from "./Button/manifest.js";
|
|
9
|
+
import manifest$R from "./Checkbox/manifest.js";
|
|
10
|
+
import manifest$Q from "./CheckboxGroup/manifest.js";
|
|
11
|
+
import manifest$P from "./CollapsibleText/manifest.js";
|
|
12
|
+
import manifest$O from "./DatePicker/manifest.js";
|
|
13
|
+
import manifest$N from "./Dropdown/manifest.js";
|
|
14
|
+
import manifest$M from "./GoogleMap/manifest.js";
|
|
15
|
+
import manifest$L from "./HipaaIcon/manifest.js";
|
|
16
|
+
import { H as HIPAA_SETTINGS_PANEL_ID } from "./chunks/constants31.js";
|
|
17
|
+
import manifest$K from "./HTMLComponent/manifest.js";
|
|
18
|
+
import manifest$J from "./Image3/manifest.js";
|
|
19
|
+
import manifest$I from "./LegacyAppWidget/manifest.js";
|
|
20
|
+
import manifest$H from "./LegacyContainer/manifest.js";
|
|
21
|
+
import manifest$G from "./LegacyMultiStateBox/manifest.js";
|
|
22
|
+
import manifest$F from "./Line/manifest.js";
|
|
23
|
+
import manifest$E from "./LinkBar/manifest.js";
|
|
24
|
+
import manifest$D from "./Lottie/manifest.js";
|
|
25
|
+
import manifest$C from "./Logo/manifest.js";
|
|
26
|
+
import manifest$B from "./Menu/manifest.js";
|
|
27
|
+
import manifest$A from "./MultiStateBox/manifest.js";
|
|
28
|
+
import manifest$z from "./ProgressBar/manifest.js";
|
|
29
|
+
import manifest$y from "./RadioButtons/manifest.js";
|
|
29
30
|
import manifest$x from "./Repeater/manifest.js";
|
|
30
31
|
import manifest$w from "./ShareButtons/manifest.js";
|
|
31
32
|
import manifest$v from "./SiteLogo/manifest.js";
|
|
@@ -481,31 +482,32 @@ const videoUploadPanelExtension = extensions.editorReactComponentPanel({
|
|
|
481
482
|
}
|
|
482
483
|
});
|
|
483
484
|
const componentManifests = {
|
|
484
|
-
AccordionComponent: manifest$
|
|
485
|
-
AnimatedIcon: manifest$
|
|
486
|
-
AudioPlayer: manifest$
|
|
487
|
-
BoxContainer: manifest$
|
|
488
|
-
Breadcrumbs: manifest$
|
|
489
|
-
Button: manifest$
|
|
490
|
-
Checkbox: manifest$
|
|
491
|
-
CheckboxGroup: manifest$
|
|
492
|
-
CollapsibleText: manifest$
|
|
493
|
-
DatePicker: manifest$
|
|
494
|
-
Dropdown: manifest$
|
|
495
|
-
GoogleMap: manifest$
|
|
496
|
-
HipaaIcon: manifest$
|
|
497
|
-
HTMLComponent: manifest$
|
|
498
|
-
Image3: manifest$
|
|
499
|
-
LegacyAppWidget: manifest$
|
|
500
|
-
LegacyContainer: manifest$
|
|
501
|
-
LegacyMultiStateBox: manifest$
|
|
502
|
-
Line: manifest$
|
|
503
|
-
LinkBar: manifest$
|
|
504
|
-
Lottie: manifest$
|
|
505
|
-
Logo: manifest$
|
|
506
|
-
Menu: manifest$
|
|
507
|
-
MultiStateBox: manifest$
|
|
508
|
-
ProgressBar: manifest$
|
|
485
|
+
AccordionComponent: manifest$X,
|
|
486
|
+
AnimatedIcon: manifest$W,
|
|
487
|
+
AudioPlayer: manifest$V,
|
|
488
|
+
BoxContainer: manifest$U,
|
|
489
|
+
Breadcrumbs: manifest$T,
|
|
490
|
+
Button: manifest$S,
|
|
491
|
+
Checkbox: manifest$R,
|
|
492
|
+
CheckboxGroup: manifest$Q,
|
|
493
|
+
CollapsibleText: manifest$P,
|
|
494
|
+
DatePicker: manifest$O,
|
|
495
|
+
Dropdown: manifest$N,
|
|
496
|
+
GoogleMap: manifest$M,
|
|
497
|
+
HipaaIcon: manifest$L,
|
|
498
|
+
HTMLComponent: manifest$K,
|
|
499
|
+
Image3: manifest$J,
|
|
500
|
+
LegacyAppWidget: manifest$I,
|
|
501
|
+
LegacyContainer: manifest$H,
|
|
502
|
+
LegacyMultiStateBox: manifest$G,
|
|
503
|
+
Line: manifest$F,
|
|
504
|
+
LinkBar: manifest$E,
|
|
505
|
+
Lottie: manifest$D,
|
|
506
|
+
Logo: manifest$C,
|
|
507
|
+
Menu: manifest$B,
|
|
508
|
+
MultiStateBox: manifest$A,
|
|
509
|
+
ProgressBar: manifest$z,
|
|
510
|
+
RadioButtons: manifest$y,
|
|
509
511
|
Repeater: manifest$x,
|
|
510
512
|
ShareButtons: manifest$w,
|
|
511
513
|
SiteLogo: manifest$v,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2350.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"registry": "https://registry.npmjs.org/",
|
|
200
200
|
"access": "public"
|
|
201
201
|
},
|
|
202
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "fd32f6253917dbe67f29a08b9c48c791037d50b4d80f2ab927da8b37"
|
|
203
203
|
}
|