@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: "Tab item border",
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: "Tab container border",
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: "Container padding",
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: "Tab item radius",
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: "Padding inside tabs",
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",
@@ -78,7 +78,7 @@ const DisplayNames = {
78
78
  volume: "Volume"
79
79
  },
80
80
  displayGroups: {
81
- playbackOptions: "Playback options"
81
+ playbackOptions: "Playback"
82
82
  }
83
83
  };
84
84
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2228.0",
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": "d36630c4bfa1f8e7ac7eb046cda2b9f00a6f64c3ade0e8689e4d95f6"
191
+ "falconPackageHash": "292c66edce8095c6ac16b6779151de32239734aa9f7953f3448703aa"
192
192
  }