@xyo-network/react-storybook 4.4.5 → 4.4.6

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.
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { BoundWitness } from '@xyo-network/boundwitness-model';
3
+ import * as _xyo_network_payload_model from '@xyo-network/payload-model';
3
4
  import { Decorator } from '@storybook/react';
4
5
 
5
6
  declare const DefaultSeedPhrase = "later puppy sound rebuild rebuild noise ozone amazing hope broccoli crystal grief";
@@ -251,6 +252,8 @@ declare const samplePayloadFromBuilder: {
251
252
  _archive: string;
252
253
  schema: "network.xyo.temp";
253
254
  test: string;
255
+ $sources?: Lowercase<string>[] | undefined;
256
+ $opCodes?: _xyo_network_payload_model.OpCode[] | undefined;
254
257
  };
255
258
  declare const sampleIdPayload: {
256
259
  salt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-storybook",
3
- "version": "4.4.5",
3
+ "version": "4.4.6",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,17 +43,17 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/react": "^8.5.5",
47
- "@xyo-network/boundwitness-model": "^3.9.2",
48
- "@xyo-network/payload-model": "^3.9.2",
49
- "storybook": "^8.5.5"
46
+ "@storybook/react": "^8.6.0",
47
+ "@xyo-network/boundwitness-model": "^3.9.17",
48
+ "@xyo-network/payload-model": "^3.9.17",
49
+ "storybook": "^8.6.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@mui/icons-material": "^6.4.4",
53
- "@mui/material": "^6.4.4",
54
- "@mui/styles": "^6.4.4",
55
- "@xylabs/ts-scripts-yarn3": "^5.0.24",
56
- "@xylabs/tsconfig-react": "^5.0.24",
52
+ "@mui/icons-material": "^6.4.5",
53
+ "@mui/material": "^6.4.5",
54
+ "@mui/styles": "^6.4.5",
55
+ "@xylabs/ts-scripts-yarn3": "^5.0.25",
56
+ "@xylabs/tsconfig-react": "^5.0.25",
57
57
  "react": "^18.3.1",
58
58
  "react-dom": "^18.3.1",
59
59
  "typescript": "^5.7.3"