@elementor/editor-global-classes 4.0.0-682 → 4.0.0-683

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-global-classes",
3
- "version": "4.0.0-682",
3
+ "version": "4.0.0-683",
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-682",
43
- "@elementor/editor-current-user": "4.0.0-682",
44
- "@elementor/editor-documents": "4.0.0-682",
45
- "@elementor/editor-editing-panel": "4.0.0-682",
46
- "@elementor/editor-mcp": "4.0.0-682",
47
- "@elementor/editor-panels": "4.0.0-682",
48
- "@elementor/editor-props": "4.0.0-682",
49
- "@elementor/editor-variables": "4.0.0-682",
50
- "@elementor/editor-styles": "4.0.0-682",
51
- "@elementor/editor-canvas": "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
- "@elementor/http-client": "4.0.0-682",
42
+ "@elementor/editor": "4.0.0-683",
43
+ "@elementor/editor-current-user": "4.0.0-683",
44
+ "@elementor/editor-documents": "4.0.0-683",
45
+ "@elementor/editor-editing-panel": "4.0.0-683",
46
+ "@elementor/editor-mcp": "4.0.0-683",
47
+ "@elementor/editor-panels": "4.0.0-683",
48
+ "@elementor/editor-props": "4.0.0-683",
49
+ "@elementor/editor-variables": "4.0.0-683",
50
+ "@elementor/editor-styles": "4.0.0-683",
51
+ "@elementor/editor-canvas": "4.0.0-683",
52
+ "@elementor/editor-styles-repository": "4.0.0-683",
53
+ "@elementor/editor-ui": "4.0.0-683",
54
+ "@elementor/editor-v1-adapters": "4.0.0-683",
55
+ "@elementor/http-client": "4.0.0-683",
56
56
  "@elementor/icons": "^1.68.0",
57
- "@elementor/query": "4.0.0-682",
58
- "@elementor/schema": "4.0.0-682",
59
- "@elementor/store": "4.0.0-682",
57
+ "@elementor/query": "4.0.0-683",
58
+ "@elementor/schema": "4.0.0-683",
59
+ "@elementor/store": "4.0.0-683",
60
60
  "@elementor/ui": "1.36.17",
61
- "@elementor/utils": "4.0.0-682",
61
+ "@elementor/utils": "4.0.0-683",
62
62
  "@wordpress/i18n": "^5.13.0",
63
- "@elementor/events": "4.0.0-682"
63
+ "@elementor/events": "4.0.0-683"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "react": "^18.3.1",
@@ -151,8 +151,8 @@ export const ClassItem = ( {
151
151
  >
152
152
  <Typography variant="caption" sx={ { color: 'text.primary' } }>
153
153
  { syncToV3
154
- ? __( 'Stop syncing to Version 3', 'elementor' )
155
- : __( 'Sync to Version 3', 'elementor' ) }
154
+ ? __( 'Stop syncing to Global Fonts', 'elementor' )
155
+ : __( 'Sync to Global Fonts', 'elementor' ) }
156
156
  </Typography>
157
157
  </MenuListItem>
158
158
  ) }
@@ -338,7 +338,7 @@ const StopSyncConfirmationDialog = ( { open, onClose, onConfirm }: StopSyncConfi
338
338
  </ConfirmationDialog.Title>
339
339
  <ConfirmationDialog.Content>
340
340
  <ConfirmationDialog.ContentText>
341
- { __( "You're about to stop syncing a typography class to version 3.", 'elementor' ) }
341
+ { __( "You're about to stop syncing a typography class to Global Fonts.", 'elementor' ) }
342
342
  </ConfirmationDialog.ContentText>
343
343
  <ConfirmationDialog.ContentText sx={ { mt: 1 } }>
344
344
  { __(
@@ -37,10 +37,10 @@ export const StartSyncToV3Modal = ( { externalOpen, onExternalClose, onConfirm }
37
37
  <DialogContent sx={ { p: 0 } }>
38
38
  <Box component="img" src={ IMAGE_URL } alt="" sx={ { width: '100%', display: 'block' } } />
39
39
  <Box sx={ { px: 3, pt: 4, pb: 1 } }>
40
- <Typography variant="h6">{ __( 'Sync class to version 3 Global Fonts', 'elementor' ) }</Typography>
40
+ <Typography variant="h6">{ __( 'Sync class to Global Fonts', 'elementor' ) }</Typography>
41
41
  <Typography variant="body2" color="secondary" sx={ { mb: 2, pt: 1 } }>
42
42
  { __(
43
- 'Only typography settings supported in version 3 will be applied, including: font family, responsive font sizes, weight, text transform, decoration, line height, letter spacing, and word spacing. Changes made in the class will automatically apply to version 3.',
43
+ 'Only typography settings supported in Global Fonts will be applied, including: font family, responsive font sizes, weight, text transform, decoration, line height, letter spacing, and word spacing. Changes made in the class will automatically apply to Global Fonts.',
44
44
  'elementor'
45
45
  ) }
46
46
  </Typography>
@@ -67,7 +67,7 @@ export const StartSyncToV3Modal = ( { externalOpen, onExternalClose, onConfirm }
67
67
  { __( 'Cancel', 'elementor' ) }
68
68
  </Button>
69
69
  <Button onClick={ handleConfirm } variant="contained" size="small">
70
- { __( 'Sync to version 3', 'elementor' ) }
70
+ { __( 'Sync to Global Fonts', 'elementor' ) }
71
71
  </Button>
72
72
  </Box>
73
73
  </DialogActions>