@elementor/editor-canvas 0.15.0 → 0.15.2

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,5 +1,5 @@
1
1
 
2
- > @elementor/editor-canvas@0.15.0 build
2
+ > @elementor/editor-canvas@0.15.2 build
3
3
  > tsup --config=../../tsup.build.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 36.53 KB
14
- CJS dist/index.js.map 72.22 KB
15
- CJS ⚡️ Build success in 226ms
16
13
  ESM dist/index.mjs 33.81 KB
17
14
  ESM dist/index.mjs.map 72.44 KB
18
- ESM ⚡️ Build success in 228ms
15
+ ESM ⚡️ Build success in 292ms
16
+ CJS dist/index.js 36.53 KB
17
+ CJS dist/index.js.map 72.22 KB
18
+ CJS ⚡️ Build success in 293ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 20459ms
20
+ DTS ⚡️ Build success in 19537ms
21
21
  DTS dist/index.d.mts 972.00 B
22
22
  DTS dist/index.d.ts 972.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @elementor/editor-canvas
2
2
 
3
+ ## 0.15.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b1f364a]
8
+ - @elementor/twing@0.0.2
9
+
10
+ ## 0.15.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [b89243b]
15
+ - @elementor/twing@0.0.1
16
+
3
17
  ## 0.15.0
4
18
 
5
19
  ### 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.15.0",
4
+ "version": "0.15.2",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -43,7 +43,7 @@
43
43
  "@elementor/editor-styles": "0.6.4",
44
44
  "@elementor/editor-styles-repository": "0.8.0",
45
45
  "@elementor/editor-v1-adapters": "0.11.0",
46
- "@elementor/twing": "0.0.0",
46
+ "@elementor/twing": "0.0.2",
47
47
  "@elementor/ui": "1.32.1",
48
48
  "@elementor/utils": "0.4.0",
49
49
  "@elementor/wp-media": "0.6.0",