@wix/editor-react-components 1.2519.0 → 1.2525.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.
- package/dist/site/components/Button/css.css +1 -1
- package/dist/site/components/CollapsibleText/css.css +1 -1
- package/dist/site/components/CollapsibleText/manifest.js +3 -5
- package/dist/site/components/Lottie/css.css +1 -1
- package/dist/site/components/Menu/css.css +1 -1
- package/dist/site/components/Slideshow/css.css +1 -1
- package/package.json +2 -2
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
outline: none;
|
|
18
18
|
}
|
|
19
19
|
.root__IB9QF:hover, .root__IB9QF.active__lpoVO, .root__IB9QF.button--hover {
|
|
20
|
-
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill,
|
|
20
|
+
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill, transform, letter-spacing, line-height, text-decoration-line, text-align, text-transform, text-shadow;
|
|
21
21
|
transition-duration: 0.4s;
|
|
22
22
|
transition-timing-function: ease;
|
|
23
23
|
}
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
outline: none;
|
|
144
144
|
}
|
|
145
145
|
.root__IB9QF:hover, .root__IB9QF.active__lpoVO, .root__IB9QF.button--hover {
|
|
146
|
-
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill,
|
|
146
|
+
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill, transform, letter-spacing, line-height, text-decoration-line, text-align, text-transform, text-shadow;
|
|
147
147
|
transition-duration: 0.4s;
|
|
148
148
|
transition-timing-function: ease;
|
|
149
149
|
}
|
|
@@ -170,8 +170,7 @@ const manifest = {
|
|
|
170
170
|
displayName: DisplayNames.root.elements.button,
|
|
171
171
|
type: "wixEditorElements.Button",
|
|
172
172
|
behaviors: {
|
|
173
|
-
selectable: false
|
|
174
|
-
removable: false
|
|
173
|
+
selectable: false
|
|
175
174
|
},
|
|
176
175
|
displayFilters: {
|
|
177
176
|
elements: {
|
|
@@ -181,7 +180,7 @@ const manifest = {
|
|
|
181
180
|
hide: ["label", "iconCollapsed", "link", "disabled"]
|
|
182
181
|
},
|
|
183
182
|
cssProperties: {
|
|
184
|
-
hide: ["columnGap", "rowGap"
|
|
183
|
+
hide: ["columnGap", "rowGap"]
|
|
185
184
|
},
|
|
186
185
|
cssCustomProperties: {
|
|
187
186
|
hide: ["content-horizontal-alignment", "icon-position"]
|
|
@@ -195,8 +194,7 @@ const manifest = {
|
|
|
195
194
|
},
|
|
196
195
|
cssProperties: {
|
|
197
196
|
columnGap: { disableEditing: true },
|
|
198
|
-
rowGap: { disableEditing: true }
|
|
199
|
-
display: { disableEditing: true }
|
|
197
|
+
rowGap: { disableEditing: true }
|
|
200
198
|
},
|
|
201
199
|
cssCustomProperties: {
|
|
202
200
|
"content-horizontal-alignment": { disableEditing: true },
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
outline: none;
|
|
58
58
|
}
|
|
59
59
|
.root__IB9QF:hover, .root__IB9QF.active__lpoVO, .root__IB9QF.button--hover {
|
|
60
|
-
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill,
|
|
60
|
+
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill, transform, letter-spacing, line-height, text-decoration-line, text-align, text-transform, text-shadow;
|
|
61
61
|
transition-duration: 0.4s;
|
|
62
62
|
transition-timing-function: ease;
|
|
63
63
|
}
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
outline: none;
|
|
944
944
|
}
|
|
945
945
|
.root__IB9QF:hover, .root__IB9QF.active__lpoVO, .root__IB9QF.button--hover {
|
|
946
|
-
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill,
|
|
946
|
+
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill, transform, letter-spacing, line-height, text-decoration-line, text-align, text-transform, text-shadow;
|
|
947
947
|
transition-duration: 0.4s;
|
|
948
948
|
transition-timing-function: ease;
|
|
949
949
|
}
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
outline: none;
|
|
470
470
|
}
|
|
471
471
|
.root__IB9QF:hover, .root__IB9QF.active__lpoVO, .root__IB9QF.button--hover {
|
|
472
|
-
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill,
|
|
472
|
+
transition-property: border-left, border-inline-start, border-right, border-inline-end, border-top, border-bottom, border-color, border-start-start-radius, border-start-end-radius, border-end-start-radius, border-end-end-radius, border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius, background, background-color, box-shadow, padding-left, padding-inline-start, padding-right, padding-inline-end, padding-top, padding-bottom, color, fill, transform, letter-spacing, line-height, text-decoration-line, text-align, text-transform, text-shadow;
|
|
473
473
|
transition-duration: 0.4s;
|
|
474
474
|
transition-timing-function: ease;
|
|
475
475
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2525.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"registry": "https://registry.npmjs.org/",
|
|
198
198
|
"access": "public"
|
|
199
199
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "08fd4d23196fa9e859d4c3fe27268de77115a13b5929473ce242b015"
|
|
201
201
|
}
|