@wix/editor-react-components 1.2615.0 → 1.2616.0
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.
|
@@ -95,7 +95,7 @@ const TestComp = (props) => {
|
|
|
95
95
|
className: styles.functionBtn,
|
|
96
96
|
onClick: () => {
|
|
97
97
|
fn == null ? void 0 : fn();
|
|
98
|
-
console.log(`[TestComp] ${rowLabel} called
|
|
98
|
+
console.log(`[TestComp] ${rowLabel} was called`);
|
|
99
99
|
},
|
|
100
100
|
children: "invoke"
|
|
101
101
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2616.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -198,5 +198,5 @@
|
|
|
198
198
|
"registry": "https://registry.npmjs.org/",
|
|
199
199
|
"access": "public"
|
|
200
200
|
},
|
|
201
|
-
"falconPackageHash": "
|
|
201
|
+
"falconPackageHash": "43052776f6ccf8f7fe05c6a510ff3aa7deecc80ad853f7c75c1190fd"
|
|
202
202
|
}
|