@elementor/editor-styles-repository 0.7.2 → 0.7.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.7.2 build
2
+ > @elementor/editor-styles-repository@0.7.4 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 4.71 KB
14
14
  ESM dist/index.mjs.map 10.88 KB
15
- ESM ⚡️ Build success in 51ms
15
+ ESM ⚡️ Build success in 58ms
16
16
  CJS dist/index.js 6.15 KB
17
17
  CJS dist/index.js.map 10.97 KB
18
- CJS ⚡️ Build success in 52ms
18
+ CJS ⚡️ Build success in 64ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 5340ms
20
+ DTS ⚡️ Build success in 5319ms
21
21
  DTS dist/index.d.mts 2.15 KB
22
22
  DTS dist/index.d.ts 2.15 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @elementor/editor-styles-repository
2
2
 
3
+ ## 0.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [23458d1]
8
+ - Updated dependencies [959e02c]
9
+ - @elementor/editor-props@0.9.4
10
+ - @elementor/editor-v1-adapters@0.10.2
11
+ - @elementor/editor-elements@0.6.1
12
+ - @elementor/editor-styles@0.6.1
13
+
14
+ ## 0.7.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [bcf4254]
19
+ - Updated dependencies [c654f89]
20
+ - Updated dependencies [571ff75]
21
+ - @elementor/editor-elements@0.6.0
22
+ - @elementor/editor-styles@0.6.0
23
+ - @elementor/editor-props@0.9.3
24
+ - @elementor/utils@0.4.0
25
+ - @elementor/editor-v1-adapters@0.10.1
26
+
3
27
  ## 0.7.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.7.2",
4
+ "version": "0.7.4",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -33,11 +33,11 @@
33
33
  "dev": "tsup --config=../../tsup.dev.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@elementor/editor-elements": "0.5.4",
37
- "@elementor/editor-props": "0.9.2",
38
- "@elementor/editor-styles": "0.5.7",
39
- "@elementor/editor-v1-adapters": "0.10.0",
40
- "@elementor/utils": "0.3.1"
36
+ "@elementor/editor-elements": "0.6.1",
37
+ "@elementor/editor-props": "0.9.4",
38
+ "@elementor/editor-styles": "0.6.1",
39
+ "@elementor/editor-v1-adapters": "0.10.2",
40
+ "@elementor/utils": "0.4.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^18.3.1"