@xylabs/react-pixel-debugger 2.14.16 → 2.14.17
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/package.json +13 -13
- package/dist/docs.json +0 -444
package/package.json
CHANGED
|
@@ -13,26 +13,26 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@emotion/react": "^11.10.
|
|
17
|
-
"@emotion/styled": "^11.10.
|
|
18
|
-
"@mui/material": "^5.10.
|
|
16
|
+
"@emotion/react": "^11.10.4",
|
|
17
|
+
"@emotion/styled": "^11.10.4",
|
|
18
|
+
"@mui/material": "^5.10.4",
|
|
19
19
|
"@xylabs/pixel": "^1.4.5",
|
|
20
|
-
"@xylabs/react-button": "^2.14.
|
|
21
|
-
"@xylabs/react-common": "^2.14.
|
|
22
|
-
"@xylabs/react-flexbox": "^2.14.
|
|
23
|
-
"@xylabs/react-pixel": "^2.14.
|
|
24
|
-
"@xylabs/react-shared": "^2.14.
|
|
20
|
+
"@xylabs/react-button": "^2.14.17",
|
|
21
|
+
"@xylabs/react-common": "^2.14.17",
|
|
22
|
+
"@xylabs/react-flexbox": "^2.14.17",
|
|
23
|
+
"@xylabs/react-pixel": "^2.14.17",
|
|
24
|
+
"@xylabs/react-shared": "^2.14.17",
|
|
25
25
|
"react": "^18.2.0",
|
|
26
26
|
"react-dom": "^18.2.0"
|
|
27
27
|
},
|
|
28
28
|
"description": "Common React library for all XY Labs projects that use React",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@babel/core": "^7.
|
|
31
|
-
"@babel/preset-env": "^7.
|
|
30
|
+
"@babel/core": "^7.19.0",
|
|
31
|
+
"@babel/preset-env": "^7.19.0",
|
|
32
32
|
"@storybook/react": "^6.5.10",
|
|
33
|
-
"@types/react": "^18.0.
|
|
33
|
+
"@types/react": "^18.0.18",
|
|
34
34
|
"ts-node": "^10.9.1",
|
|
35
|
-
"typescript": "^4.
|
|
35
|
+
"typescript": "^4.8.2"
|
|
36
36
|
},
|
|
37
37
|
"resolutions": {
|
|
38
38
|
"react": "^18.2.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
},
|
|
76
76
|
"sideEffects": false,
|
|
77
77
|
"types": "dist/esm/index.d.ts",
|
|
78
|
-
"version": "2.14.
|
|
78
|
+
"version": "2.14.17"
|
|
79
79
|
}
|
package/dist/docs.json
DELETED
|
@@ -1,444 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": 0,
|
|
3
|
-
"name": "@xylabs/react-pixel-debugger",
|
|
4
|
-
"kind": 1,
|
|
5
|
-
"kindString": "Project",
|
|
6
|
-
"flags": {},
|
|
7
|
-
"originalName": "",
|
|
8
|
-
"children": [
|
|
9
|
-
{
|
|
10
|
-
"id": 21,
|
|
11
|
-
"name": "PixelEvent",
|
|
12
|
-
"kind": 256,
|
|
13
|
-
"kindString": "Interface",
|
|
14
|
-
"flags": {},
|
|
15
|
-
"children": [
|
|
16
|
-
{
|
|
17
|
-
"id": 22,
|
|
18
|
-
"name": "event",
|
|
19
|
-
"kind": 1024,
|
|
20
|
-
"kindString": "Property",
|
|
21
|
-
"flags": {},
|
|
22
|
-
"sources": [
|
|
23
|
-
{
|
|
24
|
-
"fileName": "packages/pixel-debugger/src/PixelEvent.ts",
|
|
25
|
-
"line": 2,
|
|
26
|
-
"character": 2,
|
|
27
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/PixelEvent.ts#L2"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"type": {
|
|
31
|
-
"type": "intrinsic",
|
|
32
|
-
"name": "string"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"id": 23,
|
|
37
|
-
"name": "fields",
|
|
38
|
-
"kind": 1024,
|
|
39
|
-
"kindString": "Property",
|
|
40
|
-
"flags": {
|
|
41
|
-
"isOptional": true
|
|
42
|
-
},
|
|
43
|
-
"sources": [
|
|
44
|
-
{
|
|
45
|
-
"fileName": "packages/pixel-debugger/src/PixelEvent.ts",
|
|
46
|
-
"line": 3,
|
|
47
|
-
"character": 2,
|
|
48
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/PixelEvent.ts#L3"
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"type": {
|
|
52
|
-
"type": "intrinsic",
|
|
53
|
-
"name": "unknown"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"groups": [
|
|
58
|
-
{
|
|
59
|
-
"title": "Properties",
|
|
60
|
-
"children": [
|
|
61
|
-
22,
|
|
62
|
-
23
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
],
|
|
66
|
-
"sources": [
|
|
67
|
-
{
|
|
68
|
-
"fileName": "packages/pixel-debugger/src/PixelEvent.ts",
|
|
69
|
-
"line": 1,
|
|
70
|
-
"character": 17,
|
|
71
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/PixelEvent.ts#L1"
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"id": 1,
|
|
77
|
-
"name": "PixelDebugger",
|
|
78
|
-
"kind": 64,
|
|
79
|
-
"kindString": "Function",
|
|
80
|
-
"flags": {},
|
|
81
|
-
"sources": [
|
|
82
|
-
{
|
|
83
|
-
"fileName": "packages/pixel-debugger/src/components/PixelDebugger.tsx",
|
|
84
|
-
"line": 11,
|
|
85
|
-
"character": 13,
|
|
86
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/components/PixelDebugger.tsx#L11"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"signatures": [
|
|
90
|
-
{
|
|
91
|
-
"id": 2,
|
|
92
|
-
"name": "PixelDebugger",
|
|
93
|
-
"kind": 4096,
|
|
94
|
-
"kindString": "Call signature",
|
|
95
|
-
"flags": {},
|
|
96
|
-
"parameters": [
|
|
97
|
-
{
|
|
98
|
-
"id": 3,
|
|
99
|
-
"name": "props",
|
|
100
|
-
"kind": 32768,
|
|
101
|
-
"kindString": "Parameter",
|
|
102
|
-
"flags": {},
|
|
103
|
-
"type": {
|
|
104
|
-
"type": "reflection",
|
|
105
|
-
"declaration": {
|
|
106
|
-
"id": 4,
|
|
107
|
-
"name": "__type",
|
|
108
|
-
"kind": 65536,
|
|
109
|
-
"kindString": "Type literal",
|
|
110
|
-
"flags": {}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"id": 5,
|
|
116
|
-
"name": "context",
|
|
117
|
-
"kind": 32768,
|
|
118
|
-
"kindString": "Parameter",
|
|
119
|
-
"flags": {
|
|
120
|
-
"isOptional": true
|
|
121
|
-
},
|
|
122
|
-
"type": {
|
|
123
|
-
"type": "intrinsic",
|
|
124
|
-
"name": "any"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
],
|
|
128
|
-
"type": {
|
|
129
|
-
"type": "union",
|
|
130
|
-
"types": [
|
|
131
|
-
{
|
|
132
|
-
"type": "literal",
|
|
133
|
-
"value": null
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"type": "reference",
|
|
137
|
-
"typeArguments": [
|
|
138
|
-
{
|
|
139
|
-
"type": "intrinsic",
|
|
140
|
-
"name": "any"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"type": "intrinsic",
|
|
144
|
-
"name": "any"
|
|
145
|
-
}
|
|
146
|
-
],
|
|
147
|
-
"name": "ReactElement",
|
|
148
|
-
"qualifiedName": "React.ReactElement",
|
|
149
|
-
"package": "@types/react"
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
]
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"id": 6,
|
|
158
|
-
"name": "PixelDebuggerProvider",
|
|
159
|
-
"kind": 64,
|
|
160
|
-
"kindString": "Function",
|
|
161
|
-
"flags": {},
|
|
162
|
-
"sources": [
|
|
163
|
-
{
|
|
164
|
-
"fileName": "packages/pixel-debugger/src/components/PixelDebuggerProvider.tsx",
|
|
165
|
-
"line": 4,
|
|
166
|
-
"character": 13,
|
|
167
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/components/PixelDebuggerProvider.tsx#L4"
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
|
-
"signatures": [
|
|
171
|
-
{
|
|
172
|
-
"id": 7,
|
|
173
|
-
"name": "PixelDebuggerProvider",
|
|
174
|
-
"kind": 4096,
|
|
175
|
-
"kindString": "Call signature",
|
|
176
|
-
"flags": {},
|
|
177
|
-
"parameters": [
|
|
178
|
-
{
|
|
179
|
-
"id": 8,
|
|
180
|
-
"name": "props",
|
|
181
|
-
"kind": 32768,
|
|
182
|
-
"kindString": "Parameter",
|
|
183
|
-
"flags": {},
|
|
184
|
-
"type": {
|
|
185
|
-
"type": "reference",
|
|
186
|
-
"typeArguments": [
|
|
187
|
-
{
|
|
188
|
-
"type": "intrinsic",
|
|
189
|
-
"name": "unknown"
|
|
190
|
-
}
|
|
191
|
-
],
|
|
192
|
-
"name": "WithChildren"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"id": 9,
|
|
197
|
-
"name": "context",
|
|
198
|
-
"kind": 32768,
|
|
199
|
-
"kindString": "Parameter",
|
|
200
|
-
"flags": {
|
|
201
|
-
"isOptional": true
|
|
202
|
-
},
|
|
203
|
-
"type": {
|
|
204
|
-
"type": "intrinsic",
|
|
205
|
-
"name": "any"
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
],
|
|
209
|
-
"type": {
|
|
210
|
-
"type": "union",
|
|
211
|
-
"types": [
|
|
212
|
-
{
|
|
213
|
-
"type": "literal",
|
|
214
|
-
"value": null
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"type": "reference",
|
|
218
|
-
"typeArguments": [
|
|
219
|
-
{
|
|
220
|
-
"type": "intrinsic",
|
|
221
|
-
"name": "any"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"type": "intrinsic",
|
|
225
|
-
"name": "any"
|
|
226
|
-
}
|
|
227
|
-
],
|
|
228
|
-
"name": "ReactElement",
|
|
229
|
-
"qualifiedName": "React.ReactElement",
|
|
230
|
-
"package": "@types/react"
|
|
231
|
-
}
|
|
232
|
-
]
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"id": 10,
|
|
239
|
-
"name": "PixelDebuggerToggle",
|
|
240
|
-
"kind": 64,
|
|
241
|
-
"kindString": "Function",
|
|
242
|
-
"flags": {},
|
|
243
|
-
"sources": [
|
|
244
|
-
{
|
|
245
|
-
"fileName": "packages/pixel-debugger/src/components/PixelDebuggerToggle.tsx",
|
|
246
|
-
"line": 6,
|
|
247
|
-
"character": 13,
|
|
248
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/components/PixelDebuggerToggle.tsx#L6"
|
|
249
|
-
}
|
|
250
|
-
],
|
|
251
|
-
"signatures": [
|
|
252
|
-
{
|
|
253
|
-
"id": 11,
|
|
254
|
-
"name": "PixelDebuggerToggle",
|
|
255
|
-
"kind": 4096,
|
|
256
|
-
"kindString": "Call signature",
|
|
257
|
-
"flags": {},
|
|
258
|
-
"parameters": [
|
|
259
|
-
{
|
|
260
|
-
"id": 12,
|
|
261
|
-
"name": "props",
|
|
262
|
-
"kind": 32768,
|
|
263
|
-
"kindString": "Parameter",
|
|
264
|
-
"flags": {},
|
|
265
|
-
"type": {
|
|
266
|
-
"type": "reference",
|
|
267
|
-
"name": "BusyBoxProps"
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"id": 13,
|
|
272
|
-
"name": "context",
|
|
273
|
-
"kind": 32768,
|
|
274
|
-
"kindString": "Parameter",
|
|
275
|
-
"flags": {
|
|
276
|
-
"isOptional": true
|
|
277
|
-
},
|
|
278
|
-
"type": {
|
|
279
|
-
"type": "intrinsic",
|
|
280
|
-
"name": "any"
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
"type": {
|
|
285
|
-
"type": "union",
|
|
286
|
-
"types": [
|
|
287
|
-
{
|
|
288
|
-
"type": "literal",
|
|
289
|
-
"value": null
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"type": "reference",
|
|
293
|
-
"typeArguments": [
|
|
294
|
-
{
|
|
295
|
-
"type": "intrinsic",
|
|
296
|
-
"name": "any"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"type": "intrinsic",
|
|
300
|
-
"name": "any"
|
|
301
|
-
}
|
|
302
|
-
],
|
|
303
|
-
"name": "ReactElement",
|
|
304
|
-
"qualifiedName": "React.ReactElement",
|
|
305
|
-
"package": "@types/react"
|
|
306
|
-
}
|
|
307
|
-
]
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
]
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"id": 14,
|
|
314
|
-
"name": "usePixelAltSendHandler",
|
|
315
|
-
"kind": 64,
|
|
316
|
-
"kindString": "Function",
|
|
317
|
-
"flags": {},
|
|
318
|
-
"sources": [
|
|
319
|
-
{
|
|
320
|
-
"fileName": "packages/pixel-debugger/src/hooks/usePixelAltSendHandler.ts",
|
|
321
|
-
"line": 4,
|
|
322
|
-
"character": 13,
|
|
323
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/hooks/usePixelAltSendHandler.ts#L4"
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
"signatures": [
|
|
327
|
-
{
|
|
328
|
-
"id": 15,
|
|
329
|
-
"name": "usePixelAltSendHandler",
|
|
330
|
-
"kind": 4096,
|
|
331
|
-
"kindString": "Call signature",
|
|
332
|
-
"flags": {},
|
|
333
|
-
"parameters": [
|
|
334
|
-
{
|
|
335
|
-
"id": 16,
|
|
336
|
-
"name": "altHandler",
|
|
337
|
-
"kind": 32768,
|
|
338
|
-
"kindString": "Parameter",
|
|
339
|
-
"flags": {},
|
|
340
|
-
"type": {
|
|
341
|
-
"type": "reflection",
|
|
342
|
-
"declaration": {
|
|
343
|
-
"id": 17,
|
|
344
|
-
"name": "__type",
|
|
345
|
-
"kind": 65536,
|
|
346
|
-
"kindString": "Type literal",
|
|
347
|
-
"flags": {},
|
|
348
|
-
"sources": [
|
|
349
|
-
{
|
|
350
|
-
"fileName": "packages/pixel-debugger/src/hooks/usePixelAltSendHandler.ts",
|
|
351
|
-
"line": 4,
|
|
352
|
-
"character": 51,
|
|
353
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/hooks/usePixelAltSendHandler.ts#L4"
|
|
354
|
-
}
|
|
355
|
-
],
|
|
356
|
-
"signatures": [
|
|
357
|
-
{
|
|
358
|
-
"id": 18,
|
|
359
|
-
"name": "__type",
|
|
360
|
-
"kind": 4096,
|
|
361
|
-
"kindString": "Call signature",
|
|
362
|
-
"flags": {},
|
|
363
|
-
"parameters": [
|
|
364
|
-
{
|
|
365
|
-
"id": 19,
|
|
366
|
-
"name": "event",
|
|
367
|
-
"kind": 32768,
|
|
368
|
-
"kindString": "Parameter",
|
|
369
|
-
"flags": {},
|
|
370
|
-
"type": {
|
|
371
|
-
"type": "intrinsic",
|
|
372
|
-
"name": "string"
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"id": 20,
|
|
377
|
-
"name": "fields",
|
|
378
|
-
"kind": 32768,
|
|
379
|
-
"kindString": "Parameter",
|
|
380
|
-
"flags": {
|
|
381
|
-
"isOptional": true
|
|
382
|
-
},
|
|
383
|
-
"type": {
|
|
384
|
-
"type": "reference",
|
|
385
|
-
"typeArguments": [
|
|
386
|
-
{
|
|
387
|
-
"type": "intrinsic",
|
|
388
|
-
"name": "string"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"type": "intrinsic",
|
|
392
|
-
"name": "unknown"
|
|
393
|
-
}
|
|
394
|
-
],
|
|
395
|
-
"name": "Record",
|
|
396
|
-
"qualifiedName": "Record",
|
|
397
|
-
"package": "typescript"
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"type": {
|
|
402
|
-
"type": "intrinsic",
|
|
403
|
-
"name": "void"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
]
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
],
|
|
411
|
-
"type": {
|
|
412
|
-
"type": "intrinsic",
|
|
413
|
-
"name": "void"
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
]
|
|
417
|
-
}
|
|
418
|
-
],
|
|
419
|
-
"groups": [
|
|
420
|
-
{
|
|
421
|
-
"title": "Interfaces",
|
|
422
|
-
"children": [
|
|
423
|
-
21
|
|
424
|
-
]
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"title": "Functions",
|
|
428
|
-
"children": [
|
|
429
|
-
1,
|
|
430
|
-
6,
|
|
431
|
-
10,
|
|
432
|
-
14
|
|
433
|
-
]
|
|
434
|
-
}
|
|
435
|
-
],
|
|
436
|
-
"sources": [
|
|
437
|
-
{
|
|
438
|
-
"fileName": "packages/pixel-debugger/src/index.ts",
|
|
439
|
-
"line": 1,
|
|
440
|
-
"character": 0,
|
|
441
|
-
"url": "https://github.com/xylabs/sdk-react/blob/07d5d90/packages/pixel-debugger/src/index.ts#L1"
|
|
442
|
-
}
|
|
443
|
-
]
|
|
444
|
-
}
|