@wix/editor-react-components 1.2513.0 → 1.2514.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.
|
@@ -480,20 +480,6 @@ const manifest = {
|
|
|
480
480
|
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.textAlign
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
|
-
states: {
|
|
484
|
-
hover: withSpec({
|
|
485
|
-
spec: IS_SUPPORT_DESIGN_STATE_SPEC,
|
|
486
|
-
displayName: DesignStates.root.hover.displayName,
|
|
487
|
-
className: DesignStates.root.hover.className,
|
|
488
|
-
pseudoClass: NativeStateType.hover
|
|
489
|
-
}),
|
|
490
|
-
disabled: withSpec({
|
|
491
|
-
spec: IS_SUPPORT_DESIGN_STATE_SPEC,
|
|
492
|
-
displayName: DesignStates.root.disabled.displayName,
|
|
493
|
-
className: DesignStates.root.disabled.className,
|
|
494
|
-
pseudoClass: NativeStateType.disabled
|
|
495
|
-
})
|
|
496
|
-
},
|
|
497
483
|
elements: {
|
|
498
484
|
menuItem: menuItemConfig,
|
|
499
485
|
tabContent: {
|
|
@@ -12,10 +12,6 @@ const OVERFLOW_BEHAVIOR = {
|
|
|
12
12
|
WRAP: "wrap"
|
|
13
13
|
};
|
|
14
14
|
const DesignStates = {
|
|
15
|
-
root: {
|
|
16
|
-
hover: { displayName: "Hover", className: "tabs--hover" },
|
|
17
|
-
disabled: { displayName: "Disabled", className: "tabs--disabled" }
|
|
18
|
-
},
|
|
19
15
|
menuItem: {
|
|
20
16
|
hover: { displayName: "Hover", className: "tabs__item--hover" }
|
|
21
17
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2514.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@wix/sdk": "^1.21.15",
|
|
83
83
|
"@wix/services-manager-react": "^0.1.27",
|
|
84
84
|
"@wix/site-service-rendering-context": "^1.0.1",
|
|
85
|
-
"@wix/site-ui": "1.
|
|
85
|
+
"@wix/site-ui": "1.228.0",
|
|
86
86
|
"@wix/video": "^1.106.0",
|
|
87
87
|
"@wix/viewer-service-consent-policy": "^1.0.101",
|
|
88
88
|
"@wix/web-bi-logger": "^2.1.29",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"registry": "https://registry.npmjs.org/",
|
|
198
198
|
"access": "public"
|
|
199
199
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "88be298ae982a6b28a8ba5eee91252ca0995dfc05a3c82db7a5094e4"
|
|
201
201
|
}
|