@wix/editor-react-components 1.2349.0 → 1.2351.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 +5 -5
|
@@ -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.2351.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"format:check": "yarn run -T format:package:check"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@wix/editor-react-types": "^1.0.
|
|
70
|
+
"@wix/editor-react-types": "^1.0.69",
|
|
71
71
|
"react": "^18.2.0",
|
|
72
72
|
"react-dom": "^18.2.0"
|
|
73
73
|
},
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@wix/design-system-illustrations": "^2.19.0",
|
|
81
81
|
"@wix/sdk": "^1.21.13",
|
|
82
82
|
"@wix/services-manager-react": "^0.1.27",
|
|
83
|
-
"@wix/site-ui": "1.
|
|
83
|
+
"@wix/site-ui": "1.158.0",
|
|
84
84
|
"@wix/video": "^1.85.0",
|
|
85
85
|
"@wix/viewer-service-consent-policy": "^1.0.100",
|
|
86
86
|
"@wix/web-bi-logger": "^2.1.26",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@wix/editor": "^1.586.0",
|
|
122
122
|
"@wix/editor-elements-scripts": "^1.0.0",
|
|
123
123
|
"@wix/editor-elements-test-utils": "^1.0.0",
|
|
124
|
-
"@wix/editor-react-types": "^1.0.
|
|
124
|
+
"@wix/editor-react-types": "^1.0.69",
|
|
125
125
|
"@wix/essentials": "^0.1.28",
|
|
126
126
|
"@wix/fed-cli-sled": "^1.0.28",
|
|
127
127
|
"@wix/image": "^1.437.0",
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"registry": "https://registry.npmjs.org/",
|
|
200
200
|
"access": "public"
|
|
201
201
|
},
|
|
202
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "41054c4f2be657f255b8685789947848ac98217b06903dfe15cb9b02"
|
|
203
203
|
}
|