@elementor/editor-styles-repository 3.33.0-292 → 3.33.0-294

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-styles-repository",
3
3
  "description": "Elementor Editor Styles Repository",
4
- "version": "3.33.0-292",
4
+ "version": "3.33.0-294",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -33,13 +33,13 @@
33
33
  "dev": "tsup --config=../../tsup.dev.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@elementor/editor-current-user": "3.33.0-292",
37
- "@elementor/editor-elements": "3.33.0-292",
38
- "@elementor/editor-props": "3.33.0-292",
39
- "@elementor/editor-styles": "3.33.0-292",
40
- "@elementor/editor-v1-adapters": "3.33.0-292",
41
- "@elementor/schema": "3.33.0-292",
42
- "@elementor/utils": "3.33.0-292",
36
+ "@elementor/editor-current-user": "3.33.0-294",
37
+ "@elementor/editor-elements": "3.33.0-294",
38
+ "@elementor/editor-props": "3.33.0-294",
39
+ "@elementor/editor-styles": "3.33.0-294",
40
+ "@elementor/editor-v1-adapters": "3.33.0-294",
41
+ "@elementor/schema": "3.33.0-294",
42
+ "@elementor/utils": "3.33.0-294",
43
43
  "@wordpress/i18n": "^5.13.0"
44
44
  },
45
45
  "peerDependencies": {
@@ -28,7 +28,6 @@ export function useGetStylesRepositoryCreateAction() {
28
28
  return null;
29
29
  }
30
30
  throw new Error( 'Multiple providers with create action found in styles repository.' );
31
- // eslint-disable-next-line react-compiler/react-compiler
32
31
  // eslint-disable-next-line react-hooks/exhaustive-deps
33
32
  }, [] );
34
33
  }