@elementor/editor-styles-repository 0.10.2 → 0.10.4

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.10.2 build
2
+ > @elementor/editor-styles-repository@0.10.4 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
- ESM dist/index.mjs 8.70 KB
14
- ESM dist/index.mjs.map 17.15 KB
15
- ESM ⚡️ Build success in 139ms
16
13
  CJS dist/index.js 10.70 KB
17
14
  CJS dist/index.js.map 18.08 KB
18
- CJS ⚡️ Build success in 144ms
15
+ CJS ⚡️ Build success in 139ms
16
+ ESM dist/index.mjs 8.70 KB
17
+ ESM dist/index.mjs.map 17.15 KB
18
+ ESM ⚡️ Build success in 172ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 9608ms
20
+ DTS ⚡️ Build success in 8864ms
21
21
  DTS dist/index.d.mts 3.88 KB
22
22
  DTS dist/index.d.ts 3.88 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @elementor/editor-styles-repository
2
2
 
3
+ ## 0.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e953081]
8
+ - Updated dependencies [ab6ad10]
9
+ - Updated dependencies [ea388a1]
10
+ - Updated dependencies [16df763]
11
+ - @elementor/utils@0.5.0
12
+ - @elementor/editor-props@0.15.0
13
+ - @elementor/editor-elements@0.8.7
14
+ - @elementor/editor-v1-adapters@0.12.1
15
+ - @elementor/editor-styles@0.6.11
16
+
17
+ ## 0.10.3
18
+
19
+ ### Patch Changes
20
+
21
+ - 29f1740: Handle provider-to-color logic from the style providers directly
22
+ - Updated dependencies [20d04f2]
23
+ - @elementor/editor-props@0.14.0
24
+ - @elementor/editor-elements@0.8.6
25
+ - @elementor/editor-styles@0.6.10
26
+
3
27
  ## 0.10.2
4
28
 
5
29
  ### 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.10.2",
4
+ "version": "0.10.4",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@elementor/editor-current-user": "0.5.0",
37
- "@elementor/editor-elements": "0.8.5",
38
- "@elementor/editor-props": "0.13.0",
39
- "@elementor/editor-styles": "0.6.9",
40
- "@elementor/editor-v1-adapters": "0.12.0",
37
+ "@elementor/editor-elements": "0.8.7",
38
+ "@elementor/editor-props": "0.15.0",
39
+ "@elementor/editor-styles": "0.6.11",
40
+ "@elementor/editor-v1-adapters": "0.12.1",
41
41
  "@elementor/schema": "0.1.2",
42
- "@elementor/utils": "0.4.0",
42
+ "@elementor/utils": "0.5.0",
43
43
  "@wordpress/i18n": "^5.13.0"
44
44
  },
45
45
  "peerDependencies": {