kritzel-react 0.0.57 → 0.0.59
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.
|
@@ -22,7 +22,7 @@ import { KritzelUtilityPanel as KritzelUtilityPanelElement, defineCustomElement
|
|
|
22
22
|
export const KritzelBrushStyle = /*@__PURE__*/ createComponent({
|
|
23
23
|
tagName: 'kritzel-brush-style',
|
|
24
24
|
elementClass: KritzelBrushStyleElement,
|
|
25
|
-
// @ts-ignore - React type
|
|
25
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
26
26
|
react: React,
|
|
27
27
|
events: { onTypeChange: 'typeChange' },
|
|
28
28
|
defineCustomElement: defineKritzelBrushStyle
|
|
@@ -30,7 +30,7 @@ export const KritzelBrushStyle = /*@__PURE__*/ createComponent({
|
|
|
30
30
|
export const KritzelColor = /*@__PURE__*/ createComponent({
|
|
31
31
|
tagName: 'kritzel-color',
|
|
32
32
|
elementClass: KritzelColorElement,
|
|
33
|
-
// @ts-ignore - React type
|
|
33
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
34
34
|
react: React,
|
|
35
35
|
events: {},
|
|
36
36
|
defineCustomElement: defineKritzelColor
|
|
@@ -38,7 +38,7 @@ export const KritzelColor = /*@__PURE__*/ createComponent({
|
|
|
38
38
|
export const KritzelColorPalette = /*@__PURE__*/ createComponent({
|
|
39
39
|
tagName: 'kritzel-color-palette',
|
|
40
40
|
elementClass: KritzelColorPaletteElement,
|
|
41
|
-
// @ts-ignore - React type
|
|
41
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
42
42
|
react: React,
|
|
43
43
|
events: { onColorChange: 'colorChange' },
|
|
44
44
|
defineCustomElement: defineKritzelColorPalette
|
|
@@ -46,7 +46,7 @@ export const KritzelColorPalette = /*@__PURE__*/ createComponent({
|
|
|
46
46
|
export const KritzelContextMenu = /*@__PURE__*/ createComponent({
|
|
47
47
|
tagName: 'kritzel-context-menu',
|
|
48
48
|
elementClass: KritzelContextMenuElement,
|
|
49
|
-
// @ts-ignore - React type
|
|
49
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
50
50
|
react: React,
|
|
51
51
|
events: {
|
|
52
52
|
onActionSelected: 'actionSelected',
|
|
@@ -57,7 +57,7 @@ export const KritzelContextMenu = /*@__PURE__*/ createComponent({
|
|
|
57
57
|
export const KritzelControlBrushConfig = /*@__PURE__*/ createComponent({
|
|
58
58
|
tagName: 'kritzel-control-brush-config',
|
|
59
59
|
elementClass: KritzelControlBrushConfigElement,
|
|
60
|
-
// @ts-ignore - React type
|
|
60
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
61
61
|
react: React,
|
|
62
62
|
events: { onToolChange: 'toolChange' },
|
|
63
63
|
defineCustomElement: defineKritzelControlBrushConfig
|
|
@@ -65,7 +65,7 @@ export const KritzelControlBrushConfig = /*@__PURE__*/ createComponent({
|
|
|
65
65
|
export const KritzelControlTextConfig = /*@__PURE__*/ createComponent({
|
|
66
66
|
tagName: 'kritzel-control-text-config',
|
|
67
67
|
elementClass: KritzelControlTextConfigElement,
|
|
68
|
-
// @ts-ignore - React type
|
|
68
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
69
69
|
react: React,
|
|
70
70
|
events: { onToolChange: 'toolChange' },
|
|
71
71
|
defineCustomElement: defineKritzelControlTextConfig
|
|
@@ -73,7 +73,7 @@ export const KritzelControlTextConfig = /*@__PURE__*/ createComponent({
|
|
|
73
73
|
export const KritzelControls = /*@__PURE__*/ createComponent({
|
|
74
74
|
tagName: 'kritzel-controls',
|
|
75
75
|
elementClass: KritzelControlsElement,
|
|
76
|
-
// @ts-ignore - React type
|
|
76
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
77
77
|
react: React,
|
|
78
78
|
events: {},
|
|
79
79
|
defineCustomElement: defineKritzelControls
|
|
@@ -81,7 +81,7 @@ export const KritzelControls = /*@__PURE__*/ createComponent({
|
|
|
81
81
|
export const KritzelCursorTrail = /*@__PURE__*/ createComponent({
|
|
82
82
|
tagName: 'kritzel-cursor-trail',
|
|
83
83
|
elementClass: KritzelCursorTrailElement,
|
|
84
|
-
// @ts-ignore - React type
|
|
84
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
85
85
|
react: React,
|
|
86
86
|
events: {},
|
|
87
87
|
defineCustomElement: defineKritzelCursorTrail
|
|
@@ -89,7 +89,7 @@ export const KritzelCursorTrail = /*@__PURE__*/ createComponent({
|
|
|
89
89
|
export const KritzelDropdown = /*@__PURE__*/ createComponent({
|
|
90
90
|
tagName: 'kritzel-dropdown',
|
|
91
91
|
elementClass: KritzelDropdownElement,
|
|
92
|
-
// @ts-ignore - React type
|
|
92
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
93
93
|
react: React,
|
|
94
94
|
events: { onValueChanged: 'valueChanged' },
|
|
95
95
|
defineCustomElement: defineKritzelDropdown
|
|
@@ -97,7 +97,7 @@ export const KritzelDropdown = /*@__PURE__*/ createComponent({
|
|
|
97
97
|
export const KritzelEditor = /*@__PURE__*/ createComponent({
|
|
98
98
|
tagName: 'kritzel-editor',
|
|
99
99
|
elementClass: KritzelEditorElement,
|
|
100
|
-
// @ts-ignore - React type
|
|
100
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
101
101
|
react: React,
|
|
102
102
|
events: {},
|
|
103
103
|
defineCustomElement: defineKritzelEditor
|
|
@@ -105,7 +105,7 @@ export const KritzelEditor = /*@__PURE__*/ createComponent({
|
|
|
105
105
|
export const KritzelEngine = /*@__PURE__*/ createComponent({
|
|
106
106
|
tagName: 'kritzel-engine',
|
|
107
107
|
elementClass: KritzelEngineElement,
|
|
108
|
-
// @ts-ignore - React type
|
|
108
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
109
109
|
react: React,
|
|
110
110
|
events: { onActiveToolChange: 'activeToolChange' },
|
|
111
111
|
defineCustomElement: defineKritzelEngine
|
|
@@ -113,7 +113,7 @@ export const KritzelEngine = /*@__PURE__*/ createComponent({
|
|
|
113
113
|
export const KritzelFont = /*@__PURE__*/ createComponent({
|
|
114
114
|
tagName: 'kritzel-font',
|
|
115
115
|
elementClass: KritzelFontElement,
|
|
116
|
-
// @ts-ignore - React type
|
|
116
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
117
117
|
react: React,
|
|
118
118
|
events: {},
|
|
119
119
|
defineCustomElement: defineKritzelFont
|
|
@@ -121,7 +121,7 @@ export const KritzelFont = /*@__PURE__*/ createComponent({
|
|
|
121
121
|
export const KritzelFontFamily = /*@__PURE__*/ createComponent({
|
|
122
122
|
tagName: 'kritzel-font-family',
|
|
123
123
|
elementClass: KritzelFontFamilyElement,
|
|
124
|
-
// @ts-ignore - React type
|
|
124
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
125
125
|
react: React,
|
|
126
126
|
events: { onFontFamilyChange: 'fontFamilyChange' },
|
|
127
127
|
defineCustomElement: defineKritzelFontFamily
|
|
@@ -129,7 +129,7 @@ export const KritzelFontFamily = /*@__PURE__*/ createComponent({
|
|
|
129
129
|
export const KritzelFontSize = /*@__PURE__*/ createComponent({
|
|
130
130
|
tagName: 'kritzel-font-size',
|
|
131
131
|
elementClass: KritzelFontSizeElement,
|
|
132
|
-
// @ts-ignore - React type
|
|
132
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
133
133
|
react: React,
|
|
134
134
|
events: { onSizeChange: 'sizeChange' },
|
|
135
135
|
defineCustomElement: defineKritzelFontSize
|
|
@@ -137,7 +137,7 @@ export const KritzelFontSize = /*@__PURE__*/ createComponent({
|
|
|
137
137
|
export const KritzelIcon = /*@__PURE__*/ createComponent({
|
|
138
138
|
tagName: 'kritzel-icon',
|
|
139
139
|
elementClass: KritzelIconElement,
|
|
140
|
-
// @ts-ignore - React type
|
|
140
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
141
141
|
react: React,
|
|
142
142
|
events: {},
|
|
143
143
|
defineCustomElement: defineKritzelIcon
|
|
@@ -145,7 +145,7 @@ export const KritzelIcon = /*@__PURE__*/ createComponent({
|
|
|
145
145
|
export const KritzelStrokeSize = /*@__PURE__*/ createComponent({
|
|
146
146
|
tagName: 'kritzel-stroke-size',
|
|
147
147
|
elementClass: KritzelStrokeSizeElement,
|
|
148
|
-
// @ts-ignore - React type
|
|
148
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
149
149
|
react: React,
|
|
150
150
|
events: { onSizeChange: 'sizeChange' },
|
|
151
151
|
defineCustomElement: defineKritzelStrokeSize
|
|
@@ -153,7 +153,7 @@ export const KritzelStrokeSize = /*@__PURE__*/ createComponent({
|
|
|
153
153
|
export const KritzelTooltip = /*@__PURE__*/ createComponent({
|
|
154
154
|
tagName: 'kritzel-tooltip',
|
|
155
155
|
elementClass: KritzelTooltipElement,
|
|
156
|
-
// @ts-ignore - React type
|
|
156
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
157
157
|
react: React,
|
|
158
158
|
events: {},
|
|
159
159
|
defineCustomElement: defineKritzelTooltip
|
|
@@ -161,7 +161,7 @@ export const KritzelTooltip = /*@__PURE__*/ createComponent({
|
|
|
161
161
|
export const KritzelUtilityPanel = /*@__PURE__*/ createComponent({
|
|
162
162
|
tagName: 'kritzel-utility-panel',
|
|
163
163
|
elementClass: KritzelUtilityPanelElement,
|
|
164
|
-
// @ts-ignore - React type
|
|
164
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
165
165
|
react: React,
|
|
166
166
|
events: {
|
|
167
167
|
onUndo: 'undo',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kritzel-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.59",
|
|
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.59"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|