@wix/editor-react-components 1.2375.0 → 1.2376.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.
|
@@ -2153,6 +2153,8 @@ const HamburgerMenu = ({
|
|
|
2153
2153
|
Button,
|
|
2154
2154
|
{
|
|
2155
2155
|
...hamburgerOpenButtonProps,
|
|
2156
|
+
label: "",
|
|
2157
|
+
labelContent: "",
|
|
2156
2158
|
a11y: {
|
|
2157
2159
|
ariaLabel: translations.hamburgerOpenButtonAriaLabel,
|
|
2158
2160
|
...hamburgerOpenButtonProps == null ? void 0 : hamburgerOpenButtonProps.a11y
|
|
@@ -2195,6 +2197,8 @@ const HamburgerMenu = ({
|
|
|
2195
2197
|
Button,
|
|
2196
2198
|
{
|
|
2197
2199
|
...hamburgerCloseButtonProps,
|
|
2200
|
+
label: "",
|
|
2201
|
+
labelContent: "",
|
|
2198
2202
|
a11y: {
|
|
2199
2203
|
ariaLabel: translations.hamburgerCloseButtonAriaLabel,
|
|
2200
2204
|
...hamburgerCloseButtonProps == null ? void 0 : hamburgerCloseButtonProps.a11y
|
|
@@ -779,6 +779,10 @@ const displayFilters = {
|
|
|
779
779
|
hide: ["content-horizontal-alignment"]
|
|
780
780
|
}
|
|
781
781
|
};
|
|
782
|
+
const data = {
|
|
783
|
+
label: { disableEditing: true },
|
|
784
|
+
disabled: { disableEditing: true }
|
|
785
|
+
};
|
|
782
786
|
const hamburgerOpenButtonConfig = {
|
|
783
787
|
elementType: ELEMENTS.ELEMENT_TYPE.refElement,
|
|
784
788
|
[ELEMENTS.ELEMENT_TYPE.refElement]: {
|
|
@@ -789,9 +793,7 @@ const hamburgerOpenButtonConfig = {
|
|
|
789
793
|
selectable: false
|
|
790
794
|
},
|
|
791
795
|
actions: { design: {}, settings: {} },
|
|
792
|
-
data
|
|
793
|
-
disabled: { disableEditing: true }
|
|
794
|
-
},
|
|
796
|
+
data,
|
|
795
797
|
displayFilters
|
|
796
798
|
}
|
|
797
799
|
};
|
|
@@ -804,9 +806,7 @@ const hamburgerCloseButtonConfig = {
|
|
|
804
806
|
behaviors: {
|
|
805
807
|
selectable: true
|
|
806
808
|
},
|
|
807
|
-
data
|
|
808
|
-
disabled: { disableEditing: true }
|
|
809
|
-
},
|
|
809
|
+
data,
|
|
810
810
|
displayFilters
|
|
811
811
|
}
|
|
812
812
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2376.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
"registry": "https://registry.npmjs.org/",
|
|
196
196
|
"access": "public"
|
|
197
197
|
},
|
|
198
|
-
"falconPackageHash": "
|
|
198
|
+
"falconPackageHash": "c11ea87c3f38532848e0861fec3c3406ad36d9499df4463c484e16f0"
|
|
199
199
|
}
|