@xyo-network/react-chain-transfer-plugin 1.16.14 → 1.16.15

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/README.md +52 -24
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -48,7 +48,6 @@ XYO Layer One API
48
48
  ```ts
49
49
  optional border:
50
50
  | ResponsiveStyleValue<
51
- | undefined
52
51
  | number
53
52
  | string & object
54
53
  | "inset"
@@ -211,7 +210,6 @@ optional border:
211
210
  | "teal"
212
211
  | "thistle"
213
212
  | "tomato"
214
- | "transparent"
215
213
  | "turquoise"
216
214
  | "violet"
217
215
  | "wheat"
@@ -219,18 +217,33 @@ optional border:
219
217
  | "whitesmoke"
220
218
  | "yellow"
221
219
  | "yellowgreen"
220
+ | "transparent"
221
+ | "AccentColor"
222
+ | "AccentColorText"
223
+ | "ActiveText"
224
+ | "ButtonBorder"
225
+ | "ButtonFace"
226
+ | "ButtonText"
227
+ | "Canvas"
228
+ | "CanvasText"
229
+ | "Field"
230
+ | "FieldText"
231
+ | "GrayText"
232
+ | "Highlight"
233
+ | "HighlightText"
234
+ | "LinkText"
235
+ | "Mark"
236
+ | "MarkText"
237
+ | "SelectedItem"
238
+ | "SelectedItemText"
239
+ | "VisitedText"
222
240
  | "ActiveBorder"
223
241
  | "ActiveCaption"
224
242
  | "AppWorkspace"
225
243
  | "Background"
226
- | "ButtonFace"
227
244
  | "ButtonHighlight"
228
245
  | "ButtonShadow"
229
- | "ButtonText"
230
246
  | "CaptionText"
231
- | "GrayText"
232
- | "Highlight"
233
- | "HighlightText"
234
247
  | "InactiveBorder"
235
248
  | "InactiveCaption"
236
249
  | "InactiveCaptionText"
@@ -247,9 +260,9 @@ optional border:
247
260
  | "Window"
248
261
  | "WindowFrame"
249
262
  | "WindowText"
250
- | "currentcolor">
263
+ | "currentColor"
264
+ | undefined>
251
265
  | (theme) => ResponsiveStyleValue<
252
- | undefined
253
266
  | number
254
267
  | string & object
255
268
  | "inset"
@@ -412,7 +425,6 @@ optional border:
412
425
  | "teal"
413
426
  | "thistle"
414
427
  | "tomato"
415
- | "transparent"
416
428
  | "turquoise"
417
429
  | "violet"
418
430
  | "wheat"
@@ -420,18 +432,33 @@ optional border:
420
432
  | "whitesmoke"
421
433
  | "yellow"
422
434
  | "yellowgreen"
435
+ | "transparent"
436
+ | "AccentColor"
437
+ | "AccentColorText"
438
+ | "ActiveText"
439
+ | "ButtonBorder"
440
+ | "ButtonFace"
441
+ | "ButtonText"
442
+ | "Canvas"
443
+ | "CanvasText"
444
+ | "Field"
445
+ | "FieldText"
446
+ | "GrayText"
447
+ | "Highlight"
448
+ | "HighlightText"
449
+ | "LinkText"
450
+ | "Mark"
451
+ | "MarkText"
452
+ | "SelectedItem"
453
+ | "SelectedItemText"
454
+ | "VisitedText"
423
455
  | "ActiveBorder"
424
456
  | "ActiveCaption"
425
457
  | "AppWorkspace"
426
458
  | "Background"
427
- | "ButtonFace"
428
459
  | "ButtonHighlight"
429
460
  | "ButtonShadow"
430
- | "ButtonText"
431
461
  | "CaptionText"
432
- | "GrayText"
433
- | "Highlight"
434
- | "HighlightText"
435
462
  | "InactiveBorder"
436
463
  | "InactiveCaption"
437
464
  | "InactiveCaptionText"
@@ -448,7 +475,8 @@ optional border:
448
475
  | "Window"
449
476
  | "WindowFrame"
450
477
  | "WindowText"
451
- | "currentcolor">;
478
+ | "currentColor"
479
+ | undefined>;
452
480
  ```
453
481
 
454
482
  ### Inherited from
@@ -1087,8 +1115,8 @@ FlexBoxProps.color
1087
1115
 
1088
1116
  ```ts
1089
1117
  optional zIndex:
1090
- | ResponsiveStyleValue<undefined | string | string & object | number & object>
1091
- | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
1118
+ | ResponsiveStyleValue<string | string & object | number & object | undefined>
1119
+ | (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
1092
1120
  ```
1093
1121
 
1094
1122
  ### Inherited from
@@ -1951,8 +1979,8 @@ FlexBoxProps.paddingBlockEnd
1951
1979
 
1952
1980
  ```ts
1953
1981
  optional typography:
1954
- | ResponsiveStyleValue<undefined | string>
1955
- | (theme) => ResponsiveStyleValue<undefined | string>;
1982
+ | ResponsiveStyleValue<string | undefined>
1983
+ | (theme) => ResponsiveStyleValue<string | undefined>;
1956
1984
  ```
1957
1985
 
1958
1986
  ### Inherited from
@@ -2015,8 +2043,8 @@ FlexBoxProps.fontStyle
2015
2043
 
2016
2044
  ```ts
2017
2045
  optional fontWeight:
2018
- | ResponsiveStyleValue<undefined | string | string & object | number & object>
2019
- | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
2046
+ | ResponsiveStyleValue<string | string & object | number & object | undefined>
2047
+ | (theme) => ResponsiveStyleValue<string | string & object | number & object | undefined>;
2020
2048
  ```
2021
2049
 
2022
2050
  ### Inherited from
@@ -2079,8 +2107,8 @@ FlexBoxProps.textAlign
2079
2107
 
2080
2108
  ```ts
2081
2109
  optional textTransform:
2082
- | ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>
2083
- | (theme) => ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>;
2110
+ | ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
2111
+ | (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>;
2084
2112
  ```
2085
2113
 
2086
2114
  ### Inherited from
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/react-chain-transfer-plugin",
4
- "version": "1.16.14",
4
+ "version": "1.16.15",
5
5
  "description": "XYO Layer One API",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -49,11 +49,11 @@
49
49
  "@mui/material": "~7.3.5",
50
50
  "@xylabs/react-flexbox": "~7.1.8",
51
51
  "@xylabs/sdk-js": "~5.0.34",
52
- "@xyo-network/react-chain-blockies": "~1.16.14",
53
- "@xyo-network/react-chain-network": "~1.16.14",
52
+ "@xyo-network/react-chain-blockies": "~1.16.15",
53
+ "@xyo-network/react-chain-network": "~1.16.15",
54
54
  "@xyo-network/react-event": "~7.3.10",
55
55
  "@xyo-network/react-payload-plugin": "~7.3.10",
56
- "@xyo-network/xl1-network-model": "~1.16.14",
56
+ "@xyo-network/xl1-network-model": "~1.16.15",
57
57
  "@xyo-network/xl1-protocol": "~1.13.11"
58
58
  },
59
59
  "devDependencies": {