@forge/react 1.1.0-next.0 → 1.1.0
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/CHANGELOG.md +13 -0
- package/out/__test__/styles.test.d.ts +2 -0
- package/out/__test__/styles.test.d.ts.map +1 -0
- package/out/__test__/styles.test.js +88 -0
- package/out/components.d.ts +44 -0
- package/out/components.d.ts.map +1 -0
- package/out/components.js +45 -0
- package/{src/index.ts → out/index.d.ts} +2 -1
- package/out/index.d.ts.map +1 -0
- package/out/index.js +7 -0
- package/out/reconciler.d.ts +5 -0
- package/out/reconciler.d.ts.map +1 -0
- package/out/reconciler.js +143 -0
- package/out/styles/index.d.ts +28 -0
- package/out/styles/index.d.ts.map +1 -0
- package/out/styles/index.js +152 -0
- package/out/types/components.d.ts +369 -0
- package/out/types/components.d.ts.map +1 -0
- package/out/types/components.js +2 -0
- package/out/types/effect.d.ts +57 -0
- package/out/types/effect.d.ts.map +1 -0
- package/out/types/effect.js +19 -0
- package/out/types/extension.d.ts +10 -0
- package/out/types/extension.d.ts.map +1 -0
- package/out/types/extension.js +2 -0
- package/out/types/forge.d.ts +146 -0
- package/out/types/forge.d.ts.map +1 -0
- package/out/types/forge.js +21 -0
- package/out/types/icons.d.ts +2 -0
- package/out/types/icons.d.ts.map +1 -0
- package/out/types/icons.js +2 -0
- package/out/types/index.d.ts +11 -0
- package/out/types/index.d.ts.map +1 -0
- package/out/types/index.js +27 -0
- package/out/types/legacy-effect.d.ts +40 -0
- package/out/types/legacy-effect.d.ts.map +1 -0
- package/out/types/legacy-effect.js +21 -0
- package/out/types/styles.d.ts +134 -0
- package/out/types/styles.d.ts.map +1 -0
- package/out/types/styles.js +2 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1078 -0
- package/build/bundle-types.sh +0 -21
- package/src/__test__/styles.test.tsx +0 -112
- package/src/globals.d.ts +0 -12
- package/src/reconciler.ts +0 -219
- package/src/styles/index.ts +0 -174
- package/tsconfig.json +0 -9
|
@@ -0,0 +1,1078 @@
|
|
|
1
|
+
{
|
|
2
|
+
"program": {
|
|
3
|
+
"fileInfos": {
|
|
4
|
+
"../../node_modules/typescript/lib/lib.es5.d.ts": {
|
|
5
|
+
"version": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
|
|
6
|
+
"signature": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
|
|
7
|
+
"affectsGlobalScope": true
|
|
8
|
+
},
|
|
9
|
+
"../../node_modules/typescript/lib/lib.es2015.d.ts": {
|
|
10
|
+
"version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
|
|
11
|
+
"signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
|
|
12
|
+
"affectsGlobalScope": false
|
|
13
|
+
},
|
|
14
|
+
"../../node_modules/typescript/lib/lib.es2016.d.ts": {
|
|
15
|
+
"version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
|
|
16
|
+
"signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
|
|
17
|
+
"affectsGlobalScope": false
|
|
18
|
+
},
|
|
19
|
+
"../../node_modules/typescript/lib/lib.es2017.d.ts": {
|
|
20
|
+
"version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
|
|
21
|
+
"signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
|
|
22
|
+
"affectsGlobalScope": false
|
|
23
|
+
},
|
|
24
|
+
"../../node_modules/typescript/lib/lib.es2018.d.ts": {
|
|
25
|
+
"version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
|
|
26
|
+
"signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
|
|
27
|
+
"affectsGlobalScope": false
|
|
28
|
+
},
|
|
29
|
+
"../../node_modules/typescript/lib/lib.es2015.core.d.ts": {
|
|
30
|
+
"version": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
|
|
31
|
+
"signature": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
|
|
32
|
+
"affectsGlobalScope": true
|
|
33
|
+
},
|
|
34
|
+
"../../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
|
|
35
|
+
"version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
|
|
36
|
+
"signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
|
|
37
|
+
"affectsGlobalScope": true
|
|
38
|
+
},
|
|
39
|
+
"../../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
|
|
40
|
+
"version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
|
|
41
|
+
"signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
|
|
42
|
+
"affectsGlobalScope": true
|
|
43
|
+
},
|
|
44
|
+
"../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
|
|
45
|
+
"version": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
|
|
46
|
+
"signature": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
|
|
47
|
+
"affectsGlobalScope": true
|
|
48
|
+
},
|
|
49
|
+
"../../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
|
|
50
|
+
"version": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
|
|
51
|
+
"signature": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
|
|
52
|
+
"affectsGlobalScope": true
|
|
53
|
+
},
|
|
54
|
+
"../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
|
|
55
|
+
"version": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
|
|
56
|
+
"signature": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
|
|
57
|
+
"affectsGlobalScope": true
|
|
58
|
+
},
|
|
59
|
+
"../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
|
|
60
|
+
"version": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
|
|
61
|
+
"signature": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
|
|
62
|
+
"affectsGlobalScope": true
|
|
63
|
+
},
|
|
64
|
+
"../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
|
|
65
|
+
"version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
|
|
66
|
+
"signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
|
|
67
|
+
"affectsGlobalScope": true
|
|
68
|
+
},
|
|
69
|
+
"../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
|
|
70
|
+
"version": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
|
|
71
|
+
"signature": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
|
|
72
|
+
"affectsGlobalScope": true
|
|
73
|
+
},
|
|
74
|
+
"../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
|
|
75
|
+
"version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
|
|
76
|
+
"signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
|
|
77
|
+
"affectsGlobalScope": true
|
|
78
|
+
},
|
|
79
|
+
"../../node_modules/typescript/lib/lib.es2017.object.d.ts": {
|
|
80
|
+
"version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
|
|
81
|
+
"signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
|
|
82
|
+
"affectsGlobalScope": true
|
|
83
|
+
},
|
|
84
|
+
"../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
|
|
85
|
+
"version": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
|
|
86
|
+
"signature": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
|
|
87
|
+
"affectsGlobalScope": true
|
|
88
|
+
},
|
|
89
|
+
"../../node_modules/typescript/lib/lib.es2017.string.d.ts": {
|
|
90
|
+
"version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
|
|
91
|
+
"signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
|
|
92
|
+
"affectsGlobalScope": true
|
|
93
|
+
},
|
|
94
|
+
"../../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
|
|
95
|
+
"version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
|
|
96
|
+
"signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
|
|
97
|
+
"affectsGlobalScope": true
|
|
98
|
+
},
|
|
99
|
+
"../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
|
|
100
|
+
"version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
|
|
101
|
+
"signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
|
|
102
|
+
"affectsGlobalScope": true
|
|
103
|
+
},
|
|
104
|
+
"../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
|
|
105
|
+
"version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
|
|
106
|
+
"signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
|
|
107
|
+
"affectsGlobalScope": true
|
|
108
|
+
},
|
|
109
|
+
"../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
|
|
110
|
+
"version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
|
|
111
|
+
"signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
|
|
112
|
+
"affectsGlobalScope": true
|
|
113
|
+
},
|
|
114
|
+
"../../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
|
|
115
|
+
"version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
|
|
116
|
+
"signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
|
|
117
|
+
"affectsGlobalScope": true
|
|
118
|
+
},
|
|
119
|
+
"../../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
|
|
120
|
+
"version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
|
|
121
|
+
"signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
|
|
122
|
+
"affectsGlobalScope": true
|
|
123
|
+
},
|
|
124
|
+
"../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
|
|
125
|
+
"version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
|
|
126
|
+
"signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
|
|
127
|
+
"affectsGlobalScope": true
|
|
128
|
+
},
|
|
129
|
+
"../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
|
|
130
|
+
"version": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
|
|
131
|
+
"signature": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
|
|
132
|
+
"affectsGlobalScope": true
|
|
133
|
+
},
|
|
134
|
+
"../../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
|
|
135
|
+
"version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
|
|
136
|
+
"signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
|
|
137
|
+
"affectsGlobalScope": true
|
|
138
|
+
},
|
|
139
|
+
"../../node_modules/tslib/tslib.d.ts": {
|
|
140
|
+
"version": "4576b4e61049f5ffd7c9e935cf88832e089265bdb15ffc35077310042cbbbeea",
|
|
141
|
+
"signature": "4576b4e61049f5ffd7c9e935cf88832e089265bdb15ffc35077310042cbbbeea",
|
|
142
|
+
"affectsGlobalScope": false
|
|
143
|
+
},
|
|
144
|
+
"./src/types/forge.ts": {
|
|
145
|
+
"version": "392afef9bb85cba4a48cc902998b7c004b77873c298248e7617bf5550d88695e",
|
|
146
|
+
"signature": "7548958980233dd83e9b7b7493e4d9c622f002cc95b77260346849fc9fe51ae1",
|
|
147
|
+
"affectsGlobalScope": false
|
|
148
|
+
},
|
|
149
|
+
"./src/types/icons.ts": {
|
|
150
|
+
"version": "11c057ce7fd5b975ce63dcb6a5b2af636c406e9d1c0bc886d1b8555d6e20168b",
|
|
151
|
+
"signature": "213afabbdc1d3ffe52ba05302b59893b5d723e39d512c335c07ae429089de1ec",
|
|
152
|
+
"affectsGlobalScope": false
|
|
153
|
+
},
|
|
154
|
+
"./src/types/styles.ts": {
|
|
155
|
+
"version": "82568f9c8d6ae933a517499708d83029e7d1ea8e5eae4744cdd948ae37302223",
|
|
156
|
+
"signature": "1b33b48699e92ed318487076d1846d09fd0797d42499b30e7a2c3f818a3decfe",
|
|
157
|
+
"affectsGlobalScope": false
|
|
158
|
+
},
|
|
159
|
+
"./src/types/components.ts": {
|
|
160
|
+
"version": "1940c877e99f4ca3569818176dd3cdad7b61b09a520a58c856fa49501a3fdce4",
|
|
161
|
+
"signature": "97c1effd8613f1a7976f8e12f64874acad31315ff1ce4be720eb2c0c70a701e3",
|
|
162
|
+
"affectsGlobalScope": false
|
|
163
|
+
},
|
|
164
|
+
"./src/types/legacy-effect.ts": {
|
|
165
|
+
"version": "066ace8e087d2485b36e840f175e9281114f328fa8534747743e40acfb13cf16",
|
|
166
|
+
"signature": "cc4397857c5d127912b83c097e1cb4725dd107dda0cc05e6c5a505eee98a86b1",
|
|
167
|
+
"affectsGlobalScope": false
|
|
168
|
+
},
|
|
169
|
+
"./src/types/effect.ts": {
|
|
170
|
+
"version": "98ac2df42f7dde2fba315caf973b6db95844051ec5ad3ce7f1dd17e7e1c81688",
|
|
171
|
+
"signature": "82f0a0515d31ad3a79c12713515c26e217645eca88ad036cfa6e472e62179e6e",
|
|
172
|
+
"affectsGlobalScope": false
|
|
173
|
+
},
|
|
174
|
+
"./src/types/extension.ts": {
|
|
175
|
+
"version": "60ece01e093d30d84796a01776d011c4c6d4dfc6e98d995cda51dcf316fa6a2a",
|
|
176
|
+
"signature": "c1ab17561a12759fdea70fb77e2c782d60b952935c9af42880e6ea0b56f9604f",
|
|
177
|
+
"affectsGlobalScope": false
|
|
178
|
+
},
|
|
179
|
+
"./src/types/index.ts": {
|
|
180
|
+
"version": "528ecd416a0a6b2356f273ea047a6449d12d5605eebe2e9fcc20c61e3e28b37d",
|
|
181
|
+
"signature": "a290b457bf14e32b33f03cd6fdc17220cd767b209ee06d074213135460a2b9a1",
|
|
182
|
+
"affectsGlobalScope": false
|
|
183
|
+
},
|
|
184
|
+
"./src/components.tsx": {
|
|
185
|
+
"version": "de1c5e35f062515beac9faa95e20246518cd4450cdeb985d8575bf2b7c9c252f",
|
|
186
|
+
"signature": "cefe4d12c4b18839f56e1c3810d44b08b5313f6e94fc622dca07bb757802609e",
|
|
187
|
+
"affectsGlobalScope": false
|
|
188
|
+
},
|
|
189
|
+
"./src/globals.d.ts": {
|
|
190
|
+
"version": "c7422e5fa00f90d68ada7be6aaae5de28f6ac19ce770c7ea31dd5b494ad18866",
|
|
191
|
+
"signature": "c7422e5fa00f90d68ada7be6aaae5de28f6ac19ce770c7ea31dd5b494ad18866",
|
|
192
|
+
"affectsGlobalScope": true
|
|
193
|
+
},
|
|
194
|
+
"../../node_modules/@types/react/global.d.ts": {
|
|
195
|
+
"version": "ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6",
|
|
196
|
+
"signature": "ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6",
|
|
197
|
+
"affectsGlobalScope": true
|
|
198
|
+
},
|
|
199
|
+
"../../node_modules/csstype/index.d.ts": {
|
|
200
|
+
"version": "381899b8d1d4c1be716f18cb5242ba39f66f4b1e31d45af62a32a99f8edcb39d",
|
|
201
|
+
"signature": "381899b8d1d4c1be716f18cb5242ba39f66f4b1e31d45af62a32a99f8edcb39d",
|
|
202
|
+
"affectsGlobalScope": false
|
|
203
|
+
},
|
|
204
|
+
"../../node_modules/@types/prop-types/index.d.ts": {
|
|
205
|
+
"version": "f7b46d22a307739c145e5fddf537818038fdfffd580d79ed717f4d4d37249380",
|
|
206
|
+
"signature": "f7b46d22a307739c145e5fddf537818038fdfffd580d79ed717f4d4d37249380",
|
|
207
|
+
"affectsGlobalScope": false
|
|
208
|
+
},
|
|
209
|
+
"../../node_modules/@types/scheduler/tracing.d.ts": {
|
|
210
|
+
"version": "f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",
|
|
211
|
+
"signature": "f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",
|
|
212
|
+
"affectsGlobalScope": false
|
|
213
|
+
},
|
|
214
|
+
"../../node_modules/@types/react/index.d.ts": {
|
|
215
|
+
"version": "1bc82f5b3bb93df76d19730c84467b0b346187198537135d63a672956f323720",
|
|
216
|
+
"signature": "1bc82f5b3bb93df76d19730c84467b0b346187198537135d63a672956f323720",
|
|
217
|
+
"affectsGlobalScope": true
|
|
218
|
+
},
|
|
219
|
+
"../../node_modules/@types/react-reconciler/index.d.ts": {
|
|
220
|
+
"version": "6a2042566262845be84bd6575b1e79ad9ceb9378c340c8175e53ab18ff7d13d5",
|
|
221
|
+
"signature": "6a2042566262845be84bd6575b1e79ad9ceb9378c340c8175e53ab18ff7d13d5",
|
|
222
|
+
"affectsGlobalScope": false
|
|
223
|
+
},
|
|
224
|
+
"../../node_modules/@types/react-reconciler/constants.d.ts": {
|
|
225
|
+
"version": "79b9d7f669b76f2bc9227a3bd5fa2c47a5d6440c7fced8370ece9a21ae748f64",
|
|
226
|
+
"signature": "79b9d7f669b76f2bc9227a3bd5fa2c47a5d6440c7fced8370ece9a21ae748f64",
|
|
227
|
+
"affectsGlobalScope": false
|
|
228
|
+
},
|
|
229
|
+
"../../node_modules/@types/uuid/interfaces.d.ts": {
|
|
230
|
+
"version": "4116dff2582ecc8645c3a90d26707ec6fd9ede6631f63fb65f11d42806bb47f1",
|
|
231
|
+
"signature": "4116dff2582ecc8645c3a90d26707ec6fd9ede6631f63fb65f11d42806bb47f1",
|
|
232
|
+
"affectsGlobalScope": false
|
|
233
|
+
},
|
|
234
|
+
"../../node_modules/@types/uuid/index.d.ts": {
|
|
235
|
+
"version": "8486ee0cb2ef80c6555941e2e0d081b27e9a07eca9df720c99f001f5220f14b5",
|
|
236
|
+
"signature": "8486ee0cb2ef80c6555941e2e0d081b27e9a07eca9df720c99f001f5220f14b5",
|
|
237
|
+
"affectsGlobalScope": false
|
|
238
|
+
},
|
|
239
|
+
"./src/reconciler.ts": {
|
|
240
|
+
"version": "c362ff1d0c2345f650a870905b0fa51a6a245433c4d0446c0f5aa792b606fb77",
|
|
241
|
+
"signature": "2e3e244245d9348c548873945628fb9b2750b15011abe26999adc1e372a4f211",
|
|
242
|
+
"affectsGlobalScope": false
|
|
243
|
+
},
|
|
244
|
+
"./src/styles/index.ts": {
|
|
245
|
+
"version": "959360d513c703308ace0a12f325a510ebbe86ecc59ee2f13f29ff3e2113d50e",
|
|
246
|
+
"signature": "e2378d10ede37cf909f3be502f90fe9da4e90d155dd4335a8b0d1023e5fbc617",
|
|
247
|
+
"affectsGlobalScope": false
|
|
248
|
+
},
|
|
249
|
+
"./src/index.ts": {
|
|
250
|
+
"version": "6676b6676311ef9698e03b0086fb18e4d22e985c4926eef23d0cec6c97d6af89",
|
|
251
|
+
"signature": "a0c912d630b67452a98f32220c326bb06f7d5ea4f1688abdb29d3a1cd5c889d1",
|
|
252
|
+
"affectsGlobalScope": false
|
|
253
|
+
},
|
|
254
|
+
"./src/__test__/styles.test.tsx": {
|
|
255
|
+
"version": "122ad3a2dad93eb0b46c61392d6168dceaf4c0d34b8e7820cdfeba462e3b1ad4",
|
|
256
|
+
"signature": "76d5106e94afb54ecc5dc275ef96eb86f4833e8a949f2520057b499f3859bed7",
|
|
257
|
+
"affectsGlobalScope": false
|
|
258
|
+
},
|
|
259
|
+
"../../node_modules/@types/node/assert.d.ts": {
|
|
260
|
+
"version": "0ce65cf5b36034006f2b315f379179f07bd5a6027f6538c7aed4ac5be6742fc7",
|
|
261
|
+
"signature": "0ce65cf5b36034006f2b315f379179f07bd5a6027f6538c7aed4ac5be6742fc7",
|
|
262
|
+
"affectsGlobalScope": false
|
|
263
|
+
},
|
|
264
|
+
"../../node_modules/@types/node/globals.d.ts": {
|
|
265
|
+
"version": "dd83f0d6c94825b05a6dd1013ee54379ce6029711509876b969f872f815ef7ef",
|
|
266
|
+
"signature": "dd83f0d6c94825b05a6dd1013ee54379ce6029711509876b969f872f815ef7ef",
|
|
267
|
+
"affectsGlobalScope": true
|
|
268
|
+
},
|
|
269
|
+
"../../node_modules/@types/node/async_hooks.d.ts": {
|
|
270
|
+
"version": "0721418a90edc5fca466672f266ab6de12cb50a9db29998fc58765481a3c82ef",
|
|
271
|
+
"signature": "0721418a90edc5fca466672f266ab6de12cb50a9db29998fc58765481a3c82ef",
|
|
272
|
+
"affectsGlobalScope": false
|
|
273
|
+
},
|
|
274
|
+
"../../node_modules/@types/node/buffer.d.ts": {
|
|
275
|
+
"version": "97b39f33e966bcf9762bccdaca76c94825199f3fef153ebea9bdfd3fcd2413b6",
|
|
276
|
+
"signature": "97b39f33e966bcf9762bccdaca76c94825199f3fef153ebea9bdfd3fcd2413b6",
|
|
277
|
+
"affectsGlobalScope": false
|
|
278
|
+
},
|
|
279
|
+
"../../node_modules/@types/events/index.d.ts": {
|
|
280
|
+
"version": "400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935",
|
|
281
|
+
"signature": "400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935",
|
|
282
|
+
"affectsGlobalScope": false
|
|
283
|
+
},
|
|
284
|
+
"../../node_modules/@types/node/child_process.d.ts": {
|
|
285
|
+
"version": "bf0ae001d0797ccbb74b3a91d88d28022e809f47f97e1b2b44b3e343b114cc95",
|
|
286
|
+
"signature": "bf0ae001d0797ccbb74b3a91d88d28022e809f47f97e1b2b44b3e343b114cc95",
|
|
287
|
+
"affectsGlobalScope": false
|
|
288
|
+
},
|
|
289
|
+
"../../node_modules/@types/node/cluster.d.ts": {
|
|
290
|
+
"version": "c41eff6b8e1f91104ae974ccd2bc37c723a462b30ca1df942b2c5b0158ef1df3",
|
|
291
|
+
"signature": "c41eff6b8e1f91104ae974ccd2bc37c723a462b30ca1df942b2c5b0158ef1df3",
|
|
292
|
+
"affectsGlobalScope": false
|
|
293
|
+
},
|
|
294
|
+
"../../node_modules/@types/node/console.d.ts": {
|
|
295
|
+
"version": "2e341737e0711c12040e83047487240b1693a6774253b8142d1a0500a805b7a1",
|
|
296
|
+
"signature": "2e341737e0711c12040e83047487240b1693a6774253b8142d1a0500a805b7a1",
|
|
297
|
+
"affectsGlobalScope": false
|
|
298
|
+
},
|
|
299
|
+
"../../node_modules/@types/node/constants.d.ts": {
|
|
300
|
+
"version": "e08e97c2865750e880fea09b150a702ccfa84163382daa0221f5597185a554bf",
|
|
301
|
+
"signature": "e08e97c2865750e880fea09b150a702ccfa84163382daa0221f5597185a554bf",
|
|
302
|
+
"affectsGlobalScope": false
|
|
303
|
+
},
|
|
304
|
+
"../../node_modules/@types/node/crypto.d.ts": {
|
|
305
|
+
"version": "7ec6b45fc1f5f012ac226b44d0eeaf5a0e90947431ad7c6d1f244ba080b2870d",
|
|
306
|
+
"signature": "7ec6b45fc1f5f012ac226b44d0eeaf5a0e90947431ad7c6d1f244ba080b2870d",
|
|
307
|
+
"affectsGlobalScope": false
|
|
308
|
+
},
|
|
309
|
+
"../../node_modules/@types/node/dgram.d.ts": {
|
|
310
|
+
"version": "4a1a19573176829708dc03efea508e7c364f6fa30098a5100bd9d93fc9cd38ee",
|
|
311
|
+
"signature": "4a1a19573176829708dc03efea508e7c364f6fa30098a5100bd9d93fc9cd38ee",
|
|
312
|
+
"affectsGlobalScope": false
|
|
313
|
+
},
|
|
314
|
+
"../../node_modules/@types/node/dns.d.ts": {
|
|
315
|
+
"version": "8296198bc72e7ef2221b0e140738ce56004e8d1323cd08b0ac1a15295fe911b5",
|
|
316
|
+
"signature": "8296198bc72e7ef2221b0e140738ce56004e8d1323cd08b0ac1a15295fe911b5",
|
|
317
|
+
"affectsGlobalScope": false
|
|
318
|
+
},
|
|
319
|
+
"../../node_modules/@types/node/domain.d.ts": {
|
|
320
|
+
"version": "baeda1fadac9fd31920480b85340ab9c4266a25ad08403dee8e15fd0751101fb",
|
|
321
|
+
"signature": "baeda1fadac9fd31920480b85340ab9c4266a25ad08403dee8e15fd0751101fb",
|
|
322
|
+
"affectsGlobalScope": false
|
|
323
|
+
},
|
|
324
|
+
"../../node_modules/@types/node/events.d.ts": {
|
|
325
|
+
"version": "12c4e8e811f4310b0dcaa3d1f843a35dc985f78941886cad4950453ad6753959",
|
|
326
|
+
"signature": "12c4e8e811f4310b0dcaa3d1f843a35dc985f78941886cad4950453ad6753959",
|
|
327
|
+
"affectsGlobalScope": false
|
|
328
|
+
},
|
|
329
|
+
"../../node_modules/@types/node/fs.d.ts": {
|
|
330
|
+
"version": "6bdede4dc73ad9816d0beeca7413ab29523f99a98441cc9fa6c614fd97fac49d",
|
|
331
|
+
"signature": "6bdede4dc73ad9816d0beeca7413ab29523f99a98441cc9fa6c614fd97fac49d",
|
|
332
|
+
"affectsGlobalScope": false
|
|
333
|
+
},
|
|
334
|
+
"../../node_modules/@types/node/http.d.ts": {
|
|
335
|
+
"version": "f8cf3768524d5f6fea2c7387848801e717eb911c0e63a72eabb960adc749cf09",
|
|
336
|
+
"signature": "f8cf3768524d5f6fea2c7387848801e717eb911c0e63a72eabb960adc749cf09",
|
|
337
|
+
"affectsGlobalScope": false
|
|
338
|
+
},
|
|
339
|
+
"../../node_modules/@types/node/http2.d.ts": {
|
|
340
|
+
"version": "b3e4f2772da66bac2144ca8cd63f70d211d2f970c93fcb789d03e8a046d47c93",
|
|
341
|
+
"signature": "b3e4f2772da66bac2144ca8cd63f70d211d2f970c93fcb789d03e8a046d47c93",
|
|
342
|
+
"affectsGlobalScope": false
|
|
343
|
+
},
|
|
344
|
+
"../../node_modules/@types/node/https.d.ts": {
|
|
345
|
+
"version": "a3586135924c800f21f739a1da43acace1acfdba124deb0871cbd6d04d7dfd1b",
|
|
346
|
+
"signature": "a3586135924c800f21f739a1da43acace1acfdba124deb0871cbd6d04d7dfd1b",
|
|
347
|
+
"affectsGlobalScope": false
|
|
348
|
+
},
|
|
349
|
+
"../../node_modules/@types/node/inspector.d.ts": {
|
|
350
|
+
"version": "f74c1fae7233cd08c72bb2dc09cb0673c53fb4c3c7903ccf0094404e3f2ba6d4",
|
|
351
|
+
"signature": "f74c1fae7233cd08c72bb2dc09cb0673c53fb4c3c7903ccf0094404e3f2ba6d4",
|
|
352
|
+
"affectsGlobalScope": false
|
|
353
|
+
},
|
|
354
|
+
"../../node_modules/@types/node/module.d.ts": {
|
|
355
|
+
"version": "4ec74fe565d13fd219884cfacf903c89477cc54148887e51c5bead4dae7dc4fd",
|
|
356
|
+
"signature": "4ec74fe565d13fd219884cfacf903c89477cc54148887e51c5bead4dae7dc4fd",
|
|
357
|
+
"affectsGlobalScope": false
|
|
358
|
+
},
|
|
359
|
+
"../../node_modules/@types/node/net.d.ts": {
|
|
360
|
+
"version": "f50f52f8fc2a5f8dfa594ff59a6273876b1734fe612e9f331ca9078fede3b304",
|
|
361
|
+
"signature": "f50f52f8fc2a5f8dfa594ff59a6273876b1734fe612e9f331ca9078fede3b304",
|
|
362
|
+
"affectsGlobalScope": false
|
|
363
|
+
},
|
|
364
|
+
"../../node_modules/@types/node/os.d.ts": {
|
|
365
|
+
"version": "a46d8aa9e561fb135d253e1657a0cd0f6c18377676305eb0ca28e418358b229c",
|
|
366
|
+
"signature": "a46d8aa9e561fb135d253e1657a0cd0f6c18377676305eb0ca28e418358b229c",
|
|
367
|
+
"affectsGlobalScope": false
|
|
368
|
+
},
|
|
369
|
+
"../../node_modules/@types/node/path.d.ts": {
|
|
370
|
+
"version": "5a168a15e7a423011b10da472ee3b6d92b27227c192cdaf1e09b30f58806856d",
|
|
371
|
+
"signature": "5a168a15e7a423011b10da472ee3b6d92b27227c192cdaf1e09b30f58806856d",
|
|
372
|
+
"affectsGlobalScope": false
|
|
373
|
+
},
|
|
374
|
+
"../../node_modules/@types/node/perf_hooks.d.ts": {
|
|
375
|
+
"version": "ad107fa472d28e615af522b31653e75caad12b834b257c1a83f6c4acff2de9bf",
|
|
376
|
+
"signature": "ad107fa472d28e615af522b31653e75caad12b834b257c1a83f6c4acff2de9bf",
|
|
377
|
+
"affectsGlobalScope": false
|
|
378
|
+
},
|
|
379
|
+
"../../node_modules/@types/node/process.d.ts": {
|
|
380
|
+
"version": "07cfc938dfbb5a7b5ba3c363366db93d5728b0fcad1aa08a12052a1b3b72817a",
|
|
381
|
+
"signature": "07cfc938dfbb5a7b5ba3c363366db93d5728b0fcad1aa08a12052a1b3b72817a",
|
|
382
|
+
"affectsGlobalScope": true
|
|
383
|
+
},
|
|
384
|
+
"../../node_modules/@types/node/punycode.d.ts": {
|
|
385
|
+
"version": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
|
|
386
|
+
"signature": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
|
|
387
|
+
"affectsGlobalScope": false
|
|
388
|
+
},
|
|
389
|
+
"../../node_modules/@types/node/querystring.d.ts": {
|
|
390
|
+
"version": "67cf04da598e6407427a17d828e9e02d8f5ae5a8466dc73d1585073b8dc29160",
|
|
391
|
+
"signature": "67cf04da598e6407427a17d828e9e02d8f5ae5a8466dc73d1585073b8dc29160",
|
|
392
|
+
"affectsGlobalScope": false
|
|
393
|
+
},
|
|
394
|
+
"../../node_modules/@types/node/readline.d.ts": {
|
|
395
|
+
"version": "fa960168e0650a987d5738376a22a1969b5dff2112b9653f9f1efddf8ba7d5bb",
|
|
396
|
+
"signature": "fa960168e0650a987d5738376a22a1969b5dff2112b9653f9f1efddf8ba7d5bb",
|
|
397
|
+
"affectsGlobalScope": false
|
|
398
|
+
},
|
|
399
|
+
"../../node_modules/@types/node/repl.d.ts": {
|
|
400
|
+
"version": "140b05c89cbd5fc75c4e9c1780d85dfb4ea73a2b11dd345f8f944afd002ad74f",
|
|
401
|
+
"signature": "140b05c89cbd5fc75c4e9c1780d85dfb4ea73a2b11dd345f8f944afd002ad74f",
|
|
402
|
+
"affectsGlobalScope": false
|
|
403
|
+
},
|
|
404
|
+
"../../node_modules/@types/node/stream.d.ts": {
|
|
405
|
+
"version": "ece46d0e5702e9c269aa71b42d02c934c10d4d24545b1d8594a8115f23a9011f",
|
|
406
|
+
"signature": "ece46d0e5702e9c269aa71b42d02c934c10d4d24545b1d8594a8115f23a9011f",
|
|
407
|
+
"affectsGlobalScope": false
|
|
408
|
+
},
|
|
409
|
+
"../../node_modules/@types/node/string_decoder.d.ts": {
|
|
410
|
+
"version": "5b0df2143d96172bf207ed187627e8c58b15a1a8f97bdbc2ede942b36b39fc98",
|
|
411
|
+
"signature": "5b0df2143d96172bf207ed187627e8c58b15a1a8f97bdbc2ede942b36b39fc98",
|
|
412
|
+
"affectsGlobalScope": false
|
|
413
|
+
},
|
|
414
|
+
"../../node_modules/@types/node/timers.d.ts": {
|
|
415
|
+
"version": "75409a3abea76ea586c6fb7f2e9f1a7dc007140e2d4ee26ab127735c4f9154e4",
|
|
416
|
+
"signature": "75409a3abea76ea586c6fb7f2e9f1a7dc007140e2d4ee26ab127735c4f9154e4",
|
|
417
|
+
"affectsGlobalScope": false
|
|
418
|
+
},
|
|
419
|
+
"../../node_modules/@types/node/tls.d.ts": {
|
|
420
|
+
"version": "8e721f0a95eb26a30228d571659d2db062213bfe066a97fff7967a0c8e1d56e4",
|
|
421
|
+
"signature": "8e721f0a95eb26a30228d571659d2db062213bfe066a97fff7967a0c8e1d56e4",
|
|
422
|
+
"affectsGlobalScope": false
|
|
423
|
+
},
|
|
424
|
+
"../../node_modules/@types/node/trace_events.d.ts": {
|
|
425
|
+
"version": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
|
|
426
|
+
"signature": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
|
|
427
|
+
"affectsGlobalScope": false
|
|
428
|
+
},
|
|
429
|
+
"../../node_modules/@types/node/tty.d.ts": {
|
|
430
|
+
"version": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
|
|
431
|
+
"signature": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
|
|
432
|
+
"affectsGlobalScope": false
|
|
433
|
+
},
|
|
434
|
+
"../../node_modules/@types/node/url.d.ts": {
|
|
435
|
+
"version": "807bf667365224f909aed5111ac8527e8e148f37fc73c61f70c762b920fb62c7",
|
|
436
|
+
"signature": "807bf667365224f909aed5111ac8527e8e148f37fc73c61f70c762b920fb62c7",
|
|
437
|
+
"affectsGlobalScope": false
|
|
438
|
+
},
|
|
439
|
+
"../../node_modules/@types/node/util.d.ts": {
|
|
440
|
+
"version": "3d87bdaed72f86b91f99401e6e04729afbb5916064778cf324b3d9b51c3a6d91",
|
|
441
|
+
"signature": "3d87bdaed72f86b91f99401e6e04729afbb5916064778cf324b3d9b51c3a6d91",
|
|
442
|
+
"affectsGlobalScope": false
|
|
443
|
+
},
|
|
444
|
+
"../../node_modules/@types/node/v8.d.ts": {
|
|
445
|
+
"version": "8ca837d16a31d6d01b13328ca9e6a39e424b4bf294d3b73349dccacea51be730",
|
|
446
|
+
"signature": "8ca837d16a31d6d01b13328ca9e6a39e424b4bf294d3b73349dccacea51be730",
|
|
447
|
+
"affectsGlobalScope": false
|
|
448
|
+
},
|
|
449
|
+
"../../node_modules/@types/node/vm.d.ts": {
|
|
450
|
+
"version": "a9d40247ec6c68a47effbb1d8acd8df288bcee7b6bf29c17cf4161e5ef609a0c",
|
|
451
|
+
"signature": "a9d40247ec6c68a47effbb1d8acd8df288bcee7b6bf29c17cf4161e5ef609a0c",
|
|
452
|
+
"affectsGlobalScope": false
|
|
453
|
+
},
|
|
454
|
+
"../../node_modules/@types/node/wasi.d.ts": {
|
|
455
|
+
"version": "caf38c850b924a0af08a893d06f68fcae3d5a41780b50cc6df9481beeca8e9a3",
|
|
456
|
+
"signature": "caf38c850b924a0af08a893d06f68fcae3d5a41780b50cc6df9481beeca8e9a3",
|
|
457
|
+
"affectsGlobalScope": false
|
|
458
|
+
},
|
|
459
|
+
"../../node_modules/@types/node/worker_threads.d.ts": {
|
|
460
|
+
"version": "7152c46a63e7f9ac7db6cd8d4dbf85d90f051a0db60e650573fae576580cbf9a",
|
|
461
|
+
"signature": "7152c46a63e7f9ac7db6cd8d4dbf85d90f051a0db60e650573fae576580cbf9a",
|
|
462
|
+
"affectsGlobalScope": false
|
|
463
|
+
},
|
|
464
|
+
"../../node_modules/@types/node/zlib.d.ts": {
|
|
465
|
+
"version": "496370c58ed054e51a68517846c28a695bf84df2873556cca7fe51e297b32420",
|
|
466
|
+
"signature": "496370c58ed054e51a68517846c28a695bf84df2873556cca7fe51e297b32420",
|
|
467
|
+
"affectsGlobalScope": false
|
|
468
|
+
},
|
|
469
|
+
"../../node_modules/@types/node/globals.global.d.ts": {
|
|
470
|
+
"version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
|
|
471
|
+
"signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
|
|
472
|
+
"affectsGlobalScope": true
|
|
473
|
+
},
|
|
474
|
+
"../../node_modules/@types/node/index.d.ts": {
|
|
475
|
+
"version": "263da3252e029b3b62580b7a0c5e7bab07325a31c8af436ff60143cfda73b629",
|
|
476
|
+
"signature": "263da3252e029b3b62580b7a0c5e7bab07325a31c8af436ff60143cfda73b629",
|
|
477
|
+
"affectsGlobalScope": false
|
|
478
|
+
},
|
|
479
|
+
"../../node_modules/jest-diff/build/cleanupSemantic.d.ts": {
|
|
480
|
+
"version": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
|
|
481
|
+
"signature": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
|
|
482
|
+
"affectsGlobalScope": false
|
|
483
|
+
},
|
|
484
|
+
"../../node_modules/jest-diff/build/types.d.ts": {
|
|
485
|
+
"version": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
|
|
486
|
+
"signature": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
|
|
487
|
+
"affectsGlobalScope": false
|
|
488
|
+
},
|
|
489
|
+
"../../node_modules/jest-diff/build/diffLines.d.ts": {
|
|
490
|
+
"version": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
|
|
491
|
+
"signature": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
|
|
492
|
+
"affectsGlobalScope": false
|
|
493
|
+
},
|
|
494
|
+
"../../node_modules/jest-diff/build/printDiffs.d.ts": {
|
|
495
|
+
"version": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
|
|
496
|
+
"signature": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
|
|
497
|
+
"affectsGlobalScope": false
|
|
498
|
+
},
|
|
499
|
+
"../../node_modules/jest-diff/build/index.d.ts": {
|
|
500
|
+
"version": "b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc",
|
|
501
|
+
"signature": "b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc",
|
|
502
|
+
"affectsGlobalScope": false
|
|
503
|
+
},
|
|
504
|
+
"../../node_modules/pretty-format/build/types.d.ts": {
|
|
505
|
+
"version": "5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09",
|
|
506
|
+
"signature": "5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09",
|
|
507
|
+
"affectsGlobalScope": false
|
|
508
|
+
},
|
|
509
|
+
"../../node_modules/pretty-format/build/index.d.ts": {
|
|
510
|
+
"version": "02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",
|
|
511
|
+
"signature": "02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",
|
|
512
|
+
"affectsGlobalScope": false
|
|
513
|
+
},
|
|
514
|
+
"../../node_modules/@types/jest/index.d.ts": {
|
|
515
|
+
"version": "516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087",
|
|
516
|
+
"signature": "516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087",
|
|
517
|
+
"affectsGlobalScope": true
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
"options": {
|
|
521
|
+
"allowJs": false,
|
|
522
|
+
"baseUrl": "../..",
|
|
523
|
+
"declaration": true,
|
|
524
|
+
"declarationMap": true,
|
|
525
|
+
"esModuleInterop": true,
|
|
526
|
+
"importHelpers": true,
|
|
527
|
+
"lib": [
|
|
528
|
+
"lib.es2017.d.ts"
|
|
529
|
+
],
|
|
530
|
+
"module": 1,
|
|
531
|
+
"moduleResolution": 2,
|
|
532
|
+
"noUnusedLocals": true,
|
|
533
|
+
"removeComments": true,
|
|
534
|
+
"resolveJsonModule": true,
|
|
535
|
+
"skipLibCheck": true,
|
|
536
|
+
"strict": true,
|
|
537
|
+
"target": 4,
|
|
538
|
+
"types": [
|
|
539
|
+
"node",
|
|
540
|
+
"jest"
|
|
541
|
+
],
|
|
542
|
+
"typeRoots": [
|
|
543
|
+
"../../node_modules/@types"
|
|
544
|
+
],
|
|
545
|
+
"outDir": "./out",
|
|
546
|
+
"rootDir": "./src",
|
|
547
|
+
"composite": true,
|
|
548
|
+
"jsx": 2,
|
|
549
|
+
"configFilePath": "./tsconfig.json"
|
|
550
|
+
},
|
|
551
|
+
"referencedMap": {
|
|
552
|
+
"../../node_modules/@types/jest/index.d.ts": [
|
|
553
|
+
"../../node_modules/jest-diff/build/index.d.ts",
|
|
554
|
+
"../../node_modules/pretty-format/build/index.d.ts"
|
|
555
|
+
],
|
|
556
|
+
"../../node_modules/@types/node/child_process.d.ts": [
|
|
557
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
558
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
559
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
560
|
+
],
|
|
561
|
+
"../../node_modules/@types/node/cluster.d.ts": [
|
|
562
|
+
"../../node_modules/@types/node/child_process.d.ts",
|
|
563
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
564
|
+
"../../node_modules/@types/node/net.d.ts"
|
|
565
|
+
],
|
|
566
|
+
"../../node_modules/@types/node/crypto.d.ts": [
|
|
567
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
568
|
+
],
|
|
569
|
+
"../../node_modules/@types/node/dgram.d.ts": [
|
|
570
|
+
"../../node_modules/@types/node/dns.d.ts",
|
|
571
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
572
|
+
"../../node_modules/@types/node/net.d.ts"
|
|
573
|
+
],
|
|
574
|
+
"../../node_modules/@types/node/domain.d.ts": [
|
|
575
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
576
|
+
],
|
|
577
|
+
"../../node_modules/@types/node/events.d.ts": [
|
|
578
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
579
|
+
],
|
|
580
|
+
"../../node_modules/@types/node/fs.d.ts": [
|
|
581
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
582
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
583
|
+
"../../node_modules/@types/node/url.d.ts"
|
|
584
|
+
],
|
|
585
|
+
"../../node_modules/@types/node/http.d.ts": [
|
|
586
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
587
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
588
|
+
"../../node_modules/@types/node/url.d.ts"
|
|
589
|
+
],
|
|
590
|
+
"../../node_modules/@types/node/http2.d.ts": [
|
|
591
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
592
|
+
"../../node_modules/@types/node/fs.d.ts",
|
|
593
|
+
"../../node_modules/@types/node/http.d.ts",
|
|
594
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
595
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
596
|
+
"../../node_modules/@types/node/tls.d.ts",
|
|
597
|
+
"../../node_modules/@types/node/url.d.ts"
|
|
598
|
+
],
|
|
599
|
+
"../../node_modules/@types/node/https.d.ts": [
|
|
600
|
+
"../../node_modules/@types/node/http.d.ts",
|
|
601
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
602
|
+
"../../node_modules/@types/node/tls.d.ts",
|
|
603
|
+
"../../node_modules/@types/node/url.d.ts"
|
|
604
|
+
],
|
|
605
|
+
"../../node_modules/@types/node/index.d.ts": [
|
|
606
|
+
"../../node_modules/@types/node/assert.d.ts",
|
|
607
|
+
"../../node_modules/@types/node/async_hooks.d.ts",
|
|
608
|
+
"../../node_modules/@types/node/buffer.d.ts",
|
|
609
|
+
"../../node_modules/@types/node/child_process.d.ts",
|
|
610
|
+
"../../node_modules/@types/node/cluster.d.ts",
|
|
611
|
+
"../../node_modules/@types/node/console.d.ts",
|
|
612
|
+
"../../node_modules/@types/node/constants.d.ts",
|
|
613
|
+
"../../node_modules/@types/node/crypto.d.ts",
|
|
614
|
+
"../../node_modules/@types/node/dgram.d.ts",
|
|
615
|
+
"../../node_modules/@types/node/dns.d.ts",
|
|
616
|
+
"../../node_modules/@types/node/domain.d.ts",
|
|
617
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
618
|
+
"../../node_modules/@types/node/fs.d.ts",
|
|
619
|
+
"../../node_modules/@types/node/globals.d.ts",
|
|
620
|
+
"../../node_modules/@types/node/globals.global.d.ts",
|
|
621
|
+
"../../node_modules/@types/node/http.d.ts",
|
|
622
|
+
"../../node_modules/@types/node/http2.d.ts",
|
|
623
|
+
"../../node_modules/@types/node/https.d.ts",
|
|
624
|
+
"../../node_modules/@types/node/inspector.d.ts",
|
|
625
|
+
"../../node_modules/@types/node/module.d.ts",
|
|
626
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
627
|
+
"../../node_modules/@types/node/os.d.ts",
|
|
628
|
+
"../../node_modules/@types/node/path.d.ts",
|
|
629
|
+
"../../node_modules/@types/node/perf_hooks.d.ts",
|
|
630
|
+
"../../node_modules/@types/node/process.d.ts",
|
|
631
|
+
"../../node_modules/@types/node/punycode.d.ts",
|
|
632
|
+
"../../node_modules/@types/node/querystring.d.ts",
|
|
633
|
+
"../../node_modules/@types/node/readline.d.ts",
|
|
634
|
+
"../../node_modules/@types/node/repl.d.ts",
|
|
635
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
636
|
+
"../../node_modules/@types/node/string_decoder.d.ts",
|
|
637
|
+
"../../node_modules/@types/node/timers.d.ts",
|
|
638
|
+
"../../node_modules/@types/node/tls.d.ts",
|
|
639
|
+
"../../node_modules/@types/node/trace_events.d.ts",
|
|
640
|
+
"../../node_modules/@types/node/tty.d.ts",
|
|
641
|
+
"../../node_modules/@types/node/url.d.ts",
|
|
642
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
643
|
+
"../../node_modules/@types/node/v8.d.ts",
|
|
644
|
+
"../../node_modules/@types/node/vm.d.ts",
|
|
645
|
+
"../../node_modules/@types/node/wasi.d.ts",
|
|
646
|
+
"../../node_modules/@types/node/worker_threads.d.ts",
|
|
647
|
+
"../../node_modules/@types/node/zlib.d.ts"
|
|
648
|
+
],
|
|
649
|
+
"../../node_modules/@types/node/inspector.d.ts": [
|
|
650
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
651
|
+
],
|
|
652
|
+
"../../node_modules/@types/node/net.d.ts": [
|
|
653
|
+
"../../node_modules/@types/node/dns.d.ts",
|
|
654
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
655
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
656
|
+
],
|
|
657
|
+
"../../node_modules/@types/node/perf_hooks.d.ts": [
|
|
658
|
+
"../../node_modules/@types/node/async_hooks.d.ts"
|
|
659
|
+
],
|
|
660
|
+
"../../node_modules/@types/node/process.d.ts": [
|
|
661
|
+
"../../node_modules/@types/node/tty.d.ts"
|
|
662
|
+
],
|
|
663
|
+
"../../node_modules/@types/node/readline.d.ts": [
|
|
664
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
665
|
+
],
|
|
666
|
+
"../../node_modules/@types/node/repl.d.ts": [
|
|
667
|
+
"../../node_modules/@types/node/readline.d.ts",
|
|
668
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
669
|
+
"../../node_modules/@types/node/vm.d.ts"
|
|
670
|
+
],
|
|
671
|
+
"../../node_modules/@types/node/stream.d.ts": [
|
|
672
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
673
|
+
],
|
|
674
|
+
"../../node_modules/@types/node/tls.d.ts": [
|
|
675
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
676
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
677
|
+
],
|
|
678
|
+
"../../node_modules/@types/node/tty.d.ts": [
|
|
679
|
+
"../../node_modules/@types/node/net.d.ts"
|
|
680
|
+
],
|
|
681
|
+
"../../node_modules/@types/node/url.d.ts": [
|
|
682
|
+
"../../node_modules/@types/node/querystring.d.ts"
|
|
683
|
+
],
|
|
684
|
+
"../../node_modules/@types/node/v8.d.ts": [
|
|
685
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
686
|
+
],
|
|
687
|
+
"../../node_modules/@types/node/worker_threads.d.ts": [
|
|
688
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
689
|
+
"../../node_modules/@types/node/fs.d.ts",
|
|
690
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
691
|
+
"../../node_modules/@types/node/vm.d.ts"
|
|
692
|
+
],
|
|
693
|
+
"../../node_modules/@types/node/zlib.d.ts": [
|
|
694
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
695
|
+
],
|
|
696
|
+
"../../node_modules/@types/react-reconciler/index.d.ts": [
|
|
697
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
698
|
+
],
|
|
699
|
+
"../../node_modules/@types/react/index.d.ts": [
|
|
700
|
+
"../../node_modules/@types/prop-types/index.d.ts",
|
|
701
|
+
"../../node_modules/@types/react/global.d.ts",
|
|
702
|
+
"../../node_modules/@types/scheduler/tracing.d.ts",
|
|
703
|
+
"../../node_modules/csstype/index.d.ts"
|
|
704
|
+
],
|
|
705
|
+
"../../node_modules/@types/uuid/index.d.ts": [
|
|
706
|
+
"../../node_modules/@types/uuid/interfaces.d.ts"
|
|
707
|
+
],
|
|
708
|
+
"../../node_modules/jest-diff/build/diffLines.d.ts": [
|
|
709
|
+
"../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
|
|
710
|
+
"../../node_modules/jest-diff/build/types.d.ts"
|
|
711
|
+
],
|
|
712
|
+
"../../node_modules/jest-diff/build/index.d.ts": [
|
|
713
|
+
"../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
|
|
714
|
+
"../../node_modules/jest-diff/build/diffLines.d.ts",
|
|
715
|
+
"../../node_modules/jest-diff/build/printDiffs.d.ts",
|
|
716
|
+
"../../node_modules/jest-diff/build/types.d.ts"
|
|
717
|
+
],
|
|
718
|
+
"../../node_modules/jest-diff/build/printDiffs.d.ts": [
|
|
719
|
+
"../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
|
|
720
|
+
"../../node_modules/jest-diff/build/types.d.ts"
|
|
721
|
+
],
|
|
722
|
+
"../../node_modules/pretty-format/build/index.d.ts": [
|
|
723
|
+
"../../node_modules/pretty-format/build/types.d.ts"
|
|
724
|
+
],
|
|
725
|
+
"./src/__test__/styles.test.tsx": [
|
|
726
|
+
"./src/styles/index.ts"
|
|
727
|
+
],
|
|
728
|
+
"./src/components.tsx": [
|
|
729
|
+
"./src/types/index.ts"
|
|
730
|
+
],
|
|
731
|
+
"./src/index.ts": [
|
|
732
|
+
"./src/components.tsx",
|
|
733
|
+
"./src/reconciler.ts",
|
|
734
|
+
"./src/styles/index.ts"
|
|
735
|
+
],
|
|
736
|
+
"./src/reconciler.ts": [
|
|
737
|
+
"../../node_modules/@types/react-reconciler/constants.d.ts",
|
|
738
|
+
"../../node_modules/@types/react-reconciler/index.d.ts",
|
|
739
|
+
"../../node_modules/@types/uuid/index.d.ts"
|
|
740
|
+
],
|
|
741
|
+
"./src/styles/index.ts": [
|
|
742
|
+
"./src/types/index.ts"
|
|
743
|
+
],
|
|
744
|
+
"./src/types/components.ts": [
|
|
745
|
+
"./src/types/forge.ts",
|
|
746
|
+
"./src/types/icons.ts",
|
|
747
|
+
"./src/types/styles.ts"
|
|
748
|
+
],
|
|
749
|
+
"./src/types/effect.ts": [
|
|
750
|
+
"./src/types/forge.ts"
|
|
751
|
+
],
|
|
752
|
+
"./src/types/index.ts": [
|
|
753
|
+
"./src/types/components.ts",
|
|
754
|
+
"./src/types/effect.ts",
|
|
755
|
+
"./src/types/extension.ts",
|
|
756
|
+
"./src/types/forge.ts",
|
|
757
|
+
"./src/types/icons.ts",
|
|
758
|
+
"./src/types/legacy-effect.ts",
|
|
759
|
+
"./src/types/styles.ts"
|
|
760
|
+
],
|
|
761
|
+
"./src/types/legacy-effect.ts": [
|
|
762
|
+
"./src/types/forge.ts"
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
"exportedModulesMap": {
|
|
766
|
+
"../../node_modules/@types/jest/index.d.ts": [
|
|
767
|
+
"../../node_modules/jest-diff/build/index.d.ts",
|
|
768
|
+
"../../node_modules/pretty-format/build/index.d.ts"
|
|
769
|
+
],
|
|
770
|
+
"../../node_modules/@types/node/child_process.d.ts": [
|
|
771
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
772
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
773
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
774
|
+
],
|
|
775
|
+
"../../node_modules/@types/node/cluster.d.ts": [
|
|
776
|
+
"../../node_modules/@types/node/child_process.d.ts",
|
|
777
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
778
|
+
"../../node_modules/@types/node/net.d.ts"
|
|
779
|
+
],
|
|
780
|
+
"../../node_modules/@types/node/crypto.d.ts": [
|
|
781
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
782
|
+
],
|
|
783
|
+
"../../node_modules/@types/node/dgram.d.ts": [
|
|
784
|
+
"../../node_modules/@types/node/dns.d.ts",
|
|
785
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
786
|
+
"../../node_modules/@types/node/net.d.ts"
|
|
787
|
+
],
|
|
788
|
+
"../../node_modules/@types/node/domain.d.ts": [
|
|
789
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
790
|
+
],
|
|
791
|
+
"../../node_modules/@types/node/events.d.ts": [
|
|
792
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
793
|
+
],
|
|
794
|
+
"../../node_modules/@types/node/fs.d.ts": [
|
|
795
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
796
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
797
|
+
"../../node_modules/@types/node/url.d.ts"
|
|
798
|
+
],
|
|
799
|
+
"../../node_modules/@types/node/http.d.ts": [
|
|
800
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
801
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
802
|
+
"../../node_modules/@types/node/url.d.ts"
|
|
803
|
+
],
|
|
804
|
+
"../../node_modules/@types/node/http2.d.ts": [
|
|
805
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
806
|
+
"../../node_modules/@types/node/fs.d.ts",
|
|
807
|
+
"../../node_modules/@types/node/http.d.ts",
|
|
808
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
809
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
810
|
+
"../../node_modules/@types/node/tls.d.ts",
|
|
811
|
+
"../../node_modules/@types/node/url.d.ts"
|
|
812
|
+
],
|
|
813
|
+
"../../node_modules/@types/node/https.d.ts": [
|
|
814
|
+
"../../node_modules/@types/node/http.d.ts",
|
|
815
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
816
|
+
"../../node_modules/@types/node/tls.d.ts",
|
|
817
|
+
"../../node_modules/@types/node/url.d.ts"
|
|
818
|
+
],
|
|
819
|
+
"../../node_modules/@types/node/index.d.ts": [
|
|
820
|
+
"../../node_modules/@types/node/assert.d.ts",
|
|
821
|
+
"../../node_modules/@types/node/async_hooks.d.ts",
|
|
822
|
+
"../../node_modules/@types/node/buffer.d.ts",
|
|
823
|
+
"../../node_modules/@types/node/child_process.d.ts",
|
|
824
|
+
"../../node_modules/@types/node/cluster.d.ts",
|
|
825
|
+
"../../node_modules/@types/node/console.d.ts",
|
|
826
|
+
"../../node_modules/@types/node/constants.d.ts",
|
|
827
|
+
"../../node_modules/@types/node/crypto.d.ts",
|
|
828
|
+
"../../node_modules/@types/node/dgram.d.ts",
|
|
829
|
+
"../../node_modules/@types/node/dns.d.ts",
|
|
830
|
+
"../../node_modules/@types/node/domain.d.ts",
|
|
831
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
832
|
+
"../../node_modules/@types/node/fs.d.ts",
|
|
833
|
+
"../../node_modules/@types/node/globals.d.ts",
|
|
834
|
+
"../../node_modules/@types/node/globals.global.d.ts",
|
|
835
|
+
"../../node_modules/@types/node/http.d.ts",
|
|
836
|
+
"../../node_modules/@types/node/http2.d.ts",
|
|
837
|
+
"../../node_modules/@types/node/https.d.ts",
|
|
838
|
+
"../../node_modules/@types/node/inspector.d.ts",
|
|
839
|
+
"../../node_modules/@types/node/module.d.ts",
|
|
840
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
841
|
+
"../../node_modules/@types/node/os.d.ts",
|
|
842
|
+
"../../node_modules/@types/node/path.d.ts",
|
|
843
|
+
"../../node_modules/@types/node/perf_hooks.d.ts",
|
|
844
|
+
"../../node_modules/@types/node/process.d.ts",
|
|
845
|
+
"../../node_modules/@types/node/punycode.d.ts",
|
|
846
|
+
"../../node_modules/@types/node/querystring.d.ts",
|
|
847
|
+
"../../node_modules/@types/node/readline.d.ts",
|
|
848
|
+
"../../node_modules/@types/node/repl.d.ts",
|
|
849
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
850
|
+
"../../node_modules/@types/node/string_decoder.d.ts",
|
|
851
|
+
"../../node_modules/@types/node/timers.d.ts",
|
|
852
|
+
"../../node_modules/@types/node/tls.d.ts",
|
|
853
|
+
"../../node_modules/@types/node/trace_events.d.ts",
|
|
854
|
+
"../../node_modules/@types/node/tty.d.ts",
|
|
855
|
+
"../../node_modules/@types/node/url.d.ts",
|
|
856
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
857
|
+
"../../node_modules/@types/node/v8.d.ts",
|
|
858
|
+
"../../node_modules/@types/node/vm.d.ts",
|
|
859
|
+
"../../node_modules/@types/node/wasi.d.ts",
|
|
860
|
+
"../../node_modules/@types/node/worker_threads.d.ts",
|
|
861
|
+
"../../node_modules/@types/node/zlib.d.ts"
|
|
862
|
+
],
|
|
863
|
+
"../../node_modules/@types/node/inspector.d.ts": [
|
|
864
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
865
|
+
],
|
|
866
|
+
"../../node_modules/@types/node/net.d.ts": [
|
|
867
|
+
"../../node_modules/@types/node/dns.d.ts",
|
|
868
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
869
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
870
|
+
],
|
|
871
|
+
"../../node_modules/@types/node/perf_hooks.d.ts": [
|
|
872
|
+
"../../node_modules/@types/node/async_hooks.d.ts"
|
|
873
|
+
],
|
|
874
|
+
"../../node_modules/@types/node/process.d.ts": [
|
|
875
|
+
"../../node_modules/@types/node/tty.d.ts"
|
|
876
|
+
],
|
|
877
|
+
"../../node_modules/@types/node/readline.d.ts": [
|
|
878
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
879
|
+
],
|
|
880
|
+
"../../node_modules/@types/node/repl.d.ts": [
|
|
881
|
+
"../../node_modules/@types/node/readline.d.ts",
|
|
882
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
883
|
+
"../../node_modules/@types/node/vm.d.ts"
|
|
884
|
+
],
|
|
885
|
+
"../../node_modules/@types/node/stream.d.ts": [
|
|
886
|
+
"../../node_modules/@types/node/events.d.ts"
|
|
887
|
+
],
|
|
888
|
+
"../../node_modules/@types/node/tls.d.ts": [
|
|
889
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
890
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
891
|
+
],
|
|
892
|
+
"../../node_modules/@types/node/tty.d.ts": [
|
|
893
|
+
"../../node_modules/@types/node/net.d.ts"
|
|
894
|
+
],
|
|
895
|
+
"../../node_modules/@types/node/url.d.ts": [
|
|
896
|
+
"../../node_modules/@types/node/querystring.d.ts"
|
|
897
|
+
],
|
|
898
|
+
"../../node_modules/@types/node/v8.d.ts": [
|
|
899
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
900
|
+
],
|
|
901
|
+
"../../node_modules/@types/node/worker_threads.d.ts": [
|
|
902
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
903
|
+
"../../node_modules/@types/node/fs.d.ts",
|
|
904
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
905
|
+
"../../node_modules/@types/node/vm.d.ts"
|
|
906
|
+
],
|
|
907
|
+
"../../node_modules/@types/node/zlib.d.ts": [
|
|
908
|
+
"../../node_modules/@types/node/stream.d.ts"
|
|
909
|
+
],
|
|
910
|
+
"../../node_modules/@types/react-reconciler/index.d.ts": [
|
|
911
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
912
|
+
],
|
|
913
|
+
"../../node_modules/@types/react/index.d.ts": [
|
|
914
|
+
"../../node_modules/@types/prop-types/index.d.ts",
|
|
915
|
+
"../../node_modules/@types/react/global.d.ts",
|
|
916
|
+
"../../node_modules/@types/scheduler/tracing.d.ts",
|
|
917
|
+
"../../node_modules/csstype/index.d.ts"
|
|
918
|
+
],
|
|
919
|
+
"../../node_modules/@types/uuid/index.d.ts": [
|
|
920
|
+
"../../node_modules/@types/uuid/interfaces.d.ts"
|
|
921
|
+
],
|
|
922
|
+
"../../node_modules/jest-diff/build/diffLines.d.ts": [
|
|
923
|
+
"../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
|
|
924
|
+
"../../node_modules/jest-diff/build/types.d.ts"
|
|
925
|
+
],
|
|
926
|
+
"../../node_modules/jest-diff/build/index.d.ts": [
|
|
927
|
+
"../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
|
|
928
|
+
"../../node_modules/jest-diff/build/diffLines.d.ts",
|
|
929
|
+
"../../node_modules/jest-diff/build/printDiffs.d.ts",
|
|
930
|
+
"../../node_modules/jest-diff/build/types.d.ts"
|
|
931
|
+
],
|
|
932
|
+
"../../node_modules/jest-diff/build/printDiffs.d.ts": [
|
|
933
|
+
"../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
|
|
934
|
+
"../../node_modules/jest-diff/build/types.d.ts"
|
|
935
|
+
],
|
|
936
|
+
"../../node_modules/pretty-format/build/index.d.ts": [
|
|
937
|
+
"../../node_modules/pretty-format/build/types.d.ts"
|
|
938
|
+
],
|
|
939
|
+
"./src/components.tsx": [
|
|
940
|
+
"./src/types/index.ts"
|
|
941
|
+
],
|
|
942
|
+
"./src/index.ts": [
|
|
943
|
+
"./src/components.tsx",
|
|
944
|
+
"./src/reconciler.ts",
|
|
945
|
+
"./src/styles/index.ts"
|
|
946
|
+
],
|
|
947
|
+
"./src/styles/index.ts": [
|
|
948
|
+
"./src/types/index.ts"
|
|
949
|
+
],
|
|
950
|
+
"./src/types/components.ts": [
|
|
951
|
+
"./src/types/forge.ts",
|
|
952
|
+
"./src/types/icons.ts",
|
|
953
|
+
"./src/types/styles.ts"
|
|
954
|
+
],
|
|
955
|
+
"./src/types/effect.ts": [
|
|
956
|
+
"./src/types/forge.ts"
|
|
957
|
+
],
|
|
958
|
+
"./src/types/index.ts": [
|
|
959
|
+
"./src/types/components.ts",
|
|
960
|
+
"./src/types/effect.ts",
|
|
961
|
+
"./src/types/extension.ts",
|
|
962
|
+
"./src/types/forge.ts",
|
|
963
|
+
"./src/types/icons.ts",
|
|
964
|
+
"./src/types/legacy-effect.ts",
|
|
965
|
+
"./src/types/styles.ts"
|
|
966
|
+
],
|
|
967
|
+
"./src/types/legacy-effect.ts": [
|
|
968
|
+
"./src/types/forge.ts"
|
|
969
|
+
]
|
|
970
|
+
},
|
|
971
|
+
"semanticDiagnosticsPerFile": [
|
|
972
|
+
"../../node_modules/@types/events/index.d.ts",
|
|
973
|
+
"../../node_modules/@types/jest/index.d.ts",
|
|
974
|
+
"../../node_modules/@types/node/assert.d.ts",
|
|
975
|
+
"../../node_modules/@types/node/async_hooks.d.ts",
|
|
976
|
+
"../../node_modules/@types/node/buffer.d.ts",
|
|
977
|
+
"../../node_modules/@types/node/child_process.d.ts",
|
|
978
|
+
"../../node_modules/@types/node/cluster.d.ts",
|
|
979
|
+
"../../node_modules/@types/node/console.d.ts",
|
|
980
|
+
"../../node_modules/@types/node/constants.d.ts",
|
|
981
|
+
"../../node_modules/@types/node/crypto.d.ts",
|
|
982
|
+
"../../node_modules/@types/node/dgram.d.ts",
|
|
983
|
+
"../../node_modules/@types/node/dns.d.ts",
|
|
984
|
+
"../../node_modules/@types/node/domain.d.ts",
|
|
985
|
+
"../../node_modules/@types/node/events.d.ts",
|
|
986
|
+
"../../node_modules/@types/node/fs.d.ts",
|
|
987
|
+
"../../node_modules/@types/node/globals.d.ts",
|
|
988
|
+
"../../node_modules/@types/node/globals.global.d.ts",
|
|
989
|
+
"../../node_modules/@types/node/http.d.ts",
|
|
990
|
+
"../../node_modules/@types/node/http2.d.ts",
|
|
991
|
+
"../../node_modules/@types/node/https.d.ts",
|
|
992
|
+
"../../node_modules/@types/node/index.d.ts",
|
|
993
|
+
"../../node_modules/@types/node/inspector.d.ts",
|
|
994
|
+
"../../node_modules/@types/node/module.d.ts",
|
|
995
|
+
"../../node_modules/@types/node/net.d.ts",
|
|
996
|
+
"../../node_modules/@types/node/os.d.ts",
|
|
997
|
+
"../../node_modules/@types/node/path.d.ts",
|
|
998
|
+
"../../node_modules/@types/node/perf_hooks.d.ts",
|
|
999
|
+
"../../node_modules/@types/node/process.d.ts",
|
|
1000
|
+
"../../node_modules/@types/node/punycode.d.ts",
|
|
1001
|
+
"../../node_modules/@types/node/querystring.d.ts",
|
|
1002
|
+
"../../node_modules/@types/node/readline.d.ts",
|
|
1003
|
+
"../../node_modules/@types/node/repl.d.ts",
|
|
1004
|
+
"../../node_modules/@types/node/stream.d.ts",
|
|
1005
|
+
"../../node_modules/@types/node/string_decoder.d.ts",
|
|
1006
|
+
"../../node_modules/@types/node/timers.d.ts",
|
|
1007
|
+
"../../node_modules/@types/node/tls.d.ts",
|
|
1008
|
+
"../../node_modules/@types/node/trace_events.d.ts",
|
|
1009
|
+
"../../node_modules/@types/node/tty.d.ts",
|
|
1010
|
+
"../../node_modules/@types/node/url.d.ts",
|
|
1011
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
1012
|
+
"../../node_modules/@types/node/v8.d.ts",
|
|
1013
|
+
"../../node_modules/@types/node/vm.d.ts",
|
|
1014
|
+
"../../node_modules/@types/node/wasi.d.ts",
|
|
1015
|
+
"../../node_modules/@types/node/worker_threads.d.ts",
|
|
1016
|
+
"../../node_modules/@types/node/zlib.d.ts",
|
|
1017
|
+
"../../node_modules/@types/prop-types/index.d.ts",
|
|
1018
|
+
"../../node_modules/@types/react-reconciler/constants.d.ts",
|
|
1019
|
+
"../../node_modules/@types/react-reconciler/index.d.ts",
|
|
1020
|
+
"../../node_modules/@types/react/global.d.ts",
|
|
1021
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
1022
|
+
"../../node_modules/@types/scheduler/tracing.d.ts",
|
|
1023
|
+
"../../node_modules/@types/uuid/index.d.ts",
|
|
1024
|
+
"../../node_modules/@types/uuid/interfaces.d.ts",
|
|
1025
|
+
"../../node_modules/csstype/index.d.ts",
|
|
1026
|
+
"../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
|
|
1027
|
+
"../../node_modules/jest-diff/build/diffLines.d.ts",
|
|
1028
|
+
"../../node_modules/jest-diff/build/index.d.ts",
|
|
1029
|
+
"../../node_modules/jest-diff/build/printDiffs.d.ts",
|
|
1030
|
+
"../../node_modules/jest-diff/build/types.d.ts",
|
|
1031
|
+
"../../node_modules/pretty-format/build/index.d.ts",
|
|
1032
|
+
"../../node_modules/pretty-format/build/types.d.ts",
|
|
1033
|
+
"../../node_modules/tslib/tslib.d.ts",
|
|
1034
|
+
"../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
|
|
1035
|
+
"../../node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
1036
|
+
"../../node_modules/typescript/lib/lib.es2015.d.ts",
|
|
1037
|
+
"../../node_modules/typescript/lib/lib.es2015.generator.d.ts",
|
|
1038
|
+
"../../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
1039
|
+
"../../node_modules/typescript/lib/lib.es2015.promise.d.ts",
|
|
1040
|
+
"../../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
|
|
1041
|
+
"../../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
|
|
1042
|
+
"../../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
|
|
1043
|
+
"../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
1044
|
+
"../../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
|
|
1045
|
+
"../../node_modules/typescript/lib/lib.es2016.d.ts",
|
|
1046
|
+
"../../node_modules/typescript/lib/lib.es2017.d.ts",
|
|
1047
|
+
"../../node_modules/typescript/lib/lib.es2017.intl.d.ts",
|
|
1048
|
+
"../../node_modules/typescript/lib/lib.es2017.object.d.ts",
|
|
1049
|
+
"../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
|
|
1050
|
+
"../../node_modules/typescript/lib/lib.es2017.string.d.ts",
|
|
1051
|
+
"../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
|
|
1052
|
+
"../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
|
|
1053
|
+
"../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
|
|
1054
|
+
"../../node_modules/typescript/lib/lib.es2018.d.ts",
|
|
1055
|
+
"../../node_modules/typescript/lib/lib.es2018.intl.d.ts",
|
|
1056
|
+
"../../node_modules/typescript/lib/lib.es2018.promise.d.ts",
|
|
1057
|
+
"../../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
|
|
1058
|
+
"../../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
|
|
1059
|
+
"../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1060
|
+
"../../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
|
1061
|
+
"./src/__test__/styles.test.tsx",
|
|
1062
|
+
"./src/components.tsx",
|
|
1063
|
+
"./src/globals.d.ts",
|
|
1064
|
+
"./src/index.ts",
|
|
1065
|
+
"./src/reconciler.ts",
|
|
1066
|
+
"./src/styles/index.ts",
|
|
1067
|
+
"./src/types/components.ts",
|
|
1068
|
+
"./src/types/effect.ts",
|
|
1069
|
+
"./src/types/extension.ts",
|
|
1070
|
+
"./src/types/forge.ts",
|
|
1071
|
+
"./src/types/icons.ts",
|
|
1072
|
+
"./src/types/index.ts",
|
|
1073
|
+
"./src/types/legacy-effect.ts",
|
|
1074
|
+
"./src/types/styles.ts"
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
"version": "3.9.10"
|
|
1078
|
+
}
|