@xyo-network/react-manifest 7.5.6 → 7.5.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-manifest",
3
- "version": "7.5.6",
3
+ "version": "7.5.8",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -47,7 +47,7 @@
47
47
  "@xylabs/react-promise": "~7.1.17",
48
48
  "@xyo-network/manifest": "~5.3.17",
49
49
  "@xyo-network/module-factory-locator": "~5.3.17",
50
- "@xyo-network/react-node-provider": "7.5.6",
50
+ "@xyo-network/react-node-provider": "7.5.8",
51
51
  "@xyo-network/wallet": "~5.3.17",
52
52
  "@xyo-network/wallet-model": "~5.3.17"
53
53
  },
@@ -56,6 +56,7 @@
56
56
  "@mui/material": "~7.3.9",
57
57
  "@storybook/react-vite": "~10.3.3",
58
58
  "@types/react": "^19.2.14",
59
+ "@xylabs/ts-scripts-common": "~7.5.6",
59
60
  "@xylabs/ts-scripts-yarn3": "~7.5.6",
60
61
  "@xylabs/tsconfig": "~7.5.6",
61
62
  "@xylabs/tsconfig-dom": "~7.5.6",
@@ -1,9 +0,0 @@
1
- import type { Meta } from '@storybook/react-vite';
2
- declare const _default: Meta;
3
- export default _default;
4
- declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./ManifestNodeProvider.tsx").ManifestNodeProviderProps>;
5
- declare const WithArchivist: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./ManifestNodeProvider.tsx").ManifestNodeProviderProps>;
6
- declare const WithSentinel: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./ManifestNodeProvider.tsx").ManifestNodeProviderProps>;
7
- declare const WithArchivistAndSentinel: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./ManifestNodeProvider.tsx").ManifestNodeProviderProps>;
8
- export { Default, WithArchivist, WithArchivistAndSentinel, WithSentinel, };
9
- //# sourceMappingURL=ManifestNodeProvider.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ManifestNodeProvider.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ManifestNodeProvider.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;wBASrD,IAAI;AAHT,wBAGS;AAMT,QAAA,MAAM,OAAO,6JAAoB,CAAA;AAEjC,QAAA,MAAM,aAAa,6JAAoB,CAAA;AAGvC,QAAA,MAAM,YAAY,6JAAoB,CAAA;AAGtC,QAAA,MAAM,wBAAwB,6JAAoB,CAAA;AAGlD,OAAO,EACL,OAAO,EAAE,aAAa,EAAE,wBAAwB,EAAE,YAAY,GAC/D,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { CreatablePackageManifest } from '../../types/index.ts';
2
- export declare const ArchivistManifestNode: CreatablePackageManifest;
3
- //# sourceMappingURL=ArchivistNode.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ArchivistNode.d.ts","sourceRoot":"","sources":["../../../../src/stories/archivist/ArchivistNode.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAA;AAGpE,eAAO,MAAM,qBAAqB,EAAE,wBAInC,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './ArchivistNode.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/stories/archivist/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './archivist/index.ts';
2
- export * from './sentinel/index.ts';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stories/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,qBAAqB,CAAA"}
@@ -1,21 +0,0 @@
1
- import { AbstractDiviner } from '@xyo-network/diviner-abstract';
2
- import type { DivinerParams } from '@xyo-network/diviner-model';
3
- import { type Payload, type Schema } from '@xyo-network/payload-model';
4
- import type { TimeStamp } from '@xyo-network/witness-timestamp';
5
- export declare const AddDayDivinerResultSchema: "network.xyo.timestamp.add.day" & {
6
- readonly __schema: true;
7
- };
8
- export type AddDayDivinerResultSchema = typeof AddDayDivinerResultSchema;
9
- export type AddDayDivinerResult = TimeStamp & {
10
- schema: AddDayDivinerResultSchema;
11
- };
12
- export declare const AddDayDivinerConfigSchema: "network.xyo.add.day.diviner.config" & {
13
- readonly __schema: true;
14
- };
15
- export type AddDayDivinerConfigSchema = typeof AddDayDivinerConfigSchema;
16
- export declare class AddDayDiviner<TParams extends DivinerParams = DivinerParams> extends AbstractDiviner<TParams> {
17
- static readonly configSchemas: Schema[];
18
- static readonly defaultConfigSchema: Schema;
19
- protected divineHandler: (payloads?: Payload[]) => Payload[];
20
- }
21
- //# sourceMappingURL=AddDayDiviner.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AddDayDiviner.d.ts","sourceRoot":"","sources":["../../../../../src/stories/modules/diviners/AddDayDiviner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,EACK,KAAK,OAAO,EAAE,KAAK,MAAM,EACpC,MAAM,4BAA4B,CAAA;AACnC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAG/D,eAAO,MAAM,yBAAyB;;CAAkD,CAAA;AACxF,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAA;AAExE,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG;IAC5C,MAAM,EAAE,yBAAyB,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,yBAAyB;;CAAuD,CAAA;AAC7F,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAA;AAExE,qBAAa,aAAa,CAAC,OAAO,SAAS,aAAa,GAAG,aAAa,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IACxG,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAsD;IACtG,gBAAyB,mBAAmB,EAAE,MAAM,CAA4B;IAChF,UAAmB,aAAa,GAAI,WAAW,OAAO,EAAE,KAAG,OAAO,EAAE,CAWnE;CACF"}
@@ -1,2 +0,0 @@
1
- export * from './AddDayDiviner.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/stories/modules/diviners/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './diviners/index.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/stories/modules/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { CreatablePackageManifest } from '../../types/index.ts';
2
- export declare const SentinelManifestNode: CreatablePackageManifest;
3
- //# sourceMappingURL=SentinelNode.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SentinelNode.d.ts","sourceRoot":"","sources":["../../../../src/stories/sentinel/SentinelNode.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAA;AAIpE,eAAO,MAAM,oBAAoB,EAAE,wBAKlC,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './SentinelNode.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/stories/sentinel/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}