@xyo-network/react-payload 2.41.23 → 2.41.24

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.
Files changed (2) hide show
  1. package/dist/docs.json +76 -93
  2. package/package.json +10 -10
package/dist/docs.json CHANGED
@@ -338,14 +338,14 @@
338
338
  ]
339
339
  },
340
340
  {
341
- "id": 9,
341
+ "id": 10,
342
342
  "name": "PayloadContextState",
343
343
  "kind": 256,
344
344
  "kindString": "Interface",
345
345
  "flags": {},
346
346
  "children": [
347
347
  {
348
- "id": 10,
348
+ "id": 11,
349
349
  "name": "payload",
350
350
  "kind": 1024,
351
351
  "kindString": "Property",
@@ -355,52 +355,35 @@
355
355
  "sources": [
356
356
  {
357
357
  "fileName": "packages/sdk/packages/payload/packages/context/dist/esm/contexts/Payload/State.d.ts",
358
- "line": 5,
358
+ "line": 6,
359
359
  "character": 4
360
360
  }
361
361
  ],
362
362
  "type": {
363
- "type": "union",
364
- "types": [
365
- {
366
- "type": "literal",
367
- "value": null
368
- },
369
- {
370
- "type": "intersection",
371
- "types": [
372
- {
373
- "type": "reference",
374
- "name": "SchemaFields",
375
- "qualifiedName": "SchemaFields",
376
- "package": "@xyo-network/payload-model"
377
- },
378
- {
379
- "type": "reference",
380
- "name": "PayloadFields",
381
- "qualifiedName": "PayloadFields",
382
- "package": "@xyo-network/payload-model"
383
- },
384
- {
385
- "type": "reflection",
386
- "declaration": {
387
- "id": 11,
388
- "name": "__type",
389
- "kind": 65536,
390
- "kindString": "Type literal",
391
- "flags": {},
392
- "sources": [
393
- {
394
- "fileName": "node_modules/@xyo-network/payload-model/dist/esm/XyoPayload.d.ts",
395
- "line": 18,
396
- "character": 17
397
- }
398
- ]
399
- }
400
- }
401
- ]
402
- }
403
- ]
363
+ "type": "reference",
364
+ "name": "PayloadFromHash"
365
+ }
366
+ },
367
+ {
368
+ "id": 13,
369
+ "name": "payloadError",
370
+ "kind": 1024,
371
+ "kindString": "Property",
372
+ "flags": {
373
+ "isOptional": true
374
+ },
375
+ "sources": [
376
+ {
377
+ "fileName": "packages/sdk/packages/payload/packages/context/dist/esm/contexts/Payload/State.d.ts",
378
+ "line": 8,
379
+ "character": 4
380
+ }
381
+ ],
382
+ "type": {
383
+ "type": "reference",
384
+ "name": "Error",
385
+ "qualifiedName": "Error",
386
+ "package": "typescript"
404
387
  }
405
388
  },
406
389
  {
@@ -436,7 +419,7 @@
436
419
  "sources": [
437
420
  {
438
421
  "fileName": "packages/sdk/packages/payload/packages/context/dist/esm/contexts/Payload/State.d.ts",
439
- "line": 6,
422
+ "line": 7,
440
423
  "character": 4
441
424
  }
442
425
  ],
@@ -444,38 +427,16 @@
444
427
  "type": "reference",
445
428
  "typeArguments": [
446
429
  {
447
- "type": "intersection",
448
- "types": [
449
- {
450
- "type": "reference",
451
- "name": "SchemaFields",
452
- "qualifiedName": "SchemaFields",
453
- "package": "@xyo-network/payload-model"
454
- },
430
+ "type": "reference",
431
+ "typeArguments": [
455
432
  {
456
433
  "type": "reference",
457
- "name": "PayloadFields",
458
- "qualifiedName": "PayloadFields",
459
- "package": "@xyo-network/payload-model"
460
- },
461
- {
462
- "type": "reflection",
463
- "declaration": {
464
- "id": 13,
465
- "name": "__type",
466
- "kind": 65536,
467
- "kindString": "Type literal",
468
- "flags": {},
469
- "sources": [
470
- {
471
- "fileName": "node_modules/@xyo-network/payload-model/dist/esm/XyoPayload.d.ts",
472
- "line": 18,
473
- "character": 17
474
- }
475
- ]
476
- }
434
+ "name": "PayloadFromHash"
477
435
  }
478
- ]
436
+ ],
437
+ "name": "SetStateAction",
438
+ "qualifiedName": "React.SetStateAction",
439
+ "package": "@types/react"
479
440
  }
480
441
  ],
481
442
  "name": "Dispatch",
@@ -488,7 +449,8 @@
488
449
  {
489
450
  "title": "Properties",
490
451
  "children": [
491
- 10,
452
+ 11,
453
+ 13,
492
454
  14,
493
455
  12
494
456
  ]
@@ -497,7 +459,7 @@
497
459
  "sources": [
498
460
  {
499
461
  "fileName": "packages/sdk/packages/payload/packages/context/dist/esm/contexts/Payload/State.d.ts",
500
- "line": 4,
462
+ "line": 5,
501
463
  "character": 17
502
464
  }
503
465
  ],
@@ -1547,6 +1509,26 @@
1547
1509
  "kindString": "Interface",
1548
1510
  "flags": {},
1549
1511
  "children": [
1512
+ {
1513
+ "id": 5,
1514
+ "name": "archive",
1515
+ "kind": 1024,
1516
+ "kindString": "Property",
1517
+ "flags": {
1518
+ "isOptional": true
1519
+ },
1520
+ "sources": [
1521
+ {
1522
+ "fileName": "packages/sdk/packages/payload/packages/context/dist/esm/contexts/Payload/Provider.d.ts",
1523
+ "line": 6,
1524
+ "character": 4
1525
+ }
1526
+ ],
1527
+ "type": {
1528
+ "type": "intrinsic",
1529
+ "name": "string"
1530
+ }
1531
+ },
1550
1532
  {
1551
1533
  "id": 4,
1552
1534
  "name": "hash",
@@ -1592,6 +1574,7 @@
1592
1574
  {
1593
1575
  "title": "Properties",
1594
1576
  "children": [
1577
+ 5,
1595
1578
  4,
1596
1579
  3
1597
1580
  ]
@@ -9303,7 +9286,7 @@
9303
9286
  ]
9304
9287
  },
9305
9288
  {
9306
- "id": 5,
9289
+ "id": 6,
9307
9290
  "name": "PayloadProvider",
9308
9291
  "kind": 64,
9309
9292
  "kindString": "Function",
@@ -9311,20 +9294,20 @@
9311
9294
  "sources": [
9312
9295
  {
9313
9296
  "fileName": "packages/sdk/packages/payload/packages/context/dist/esm/contexts/Payload/Provider.d.ts",
9314
- "line": 7,
9297
+ "line": 8,
9315
9298
  "character": 21
9316
9299
  }
9317
9300
  ],
9318
9301
  "signatures": [
9319
9302
  {
9320
- "id": 6,
9303
+ "id": 7,
9321
9304
  "name": "PayloadProvider",
9322
9305
  "kind": 4096,
9323
9306
  "kindString": "Call signature",
9324
9307
  "flags": {},
9325
9308
  "parameters": [
9326
9309
  {
9327
- "id": 7,
9310
+ "id": 8,
9328
9311
  "name": "props",
9329
9312
  "kind": 32768,
9330
9313
  "kindString": "Parameter",
@@ -9344,7 +9327,7 @@
9344
9327
  }
9345
9328
  },
9346
9329
  {
9347
- "id": 8,
9330
+ "id": 9,
9348
9331
  "name": "context",
9349
9332
  "kind": 32768,
9350
9333
  "kindString": "Parameter",
@@ -9588,6 +9571,10 @@
9588
9571
  "type": "literal",
9589
9572
  "value": "children"
9590
9573
  },
9574
+ {
9575
+ "type": "literal",
9576
+ "value": "archive"
9577
+ },
9591
9578
  {
9592
9579
  "type": "literal",
9593
9580
  "value": "className"
@@ -10680,10 +10667,6 @@
10680
10667
  "type": "literal",
10681
10668
  "value": "rules"
10682
10669
  },
10683
- {
10684
- "type": "literal",
10685
- "value": "archive"
10686
- },
10687
10670
  {
10688
10671
  "type": "literal",
10689
10672
  "value": "exploreDomain"
@@ -10926,6 +10909,10 @@
10926
10909
  "type": "literal",
10927
10910
  "value": "children"
10928
10911
  },
10912
+ {
10913
+ "type": "literal",
10914
+ "value": "archive"
10915
+ },
10929
10916
  {
10930
10917
  "type": "literal",
10931
10918
  "value": "className"
@@ -12018,10 +12005,6 @@
12018
12005
  "type": "literal",
12019
12006
  "value": "rules"
12020
12007
  },
12021
- {
12022
- "type": "literal",
12023
- "value": "archive"
12024
- },
12025
12008
  {
12026
12009
  "type": "literal",
12027
12010
  "value": "exploreDomain"
@@ -14594,7 +14577,7 @@
14594
14577
  "types": [
14595
14578
  {
14596
14579
  "type": "reference",
14597
- "id": 9,
14580
+ "id": 10,
14598
14581
  "name": "PayloadContextState"
14599
14582
  },
14600
14583
  {
@@ -14882,7 +14865,7 @@
14882
14865
  {
14883
14866
  "title": "Interfaces",
14884
14867
  "children": [
14885
- 9,
14868
+ 10,
14886
14869
  90,
14887
14870
  325,
14888
14871
  320,
@@ -14957,7 +14940,7 @@
14957
14940
  315,
14958
14941
  51,
14959
14942
  253,
14960
- 5,
14943
+ 6,
14961
14944
  267,
14962
14945
  281,
14963
14946
  385,
@@ -14993,7 +14976,7 @@
14993
14976
  "fileName": "packages/sdk/packages/payload/src/index.ts",
14994
14977
  "line": 1,
14995
14978
  "character": 0,
14996
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d715a63b9/packages/sdk/packages/payload/src/index.ts#L1"
14979
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0bef6d688/packages/sdk/packages/payload/src/index.ts#L1"
14997
14980
  }
14998
14981
  ]
14999
14982
  }
package/package.json CHANGED
@@ -10,20 +10,20 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-payload-context": "^2.41.23",
14
- "@xyo-network/react-payload-details": "^2.41.23",
15
- "@xyo-network/react-payload-diviner": "^2.41.23",
16
- "@xyo-network/react-payload-plugin": "^2.41.23",
17
- "@xyo-network/react-payload-plugin-resolver": "^2.41.23",
18
- "@xyo-network/react-payload-table": "^2.41.23"
13
+ "@xyo-network/react-payload-context": "^2.41.24",
14
+ "@xyo-network/react-payload-details": "^2.41.24",
15
+ "@xyo-network/react-payload-diviner": "^2.41.24",
16
+ "@xyo-network/react-payload-plugin": "^2.41.24",
17
+ "@xyo-network/react-payload-plugin-resolver": "^2.41.24",
18
+ "@xyo-network/react-payload-table": "^2.41.24"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@xylabs/ts-scripts-yarn3": "2.12.0"
22
22
  },
23
23
  "peerDependencies": {
24
- "@mui/icons-material": "5.11.0",
25
- "@mui/material": "5.11.2",
26
- "@mui/styles": "5.11.2",
24
+ "@mui/icons-material": "^5",
25
+ "@mui/material": "^5",
26
+ "@mui/styles": "^5",
27
27
  "lodash": "^4.17.21",
28
28
  "react": "^18.2.0",
29
29
  "react-dom": "^18.2.0",
@@ -72,5 +72,5 @@
72
72
  },
73
73
  "sideEffects": false,
74
74
  "types": "dist/esm/index.d.ts",
75
- "version": "2.41.23"
75
+ "version": "2.41.24"
76
76
  }