@elementor/editor-styles-repository 0.8.7 → 0.8.8

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-styles-repository@0.8.7 build
2
+ > @elementor/editor-styles-repository@0.8.8 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 9.64 KB
14
- CJS dist/index.js.map 15.94 KB
15
- CJS ⚡️ Build success in 152ms
16
13
  ESM dist/index.mjs 7.72 KB
17
14
  ESM dist/index.mjs.map 15.08 KB
18
- ESM ⚡️ Build success in 152ms
15
+ ESM ⚡️ Build success in 172ms
16
+ CJS dist/index.js 9.64 KB
17
+ CJS dist/index.js.map 15.94 KB
18
+ CJS ⚡️ Build success in 172ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 8905ms
20
+ DTS ⚡️ Build success in 8375ms
21
21
  DTS dist/index.d.mts 3.35 KB
22
22
  DTS dist/index.d.ts 3.35 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @elementor/editor-styles-repository
2
2
 
3
+ ## 0.8.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7439d73]
8
+ - @elementor/editor-v1-adapters@0.12.0
9
+ - @elementor/editor-elements@0.8.3
10
+ - @elementor/editor-styles@0.6.7
11
+
3
12
  ## 0.8.7
4
13
 
5
14
  ### Patch Changes
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": "0.8.7",
4
+ "version": "0.8.8",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -33,10 +33,10 @@
33
33
  "dev": "tsup --config=../../tsup.dev.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@elementor/editor-elements": "0.8.2",
36
+ "@elementor/editor-elements": "0.8.3",
37
37
  "@elementor/editor-props": "0.12.0",
38
- "@elementor/editor-styles": "0.6.6",
39
- "@elementor/editor-v1-adapters": "0.11.0",
38
+ "@elementor/editor-styles": "0.6.7",
39
+ "@elementor/editor-v1-adapters": "0.12.0",
40
40
  "@elementor/schema": "0.1.2",
41
41
  "@elementor/utils": "0.4.0",
42
42
  "@wordpress/i18n": "^5.13.0"