@elementor/editor-editing-panel 4.0.0-680 → 4.0.0-682

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "4.0.0-680",
3
+ "version": "4.0.0-682",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,28 +39,28 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/editor": "4.0.0-680",
43
- "@elementor/editor-canvas": "4.0.0-680",
44
- "@elementor/editor-controls": "4.0.0-680",
45
- "@elementor/editor-documents": "4.0.0-680",
46
- "@elementor/editor-elements": "4.0.0-680",
47
- "@elementor/editor-interactions": "4.0.0-680",
48
- "@elementor/editor-panels": "4.0.0-680",
49
- "@elementor/editor-props": "4.0.0-680",
50
- "@elementor/editor-responsive": "4.0.0-680",
51
- "@elementor/editor-styles": "4.0.0-680",
52
- "@elementor/editor-styles-repository": "4.0.0-680",
53
- "@elementor/editor-ui": "4.0.0-680",
54
- "@elementor/editor-v1-adapters": "4.0.0-680",
42
+ "@elementor/editor": "4.0.0-682",
43
+ "@elementor/editor-canvas": "4.0.0-682",
44
+ "@elementor/editor-controls": "4.0.0-682",
45
+ "@elementor/editor-documents": "4.0.0-682",
46
+ "@elementor/editor-elements": "4.0.0-682",
47
+ "@elementor/editor-interactions": "4.0.0-682",
48
+ "@elementor/editor-panels": "4.0.0-682",
49
+ "@elementor/editor-props": "4.0.0-682",
50
+ "@elementor/editor-responsive": "4.0.0-682",
51
+ "@elementor/editor-styles": "4.0.0-682",
52
+ "@elementor/editor-styles-repository": "4.0.0-682",
53
+ "@elementor/editor-ui": "4.0.0-682",
54
+ "@elementor/editor-v1-adapters": "4.0.0-682",
55
55
  "@elementor/icons": "^1.68.0",
56
- "@elementor/editor-variables": "4.0.0-680",
57
- "@elementor/locations": "4.0.0-680",
58
- "@elementor/menus": "4.0.0-680",
59
- "@elementor/schema": "4.0.0-680",
60
- "@elementor/session": "4.0.0-680",
56
+ "@elementor/editor-variables": "4.0.0-682",
57
+ "@elementor/locations": "4.0.0-682",
58
+ "@elementor/menus": "4.0.0-682",
59
+ "@elementor/schema": "4.0.0-682",
60
+ "@elementor/session": "4.0.0-682",
61
61
  "@elementor/ui": "1.36.17",
62
- "@elementor/utils": "4.0.0-680",
63
- "@elementor/wp-media": "4.0.0-680",
62
+ "@elementor/utils": "4.0.0-682",
63
+ "@elementor/wp-media": "4.0.0-682",
64
64
  "@wordpress/i18n": "^5.13.0"
65
65
  },
66
66
  "peerDependencies": {
@@ -52,7 +52,7 @@ export const DynamicSelection = ( { close: closePopover, expired = false }: Dyna
52
52
 
53
53
  useEffect( () => {
54
54
  if ( hasNoDynamicTags ) {
55
- trackViewPromotion( { target_name: 'dynamic_tags', location_l1: 'style' } );
55
+ trackViewPromotion( { target_name: 'dynamic_tags' } );
56
56
  } else if ( expired ) {
57
57
  trackViewPromotion( { target_name: 'dynamic_tags' } );
58
58
  }
@@ -181,7 +181,7 @@ const NoDynamicTags = () => (
181
181
  <CtaButton
182
182
  size="small"
183
183
  href={ PRO_DYNAMIC_TAGS_URL }
184
- onClick={ () => trackUpgradePromotionClick( { target_name: 'dynamic_tags', location_l1: 'style' } ) }
184
+ onClick={ () => trackUpgradePromotionClick( { target_name: 'dynamic_tags' } ) }
185
185
  />
186
186
  </Stack>
187
187
  </>