@xyo-network/react-payload 2.40.22 → 2.40.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 +75 -21
  2. package/package.json +15 -15
package/dist/docs.json CHANGED
@@ -13017,8 +13017,8 @@
13017
13017
  "sources": [
13018
13018
  {
13019
13019
  "fileName": "packages/sdk/packages/payload/packages/plugin/dist/esm/components/XyoPayloadDetailsBox.d.ts",
13020
- "line": 4,
13021
- "character": 21
13020
+ "line": 3,
13021
+ "character": 14
13022
13022
  }
13023
13023
  ],
13024
13024
  "signatures": [
@@ -13028,6 +13028,14 @@
13028
13028
  "kind": 4096,
13029
13029
  "kindString": "Call signature",
13030
13030
  "flags": {},
13031
+ "comment": {
13032
+ "summary": [
13033
+ {
13034
+ "kind": "text",
13035
+ "text": "**NOTE**: Exotic components are not callable."
13036
+ }
13037
+ ]
13038
+ },
13031
13039
  "parameters": [
13032
13040
  {
13033
13041
  "id": 145,
@@ -13065,11 +13073,39 @@
13065
13073
  "kind": 65536,
13066
13074
  "kindString": "Type literal",
13067
13075
  "flags": {},
13076
+ "children": [
13077
+ {
13078
+ "id": 147,
13079
+ "name": "schema",
13080
+ "kind": 1024,
13081
+ "kindString": "Property",
13082
+ "flags": {},
13083
+ "sources": [
13084
+ {
13085
+ "fileName": "packages/sdk/packages/payload/packages/plugin/dist/esm/components/XyoPayloadDetailsBox.d.ts",
13086
+ "line": 4,
13087
+ "character": 4
13088
+ }
13089
+ ],
13090
+ "type": {
13091
+ "type": "intrinsic",
13092
+ "name": "string"
13093
+ }
13094
+ }
13095
+ ],
13096
+ "groups": [
13097
+ {
13098
+ "title": "Properties",
13099
+ "children": [
13100
+ 147
13101
+ ]
13102
+ }
13103
+ ],
13068
13104
  "sources": [
13069
13105
  {
13070
- "fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
13071
- "line": 18,
13072
- "character": 17
13106
+ "fileName": "packages/sdk/packages/payload/packages/plugin/dist/esm/components/XyoPayloadDetailsBox.d.ts",
13107
+ "line": 3,
13108
+ "character": 193
13073
13109
  }
13074
13110
  ]
13075
13111
  }
@@ -13084,22 +13120,23 @@
13084
13120
  "name": "BusyBoxProps",
13085
13121
  "qualifiedName": "BusyBoxProps",
13086
13122
  "package": "@xylabs/react-flexbox"
13123
+ },
13124
+ {
13125
+ "type": "reference",
13126
+ "typeArguments": [
13127
+ {
13128
+ "type": "reference",
13129
+ "name": "HTMLDivElement",
13130
+ "qualifiedName": "HTMLDivElement",
13131
+ "package": "typescript"
13132
+ }
13133
+ ],
13134
+ "name": "RefAttributes",
13135
+ "qualifiedName": "React.RefAttributes",
13136
+ "package": "@types/react"
13087
13137
  }
13088
13138
  ]
13089
13139
  }
13090
- },
13091
- {
13092
- "id": 147,
13093
- "name": "context",
13094
- "kind": 32768,
13095
- "kindString": "Parameter",
13096
- "flags": {
13097
- "isOptional": true
13098
- },
13099
- "type": {
13100
- "type": "intrinsic",
13101
- "name": "any"
13102
- }
13103
13140
  }
13104
13141
  ],
13105
13142
  "type": {
@@ -13117,8 +13154,25 @@
13117
13154
  "name": "any"
13118
13155
  },
13119
13156
  {
13120
- "type": "intrinsic",
13121
- "name": "any"
13157
+ "type": "union",
13158
+ "types": [
13159
+ {
13160
+ "type": "intrinsic",
13161
+ "name": "string"
13162
+ },
13163
+ {
13164
+ "type": "reference",
13165
+ "typeArguments": [
13166
+ {
13167
+ "type": "intrinsic",
13168
+ "name": "any"
13169
+ }
13170
+ ],
13171
+ "name": "JSXElementConstructor",
13172
+ "qualifiedName": "React.JSXElementConstructor",
13173
+ "package": "@types/react"
13174
+ }
13175
+ ]
13122
13176
  }
13123
13177
  ],
13124
13178
  "name": "ReactElement",
@@ -14405,7 +14459,7 @@
14405
14459
  "fileName": "packages/sdk/packages/payload/src/index.ts",
14406
14460
  "line": 1,
14407
14461
  "character": 0,
14408
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/18b68da2/packages/sdk/packages/payload/src/index.ts#L1"
14462
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c1365600/packages/sdk/packages/payload/src/index.ts#L1"
14409
14463
  }
14410
14464
  ]
14411
14465
  }
package/package.json CHANGED
@@ -15,20 +15,20 @@
15
15
  "@xylabs/react-identicon": "^2.15.1",
16
16
  "@xylabs/react-quick-tip-button": "^2.15.1",
17
17
  "@xylabs/react-shared": "^2.15.1",
18
- "@xyo-network/react-archivist": "^2.40.22",
19
- "@xyo-network/react-error": "^2.40.22",
20
- "@xyo-network/react-event": "^2.40.22",
21
- "@xyo-network/react-network": "^2.40.22",
22
- "@xyo-network/react-payload-context": "^2.40.22",
23
- "@xyo-network/react-payload-details": "^2.40.22",
24
- "@xyo-network/react-payload-diviner": "^2.40.22",
25
- "@xyo-network/react-payload-plugin": "^2.40.22",
26
- "@xyo-network/react-payload-plugin-resolver": "^2.40.22",
27
- "@xyo-network/react-payload-table": "^2.40.22",
28
- "@xyo-network/react-property": "^2.40.22",
29
- "@xyo-network/react-schema": "^2.40.22",
30
- "@xyo-network/react-shared": "^2.40.22",
31
- "@xyo-network/react-table": "^2.40.22",
18
+ "@xyo-network/react-archivist": "^2.40.24",
19
+ "@xyo-network/react-error": "^2.40.24",
20
+ "@xyo-network/react-event": "^2.40.24",
21
+ "@xyo-network/react-network": "^2.40.24",
22
+ "@xyo-network/react-payload-context": "^2.40.24",
23
+ "@xyo-network/react-payload-details": "^2.40.24",
24
+ "@xyo-network/react-payload-diviner": "^2.40.24",
25
+ "@xyo-network/react-payload-plugin": "^2.40.24",
26
+ "@xyo-network/react-payload-plugin-resolver": "^2.40.24",
27
+ "@xyo-network/react-payload-table": "^2.40.24",
28
+ "@xyo-network/react-property": "^2.40.24",
29
+ "@xyo-network/react-schema": "^2.40.24",
30
+ "@xyo-network/react-shared": "^2.40.24",
31
+ "@xyo-network/react-table": "^2.40.24",
32
32
  "react-json-view": "^1.21.3",
33
33
  "tslib": "^2.4.1"
34
34
  },
@@ -94,5 +94,5 @@
94
94
  },
95
95
  "sideEffects": false,
96
96
  "types": "dist/esm/index.d.ts",
97
- "version": "2.40.22"
97
+ "version": "2.40.24"
98
98
  }