@elementor/editor-variables 3.32.0-94 → 3.32.0-95

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-variables",
3
- "version": "3.32.0-94",
3
+ "version": "3.32.0-95",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,18 +39,18 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/editor": "3.32.0-94",
43
- "@elementor/editor-canvas": "3.32.0-94",
44
- "@elementor/editor-controls": "3.32.0-94",
45
- "@elementor/editor-current-user": "3.32.0-94",
46
- "@elementor/editor-editing-panel": "3.32.0-94",
47
- "@elementor/editor-panels": "3.32.0-94",
48
- "@elementor/editor-props": "3.32.0-94",
49
- "@elementor/editor-ui": "3.32.0-94",
50
- "@elementor/editor-v1-adapters": "3.32.0-94",
51
- "@elementor/http-client": "3.32.0-94",
42
+ "@elementor/editor": "3.32.0-95",
43
+ "@elementor/editor-canvas": "3.32.0-95",
44
+ "@elementor/editor-controls": "3.32.0-95",
45
+ "@elementor/editor-current-user": "3.32.0-95",
46
+ "@elementor/editor-editing-panel": "3.32.0-95",
47
+ "@elementor/editor-panels": "3.32.0-95",
48
+ "@elementor/editor-props": "3.32.0-95",
49
+ "@elementor/editor-ui": "3.32.0-95",
50
+ "@elementor/editor-v1-adapters": "3.32.0-95",
51
+ "@elementor/http-client": "3.32.0-95",
52
52
  "@elementor/icons": "1.46.0",
53
- "@elementor/schema": "3.32.0-94",
53
+ "@elementor/schema": "3.32.0-95",
54
54
  "@elementor/ui": "1.36.12",
55
55
  "@wordpress/i18n": "^5.13.0"
56
56
  },
@@ -33,9 +33,11 @@ export const DeleteConfirmationDialog = ( {
33
33
  <DialogContent>
34
34
  <DialogContentText variant="body2" color="textPrimary">
35
35
  { __( 'All elements using', 'elementor' ) }
36
- <Typography variant="subtitle2" component="span">
37
- &nbsp;{ label }&nbsp;
36
+ &nbsp;
37
+ <Typography variant="subtitle2" component="span" sx={ { lineBreak: 'anywhere' } }>
38
+ { label }
38
39
  </Typography>
40
+ &nbsp;
39
41
  { __( 'will keep their current values, but the variable itself will be removed.', 'elementor' ) }
40
42
  </DialogContentText>
41
43
  </DialogContent>