@elementor/editor-ui 0.13.0 → 0.14.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.13.0 build
2
+ > @elementor/editor-ui@0.14.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
  CJS dist/index.js 23.49 KB
14
14
  CJS dist/index.js.map 40.38 KB
15
- CJS ⚡️ Build success in 183ms
15
+ CJS ⚡️ Build success in 112ms
16
16
  ESM dist/index.mjs 20.74 KB
17
17
  ESM dist/index.mjs.map 39.98 KB
18
- ESM ⚡️ Build success in 189ms
18
+ ESM ⚡️ Build success in 121ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 21633ms
20
+ DTS ⚡️ Build success in 17533ms
21
21
  DTS dist/index.d.mts 5.18 KB
22
22
  DTS dist/index.d.ts 5.18 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @elementor/editor-ui
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1a37b1c: Update the Elementor UI version.
8
+ - 12333b0: Update `@elementor/icons` package.
9
+
3
10
  ## 0.13.0
4
11
 
5
12
  ### 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.13.0",
4
+ "version": "0.14.0",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@elementor/editor-v1-adapters": "0.12.1",
41
- "@elementor/icons": "1.44.0",
42
- "@elementor/ui": "1.35.5",
41
+ "@elementor/icons": "1.46.0",
42
+ "@elementor/ui": "1.36.0",
43
43
  "@tanstack/react-virtual": "^3.13.3",
44
44
  "@wordpress/i18n": "^5.13.0"
45
45
  },