@wix/editor-react-components 1.2215.0 → 1.2216.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.
@@ -13,7 +13,7 @@ export declare const DURATION_CONSTANTS: {
13
13
  readonly MAX_DURATION: 2;
14
14
  };
15
15
  export declare const UI_CONSTANTS: {
16
- readonly BACKGROUND_COLOR: "#F8F6F6";
16
+ readonly BACKGROUND_COLOR: "var(--wds-add-item-fill, #F8F6F6)";
17
17
  readonly BORDER_RADIUS: "8px";
18
18
  readonly NUMBER_INPUT_WIDTH: "80px";
19
19
  };
@@ -1,5 +1,4 @@
1
1
  export declare const dataHooks: {
2
- panel: string;
3
2
  contentWrapper: string;
4
3
  orientationSelector: string;
5
4
  };
@@ -1,5 +1,4 @@
1
1
  export declare const dataHooks: {
2
- panel: string;
3
2
  contentWrapper: string;
4
3
  menuTypeSelector: string;
5
4
  orientationFormField: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2215.0",
3
+ "version": "1.2216.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": "704213c90903a37718fa1f6995eb15a1b44e0cd0ce6b15cdb461970b"
191
+ "falconPackageHash": "9e3a78187e76505b60d62b5eaa0f09c97581da78b7587ba33c97cae3"
192
192
  }