@0xsquid/ui 0.16.2 → 0.17.1-beta.0
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/README.md +1 -1
- package/dist/cjs/index.js +6889 -35457
- package/dist/cjs/types/components/badges/IconLabel.d.ts +10 -0
- package/dist/cjs/types/components/badges/ImageIcon.d.ts +9 -0
- package/dist/cjs/types/components/badges/LoadingSkeleton.d.ts +8 -2
- package/dist/cjs/types/components/badges/TransactionState.d.ts +15 -0
- package/dist/cjs/types/components/badges/WalletLink.d.ts +6 -0
- package/dist/cjs/types/components/badges/index.d.ts +4 -0
- package/dist/cjs/types/components/buttons/AssetsButton.d.ts +1 -1
- package/dist/cjs/types/components/buttons/FilterButton.d.ts +6 -0
- package/dist/cjs/types/components/buttons/index.d.ts +1 -0
- package/dist/cjs/types/components/controls/Input.d.ts +2 -1
- package/dist/cjs/types/components/icons/Approve.d.ts +1 -0
- package/dist/cjs/types/components/icons/Arrow.d.ts +12 -2
- package/dist/cjs/types/components/icons/ArrowRotate.d.ts +1 -0
- package/dist/cjs/types/components/icons/Bag.d.ts +1 -0
- package/dist/cjs/types/components/icons/BoostBadge.d.ts +1 -0
- package/dist/cjs/types/components/icons/Calendar.d.ts +1 -0
- package/dist/cjs/types/components/icons/Collection.d.ts +1 -0
- package/dist/cjs/types/components/icons/Copy.d.ts +5 -0
- package/dist/cjs/types/components/icons/Filter.d.ts +1 -0
- package/dist/cjs/types/components/icons/HomeIcon.d.ts +3 -0
- package/dist/cjs/types/components/icons/ImageSparkle.d.ts +1 -0
- package/dist/cjs/types/components/icons/Link.d.ts +2 -0
- package/dist/cjs/types/components/icons/Loader.d.ts +3 -3
- package/dist/cjs/types/components/icons/NotAllowed.d.ts +1 -0
- package/dist/cjs/types/components/icons/PieChart.d.ts +1 -0
- package/dist/cjs/types/components/icons/Separator.d.ts +3 -0
- package/dist/cjs/types/components/icons/SquareArrowCenter.d.ts +1 -0
- package/dist/cjs/types/components/icons/Tag.d.ts +4 -0
- package/dist/cjs/types/components/icons/ThumbsUp.d.ts +3 -0
- package/dist/cjs/types/components/icons/Tick.d.ts +3 -0
- package/dist/cjs/types/components/icons/Timeline.d.ts +11 -0
- package/dist/cjs/types/components/layout/Breadcrumb.d.ts +5 -0
- package/dist/cjs/types/components/layout/Collapse.d.ts +11 -0
- package/dist/cjs/types/components/layout/DescriptionBlocks.d.ts +8 -0
- package/dist/cjs/types/components/layout/DetailsToolbar.d.ts +6 -3
- package/dist/cjs/types/components/layout/ExploreLayout.d.ts +7 -0
- package/dist/cjs/types/components/layout/HashLink.d.ts +10 -0
- package/dist/cjs/types/components/layout/Join.d.ts +7 -0
- package/dist/cjs/types/components/layout/SwapConfiguration.d.ts +3 -2
- package/dist/cjs/types/components/layout/TokenPair.d.ts +6 -3
- package/dist/cjs/types/components/layout/TransactionFilters.d.ts +20 -0
- package/dist/cjs/types/components/layout/TransactionHeader/BridgeHeader.d.ts +11 -0
- package/dist/cjs/types/components/layout/TransactionHeader/BuyNFTHeader.d.ts +10 -0
- package/dist/cjs/types/components/layout/TransactionHeader/InteractionHeader.d.ts +11 -0
- package/dist/cjs/types/components/layout/TransactionHeader/ProfileHeader.d.ts +11 -0
- package/dist/cjs/types/components/layout/TransactionHeader/SwapHeader.d.ts +16 -0
- package/dist/cjs/types/components/layout/TransactionHeader/TransactionHeader.d.ts +23 -0
- package/dist/cjs/types/components/layout/TransactionHeader/TransactionHeaderLayout.d.ts +10 -0
- package/dist/cjs/types/components/layout/TransactionHeader/index.d.ts +1 -0
- package/dist/cjs/types/components/layout/TransactionProperties/BridgeProperties.d.ts +21 -0
- package/dist/cjs/types/components/layout/TransactionProperties/BuyNFTProperties.d.ts +33 -0
- package/dist/cjs/types/components/layout/TransactionProperties/InteractionProperties.d.ts +11 -0
- package/dist/cjs/types/components/layout/TransactionProperties/PropertiesLayout.d.ts +7 -0
- package/dist/cjs/types/components/layout/TransactionProperties/SwapProperties.d.ts +28 -0
- package/dist/cjs/types/components/layout/TransactionProperties/TransactionProperties.d.ts +21 -0
- package/dist/cjs/types/components/layout/TransactionProperties/index.d.ts +6 -0
- package/dist/cjs/types/components/layout/TransactionSearch.d.ts +8 -0
- package/dist/cjs/types/components/layout/Transfer.d.ts +9 -0
- package/dist/cjs/types/components/layout/index.d.ts +23 -0
- package/dist/cjs/types/components/lists/PropertyListItem.d.ts +10 -0
- package/dist/cjs/types/components/lists/SwapStepItem.d.ts +3 -3
- package/dist/cjs/types/components/lists/TransactionAction/ActionLayout.d.ts +40 -0
- package/dist/cjs/types/components/lists/TransactionAction/ApproveAction.d.ts +21 -0
- package/dist/cjs/types/components/lists/TransactionAction/BaseActionProps.d.ts +10 -0
- package/dist/cjs/types/components/lists/TransactionAction/BridgeAction.d.ts +20 -0
- package/dist/cjs/types/components/lists/TransactionAction/FeesAction.d.ts +28 -0
- package/dist/cjs/types/components/lists/TransactionAction/IncompleteAction.d.ts +8 -0
- package/dist/cjs/types/components/lists/TransactionAction/ReceiveNFTAction.d.ts +21 -0
- package/dist/cjs/types/components/lists/TransactionAction/ReceiveTokensAction.d.ts +22 -0
- package/dist/cjs/types/components/lists/TransactionAction/SendTokensAction.d.ts +22 -0
- package/dist/cjs/types/components/lists/TransactionAction/StakeAction.d.ts +16 -0
- package/dist/cjs/types/components/lists/TransactionAction/StartAction.d.ts +8 -0
- package/dist/cjs/types/components/lists/TransactionAction/SuccessAction.d.ts +9 -0
- package/dist/cjs/types/components/lists/TransactionAction/SwapAction.d.ts +20 -0
- package/dist/cjs/types/components/lists/TransactionAction/TransactionAction.d.ts +37 -0
- package/dist/cjs/types/components/lists/TransactionAction/WrapAction.d.ts +20 -0
- package/dist/cjs/types/components/lists/TransactionAction/index.d.ts +14 -0
- package/dist/cjs/types/components/lists/TransactionAction/linkActionTimelineProps.d.ts +2 -0
- package/dist/cjs/types/components/lists/TransactionItem.d.ts +25 -0
- package/dist/cjs/types/components/lists/index.d.ts +18 -1
- package/dist/cjs/types/components/typography/BodyText.d.ts +4 -3
- package/dist/cjs/types/components/typography/HeadingText.d.ts +2 -1
- package/dist/cjs/types/components/views/TransactionView/BaseTransactionViewProps.d.ts +10 -0
- package/dist/cjs/types/components/views/TransactionView/BridgeTransactionView.d.ts +22 -0
- package/dist/cjs/types/components/views/TransactionView/BuyNFTTransactionView.d.ts +34 -0
- package/dist/cjs/types/components/views/TransactionView/InteractionTransactionView.d.ts +14 -0
- package/dist/cjs/types/components/views/TransactionView/SwapTransactionView.d.ts +30 -0
- package/dist/cjs/types/components/views/TransactionView/TransactionView.d.ts +21 -0
- package/dist/cjs/types/components/views/TransactionView/TransactionViewLayout.d.ts +10 -0
- package/dist/cjs/types/components/views/TransactionView/index.d.ts +6 -0
- package/dist/cjs/types/components/views/index.d.ts +7 -1
- package/dist/cjs/types/core/utils.d.ts +7 -1
- package/dist/cjs/types/hooks/useRect.d.ts +3 -0
- package/dist/cjs/types/providers/SquidConfigProvider.d.ts +1 -0
- package/dist/cjs/types/stories/badges/IconLabel.stories.d.ts +7 -0
- package/dist/cjs/types/stories/badges/ImageIcon.stories.d.ts +7 -0
- package/dist/cjs/types/stories/badges/Loader.stories.d.ts +0 -1
- package/dist/cjs/types/stories/badges/LoadingSkeleton.stories.d.ts +3 -1
- package/dist/cjs/types/stories/badges/TransactionState.stories.d.ts +15 -0
- package/dist/cjs/types/stories/badges/WalletLink.stories.d.ts +6 -0
- package/dist/cjs/types/stories/buttons/FilterButton.stories.d.ts +7 -0
- package/dist/cjs/types/stories/controls/Input.stories.d.ts +1 -0
- package/dist/cjs/types/stories/data/actions.d.ts +223 -0
- package/dist/cjs/types/stories/data/network.d.ts +52 -0
- package/dist/cjs/types/stories/data/transaction.d.ts +49 -0
- package/dist/cjs/types/stories/layout/ExploreLayout.stories.d.ts +6 -0
- package/dist/cjs/types/stories/layout/HashLink.stories.d.ts +11 -0
- package/dist/cjs/types/stories/layout/SwapConfiguration.stories.d.ts +2 -1
- package/dist/cjs/types/stories/layout/TokenPair.stories.d.ts +4 -1
- package/dist/cjs/types/stories/layout/TransactionFilters.stories.d.ts +6 -0
- package/dist/cjs/types/stories/layout/TransactionHeader.stories.d.ts +10 -0
- package/dist/cjs/types/stories/layout/TransactionProperties.stories.d.ts +9 -0
- package/dist/cjs/types/stories/layout/TransactionSearch.stories.d.ts +7 -0
- package/dist/cjs/types/stories/{lists/SwapDetailListItem.stories.d.ts → layout/Transfer.stories.d.ts} +2 -3
- package/dist/cjs/types/stories/lists/ListItem.stories.d.ts +1 -0
- package/dist/cjs/types/stories/lists/PropertyListItem.stories.d.ts +9 -0
- package/dist/cjs/types/stories/lists/TransactionAction.stories.d.ts +23 -0
- package/dist/cjs/types/stories/lists/TransactionItem.stories.d.ts +10 -0
- package/dist/cjs/types/stories/views/TransactionView.stories.d.ts +9 -0
- package/dist/cjs/types/styles/compiled-tailwind.css +4 -0
- package/dist/cjs/types/types/components.d.ts +13 -4
- package/dist/cjs/types/types/data.d.ts +155 -0
- package/dist/cjs/types/types/index.d.ts +1 -1
- package/dist/esm/index.js +6825 -35456
- package/dist/esm/types/components/badges/IconLabel.d.ts +10 -0
- package/dist/esm/types/components/badges/ImageIcon.d.ts +9 -0
- package/dist/esm/types/components/badges/LoadingSkeleton.d.ts +8 -2
- package/dist/esm/types/components/badges/TransactionState.d.ts +15 -0
- package/dist/esm/types/components/badges/WalletLink.d.ts +6 -0
- package/dist/esm/types/components/badges/index.d.ts +4 -0
- package/dist/esm/types/components/buttons/AssetsButton.d.ts +1 -1
- package/dist/esm/types/components/buttons/FilterButton.d.ts +6 -0
- package/dist/esm/types/components/buttons/index.d.ts +1 -0
- package/dist/esm/types/components/controls/Input.d.ts +2 -1
- package/dist/esm/types/components/icons/Approve.d.ts +1 -0
- package/dist/esm/types/components/icons/Arrow.d.ts +12 -2
- package/dist/esm/types/components/icons/ArrowRotate.d.ts +1 -0
- package/dist/esm/types/components/icons/Bag.d.ts +1 -0
- package/dist/esm/types/components/icons/BoostBadge.d.ts +1 -0
- package/dist/esm/types/components/icons/Calendar.d.ts +1 -0
- package/dist/esm/types/components/icons/Collection.d.ts +1 -0
- package/dist/esm/types/components/icons/Copy.d.ts +5 -0
- package/dist/esm/types/components/icons/Filter.d.ts +1 -0
- package/dist/esm/types/components/icons/HomeIcon.d.ts +3 -0
- package/dist/esm/types/components/icons/ImageSparkle.d.ts +1 -0
- package/dist/esm/types/components/icons/Link.d.ts +2 -0
- package/dist/esm/types/components/icons/Loader.d.ts +3 -3
- package/dist/esm/types/components/icons/NotAllowed.d.ts +1 -0
- package/dist/esm/types/components/icons/PieChart.d.ts +1 -0
- package/dist/esm/types/components/icons/Separator.d.ts +3 -0
- package/dist/esm/types/components/icons/SquareArrowCenter.d.ts +1 -0
- package/dist/esm/types/components/icons/Tag.d.ts +4 -0
- package/dist/esm/types/components/icons/ThumbsUp.d.ts +3 -0
- package/dist/esm/types/components/icons/Tick.d.ts +3 -0
- package/dist/esm/types/components/icons/Timeline.d.ts +11 -0
- package/dist/esm/types/components/layout/Breadcrumb.d.ts +5 -0
- package/dist/esm/types/components/layout/Collapse.d.ts +11 -0
- package/dist/esm/types/components/layout/DescriptionBlocks.d.ts +8 -0
- package/dist/esm/types/components/layout/DetailsToolbar.d.ts +6 -3
- package/dist/esm/types/components/layout/ExploreLayout.d.ts +7 -0
- package/dist/esm/types/components/layout/HashLink.d.ts +10 -0
- package/dist/esm/types/components/layout/Join.d.ts +7 -0
- package/dist/esm/types/components/layout/SwapConfiguration.d.ts +3 -2
- package/dist/esm/types/components/layout/TokenPair.d.ts +6 -3
- package/dist/esm/types/components/layout/TransactionFilters.d.ts +20 -0
- package/dist/esm/types/components/layout/TransactionHeader/BridgeHeader.d.ts +11 -0
- package/dist/esm/types/components/layout/TransactionHeader/BuyNFTHeader.d.ts +10 -0
- package/dist/esm/types/components/layout/TransactionHeader/InteractionHeader.d.ts +11 -0
- package/dist/esm/types/components/layout/TransactionHeader/ProfileHeader.d.ts +11 -0
- package/dist/esm/types/components/layout/TransactionHeader/SwapHeader.d.ts +16 -0
- package/dist/esm/types/components/layout/TransactionHeader/TransactionHeader.d.ts +23 -0
- package/dist/esm/types/components/layout/TransactionHeader/TransactionHeaderLayout.d.ts +10 -0
- package/dist/esm/types/components/layout/TransactionHeader/index.d.ts +1 -0
- package/dist/esm/types/components/layout/TransactionProperties/BridgeProperties.d.ts +21 -0
- package/dist/esm/types/components/layout/TransactionProperties/BuyNFTProperties.d.ts +33 -0
- package/dist/esm/types/components/layout/TransactionProperties/InteractionProperties.d.ts +11 -0
- package/dist/esm/types/components/layout/TransactionProperties/PropertiesLayout.d.ts +7 -0
- package/dist/esm/types/components/layout/TransactionProperties/SwapProperties.d.ts +28 -0
- package/dist/esm/types/components/layout/TransactionProperties/TransactionProperties.d.ts +21 -0
- package/dist/esm/types/components/layout/TransactionProperties/index.d.ts +6 -0
- package/dist/esm/types/components/layout/TransactionSearch.d.ts +8 -0
- package/dist/esm/types/components/layout/Transfer.d.ts +9 -0
- package/dist/esm/types/components/layout/index.d.ts +23 -0
- package/dist/esm/types/components/lists/PropertyListItem.d.ts +10 -0
- package/dist/esm/types/components/lists/SwapStepItem.d.ts +3 -3
- package/dist/esm/types/components/lists/TransactionAction/ActionLayout.d.ts +40 -0
- package/dist/esm/types/components/lists/TransactionAction/ApproveAction.d.ts +21 -0
- package/dist/esm/types/components/lists/TransactionAction/BaseActionProps.d.ts +10 -0
- package/dist/esm/types/components/lists/TransactionAction/BridgeAction.d.ts +20 -0
- package/dist/esm/types/components/lists/TransactionAction/FeesAction.d.ts +28 -0
- package/dist/esm/types/components/lists/TransactionAction/IncompleteAction.d.ts +8 -0
- package/dist/esm/types/components/lists/TransactionAction/ReceiveNFTAction.d.ts +21 -0
- package/dist/esm/types/components/lists/TransactionAction/ReceiveTokensAction.d.ts +22 -0
- package/dist/esm/types/components/lists/TransactionAction/SendTokensAction.d.ts +22 -0
- package/dist/esm/types/components/lists/TransactionAction/StakeAction.d.ts +16 -0
- package/dist/esm/types/components/lists/TransactionAction/StartAction.d.ts +8 -0
- package/dist/esm/types/components/lists/TransactionAction/SuccessAction.d.ts +9 -0
- package/dist/esm/types/components/lists/TransactionAction/SwapAction.d.ts +20 -0
- package/dist/esm/types/components/lists/TransactionAction/TransactionAction.d.ts +37 -0
- package/dist/esm/types/components/lists/TransactionAction/WrapAction.d.ts +20 -0
- package/dist/esm/types/components/lists/TransactionAction/index.d.ts +14 -0
- package/dist/esm/types/components/lists/TransactionAction/linkActionTimelineProps.d.ts +2 -0
- package/dist/esm/types/components/lists/TransactionItem.d.ts +25 -0
- package/dist/esm/types/components/lists/index.d.ts +18 -1
- package/dist/esm/types/components/typography/BodyText.d.ts +4 -3
- package/dist/esm/types/components/typography/HeadingText.d.ts +2 -1
- package/dist/esm/types/components/views/TransactionView/BaseTransactionViewProps.d.ts +10 -0
- package/dist/esm/types/components/views/TransactionView/BridgeTransactionView.d.ts +22 -0
- package/dist/esm/types/components/views/TransactionView/BuyNFTTransactionView.d.ts +34 -0
- package/dist/esm/types/components/views/TransactionView/InteractionTransactionView.d.ts +14 -0
- package/dist/esm/types/components/views/TransactionView/SwapTransactionView.d.ts +30 -0
- package/dist/esm/types/components/views/TransactionView/TransactionView.d.ts +21 -0
- package/dist/esm/types/components/views/TransactionView/TransactionViewLayout.d.ts +10 -0
- package/dist/esm/types/components/views/TransactionView/index.d.ts +6 -0
- package/dist/esm/types/components/views/index.d.ts +7 -1
- package/dist/esm/types/core/utils.d.ts +7 -1
- package/dist/esm/types/hooks/useRect.d.ts +3 -0
- package/dist/esm/types/providers/SquidConfigProvider.d.ts +1 -0
- package/dist/esm/types/stories/badges/IconLabel.stories.d.ts +7 -0
- package/dist/esm/types/stories/badges/ImageIcon.stories.d.ts +7 -0
- package/dist/esm/types/stories/badges/Loader.stories.d.ts +0 -1
- package/dist/esm/types/stories/badges/LoadingSkeleton.stories.d.ts +3 -1
- package/dist/esm/types/stories/badges/TransactionState.stories.d.ts +15 -0
- package/dist/esm/types/stories/badges/WalletLink.stories.d.ts +6 -0
- package/dist/esm/types/stories/buttons/FilterButton.stories.d.ts +7 -0
- package/dist/esm/types/stories/controls/Input.stories.d.ts +1 -0
- package/dist/esm/types/stories/data/actions.d.ts +223 -0
- package/dist/esm/types/stories/data/network.d.ts +52 -0
- package/dist/esm/types/stories/data/transaction.d.ts +49 -0
- package/dist/esm/types/stories/layout/ExploreLayout.stories.d.ts +6 -0
- package/dist/esm/types/stories/layout/HashLink.stories.d.ts +11 -0
- package/dist/esm/types/stories/layout/SwapConfiguration.stories.d.ts +2 -1
- package/dist/esm/types/stories/layout/TokenPair.stories.d.ts +4 -1
- package/dist/esm/types/stories/layout/TransactionFilters.stories.d.ts +6 -0
- package/dist/esm/types/stories/layout/TransactionHeader.stories.d.ts +10 -0
- package/dist/esm/types/stories/layout/TransactionProperties.stories.d.ts +9 -0
- package/dist/esm/types/stories/layout/TransactionSearch.stories.d.ts +7 -0
- package/dist/esm/types/stories/{lists/SwapDetailListItem.stories.d.ts → layout/Transfer.stories.d.ts} +2 -3
- package/dist/esm/types/stories/lists/ListItem.stories.d.ts +1 -0
- package/dist/esm/types/stories/lists/PropertyListItem.stories.d.ts +9 -0
- package/dist/esm/types/stories/lists/TransactionAction.stories.d.ts +23 -0
- package/dist/esm/types/stories/lists/TransactionItem.stories.d.ts +10 -0
- package/dist/esm/types/stories/views/TransactionView.stories.d.ts +9 -0
- package/dist/esm/types/styles/compiled-tailwind.css +4 -0
- package/dist/esm/types/types/components.d.ts +13 -4
- package/dist/esm/types/types/data.d.ts +155 -0
- package/dist/esm/types/types/index.d.ts +1 -1
- package/dist/index.css +485 -18
- package/dist/index.d.ts +825 -88
- package/package.json +5 -2
- package/dist/cjs/types/components/lists/SwapDetailListItem.d.ts +0 -9
- package/dist/esm/types/components/lists/SwapDetailListItem.d.ts +0 -9
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentProps, ReactNode } from 'react';
|
|
2
|
+
import { FeesActionProps, TransactionActionProps } from '../../lists/TransactionAction';
|
|
3
|
+
interface TransactionViewLayoutProps extends ComponentProps<'div'> {
|
|
4
|
+
header: ReactNode;
|
|
5
|
+
properties: ReactNode;
|
|
6
|
+
actions: TransactionActionProps[];
|
|
7
|
+
fees: FeesActionProps;
|
|
8
|
+
}
|
|
9
|
+
export declare function TransactionViewLayout({ header, properties, actions, fees, ...props }: TransactionViewLayoutProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from './TransactionView/BaseTransactionViewProps';
|
|
2
|
+
export * from './TransactionView/BridgeTransactionView';
|
|
3
|
+
export * from './TransactionView/BuyNFTTransactionView';
|
|
4
|
+
export * from './TransactionView/InteractionTransactionView';
|
|
5
|
+
export * from './TransactionView/SwapTransactionView';
|
|
6
|
+
export * from './TransactionView/TransactionView';
|
|
7
|
+
export * from './TransactionView/TransactionViewLayout';
|
|
@@ -14,5 +14,11 @@ interface DebouncedFunction<F extends AnyFunction> {
|
|
|
14
14
|
cancel: () => void;
|
|
15
15
|
}
|
|
16
16
|
export declare function debounce<F extends AnyFunction>(func: F, delay: number): DebouncedFunction<F>;
|
|
17
|
-
export declare const
|
|
17
|
+
export declare const formatDuration: (elapsedTime: number) => string;
|
|
18
|
+
export declare const formatTime: (timestampSeconds: number) => string;
|
|
19
|
+
export declare const formatRelativeDate: (timestampSeconds: number) => string;
|
|
20
|
+
export declare function capitalize(text: string): string;
|
|
21
|
+
type Falsy = false | null | undefined | 0 | '';
|
|
22
|
+
export declare function truthy<T>(value: T): value is Exclude<T, Falsy>;
|
|
23
|
+
export declare function truncateHash(hash: string): string;
|
|
18
24
|
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { IconLabel } from '../../components/badges/IconLabel';
|
|
3
|
+
declare const meta: Meta<typeof IconLabel>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Square: Story;
|
|
7
|
+
export declare const Round: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { ImageIcon } from '../../components/badges/ImageIcon';
|
|
3
|
+
declare const meta: Meta<typeof ImageIcon>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Square: Story;
|
|
7
|
+
export declare const Round: Story;
|
|
@@ -3,4 +3,6 @@ import { LoadingSkeleton } from '../../components/badges/LoadingSkeleton';
|
|
|
3
3
|
declare const meta: Meta<typeof LoadingSkeleton>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const Loading: Story;
|
|
7
|
+
export declare const Content: Story;
|
|
8
|
+
export declare const CustomSize: Story;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TransactionState } from '../../components/badges/TransactionState';
|
|
3
|
+
declare const meta: Meta<typeof TransactionState>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Success: Story;
|
|
7
|
+
export declare const SuccessCompact: Story;
|
|
8
|
+
export declare const Fail: Story;
|
|
9
|
+
export declare const FailCompact: Story;
|
|
10
|
+
export declare const Processing: Story;
|
|
11
|
+
export declare const ProcessingCompact: Story;
|
|
12
|
+
export declare const Waiting: Story;
|
|
13
|
+
export declare const WaitingCompact: Story;
|
|
14
|
+
export declare const Incomplete: Story;
|
|
15
|
+
export declare const IncompleteCompact: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { FilterButton } from '../../components/buttons/FilterButton';
|
|
3
|
+
declare const meta: Meta<typeof FilterButton>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Active: Story;
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
export declare const transactionActions: {
|
|
2
|
+
success: {
|
|
3
|
+
type: "success";
|
|
4
|
+
props: {
|
|
5
|
+
status: "success";
|
|
6
|
+
timestamp: number;
|
|
7
|
+
hash: string;
|
|
8
|
+
url: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
receive_tokens: {
|
|
12
|
+
type: "receive_tokens";
|
|
13
|
+
props: {
|
|
14
|
+
status: "executed";
|
|
15
|
+
amount: string;
|
|
16
|
+
token: {
|
|
17
|
+
logoURI: string;
|
|
18
|
+
bgColor: string;
|
|
19
|
+
symbol: string;
|
|
20
|
+
};
|
|
21
|
+
chain: {
|
|
22
|
+
logoURI: string;
|
|
23
|
+
name: string;
|
|
24
|
+
};
|
|
25
|
+
wallet: {
|
|
26
|
+
imageURI: string;
|
|
27
|
+
address: string;
|
|
28
|
+
url: string;
|
|
29
|
+
};
|
|
30
|
+
timestamp: number;
|
|
31
|
+
hash: string;
|
|
32
|
+
url: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
receive_nft: {
|
|
36
|
+
type: "receive_nft";
|
|
37
|
+
props: {
|
|
38
|
+
status: "executed";
|
|
39
|
+
nft: {
|
|
40
|
+
imageURI: string;
|
|
41
|
+
name: string;
|
|
42
|
+
};
|
|
43
|
+
chain: {
|
|
44
|
+
logoURI: string;
|
|
45
|
+
name: string;
|
|
46
|
+
};
|
|
47
|
+
wallet: {
|
|
48
|
+
imageURI: string;
|
|
49
|
+
address: string;
|
|
50
|
+
url: string;
|
|
51
|
+
};
|
|
52
|
+
timestamp: number;
|
|
53
|
+
hash: string;
|
|
54
|
+
url: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
approve: {
|
|
58
|
+
type: "approve";
|
|
59
|
+
props: {
|
|
60
|
+
status: "executed";
|
|
61
|
+
profile: {
|
|
62
|
+
imageURI: string;
|
|
63
|
+
label: string;
|
|
64
|
+
};
|
|
65
|
+
chain: {
|
|
66
|
+
logoURI: string;
|
|
67
|
+
name: string;
|
|
68
|
+
};
|
|
69
|
+
wallet: {
|
|
70
|
+
imageURI: string;
|
|
71
|
+
address: string;
|
|
72
|
+
url: string;
|
|
73
|
+
};
|
|
74
|
+
timestamp: number;
|
|
75
|
+
hash: string;
|
|
76
|
+
url: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
send_tokens: {
|
|
80
|
+
type: "send_tokens";
|
|
81
|
+
props: {
|
|
82
|
+
status: "executed";
|
|
83
|
+
amount: string;
|
|
84
|
+
token: {
|
|
85
|
+
logoURI: string;
|
|
86
|
+
bgColor: string;
|
|
87
|
+
symbol: string;
|
|
88
|
+
};
|
|
89
|
+
chain: {
|
|
90
|
+
logoURI: string;
|
|
91
|
+
name: string;
|
|
92
|
+
};
|
|
93
|
+
wallet: {
|
|
94
|
+
imageURI: string;
|
|
95
|
+
address: string;
|
|
96
|
+
url: string;
|
|
97
|
+
};
|
|
98
|
+
timestamp: number;
|
|
99
|
+
hash: string;
|
|
100
|
+
url: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
swap: {
|
|
104
|
+
type: "swap";
|
|
105
|
+
props: {
|
|
106
|
+
status: "executed";
|
|
107
|
+
fromToken: {
|
|
108
|
+
logoURI: string;
|
|
109
|
+
bgColor: string;
|
|
110
|
+
symbol: string;
|
|
111
|
+
};
|
|
112
|
+
toToken: {
|
|
113
|
+
logoURI: string;
|
|
114
|
+
bgColor: string;
|
|
115
|
+
symbol: string;
|
|
116
|
+
};
|
|
117
|
+
provider: {
|
|
118
|
+
logoURI: string;
|
|
119
|
+
name: string;
|
|
120
|
+
};
|
|
121
|
+
timestamp: number;
|
|
122
|
+
hash: string;
|
|
123
|
+
url: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
wrap: {
|
|
127
|
+
type: "wrap";
|
|
128
|
+
props: {
|
|
129
|
+
status: "executed";
|
|
130
|
+
fromToken: {
|
|
131
|
+
logoURI: string;
|
|
132
|
+
bgColor: string;
|
|
133
|
+
symbol: string;
|
|
134
|
+
};
|
|
135
|
+
toToken: {
|
|
136
|
+
logoURI: string;
|
|
137
|
+
bgColor: string;
|
|
138
|
+
symbol: string;
|
|
139
|
+
};
|
|
140
|
+
provider: {
|
|
141
|
+
logoURI: string;
|
|
142
|
+
name: string;
|
|
143
|
+
};
|
|
144
|
+
timestamp: number;
|
|
145
|
+
hash: string;
|
|
146
|
+
url: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
bridge: {
|
|
150
|
+
type: "bridge";
|
|
151
|
+
props: {
|
|
152
|
+
status: "executed";
|
|
153
|
+
token: {
|
|
154
|
+
logoURI: string;
|
|
155
|
+
bgColor: string;
|
|
156
|
+
symbol: string;
|
|
157
|
+
};
|
|
158
|
+
chain: {
|
|
159
|
+
logoURI: string;
|
|
160
|
+
name: string;
|
|
161
|
+
};
|
|
162
|
+
provider: {
|
|
163
|
+
logoURI: string;
|
|
164
|
+
name: string;
|
|
165
|
+
};
|
|
166
|
+
timestamp: number;
|
|
167
|
+
hash: string;
|
|
168
|
+
url: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
stake: {
|
|
172
|
+
type: "stake";
|
|
173
|
+
props: {
|
|
174
|
+
status: "executed";
|
|
175
|
+
token: {
|
|
176
|
+
logoURI: string;
|
|
177
|
+
bgColor: string;
|
|
178
|
+
symbol: string;
|
|
179
|
+
};
|
|
180
|
+
provider: {
|
|
181
|
+
logoURI: string;
|
|
182
|
+
name: string;
|
|
183
|
+
};
|
|
184
|
+
timestamp: number;
|
|
185
|
+
hash: string;
|
|
186
|
+
url: string;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
start: {
|
|
190
|
+
type: "start";
|
|
191
|
+
props: {
|
|
192
|
+
status: "executed";
|
|
193
|
+
timestamp: number;
|
|
194
|
+
hash: string;
|
|
195
|
+
url: string;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
fees: {
|
|
199
|
+
type: "fees";
|
|
200
|
+
props: {
|
|
201
|
+
status: "executed";
|
|
202
|
+
total: {
|
|
203
|
+
label: string;
|
|
204
|
+
usd: string;
|
|
205
|
+
eth: string;
|
|
206
|
+
};
|
|
207
|
+
lines: {
|
|
208
|
+
label: string;
|
|
209
|
+
usd: string;
|
|
210
|
+
eth: string;
|
|
211
|
+
}[];
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
incomplete: {
|
|
215
|
+
type: "incomplete";
|
|
216
|
+
props: {
|
|
217
|
+
status: "executed";
|
|
218
|
+
nextStatus: "executed";
|
|
219
|
+
message: string;
|
|
220
|
+
buttons: import("react/jsx-runtime").JSX.Element;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const tokens: {
|
|
2
|
+
eth: {
|
|
3
|
+
logoURI: string;
|
|
4
|
+
bgColor: string;
|
|
5
|
+
symbol: string;
|
|
6
|
+
};
|
|
7
|
+
weth: {
|
|
8
|
+
logoURI: string;
|
|
9
|
+
bgColor: string;
|
|
10
|
+
symbol: string;
|
|
11
|
+
};
|
|
12
|
+
usdc: {
|
|
13
|
+
logoURI: string;
|
|
14
|
+
bgColor: string;
|
|
15
|
+
symbol: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export declare const chains: {
|
|
19
|
+
ethereum: {
|
|
20
|
+
logoURI: string;
|
|
21
|
+
name: string;
|
|
22
|
+
};
|
|
23
|
+
optimism: {
|
|
24
|
+
logoURI: string;
|
|
25
|
+
name: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export declare const providers: {
|
|
29
|
+
axelar: {
|
|
30
|
+
logoURI: string;
|
|
31
|
+
name: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export declare const wallets: {
|
|
35
|
+
punk: {
|
|
36
|
+
imageURI: string;
|
|
37
|
+
address: string;
|
|
38
|
+
url: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare const nfts: {
|
|
42
|
+
parallelLives: {
|
|
43
|
+
name: string;
|
|
44
|
+
imageURI: string;
|
|
45
|
+
collection: {
|
|
46
|
+
name: string;
|
|
47
|
+
imageURI: string;
|
|
48
|
+
};
|
|
49
|
+
tokenID: string;
|
|
50
|
+
nftType: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { TransactionData } from '../../types/data';
|
|
2
|
+
export declare const rawTransactionData: TransactionData;
|
|
3
|
+
export declare const ethereumChainData: {
|
|
4
|
+
axelarChainName: string;
|
|
5
|
+
networkIdentifier: string;
|
|
6
|
+
chainType: string;
|
|
7
|
+
rpc: string;
|
|
8
|
+
networkName: string;
|
|
9
|
+
chainId: string;
|
|
10
|
+
nativeCurrency: {
|
|
11
|
+
name: string;
|
|
12
|
+
symbol: string;
|
|
13
|
+
decimals: number;
|
|
14
|
+
icon: string;
|
|
15
|
+
};
|
|
16
|
+
swapAmountForGas: string;
|
|
17
|
+
sameChainSwapsSupported: boolean;
|
|
18
|
+
chainIconURI: string;
|
|
19
|
+
blockExplorerUrls: string[];
|
|
20
|
+
chainNativeContracts: {
|
|
21
|
+
wrappedNativeToken: string;
|
|
22
|
+
ensRegistry: string;
|
|
23
|
+
multicall: string;
|
|
24
|
+
usdcToken: string;
|
|
25
|
+
};
|
|
26
|
+
bridges: {
|
|
27
|
+
axelar: {
|
|
28
|
+
gateway: string;
|
|
29
|
+
itsService: string;
|
|
30
|
+
};
|
|
31
|
+
cctp: {
|
|
32
|
+
cctpDomain: number;
|
|
33
|
+
tokenMessenger: string;
|
|
34
|
+
messageTransmitter: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
squidContracts: {
|
|
38
|
+
squidRouter: string;
|
|
39
|
+
defaultCrosschainToken: string;
|
|
40
|
+
squidMulticall: string;
|
|
41
|
+
squidFeeCollector: string;
|
|
42
|
+
};
|
|
43
|
+
compliance: {
|
|
44
|
+
trmIdentifier: string;
|
|
45
|
+
};
|
|
46
|
+
estimatedRouteDuration: number;
|
|
47
|
+
estimatedBoostRouteDuration: number;
|
|
48
|
+
enableBoostByDefault: boolean;
|
|
49
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { ExploreLayout } from '../../components/layout/ExploreLayout';
|
|
3
|
+
declare const meta: Meta<typeof ExploreLayout>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { HashLink } from '../../components/layout/HashLink';
|
|
3
|
+
declare const meta: Meta<typeof HashLink>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const ShowTx: Story;
|
|
8
|
+
export declare const ShowCopyButton: Story;
|
|
9
|
+
export declare const WithUrl: Story;
|
|
10
|
+
export declare const WithChildren: Story;
|
|
11
|
+
export declare const AllProps: Story;
|
|
@@ -3,7 +3,8 @@ import { SwapConfiguration } from '../../components/layout/SwapConfiguration';
|
|
|
3
3
|
declare const meta: Meta<typeof SwapConfiguration>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const EmptyVariantPrimary: Story;
|
|
7
|
+
export declare const EmptyVariantAccent: Story;
|
|
7
8
|
export declare const ChainOnly: Story;
|
|
8
9
|
export declare const ChainAndToken: Story;
|
|
9
10
|
export declare const WithSwapAmountUsd: Story;
|
|
@@ -3,4 +3,7 @@ import { TokenPair } from '../../components/layout/TokenPair';
|
|
|
3
3
|
declare const meta: Meta<typeof TokenPair>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const Horizontal: Story;
|
|
7
|
+
export declare const HorizontalSmall: Story;
|
|
8
|
+
export declare const Vertical: Story;
|
|
9
|
+
export declare const VerticalSmall: Story;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
declare function TransactionFiltersWithState(): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const meta: Meta<typeof TransactionFiltersWithState>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TransactionHeader, TransactionHeaderProps } from '../../components/layout/TransactionHeader/TransactionHeader';
|
|
3
|
+
declare const meta: Meta<typeof TransactionHeader>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<TransactionHeaderProps>;
|
|
6
|
+
export declare const Swap: Story;
|
|
7
|
+
export declare const BuyNFT: Story;
|
|
8
|
+
export declare const Interaction: Story;
|
|
9
|
+
export declare const Bridge: Story;
|
|
10
|
+
export declare const Profile: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TransactionProperties, TransactionPropertiesProps } from '../../components/layout/TransactionProperties';
|
|
3
|
+
declare const meta: Meta<typeof TransactionProperties>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<TransactionPropertiesProps>;
|
|
6
|
+
export declare const Swap: Story;
|
|
7
|
+
export declare const BuyNFT: Story;
|
|
8
|
+
export declare const Interaction: Story;
|
|
9
|
+
export declare const Bridge: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TransactionSearch } from '../../components/layout/TransactionSearch';
|
|
3
|
+
declare const meta: Meta<typeof TransactionSearch>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Results: Story;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import {
|
|
3
|
-
declare const meta: Meta<typeof
|
|
2
|
+
import { Transfer } from '../../components/layout/Transfer';
|
|
3
|
+
declare const meta: Meta<typeof Transfer>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
6
6
|
export declare const Default: Story;
|
|
7
|
-
export declare const WithDetail: Story;
|
|
8
7
|
export declare const Loading: Story;
|
|
@@ -19,6 +19,7 @@ export declare const LargeWithSecondaryImage: Story;
|
|
|
19
19
|
export declare const LargeSelected: Story;
|
|
20
20
|
export declare const LargeWithCustomIconAsImage: Story;
|
|
21
21
|
export declare const SubtitleLoading: Story;
|
|
22
|
+
export declare const CustomSubtitleLoading: Story;
|
|
22
23
|
export declare const ImageAndBadgeLoading: Story;
|
|
23
24
|
export declare const Small: Story;
|
|
24
25
|
export declare const SmallInteractive: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { PropertyListItem } from '../../components/lists/PropertyListItem';
|
|
3
|
+
declare const meta: Meta<typeof PropertyListItem>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const TextDetail: Story;
|
|
8
|
+
export declare const CustomDetail: Story;
|
|
9
|
+
export declare const Loading: Story;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TransactionAction, TransactionActionProps } from '../../components/lists/TransactionAction';
|
|
3
|
+
declare const meta: Meta<typeof TransactionAction>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<TransactionActionProps>;
|
|
6
|
+
export declare const SuccessSuccess: Story;
|
|
7
|
+
export declare const SuccessFailed: Story;
|
|
8
|
+
export declare const SuccessPending: Story;
|
|
9
|
+
export declare const SuccessWaiting: Story;
|
|
10
|
+
export declare const RecieveTokens: Story;
|
|
11
|
+
export declare const RecieveNFT: Story;
|
|
12
|
+
export declare const Approve: Story;
|
|
13
|
+
export declare const SendTokens: Story;
|
|
14
|
+
export declare const Swap: Story;
|
|
15
|
+
export declare const Wrap: Story;
|
|
16
|
+
export declare const Bridge: Story;
|
|
17
|
+
export declare const Stake: Story;
|
|
18
|
+
export declare const StartSuccess: Story;
|
|
19
|
+
export declare const StartFail: Story;
|
|
20
|
+
export declare const NotStarted: Story;
|
|
21
|
+
export declare const Fees: Story;
|
|
22
|
+
export declare const FeesTotal: Story;
|
|
23
|
+
export declare const Incomplete: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TransactionItem } from '../../components/lists/TransactionItem';
|
|
3
|
+
declare const meta: Meta<typeof TransactionItem>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Swap: Story;
|
|
7
|
+
export declare const NFT: Story;
|
|
8
|
+
export declare const Bridge: Story;
|
|
9
|
+
export declare const Approve: Story;
|
|
10
|
+
export declare const Loading: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { TransactionView, TransactionViewProps } from '../../components/views/TransactionView';
|
|
3
|
+
declare const meta: Meta<typeof TransactionView>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<TransactionViewProps>;
|
|
6
|
+
export declare const Swap: Story;
|
|
7
|
+
export declare const BuyNFT: Story;
|
|
8
|
+
export declare const Interaction: Story;
|
|
9
|
+
export declare const Bridge: Story;
|