@lowdefy/blocks-color-selectors 0.0.0-experimental-20251203205559 → 0.0.0-experimental-20260113081624

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.
@@ -41,7 +41,10 @@ const ColorSelector = ({ blockId, components, events, loading, methods, properti
41
41
  onChange: (newColor)=>{
42
42
  methods.setValue(newColor);
43
43
  methods.triggerEvent({
44
- name: 'onChange'
44
+ name: 'onChange',
45
+ event: {
46
+ value: newColor
47
+ }
45
48
  });
46
49
  },
47
50
  size: properties.size,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/blocks-color-selectors",
3
- "version": "0.0.0-experimental-20251203205559",
3
+ "version": "0.0.0-experimental-20260113081624",
4
4
  "license": "Apache-2.0",
5
5
  "description": "A Lowdefy color selector blocks based on react-color.",
6
6
  "homepage": "https://lowdefy.com",
@@ -42,8 +42,8 @@
42
42
  "dist/*"
43
43
  ],
44
44
  "dependencies": {
45
- "@lowdefy/block-utils": "0.0.0-experimental-20251203205559",
46
- "@lowdefy/blocks-antd": "0.0.0-experimental-20251203205559",
45
+ "@lowdefy/block-utils": "0.0.0-experimental-20260113081624",
46
+ "@lowdefy/blocks-antd": "0.0.0-experimental-20260113081624",
47
47
  "classnames": "2.3.2",
48
48
  "react": "18.2.0",
49
49
  "react-colorful": "5.6.1",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@emotion/jest": "11.10.5",
54
- "@lowdefy/block-dev": "0.0.0-experimental-20251203205559",
55
- "@lowdefy/jest-yaml-transform": "0.0.0-experimental-20251203205559",
54
+ "@lowdefy/block-dev": "0.0.0-experimental-20260113081624",
55
+ "@lowdefy/jest-yaml-transform": "0.0.0-experimental-20260113081624",
56
56
  "@swc/cli": "0.1.63",
57
57
  "@swc/core": "1.3.99",
58
58
  "@swc/jest": "0.2.29",