@elementor/editor-controls 3.35.3 → 3.35.4
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-controls",
|
|
3
3
|
"description": "This package contains the controls model and utils for the Elementor editor",
|
|
4
|
-
"version": "3.35.
|
|
4
|
+
"version": "3.35.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Elementor Team",
|
|
7
7
|
"homepage": "https://elementor.com/",
|
|
@@ -40,22 +40,22 @@
|
|
|
40
40
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@elementor/editor-current-user": "3.35.
|
|
44
|
-
"@elementor/editor-elements": "3.35.
|
|
45
|
-
"@elementor/editor-props": "3.35.
|
|
46
|
-
"@elementor/editor-responsive": "3.35.
|
|
47
|
-
"@elementor/editor-ui": "3.35.
|
|
48
|
-
"@elementor/editor-v1-adapters": "3.35.
|
|
49
|
-
"@elementor/env": "3.35.
|
|
50
|
-
"@elementor/http-client": "3.35.
|
|
43
|
+
"@elementor/editor-current-user": "3.35.4",
|
|
44
|
+
"@elementor/editor-elements": "3.35.4",
|
|
45
|
+
"@elementor/editor-props": "3.35.4",
|
|
46
|
+
"@elementor/editor-responsive": "3.35.4",
|
|
47
|
+
"@elementor/editor-ui": "3.35.4",
|
|
48
|
+
"@elementor/editor-v1-adapters": "3.35.4",
|
|
49
|
+
"@elementor/env": "3.35.4",
|
|
50
|
+
"@elementor/http-client": "3.35.4",
|
|
51
51
|
"@elementor/icons": "^1.63.0",
|
|
52
|
-
"@elementor/locations": "3.35.
|
|
53
|
-
"@elementor/events": "3.35.
|
|
54
|
-
"@elementor/query": "3.35.
|
|
55
|
-
"@elementor/session": "3.35.
|
|
52
|
+
"@elementor/locations": "3.35.4",
|
|
53
|
+
"@elementor/events": "3.35.4",
|
|
54
|
+
"@elementor/query": "3.35.4",
|
|
55
|
+
"@elementor/session": "3.35.4",
|
|
56
56
|
"@elementor/ui": "1.36.17",
|
|
57
|
-
"@elementor/utils": "3.35.
|
|
58
|
-
"@elementor/wp-media": "3.35.
|
|
57
|
+
"@elementor/utils": "3.35.4",
|
|
58
|
+
"@elementor/wp-media": "3.35.4",
|
|
59
59
|
"@wordpress/i18n": "^5.13.0",
|
|
60
60
|
"@monaco-editor/react": "^4.7.0",
|
|
61
61
|
"dayjs": "^1.11.18",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useMemo, useRef } from 'react';
|
|
3
3
|
import { keyValuePropTypeUtil, type KeyValuePropValue, type StringPropValue } from '@elementor/editor-props';
|
|
4
|
-
import { PromotionChip } from '@elementor/editor-ui';
|
|
5
|
-
import { ChevronDownIcon,
|
|
6
|
-
import {
|
|
4
|
+
import { PromotionAlert, PromotionChip } from '@elementor/editor-ui';
|
|
5
|
+
import { ChevronDownIcon, VariationsIcon } from '@elementor/icons';
|
|
6
|
+
import { bindPopover, bindTrigger, Box, Popover, UnstableTag, usePopupState } from '@elementor/ui';
|
|
7
7
|
import { __ } from '@wordpress/i18n';
|
|
8
8
|
|
|
9
9
|
import { useBoundProp } from '../../bound-prop-context';
|
|
@@ -164,32 +164,13 @@ export const TransitionSelector = ( {
|
|
|
164
164
|
) }
|
|
165
165
|
footer={
|
|
166
166
|
showPromotion ? (
|
|
167
|
-
<
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
sx={ { m: 1.5, mt: 0 } }
|
|
175
|
-
>
|
|
176
|
-
{ __( 'Upgrade to customize transition properties and control effects.', 'elementor' ) }
|
|
177
|
-
<Box
|
|
178
|
-
component="a"
|
|
179
|
-
href={ PRO_UPGRADE_URL }
|
|
180
|
-
target="_blank"
|
|
181
|
-
rel="noopener noreferrer"
|
|
182
|
-
sx={ {
|
|
183
|
-
display: 'flex',
|
|
184
|
-
alignItems: 'center',
|
|
185
|
-
gap: 0.5,
|
|
186
|
-
color: 'promotion.main',
|
|
187
|
-
} }
|
|
188
|
-
>
|
|
189
|
-
<CrownFilledIcon fontSize="tiny" />
|
|
190
|
-
{ __( 'Upgrade now', 'elementor' ) }
|
|
191
|
-
</Box>
|
|
192
|
-
</Alert>
|
|
167
|
+
<PromotionAlert
|
|
168
|
+
message={ __(
|
|
169
|
+
'Upgrade to customize transition properties and control effects.',
|
|
170
|
+
'elementor'
|
|
171
|
+
) }
|
|
172
|
+
upgradeUrl={ PRO_UPGRADE_URL }
|
|
173
|
+
/>
|
|
193
174
|
) : null
|
|
194
175
|
}
|
|
195
176
|
/>
|