@xyo-network/os-react-runtime 5.0.5 → 5.0.7
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/dist/browser/index.mjs +3520 -3539
- package/dist/browser/index.mjs.map +1 -1
- package/dist/types/helpers/BridgeActivityHelper.d.ts +1 -1
- package/dist/types/index.d.ts +1 -6
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/interfaces/StackReady.d.ts +6 -0
- package/dist/types/interfaces/StackReady.d.ts.map +1 -0
- package/dist/types/interfaces/index.d.ts +2 -0
- package/dist/types/interfaces/index.d.ts.map +1 -0
- package/dist/types/modules/Dapp/Alert/RenderErrorWithSupportLink.d.ts.map +1 -0
- package/dist/types/modules/Dapp/Alert/index.d.ts.map +1 -0
- package/dist/types/modules/Dapp/Button/IconEx.d.ts +1 -1
- package/dist/types/modules/Dapp/Button/IconEx.d.ts.map +1 -1
- package/dist/types/{StyledBuilder.d.ts → modules/Dapp/Button/StyledDappIconBuilder.d.ts} +1 -1
- package/dist/types/modules/Dapp/Button/StyledDappIconBuilder.d.ts.map +1 -0
- package/dist/types/modules/Dapp/Button/index.d.ts +1 -0
- package/dist/types/modules/Dapp/Button/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/Button/lib/decomposeProps.d.ts +18 -18
- package/dist/types/modules/Dapp/Container.d.ts.map +1 -1
- package/dist/types/modules/Dapp/Debug/index.d.ts +1 -1
- package/dist/types/modules/Dapp/Debug/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/Page/DappPage.d.ts.map +1 -0
- package/dist/types/modules/Dapp/Page/DappPathSwitcher.d.ts.map +1 -0
- package/dist/types/modules/Dapp/Page/index.d.ts +2 -0
- package/dist/types/modules/Dapp/Page/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/RenderHtml.d.ts.map +1 -0
- package/dist/types/modules/Dapp/index.d.ts +3 -0
- package/dist/types/modules/Dapp/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/lib/DappState.d.ts +6 -0
- package/dist/types/modules/Dapp/lib/DappState.d.ts.map +1 -0
- package/dist/types/modules/Dapp/lib/deriveDappState.d.ts +4 -0
- package/dist/types/modules/Dapp/lib/deriveDappState.d.ts.map +1 -0
- package/dist/types/modules/Dapp/lib/index.d.ts +3 -1
- package/dist/types/modules/Dapp/lib/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/AppBar.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/components/index.d.ts +1 -0
- package/dist/types/modules/Dapp/modules/Window/components/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/components/menu/BottomMenuArea.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/components/menu/BottomNavigation.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/components/menu/Drawer.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/components/menu/SocialData.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/components/menu/StyledListItems.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/components/menu/img/index.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/components/menu/index.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/components/menu/stories/DefaultData.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/hooks/index.d.ts +2 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/index.d.ts.map +1 -1
- package/dist/types/{hooks/useDetectCustomer.d.ts → modules/Dapp/modules/Window/hooks/lib/detectCustomer.d.ts} +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/lib/detectCustomer.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/hooks/lib/index.d.ts +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/lib/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/menu/index.d.ts +5 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/menu/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/menu/useAddDappMenuItems.d.ts.map +1 -0
- package/dist/types/{hooks → modules/Dapp/modules/Window/hooks}/menu/useBuildDappMenuResource.d.ts +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/menu/useBuildDappMenuResource.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/hooks/menu/useDappMenu.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/menu/useDappMenuCaller.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/hooks/{useDappMenuResourceValues.d.ts → menu/useDappMenuDependencies.d.ts} +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/menu/useDappMenuDependencies.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappIntentRequest.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappPathFromRoute.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/useDebugClick.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/hooks/useExposedNode.d.ts.map +1 -0
- package/dist/types/modules/Dapp/modules/Window/index.d.ts +0 -1
- package/dist/types/modules/Dapp/modules/Window/index.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/Window/types/DappWindowProps.d.ts +1 -1
- package/dist/types/modules/Dapp/modules/Window/types/DappWindowProps.d.ts.map +1 -1
- package/dist/types/modules/Dapp/modules/access-interface/hooks/useDialogState.d.ts.map +1 -1
- package/dist/types/modules/Dapp/useDappCaller.d.ts.map +1 -0
- package/dist/types/{hooks → modules/access-requests}/NameServiceRegistrationHooks.d.ts +1 -1
- package/dist/types/modules/access-requests/NameServiceRegistrationHooks.d.ts.map +1 -0
- package/dist/types/modules/access-requests/index.d.ts +3 -0
- package/dist/types/modules/access-requests/index.d.ts.map +1 -0
- package/dist/types/{hooks → modules}/access-requests/useBuildDappAccessRequestResource.d.ts +1 -1
- package/dist/types/modules/access-requests/useBuildDappAccessRequestResource.d.ts.map +1 -0
- package/dist/types/modules/bios/hooks/index.d.ts.map +1 -0
- package/dist/types/modules/bios/hooks/useBios.d.ts.map +1 -0
- package/dist/types/modules/bios/hooks/useKernel.d.ts.map +1 -0
- package/dist/types/modules/bios/index.d.ts +2 -0
- package/dist/types/modules/bios/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/AccountCard.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/AnimatedComponents/GenericAnimations/ShiftAnimation.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/AnimatedComponents/GenericAnimations/index.d.ts +2 -0
- package/dist/types/modules/dapps/accounts/components/AnimatedComponents/GenericAnimations/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPoint.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPointList.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/AnimatedComponents/IconAnimations/index.d.ts +3 -0
- package/dist/types/modules/dapps/accounts/components/AnimatedComponents/IconAnimations/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/AnimatedComponents/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/InputFields/CoinbaseEmail.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/InputFields/PrimaryCryptowallet.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/InputFields/SecondaryCryptowallet.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/InputFields/index.d.ts +4 -0
- package/dist/types/modules/dapps/accounts/components/InputFields/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/components/PaymentMethods.d.ts.map +1 -0
- package/dist/types/{dapps/shared → modules/dapps}/accounts/components/index.d.ts +1 -1
- package/dist/types/modules/dapps/accounts/components/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/hooks/index.d.ts +2 -0
- package/dist/types/modules/dapps/accounts/hooks/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/hooks/useAccountArchivist.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/icon/Icon.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/icon/index.d.ts +2 -0
- package/dist/types/modules/dapps/accounts/icon/index.d.ts.map +1 -0
- package/dist/types/{dapps/shared → modules/dapps}/accounts/index.d.ts +1 -0
- package/dist/types/modules/dapps/accounts/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/models/CreditCardInput.d.ts.map +1 -0
- package/dist/types/modules/dapps/accounts/models/index.d.ts +2 -0
- package/dist/types/modules/dapps/accounts/models/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/name-service/DomainIcon.d.ts.map +1 -0
- package/dist/types/modules/dapps/name-service/index.d.ts +2 -0
- package/dist/types/modules/dapps/name-service/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/table/NextIteratorFlexbox.d.ts.map +1 -0
- package/dist/types/{dapps/shared → modules/dapps}/table/head/Payload.d.ts +1 -1
- package/dist/types/modules/dapps/table/head/Payload.d.ts.map +1 -0
- package/dist/types/modules/dapps/table/head/Schema.d.ts.map +1 -0
- package/dist/types/{dapps/shared → modules/dapps}/table/head/components/Head.d.ts +1 -1
- package/dist/types/modules/dapps/table/head/components/Head.d.ts.map +1 -0
- package/dist/types/{dapps/shared → modules/dapps}/table/head/components/StyledTableRowHeader.d.ts +1 -1
- package/dist/types/modules/dapps/table/head/components/StyledTableRowHeader.d.ts.map +1 -0
- package/dist/types/modules/dapps/table/head/components/index.d.ts +2 -0
- package/dist/types/modules/dapps/table/head/components/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/table/head/hooks/index.d.ts +2 -0
- package/dist/types/modules/dapps/table/head/hooks/index.d.ts.map +1 -0
- package/dist/types/{dapps/shared → modules/dapps}/table/head/hooks/useVisibleColumns.d.ts +1 -1
- package/dist/types/modules/dapps/table/head/hooks/useVisibleColumns.d.ts.map +1 -0
- package/dist/types/modules/dapps/table/head/index.d.ts +5 -0
- package/dist/types/modules/dapps/table/head/index.d.ts.map +1 -0
- package/dist/types/modules/dapps/table/index.d.ts +3 -0
- package/dist/types/modules/dapps/table/index.d.ts.map +1 -0
- package/dist/types/modules/index.d.ts +8 -0
- package/dist/types/modules/index.d.ts.map +1 -1
- package/dist/types/{hooks → modules/intent}/DappIntentResourceHooks.d.ts +1 -1
- package/dist/types/modules/intent/DappIntentResourceHooks.d.ts.map +1 -0
- package/dist/types/modules/intent/index.d.ts +8 -0
- package/dist/types/modules/intent/index.d.ts.map +1 -0
- package/dist/types/modules/intent/useClearIntents.d.ts.map +1 -0
- package/dist/types/modules/intent/useDappIntentCaller.d.ts.map +1 -0
- package/dist/types/modules/intent/useDappIntentListener.d.ts.map +1 -0
- package/dist/types/modules/intent/useDappIntentListener2.d.ts.map +1 -0
- package/dist/types/modules/intent/useNavigateIntent.d.ts.map +1 -0
- package/dist/types/modules/intent/useSendDappIntent.d.ts.map +1 -0
- package/dist/types/modules/network/hooks/lib/createNetworkState.d.ts +1 -1
- package/dist/types/modules/network/hooks/lib/createNetworkState.d.ts.map +1 -1
- package/dist/types/modules/os/hooks/index.d.ts +9 -0
- package/dist/types/modules/os/hooks/index.d.ts.map +1 -0
- package/dist/types/modules/os/hooks/useDappContextCreator.d.ts.map +1 -0
- package/dist/types/modules/os/hooks/useDappRegistrationResults.d.ts.map +1 -0
- package/dist/types/modules/os/hooks/useDappRegistry.d.ts.map +1 -0
- package/dist/types/modules/os/hooks/useDappSeedPhraseRepository.d.ts.map +1 -0
- package/dist/types/modules/os/hooks/useOsSettingsCaller.d.ts.map +1 -0
- package/dist/types/modules/os/hooks/usePhraseFile.d.ts.map +1 -0
- package/dist/types/modules/os/hooks/useTabs.d.ts.map +1 -0
- package/dist/types/modules/os/hooks/useWidgetDapps.d.ts.map +1 -0
- package/dist/types/modules/os/index.d.ts +2 -0
- package/dist/types/modules/os/index.d.ts.map +1 -0
- package/dist/types/modules/resource/ResourceHooks.d.ts.map +1 -0
- package/dist/types/modules/resource/index.d.ts +4 -0
- package/dist/types/modules/resource/index.d.ts.map +1 -0
- package/dist/types/modules/resource/useCleanup.d.ts.map +1 -0
- package/dist/types/modules/resource/useSyncExternalPayloadStore.d.ts.map +1 -0
- package/dist/types/modules/stack/index.d.ts +2 -0
- package/dist/types/modules/stack/index.d.ts.map +1 -0
- package/dist/types/modules/stack/useStackReady.d.ts +4 -0
- package/dist/types/modules/stack/useStackReady.d.ts.map +1 -0
- package/dist/types/modules/widgets/StackOfWidgets.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/BarGraph/HorizontalBarGraph.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/BarGraph/StyledLinearProgress.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/BarGraph/index.d.ts +3 -0
- package/dist/types/modules/widgets/Types/BarGraph/index.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/DataColumns/TwoColFourStat.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/DataColumns/TwoColTwoStat.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/DataColumns/index.d.ts +2 -0
- package/dist/types/modules/widgets/Types/DataColumns/index.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Examples/BarGraph.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Examples/BooleanTable.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Examples/TwoColTwoStat.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Examples/index.d.ts +4 -0
- package/dist/types/modules/widgets/Types/Examples/index.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Stat/Insight.d.ts.map +1 -0
- package/dist/types/{components/Widgets → modules/widgets}/Types/Stat/InsightStatProps.d.ts +1 -1
- package/dist/types/modules/widgets/Types/Stat/InsightStatProps.d.ts.map +1 -0
- package/dist/types/{components/Widgets → modules/widgets}/Types/Stat/Stat.d.ts +1 -1
- package/dist/types/modules/widgets/Types/Stat/Stat.d.ts.map +1 -0
- package/dist/types/{components/Widgets/Types/Stat/Value.d.ts → modules/widgets/Types/Stat/Subtitle.d.ts} +2 -2
- package/dist/types/modules/widgets/Types/Stat/Subtitle.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Stat/Unit.d.ts +2 -0
- package/dist/types/modules/widgets/Types/Stat/Unit.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Stat/Value.d.ts +2 -0
- package/dist/types/modules/widgets/Types/Stat/Value.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Stat/index.d.ts +4 -0
- package/dist/types/modules/widgets/Types/Stat/index.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Tables/BooleanTable.d.ts +19 -0
- package/dist/types/modules/widgets/Types/Tables/BooleanTable.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/Tables/index.d.ts +2 -0
- package/dist/types/modules/widgets/Types/Tables/index.d.ts.map +1 -0
- package/dist/types/modules/widgets/Types/index.d.ts.map +1 -0
- package/dist/types/modules/widgets/WidgetCard.d.ts.map +1 -0
- package/dist/types/modules/widgets/WidgetCardExamples.d.ts.map +1 -0
- package/dist/types/modules/widgets/index.d.ts +3 -0
- package/dist/types/modules/widgets/index.d.ts.map +1 -0
- package/dist/types/settings/Theme/ThemeProvider.d.ts.map +1 -1
- package/package.json +53 -56
- package/src/index.ts +1 -6
- package/src/interfaces/StackReady.ts +6 -0
- package/src/interfaces/index.ts +1 -0
- package/src/modules/Dapp/Button/IconEx.tsx +3 -3
- package/src/modules/Dapp/Button/index.ts +1 -0
- package/src/modules/Dapp/Container.tsx +3 -2
- package/src/modules/Dapp/Debug/index.ts +1 -1
- package/src/{DappPage.tsx → modules/Dapp/Page/DappPage.tsx} +2 -2
- package/src/modules/Dapp/Page/index.ts +2 -0
- package/src/modules/Dapp/index.ts +3 -0
- package/src/modules/Dapp/lib/DappState.ts +5 -0
- package/src/modules/Dapp/{modules/Window/hooks/lib → lib}/deriveDappState.ts +1 -5
- package/src/modules/Dapp/lib/index.ts +3 -1
- package/src/modules/Dapp/modules/Window/AppBar.tsx +4 -3
- package/src/modules/Dapp/modules/Window/Rendered.tsx +1 -1
- package/src/modules/Dapp/modules/Window/components/DefaultComingSoon/SummarySection.tsx +1 -1
- package/src/modules/Dapp/modules/Window/components/index.ts +1 -0
- package/src/modules/Dapp/modules/Window/{menu → components/menu}/BottomMenuArea.tsx +2 -2
- package/src/modules/Dapp/modules/Window/{menu → components/menu}/Drawer.tsx +3 -3
- package/src/modules/Dapp/modules/Window/hooks/index.ts +2 -1
- package/src/modules/Dapp/modules/Window/hooks/lib/index.ts +1 -1
- package/src/modules/Dapp/modules/Window/hooks/menu/index.ts +5 -1
- package/src/{hooks/menu/useAddDappMenuItems.tsx → modules/Dapp/modules/Window/hooks/menu/useAddDappMenuItems.ts} +3 -3
- package/src/{hooks → modules/Dapp/modules/Window/hooks}/menu/useBuildDappMenuResource.ts +3 -3
- package/src/modules/Dapp/modules/Window/hooks/menu/{useDappMenu.tsx → useDappMenu.ts} +1 -1
- package/src/{hooks/menu/useDappMenuCaller.tsx → modules/Dapp/modules/Window/hooks/menu/useDappMenuCaller.ts} +1 -1
- package/src/modules/Dapp/modules/Window/hooks/{useDappMenuResourceValues.tsx → menu/useDappMenuDependencies.ts} +1 -1
- package/src/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappIntentRequest.tsx +2 -1
- package/src/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappPathFromRoute.tsx +1 -2
- package/src/modules/Dapp/modules/Window/hooks/route/helpers/useManageDappStateFromRoute.tsx +1 -1
- package/src/{hooks → modules/Dapp/modules/Window/hooks}/useExposedNode.ts +1 -1
- package/src/modules/Dapp/modules/Window/hooks/useSkipLoadingScreen.tsx +1 -1
- package/src/modules/Dapp/modules/Window/hooks/useSyncOsRegisteredAccessInterfaces.tsx +1 -1
- package/src/modules/Dapp/modules/Window/index.ts +0 -1
- package/src/modules/Dapp/modules/Window/types/DappWindowProps.ts +1 -1
- package/src/modules/Dapp/modules/access-interface/hooks/useDialogState.tsx +2 -1
- package/src/{hooks/useDappCaller.tsx → modules/Dapp/useDappCaller.ts} +1 -1
- package/src/{hooks → modules/access-requests}/NameServiceRegistrationHooks.ts +3 -3
- package/src/modules/access-requests/index.ts +2 -0
- package/src/{hooks → modules}/access-requests/useBuildDappAccessRequestResource.ts +3 -3
- package/src/modules/bios/index.ts +1 -0
- package/src/modules/dapps/accounts/components/AnimatedComponents/GenericAnimations/index.ts +1 -0
- package/src/{dapps/shared → modules/dapps}/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPointList.tsx +1 -1
- package/src/modules/dapps/accounts/components/AnimatedComponents/IconAnimations/index.ts +2 -0
- package/src/modules/dapps/accounts/components/InputFields/index.ts +3 -0
- package/src/{dapps/shared → modules/dapps}/accounts/components/PaymentMethods.tsx +2 -2
- package/src/{dapps/shared → modules/dapps}/accounts/components/index.ts +1 -1
- package/src/modules/dapps/accounts/hooks/index.ts +1 -0
- package/src/modules/dapps/accounts/icon/index.ts +1 -0
- package/src/{dapps/shared → modules/dapps}/accounts/index.ts +1 -0
- package/src/modules/dapps/accounts/models/index.ts +1 -0
- package/src/modules/dapps/name-service/index.ts +1 -0
- package/src/{dapps/shared → modules/dapps}/table/head/Payload.ts +1 -1
- package/src/{dapps/shared → modules/dapps}/table/head/components/Head.tsx +2 -2
- package/src/modules/dapps/table/head/components/index.ts +1 -0
- package/src/modules/dapps/table/head/hooks/index.ts +1 -0
- package/src/{dapps/shared → modules/dapps}/table/head/hooks/useVisibleColumns.tsx +1 -1
- package/src/{dapps/shared → modules/dapps}/table/head/index.ts +2 -2
- package/src/modules/dapps/table/index.ts +2 -0
- package/src/modules/index.ts +8 -0
- package/src/{hooks → modules/intent}/DappIntentResourceHooks.ts +3 -3
- package/src/modules/intent/index.ts +7 -0
- package/src/{hooks/useDappIntentCaller.tsx → modules/intent/useDappIntentCaller.ts} +1 -1
- package/src/{hooks/intent/useDappIntentListener2.tsx → modules/intent/useDappIntentListener2.ts} +1 -1
- package/src/modules/network/hooks/lib/createNetworkState.ts +1 -1
- package/src/modules/network/hooks/useOsNetwork.tsx +1 -1
- package/src/modules/network/hooks/useXyoPublicNetwork.tsx +1 -1
- package/src/modules/os/hooks/index.ts +8 -0
- package/src/{hooks/os/useDappContextCreator.tsx → modules/os/hooks/useDappContextCreator.ts} +1 -1
- package/src/{hooks/os/useDappRegistrationResults.tsx → modules/os/hooks/useDappRegistrationResults.ts} +1 -1
- package/src/{hooks/os/useDappRegistry.tsx → modules/os/hooks/useDappRegistry.ts} +1 -1
- package/src/{hooks/os/useDappSeedPhraseRepository.tsx → modules/os/hooks/useDappSeedPhraseRepository.ts} +1 -1
- package/src/{hooks/useOsSettingsCaller.tsx → modules/os/hooks/useOsSettingsCaller.ts} +2 -2
- package/src/{hooks/os/useWidgetDapps.tsx → modules/os/hooks/useWidgetDapps.ts} +2 -2
- package/src/modules/os/index.ts +1 -0
- package/src/{hooks → modules/resource}/ResourceHooks.ts +1 -1
- package/src/modules/resource/index.ts +3 -0
- package/src/modules/stack/index.ts +1 -0
- package/src/{hooks/useStackReady.tsx → modules/stack/useStackReady.ts} +2 -7
- package/src/{components/Widgets → modules/widgets}/Types/BarGraph/HorizontalBarGraph.tsx +1 -1
- package/src/modules/widgets/Types/BarGraph/index.ts +2 -0
- package/src/modules/widgets/Types/DataColumns/index.ts +1 -0
- package/src/{components/Widgets → modules/widgets}/Types/Examples/BarGraph.tsx +1 -1
- package/src/{components/Widgets → modules/widgets}/Types/Examples/BooleanTable.tsx +1 -1
- package/src/{components/Widgets → modules/widgets}/Types/Examples/TwoColTwoStat.tsx +1 -1
- package/src/modules/widgets/Types/Examples/index.ts +3 -0
- package/src/{components/Widgets → modules/widgets}/Types/Stat/InsightStatProps.ts +1 -1
- package/src/{components/Widgets → modules/widgets}/Types/Stat/Stat.tsx +4 -4
- package/src/modules/widgets/Types/Stat/index.ts +3 -0
- package/src/modules/widgets/Types/Tables/index.ts +1 -0
- package/src/{components/Widgets → modules/widgets}/WidgetCardExamples.tsx +2 -2
- package/src/modules/widgets/index.ts +2 -0
- package/src/settings/Theme/ThemeProvider.tsx +3 -4
- package/dist/types/DappPage.d.ts.map +0 -1
- package/dist/types/DappPathSwitcher.d.ts.map +0 -1
- package/dist/types/StyledBuilder.d.ts.map +0 -1
- package/dist/types/components/RenderHtml.d.ts.map +0 -1
- package/dist/types/components/Widgets/StackOfWidgets.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/BarGraph/HorizontalBarGraph.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/BarGraph/StyledLinearProgress.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/BarGraph/index.d.ts +0 -3
- package/dist/types/components/Widgets/Types/BarGraph/index.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/DataColumns/TwoColFourStat.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/DataColumns/TwoColTwoStat.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/DataColumns/index.d.ts +0 -2
- package/dist/types/components/Widgets/Types/DataColumns/index.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Examples/BarGraph.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Examples/BooleanTable.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Examples/TwoColTwoStat.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Examples/index.d.ts +0 -4
- package/dist/types/components/Widgets/Types/Examples/index.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Stat/Insight.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Stat/InsightStatProps.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Stat/Stat.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Stat/Subtitle.d.ts +0 -2
- package/dist/types/components/Widgets/Types/Stat/Subtitle.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Stat/Unit.d.ts +0 -2
- package/dist/types/components/Widgets/Types/Stat/Unit.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Stat/Value.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Stat/index.d.ts +0 -4
- package/dist/types/components/Widgets/Types/Stat/index.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Tables/BooleanTable.d.ts +0 -19
- package/dist/types/components/Widgets/Types/Tables/BooleanTable.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/Tables/index.d.ts +0 -2
- package/dist/types/components/Widgets/Types/Tables/index.d.ts.map +0 -1
- package/dist/types/components/Widgets/Types/index.d.ts.map +0 -1
- package/dist/types/components/Widgets/WidgetCard.d.ts.map +0 -1
- package/dist/types/components/Widgets/WidgetCardExamples.d.ts.map +0 -1
- package/dist/types/components/Widgets/index.d.ts +0 -3
- package/dist/types/components/Widgets/index.d.ts.map +0 -1
- package/dist/types/components/alerts/errors/RenderErrorWithSupportLink.d.ts.map +0 -1
- package/dist/types/components/alerts/errors/index.d.ts.map +0 -1
- package/dist/types/components/alerts/index.d.ts +0 -2
- package/dist/types/components/alerts/index.d.ts.map +0 -1
- package/dist/types/components/index.d.ts +0 -4
- package/dist/types/components/index.d.ts.map +0 -1
- package/dist/types/dapps/index.d.ts +0 -2
- package/dist/types/dapps/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/AccountCard.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/AnimatedComponents/GenericAnimations/ShiftAnimation.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/AnimatedComponents/GenericAnimations/index.d.ts +0 -2
- package/dist/types/dapps/shared/accounts/components/AnimatedComponents/GenericAnimations/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPoint.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPointList.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/AnimatedComponents/IconAnimations/index.d.ts +0 -3
- package/dist/types/dapps/shared/accounts/components/AnimatedComponents/IconAnimations/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/AnimatedComponents/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/InputFields/CoinbaseEmail.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/InputFields/PrimaryCryptowallet.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/InputFields/SecondaryCryptowallet.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/InputFields/index.d.ts +0 -4
- package/dist/types/dapps/shared/accounts/components/InputFields/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/PaymentMethods.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/components/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/icon/Icon.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/icon/index.d.ts +0 -2
- package/dist/types/dapps/shared/accounts/icon/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/models/CreditCardInput.d.ts.map +0 -1
- package/dist/types/dapps/shared/accounts/models/index.d.ts +0 -2
- package/dist/types/dapps/shared/accounts/models/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/name-service/DomainIcon.d.ts.map +0 -1
- package/dist/types/dapps/shared/name-service/index.d.ts +0 -2
- package/dist/types/dapps/shared/name-service/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/NextIteratorFlexbox.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/head/Payload.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/head/Schema.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/head/components/Head.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/head/components/StyledTableRowHeader.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/head/components/index.d.ts +0 -2
- package/dist/types/dapps/shared/table/head/components/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/head/hooks/index.d.ts +0 -2
- package/dist/types/dapps/shared/table/head/hooks/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/head/hooks/useVisibleColumns.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/head/index.d.ts +0 -5
- package/dist/types/dapps/shared/table/head/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/table/index.d.ts +0 -3
- package/dist/types/dapps/shared/table/index.d.ts.map +0 -1
- package/dist/types/dapps/shared/utils/countries.d.ts +0 -21
- package/dist/types/dapps/shared/utils/countries.d.ts.map +0 -1
- package/dist/types/hooks/DappIntentResourceHooks.d.ts.map +0 -1
- package/dist/types/hooks/NameServiceRegistrationHooks.d.ts.map +0 -1
- package/dist/types/hooks/ResourceHooks.d.ts.map +0 -1
- package/dist/types/hooks/access-requests/index.d.ts +0 -2
- package/dist/types/hooks/access-requests/index.d.ts.map +0 -1
- package/dist/types/hooks/access-requests/useBuildDappAccessRequestResource.d.ts.map +0 -1
- package/dist/types/hooks/bios/index.d.ts.map +0 -1
- package/dist/types/hooks/bios/useBios.d.ts.map +0 -1
- package/dist/types/hooks/bios/useKernel.d.ts.map +0 -1
- package/dist/types/hooks/index.d.ts +0 -21
- package/dist/types/hooks/index.d.ts.map +0 -1
- package/dist/types/hooks/intent/index.d.ts +0 -6
- package/dist/types/hooks/intent/index.d.ts.map +0 -1
- package/dist/types/hooks/intent/useClearIntents.d.ts.map +0 -1
- package/dist/types/hooks/intent/useDappIntentListener.d.ts.map +0 -1
- package/dist/types/hooks/intent/useDappIntentListener2.d.ts.map +0 -1
- package/dist/types/hooks/intent/useNavigateIntent.d.ts.map +0 -1
- package/dist/types/hooks/intent/useSendDappIntent.d.ts.map +0 -1
- package/dist/types/hooks/menu/index.d.ts +0 -4
- package/dist/types/hooks/menu/index.d.ts.map +0 -1
- package/dist/types/hooks/menu/useAddDappMenuItems.d.ts.map +0 -1
- package/dist/types/hooks/menu/useBuildDappMenuResource.d.ts.map +0 -1
- package/dist/types/hooks/menu/useDappMenuCaller.d.ts.map +0 -1
- package/dist/types/hooks/os/index.d.ts +0 -6
- package/dist/types/hooks/os/index.d.ts.map +0 -1
- package/dist/types/hooks/os/useDappContextCreator.d.ts.map +0 -1
- package/dist/types/hooks/os/useDappRegistrationResults.d.ts.map +0 -1
- package/dist/types/hooks/os/useDappRegistry.d.ts.map +0 -1
- package/dist/types/hooks/os/useDappSeedPhraseRepository.d.ts.map +0 -1
- package/dist/types/hooks/os/useWidgetDapps.d.ts.map +0 -1
- package/dist/types/hooks/useAccountArchivist.d.ts.map +0 -1
- package/dist/types/hooks/useCleanup.d.ts.map +0 -1
- package/dist/types/hooks/useDappCaller.d.ts.map +0 -1
- package/dist/types/hooks/useDappIntentCaller.d.ts.map +0 -1
- package/dist/types/hooks/useDebugClick.d.ts.map +0 -1
- package/dist/types/hooks/useDetectCustomer.d.ts.map +0 -1
- package/dist/types/hooks/useExposedNode.d.ts.map +0 -1
- package/dist/types/hooks/useOsSettingsCaller.d.ts.map +0 -1
- package/dist/types/hooks/usePhraseFile.d.ts.map +0 -1
- package/dist/types/hooks/useStackReady.d.ts +0 -8
- package/dist/types/hooks/useStackReady.d.ts.map +0 -1
- package/dist/types/hooks/useSyncExternalPayloadStore.d.ts.map +0 -1
- package/dist/types/hooks/useTabs.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/lib/deriveDappState.d.ts +0 -8
- package/dist/types/modules/Dapp/modules/Window/hooks/lib/deriveDappState.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/hooks/useDappMenuResourceValues.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/menu/BottomMenuArea.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/menu/BottomNavigation.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/menu/Drawer.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/menu/SocialData.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/menu/StyledListItems.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/menu/img/index.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/menu/index.d.ts.map +0 -1
- package/dist/types/modules/Dapp/modules/Window/menu/stories/DefaultData.d.ts.map +0 -1
- package/src/components/Widgets/Types/BarGraph/index.ts +0 -2
- package/src/components/Widgets/Types/DataColumns/index.ts +0 -1
- package/src/components/Widgets/Types/Examples/index.ts +0 -3
- package/src/components/Widgets/Types/Stat/index.ts +0 -3
- package/src/components/Widgets/Types/Tables/index.ts +0 -1
- package/src/components/Widgets/index.ts +0 -2
- package/src/components/alerts/index.ts +0 -1
- package/src/components/index.ts +0 -3
- package/src/dapps/index.ts +0 -1
- package/src/dapps/shared/accounts/components/AnimatedComponents/GenericAnimations/index.ts +0 -1
- package/src/dapps/shared/accounts/components/AnimatedComponents/IconAnimations/index.ts +0 -2
- package/src/dapps/shared/accounts/components/InputFields/index.ts +0 -3
- package/src/dapps/shared/accounts/icon/index.ts +0 -1
- package/src/dapps/shared/accounts/models/index.ts +0 -1
- package/src/dapps/shared/name-service/index.ts +0 -1
- package/src/dapps/shared/table/head/components/index.ts +0 -1
- package/src/dapps/shared/table/head/hooks/index.ts +0 -1
- package/src/dapps/shared/table/index.ts +0 -2
- package/src/dapps/shared/utils/countries.ts +0 -54
- package/src/hooks/access-requests/index.ts +0 -1
- package/src/hooks/index.ts +0 -20
- package/src/hooks/intent/index.ts +0 -5
- package/src/hooks/menu/index.ts +0 -3
- package/src/hooks/os/index.ts +0 -5
- /package/dist/types/{components/alerts/errors → modules/Dapp/Alert}/RenderErrorWithSupportLink.d.ts +0 -0
- /package/dist/types/{components/alerts/errors → modules/Dapp/Alert}/index.d.ts +0 -0
- /package/dist/types/{DappPage.d.ts → modules/Dapp/Page/DappPage.d.ts} +0 -0
- /package/dist/types/{DappPathSwitcher.d.ts → modules/Dapp/Page/DappPathSwitcher.d.ts} +0 -0
- /package/dist/types/{components → modules/Dapp}/RenderHtml.d.ts +0 -0
- /package/dist/types/modules/Dapp/modules/Window/{menu → components/menu}/BottomMenuArea.d.ts +0 -0
- /package/dist/types/modules/Dapp/modules/Window/{menu → components/menu}/BottomNavigation.d.ts +0 -0
- /package/dist/types/modules/Dapp/modules/Window/{menu → components/menu}/Drawer.d.ts +0 -0
- /package/dist/types/modules/Dapp/modules/Window/{menu → components/menu}/SocialData.d.ts +0 -0
- /package/dist/types/modules/Dapp/modules/Window/{menu → components/menu}/StyledListItems.d.ts +0 -0
- /package/dist/types/modules/Dapp/modules/Window/{menu → components/menu}/img/index.d.ts +0 -0
- /package/dist/types/modules/Dapp/modules/Window/{menu → components/menu}/index.d.ts +0 -0
- /package/dist/types/modules/Dapp/modules/Window/{menu → components/menu}/stories/DefaultData.d.ts +0 -0
- /package/dist/types/{hooks → modules/Dapp/modules/Window/hooks}/menu/useAddDappMenuItems.d.ts +0 -0
- /package/dist/types/{hooks → modules/Dapp/modules/Window/hooks}/menu/useDappMenuCaller.d.ts +0 -0
- /package/dist/types/{hooks → modules/Dapp/modules/Window/hooks}/useDebugClick.d.ts +0 -0
- /package/dist/types/{hooks → modules/Dapp/modules/Window/hooks}/useExposedNode.d.ts +0 -0
- /package/dist/types/{hooks → modules/Dapp}/useDappCaller.d.ts +0 -0
- /package/dist/types/{hooks/bios → modules/bios/hooks}/index.d.ts +0 -0
- /package/dist/types/{hooks/bios → modules/bios/hooks}/useBios.d.ts +0 -0
- /package/dist/types/{hooks/bios → modules/bios/hooks}/useKernel.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/AccountCard.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/AnimatedComponents/GenericAnimations/ShiftAnimation.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPoint.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPointList.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/AnimatedComponents/index.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/InputFields/CoinbaseEmail.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/InputFields/PrimaryCryptowallet.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/InputFields/SecondaryCryptowallet.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/components/PaymentMethods.d.ts +0 -0
- /package/dist/types/{hooks → modules/dapps/accounts/hooks}/useAccountArchivist.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/icon/Icon.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/accounts/models/CreditCardInput.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/index.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/name-service/DomainIcon.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/table/NextIteratorFlexbox.d.ts +0 -0
- /package/dist/types/{dapps/shared → modules/dapps}/table/head/Schema.d.ts +0 -0
- /package/dist/types/{hooks → modules}/intent/useClearIntents.d.ts +0 -0
- /package/dist/types/{hooks → modules/intent}/useDappIntentCaller.d.ts +0 -0
- /package/dist/types/{hooks → modules}/intent/useDappIntentListener.d.ts +0 -0
- /package/dist/types/{hooks → modules}/intent/useDappIntentListener2.d.ts +0 -0
- /package/dist/types/{hooks → modules}/intent/useNavigateIntent.d.ts +0 -0
- /package/dist/types/{hooks → modules}/intent/useSendDappIntent.d.ts +0 -0
- /package/dist/types/{hooks/os → modules/os/hooks}/useDappContextCreator.d.ts +0 -0
- /package/dist/types/{hooks/os → modules/os/hooks}/useDappRegistrationResults.d.ts +0 -0
- /package/dist/types/{hooks/os → modules/os/hooks}/useDappRegistry.d.ts +0 -0
- /package/dist/types/{hooks/os → modules/os/hooks}/useDappSeedPhraseRepository.d.ts +0 -0
- /package/dist/types/{hooks → modules/os/hooks}/useOsSettingsCaller.d.ts +0 -0
- /package/dist/types/{hooks → modules/os/hooks}/usePhraseFile.d.ts +0 -0
- /package/dist/types/{hooks → modules/os/hooks}/useTabs.d.ts +0 -0
- /package/dist/types/{hooks/os → modules/os/hooks}/useWidgetDapps.d.ts +0 -0
- /package/dist/types/{hooks → modules/resource}/ResourceHooks.d.ts +0 -0
- /package/dist/types/{hooks → modules/resource}/useCleanup.d.ts +0 -0
- /package/dist/types/{hooks → modules/resource}/useSyncExternalPayloadStore.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/StackOfWidgets.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/BarGraph/HorizontalBarGraph.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/BarGraph/StyledLinearProgress.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/DataColumns/TwoColFourStat.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/DataColumns/TwoColTwoStat.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/Examples/BarGraph.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/Examples/BooleanTable.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/Examples/TwoColTwoStat.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/Stat/Insight.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/Types/index.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/WidgetCard.d.ts +0 -0
- /package/dist/types/{components/Widgets → modules/widgets}/WidgetCardExamples.d.ts +0 -0
- /package/src/{components/alerts/errors → modules/Dapp/Alert}/RenderErrorWithSupportLink.tsx +0 -0
- /package/src/{components/alerts/errors → modules/Dapp/Alert}/index.ts +0 -0
- /package/src/{StyledBuilder.tsx → modules/Dapp/Button/StyledDappIconBuilder.tsx} +0 -0
- /package/src/{DappPathSwitcher.tsx → modules/Dapp/Page/DappPathSwitcher.tsx} +0 -0
- /package/src/{components → modules/Dapp}/RenderHtml.tsx +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/BottomNavigation.tsx +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/SocialData.tsx +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/StyledListItems.tsx +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/img/index.ts +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/img/xyoOS-Icon-Black.svg +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/img/xyoOS-Icon-White.svg +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/index.ts +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/stories/DefaultData.tsx +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/stories/Drawer.stories.tsx +0 -0
- /package/src/modules/Dapp/modules/Window/{menu → components/menu}/stories/default.manifest.json +0 -0
- /package/src/{hooks/useDetectCustomer.tsx → modules/Dapp/modules/Window/hooks/lib/detectCustomer.ts} +0 -0
- /package/src/{hooks/useDebugClick.tsx → modules/Dapp/modules/Window/hooks/useDebugClick.ts} +0 -0
- /package/src/{hooks/bios → modules/bios/hooks}/index.ts +0 -0
- /package/src/{hooks/bios → modules/bios/hooks}/useBios.ts +0 -0
- /package/src/{hooks/bios → modules/bios/hooks}/useKernel.ts +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/components/AccountCard.tsx +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/components/AnimatedComponents/GenericAnimations/ShiftAnimation.tsx +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPoint.tsx +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/components/AnimatedComponents/index.ts +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/components/InputFields/CoinbaseEmail.tsx +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/components/InputFields/PrimaryCryptowallet.tsx +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/components/InputFields/SecondaryCryptowallet.tsx +0 -0
- /package/src/{hooks → modules/dapps/accounts/hooks}/useAccountArchivist.ts +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/icon/Icon.tsx +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/icon/custom-accounts-icon.svg +0 -0
- /package/src/{dapps/shared → modules/dapps}/accounts/models/CreditCardInput.ts +0 -0
- /package/src/{dapps/shared → modules/dapps}/index.ts +0 -0
- /package/src/{dapps/shared → modules/dapps}/name-service/DomainIcon.tsx +0 -0
- /package/src/{dapps/shared → modules/dapps}/table/NextIteratorFlexbox.tsx +0 -0
- /package/src/{dapps/shared → modules/dapps}/table/head/Schema.ts +0 -0
- /package/src/{dapps/shared → modules/dapps}/table/head/components/StyledTableRowHeader.tsx +0 -0
- /package/src/{hooks/intent/useClearIntents.tsx → modules/intent/useClearIntents.ts} +0 -0
- /package/src/{hooks/intent/useDappIntentListener.tsx → modules/intent/useDappIntentListener.ts} +0 -0
- /package/src/{hooks/intent/useNavigateIntent.tsx → modules/intent/useNavigateIntent.ts} +0 -0
- /package/src/{hooks/intent/useSendDappIntent.tsx → modules/intent/useSendDappIntent.ts} +0 -0
- /package/src/{hooks/usePhraseFile.tsx → modules/os/hooks/usePhraseFile.ts} +0 -0
- /package/src/{hooks → modules/os/hooks}/useTabs.ts +0 -0
- /package/src/{hooks/useCleanup.tsx → modules/resource/useCleanup.ts} +0 -0
- /package/src/{hooks/useSyncExternalPayloadStore.tsx → modules/resource/useSyncExternalPayloadStore.ts} +0 -0
- /package/src/{components/Widgets → modules/widgets}/StackOfWidgets.tsx +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/BarGraph/StyledLinearProgress.tsx +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/DataColumns/TwoColFourStat.tsx +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/DataColumns/TwoColTwoStat.tsx +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/Stat/Insight.ts +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/Stat/Subtitle.tsx +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/Stat/Unit.tsx +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/Stat/Value.tsx +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/Tables/BooleanTable.tsx +0 -0
- /package/src/{components/Widgets → modules/widgets}/Types/index.ts +0 -0
- /package/src/{components/Widgets → modules/widgets}/WidgetCard.tsx +0 -0
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import type { DappIntent } from '@xyo-network/os-model'
|
|
2
2
|
import { DappIntentTypes } from '@xyo-network/os-model'
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
active: boolean
|
|
6
|
-
closed: boolean
|
|
7
|
-
minimized: boolean
|
|
8
|
-
}
|
|
4
|
+
import type { DappState } from './DappState.ts'
|
|
9
5
|
|
|
10
6
|
export const deriveDappState = (intent?: DappIntent): DappState => {
|
|
11
7
|
const minimized = intent?.intent === DappIntentTypes.Minimize
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
AppBar, Box, Divider, IconButton, Toolbar, Tooltip, Typography,
|
|
10
10
|
} from '@mui/material'
|
|
11
11
|
import { FlexGrowRow } from '@xylabs/react-flexbox'
|
|
12
|
-
import {
|
|
12
|
+
import { ColorSchemeButton } from '@xylabs/react-theme'
|
|
13
13
|
import type {
|
|
14
14
|
DappName, DappVersion, XyOsContext,
|
|
15
15
|
} from '@xyo-network/os-model'
|
|
@@ -17,8 +17,9 @@ import { DappIntentTypes } from '@xyo-network/os-model'
|
|
|
17
17
|
import { DappIntentCaller } from '@xyo-network/os-runtime'
|
|
18
18
|
import React from 'react'
|
|
19
19
|
|
|
20
|
-
import {
|
|
20
|
+
import { useSendDappIntent } from '../../../intent/index.ts'
|
|
21
21
|
import { DebugDialogWithNode } from '../../Debug/index.ts'
|
|
22
|
+
import { useDebugClick } from './hooks/index.ts'
|
|
22
23
|
|
|
23
24
|
export interface DappBarProps extends AppBarProps {
|
|
24
25
|
context?: XyOsContext | null
|
|
@@ -82,7 +83,7 @@ export const DappBar: React.FC<DappBarProps> = ({
|
|
|
82
83
|
sx={{ display: { md: 'none', xs: 'flex' } }}
|
|
83
84
|
>
|
|
84
85
|
<Box>
|
|
85
|
-
<
|
|
86
|
+
<ColorSchemeButton />
|
|
86
87
|
</Box>
|
|
87
88
|
</Tooltip>
|
|
88
89
|
<Divider
|
|
@@ -9,9 +9,9 @@ import { XyOsUiContextProvider } from '../../../XyOsUi/index.ts'
|
|
|
9
9
|
import { DappAccessFlexbox } from '../access-interface/index.ts'
|
|
10
10
|
import { DappBar } from './AppBar.tsx'
|
|
11
11
|
import { DappChrome } from './Chrome.tsx'
|
|
12
|
+
import { DappBottomNavigation, DappMenuDrawer } from './components/index.ts'
|
|
12
13
|
import { useDecomposeDapp } from './hooks/index.ts'
|
|
13
14
|
import { DappLoadingFlexbox } from './LoadingFlexbox.tsx'
|
|
14
|
-
import { DappBottomNavigation, DappMenuDrawer } from './menu/index.ts'
|
|
15
15
|
import type { DappWindowProps } from './types/index.ts'
|
|
16
16
|
|
|
17
17
|
/** A pure component that can render a dapp via props only */
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import type { DappName, DappVersion } from '@xyo-network/os-model'
|
|
9
9
|
import React from 'react'
|
|
10
10
|
|
|
11
|
-
import { RenderHtml } from '
|
|
11
|
+
import { RenderHtml } from '../../../../RenderHtml.tsx'
|
|
12
12
|
import { DeveloperLinkSection } from './DeveloperLinkSection.js'
|
|
13
13
|
|
|
14
14
|
export interface SummarySectionProps {
|
|
@@ -14,8 +14,8 @@ import {
|
|
|
14
14
|
} from '@mui/material'
|
|
15
15
|
import { RotationAnimation } from '@xylabs/react-animation'
|
|
16
16
|
import { FlexCol, FlexRow } from '@xylabs/react-flexbox'
|
|
17
|
-
import { DarkModeIconButtonForColorScheme } from '@xylabs/react-invertible-theme'
|
|
18
17
|
import { LinkEx } from '@xylabs/react-link'
|
|
18
|
+
import { ColorSchemeButton } from '@xylabs/react-theme'
|
|
19
19
|
import React, { useState } from 'react'
|
|
20
20
|
|
|
21
21
|
import { XyoOSLogoWhite } from './img/index.ts'
|
|
@@ -74,7 +74,7 @@ export const BottomMenuArea: React.FC<BottomMenuAreaProps> = ({ openDebug, backg
|
|
|
74
74
|
</Tooltip>
|
|
75
75
|
<Tooltip title="Toggle Light/Dark Mode">
|
|
76
76
|
<span>
|
|
77
|
-
<
|
|
77
|
+
<ColorSchemeButton />
|
|
78
78
|
</span>
|
|
79
79
|
</Tooltip>
|
|
80
80
|
</Toolbar>
|
|
@@ -22,9 +22,9 @@ import type {
|
|
|
22
22
|
import { XyOsMonitor } from '@xyo-network/os-runtime'
|
|
23
23
|
import React, { useEffect, useState } from 'react'
|
|
24
24
|
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
25
|
+
import { DebugDialogWithNode } from '../../../../Debug/index.ts'
|
|
26
|
+
import { RenderHtml } from '../../../../RenderHtml.tsx'
|
|
27
|
+
import { useDebugClick } from '../../hooks/index.ts'
|
|
28
28
|
import { BottomMenuArea } from './BottomMenuArea.tsx'
|
|
29
29
|
import { StyledListItemButton, StyledMenuIconWrapSpan } from './StyledListItems.tsx'
|
|
30
30
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export * from './lib/index.ts'
|
|
2
2
|
export * from './menu/index.ts'
|
|
3
3
|
export * from './route/index.ts'
|
|
4
|
-
export * from './
|
|
4
|
+
export * from './useDebugClick.ts'
|
|
5
5
|
export * from './useDecomposeDapp.tsx'
|
|
6
|
+
export * from './useExposedNode.ts'
|
|
6
7
|
export * from './useSkipLoadingScreen.js'
|
|
7
8
|
export * from './useSyncOsRegisteredAccessInterfaces.js'
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './DappPathHelpers.ts'
|
|
2
|
-
export * from './
|
|
2
|
+
export * from './detectCustomer.ts'
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { usePromise } from '@xylabs/react-promise'
|
|
2
2
|
import type { Payload } from '@xyo-network/payload-model'
|
|
3
3
|
|
|
4
|
-
import { useXyOsUiContext } from '
|
|
5
|
-
import { DappMenuResourceHooks } from './useBuildDappMenuResource.
|
|
6
|
-
import { useDappMenuCaller } from './useDappMenuCaller.
|
|
4
|
+
import { useXyOsUiContext } from '../../../../../XyOsUi/index.ts'
|
|
5
|
+
import { DappMenuResourceHooks } from './useBuildDappMenuResource.ts'
|
|
6
|
+
import { useDappMenuCaller } from './useDappMenuCaller.ts'
|
|
7
7
|
|
|
8
8
|
export const useAddDappMenuItems = (payloads: Payload[]) => {
|
|
9
9
|
const xyOs = useXyOsUiContext()
|
|
@@ -3,9 +3,9 @@ import type { XyOsContext } from '@xyo-network/os-model'
|
|
|
3
3
|
import type { DappMenuResourceViews } from '@xyo-network/os-runtime'
|
|
4
4
|
import { DappMenuResource } from '@xyo-network/os-runtime'
|
|
5
5
|
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
import {
|
|
7
|
+
ResourceHooks, useCleanUpResource, useSyncExternalPayloadStore,
|
|
8
|
+
} from '../../../../../resource/index.ts'
|
|
9
9
|
|
|
10
10
|
export const useBuildDappMenuResource = (xyOsContext?: XyOsContext | null) => {
|
|
11
11
|
const resource = usePromise(async () => {
|
|
@@ -7,7 +7,7 @@ import { useNavigate, useParams } from 'react-router-dom'
|
|
|
7
7
|
|
|
8
8
|
import type { DappMenuProperties } from '../../types/index.ts'
|
|
9
9
|
import { DappPathHelpers } from '../lib/index.ts'
|
|
10
|
-
import { useDappMenuDependencies } from '
|
|
10
|
+
import { useDappMenuDependencies } from './useDappMenuDependencies.ts'
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* Use the passed in dapp Node to resolve menu related modules and return the menu related items
|
|
@@ -3,7 +3,7 @@ import type { XyOsContext } from '@xyo-network/os-model'
|
|
|
3
3
|
import { DappMenuCaller } from '@xyo-network/os-runtime'
|
|
4
4
|
import { useMemo } from 'react'
|
|
5
5
|
|
|
6
|
-
import { useXyOsUiContext } from '
|
|
6
|
+
import { useXyOsUiContext } from '../../../../../XyOsUi/index.ts'
|
|
7
7
|
|
|
8
8
|
type DappMenuCallerHookOptions = {
|
|
9
9
|
ignoreProvidedNode?: boolean
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { XyOsContext } from '@xyo-network/os-model'
|
|
2
2
|
import { useMemo } from 'react'
|
|
3
3
|
|
|
4
|
-
import { DappMenuResourceHooks } from '
|
|
4
|
+
import { DappMenuResourceHooks } from './useBuildDappMenuResource.ts'
|
|
5
5
|
|
|
6
6
|
export const useDappMenuDependencies = (context?: XyOsContext | null) => {
|
|
7
7
|
const {
|
|
@@ -8,7 +8,8 @@ import { asOptionalDappIntent, DappIntentTypes } from '@xyo-network/os-model'
|
|
|
8
8
|
import { DappIntentCaller } from '@xyo-network/os-runtime'
|
|
9
9
|
import { useEffect, useState } from 'react'
|
|
10
10
|
|
|
11
|
-
import {
|
|
11
|
+
import { useSendDappIntent } from '../../../../../../intent/index.ts'
|
|
12
|
+
import { useDappCaller } from '../../../../../useDappCaller.ts'
|
|
12
13
|
|
|
13
14
|
// React to new intents inserted into the dapp archivist
|
|
14
15
|
export const useManageDappIntentRequest = (context?: XyOsContext | null, dappId?: DappId) => {
|
|
@@ -5,9 +5,8 @@ import {
|
|
|
5
5
|
} from 'react'
|
|
6
6
|
import { useNavigate, useParams } from 'react-router-dom'
|
|
7
7
|
|
|
8
|
-
import { useDappMenuCaller } from '../../../../../../../hooks/index.ts'
|
|
9
8
|
import { DappPathHelpers } from '../../lib/index.ts'
|
|
10
|
-
import { useDappMenuDependencies } from '../../
|
|
9
|
+
import { useDappMenuCaller, useDappMenuDependencies } from '../../menu/index.ts'
|
|
11
10
|
|
|
12
11
|
/**
|
|
13
12
|
* Update the menu archivist based off changes in the the `path` route param
|
|
@@ -5,7 +5,7 @@ import { DappIntentCaller, NameTransforms } from '@xyo-network/os-runtime'
|
|
|
5
5
|
import { useRef } from 'react'
|
|
6
6
|
import { useParams } from 'react-router-dom'
|
|
7
7
|
|
|
8
|
-
import { useDappIntentCaller, useSendDappIntent } from '
|
|
8
|
+
import { useDappIntentCaller, useSendDappIntent } from '../../../../../../intent/index.ts'
|
|
9
9
|
|
|
10
10
|
/** Launch or close the dapp based off changes to the `dappName` route param */
|
|
11
11
|
export const useManageDappStateFromRoute = (intentPayload?: DappIntent) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useMemo } from 'react'
|
|
2
2
|
import { useSearchParams } from 'react-router-dom'
|
|
3
3
|
|
|
4
|
-
import { detectCustomer } from '
|
|
4
|
+
import { detectCustomer } from './lib/index.ts'
|
|
5
5
|
|
|
6
6
|
const PARAMS_TO_TARGET = ['username', 'utm_source'] as const
|
|
7
7
|
|
|
@@ -3,7 +3,7 @@ import type { ArchivistModuleEventData } from '@xyo-network/archivist-model'
|
|
|
3
3
|
import type { XyOsContext } from '@xyo-network/os-model'
|
|
4
4
|
import { useWeakArchivistFromNode } from '@xyo-network/react-archivist'
|
|
5
5
|
|
|
6
|
-
import { useDappCaller } from '
|
|
6
|
+
import { useDappCaller } from '../../../useDappCaller.ts'
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Syncs the registered access interfaces from the Os with the DappArchivist
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { RegisteredReactDapp, XyOsUiContext } from '@xyo-network/os-react-model'
|
|
2
2
|
import type { WalletInstance } from '@xyo-network/wallet-model'
|
|
3
3
|
|
|
4
|
-
import type { DappState } from '
|
|
4
|
+
import type { DappState } from '../../../lib/index.ts'
|
|
5
5
|
import type { DappMenuProperties } from './DappMenuProperties.ts'
|
|
6
6
|
|
|
7
7
|
export interface DappWindowProps {
|
|
@@ -3,7 +3,8 @@ import type { RegisteredDappAccess, XyOsContext } from '@xyo-network/os-model'
|
|
|
3
3
|
import { isRegisteredDappAccess, RegisteredNames } from '@xyo-network/os-model'
|
|
4
4
|
import { useState } from 'react'
|
|
5
5
|
|
|
6
|
-
import { DappAccessRequestResourceHooks
|
|
6
|
+
import { DappAccessRequestResourceHooks } from '../../../../access-requests/index.ts'
|
|
7
|
+
import { useDappCaller } from '../../../useDappCaller.ts'
|
|
7
8
|
|
|
8
9
|
export const useDialogState = (context?: XyOsContext | null) => {
|
|
9
10
|
const dappCaller = useDappCaller()
|
|
@@ -2,7 +2,7 @@ import type { XyOsContext } from '@xyo-network/os-model'
|
|
|
2
2
|
import { DappCaller } from '@xyo-network/os-runtime'
|
|
3
3
|
import { useMemo } from 'react'
|
|
4
4
|
|
|
5
|
-
import { useXyOsUiContext } from '../
|
|
5
|
+
import { useXyOsUiContext } from '../XyOsUi/index.ts'
|
|
6
6
|
|
|
7
7
|
export const useDappCaller = (context?: XyOsContext | null) => {
|
|
8
8
|
const xyOs = useXyOsUiContext()
|
|
@@ -3,9 +3,9 @@ import type { XyOsContext } from '@xyo-network/os-model'
|
|
|
3
3
|
import type { XnsRegistrationsViews } from '@xyo-network/os-runtime'
|
|
4
4
|
import { XnsRegistrationsResource } from '@xyo-network/os-runtime'
|
|
5
5
|
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
import {
|
|
7
|
+
ResourceHooks, useCleanUpResource, useSyncExternalPayloadStore,
|
|
8
|
+
} from '../resource/index.ts'
|
|
9
9
|
|
|
10
10
|
export const useBuildNameServiceRegistrationsResource = (context?: XyOsContext | null, pathPrefix?: string) => {
|
|
11
11
|
const result = usePromise(async () => {
|
|
@@ -3,9 +3,9 @@ import type { XyOsContext } from '@xyo-network/os-model'
|
|
|
3
3
|
import type { DappAccessRequestViews } from '@xyo-network/os-runtime'
|
|
4
4
|
import { DappAccessRequestResource } from '@xyo-network/os-runtime'
|
|
5
5
|
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
import {
|
|
7
|
+
ResourceHooks, useCleanUpResource, useSyncExternalPayloadStore,
|
|
8
|
+
} from '../resource/index.ts'
|
|
9
9
|
|
|
10
10
|
export const useBuildDappAccessRequestResource = (context?: XyOsContext | null) => {
|
|
11
11
|
const resource = usePromise(async () => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './hooks/index.ts'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ShiftAnimation } from './ShiftAnimation.tsx'
|
|
@@ -2,7 +2,7 @@ import { FlexCol, FlexGrowRow } from '@xylabs/react-flexbox'
|
|
|
2
2
|
import type { ReactNode } from 'react'
|
|
3
3
|
import React from 'react'
|
|
4
4
|
|
|
5
|
-
import { TwoToneBulletPoint } from './TwoToneBulletPoint.
|
|
5
|
+
import { TwoToneBulletPoint } from './TwoToneBulletPoint.tsx'
|
|
6
6
|
|
|
7
7
|
export interface TwoToneBulletPointListProps {
|
|
8
8
|
list: ReactNode[]
|
|
@@ -3,8 +3,8 @@ import type { FlexBoxProps } from '@xylabs/react-flexbox'
|
|
|
3
3
|
import { FormGroupCreditCardProvider } from '@xyo-network/react-form-credit-card'
|
|
4
4
|
import React from 'react'
|
|
5
5
|
|
|
6
|
-
import { DappPage } from '
|
|
7
|
-
import { AccountCard } from './AccountCard.
|
|
6
|
+
import { DappPage } from '../../../Dapp/index.ts'
|
|
7
|
+
import { AccountCard } from './AccountCard.tsx'
|
|
8
8
|
import {
|
|
9
9
|
CoinbaseEmailInput, PrimaryCryptoWalletInput, SecondaryCryptoWalletInput,
|
|
10
10
|
} from './InputFields/index.ts'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useAccountArchivist.ts'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Icon.tsx'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CreditCardInput.ts'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DomainIcon.tsx'
|
|
@@ -2,7 +2,7 @@ import type { Payload } from '@xyo-network/payload-model'
|
|
|
2
2
|
import { isPayloadOfSchemaType } from '@xyo-network/payload-model'
|
|
3
3
|
import type { TableHeadCell as TableHeadCellFields } from '@xyo-network/react-table'
|
|
4
4
|
|
|
5
|
-
import { TableHeadCellSchema } from './Schema.
|
|
5
|
+
import { TableHeadCellSchema } from './Schema.ts'
|
|
6
6
|
|
|
7
7
|
export type TableHeadCell = Payload<TableHeadCellFields & {
|
|
8
8
|
tooltip?: string
|
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
import React from 'react'
|
|
7
7
|
|
|
8
8
|
import { useVisibleColumns } from '../hooks/index.ts'
|
|
9
|
-
import type { TableHeadCell } from '../Payload.
|
|
10
|
-
import { StyledTableRowHeader } from './StyledTableRowHeader.
|
|
9
|
+
import type { TableHeadCell } from '../Payload.ts'
|
|
10
|
+
import { StyledTableRowHeader } from './StyledTableRowHeader.tsx'
|
|
11
11
|
|
|
12
12
|
interface TableHeadExProps extends TableHeadProps {
|
|
13
13
|
payloads: TableHeadCell[]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Head.tsx'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useVisibleColumns.tsx'
|
|
@@ -2,7 +2,7 @@ import type { Theme } from '@mui/material'
|
|
|
2
2
|
import { useMediaQuery } from '@mui/material'
|
|
3
3
|
import { useMemo } from 'react'
|
|
4
4
|
|
|
5
|
-
import type { TableHeadCell } from '../Payload.
|
|
5
|
+
import type { TableHeadCell } from '../Payload.ts'
|
|
6
6
|
|
|
7
7
|
export const useVisibleColumns = (tableHeadCells: TableHeadCell[]): [TableHeadCell[], boolean] => {
|
|
8
8
|
const isMedium = useMediaQuery((theme: Theme) => theme.breakpoints.down('lg'))
|
package/src/modules/index.ts
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
+
export * from './access-requests/index.ts'
|
|
2
|
+
export * from './bios/index.ts'
|
|
1
3
|
export * from './Dapp/index.ts'
|
|
4
|
+
export * from './dapps/index.ts'
|
|
5
|
+
export * from './intent/index.ts'
|
|
2
6
|
export * from './LoadingOsLogo/index.ts'
|
|
3
7
|
export * from './network/index.ts'
|
|
8
|
+
export * from './os/index.ts'
|
|
9
|
+
export * from './resource/index.ts'
|
|
10
|
+
export * from './stack/index.ts'
|
|
11
|
+
export * from './widgets/index.ts'
|
|
4
12
|
export * from './XyOsUi/index.ts'
|
|
@@ -3,9 +3,9 @@ import type { XyOsContext } from '@xyo-network/os-model'
|
|
|
3
3
|
import type { DappIntentViews } from '@xyo-network/os-runtime'
|
|
4
4
|
import { DappIntentResource } from '@xyo-network/os-runtime'
|
|
5
5
|
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
import {
|
|
7
|
+
ResourceHooks, useCleanUpResource, useSyncExternalPayloadStore,
|
|
8
|
+
} from '../resource/index.ts'
|
|
9
9
|
|
|
10
10
|
export const useBuildIntentResource = (context?: XyOsContext | null) => {
|
|
11
11
|
const resource = usePromise(async () => {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './DappIntentResourceHooks.ts'
|
|
2
|
+
export * from './useClearIntents.ts'
|
|
3
|
+
export * from './useDappIntentCaller.ts'
|
|
4
|
+
export * from './useDappIntentListener.ts'
|
|
5
|
+
export * from './useDappIntentListener2.ts'
|
|
6
|
+
export * from './useNavigateIntent.ts'
|
|
7
|
+
export * from './useSendDappIntent.ts'
|
|
@@ -3,7 +3,7 @@ import type { XyOsContext } from '@xyo-network/os-model'
|
|
|
3
3
|
import { DappIntentCaller } from '@xyo-network/os-runtime'
|
|
4
4
|
import { useMemo } from 'react'
|
|
5
5
|
|
|
6
|
-
import { useXyOsUiContext } from '../
|
|
6
|
+
import { useXyOsUiContext } from '../XyOsUi/index.ts'
|
|
7
7
|
|
|
8
8
|
export const useDappIntentCaller = (xyOsContext?: XyOsContext | null) => {
|
|
9
9
|
const xyOs = useXyOsUiContext()
|
package/src/{hooks/intent/useDappIntentListener2.tsx → modules/intent/useDappIntentListener2.ts}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { DappIntentTypes, DappMode } from '@xyo-network/os-model'
|
|
3
3
|
import { useEffect, useState } from 'react'
|
|
4
4
|
|
|
5
|
-
import { DappIntentResourceHooks } from '
|
|
5
|
+
import { DappIntentResourceHooks } from './DappIntentResourceHooks.ts'
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Note: This is a modified version of the original useDappIntentListener hook.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { assertEx } from '@xylabs/assert'
|
|
2
2
|
|
|
3
|
-
import type { StackReady } from '../../../../
|
|
3
|
+
import type { StackReady } from '../../../../interfaces/index.ts'
|
|
4
4
|
import type { NetworkState } from './NetworkState.ts'
|
|
5
5
|
|
|
6
6
|
const defaultNetworkState: NetworkState = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OsPubSubNetworkReadyEvent } from '@xyo-network/os-runtime'
|
|
2
2
|
import { useMemo } from 'react'
|
|
3
3
|
|
|
4
|
-
import { useStackReady } from '
|
|
4
|
+
import { useStackReady } from '../../stack/index.ts'
|
|
5
5
|
import { useXyOsUiContext } from '../../XyOsUi/index.ts'
|
|
6
6
|
import { createNetworkState, type NetworkState } from './lib/index.ts'
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OsXyoPublicNetworkReadyEvent } from '@xyo-network/os-runtime'
|
|
2
2
|
import { useMemo } from 'react'
|
|
3
3
|
|
|
4
|
-
import { useStackReady } from '
|
|
4
|
+
import { useStackReady } from '../../stack/index.ts'
|
|
5
5
|
import { useXyOsUiContext } from '../../XyOsUi/index.ts'
|
|
6
6
|
import { createNetworkState, type NetworkState } from './lib/index.ts'
|
|
7
7
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './useDappContextCreator.ts'
|
|
2
|
+
export * from './useDappRegistrationResults.ts'
|
|
3
|
+
export * from './useDappRegistry.ts'
|
|
4
|
+
export * from './useDappSeedPhraseRepository.ts'
|
|
5
|
+
export * from './useOsSettingsCaller.ts'
|
|
6
|
+
export * from './usePhraseFile.ts'
|
|
7
|
+
export * from './useTabs.ts'
|
|
8
|
+
export * from './useWidgetDapps.ts'
|
|
@@ -3,7 +3,7 @@ import type { DappRegistrationResults, EventBusPubSubConnectionRequest } from '@
|
|
|
3
3
|
import { EventBusPubSubConnection } from '@xyo-network/os-runtime'
|
|
4
4
|
import { useEffect, useState } from 'react'
|
|
5
5
|
|
|
6
|
-
import { useXyOsUiContext } from '../../
|
|
6
|
+
import { useXyOsUiContext } from '../../XyOsUi/index.ts'
|
|
7
7
|
|
|
8
8
|
export const useDappRegistrationResults = () => {
|
|
9
9
|
const context = useXyOsUiContext()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DappRegistry } from '@xyo-network/os-runtime'
|
|
2
2
|
import { useMemo } from 'react'
|
|
3
3
|
|
|
4
|
-
import { useDappSeedPhraseRepository } from './useDappSeedPhraseRepository.
|
|
4
|
+
import { useDappSeedPhraseRepository } from './useDappSeedPhraseRepository.ts'
|
|
5
5
|
|
|
6
6
|
let _dappRegistry: DappRegistry
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DappSeedPhraseRepository } from '@xyo-network/os-runtime'
|
|
2
2
|
import { useMemo } from 'react'
|
|
3
3
|
|
|
4
|
-
import { useXyOsUiContext } from '../../
|
|
4
|
+
import { useXyOsUiContext } from '../../XyOsUi/index.ts'
|
|
5
5
|
|
|
6
6
|
let _dappWalletRepository: DappSeedPhraseRepository
|
|
7
7
|
|
|
@@ -3,8 +3,8 @@ import type { XyOsContext } from '@xyo-network/os-model'
|
|
|
3
3
|
import { OsSettingsCaller, OsSettingsReadyEvent } from '@xyo-network/os-runtime'
|
|
4
4
|
import { useMemo } from 'react'
|
|
5
5
|
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { useStackReady } from '../../stack/index.ts'
|
|
7
|
+
import { useXyOsUiContext } from '../../XyOsUi/index.ts'
|
|
8
8
|
|
|
9
9
|
export const useOsSettingsCaller = (context?: XyOsContext | null) => {
|
|
10
10
|
const providedContext = useXyOsUiContext()
|