@elementor/editor-controls 4.1.0-796 → 4.1.0-797

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": "4.1.0-796",
4
+ "version": "4.1.0-797",
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": "4.1.0-796",
44
- "@elementor/editor-elements": "4.1.0-796",
45
- "@elementor/editor-props": "4.1.0-796",
46
- "@elementor/editor-responsive": "4.1.0-796",
47
- "@elementor/editor-ui": "4.1.0-796",
48
- "@elementor/editor-v1-adapters": "4.1.0-796",
49
- "@elementor/env": "4.1.0-796",
50
- "@elementor/events": "4.1.0-796",
51
- "@elementor/http-client": "4.1.0-796",
43
+ "@elementor/editor-current-user": "4.1.0-797",
44
+ "@elementor/editor-elements": "4.1.0-797",
45
+ "@elementor/editor-props": "4.1.0-797",
46
+ "@elementor/editor-responsive": "4.1.0-797",
47
+ "@elementor/editor-ui": "4.1.0-797",
48
+ "@elementor/editor-v1-adapters": "4.1.0-797",
49
+ "@elementor/env": "4.1.0-797",
50
+ "@elementor/events": "4.1.0-797",
51
+ "@elementor/http-client": "4.1.0-797",
52
52
  "@elementor/icons": "^1.68.0",
53
- "@elementor/locations": "4.1.0-796",
54
- "@elementor/query": "4.1.0-796",
55
- "@elementor/session": "4.1.0-796",
53
+ "@elementor/locations": "4.1.0-797",
54
+ "@elementor/query": "4.1.0-797",
55
+ "@elementor/session": "4.1.0-797",
56
56
  "@elementor/ui": "1.37.5",
57
- "@elementor/utils": "4.1.0-796",
58
- "@elementor/wp-media": "4.1.0-796",
57
+ "@elementor/utils": "4.1.0-797",
58
+ "@elementor/wp-media": "4.1.0-797",
59
59
  "@monaco-editor/react": "^4.7.0",
60
60
  "@tiptap/extension-bold": "^3.11.1",
61
61
  "@tiptap/extension-document": "^3.11.1",
@@ -107,7 +107,7 @@ export const SizeField = < T extends SizePropValue[ 'value' ], U extends SizeUni
107
107
  </InputAdornment>
108
108
  ),
109
109
  } }
110
- inputProps={ { min, step: 'any', 'arial-label': ariaLabel } }
110
+ inputProps={ { min, step: 'any', 'aria-label': ariaLabel } }
111
111
  />
112
112
  );
113
113
  };