kritzel-react 0.0.108 → 0.0.109
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.
|
@@ -48,10 +48,7 @@ export const KritzelContextMenu = /*@__PURE__*/ createComponent({
|
|
|
48
48
|
elementClass: KritzelContextMenuElement,
|
|
49
49
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
50
50
|
react: React,
|
|
51
|
-
events: {
|
|
52
|
-
onActionSelected: 'actionSelected',
|
|
53
|
-
onClose: 'close'
|
|
54
|
-
},
|
|
51
|
+
events: { onActionSelected: 'actionSelected' },
|
|
55
52
|
defineCustomElement: defineKritzelContextMenu
|
|
56
53
|
});
|
|
57
54
|
export const KritzelControlBrushConfig = /*@__PURE__*/ createComponent({
|
|
@@ -34,7 +34,6 @@ export type KritzelColorPaletteEvents = {
|
|
|
34
34
|
export declare const KritzelColorPalette: StencilReactComponent<KritzelColorPaletteElement, KritzelColorPaletteEvents>;
|
|
35
35
|
export type KritzelContextMenuEvents = {
|
|
36
36
|
onActionSelected: EventName<KritzelContextMenuCustomEvent<ContextMenuItem>>;
|
|
37
|
-
onClose: EventName<CustomEvent<void>>;
|
|
38
37
|
};
|
|
39
38
|
export declare const KritzelContextMenu: StencilReactComponent<KritzelContextMenuElement, KritzelContextMenuEvents>;
|
|
40
39
|
export type KritzelControlBrushConfigEvents = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kritzel-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.109",
|
|
4
4
|
"homepage": "https://gitlab.com/kasual1/kritzel#readme",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@stencil/react-output-target": "^0.7.4"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"kritzel-stencil": "^0.0.
|
|
23
|
+
"kritzel-stencil": "^0.0.109"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|