@elementor/editor-ui 0.9.0 → 0.10.0

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-ui@0.9.0 build
2
+ > @elementor/editor-ui@0.10.0 build
3
3
  > tsup --config=../../tsup.build.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 11.11 KB
14
14
  ESM dist/index.mjs.map 21.38 KB
15
- ESM ⚡️ Build success in 126ms
15
+ ESM ⚡️ Build success in 161ms
16
16
  CJS dist/index.js 13.30 KB
17
17
  CJS dist/index.js.map 21.70 KB
18
- CJS ⚡️ Build success in 129ms
18
+ CJS ⚡️ Build success in 163ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 20222ms
20
+ DTS ⚡️ Build success in 22765ms
21
21
  DTS dist/index.d.mts 3.08 KB
22
22
  DTS dist/index.d.ts 3.08 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @elementor/editor-ui
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2c5df45: Update `@elementor/icons` package.
8
+
3
9
  ## 0.9.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-ui",
3
3
  "description": "Elementor Editor UI",
4
- "version": "0.9.0",
4
+ "version": "0.10.0",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@elementor/editor-v1-adapters": "0.12.0",
40
- "@elementor/icons": "1.40.1",
40
+ "@elementor/icons": "1.44.0",
41
41
  "@elementor/ui": "1.34.5",
42
42
  "@wordpress/i18n": "^5.13.0"
43
43
  },