@xyo-network/os-react-runtime 3.0.1 → 4.0.2

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,8 +1,8 @@
1
1
  import type { ButtonExProps } from '@xylabs/react-button';
2
2
  import React from 'react';
3
- export declare const StyledDappIconButtonEx: import("@emotion/styled").StyledComponent<ButtonExProps & React.RefAttributes<HTMLSpanElement> & import(".store/@mui-system-virtual-8503470a7a/package").MUIStyledCommonProps<import("@mui/material").Theme> & {
3
+ export declare const StyledDappIconButtonEx: import("@emotion/styled").StyledComponent<ButtonExProps & React.RefAttributes<HTMLSpanElement> & import(".store/@mui-system-virtual-3f269c0270/package").MUIStyledCommonProps<import("@mui/material").Theme> & {
4
4
  iconBgBaseColor?: string;
5
5
  }, {}, {}>;
6
- export declare const StyledDappName: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import(".store/@mui-system-virtual-8503470a7a/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
7
- export declare const StyledDefaultDappIcon: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import(".store/@mui-system-virtual-8503470a7a/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
6
+ export declare const StyledDappName: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import(".store/@mui-system-virtual-3f269c0270/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
7
+ export declare const StyledDefaultDappIcon: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import(".store/@mui-system-virtual-3f269c0270/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
8
8
  //# sourceMappingURL=StyledComponents.d.ts.map
@@ -16,7 +16,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
16
16
  className?: string | undefined;
17
17
  style?: React.CSSProperties | undefined;
18
18
  children?: React.ReactNode;
19
- variant?: import(".store/@mui-types-virtual-dbfde2226d/package").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
19
+ variant?: import(".store/@mui-types-virtual-7c908300d6/package").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
20
20
  form?: string | undefined;
21
21
  slot?: string | undefined;
22
22
  title?: string | undefined;
@@ -55,7 +55,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
55
55
  vocab?: string | undefined;
56
56
  autoCorrect?: string | undefined;
57
57
  autoSave?: string | undefined;
58
- color?: import(".store/@mui-types-virtual-dbfde2226d/package").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
58
+ color?: import(".store/@mui-types-virtual-7c908300d6/package").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
59
59
  itemProp?: string | undefined;
60
60
  itemScope?: boolean | undefined;
61
61
  itemType?: string | undefined;
@@ -299,7 +299,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
299
299
  endIcon?: React.ReactNode;
300
300
  fullWidth?: boolean | undefined;
301
301
  href?: string | undefined;
302
- size?: import(".store/@mui-types-virtual-dbfde2226d/package").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
302
+ size?: import(".store/@mui-types-virtual-7c908300d6/package").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
303
303
  startIcon?: React.ReactNode;
304
304
  formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
305
305
  formEncType?: string | undefined;
@@ -9,5 +9,5 @@ export interface DappsRowProps {
9
9
  xnsNodeUrl: string | undefined;
10
10
  }
11
11
  export declare const DappsRow: React.FC<DappsRowProps>;
12
- export declare const StyledGridContainer: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-8503470a7a/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
12
+ export declare const StyledGridContainer: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-3f269c0270/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
13
13
  //# sourceMappingURL=Row.d.ts.map
@@ -1,7 +1,7 @@
1
- export declare const StyledMenuIconWrapSpan: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-8503470a7a/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>>, {}>;
1
+ export declare const StyledMenuIconWrapSpan: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-3f269c0270/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>>, {}>;
2
2
  export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
- }, "classes" | "className" | "style" | "children" | "sx" | "autoFocus" | "tabIndex" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "selected" | "dense" | "disableGutters" | "divider">, "classes" | "className" | "style" | "children" | "sx" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "selected" | "dense" | "disableGutters" | "divider"> & import(".store/@mui-system-virtual-8503470a7a/package").MUIStyledCommonProps<import("@mui/material").Theme> & {
4
+ }, "classes" | "className" | "style" | "children" | "sx" | "autoFocus" | "tabIndex" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "selected" | "dense" | "disableGutters" | "divider">, "classes" | "className" | "style" | "children" | "sx" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "selected" | "dense" | "disableGutters" | "divider"> & import(".store/@mui-system-virtual-3f269c0270/package").MUIStyledCommonProps<import("@mui/material").Theme> & {
5
5
  active?: boolean;
6
6
  }, {}, {}>;
7
7
  //# sourceMappingURL=StyledListItems.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const StyledNetworkLoadingIndicator: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-8503470a7a/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>>, {}>;
1
+ export declare const StyledNetworkLoadingIndicator: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-3f269c0270/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>>, {}>;
2
2
  //# sourceMappingURL=StyledLoadingIndicator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../src/settings/Theme/ThemeProvider.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,KAAkB,MAAM,OAAO,CAAA;AAItC,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAarD,CAAA"}
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../src/settings/Theme/ThemeProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,KAAkB,MAAM,OAAO,CAAA;AAItC,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAarD,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/os-react-runtime",
3
- "version": "3.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,7 +29,7 @@
29
29
  "main": "dist/browser/index.mjs",
30
30
  "types": "dist/browser/index.d.ts",
31
31
  "dependencies": {
32
- "@mui/icons-material": "^6.1.2",
32
+ "@mui/icons-material": "^6.1.3",
33
33
  "@react-spring/web": "^9.7.5",
34
34
  "@xylabs/assert": "^4.1.0",
35
35
  "@xylabs/forget": "^4.1.0",
@@ -45,26 +45,26 @@
45
45
  "@xylabs/react-link": "^5.1.0",
46
46
  "@xylabs/react-promise": "^5.1.0",
47
47
  "@xylabs/react-shared": "^5.1.0",
48
- "@xyo-network/archivist-indexeddb": "^3.1.14",
49
- "@xyo-network/archivist-model": "^3.1.14",
50
- "@xyo-network/bios-browser": "^4.0.1",
51
- "@xyo-network/bios-model": "^4.0.1",
52
- "@xyo-network/diviner-boundwitness-indexeddb": "^3.1.14",
53
- "@xyo-network/diviner-model": "^3.1.14",
54
- "@xyo-network/diviner-payload-generic": "^3.1.14",
55
- "@xyo-network/diviner-payload-indexeddb": "^3.1.14",
56
- "@xyo-network/diviner-payload-model": "^3.1.14",
57
- "@xyo-network/kernel": "^4.0.1",
58
- "@xyo-network/kernel-model": "^4.0.1",
59
- "@xyo-network/module-abstract": "^3.1.14",
60
- "@xyo-network/module-events": "^3.1.14",
61
- "@xyo-network/module-factory-locator": "^3.1.14",
62
- "@xyo-network/node-model": "^3.1.14",
63
- "@xyo-network/os-model": "^4.0.1",
64
- "@xyo-network/os-react-debug": "^3.0.1",
65
- "@xyo-network/os-react-model": "^3.0.1",
66
- "@xyo-network/os-runtime": "^4.0.1",
67
- "@xyo-network/payload-model": "^3.1.14",
48
+ "@xyo-network/archivist-indexeddb": "^3.2.0",
49
+ "@xyo-network/archivist-model": "^3.2.0",
50
+ "@xyo-network/bios-browser": "^4.0.2",
51
+ "@xyo-network/bios-model": "^4.0.2",
52
+ "@xyo-network/diviner-boundwitness-indexeddb": "^3.2.0",
53
+ "@xyo-network/diviner-model": "^3.2.0",
54
+ "@xyo-network/diviner-payload-generic": "^3.2.0",
55
+ "@xyo-network/diviner-payload-indexeddb": "^3.2.0",
56
+ "@xyo-network/diviner-payload-model": "^3.2.0",
57
+ "@xyo-network/kernel": "^4.0.2",
58
+ "@xyo-network/kernel-model": "^4.0.2",
59
+ "@xyo-network/module-abstract": "^3.2.0",
60
+ "@xyo-network/module-events": "^3.2.0",
61
+ "@xyo-network/module-factory-locator": "^3.2.0",
62
+ "@xyo-network/node-model": "^3.2.0",
63
+ "@xyo-network/os-model": "^4.0.2",
64
+ "@xyo-network/os-react-debug": "^4.0.2",
65
+ "@xyo-network/os-react-model": "^4.0.2",
66
+ "@xyo-network/os-runtime": "^4.0.2",
67
+ "@xyo-network/payload-model": "^3.2.0",
68
68
  "@xyo-network/react-archivist": "^4.0.4",
69
69
  "@xyo-network/react-card": "^4.0.4",
70
70
  "@xyo-network/react-error": "^4.0.4",
@@ -73,7 +73,7 @@
73
73
  "@xyo-network/react-shared": "^4.0.4",
74
74
  "@xyo-network/react-table": "^4.0.4",
75
75
  "@xyo-network/react-wallet": "^4.0.4",
76
- "@xyo-network/wallet-model": "^3.1.14",
76
+ "@xyo-network/wallet-model": "^3.2.0",
77
77
  "country-region-data": "^3.0.0",
78
78
  "luxon": "^3.5.0",
79
79
  "react-helmet": "^6.1.0",
@@ -85,8 +85,8 @@
85
85
  "devDependencies": {
86
86
  "@emotion/react": "^11.13.3",
87
87
  "@emotion/styled": "^11.13.0",
88
- "@mui/material": "^6.1.2",
89
- "@mui/styles": "^6.1.2",
88
+ "@mui/material": "^6.1.3",
89
+ "@mui/styles": "^6.1.3",
90
90
  "@storybook/react": "^8.3.5",
91
91
  "@types/luxon": "^3.4.2",
92
92
  "@types/react": "^18.3.11",
@@ -99,7 +99,7 @@
99
99
  "react": "^18.3.1",
100
100
  "react-dom": "^18.3.1",
101
101
  "storybook": "^8.3.5",
102
- "typescript": "^5.6.2"
102
+ "typescript": "^5.6.3"
103
103
  },
104
104
  "peerDependencies": {
105
105
  "@emotion/react": "^11",
@@ -1,4 +1,3 @@
1
- // eslint-disable-next-line import-x/no-internal-modules
2
1
  import type { DefaultColorScheme } from '@mui/material/styles/createThemeWithVars.js'
3
2
  import { InvertibleMuiThemeProvider } from '@xylabs/react-invertible-theme'
4
3
  import type { WithChildren } from '@xylabs/react-shared'