proto-ikons-wc 0.1.11 → 0.1.13
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/dist/cjs/acura-ikon_119.cjs.entry.js +1 -1
- package/dist/cjs/{index-CHQHpkQj.js → index-DLJhnuH0.js} +17 -8
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/proto-ikons-wc.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/esm/acura-ikon_119.entry.js +1 -1
- package/dist/esm/{index-Q4DzZWiU.js → index-BbpZ4r8l.js} +17 -8
- package/dist/esm/loader.js +2 -2
- package/dist/esm/proto-ikons-wc.js +3 -3
- package/dist/proto-ikons-wc/{p-1946df0b.entry.js → p-9dccd3ae.entry.js} +1 -1
- package/dist/proto-ikons-wc/{p-Q4DzZWiU.js → p-BbpZ4r8l.js} +2 -2
- package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
- package/dist/types/components.d.ts +2466 -0
- package/dist/types/stencil-public-runtime.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1601,7 +1601,7 @@ export declare namespace JSXBase {
|
|
|
1601
1601
|
onKeyUp?: (event: KeyboardEvent) => void;
|
|
1602
1602
|
onKeyUpCapture?: (event: KeyboardEvent) => void;
|
|
1603
1603
|
onAuxClick?: (event: MouseEvent) => void;
|
|
1604
|
-
onClick?: (event:
|
|
1604
|
+
onClick?: (event: PointerEvent) => void;
|
|
1605
1605
|
onClickCapture?: (event: MouseEvent) => void;
|
|
1606
1606
|
onContextMenu?: (event: MouseEvent) => void;
|
|
1607
1607
|
onContextMenuCapture?: (event: MouseEvent) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proto-ikons-wc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "Stencil Component Starter",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "prettier --write src cSpell.json"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@stencil/core": "4.
|
|
30
|
+
"@stencil/core": "4.34.0"
|
|
31
31
|
},
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"devDependencies": {
|