@elementor/editor-editing-panel 0.6.0 → 0.6.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.6.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-editing-panel@0.6.0...@elementor/editor-editing-panel@0.6.1) (2024-08-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **editor-editing-panel:** change update style props ([#228](https://github.com/elementor/elementor-packages/issues/228)) ([3918096](https://github.com/elementor/elementor-packages/commit/3918096741825f034c710519bc0e29d9f22001fe))
11
+
6
12
  # [0.6.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-editing-panel@0.5.1...@elementor/editor-editing-panel@0.6.0) (2024-08-05)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -49,5 +49,5 @@
49
49
  "peerDependencies": {
50
50
  "react": "^18.3.1"
51
51
  },
52
- "gitHead": "f4ca33da0842a29d83736d0a173633085edddaee"
52
+ "gitHead": "cc46c584717a5a0669f31a40ba7d2d77e50ee5d2"
53
53
  }
@@ -15,7 +15,7 @@ export const updateStyle = ( { elementID, styleDefID, meta, props, bind = 'class
15
15
 
16
16
  runCommand( 'document/atomic-widgets/styles', {
17
17
  container,
18
- styleDefId: styleDefID,
18
+ styleDefID,
19
19
  bind,
20
20
  meta,
21
21
  props,