@wix/editor-react-components 1.2265.0 → 1.2267.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.
|
@@ -30,12 +30,6 @@ var DismissSmall_default = DismissSmall;
|
|
|
30
30
|
const InfoCircle = ({ size: size2, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size2 || "24", height: size2 || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M13,15 L13,10 L11,10 L10,12 L11,12 L11,15 L10,16 L10,17 L14,17 L14,16 L13,15 Z M11,9 L13,9 L13,7 L11,7 L11,9 Z M12,20 C7.589,20 4,16.411 4,12 C4,7.589 7.589,4 12,4 C16.411,4 20,7.589 20,12 C20,16.411 16.411,20 12,20 L12,20 Z M12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 L12,3 Z" }));
|
|
31
31
|
InfoCircle.displayName = "InfoCircle";
|
|
32
32
|
var InfoCircle_default = InfoCircle;
|
|
33
|
-
const CheckboxChecked = ({ size: size2, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 10 8", fill: "currentColor", width: size2 || "10", height: size2 || "8", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M3.5 5.2 1.2 3 0 4.2 3.5 7.8 10 1.2 8.8 0z" }));
|
|
34
|
-
CheckboxChecked.displayName = "CheckboxChecked";
|
|
35
|
-
var CheckboxChecked_default = CheckboxChecked;
|
|
36
|
-
const CheckboxIndeterminate = ({ size: size2, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 8 2", fill: "currentColor", width: size2 || "8", height: size2 || "2", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M0 0H8V2H0z" }));
|
|
37
|
-
CheckboxIndeterminate.displayName = "CheckboxIndeterminate";
|
|
38
|
-
var CheckboxIndeterminate_default = CheckboxIndeterminate;
|
|
39
33
|
var _trimmedEndIndex;
|
|
40
34
|
var hasRequired_trimmedEndIndex;
|
|
41
35
|
function require_trimmedEndIndex() {
|
|
@@ -12567,6 +12561,26 @@ const Checkbox_module = {
|
|
|
12567
12561
|
checkmarkIcon: "checkmarkIcon-MX0Ccp",
|
|
12568
12562
|
indeterminateIcon: "indeterminateIcon-_b18QI"
|
|
12569
12563
|
};
|
|
12564
|
+
const CheckboxChecked = ({ size: size2, ...props }) => /* @__PURE__ */ jsx("svg", {
|
|
12565
|
+
viewBox: "0 0 10 8",
|
|
12566
|
+
fill: "currentColor",
|
|
12567
|
+
width: size2 || "10",
|
|
12568
|
+
height: size2 || "8",
|
|
12569
|
+
...props,
|
|
12570
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
12571
|
+
d: "M3.5 5.2 1.2 3 0 4.2 3.5 7.8 10 1.2 8.8 0z"
|
|
12572
|
+
})
|
|
12573
|
+
});
|
|
12574
|
+
const CheckboxIndeterminate = ({ size: size2, ...props }) => /* @__PURE__ */ jsx("svg", {
|
|
12575
|
+
viewBox: "0 0 8 2",
|
|
12576
|
+
fill: "currentColor",
|
|
12577
|
+
width: size2 || "8",
|
|
12578
|
+
height: size2 || "2",
|
|
12579
|
+
...props,
|
|
12580
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
12581
|
+
d: "M0 0H8V2H0z"
|
|
12582
|
+
})
|
|
12583
|
+
});
|
|
12570
12584
|
const CheckboxSize = {
|
|
12571
12585
|
medium: 14
|
|
12572
12586
|
};
|
|
@@ -12587,11 +12601,11 @@ const Indicator$1 = /* @__PURE__ */ React.forwardRef(({ className, children, ...
|
|
|
12587
12601
|
...props,
|
|
12588
12602
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, {
|
|
12589
12603
|
children: [
|
|
12590
|
-
/* @__PURE__ */ jsx(
|
|
12604
|
+
/* @__PURE__ */ jsx(CheckboxChecked, {
|
|
12591
12605
|
"aria-hidden": "true",
|
|
12592
12606
|
className: clsx(Checkbox_module.indicatorIcon, Checkbox_module.checkmarkIcon)
|
|
12593
12607
|
}),
|
|
12594
|
-
/* @__PURE__ */ jsx(
|
|
12608
|
+
/* @__PURE__ */ jsx(CheckboxIndeterminate, {
|
|
12595
12609
|
"aria-hidden": "true",
|
|
12596
12610
|
className: clsx(Checkbox_module.indicatorIcon, Checkbox_module.indeterminateIcon)
|
|
12597
12611
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2267.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -198,5 +198,5 @@
|
|
|
198
198
|
"registry": "https://registry.npmjs.org/",
|
|
199
199
|
"access": "public"
|
|
200
200
|
},
|
|
201
|
-
"falconPackageHash": "
|
|
201
|
+
"falconPackageHash": "67bbb4e15fa532189cd56d86967312f5930c2f7cc01eb37e697394ce"
|
|
202
202
|
}
|