@avs/go-react 0.12.71739 → 0.13.71740
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/demo/node_modules/.vite/deps/@polymer_iron-resizable-behavior_iron-resizable-behavior__js.js +1 -1
- package/demo/node_modules/.vite/deps/@polymer_polymer_lib_legacy_class__js.js +1 -1
- package/demo/node_modules/.vite/deps/_metadata.json +23 -23
- package/demo/public/hydrogen.json +1 -1
- package/demo/src/App.tsx +15 -36
- package/package.json +2 -2
package/demo/node_modules/.vite/deps/@polymer_iron-resizable-behavior_iron-resizable-behavior__js.js
CHANGED
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
nativeShadow,
|
|
19
19
|
updateNativeProperties
|
|
20
20
|
} from "./chunk-BHAOVVTR.js";
|
|
21
|
+
import "./chunk-QQPVW2K2.js";
|
|
21
22
|
import {
|
|
22
23
|
ElementMixin,
|
|
23
24
|
PropertyEffects,
|
|
@@ -38,7 +39,6 @@ import {
|
|
|
38
39
|
import {
|
|
39
40
|
dedupingMixin
|
|
40
41
|
} from "./chunk-I2HDYNON.js";
|
|
41
|
-
import "./chunk-QQPVW2K2.js";
|
|
42
42
|
import "./chunk-MXBCLPIN.js";
|
|
43
43
|
import "./chunk-BUSYA2B4.js";
|
|
44
44
|
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
Class,
|
|
3
3
|
mixinBehaviors
|
|
4
4
|
} from "./chunk-BHAOVVTR.js";
|
|
5
|
+
import "./chunk-QQPVW2K2.js";
|
|
5
6
|
import "./chunk-PRUGAEYJ.js";
|
|
6
7
|
import "./chunk-I2HDYNON.js";
|
|
7
|
-
import "./chunk-QQPVW2K2.js";
|
|
8
8
|
import "./chunk-MXBCLPIN.js";
|
|
9
9
|
import "./chunk-BUSYA2B4.js";
|
|
10
10
|
export {
|
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
2
|
+
"hash": "9ee08c08",
|
|
3
3
|
"configHash": "f1217b0f",
|
|
4
|
-
"lockfileHash": "
|
|
5
|
-
"browserHash": "
|
|
4
|
+
"lockfileHash": "417d4215",
|
|
5
|
+
"browserHash": "3e4fb1de",
|
|
6
6
|
"optimized": {
|
|
7
7
|
"react": {
|
|
8
8
|
"src": "../../../../../../node_modules/react/index.js",
|
|
9
9
|
"file": "react.js",
|
|
10
|
-
"fileHash": "
|
|
10
|
+
"fileHash": "dd2cb163",
|
|
11
11
|
"needsInterop": true
|
|
12
12
|
},
|
|
13
13
|
"react-dom": {
|
|
14
14
|
"src": "../../../../../../node_modules/react-dom/index.js",
|
|
15
15
|
"file": "react-dom.js",
|
|
16
|
-
"fileHash": "
|
|
16
|
+
"fileHash": "edbd09e2",
|
|
17
17
|
"needsInterop": true
|
|
18
18
|
},
|
|
19
19
|
"react/jsx-dev-runtime": {
|
|
20
20
|
"src": "../../../../../../node_modules/react/jsx-dev-runtime.js",
|
|
21
21
|
"file": "react_jsx-dev-runtime.js",
|
|
22
|
-
"fileHash": "
|
|
22
|
+
"fileHash": "b38c43bd",
|
|
23
23
|
"needsInterop": true
|
|
24
24
|
},
|
|
25
25
|
"react/jsx-runtime": {
|
|
26
26
|
"src": "../../../../../../node_modules/react/jsx-runtime.js",
|
|
27
27
|
"file": "react_jsx-runtime.js",
|
|
28
|
-
"fileHash": "
|
|
28
|
+
"fileHash": "b5a42a9c",
|
|
29
29
|
"needsInterop": true
|
|
30
30
|
},
|
|
31
31
|
"@polymer/iron-resizable-behavior/iron-resizable-behavior.js": {
|
|
32
32
|
"src": "../../../../../../node_modules/@polymer/iron-resizable-behavior/iron-resizable-behavior.js",
|
|
33
33
|
"file": "@polymer_iron-resizable-behavior_iron-resizable-behavior__js.js",
|
|
34
|
-
"fileHash": "
|
|
34
|
+
"fileHash": "98f16794",
|
|
35
35
|
"needsInterop": false
|
|
36
36
|
},
|
|
37
37
|
"@polymer/polymer/lib/legacy/class.js": {
|
|
38
38
|
"src": "../../../../../../node_modules/@polymer/polymer/lib/legacy/class.js",
|
|
39
39
|
"file": "@polymer_polymer_lib_legacy_class__js.js",
|
|
40
|
-
"fileHash": "
|
|
40
|
+
"fileHash": "8f19d2c0",
|
|
41
41
|
"needsInterop": false
|
|
42
42
|
},
|
|
43
43
|
"@polymer/polymer/lib/utils/mixin.js": {
|
|
44
44
|
"src": "../../../../../../node_modules/@polymer/polymer/lib/utils/mixin.js",
|
|
45
45
|
"file": "@polymer_polymer_lib_utils_mixin__js.js",
|
|
46
|
-
"fileHash": "
|
|
46
|
+
"fileHash": "a8767480",
|
|
47
47
|
"needsInterop": false
|
|
48
48
|
},
|
|
49
49
|
"@polymer/polymer/lib/utils/render-status.js": {
|
|
50
50
|
"src": "../../../../../../node_modules/@polymer/polymer/lib/utils/render-status.js",
|
|
51
51
|
"file": "@polymer_polymer_lib_utils_render-status__js.js",
|
|
52
|
-
"fileHash": "
|
|
52
|
+
"fileHash": "dea8912f",
|
|
53
53
|
"needsInterop": false
|
|
54
54
|
},
|
|
55
55
|
"@polymer/polymer/polymer-element.js": {
|
|
56
56
|
"src": "../../../../../../node_modules/@polymer/polymer/polymer-element.js",
|
|
57
57
|
"file": "@polymer_polymer_polymer-element__js.js",
|
|
58
|
-
"fileHash": "
|
|
58
|
+
"fileHash": "db3c42ec",
|
|
59
59
|
"needsInterop": false
|
|
60
60
|
},
|
|
61
61
|
"react-dom/client": {
|
|
62
62
|
"src": "../../../../../../node_modules/react-dom/client.js",
|
|
63
63
|
"file": "react-dom_client.js",
|
|
64
|
-
"fileHash": "
|
|
64
|
+
"fileHash": "7a3f7fbd",
|
|
65
65
|
"needsInterop": true
|
|
66
66
|
},
|
|
67
67
|
"three": {
|
|
68
68
|
"src": "../../../../../../node_modules/three/build/three.module.js",
|
|
69
69
|
"file": "three.js",
|
|
70
|
-
"fileHash": "
|
|
70
|
+
"fileHash": "080ab43f",
|
|
71
71
|
"needsInterop": false
|
|
72
72
|
}
|
|
73
73
|
},
|
|
@@ -75,27 +75,27 @@
|
|
|
75
75
|
"chunk-BSA4YZO6": {
|
|
76
76
|
"file": "chunk-BSA4YZO6.js"
|
|
77
77
|
},
|
|
78
|
-
"chunk-6HI7N2AN": {
|
|
79
|
-
"file": "chunk-6HI7N2AN.js"
|
|
80
|
-
},
|
|
81
|
-
"chunk-CWUEONQP": {
|
|
82
|
-
"file": "chunk-CWUEONQP.js"
|
|
83
|
-
},
|
|
84
78
|
"chunk-BHAOVVTR": {
|
|
85
79
|
"file": "chunk-BHAOVVTR.js"
|
|
86
80
|
},
|
|
81
|
+
"chunk-QQPVW2K2": {
|
|
82
|
+
"file": "chunk-QQPVW2K2.js"
|
|
83
|
+
},
|
|
87
84
|
"chunk-PRUGAEYJ": {
|
|
88
85
|
"file": "chunk-PRUGAEYJ.js"
|
|
89
86
|
},
|
|
90
87
|
"chunk-I2HDYNON": {
|
|
91
88
|
"file": "chunk-I2HDYNON.js"
|
|
92
89
|
},
|
|
93
|
-
"chunk-QQPVW2K2": {
|
|
94
|
-
"file": "chunk-QQPVW2K2.js"
|
|
95
|
-
},
|
|
96
90
|
"chunk-MXBCLPIN": {
|
|
97
91
|
"file": "chunk-MXBCLPIN.js"
|
|
98
92
|
},
|
|
93
|
+
"chunk-6HI7N2AN": {
|
|
94
|
+
"file": "chunk-6HI7N2AN.js"
|
|
95
|
+
},
|
|
96
|
+
"chunk-CWUEONQP": {
|
|
97
|
+
"file": "chunk-CWUEONQP.js"
|
|
98
|
+
},
|
|
99
99
|
"chunk-BUSYA2B4": {
|
|
100
100
|
"file": "chunk-BUSYA2B4.js"
|
|
101
101
|
}
|