@wix/editor-react-components 1.2228.0 → 1.2229.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.
|
@@ -544,7 +544,7 @@ const manifest = {
|
|
|
544
544
|
}
|
|
545
545
|
},
|
|
546
546
|
menuItemBorderGroup: {
|
|
547
|
-
displayName: "
|
|
547
|
+
displayName: "Item border",
|
|
548
548
|
groupType: DISPLAY_GROUPS.GROUP_TYPE.border,
|
|
549
549
|
[DISPLAY_GROUPS.GROUP_TYPE.border]: {
|
|
550
550
|
color: "displayGroups.menuItemBorderColorGroup",
|
|
@@ -553,7 +553,7 @@ const manifest = {
|
|
|
553
553
|
}
|
|
554
554
|
},
|
|
555
555
|
menuBorderGroup: {
|
|
556
|
-
displayName: "
|
|
556
|
+
displayName: "Container border",
|
|
557
557
|
groupType: DISPLAY_GROUPS.GROUP_TYPE.border,
|
|
558
558
|
[DISPLAY_GROUPS.GROUP_TYPE.border]: {
|
|
559
559
|
color: "displayGroups.menuBorderColorGroup",
|
|
@@ -572,7 +572,7 @@ const manifest = {
|
|
|
572
572
|
}
|
|
573
573
|
},
|
|
574
574
|
menuPaddingGroup: {
|
|
575
|
-
displayName: "
|
|
575
|
+
displayName: "Padding",
|
|
576
576
|
groupType: DISPLAY_GROUPS.GROUP_TYPE.padding,
|
|
577
577
|
[DISPLAY_GROUPS.GROUP_TYPE.padding]: {
|
|
578
578
|
top: "menu-padding-top",
|
|
@@ -609,7 +609,7 @@ const manifest = {
|
|
|
609
609
|
}
|
|
610
610
|
},
|
|
611
611
|
menuItemCornersGroup: {
|
|
612
|
-
displayName: "
|
|
612
|
+
displayName: "Item radius",
|
|
613
613
|
groupType: DISPLAY_GROUPS.GROUP_TYPE.borderRadius,
|
|
614
614
|
[DISPLAY_GROUPS.GROUP_TYPE.borderRadius]: {
|
|
615
615
|
topLeft: "menu-item-border-radius-start-start",
|
|
@@ -619,7 +619,7 @@ const manifest = {
|
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
621
|
menuItemPaddingGroup: {
|
|
622
|
-
displayName: "
|
|
622
|
+
displayName: "Item padding",
|
|
623
623
|
groupType: DISPLAY_GROUPS.GROUP_TYPE.padding,
|
|
624
624
|
[DISPLAY_GROUPS.GROUP_TYPE.padding]: {
|
|
625
625
|
top: "menu-item-padding-top",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2229.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -188,5 +188,5 @@
|
|
|
188
188
|
"registry": "https://registry.npmjs.org/",
|
|
189
189
|
"access": "public"
|
|
190
190
|
},
|
|
191
|
-
"falconPackageHash": "
|
|
191
|
+
"falconPackageHash": "292c66edce8095c6ac16b6779151de32239734aa9f7953f3448703aa"
|
|
192
192
|
}
|