proto-sudoku-wc 0.0.648 → 0.0.650
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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-55e67faf.js');
|
6
6
|
|
7
7
|
/*
|
8
|
-
Stencil Client Patch Browser v4.0.
|
8
|
+
Stencil Client Patch Browser v4.0.4 | MIT Licensed | https://stenciljs.com
|
9
9
|
*/
|
10
10
|
const patchBrowser = () => {
|
11
11
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-sudoku-wc.cjs.js', document.baseURI).href));
|
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-e37a05ee.js';
|
|
2
2
|
export { s as setNonce } from './index-e37a05ee.js';
|
3
3
|
|
4
4
|
/*
|
5
|
-
Stencil Client Patch Browser v4.0.
|
5
|
+
Stencil Client Patch Browser v4.0.4 | MIT Licensed | https://stenciljs.com
|
6
6
|
*/
|
7
7
|
const patchBrowser = () => {
|
8
8
|
const importMeta = import.meta.url;
|
@@ -1623,8 +1623,14 @@ export declare namespace JSXBase {
|
|
1623
1623
|
onAnimationEndCapture?: (event: AnimationEvent) => void;
|
1624
1624
|
onAnimationIteration?: (event: AnimationEvent) => void;
|
1625
1625
|
onAnimationIterationCapture?: (event: AnimationEvent) => void;
|
1626
|
+
onTransitionCancel?: (event: TransitionEvent) => void;
|
1627
|
+
onTransitionCancelCapture?: (event: TransitionEvent) => void;
|
1626
1628
|
onTransitionEnd?: (event: TransitionEvent) => void;
|
1627
1629
|
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
1630
|
+
onTransitionRun?: (event: TransitionEvent) => void;
|
1631
|
+
onTransitionRunCapture?: (event: TransitionEvent) => void;
|
1632
|
+
onTransitionStart?: (event: TransitionEvent) => void;
|
1633
|
+
onTransitionStartCapture?: (event: TransitionEvent) => void;
|
1628
1634
|
}
|
1629
1635
|
}
|
1630
1636
|
export interface JSXAttributes<T = Element> {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "proto-sudoku-wc",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.650",
|
4
4
|
"description": "prototype - a simple Sudoku app rendered in Stencil and Tailwind",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -27,21 +27,21 @@
|
|
27
27
|
"format": "prettier --write src"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@stencil/core": "4.0.
|
30
|
+
"@stencil/core": "4.0.4",
|
31
31
|
"@stencil/store": "2.0.9",
|
32
32
|
"ky": "0.33.3",
|
33
|
-
"proto-tailwindcss-clrs": "0.0.
|
33
|
+
"proto-tailwindcss-clrs": "0.0.264",
|
34
34
|
"tailwindcss": "3.3.3"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"autoprefixer": "10.4.
|
37
|
+
"autoprefixer": "10.4.15",
|
38
38
|
"concurrently": "8.2.0",
|
39
|
-
"cspell": "
|
39
|
+
"cspell": "7.0.0",
|
40
40
|
"cssnano": "6.0.1",
|
41
|
-
"eslint": "8.
|
41
|
+
"eslint": "8.47.0",
|
42
42
|
"postcss": "8.4.27",
|
43
43
|
"prettier": "3.0.1",
|
44
|
-
"prettier-plugin-tailwindcss": "0.
|
44
|
+
"prettier-plugin-tailwindcss": "0.5.2",
|
45
45
|
"typescript": "5.1.6"
|
46
46
|
},
|
47
47
|
"license": "MIT"
|