@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Insight.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Stat/Insight.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,iDAAiD;IACjD,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;IAE7C,6CAA6C;IAC7C,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;IAE3C,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;CAClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsightStatProps.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Stat/InsightStatProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAE3C,MAAM,WAAW,gBAAiB,SAAQ,OAAO;IAC/C,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { FlexBoxProps } from '@xylabs/react-flexbox';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import type { InsightStatProps } from './InsightStatProps.
|
|
3
|
+
import type { InsightStatProps } from './InsightStatProps.ts';
|
|
4
4
|
export interface InsightStatBoxProps extends InsightStatProps, FlexBoxProps {
|
|
5
5
|
}
|
|
6
6
|
export declare const InsightStatBox: React.FC<InsightStatBoxProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stat.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Stat/Stat.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAK7D,MAAM,WAAW,mBAAoB,SAAQ,gBAAgB,EAAE,YAAY;CAAG;AAE9E,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA4BxD,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
//# sourceMappingURL=
|
|
1
|
+
export declare const InsightSubtitle: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "order" | "position" | "bottom" | "left" | "right" | "top" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping">, "security" | "order" | "position" | "bottom" | "left" | "right" | "top" | "ref" | "resource" | "id" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "p" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
2
|
+
//# sourceMappingURL=Subtitle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Subtitle.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Stat/Subtitle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,o0QAW1B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const InsightUnit: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "order" | "position" | "bottom" | "left" | "right" | "top" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping">, "security" | "order" | "position" | "bottom" | "left" | "right" | "top" | "ref" | "resource" | "id" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "p" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
2
|
+
//# sourceMappingURL=Unit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Unit.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Stat/Unit.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,o0QAUtB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const InsightValue: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "order" | "position" | "bottom" | "left" | "right" | "top" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping">, "security" | "order" | "position" | "bottom" | "left" | "right" | "top" | "ref" | "resource" | "id" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "p" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
2
|
+
//# sourceMappingURL=Value.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Value.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Stat/Value.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,o0QAavB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Stat/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,uBAAuB,CAAA;AACrC,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { FlexBoxProps } from '@xylabs/react-flexbox';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export interface BooleanTablePropsItemProps {
|
|
5
|
+
name: string;
|
|
6
|
+
value: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface BooleanTableProps extends FlexBoxProps {
|
|
9
|
+
falseOutput?: ReactNode;
|
|
10
|
+
items: BooleanTablePropsItemProps[];
|
|
11
|
+
tableHeaders: string[];
|
|
12
|
+
trueOutput?: ReactNode;
|
|
13
|
+
}
|
|
14
|
+
export declare const StyledLightTableRow: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "classes" | "className" | "style" | "children" | "elevation" | "square" | "sx" | "variant">, "security" | "ref" | "resource" | "id" | "classes" | "className" | "style" | "children" | "elevation" | "square" | "sx" | "variant" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
15
|
+
export declare const StyledTableColumnTitle: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "order" | "position" | "bottom" | "left" | "right" | "top" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping">, "security" | "order" | "position" | "bottom" | "left" | "right" | "top" | "ref" | "resource" | "id" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "p" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
16
|
+
export declare const DefaultTrueOutput: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.SVGProps<SVGSVGElement>, "classes" | "className" | "style" | "children" | "sx" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox">, "string" | "name" | "cursor" | "order" | "version" | "mode" | "filter" | "fill" | "values" | "ref" | "id" | "classes" | "className" | "style" | "children" | "elevation" | "sx" | "clipPath" | "mask" | "path" | "key" | "suppressHydrationWarning" | "lang" | "tabIndex" | "role" | "color" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "fontWeight" | "direction" | "display" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "type" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "origin" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox" | "max" | "media" | "method" | "min" | "target" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "local" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
17
|
+
export declare const DefaultFalseOutput: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.SVGProps<SVGSVGElement>, "classes" | "className" | "style" | "children" | "sx" | "color" | "fontSize" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox">, "string" | "name" | "cursor" | "order" | "version" | "mode" | "filter" | "fill" | "values" | "ref" | "id" | "classes" | "className" | "style" | "children" | "elevation" | "sx" | "clipPath" | "mask" | "path" | "key" | "suppressHydrationWarning" | "lang" | "tabIndex" | "role" | "color" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "fontWeight" | "direction" | "display" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "type" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "origin" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox" | "max" | "media" | "method" | "min" | "target" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "local" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
18
|
+
export declare const BooleanTable: React.FC<BooleanTableProps>;
|
|
19
|
+
//# sourceMappingURL=BooleanTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BooleanTable.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Tables/BooleanTable.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAIzD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,OAAO,CAAA;CACf;AAUD,MAAM,WAAW,iBAAkB,SAAQ,YAAY;IACrD,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,KAAK,EAAE,0BAA0B,EAAE,CAAA;IACnC,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,UAAU,CAAC,EAAE,SAAS,CAAA;CACvB;AAED,eAAO,MAAM,mBAAmB,+5KAG7B,CAAA;AAEH,eAAO,MAAM,sBAAsB,gzQAIhC,CAAA;AAEH,eAAO,MAAM,iBAAiB,0zQAG3B,CAAA;AAEH,eAAO,MAAM,kBAAkB,0zQAG5B,CAAA;AAKH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA8BpD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/widgets/Types/Tables/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/widgets/Types/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetCard.d.ts","sourceRoot":"","sources":["../../../../src/modules/widgets/WidgetCard.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAG9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,SAAS,CAAA;IACxB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAsFhD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetCardExamples.d.ts","sourceRoot":"","sources":["../../../../src/modules/widgets/WidgetCardExamples.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,KAAK,MAAM,OAAO,CAAA;AASzB,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBrD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/widgets/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,0BAA0B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../src/settings/Theme/ThemeProvider.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../src/settings/Theme/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAAkB,MAAM,OAAO,CAAA;AAItC,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAa1D,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/os-react-runtime",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.7",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,73 +30,70 @@
|
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@react-spring/web": "^9.7.5",
|
|
33
|
-
"@xylabs/array": "^4.8.
|
|
34
|
-
"@xylabs/assert": "^4.8.
|
|
35
|
-
"@xylabs/forget": "^4.8.
|
|
36
|
-
"@xylabs/hex": "^4.8.
|
|
37
|
-
"@xylabs/lodash": "^4.8.
|
|
38
|
-
"@xylabs/object": "^4.8.
|
|
39
|
-
"@xylabs/promise": "^4.8.
|
|
40
|
-
"@xylabs/react-animation": "^6.
|
|
41
|
-
"@xylabs/react-async-effect": "^6.
|
|
42
|
-
"@xylabs/react-button": "^6.
|
|
43
|
-
"@xylabs/react-error": "^6.
|
|
44
|
-
"@xylabs/react-flexbox": "^6.
|
|
45
|
-
"@xylabs/react-
|
|
46
|
-
"@xylabs/react-
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@xyo-network/
|
|
50
|
-
"@xyo-network/
|
|
51
|
-
"@xyo-network/
|
|
52
|
-
"@xyo-network/
|
|
53
|
-
"@xyo-network/diviner-
|
|
54
|
-
"@xyo-network/diviner-
|
|
55
|
-
"@xyo-network/diviner-payload-
|
|
56
|
-
"@xyo-network/
|
|
57
|
-
"@xyo-network/
|
|
58
|
-
"@xyo-network/
|
|
59
|
-
"@xyo-network/
|
|
60
|
-
"@xyo-network/module-
|
|
61
|
-
"@xyo-network/
|
|
62
|
-
"@xyo-network/
|
|
63
|
-
"@xyo-network/
|
|
64
|
-
"@xyo-network/os-model": "^5.0.
|
|
65
|
-
"@xyo-network/os-
|
|
66
|
-
"@xyo-network/
|
|
67
|
-
"@xyo-network/
|
|
68
|
-
"@xyo-network/
|
|
69
|
-
"@xyo-network/react-
|
|
70
|
-
"@xyo-network/react-
|
|
71
|
-
"@xyo-network/react-
|
|
72
|
-
"@xyo-network/react-
|
|
73
|
-
"@xyo-network/react-
|
|
74
|
-
"@xyo-network/
|
|
75
|
-
"@xyo-network/react-wallet": "^5.1.2",
|
|
76
|
-
"@xyo-network/wallet-model": "^3.12.0",
|
|
77
|
-
"country-region-data": "^3.1.0",
|
|
33
|
+
"@xylabs/array": "^4.8.7",
|
|
34
|
+
"@xylabs/assert": "^4.8.7",
|
|
35
|
+
"@xylabs/forget": "^4.8.7",
|
|
36
|
+
"@xylabs/hex": "^4.8.7",
|
|
37
|
+
"@xylabs/lodash": "^4.8.7",
|
|
38
|
+
"@xylabs/object": "^4.8.7",
|
|
39
|
+
"@xylabs/promise": "^4.8.7",
|
|
40
|
+
"@xylabs/react-animation": "^6.2.2",
|
|
41
|
+
"@xylabs/react-async-effect": "^6.2.2",
|
|
42
|
+
"@xylabs/react-button": "^6.2.2",
|
|
43
|
+
"@xylabs/react-error": "^6.2.2",
|
|
44
|
+
"@xylabs/react-flexbox": "^6.2.2",
|
|
45
|
+
"@xylabs/react-link": "^6.2.2",
|
|
46
|
+
"@xylabs/react-promise": "^6.2.2",
|
|
47
|
+
"@xyo-network/archivist-indexeddb": "^3.12.5",
|
|
48
|
+
"@xyo-network/archivist-model": "^3.12.5",
|
|
49
|
+
"@xyo-network/bios-browser": "^5.0.7",
|
|
50
|
+
"@xyo-network/bios-model": "^5.0.7",
|
|
51
|
+
"@xyo-network/diviner-boundwitness-indexeddb": "^3.12.5",
|
|
52
|
+
"@xyo-network/diviner-model": "^3.12.5",
|
|
53
|
+
"@xyo-network/diviner-payload-generic": "^3.12.5",
|
|
54
|
+
"@xyo-network/diviner-payload-indexeddb": "^3.12.5",
|
|
55
|
+
"@xyo-network/diviner-payload-model": "^3.12.5",
|
|
56
|
+
"@xyo-network/kernel": "^5.0.7",
|
|
57
|
+
"@xyo-network/kernel-model": "^5.0.7",
|
|
58
|
+
"@xyo-network/module-event-emitter": "^3.12.5",
|
|
59
|
+
"@xyo-network/module-events": "^3.12.5",
|
|
60
|
+
"@xyo-network/module-factory-locator": "^3.12.5",
|
|
61
|
+
"@xyo-network/node-model": "^3.12.5",
|
|
62
|
+
"@xyo-network/os-model": "^5.0.7",
|
|
63
|
+
"@xyo-network/os-react-debug": "^5.0.7",
|
|
64
|
+
"@xyo-network/os-react-model": "^5.0.7",
|
|
65
|
+
"@xyo-network/os-runtime": "^5.0.7",
|
|
66
|
+
"@xyo-network/payload-model": "^3.12.5",
|
|
67
|
+
"@xyo-network/react-archivist": "^5.2.2",
|
|
68
|
+
"@xyo-network/react-card": "^5.2.2",
|
|
69
|
+
"@xyo-network/react-form-credit-card": "^5.2.2",
|
|
70
|
+
"@xyo-network/react-node": "^5.2.2",
|
|
71
|
+
"@xyo-network/react-shared": "^5.2.2",
|
|
72
|
+
"@xyo-network/react-table": "^5.2.2",
|
|
73
|
+
"@xyo-network/react-wallet": "^5.2.2",
|
|
74
|
+
"@xyo-network/wallet-model": "^3.12.5",
|
|
78
75
|
"luxon": "^3.6.1",
|
|
79
76
|
"react-helmet": "^6.1.0",
|
|
80
77
|
"react-icons": "^5.5.0",
|
|
81
|
-
"react-router-dom": "^7.5.
|
|
78
|
+
"react-router-dom": "^7.5.1",
|
|
82
79
|
"react-use-gesture": "^9.1.3",
|
|
83
80
|
"rollbar": "^2.26.4"
|
|
84
81
|
},
|
|
85
82
|
"devDependencies": {
|
|
86
83
|
"@emotion/react": "^11.14.0",
|
|
87
84
|
"@emotion/styled": "^11.14.0",
|
|
88
|
-
"@mui/icons-material": "^7.0.
|
|
89
|
-
"@mui/material": "^7.0.
|
|
90
|
-
"@mui/x-tree-view": "^7.
|
|
85
|
+
"@mui/icons-material": "^7.0.2",
|
|
86
|
+
"@mui/material": "^7.0.2",
|
|
87
|
+
"@mui/x-tree-view": "^7.29.0",
|
|
91
88
|
"@storybook/react": "^8.6.12",
|
|
92
89
|
"@types/luxon": "^3.6.2",
|
|
93
|
-
"@types/react": "^19.1.
|
|
90
|
+
"@types/react": "^19.1.2",
|
|
94
91
|
"@types/react-helmet": "^6.1.11",
|
|
95
|
-
"@xylabs/ts-scripts-react-yarn3": "^6.
|
|
96
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
97
|
-
"@xylabs/tsconfig": "^6.
|
|
98
|
-
"@xylabs/tsconfig-dom": "^6.
|
|
99
|
-
"@xylabs/tsconfig-react": "^6.
|
|
92
|
+
"@xylabs/ts-scripts-react-yarn3": "^6.3.4",
|
|
93
|
+
"@xylabs/ts-scripts-yarn3": "^6.3.4",
|
|
94
|
+
"@xylabs/tsconfig": "^6.3.4",
|
|
95
|
+
"@xylabs/tsconfig-dom": "^6.3.4",
|
|
96
|
+
"@xylabs/tsconfig-react": "^6.3.4",
|
|
100
97
|
"react": "^19.1.0",
|
|
101
98
|
"react-dom": "^19.1.0",
|
|
102
99
|
"storybook": "^8.6.12",
|
package/src/index.ts
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
export * from './components/index.ts'
|
|
2
|
-
export * from './DappPage.js'
|
|
3
|
-
export * from './DappPathSwitcher.js'
|
|
4
|
-
export * from './dapps/index.ts'
|
|
5
1
|
export * from './helpers/index.ts'
|
|
6
|
-
export * from './
|
|
2
|
+
export * from './interfaces/index.ts'
|
|
7
3
|
export * from './modules/index.ts'
|
|
8
4
|
export * from './settings/index.ts'
|
|
9
|
-
export * from './StyledBuilder.js'
|
|
10
5
|
export * from './utils/index.ts'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './StackReady.ts'
|
|
@@ -10,10 +10,10 @@ import { DappIntentTypes } from '@xyo-network/os-model'
|
|
|
10
10
|
import { DappIntentCaller, XyOsMonitor } from '@xyo-network/os-runtime'
|
|
11
11
|
import React, { useRef } from 'react'
|
|
12
12
|
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
13
|
+
import { useSendDappIntent } from '../../intent/index.ts'
|
|
14
|
+
import type { DappState } from '../lib/index.ts'
|
|
15
15
|
import { DEFAULT_ICON_SIZE } from '../lib/index.ts'
|
|
16
|
-
import
|
|
16
|
+
import { RenderHtml } from '../RenderHtml.tsx'
|
|
17
17
|
import { useLaunchPoint } from './hooks/index.ts'
|
|
18
18
|
import { DappLaunchFrame } from './LaunchFrame.js'
|
|
19
19
|
import { decomposeProps } from './lib/index.ts'
|
|
@@ -2,10 +2,11 @@ import type { DappIntent } from '@xyo-network/os-model'
|
|
|
2
2
|
import type { RegisteredReactDappSet } from '@xyo-network/os-react-model'
|
|
3
3
|
import React, { memo, useMemo } from 'react'
|
|
4
4
|
|
|
5
|
-
import { useDappContextCreator } from '
|
|
5
|
+
import { useDappContextCreator } from '../os/index.ts'
|
|
6
6
|
import { DappIconButton } from './Button/index.ts'
|
|
7
|
+
import { deriveDappState } from './lib/index.ts'
|
|
7
8
|
import {
|
|
8
|
-
DappRendered, DappWindow,
|
|
9
|
+
DappRendered, DappWindow, useDappMenu,
|
|
9
10
|
} from './modules/index.ts'
|
|
10
11
|
|
|
11
12
|
export interface DappContainerProps {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './Dialog.
|
|
1
|
+
export * from './Dialog.tsx'
|
|
@@ -7,8 +7,8 @@ import type { ModuleError } from '@xyo-network/payload-model'
|
|
|
7
7
|
import React from 'react'
|
|
8
8
|
import type Rollbar from 'rollbar'
|
|
9
9
|
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
10
|
+
import { NetworkReadyFlexBox } from '../../network/index.ts'
|
|
11
|
+
import { ErrorRenderWithSupportDefault } from '../Alert/index.ts'
|
|
12
12
|
|
|
13
13
|
export interface SharedDappPageProps extends FlexBoxProps {
|
|
14
14
|
checkNetwork?: boolean
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
export * from './Alert/index.ts'
|
|
1
2
|
export * from './Container.js'
|
|
2
3
|
export * from './ContainerFlexbox.js'
|
|
3
4
|
export * from './Debug/index.ts'
|
|
4
5
|
export * from './modules/index.ts'
|
|
5
6
|
export * from './Page/index.ts'
|
|
7
|
+
export * from './RenderHtml.tsx'
|
|
8
|
+
export * from './useDappCaller.ts'
|