@elementor/editor-canvas 0.22.0 → 0.22.1

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.
@@ -1,10 +1,10 @@
1
1
 
2
- > @elementor/editor-canvas@0.22.0 build
2
+ > @elementor/editor-canvas@0.22.1 build
3
3
  > tsup --config=../../tsup.build.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: ../../../tsconfig.json
7
- CLI tsup v8.4.0
7
+ CLI tsup v8.5.0
8
8
  CLI Using tsup config: /home/runner/work/elementor-packages/elementor-packages/tsup.build.ts
9
9
  CLI Target: esnext
10
10
  CLI Cleaning output folder
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  CJS dist/index.js 46.46 KB
14
14
  CJS dist/index.js.map 92.22 KB
15
- CJS ⚡️ Build success in 232ms
15
+ CJS ⚡️ Build success in 276ms
16
16
  ESM dist/index.mjs 43.25 KB
17
17
  ESM dist/index.mjs.map 92.12 KB
18
- ESM ⚡️ Build success in 243ms
18
+ ESM ⚡️ Build success in 276ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 20228ms
20
+ DTS ⚡️ Build success in 20261ms
21
21
  DTS dist/index.d.mts 2.23 KB
22
22
  DTS dist/index.d.ts 2.23 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @elementor/editor-canvas
2
2
 
3
+ ## 0.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 615baa1: upgrade elementor/ui version
8
+ - Updated dependencies [6e1d5ff]
9
+ - Updated dependencies [615baa1]
10
+ - @elementor/editor-styles-repository@0.10.0
11
+ - @elementor/editor-notifications@1.2.3
12
+ - @elementor/editor@0.19.4
13
+
3
14
  ## 0.22.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-canvas",
3
3
  "description": "Elementor Editor Canvas",
4
- "version": "0.22.0",
4
+ "version": "0.22.1",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -36,16 +36,16 @@
36
36
  "react": "^18.3.1"
37
37
  },
38
38
  "dependencies": {
39
- "@elementor/editor": "0.19.3",
40
- "@elementor/editor-notifications": "1.2.2",
39
+ "@elementor/editor": "0.19.4",
40
+ "@elementor/editor-notifications": "1.2.3",
41
41
  "@elementor/editor-elements": "0.8.4",
42
42
  "@elementor/editor-props": "0.12.1",
43
43
  "@elementor/editor-responsive": "0.13.5",
44
44
  "@elementor/editor-styles": "0.6.8",
45
- "@elementor/editor-styles-repository": "0.9.0",
45
+ "@elementor/editor-styles-repository": "0.10.0",
46
46
  "@elementor/editor-v1-adapters": "0.12.0",
47
47
  "@elementor/twing": "0.0.2",
48
- "@elementor/ui": "1.34.2",
48
+ "@elementor/ui": "1.34.5",
49
49
  "@elementor/utils": "0.4.0",
50
50
  "@elementor/wp-media": "0.6.0",
51
51
  "@floating-ui/react": "^0.27.5",