@matbea-ui/matbea-ui 0.1.5 → 0.1.6
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/types/components/Button/index.d.ts +14 -0
- package/dist/types/components/Button/index.stories.d.ts +14 -0
- package/dist/types/components/Button/styled.d.ts +16 -0
- package/dist/types/components/Checkbox/index.d.ts +12 -0
- package/dist/types/components/Checkbox/index.stories.d.ts +8 -0
- package/dist/types/components/Checkbox/styled.d.ts +9 -0
- package/dist/types/components/Container/index.d.ts +1 -0
- package/dist/types/components/Container/index.stories.d.ts +6 -0
- package/dist/types/components/Container/styled.d.ts +1 -0
- package/dist/types/components/CopyButton/index.d.ts +6 -0
- package/dist/types/components/CopyButton/styled.d.ts +1 -0
- package/dist/types/components/CopyTooltip/index.d.ts +8 -0
- package/dist/types/components/CopyTooltip/styled.d.ts +3 -0
- package/dist/types/components/Counter/index.d.ts +3 -0
- package/dist/types/components/Counter/index.stories.d.ts +6 -0
- package/dist/types/components/Counter/styled.d.ts +52 -0
- package/dist/types/components/Hamburger/index.d.ts +6 -0
- package/dist/types/components/Hamburger/index.stories.d.ts +6 -0
- package/dist/types/components/Icon/index.d.ts +6 -0
- package/dist/types/components/Informer/index.d.ts +8 -0
- package/dist/types/components/Informer/index.stories.d.ts +11 -0
- package/dist/types/components/Informer/styled.d.ts +5 -0
- package/dist/types/components/Input/index.d.ts +18 -0
- package/dist/types/components/Input/index.stories.d.ts +9 -0
- package/dist/types/components/Input/styled.d.ts +61 -0
- package/dist/types/components/Loader/index.d.ts +1 -0
- package/dist/types/components/Loader/index.stories.d.ts +6 -0
- package/dist/types/components/Loader/styled.d.ts +2 -0
- package/dist/types/components/RadioButton/index.d.ts +12 -0
- package/dist/types/components/RadioButton/index.stories.d.ts +8 -0
- package/dist/types/components/RadioButton/styled.d.ts +43 -0
- package/dist/types/components/Select/index.d.ts +22 -0
- package/dist/types/components/Select/index.stories.d.ts +8 -0
- package/dist/types/components/Select/styled.d.ts +70 -0
- package/dist/types/components/Switcher/index.d.ts +10 -0
- package/dist/types/components/Switcher/index.stories.d.ts +7 -0
- package/dist/types/components/Switcher/styled.d.ts +8 -0
- package/dist/types/components/Table/index.d.ts +17 -0
- package/dist/types/components/Table/index.stories.d.ts +6 -0
- package/dist/types/components/Table/styled.d.ts +108 -0
- package/dist/types/components/Tabs/index.d.ts +11 -0
- package/dist/types/components/Tabs/index.stories.d.ts +7 -0
- package/dist/types/components/Tabs/item.d.ts +11 -0
- package/dist/types/components/Tabs/styled.d.ts +6 -0
- package/dist/types/components/Tooltip/index.d.ts +18 -0
- package/dist/types/components/Tooltip/index.stories.d.ts +10 -0
- package/dist/types/components/Tooltip/styled.d.ts +66 -0
- package/dist/types/components/Tooltip/types.d.ts +1 -0
- package/dist/types/components/Typography/index.d.ts +17 -0
- package/dist/types/components/Typography/index.stories.d.ts +9 -0
- package/dist/types/components/Typography/styled.d.ts +10 -0
- package/dist/types/components/UserAccount/index.d.ts +3 -0
- package/dist/types/components/UserAccount/index.stories.d.ts +6 -0
- package/dist/types/components/UserAccount/styled.d.ts +36 -0
- package/dist/types/components/index.d.ts +17 -0
- package/dist/types/icons/banks/index.d.ts +40 -0
- package/dist/types/icons/banks/logo-ACBACredit.d.ts +2 -0
- package/dist/types/icons/banks/logo-ArmEconomBank.d.ts +2 -0
- package/dist/types/icons/banks/logo-ArshidBank.d.ts +2 -0
- package/dist/types/icons/banks/logo-BankofGeorgia.d.ts +2 -0
- package/dist/types/icons/banks/logo-ForteBank.d.ts +2 -0
- package/dist/types/icons/banks/logo-HalykBank.d.ts +2 -0
- package/dist/types/icons/banks/logo-HumoCard.d.ts +2 -0
- package/dist/types/icons/banks/logo-JysanBank.d.ts +2 -0
- package/dist/types/icons/banks/logo-KaspiBank.d.ts +2 -0
- package/dist/types/icons/banks/logo-Monobank.d.ts +2 -0
- package/dist/types/icons/banks/logo-Neteller.d.ts +2 -0
- package/dist/types/icons/banks/logo-Revolut.d.ts +2 -0
- package/dist/types/icons/banks/logo-TBCBank.d.ts +2 -0
- package/dist/types/icons/banks/logo-UZCard.d.ts +2 -0
- package/dist/types/icons/banks/logo-Wise.d.ts +2 -0
- package/dist/types/icons/banks/logo-abank.d.ts +2 -0
- package/dist/types/icons/banks/logo-absolut.d.ts +2 -0
- package/dist/types/icons/banks/logo-alphabank.d.ts +2 -0
- package/dist/types/icons/banks/logo-bankcentercredit.d.ts +2 -0
- package/dist/types/icons/banks/logo-eurobank.d.ts +2 -0
- package/dist/types/icons/banks/logo-homecredit.d.ts +2 -0
- package/dist/types/icons/banks/logo-mtsbank.d.ts +2 -0
- package/dist/types/icons/banks/logo-oshadbank.d.ts +2 -0
- package/dist/types/icons/banks/logo-otkrutie.d.ts +2 -0
- package/dist/types/icons/banks/logo-pochtabank.d.ts +2 -0
- package/dist/types/icons/banks/logo-privatebank.d.ts +2 -0
- package/dist/types/icons/banks/logo-pumb.d.ts +2 -0
- package/dist/types/icons/banks/logo-qiwi.d.ts +2 -0
- package/dist/types/icons/banks/logo-rayfuzenbank.d.ts +2 -0
- package/dist/types/icons/banks/logo-rnkb.d.ts +2 -0
- package/dist/types/icons/banks/logo-rosbank.d.ts +2 -0
- package/dist/types/icons/banks/logo-rosselhozbank.d.ts +2 -0
- package/dist/types/icons/banks/logo-russtandart.d.ts +2 -0
- package/dist/types/icons/banks/logo-sber.d.ts +2 -0
- package/dist/types/icons/banks/logo-sbp.d.ts +2 -0
- package/dist/types/icons/banks/logo-sotovuy.d.ts +2 -0
- package/dist/types/icons/banks/logo-tinkoff.d.ts +2 -0
- package/dist/types/icons/banks/logo-ukrsibbank.d.ts +2 -0
- package/dist/types/icons/banks/logo-vtb.d.ts +2 -0
- package/dist/types/icons/banks/logo-youmoney.d.ts +2 -0
- package/dist/types/icons/base/Dropdown-small.d.ts +2 -0
- package/dist/types/icons/base/Dropdown-up.d.ts +2 -0
- package/dist/types/icons/base/Dropdown.d.ts +2 -0
- package/dist/types/icons/base/Info.d.ts +2 -0
- package/dist/types/icons/base/arrow.d.ts +2 -0
- package/dist/types/icons/base/attach.d.ts +2 -0
- package/dist/types/icons/base/check.d.ts +2 -0
- package/dist/types/icons/base/circle-send-crypto.d.ts +2 -0
- package/dist/types/icons/base/clock.d.ts +2 -0
- package/dist/types/icons/base/close.d.ts +2 -0
- package/dist/types/icons/base/close2.d.ts +2 -0
- package/dist/types/icons/base/copy.d.ts +2 -0
- package/dist/types/icons/base/dashboard.d.ts +2 -0
- package/dist/types/icons/base/deposit-simple.d.ts +2 -0
- package/dist/types/icons/base/deposit.d.ts +2 -0
- package/dist/types/icons/base/edit.d.ts +2 -0
- package/dist/types/icons/base/emoji.d.ts +2 -0
- package/dist/types/icons/base/error-big.d.ts +2 -0
- package/dist/types/icons/base/exchange-arrows.d.ts +2 -0
- package/dist/types/icons/base/exchange-simple.d.ts +2 -0
- package/dist/types/icons/base/exchange.d.ts +2 -0
- package/dist/types/icons/base/hamburger.d.ts +2 -0
- package/dist/types/icons/base/headphones.d.ts +2 -0
- package/dist/types/icons/base/hide-ui.d.ts +2 -0
- package/dist/types/icons/base/history.d.ts +2 -0
- package/dist/types/icons/base/index.d.ts +47 -0
- package/dist/types/icons/base/link.d.ts +2 -0
- package/dist/types/icons/base/logout.d.ts +2 -0
- package/dist/types/icons/base/message-send.d.ts +2 -0
- package/dist/types/icons/base/p2p.d.ts +2 -0
- package/dist/types/icons/base/plus.d.ts +2 -0
- package/dist/types/icons/base/recive-crypto.d.ts +2 -0
- package/dist/types/icons/base/scan-qr.d.ts +2 -0
- package/dist/types/icons/base/search.d.ts +2 -0
- package/dist/types/icons/base/send-crypto.d.ts +2 -0
- package/dist/types/icons/base/settings.d.ts +2 -0
- package/dist/types/icons/base/show-ui.d.ts +2 -0
- package/dist/types/icons/base/successfull-big.d.ts +2 -0
- package/dist/types/icons/base/successfull-small.d.ts +2 -0
- package/dist/types/icons/base/top-up.d.ts +2 -0
- package/dist/types/icons/base/up-small.d.ts +2 -0
- package/dist/types/icons/base/user.d.ts +2 -0
- package/dist/types/icons/base/users.d.ts +2 -0
- package/dist/types/icons/base/wallet-fill.d.ts +2 -0
- package/dist/types/icons/base/wallet.d.ts +2 -0
- package/dist/types/icons/base/warning.d.ts +2 -0
- package/dist/types/icons/base/withdraw-simple.d.ts +2 -0
- package/dist/types/icons/base/withdraw.d.ts +2 -0
- package/dist/types/icons/country/country-br.d.ts +2 -0
- package/dist/types/icons/country/country-czech.d.ts +2 -0
- package/dist/types/icons/country/country-kz.d.ts +2 -0
- package/dist/types/icons/country/country-rus.d.ts +2 -0
- package/dist/types/icons/country/index.d.ts +4 -0
- package/dist/types/icons/currency/Bitcoin.d.ts +2 -0
- package/dist/types/icons/currency/CAKE.d.ts +2 -0
- package/dist/types/icons/currency/EUR.d.ts +2 -0
- package/dist/types/icons/currency/FTX.d.ts +2 -0
- package/dist/types/icons/currency/NEM.d.ts +2 -0
- package/dist/types/icons/currency/RUB.d.ts +2 -0
- package/dist/types/icons/currency/USD.d.ts +2 -0
- package/dist/types/icons/currency/Zilliqa.d.ts +2 -0
- package/dist/types/icons/currency/aave.d.ts +2 -0
- package/dist/types/icons/currency/algorand.d.ts +2 -0
- package/dist/types/icons/currency/avalanche.d.ts +2 -0
- package/dist/types/icons/currency/bat.d.ts +2 -0
- package/dist/types/icons/currency/bnb-small.d.ts +2 -0
- package/dist/types/icons/currency/btg.d.ts +2 -0
- package/dist/types/icons/currency/busd.d.ts +2 -0
- package/dist/types/icons/currency/cardano.d.ts +2 -0
- package/dist/types/icons/currency/chainlink.d.ts +2 -0
- package/dist/types/icons/currency/cosmos.d.ts +2 -0
- package/dist/types/icons/currency/dash-small.d.ts +2 -0
- package/dist/types/icons/currency/decentraland.d.ts +2 -0
- package/dist/types/icons/currency/digibyte.d.ts +2 -0
- package/dist/types/icons/currency/doge-small.d.ts +2 -0
- package/dist/types/icons/currency/elrond.d.ts +2 -0
- package/dist/types/icons/currency/enjin.d.ts +2 -0
- package/dist/types/icons/currency/eos.d.ts +2 -0
- package/dist/types/icons/currency/etc.d.ts +2 -0
- package/dist/types/icons/currency/eth.d.ts +2 -0
- package/dist/types/icons/currency/fantom.d.ts +2 -0
- package/dist/types/icons/currency/filecoin.d.ts +2 -0
- package/dist/types/icons/currency/hedera.d.ts +2 -0
- package/dist/types/icons/currency/icomputer.d.ts +2 -0
- package/dist/types/icons/currency/icon-neo.d.ts +2 -0
- package/dist/types/icons/currency/icx.d.ts +2 -0
- package/dist/types/icons/currency/ils.d.ts +2 -0
- package/dist/types/icons/currency/index.d.ts +69 -0
- package/dist/types/icons/currency/iota.d.ts +2 -0
- package/dist/types/icons/currency/klaytn.d.ts +2 -0
- package/dist/types/icons/currency/lari.d.ts +2 -0
- package/dist/types/icons/currency/lisk.d.ts +2 -0
- package/dist/types/icons/currency/litecoin.d.ts +2 -0
- package/dist/types/icons/currency/luna.d.ts +2 -0
- package/dist/types/icons/currency/maker.d.ts +2 -0
- package/dist/types/icons/currency/matic.d.ts +2 -0
- package/dist/types/icons/currency/near.d.ts +2 -0
- package/dist/types/icons/currency/omgnetwork.d.ts +2 -0
- package/dist/types/icons/currency/omise.d.ts +2 -0
- package/dist/types/icons/currency/ontology.d.ts +2 -0
- package/dist/types/icons/currency/paxg.d.ts +2 -0
- package/dist/types/icons/currency/polka.d.ts +2 -0
- package/dist/types/icons/currency/qnekwork.d.ts +2 -0
- package/dist/types/icons/currency/qutum.d.ts +2 -0
- package/dist/types/icons/currency/ripple.d.ts +2 -0
- package/dist/types/icons/currency/sandbox.d.ts +2 -0
- package/dist/types/icons/currency/solana.d.ts +2 -0
- package/dist/types/icons/currency/stellar.d.ts +2 -0
- package/dist/types/icons/currency/stepn.d.ts +2 -0
- package/dist/types/icons/currency/sushi.d.ts +2 -0
- package/dist/types/icons/currency/synthetix.d.ts +2 -0
- package/dist/types/icons/currency/tether.d.ts +2 -0
- package/dist/types/icons/currency/tezos.d.ts +2 -0
- package/dist/types/icons/currency/thegraph.d.ts +2 -0
- package/dist/types/icons/currency/theta.d.ts +2 -0
- package/dist/types/icons/currency/trx-small.d.ts +2 -0
- package/dist/types/icons/currency/uniswap.d.ts +2 -0
- package/dist/types/icons/currency/usdc.d.ts +2 -0
- package/dist/types/icons/currency/vechain.d.ts +2 -0
- package/dist/types/icons/currency/waves.d.ts +2 -0
- package/dist/types/icons/currency/xmr-small.d.ts +2 -0
- package/dist/types/icons/currency/zcash-small.d.ts +2 -0
- package/dist/types/icons/currency/zrx.d.ts +2 -0
- package/dist/types/icons/index.d.ts +4 -0
- package/dist/types/icons/stories/banks.d.ts +1 -0
- package/dist/types/icons/stories/base.d.ts +1 -0
- package/dist/types/icons/stories/country.d.ts +1 -0
- package/dist/types/icons/stories/currency.d.ts +1 -0
- package/dist/types/icons/stories/index.d.ts +1 -0
- package/dist/types/icons/stories/index.stories.d.ts +6 -0
- package/dist/types/icons/stories/styled.d.ts +2 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/theme/colors.d.ts +38 -0
- package/dist/types/theme/index.d.ts +47 -0
- package/dist/types/utils/index.d.ts +3 -0
- package/dist/types/widgets/ApplicationData/index.d.ts +10 -0
- package/dist/types/widgets/ApplicationData/index.stories.d.ts +9 -0
- package/dist/types/widgets/ApplicationData/styled.d.ts +106 -0
- package/dist/types/widgets/ApplicationInfo/index.d.ts +7 -0
- package/dist/types/widgets/ApplicationInfo/index.stories.d.ts +8 -0
- package/dist/types/widgets/ApplicationInfo/styled.d.ts +6 -0
- package/dist/types/widgets/ApplicationInfo/types.d.ts +1 -0
- package/dist/types/widgets/ApplicationStatus/index.d.ts +6 -0
- package/dist/types/widgets/ApplicationStatus/index.stories.d.ts +8 -0
- package/dist/types/widgets/ApplicationStatus/styled.d.ts +108 -0
- package/dist/types/widgets/BalanceTable/index.d.ts +8 -0
- package/dist/types/widgets/BalanceTable/index.stories.d.ts +6 -0
- package/dist/types/widgets/BalanceTable/styled.d.ts +3 -0
- package/dist/types/widgets/BalanceTable/table.d.ts +10 -0
- package/dist/types/widgets/CurrencyName/index.d.ts +7 -0
- package/dist/types/widgets/CurrencyName/index.stories.d.ts +8 -0
- package/dist/types/widgets/CurrencyName/styled.d.ts +162 -0
- package/dist/types/widgets/CurrencyRate/index.d.ts +9 -0
- package/dist/types/widgets/CurrencyRate/index.stories.d.ts +6 -0
- package/dist/types/widgets/CurrencyRate/styled.d.ts +107 -0
- package/dist/types/widgets/Requisites/index.d.ts +11 -0
- package/dist/types/widgets/Requisites/index.stories.d.ts +6 -0
- package/dist/types/widgets/Requisites/styled.d.ts +105 -0
- package/dist/types/widgets/TransactionStatus/index.d.ts +6 -0
- package/dist/types/widgets/TransactionStatus/index.stories.d.ts +7 -0
- package/dist/types/widgets/TransactionStatus/styled.d.ts +106 -0
- package/dist/types/widgets/index.d.ts +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export declare const RequisitesStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const RequisitesItemLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<{
|
|
3
|
+
variant?: import("@/components").TypographyVariant;
|
|
4
|
+
color?: string;
|
|
5
|
+
align?: "left" | "center" | "right" | "justify";
|
|
6
|
+
uppercase?: boolean;
|
|
7
|
+
truncate?: boolean;
|
|
8
|
+
inline?: boolean;
|
|
9
|
+
} & Omit<Omit<any, "ref">, keyof {
|
|
10
|
+
variant?: import("@/components").TypographyVariant;
|
|
11
|
+
color?: string;
|
|
12
|
+
align?: "left" | "center" | "right" | "justify";
|
|
13
|
+
uppercase?: boolean;
|
|
14
|
+
truncate?: boolean;
|
|
15
|
+
inline?: boolean;
|
|
16
|
+
}> & {
|
|
17
|
+
as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
18
|
+
forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
19
|
+
}, {
|
|
20
|
+
variant?: import("@/components").TypographyVariant;
|
|
21
|
+
color?: string;
|
|
22
|
+
align?: "left" | "center" | "right" | "justify";
|
|
23
|
+
uppercase?: boolean;
|
|
24
|
+
truncate?: boolean;
|
|
25
|
+
inline?: boolean;
|
|
26
|
+
} & Omit<Omit<any, "ref">, keyof {
|
|
27
|
+
variant?: import("@/components").TypographyVariant;
|
|
28
|
+
color?: string;
|
|
29
|
+
align?: "left" | "center" | "right" | "justify";
|
|
30
|
+
uppercase?: boolean;
|
|
31
|
+
truncate?: boolean;
|
|
32
|
+
inline?: boolean;
|
|
33
|
+
}> & {
|
|
34
|
+
as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
35
|
+
forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
36
|
+
}>, never>, never>> & string & Omit<(<C extends "symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view" = "span">(props: {
|
|
37
|
+
variant?: import("@/components").TypographyVariant;
|
|
38
|
+
color?: string;
|
|
39
|
+
align?: "left" | "center" | "right" | "justify";
|
|
40
|
+
uppercase?: boolean;
|
|
41
|
+
truncate?: boolean;
|
|
42
|
+
inline?: boolean;
|
|
43
|
+
} & Omit<import("react").PropsWithoutRef<import("react").ComponentProps<C>>, keyof {
|
|
44
|
+
variant?: import("@/components").TypographyVariant;
|
|
45
|
+
color?: string;
|
|
46
|
+
align?: "left" | "center" | "right" | "justify";
|
|
47
|
+
uppercase?: boolean;
|
|
48
|
+
truncate?: boolean;
|
|
49
|
+
inline?: boolean;
|
|
50
|
+
}> & {
|
|
51
|
+
as?: C | undefined;
|
|
52
|
+
forwardedAs?: C | undefined;
|
|
53
|
+
}) => React.ReactElement | null), keyof import("react").Component<any, {}, any>>;
|
|
54
|
+
export declare const RequisitesItemValue: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<{
|
|
55
|
+
variant?: import("@/components").TypographyVariant;
|
|
56
|
+
color?: string;
|
|
57
|
+
align?: "left" | "center" | "right" | "justify";
|
|
58
|
+
uppercase?: boolean;
|
|
59
|
+
truncate?: boolean;
|
|
60
|
+
inline?: boolean;
|
|
61
|
+
} & Omit<Omit<any, "ref">, keyof {
|
|
62
|
+
variant?: import("@/components").TypographyVariant;
|
|
63
|
+
color?: string;
|
|
64
|
+
align?: "left" | "center" | "right" | "justify";
|
|
65
|
+
uppercase?: boolean;
|
|
66
|
+
truncate?: boolean;
|
|
67
|
+
inline?: boolean;
|
|
68
|
+
}> & {
|
|
69
|
+
as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
70
|
+
forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
71
|
+
}, {
|
|
72
|
+
variant?: import("@/components").TypographyVariant;
|
|
73
|
+
color?: string;
|
|
74
|
+
align?: "left" | "center" | "right" | "justify";
|
|
75
|
+
uppercase?: boolean;
|
|
76
|
+
truncate?: boolean;
|
|
77
|
+
inline?: boolean;
|
|
78
|
+
} & Omit<Omit<any, "ref">, keyof {
|
|
79
|
+
variant?: import("@/components").TypographyVariant;
|
|
80
|
+
color?: string;
|
|
81
|
+
align?: "left" | "center" | "right" | "justify";
|
|
82
|
+
uppercase?: boolean;
|
|
83
|
+
truncate?: boolean;
|
|
84
|
+
inline?: boolean;
|
|
85
|
+
}> & {
|
|
86
|
+
as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
87
|
+
forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
88
|
+
}>, never>, never>> & string & Omit<(<C extends "symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view" = "span">(props: {
|
|
89
|
+
variant?: import("@/components").TypographyVariant;
|
|
90
|
+
color?: string;
|
|
91
|
+
align?: "left" | "center" | "right" | "justify";
|
|
92
|
+
uppercase?: boolean;
|
|
93
|
+
truncate?: boolean;
|
|
94
|
+
inline?: boolean;
|
|
95
|
+
} & Omit<import("react").PropsWithoutRef<import("react").ComponentProps<C>>, keyof {
|
|
96
|
+
variant?: import("@/components").TypographyVariant;
|
|
97
|
+
color?: string;
|
|
98
|
+
align?: "left" | "center" | "right" | "justify";
|
|
99
|
+
uppercase?: boolean;
|
|
100
|
+
truncate?: boolean;
|
|
101
|
+
inline?: boolean;
|
|
102
|
+
}> & {
|
|
103
|
+
as?: C | undefined;
|
|
104
|
+
forwardedAs?: C | undefined;
|
|
105
|
+
}) => React.ReactElement | null), keyof import("react").Component<any, {}, any>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import { TransactionStatus } from ".";
|
|
3
|
+
declare const meta: Meta<typeof TransactionStatus>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof TransactionStatus>;
|
|
6
|
+
export declare const Base: Story;
|
|
7
|
+
export declare const Success: Story;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
export declare const TransactionStatusStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const TransactionStatusLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<{
|
|
3
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
4
|
+
color?: string;
|
|
5
|
+
align?: "left" | "center" | "right" | "justify";
|
|
6
|
+
uppercase?: boolean;
|
|
7
|
+
truncate?: boolean;
|
|
8
|
+
inline?: boolean;
|
|
9
|
+
} & Omit<Omit<any, "ref">, keyof {
|
|
10
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
11
|
+
color?: string;
|
|
12
|
+
align?: "left" | "center" | "right" | "justify";
|
|
13
|
+
uppercase?: boolean;
|
|
14
|
+
truncate?: boolean;
|
|
15
|
+
inline?: boolean;
|
|
16
|
+
}> & {
|
|
17
|
+
as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
18
|
+
forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
19
|
+
}, {
|
|
20
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
21
|
+
color?: string;
|
|
22
|
+
align?: "left" | "center" | "right" | "justify";
|
|
23
|
+
uppercase?: boolean;
|
|
24
|
+
truncate?: boolean;
|
|
25
|
+
inline?: boolean;
|
|
26
|
+
} & Omit<Omit<any, "ref">, keyof {
|
|
27
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
28
|
+
color?: string;
|
|
29
|
+
align?: "left" | "center" | "right" | "justify";
|
|
30
|
+
uppercase?: boolean;
|
|
31
|
+
truncate?: boolean;
|
|
32
|
+
inline?: boolean;
|
|
33
|
+
}> & {
|
|
34
|
+
as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
35
|
+
forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
36
|
+
}>, never>, never>> & string & Omit<(<C extends "symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view" = "span">(props: {
|
|
37
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
38
|
+
color?: string;
|
|
39
|
+
align?: "left" | "center" | "right" | "justify";
|
|
40
|
+
uppercase?: boolean;
|
|
41
|
+
truncate?: boolean;
|
|
42
|
+
inline?: boolean;
|
|
43
|
+
} & Omit<import("react").PropsWithoutRef<import("react").ComponentProps<C>>, keyof {
|
|
44
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
45
|
+
color?: string;
|
|
46
|
+
align?: "left" | "center" | "right" | "justify";
|
|
47
|
+
uppercase?: boolean;
|
|
48
|
+
truncate?: boolean;
|
|
49
|
+
inline?: boolean;
|
|
50
|
+
}> & {
|
|
51
|
+
as?: C | undefined;
|
|
52
|
+
forwardedAs?: C | undefined;
|
|
53
|
+
}) => React.ReactElement | null), keyof import("react").Component<any, {}, any>>;
|
|
54
|
+
export declare const TransactionStatusContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
55
|
+
export declare const TransactionStatusValue: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<{
|
|
56
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
57
|
+
color?: string;
|
|
58
|
+
align?: "left" | "center" | "right" | "justify";
|
|
59
|
+
uppercase?: boolean;
|
|
60
|
+
truncate?: boolean;
|
|
61
|
+
inline?: boolean;
|
|
62
|
+
} & Omit<Omit<any, "ref">, keyof {
|
|
63
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
64
|
+
color?: string;
|
|
65
|
+
align?: "left" | "center" | "right" | "justify";
|
|
66
|
+
uppercase?: boolean;
|
|
67
|
+
truncate?: boolean;
|
|
68
|
+
inline?: boolean;
|
|
69
|
+
}> & {
|
|
70
|
+
as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
71
|
+
forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
72
|
+
}, {
|
|
73
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
74
|
+
color?: string;
|
|
75
|
+
align?: "left" | "center" | "right" | "justify";
|
|
76
|
+
uppercase?: boolean;
|
|
77
|
+
truncate?: boolean;
|
|
78
|
+
inline?: boolean;
|
|
79
|
+
} & Omit<Omit<any, "ref">, keyof {
|
|
80
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
81
|
+
color?: string;
|
|
82
|
+
align?: "left" | "center" | "right" | "justify";
|
|
83
|
+
uppercase?: boolean;
|
|
84
|
+
truncate?: boolean;
|
|
85
|
+
inline?: boolean;
|
|
86
|
+
}> & {
|
|
87
|
+
as?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
88
|
+
forwardedAs?: ("symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view") | undefined;
|
|
89
|
+
}>, never>, never>> & string & Omit<(<C extends "symbol" | "object" | "small" | "button" | "form" | "slot" | "style" | "title" | "center" | "meter" | "textarea" | "progress" | "text" | "ruby" | "table" | "sub" | "circle" | "embed" | "pre" | "caption" | "menu" | "menuitem" | "span" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "meta" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "q" | "rp" | "rt" | "s" | "samp" | "script" | "section" | "select" | "source" | "strong" | "summary" | "sup" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "use" | "var" | "video" | "wbr" | "clipPath" | "defs" | "ellipse" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "tspan" | import("react").ComponentType<any> | "search" | "head" | "noindex" | "template" | "webview" | "animate" | "animateMotion" | "animateTransform" | "desc" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "metadata" | "mpath" | "set" | "switch" | "textPath" | "view" = "span">(props: {
|
|
90
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
91
|
+
color?: string;
|
|
92
|
+
align?: "left" | "center" | "right" | "justify";
|
|
93
|
+
uppercase?: boolean;
|
|
94
|
+
truncate?: boolean;
|
|
95
|
+
inline?: boolean;
|
|
96
|
+
} & Omit<import("react").PropsWithoutRef<import("react").ComponentProps<C>>, keyof {
|
|
97
|
+
variant?: import("@/components/Typography").TypographyVariant;
|
|
98
|
+
color?: string;
|
|
99
|
+
align?: "left" | "center" | "right" | "justify";
|
|
100
|
+
uppercase?: boolean;
|
|
101
|
+
truncate?: boolean;
|
|
102
|
+
inline?: boolean;
|
|
103
|
+
}> & {
|
|
104
|
+
as?: C | undefined;
|
|
105
|
+
forwardedAs?: C | undefined;
|
|
106
|
+
}) => React.ReactElement | null), keyof import("react").Component<any, {}, any>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./ApplicationData";
|
|
2
|
+
export * from "./ApplicationInfo";
|
|
3
|
+
export * from "./ApplicationStatus";
|
|
4
|
+
export * from "./BalanceTable";
|
|
5
|
+
export * from "./CurrencyName";
|
|
6
|
+
export * from "./CurrencyRate";
|
|
7
|
+
export * from "./Requisites";
|
|
8
|
+
export * from "./TransactionStatus";
|