@stridge/kit 0.1.0-alpha.62 → 0.1.0-alpha.64
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/drivers/stridge/createStridgeDepositDriver.js +1 -1
- package/dist/drivers/stridge-mock/fixtures.js +1 -1
- package/dist/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.js +1 -1
- package/dist/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.js +1 -1
- package/dist/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.js +1 -1
- package/dist/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.js +1 -1
- package/dist/package.js +1 -1
- package/dist/shared/styles/tokens.stylex.js +1 -1
- package/dist/shared/ui/Badge/Badge.styles.js +1 -1
- package/dist/shared/ui/Button/Button.styles.js +1 -1
- package/dist/shared/ui/Checkbox/Checkbox.styles.js +1 -1
- package/dist/shared/ui/ExternalLink/ExternalLink.styles.js +1 -1
- package/dist/shared/ui/InputGroup/InputGroup.styles.js +1 -1
- package/dist/shared/ui/Select/Select.styles.js +1 -1
- package/dist/shared/ui/SelectableTile/SelectableTile.styles.js +1 -1
- package/dist/shared/ui/Tooltip/Tooltip.styles.js +1 -1
- package/dist/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.js +1 -1
- package/dist/shared/widgets/error-state/compound/ErrorState.styles.js +1 -1
- package/dist/styles/index.css +15 -43
- package/dist/version.js +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defaultI18n as e}from"../../shared/i18n/defaultI18n.js";import{NATIVE_QUOTE_ADDRESS as t,isStablecoinSymbol as n,toBaseUnits as r}from"./internal/encoding.js";import{resolveSdkEnv as i}from"./internal/env.js";import{buildKitMetadata as a}from"./internal/metadata.js";import{pollOnce as o}from"./internal/pollOnce.js";import{buildErc20OrNativeStep as s,signAndConfirm as c}from"./internal/signAndConfirm.js";import{buildEvmChainsParam as l}from"./internal/supportedChains.js";import{withOneShotRetry as u}from"./internal/retry.js";import{pickRelevantSettlement as d}from"../../flows/shared/transformers/pickRelevantSettlement.js";import{createEntityStore as f}from"../stridge-mock/store.js";import{startPoll as p}from"./poll.js";import{formatFiat as m}from"../../shared/format/formatFiat.js";import{formatTokenAmount as h}from"../../shared/format/formatTokenAmount.js";import{formatUsd as g}from"../../shared/format/formatUsd.js";import{shortenAddress as _}from"../../shared/format/shortenAddress.js";import{balanceToBalancesPayload as v,buildRoutableAllowlist as ee}from"../../flows/deposit/driver/transformers/balanceToBalancesPayload.js";import{quoteToPayload as te}from"../../flows/deposit/driver/transformers/quoteToPayload.js";import{settlementToPayload as y}from"../../flows/deposit/driver/transformers/settlementToPayload.js";import{startToAddressesPayload as ne}from"../../flows/deposit/driver/transformers/startToAddressesPayload.js";import{startToBrandPayload as re}from"../../flows/deposit/driver/transformers/startToBrandPayload.js";import{startToTargetPayload as ie}from"../../flows/deposit/driver/transformers/startToTargetPayload.js";import{walletAddressToWalletPayload as b}from"../../flows/deposit/driver/transformers/walletAddressToWalletPayload.js";import{BANXA_LOGO_DATA_URI as ae,ONRAMP_POPULAR_CURRENCIES as x}from"../../flows/deposit/shared/onramp.js";import{defaultBlockExplorers as oe}from"../../shared/utils/explorers.js";import{createStridgeRpc as se}from"./rpc.js";import{createWagmiSigner as ce}from"./wagmiSigner.js";import{createApiClient as le,isOnrampTerminalState as ue}from"@stridge/sdk";const S=`Banxa`,C=`primary`,de=[{kind:`terms`,url:`https://banxa.com/terms-of-use/`},{kind:`privacy`,url:`https://banxa.com/privacy-policy/`}];function w(e,t){try{return new Intl.NumberFormat(t.locale,{style:`currency`,currency:e,currencyDisplay:`narrowSymbol`}).formatToParts(0).find(e=>e.type===`currency`)?.value??e}catch{return e}}function fe(e,t,n){let r=e.fiatCurrency||`USD`,i=Number(e.fiatAmount),a=Number(e.assetAmount),o=Number(e.rate),s=Number(e.fees.total),c=e.fees.provider===void 0?void 0:Number(e.fees.provider),l=e.fees.network===void 0?void 0:Number(e.fees.network);return{amountUsd:{value:i,formatted:m(i,n,r)},amountFiat:{value:i,formatted:m(i,n,r)},fiatCurrency:r,fiatSymbol:w(r,n),receiveAmount:{value:a,formatted:h(a,n)},receiveAsset:{symbol:e.assetName||t.destination.asset_symbol,decimals:t.destination.asset_decimals,address:t.destination.asset_address,isNative:!t.destination.asset_address,chainId:Number(t.destination.eip155_id)},rate:{value:o,formatted:h(o,n)},...c===void 0?{}:{processingFeeUsd:{value:c,formatted:m(c,n,r)}},...l===void 0?{}:{networkFeeUsd:{value:l,formatted:m(l,n,r)}},totalFeeUsd:{value:s,formatted:m(s,n,r)},provider:e.provider}}function pe(e){let t=new Set(x);return{suggested:e.suggested||`USD`,currencies:e.fiats.map(e=>({code:e.code,name:e.name,symbol:e.symbol,popular:t.has(e.code)}))}}function T(e,t){let n=Number(e.flow.destination.amount),r=Number(e.flow.fiat.amount),i=e.flow.destination.address,a=e.flow.udaEntry?.asset,o=e.flow.destination.asset,s=e.failureCode;return{sessionId:e.sessionId,state:e.state,...e.checkoutUrl?{checkoutUrl:e.checkoutUrl}:{},...e.providerOrderId?{providerOrderId:e.providerOrderId}:{},...Number.isFinite(n)&&n>0?{receiveAmount:{value:n,formatted:h(n,t)}}:{},...Number.isFinite(r)&&r>0?{fiatAmount:{value:r,formatted:m(r,t,e.flow.fiat.currency)}}:{},...e.flow.fiat.currency?{fiatCurrency:e.flow.fiat.currency}:{},...a?{depositAsset:a}:{},...o?{destinationAsset:o}:{},...i?{destinationAddress:{value:i,formatted:_(i)}}:{},...s?{failureCode:s}:{},...e.expiresAt?{expiresAt:Date.parse(e.expiresAt)}:{}}}function me(e,t){if(e.paymentMethods.length===0)return;let n,r;for(let t of e.paymentMethods){let e=t.maxFiat===void 0?NaN:Number.parseFloat(t.maxFiat);Number.isFinite(e)&&(n===void 0||e>n)&&(n=e);let i=t.processingTime?.trim();!r&&i&&(r=i)}return{...n===void 0?{}:{limit:{value:n,formatted:g(n,t)}},...r?{processingTime:{value:0,formatted:r}}:{}}}function E(m){let h=le({projectKey:m.projectKey,env:i(m.environment)}),_=m.pollIntervals??{},x=_.detectionMs??2e3,w=_.processingMs??2e3,E=_.terminalMs??1e4,ye=_.balancesMs??6e4,O=m.minAmountUsd,k=m.maxAmountUsd,A=m.getI18n??(()=>e),j={...oe(),...m.explorers??{}},M=m.destination.network_id,N=m.destination.asset_symbol,P=m.destination.to_address??m.userAddress,F=m.rpc??se(),I={address:m.userAddress},L=f({brand:{status:`idle`},target:{status:`idle`},addresses:{status:`idle`},balances:{status:`idle`},quote:{status:`idle`},settlement:{status:`idle`},wallet:{status:`ready`,payload:b(I),raw:I,response:I},onrampMethods:{status:`idle`},onrampQuote:{status:`idle`},onrampSession:{status:`idle`}}),R,z,B,V,H=m.wagmiConfig?ce({wagmiConfig:m.wagmiConfig,getSupportedAssets:()=>z,explorers:j}):void 0;function U(){if(z)return B??=ee(z),B}let W=!1,G=Promise.resolve(),K=!1,q=Promise.resolve(null),J=null;function Y(){W||(W=!0,G=be(),q=xe())}let X;async function Z(e){try{if(await G,e.aborted)return null;let t=l(z),n=await h.balance.onchain(m.userAddress,{signal:e,includeSpam:!1,includeZero:!1,...t?{chains:t}:{}});if(e.aborted)return null;J=Date.now();let r=U();if(!r)return L.update({balances:{status:`ready`,payload:[],raw:n,response:n}}),null;let i=v(n,{i18n:A(),routable:r,minAmountUsd:O,...m.resolveTokenIcon?{resolveTokenIcon:m.resolveTokenIcon}:{}});return L.update({balances:{status:`ready`,payload:i,raw:n,response:n},wallet:Q(i,A())}),n}catch{return null}}async function be(){L.update({brand:{status:`loading`},target:{status:`loading`},addresses:{status:`loading`},balances:{status:`loading`}});try{let[e,t]=await Promise.all([u(()=>h.gateway.start({owner:m.userAddress,destination:{network_id:M,to_address:P,asset_symbol:N},metadata:a({flow:`deposit`,...m.metadata?{hostMetadata:m.metadata}:{},extras:{destination:{networkId:M,assetSymbol:N}}})})),m.catalog?m.catalog.getSupportedAssets():u(()=>h.gateway.assets()).catch(()=>null)]);R=e;let n=e.metadata?.brand_name;typeof n==`string`&&n.trim().length>0&&(V=n.trim());let r=A();if(t&&(z=t,B=void 0),L.update({brand:{status:`ready`,payload:re(e.metadata),raw:e.metadata,response:e},addresses:{status:`ready`,payload:ne(e.deposit_addresses,{i18n:r,explorers:j,...t?{chainLogos:he(t)}:{},...t?{minAmountUsdByEip155Id:ve(t,O),nativeAssetByEip155Id:ge(t),priceImpactByEip155Id:_e(t)}:{}}),raw:e.deposit_addresses,response:e}}),t){let e=ie(t,{i18n:r,networkId:M,assetSymbol:N,minAmountUsd:O,...k===void 0?{}:{maxAmountUsd:k}}),n=t.assets.find(e=>String(e.network_id)===M);e&&n?L.update({target:{status:`ready`,payload:e,raw:n,response:t}}):L.update({target:{status:`error`,error:Error(`Destination not found in supportedAssets catalog.`)}})}else L.update({target:{status:`error`,error:Error(`supportedAssets fetch failed.`)}})}catch(e){let t=e instanceof Error?e:Error(String(e));L.update({brand:{status:`error`,error:t},target:{status:`error`,error:t},addresses:{status:`error`,error:t}})}}async function xe(){try{await G;let e=l(z),t=await u(()=>h.balance.onchain(m.userAddress,{includeSpam:!1,includeZero:!1,...e?{chains:e}:{}}));J=Date.now();let n=U();if(!n)return L.update({balances:{status:`ready`,payload:[],raw:t,response:t}}),t;let r=v(t,{i18n:A(),routable:n,minAmountUsd:O,...m.resolveTokenIcon?{resolveTokenIcon:m.resolveTokenIcon}:{}});return L.update({balances:{status:`ready`,payload:r,raw:t,response:t},wallet:Q(r,A())}),t}catch(e){let t=e instanceof Error?e:Error(String(e));return L.update({balances:{status:`error`,error:t}}),null}}function Q(e,t){let n=e.reduce((e,t)=>e+(t.amountUsd?.value??0),0);return{status:`ready`,payload:{...b(I),balanceTotalUsd:{value:n,formatted:g(n,t)}},raw:I,response:I}}return{getSnapshot(){return L.getSnapshot()},subscribe(e){return L.subscribe(e)},arm:Y,async requestQuote(e,i){if(Y(),L.update({quote:{status:`loading`}}),await G,i.aborted)return;let a=R;if(!a){L.update({quote:{status:`error`,error:Error(`gateway/start not yet resolved.`)}});return}try{let o=e.sourceChainId,s=e.sourceIsNative?t:e.sourceTokenAddress,c=r(e.amount,e.sourceTokenDecimals),l=await h.uda.quote({fromNetworkId:o,fromAsset:s,toNetworkId:Number(a.destination.eip155_id),toAsset:a.destination.asset_address||`0x0000000000000000000000000000000000000000`,amount:c,fromAddress:m.userAddress,toAddress:P},{signal:i});if(i.aborted)return;let u=A(),d={chainId:o,networkName:D(o),eip155Id:String(o),symbol:e.sourceTokenSymbol,decimals:e.sourceTokenDecimals,address:e.sourceTokenAddress,isNative:e.sourceIsNative},f={chainId:Number(a.destination.eip155_id),networkName:a.destination.network_name,eip155Id:a.destination.eip155_id,symbol:a.destination.asset_symbol,decimals:a.destination.asset_decimals,address:a.destination.asset_address,isNative:!a.destination.asset_address},p=n(a.destination.asset_symbol)?1:void 0,g=te(l,{i18n:u,sendSide:d,receiveSide:f,sourceAmount:e.amount,now:Date.now(),...e.sourcePriceUsd===void 0?{}:{sendPriceUsd:e.sourcePriceUsd},...p===void 0?{}:{receivePriceUsd:p}});L.update({quote:{status:`ready`,payload:g,raw:l,response:l}})}catch(e){if(i.aborted)return;let t=e instanceof Error?e:Error(String(e));L.update({quote:{status:`error`,error:t}})}},async requestOnrampQuote(e,t){if(Y(),L.update({onrampQuote:{status:`loading`}}),await G,t.aborted)return;let n=R;if(!n){L.update({onrampQuote:{status:`error`,error:Error(`gateway/start not yet resolved.`)}});return}try{let r=await h.onramp.quote({fiatCurrency:e.currency,fiatAmount:String(e.amount)},{signal:t});if(t.aborted)return;let i=fe(r,n,A());L.update({onrampQuote:{status:`ready`,payload:i,raw:r,response:r}})}catch(e){if(t.aborted)return;let n=e instanceof Error?e:Error(String(e));L.update({onrampQuote:{status:`error`,error:n}})}},async requestOnrampMethods(e){Y();let t=L.getSnapshot().onrampMethods;if(!(t?.status===`ready`||t?.status===`loading`)){L.update({onrampMethods:{status:`loading`}});try{let t=await h.onramp.catalog({signal:e});if(e.aborted){L.update({onrampMethods:{status:`idle`}});return}let n=me(t,A());if(!n){L.update({onrampMethods:{status:`idle`}});return}L.update({onrampMethods:{status:`ready`,payload:n,raw:n,response:n}})}catch{L.update({onrampMethods:{status:`idle`}})}}},async requestOnrampCurrencies(e){Y();let t=L.getSnapshot().onrampCurrencies;if(!(t?.status===`ready`||t?.status===`loading`)){L.update({onrampCurrencies:{status:`loading`}});try{let t=await h.onramp.fiats({signal:e});if(e.aborted){L.update({onrampCurrencies:{status:`idle`}});return}let n=pe(t);L.update({onrampCurrencies:{status:`ready`,payload:n,raw:t,response:t}})}catch{L.update({onrampCurrencies:{status:`idle`}})}}},async requestOnrampProviders(e){Y();let t=L.getSnapshot().onrampProviders;if(t?.status===`ready`||t?.status===`loading`)return;if(L.update({onrampProviders:{status:`loading`}}),await G,e.aborted){L.update({onrampProviders:{status:`idle`}});return}let n=R,r={activeId:C,providers:[{id:C,name:S,status:`active`,logoUrl:ae,...n?{receiveAsset:{symbol:n.destination.asset_symbol}}:{},disclaimer:{providerName:S,links:de}}]};L.update({onrampProviders:{status:`ready`,payload:r,raw:r,response:r}})},async createOnrampSession(e,t){if(Y(),L.update({onrampSession:{status:`loading`}}),await G,t.aborted)throw new DOMException(`Aborted`,`AbortError`);let n=R;if(!n)throw Error(`gateway/start not yet resolved.`);let r=typeof window<`u`?window.location.href:void 0;try{let i=await h.onramp.createSession({owner:m.userAddress,fiatCurrency:e.currency,fiatAmount:String(e.amount),destinationAsset:n.destination.asset_symbol,destinationNetwork:n.destination.network_id,destinationAddress:P,...r?{redirectUrl:r}:{}},{signal:t});if(t.aborted)throw new DOMException(`Aborted`,`AbortError`);let a=T(i,A());return L.update({onrampSession:{status:`ready`,payload:a,raw:i,response:i}}),a}catch(e){if(!t.aborted){let t=e instanceof Error?e:Error(String(e));L.update({onrampSession:{status:`error`,error:t}})}throw e}},watchOnrampSession(e,t,n){Y(),p({signal:n,fetch:async t=>{try{return await h.onramp.getSession(e.sessionId,{signal:t})}catch{return null}},nextIntervalMs:e=>e&&ue(e.state)?0:3e3,listener:e=>{if(!e)return;let n={status:`ready`,payload:T(e,A()),raw:e,response:e};L.update({onrampSession:n}),t(n)}})},async submitDeposit(e,t){if(!H)throw Error(`Connect a wallet to sign and submit the deposit.`);if(Y(),await G,t.aborted)throw new DOMException(`Aborted`,`AbortError`);let n=R;if(!n)throw Error(`gateway/start not yet resolved.`);let r=n.deposit_addresses.find(t=>Number(t.eip155_id)===Number(e.sourceChainId));if(!r)throw Error(`No Stridge deposit address provisioned on chain ${e.sourceChainId}. Pick a supported source chain.`);return c({signer:H,rpc:F,step:s({chainId:e.sourceChainId,from:m.userAddress,udaDepositAddress:r.address,amount:e.amount,decimals:e.sourceTokenDecimals,isNative:e.sourceIsNative,...e.sourceIsNative?{}:{sourceTokenAddress:e.sourceTokenAddress}}),signal:t,explorers:j,...m.receiptConfirmations===void 0?{}:{receiptConfirmations:m.receiptConfirmations},...m.receiptPollingIntervalMs===void 0?{}:{receiptPollingIntervalMs:m.receiptPollingIntervalMs}})},watchBalances(e,t,n){Y(),p({signal:n,fetch:async e=>K?J!==null&&Date.now()-J<3e4?L.getSnapshot().balances:Z(e):(K=!0,q),listener:()=>{t(L.getSnapshot().balances)},nextIntervalMs:()=>ye})},invalidateBalances(){J=null,X?.abort();let e=new AbortController;X=e,Z(e.signal).finally(()=>{X===e&&(X=void 0)})},watchSourceTx(e,t,n){Y();let r=new Set,i={current:!1},a=!1;p({signal:n,fetch:async e=>{let{matched:t}=await o(h,m.userAddress,$(),e);return t},listener:e=>{if(a||!e)return;let n=e.settlements??[];if(!i.current){for(let e of n)r.add(e.id);i.current=!0;return}let o=n.find(e=>!r.has(e.id));if(!o)return;a=!0;let s=Number(o.from?.eip155_id??`0`);t({hash:o.from?.tx_id??``,...j[s]&&o.from?.tx_id?{explorerUrl:`${j[s].replace(/\/+$/,``)}/tx/${o.from.tx_id}`}:{}})},nextIntervalMs:()=>a?0:x})},watchSettlement(e,t,n){let r=async e=>{let{matched:t}=await o(h,m.userAddress,$(),e);return t},i=!1;p({signal:n,fetch:r,listener:n=>{if(!n)return;let r=d(n,{txHash:e.tx.hash});if(!r)return;let a=y(r,n,{i18n:A(),sourceWallet:{name:`Wallet`,address:m.userAddress},explorers:j,...V?{brandName:V}:{}});a.kind!==`pending`&&(i=!0);let o={status:`ready`,payload:a,raw:r,response:n};L.update({settlement:o}),t(o)},nextIntervalMs:()=>i?E:w})},async fetchActiveSettlement(e,t){let{matched:n}=await o(h,m.userAddress,$(),t);if(!n)return null;let r=d(n);if(!r)return null;let i=y(r,n,{i18n:A(),sourceWallet:{name:`Wallet`,address:m.userAddress},explorers:j,...V?{brandName:V}:{}});return i.kind===`pending`?{payload:i,raw:r,response:n}:null}};function $(){return{network_id:M,asset_symbol:N,to_address:P}}}function D(e){switch(e){case 1:return`Ethereum`;case 56:return`BSC`;case 137:return`Polygon`;case 42161:return`Arbitrum`;case 10:return`Optimism`;case 8453:return`Base`;default:return`Chain ${e}`}}function he(e){let t={};for(let n of e.assets){let e=String(n.eip155_id),r=n.native_currency?.logo;r&&(t[e]=r)}return t}function ge(e){let t={};for(let n of e.assets){let e=n.native_currency;if(!e?.symbol)continue;let r=String(n.eip155_id),i=typeof e.price_impact==`string`?e.price_impact.trim():``;t[r]={symbol:e.symbol,address:``,decimals:typeof e.decimals==`number`?e.decimals:18,isNative:!0,...e.logo?{assetLogoUrl:e.logo}:{},...i?{priceImpact:i}:{}}}return t}function _e(e){let t={};for(let n of e.assets){let e={};for(let t of n.assets??[]){let n=t.price_impact;typeof n==`string`&&n.trim().length>0&&t.address&&(e[t.address.toLowerCase()]=n.trim())}Object.keys(e).length>0&&(t[String(n.eip155_id)]=e)}return t}function ve(e,t){let n={};for(let r of e.assets){let e=String(r.eip155_id),i=r.native_currency?.min_deposit_usd,a=typeof i==`string`&&i.trim().length>0?Number.parseFloat(i):NaN;n[e]=Number.isFinite(a)?a:t}return n}export{E as createStridgeDepositDriver};
|
|
1
|
+
import{defaultI18n as e}from"../../shared/i18n/defaultI18n.js";import{NATIVE_QUOTE_ADDRESS as t,isStablecoinSymbol as n,toBaseUnits as r}from"./internal/encoding.js";import{resolveSdkEnv as i}from"./internal/env.js";import{buildKitMetadata as a}from"./internal/metadata.js";import{pollOnce as o}from"./internal/pollOnce.js";import{buildErc20OrNativeStep as s,signAndConfirm as c}from"./internal/signAndConfirm.js";import{buildEvmChainsParam as l}from"./internal/supportedChains.js";import{withOneShotRetry as u}from"./internal/retry.js";import{pickRelevantSettlement as d}from"../../flows/shared/transformers/pickRelevantSettlement.js";import{createEntityStore as f}from"../stridge-mock/store.js";import{startPoll as p}from"./poll.js";import{formatFiat as m}from"../../shared/format/formatFiat.js";import{formatTokenAmount as h}from"../../shared/format/formatTokenAmount.js";import{formatUsd as g}from"../../shared/format/formatUsd.js";import{shortenAddress as _}from"../../shared/format/shortenAddress.js";import{balanceToBalancesPayload as v,buildRoutableAllowlist as ee}from"../../flows/deposit/driver/transformers/balanceToBalancesPayload.js";import{quoteToPayload as te}from"../../flows/deposit/driver/transformers/quoteToPayload.js";import{settlementToPayload as y}from"../../flows/deposit/driver/transformers/settlementToPayload.js";import{startToAddressesPayload as ne}from"../../flows/deposit/driver/transformers/startToAddressesPayload.js";import{startToBrandPayload as re}from"../../flows/deposit/driver/transformers/startToBrandPayload.js";import{startToTargetPayload as ie}from"../../flows/deposit/driver/transformers/startToTargetPayload.js";import{walletAddressToWalletPayload as b}from"../../flows/deposit/driver/transformers/walletAddressToWalletPayload.js";import{BANXA_LOGO_DATA_URI as ae,ONRAMP_POPULAR_CURRENCIES as x}from"../../flows/deposit/shared/onramp.js";import{defaultBlockExplorers as oe}from"../../shared/utils/explorers.js";import{createStridgeRpc as se}from"./rpc.js";import{createWagmiSigner as ce}from"./wagmiSigner.js";import{createApiClient as le,isOnrampTerminalState as ue}from"@stridge/sdk";const S=`Banxa`,C=`primary`,de=[{kind:`terms`,url:`https://banxa.com/terms-of-use/`},{kind:`privacy`,url:`https://banxa.com/privacy-policy/`}];function w(e,t){try{return new Intl.NumberFormat(t.locale,{style:`currency`,currency:e,currencyDisplay:`narrowSymbol`}).formatToParts(0).find(e=>e.type===`currency`)?.value??e}catch{return e}}function fe(e,t,n){let r=e.fiat_currency||`USD`,i=Number(e.fiat_amount),a=Number(e.asset_amount),o=Number(e.rate),s=Number(e.fees.total),c=e.fees.provider===void 0?void 0:Number(e.fees.provider),l=e.fees.network===void 0?void 0:Number(e.fees.network);return{amountUsd:{value:i,formatted:m(i,n,r)},amountFiat:{value:i,formatted:m(i,n,r)},fiatCurrency:r,fiatSymbol:w(r,n),receiveAmount:{value:a,formatted:h(a,n)},receiveAsset:{symbol:e.asset_name||t.destination.asset_symbol,decimals:t.destination.asset_decimals,address:t.destination.asset_address,isNative:!t.destination.asset_address,chainId:Number(t.destination.eip155_id)},rate:{value:o,formatted:h(o,n)},...c===void 0?{}:{processingFeeUsd:{value:c,formatted:m(c,n,r)}},...l===void 0?{}:{networkFeeUsd:{value:l,formatted:m(l,n,r)}},totalFeeUsd:{value:s,formatted:m(s,n,r)},provider:e.provider}}function pe(e){let t=new Set(x);return{suggested:e.suggested||`USD`,currencies:e.fiats.map(e=>({code:e.code,name:e.name,symbol:e.symbol,popular:t.has(e.code)}))}}function T(e,t){let n=Number(e.flow.destination.amount),r=Number(e.flow.fiat.amount),i=e.flow.destination.address,a=e.flow.entry?.asset,o=e.flow.destination.asset,s=e.failure_code;return{sessionId:e.session_id,state:e.state,...e.checkout_url?{checkoutUrl:e.checkout_url}:{},...e.provider_order_id?{providerOrderId:e.provider_order_id}:{},...Number.isFinite(n)&&n>0?{receiveAmount:{value:n,formatted:h(n,t)}}:{},...Number.isFinite(r)&&r>0?{fiatAmount:{value:r,formatted:m(r,t,e.flow.fiat.currency)}}:{},...e.flow.fiat.currency?{fiatCurrency:e.flow.fiat.currency}:{},...a?{depositAsset:a}:{},...o?{destinationAsset:o}:{},...i?{destinationAddress:{value:i,formatted:_(i)}}:{},...s?{failureCode:s}:{},...e.expires_at?{expiresAt:Date.parse(e.expires_at)}:{}}}function me(e,t){if(e.payment_methods.length===0)return;let n,r;for(let t of e.payment_methods){let e=t.max_fiat===void 0?NaN:Number.parseFloat(t.max_fiat);Number.isFinite(e)&&(n===void 0||e>n)&&(n=e);let i=t.processing_time?.trim();!r&&i&&(r=i)}return{...n===void 0?{}:{limit:{value:n,formatted:g(n,t)}},...r?{processingTime:{value:0,formatted:r}}:{}}}function E(m){let h=le({projectKey:m.projectKey,env:i(m.environment)}),_=m.pollIntervals??{},x=_.detectionMs??2e3,w=_.processingMs??2e3,E=_.terminalMs??1e4,ye=_.balancesMs??6e4,O=m.minAmountUsd,k=m.maxAmountUsd,A=m.getI18n??(()=>e),j={...oe(),...m.explorers??{}},M=m.destination.network_id,N=m.destination.asset_symbol,P=m.destination.to_address??m.userAddress,F=m.rpc??se(),I={address:m.userAddress},L=f({brand:{status:`idle`},target:{status:`idle`},addresses:{status:`idle`},balances:{status:`idle`},quote:{status:`idle`},settlement:{status:`idle`},wallet:{status:`ready`,payload:b(I),raw:I,response:I},onrampMethods:{status:`idle`},onrampQuote:{status:`idle`},onrampSession:{status:`idle`}}),R,z,B,V,H=m.wagmiConfig?ce({wagmiConfig:m.wagmiConfig,getSupportedAssets:()=>z,explorers:j}):void 0;function U(){if(z)return B??=ee(z),B}let W=!1,G=Promise.resolve(),K=!1,q=Promise.resolve(null),J=null;function Y(){W||(W=!0,G=be(),q=xe())}let X;async function Z(e){try{if(await G,e.aborted)return null;let t=l(z),n=await h.balance.onchain(m.userAddress,{signal:e,includeSpam:!1,includeZero:!1,...t?{chains:t}:{}});if(e.aborted)return null;J=Date.now();let r=U();if(!r)return L.update({balances:{status:`ready`,payload:[],raw:n,response:n}}),null;let i=v(n,{i18n:A(),routable:r,minAmountUsd:O,...m.resolveTokenIcon?{resolveTokenIcon:m.resolveTokenIcon}:{}});return L.update({balances:{status:`ready`,payload:i,raw:n,response:n},wallet:Q(i,A())}),n}catch{return null}}async function be(){L.update({brand:{status:`loading`},target:{status:`loading`},addresses:{status:`loading`},balances:{status:`loading`}});try{let[e,t]=await Promise.all([u(()=>h.gateway.start({owner:m.userAddress,destination:{network_id:M,to_address:P,asset_symbol:N},metadata:a({flow:`deposit`,...m.metadata?{hostMetadata:m.metadata}:{},extras:{destination:{networkId:M,assetSymbol:N}}})})),m.catalog?m.catalog.getSupportedAssets():u(()=>h.gateway.assets()).catch(()=>null)]);R=e;let n=e.metadata?.brand_name;typeof n==`string`&&n.trim().length>0&&(V=n.trim());let r=A();if(t&&(z=t,B=void 0),L.update({brand:{status:`ready`,payload:re(e.metadata),raw:e.metadata,response:e},addresses:{status:`ready`,payload:ne(e.deposit_addresses,{i18n:r,explorers:j,...t?{chainLogos:he(t)}:{},...t?{minAmountUsdByEip155Id:ve(t,O),nativeAssetByEip155Id:ge(t),priceImpactByEip155Id:_e(t)}:{}}),raw:e.deposit_addresses,response:e}}),t){let e=ie(t,{i18n:r,networkId:M,assetSymbol:N,minAmountUsd:O,...k===void 0?{}:{maxAmountUsd:k}}),n=t.assets.find(e=>String(e.network_id)===M);e&&n?L.update({target:{status:`ready`,payload:e,raw:n,response:t}}):L.update({target:{status:`error`,error:Error(`Destination not found in supportedAssets catalog.`)}})}else L.update({target:{status:`error`,error:Error(`supportedAssets fetch failed.`)}})}catch(e){let t=e instanceof Error?e:Error(String(e));L.update({brand:{status:`error`,error:t},target:{status:`error`,error:t},addresses:{status:`error`,error:t}})}}async function xe(){try{await G;let e=l(z),t=await u(()=>h.balance.onchain(m.userAddress,{includeSpam:!1,includeZero:!1,...e?{chains:e}:{}}));J=Date.now();let n=U();if(!n)return L.update({balances:{status:`ready`,payload:[],raw:t,response:t}}),t;let r=v(t,{i18n:A(),routable:n,minAmountUsd:O,...m.resolveTokenIcon?{resolveTokenIcon:m.resolveTokenIcon}:{}});return L.update({balances:{status:`ready`,payload:r,raw:t,response:t},wallet:Q(r,A())}),t}catch(e){let t=e instanceof Error?e:Error(String(e));return L.update({balances:{status:`error`,error:t}}),null}}function Q(e,t){let n=e.reduce((e,t)=>e+(t.amountUsd?.value??0),0);return{status:`ready`,payload:{...b(I),balanceTotalUsd:{value:n,formatted:g(n,t)}},raw:I,response:I}}return{getSnapshot(){return L.getSnapshot()},subscribe(e){return L.subscribe(e)},arm:Y,async requestQuote(e,i){if(Y(),L.update({quote:{status:`loading`}}),await G,i.aborted)return;let a=R;if(!a){L.update({quote:{status:`error`,error:Error(`gateway/start not yet resolved.`)}});return}try{let o=e.sourceChainId,s=e.sourceIsNative?t:e.sourceTokenAddress,c=r(e.amount,e.sourceTokenDecimals),l=await h.uda.quote({fromNetworkId:o,fromAsset:s,toNetworkId:Number(a.destination.eip155_id),toAsset:a.destination.asset_address||`0x0000000000000000000000000000000000000000`,amount:c,fromAddress:m.userAddress,toAddress:P},{signal:i});if(i.aborted)return;let u=A(),d={chainId:o,networkName:D(o),eip155Id:String(o),symbol:e.sourceTokenSymbol,decimals:e.sourceTokenDecimals,address:e.sourceTokenAddress,isNative:e.sourceIsNative},f={chainId:Number(a.destination.eip155_id),networkName:a.destination.network_name,eip155Id:a.destination.eip155_id,symbol:a.destination.asset_symbol,decimals:a.destination.asset_decimals,address:a.destination.asset_address,isNative:!a.destination.asset_address},p=n(a.destination.asset_symbol)?1:void 0,g=te(l,{i18n:u,sendSide:d,receiveSide:f,sourceAmount:e.amount,now:Date.now(),...e.sourcePriceUsd===void 0?{}:{sendPriceUsd:e.sourcePriceUsd},...p===void 0?{}:{receivePriceUsd:p}});L.update({quote:{status:`ready`,payload:g,raw:l,response:l}})}catch(e){if(i.aborted)return;let t=e instanceof Error?e:Error(String(e));L.update({quote:{status:`error`,error:t}})}},async requestOnrampQuote(e,t){if(Y(),L.update({onrampQuote:{status:`loading`}}),await G,t.aborted)return;let n=R;if(!n){L.update({onrampQuote:{status:`error`,error:Error(`gateway/start not yet resolved.`)}});return}try{let r=await h.onramp.quote({fiat_currency:e.currency,fiat_amount:String(e.amount)},{signal:t});if(t.aborted)return;let i=fe(r,n,A());L.update({onrampQuote:{status:`ready`,payload:i,raw:r,response:r}})}catch(e){if(t.aborted)return;let n=e instanceof Error?e:Error(String(e));L.update({onrampQuote:{status:`error`,error:n}})}},async requestOnrampMethods(e){Y();let t=L.getSnapshot().onrampMethods;if(!(t?.status===`ready`||t?.status===`loading`)){L.update({onrampMethods:{status:`loading`}});try{let t=await h.onramp.catalog({signal:e});if(e.aborted){L.update({onrampMethods:{status:`idle`}});return}let n=me(t,A());if(!n){L.update({onrampMethods:{status:`idle`}});return}L.update({onrampMethods:{status:`ready`,payload:n,raw:n,response:n}})}catch{L.update({onrampMethods:{status:`idle`}})}}},async requestOnrampCurrencies(e){Y();let t=L.getSnapshot().onrampCurrencies;if(!(t?.status===`ready`||t?.status===`loading`)){L.update({onrampCurrencies:{status:`loading`}});try{let t=await h.onramp.fiats({signal:e});if(e.aborted){L.update({onrampCurrencies:{status:`idle`}});return}let n=pe(t);L.update({onrampCurrencies:{status:`ready`,payload:n,raw:t,response:t}})}catch{L.update({onrampCurrencies:{status:`idle`}})}}},async requestOnrampProviders(e){Y();let t=L.getSnapshot().onrampProviders;if(t?.status===`ready`||t?.status===`loading`)return;if(L.update({onrampProviders:{status:`loading`}}),await G,e.aborted){L.update({onrampProviders:{status:`idle`}});return}let n=R,r={activeId:C,providers:[{id:C,name:S,status:`active`,logoUrl:ae,...n?{receiveAsset:{symbol:n.destination.asset_symbol}}:{},disclaimer:{providerName:S,links:de}}]};L.update({onrampProviders:{status:`ready`,payload:r,raw:r,response:r}})},async createOnrampSession(e,t){if(Y(),L.update({onrampSession:{status:`loading`}}),await G,t.aborted)throw new DOMException(`Aborted`,`AbortError`);let n=R;if(!n)throw Error(`gateway/start not yet resolved.`);let r=typeof window<`u`?window.location.href:void 0;try{let i=await h.onramp.createSession({owner:m.userAddress,fiat_currency:e.currency,fiat_amount:String(e.amount),destination_asset_symbol:n.destination.asset_symbol,destination_network_id:n.destination.network_id,destination_address:P,...r?{redirect_url:r}:{}},{signal:t});if(t.aborted)throw new DOMException(`Aborted`,`AbortError`);let a=T(i,A());return L.update({onrampSession:{status:`ready`,payload:a,raw:i,response:i}}),a}catch(e){if(!t.aborted){let t=e instanceof Error?e:Error(String(e));L.update({onrampSession:{status:`error`,error:t}})}throw e}},watchOnrampSession(e,t,n){Y(),p({signal:n,fetch:async t=>{try{return await h.onramp.getSession(e.sessionId,{signal:t})}catch{return null}},nextIntervalMs:e=>e&&ue(e.state)?0:3e3,listener:e=>{if(!e)return;let n={status:`ready`,payload:T(e,A()),raw:e,response:e};L.update({onrampSession:n}),t(n)}})},async submitDeposit(e,t){if(!H)throw Error(`Connect a wallet to sign and submit the deposit.`);if(Y(),await G,t.aborted)throw new DOMException(`Aborted`,`AbortError`);let n=R;if(!n)throw Error(`gateway/start not yet resolved.`);let r=n.deposit_addresses.find(t=>Number(t.eip155_id)===Number(e.sourceChainId));if(!r)throw Error(`No Stridge deposit address provisioned on chain ${e.sourceChainId}. Pick a supported source chain.`);return c({signer:H,rpc:F,step:s({chainId:e.sourceChainId,from:m.userAddress,udaDepositAddress:r.address,amount:e.amount,decimals:e.sourceTokenDecimals,isNative:e.sourceIsNative,...e.sourceIsNative?{}:{sourceTokenAddress:e.sourceTokenAddress}}),signal:t,explorers:j,...m.receiptConfirmations===void 0?{}:{receiptConfirmations:m.receiptConfirmations},...m.receiptPollingIntervalMs===void 0?{}:{receiptPollingIntervalMs:m.receiptPollingIntervalMs}})},watchBalances(e,t,n){Y(),p({signal:n,fetch:async e=>K?J!==null&&Date.now()-J<3e4?L.getSnapshot().balances:Z(e):(K=!0,q),listener:()=>{t(L.getSnapshot().balances)},nextIntervalMs:()=>ye})},invalidateBalances(){J=null,X?.abort();let e=new AbortController;X=e,Z(e.signal).finally(()=>{X===e&&(X=void 0)})},watchSourceTx(e,t,n){Y();let r=new Set,i={current:!1},a=!1;p({signal:n,fetch:async e=>{let{matched:t}=await o(h,m.userAddress,$(),e);return t},listener:e=>{if(a||!e)return;let n=e.settlements??[];if(!i.current){for(let e of n)r.add(e.id);i.current=!0;return}let o=n.find(e=>!r.has(e.id));if(!o)return;a=!0;let s=Number(o.from?.eip155_id??`0`);t({hash:o.from?.tx_id??``,...j[s]&&o.from?.tx_id?{explorerUrl:`${j[s].replace(/\/+$/,``)}/tx/${o.from.tx_id}`}:{}})},nextIntervalMs:()=>a?0:x})},watchSettlement(e,t,n){let r=async e=>{let{matched:t}=await o(h,m.userAddress,$(),e);return t},i=!1;p({signal:n,fetch:r,listener:n=>{if(!n)return;let r=d(n,{txHash:e.tx.hash});if(!r)return;let a=y(r,n,{i18n:A(),sourceWallet:{name:`Wallet`,address:m.userAddress},explorers:j,...V?{brandName:V}:{}});a.kind!==`pending`&&(i=!0);let o={status:`ready`,payload:a,raw:r,response:n};L.update({settlement:o}),t(o)},nextIntervalMs:()=>i?E:w})},async fetchActiveSettlement(e,t){let{matched:n}=await o(h,m.userAddress,$(),t);if(!n)return null;let r=d(n);if(!r)return null;let i=y(r,n,{i18n:A(),sourceWallet:{name:`Wallet`,address:m.userAddress},explorers:j,...V?{brandName:V}:{}});return i.kind===`pending`?{payload:i,raw:r,response:n}:null}};function $(){return{network_id:M,asset_symbol:N,to_address:P}}}function D(e){switch(e){case 1:return`Ethereum`;case 56:return`BSC`;case 137:return`Polygon`;case 42161:return`Arbitrum`;case 10:return`Optimism`;case 8453:return`Base`;default:return`Chain ${e}`}}function he(e){let t={};for(let n of e.assets){let e=String(n.eip155_id),r=n.native_currency?.logo;r&&(t[e]=r)}return t}function ge(e){let t={};for(let n of e.assets){let e=n.native_currency;if(!e?.symbol)continue;let r=String(n.eip155_id),i=typeof e.price_impact==`string`?e.price_impact.trim():``;t[r]={symbol:e.symbol,address:``,decimals:typeof e.decimals==`number`?e.decimals:18,isNative:!0,...e.logo?{assetLogoUrl:e.logo}:{},...i?{priceImpact:i}:{}}}return t}function _e(e){let t={};for(let n of e.assets){let e={};for(let t of n.assets??[]){let n=t.price_impact;typeof n==`string`&&n.trim().length>0&&t.address&&(e[t.address.toLowerCase()]=n.trim())}Object.keys(e).length>0&&(t[String(n.eip155_id)]=e)}return t}function ve(e,t){let n={};for(let r of e.assets){let e=String(r.eip155_id),i=r.native_currency?.min_deposit_usd,a=typeof i==`string`&&i.trim().length>0?Number.parseFloat(i):NaN;n[e]=Number.isFinite(a)?a:t}return n}export{E as createStridgeDepositDriver};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{formatDurationCompact as e}from"../../shared/format/formatDurationCompact.js";import{formatFiat as t}from"../../shared/format/formatFiat.js";import{formatPercent as n}from"../../shared/format/formatPercent.js";import{formatTimestamp as r}from"../../shared/format/formatTimestamp.js";import{formatTokenAmount as i}from"../../shared/format/formatTokenAmount.js";import{formatUsd as a}from"../../shared/format/formatUsd.js";import{shortenAddress as o}from"../../shared/format/shortenAddress.js";import{BANXA_LOGO_DATA_URI as s}from"../../flows/deposit/shared/onramp.js";const c=`Stridge ACME`,l=`0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266`,u=`0x1d72b900dd9b4f9fb0e11c14978d9cbbff7b47db0b820911839aad7081f6b72a`,d=`0x268a11a1002eb7026e3a77999872695ee3a920e5c46172a43aa396da10ac5296`,f=`0xcae135e02df387bba14e231988126295a663c8d9f8e90c1ead5876cc2fee036d`,p=1778167499e3,m=1778169184e3,h=1778086787e3,g=1778087105e3,_=`0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d`,v=`https://cdn.stridge.com/assets/usdc.svg`,y=`https://cdn.stridge.com/assets/usdt.svg`,b={1:`https://cdn.stridge.com/networks/60.svg`,8453:`https://cdn.stridge.com/networks/8453.svg`,42161:`https://cdn.stridge.com/networks/9001.svg`},x=`https://cdn.stridge.com/networks/9006.svg`,S=`https://cdn.stridge.com/networks/966.svg`,C=`0x166872371d1EB43B62c25861Bb7B1be4d5f09F56`,w={address:l,chainId:56},T={name:c},E={networkId:`9006`,networkName:`BSC`,eip155IdString:`56`,eip155IdNumber:56,chainLogoUrl:x,explorerBase:`https://bscscan.com`,symbol:`USDC`,decimals:18,address:_,assetLogoUrl:v,isNative:!1,nativeSymbol:`BNB`};function ee(e){if(!e)return E;let t=e.networkId.toLowerCase(),n=k.find(n=>n.networkName.toLowerCase()===t||(M[n.eip155Id]??n.eip155Id)===e.networkId);if(!n)return E;let r=n.acceptedAssets.find(t=>t.symbol.toUpperCase()===e.symbol.toUpperCase());if(!r)return E;let i=n.acceptedAssets.find(e=>e.isNative);return{networkId:M[n.eip155Id]??n.eip155Id,networkName:n.networkName,eip155IdString:n.eip155Id,eip155IdNumber:Number(n.eip155Id),chainLogoUrl:n.chainLogoUrl,explorerBase:n.explorerBase,symbol:r.symbol,decimals:r.decimals,address:r.address,assetLogoUrl:r.assetLogoUrl??n.chainLogoUrl,isNative:r.isNative,nativeSymbol:i?.symbol??r.symbol}}function D(e=E){return{network_id:e.networkId,network_name:e.networkName,network_symbol:e.networkName.toLowerCase(),chain_type:`EVM`,eip155_id:e.eip155IdNumber,native_currency:{symbol:e.nativeSymbol,name:e.nativeSymbol,decimals:18,logo:e.chainLogoUrl},assets:[{symbol:e.symbol,decimals:e.decimals,address:e.address,logo:e.assetLogoUrl}]}}const te=D();function O(e,t,n=E){return{networkId:n.networkId,networkName:n.networkName,eip155Id:n.eip155IdString,chainLogoUrl:n.chainLogoUrl,symbol:n.symbol,decimals:n.decimals,address:n.address,assetLogoUrl:n.assetLogoUrl,isNative:n.isNative,...t===void 0?{}:{minAmountUsd:{value:t,formatted:a(t,e)}}}}const k=[{eip155Id:`1`,networkName:`Ethereum`,chainLogoUrl:b[1],explorerBase:`https://etherscan.io`,acceptedAssets:[{symbol:`ETH`,address:``,decimals:18,isNative:!0,assetLogoUrl:b[1],priceImpact:`0.15`},{symbol:`TUSD`,address:`0x0000000000085d4780B73119b644AE5ecd22b376`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/tusd.svg`,priceImpact:`0.18`},{symbol:`PAXG`,address:`0x45804880De22913dAFE09f4980848ECE6EcbAf78`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/paxg.svg`,priceImpact:`0.42`},{symbol:`DAI`,address:`0x6B175474E89094C44Da98b954EedeAC495271d0F`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/dai.svg`,priceImpact:`0.09`},{symbol:`PYUSD`,address:`0x6c3ea9036406852006290770BEdFcAbA0e23A0e8`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/pyusd.svg`,priceImpact:`0.21`},{symbol:`USDC`,address:`0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,priceImpact:`0.05`},{symbol:`WETH`,address:`0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.31`},{symbol:`USDT`,address:`0xdAC17F958D2ee523a2206206994597C13D831ec7`,decimals:6,isNative:!1,assetLogoUrl:y,priceImpact:`0.07`}]},{eip155Id:`56`,networkName:`BSC`,chainLogoUrl:x,explorerBase:`https://bscscan.com`,acceptedAssets:[{symbol:`BNB`,address:``,decimals:18,isNative:!0,assetLogoUrl:x,priceImpact:`0.21`},{symbol:`WETH`,address:`0x2170Ed0880ac9A755fd29B2688956BD959F933F8`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.34`},{symbol:`TUSD`,address:`0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/tusd.svg`,priceImpact:`0.2`},{symbol:`USDT`,address:`0x55d398326f99059fF775485246999027B3197955`,decimals:18,isNative:!1,assetLogoUrl:y,priceImpact:`0.08`},{symbol:`USDC`,address:_,decimals:18,isNative:!1,assetLogoUrl:v,priceImpact:`0.06`}]},{eip155Id:`8453`,networkName:`Base`,chainLogoUrl:b[8453],explorerBase:`https://basescan.org`,acceptedAssets:[{symbol:`ETH`,address:``,decimals:18,isNative:!0,assetLogoUrl:b[8453],priceImpact:`0.19`},{symbol:`WETH`,address:`0x4200000000000000000000000000000000000006`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.29`},{symbol:`DAI`,address:`0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/dai.svg`,priceImpact:`0.11`},{symbol:`USDC`,address:`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,priceImpact:`0.04`},{symbol:`USDT`,address:`0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2`,decimals:6,isNative:!1,assetLogoUrl:y,priceImpact:`0.07`}]},{eip155Id:`42161`,networkName:`Arbitrum`,chainLogoUrl:b[42161],explorerBase:`https://arbiscan.io`,acceptedAssets:[{symbol:`ETH`,address:``,decimals:18,isNative:!0,assetLogoUrl:b[42161],priceImpact:`0.17`},{symbol:`TUSD`,address:`0x4D15a3A2286D883AF0AA1B3f21367843FAc63E07`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/tusd.svg`,priceImpact:`0.16`},{symbol:`WETH`,address:`0x82aF49447D8a07e3bd95BD0d56f35241523fBab1`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.27`},{symbol:`USDC`,address:`0xaf88d065e77c8cC2239327C5EDb3A432268e5831`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,priceImpact:`0.05`},{symbol:`DAI`,address:`0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/dai.svg`,priceImpact:`0.1`},{symbol:`USDT`,address:`0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9`,decimals:6,isNative:!1,assetLogoUrl:y,priceImpact:`0.06`}]},{eip155Id:`137`,networkName:`Polygon`,chainLogoUrl:S,explorerBase:`https://polygonscan.com`,acceptedAssets:[{symbol:`POL`,address:``,decimals:18,isNative:!0,assetLogoUrl:S,priceImpact:`0.33`},{symbol:`TUSD`,address:`0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/tusd.svg`,priceImpact:`0.22`},{symbol:`USDC`,address:`0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,priceImpact:`0.08`},{symbol:`WETH`,address:`0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.36`},{symbol:`DAI`,address:`0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/dai.svg`,priceImpact:`0.13`},{symbol:`USDT`,address:`0xc2132D05D31c914a87C6611C10748AEb04B58e8F`,decimals:6,isNative:!1,assetLogoUrl:y,priceImpact:`0.09`}]}];function A(e,t){let n=t===void 0?{}:{minAmountUsd:{value:t,formatted:a(t,e)}};return k.map(({eip155Id:e,networkName:t,chainLogoUrl:r,explorerBase:i,acceptedAssets:a})=>({eip155Id:e,networkName:t,chainLogoUrl:r,address:{value:C,formatted:o(C)},explorerUrl:`${i}/address/${C}`,acceptedAssets:a,...n}))}const j=k.map(({eip155Id:e,networkName:t,chainLogoUrl:n,explorerBase:r,acceptedAssets:i})=>({eip155Id:e,networkName:t,chainLogoUrl:n,address:{value:C,formatted:o(C)},explorerUrl:`${r}/address/${C}`,acceptedAssets:i})),M={1:`60`,56:`9006`,137:`966`,8453:`8453`,42161:`9001`};function N(){return{assets:k.map(e=>{let t=e.acceptedAssets.find(e=>e.isNative),n=e.acceptedAssets.filter(e=>!e.isNative);return{eip155_id:Number(e.eip155Id),network_id:M[e.eip155Id]??e.eip155Id,network_name:e.networkName.toLowerCase(),network_symbol:e.networkName.toLowerCase(),chain_type:`EVM`,assets:n.map(e=>({address:e.address,decimals:e.decimals,logo:e.assetLogoUrl??``,name:e.symbol,symbol:e.symbol,...e.priceImpact?{price_impact:e.priceImpact}:{}})),native_currency:{symbol:t?.symbol??``,name:t?.symbol??``,decimals:t?.decimals??18,logo:t?.assetLogoUrl??e.chainLogoUrl,...t?.priceImpact?{price_impact:t.priceImpact}:{}}}})}}function P(e){return[{networkId:`9006`,networkName:`BSC`,eip155Id:`56`,symbol:`USDC`,decimals:18,address:_,assetLogoUrl:v,chainLogoUrl:x,isNative:!1,amount:{value:42.805864,formatted:i(42.805864,e,{compact:!0})},amountUsd:{value:42.81,formatted:a(42.81,e)},priceUsd:1},{networkId:`9006`,networkName:`BSC`,eip155Id:`56`,symbol:`BNB`,decimals:18,address:``,assetLogoUrl:x,chainLogoUrl:x,isNative:!0,amount:{value:.016699,formatted:i(.016699,e,{compact:!0})},amountUsd:{value:10.86,formatted:a(10.86,e)},priceUsd:650.41},{networkId:`60`,networkName:`Ethereum`,eip155Id:`1`,symbol:`USDT`,decimals:6,address:`0xdAC17F958D2ee523a2206206994597C13D831ec7`,assetLogoUrl:y,chainLogoUrl:b[1],isNative:!1,amount:{value:.757479,formatted:i(.757479,e,{compact:!0})},amountUsd:{value:.76,formatted:a(.76,e)},priceUsd:1,lowBalance:!0,disabled:!0},{networkId:`9006`,networkName:`BSC`,eip155Id:`56`,symbol:`USDT`,decimals:18,address:`0x55d398326f99059fF775485246999027B3197955`,assetLogoUrl:y,chainLogoUrl:x,isNative:!1,amount:{value:.595218,formatted:i(.595218,e,{compact:!0})},amountUsd:{value:.6,formatted:a(.6,e)},priceUsd:1,lowBalance:!0,disabled:!0},{networkId:`60`,networkName:`Ethereum`,eip155Id:`1`,symbol:`ETH`,decimals:18,address:``,assetLogoUrl:b[1],chainLogoUrl:b[1],isNative:!0,amount:{value:167e-6,formatted:i(167e-6,e,{compact:!0})},amountUsd:{value:.39,formatted:a(.39,e)},priceUsd:2316.86,lowBalance:!0,disabled:!0},{networkId:`60`,networkName:`Ethereum`,eip155Id:`1`,symbol:`USDC`,decimals:6,address:`0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,chainLogoUrl:b[1],isNative:!1,amount:{value:.10408,formatted:i(.10408,e,{compact:!0})},amountUsd:{value:.1,formatted:a(.1,e)},priceUsd:1,lowBalance:!0,disabled:!0}]}function ne(e,t,r=E){return{heroAmountUsd:{value:1.999758,formatted:a(1.999758,e)},sendAsset:{symbol:`USDC`,decimals:6,address:`0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,isNative:!1,chainId:1,networkName:`Ethereum`,eip155Id:`1`,chainLogoUrl:b[1]},sendAmount:{value:2,formatted:i(2,e)},receiveAsset:{symbol:r.symbol,decimals:r.decimals,address:r.address,assetLogoUrl:r.assetLogoUrl,isNative:r.isNative,chainId:r.eip155IdNumber,networkName:r.networkName,eip155Id:r.eip155IdString,chainLogoUrl:r.chainLogoUrl},receiveAmount:{value:1.9958,formatted:i(1.9958,e)},quoteTotalSeconds:30,expiresAt:t,etaSeconds:30,breakdown:{selectedRoute:{provider:`lifi`,scenario:`cross_chain_diff_token`,label:`LIFI · cross chain diff token`},networkCost:{value:.0042,formatted:a(.0042,e)},priceImpact:{value:.21,formatted:n(.21,e)}}}}function F(e,t=E){return{kind:`pending`,sourceWallet:{name:`Wallet`,address:{value:l,formatted:o(l)},explorerUrl:`https://etherscan.io/address/${l}`},creditedAsset:{symbol:t.symbol,decimals:t.decimals,address:t.address,assetLogoUrl:t.assetLogoUrl,isNative:t.isNative},creditedTo:c,txHash:{value:u,formatted:o(u)},txExplorerUrl:`https://etherscan.io/tx/${u}`,detectedAt:{value:p,formatted:r(p,e)},submittedAt:{value:p,formatted:r(p,e)},receiveAmount:{value:4.983615,formatted:i(4.983615,e)}}}function I(t,n=E){let a=m-p;return{kind:`succeeded`,sourceWallet:{name:`Wallet`,address:{value:l,formatted:o(l)},explorerUrl:`https://etherscan.io/address/${l}`},destination:{name:c,address:{value:l,formatted:o(l)}},creditedAsset:{symbol:n.symbol,decimals:n.decimals,address:n.address,assetLogoUrl:n.assetLogoUrl,isNative:n.isNative},receiveAmount:{value:4.983615,formatted:i(4.983615,t)},routeHops:[{provider:`LIFI`,chainId:1},{provider:`LIFI`,chainId:n.eip155IdNumber}],totalTime:{value:a,formatted:e(a,t)},depositTx:{hash:{value:u,formatted:o(u)},explorerUrl:`https://etherscan.io/tx/${u}`},completionTx:{hash:{value:d,formatted:o(d)},explorerUrl:`${n.explorerBase}/tx/${d}`},submittedAt:{value:p,formatted:r(p,t)},filledAt:{value:m,formatted:r(m,t)}}}function L(e,t=`execution-reverted`,n=E){return{kind:`failed`,failureKind:t,sourceWallet:{name:`Wallet`,address:{value:l,formatted:o(l)},explorerUrl:`https://etherscan.io/address/${l}`},destination:{name:c,address:{value:l,formatted:o(l)}},creditedAsset:{symbol:n.symbol,decimals:n.decimals,address:n.address,assetLogoUrl:n.assetLogoUrl,isNative:n.isNative},receiveAmount:{value:0,formatted:i(0,e)},txHash:{value:f,formatted:o(f)},txExplorerUrl:`https://etherscan.io/tx/${f}`,submittedAt:{value:h,formatted:r(h,e)},failedAt:{value:g,formatted:r(g,e)}}}function re(e,t=w){let n=P(e).reduce((e,t)=>e+(t.amountUsd?.value??0),0);return{address:{value:t.address,formatted:o(t.address)},...t.chainId===void 0?{}:{chainId:t.chainId},balanceTotalUsd:{value:n,formatted:a(n,e)}}}const R=116e3,z={id:`D79cZK`,message:`Instant`};function B(e){return{limit:{value:R,formatted:a(R,e)},processingTime:{value:0,formatted:e._(z)}}}const V=[{code:`USD`,name:`US Dollar`,symbol:`$`,popular:!0},{code:`EUR`,name:`Euro`,symbol:`€`,popular:!0},{code:`GBP`,name:`British Pound`,symbol:`£`,popular:!0},{code:`JPY`,name:`Japanese Yen`,symbol:`¥`,popular:!0},{code:`CNY`,name:`Chinese Yuan`,symbol:`¥`,popular:!0},{code:`AUD`,name:`Australian Dollar`,symbol:`A$`,popular:!0},{code:`CAD`,name:`Canadian Dollar`,symbol:`C$`,popular:!0},{code:`CHF`,name:`Swiss Franc`,symbol:`CHF`,popular:!0},{code:`AED`,name:`UAE Dirham`,symbol:`د.إ`,popular:!1},{code:`ARS`,name:`Argentine Peso`,symbol:`$`,popular:!1},{code:`BRL`,name:`Brazilian Real`,symbol:`R$`,popular:!1},{code:`INR`,name:`Indian Rupee`,symbol:`₹`,popular:!1},{code:`KRW`,name:`South Korean Won`,symbol:`₩`,popular:!1},{code:`MXN`,name:`Mexican Peso`,symbol:`$`,popular:!1},{code:`NGN`,name:`Nigerian Naira`,symbol:`₦`,popular:!1},{code:`SGD`,name:`Singapore Dollar`,symbol:`S$`,popular:!1},{code:`THB`,name:`Thai Baht`,symbol:`฿`,popular:!1},{code:`TRY`,name:`Turkish Lira`,symbol:`₺`,popular:!1},{code:`ZAR`,name:`South African Rand`,symbol:`R`,popular:!1}];function H(e){return V.find(t=>t.code===e)?.symbol??e}function U(){return{suggested:`USD`,currencies:V.map(e=>({code:e.code,name:e.name,symbol:e.symbol,popular:e.popular}))}}function W(e,n,r,a=`USD`){let o=Number.isFinite(n)&&n>0?n:0,s=+(o*.019).toFixed(2),c=.4,l=+(s+c).toFixed(2),u=Math.max(0,o-l),d=H(a);return{amountUsd:{value:o,formatted:t(o,e,a)},amountFiat:{value:o,formatted:t(o,e,a)},fiatCurrency:a,fiatSymbol:d,receiveAmount:{value:u,formatted:i(u,e)},receiveAsset:{symbol:r.symbol,decimals:r.decimals,address:r.address,isNative:r.isNative,chainId:r.eip155IdNumber},rate:{value:1,formatted:i(1,e)},processingFeeUsd:{value:s,formatted:t(s,e,a)},networkFeeUsd:{value:c,formatted:t(c,e,a)},totalFeeUsd:{value:l,formatted:t(l,e,a)},provider:`mock-onramp-provider`}}function G(e){return{activeId:`primary`,providers:[{id:`primary`,name:`Banxa`,status:`active`,logoUrl:s,receiveAsset:{symbol:e.symbol},disclaimer:{providerName:`Banxa`,links:[{kind:`terms`,url:`https://banxa.com/terms-of-use/`},{kind:`privacy`,url:`https://banxa.com/privacy-policy/`}]}}]}}const K=`mock-onramp-order-0001`,q=`https://checkout.mock-onramp-provider.example/?orderId=${K}`;function J(e,t,n,r=`SESSION_PENDING`,i=q){let a=W(e,t,n);return{sessionId:`mock-onramp-session-0001`,state:r,checkoutUrl:i,providerOrderId:K,receiveAmount:a.receiveAmount,fiatAmount:a.amountFiat,fiatCurrency:a.fiatCurrency,depositAsset:`ETH`,destinationAsset:a.receiveAsset.symbol,destinationAddress:{value:l,formatted:o(l)}}}const Y={provider:`mock-onramp-provider`,country:{code:`US`,source:`tenant`,confidence:`high`},suggested:`USD`,fiats:V.map(e=>({code:e.code,name:e.name,symbol:e.symbol}))},ie={provider:`mock-onramp-provider`,fiatCurrency:`USD`,fiatAmount:`0`,assetName:`USDC`,assetAmount:`0`,rate:`1`,fees:{total:`0`}},ae={sessionId:`mock-onramp-session-0001`,state:`SESSION_PENDING`,externalOrderId:`mock-onramp-session-0001`,flow:{fiat:{currency:`USD`,amount:`0`},udaEntry:{address:`0x0`,networkId:`60`,asset:`USDC`},destination:{address:`0x0`,networkId:`60`,asset:`USDC`,amount:`0`}},etag:`mock-0`},oe={deposit_addresses:[],metadata:{brand_name:c}},se=[],ce={assets:[]},le={chains:[]},ue={},de={id:`mock-settlement`,status:`completed`,created_at:new Date(p).toISOString(),updated_at:new Date(m).toISOString()},fe={settlements:[],is_terminal:!1},X=`0x32995Fb47918BD37133dB46F21c5Ed906140Dd41`,Z=`https://cdn.stridge.com/assets/usdc.svg`;function pe(e,t=Date.now()){let n=6e4,r=60*n,i=24*r,a=[Q({id:`mock-activity-deposit-pending`,status:`routing`,updatedAtMs:t-12*n,createdAtMs:t-15*n,amountUsd:`25.00`,toAddress:e}),Q({id:`mock-activity-deposit-failed`,status:`failed`,updatedAtMs:t-2*r,createdAtMs:t-2*r-35e3,amountUsd:`18.40`,toAddress:e,error:`destination chain reverted`}),Q({id:`mock-activity-deposit-success-recent`,status:`completed`,updatedAtMs:t-6*r,createdAtMs:t-6*r-23e3,amountUsd:`42.50`,toAddress:e}),Q({id:`mock-activity-deposit-success-yesterday`,status:`completed`,updatedAtMs:t-i-2*r,createdAtMs:t-i-2*r-17e3,amountUsd:`8.20`,toAddress:e}),Q({id:`mock-activity-deposit-success-week`,status:`completed`,updatedAtMs:t-9*i,createdAtMs:t-9*i-14e3,amountUsd:`120.00`,toAddress:e})],o=[$({id:`mock-activity-withdraw-failed`,status:`failed`,updatedAtMs:t-3*i,createdAtMs:t-3*i-9e4,amountUsd:`15.00`,error:`transaction failed on chain`}),$({id:`mock-activity-withdraw-success-recent`,status:`completed`,updatedAtMs:t-18*r,createdAtMs:t-18*r-12e3,amountUsd:`60.00`}),$({id:`mock-activity-withdraw-success-week`,status:`completed`,updatedAtMs:t-11*i,createdAtMs:t-11*i-19e3,amountUsd:`200.00`})];return{owner:e,filter:{},udas:[{uda_id:`mock-uda-deposit`,owner:e,is_terminal:!1,status:`from_detected`,created_at:new Date(t-30*i).toISOString(),updated_at:new Date(t-12*n).toISOString(),destination:{address:e,asset_address:_,asset_symbol:`USDC`,asset_decimals:18,network_id:`9006`,network_name:`BSC`,eip155_id:`56`},settlements:a,metadata:{kit_flow:`deposit`}},{uda_id:`mock-uda-withdraw`,owner:e,is_terminal:!1,status:`completed`,created_at:new Date(t-25*i).toISOString(),updated_at:new Date(t-18*r).toISOString(),destination:{address:X,asset_address:``,asset_decimals:18,asset_symbol:`ETH`,network_id:`60`,network_name:`Ethereum`,eip155_id:`1`},settlements:o,metadata:{kit_flow:`withdraw`}}]}}function Q(e){return{id:e.id,status:e.status,created_at:new Date(e.createdAtMs).toISOString(),updated_at:new Date(e.updatedAtMs).toISOString(),events:[],fees:{},route:{provider:`lifi`},...e.error?{error:e.error}:{},from:{tx_id:`0x${e.id.padEnd(60,`0`)}`,asset_symbol:`USDC`,eip155_id:`1`,network_id:`60`,network_name:`Ethereum`,raw_amount:`0`,amount:e.amountUsd,amount_usd:e.amountUsd,logo:Z},to:{address:e.toAddress,asset_address:_,asset_symbol:`USDC`,eip155_id:`56`,network_id:`9006`,network_name:`BSC`,raw_amount:`0`,amount:e.amountUsd,amount_usd:e.amountUsd,logo:Z,tx_id:`0xto${e.id.padEnd(58,`0`)}`,settled_at:e.status===`completed`?new Date(e.updatedAtMs).toISOString():void 0}}}function $(e){return{id:e.id,status:e.status,created_at:new Date(e.createdAtMs).toISOString(),updated_at:new Date(e.updatedAtMs).toISOString(),events:[],fees:{},route:{provider:`lifi`},...e.error?{error:e.error}:{},from:{tx_id:`0x${e.id.padEnd(60,`0`)}`,asset_symbol:`USDC`,eip155_id:`56`,network_id:`9006`,network_name:`BSC`,raw_amount:`0`,amount:e.amountUsd,amount_usd:e.amountUsd,logo:Z},to:{address:X,asset_address:``,asset_symbol:`ETH`,eip155_id:`1`,network_id:`60`,network_name:`Ethereum`,raw_amount:`0`,amount:e.amountUsd,amount_usd:e.amountUsd,logo:`https://cdn.stridge.com/networks/60.svg`,tx_id:`0xto${e.id.padEnd(58,`0`)}`,settled_at:e.status===`completed`?new Date(e.updatedAtMs).toISOString():void 0}}}function me(e,t,n,r){return t===`pending`?F(e,n&&typeof n!=`string`?n:void 0):t===`succeeded`?I(e,n&&typeof n!=`string`?n:void 0):L(e,typeof n==`string`?n:void 0,r)}export{j as DEFAULT_ADDRESSES_PAYLOAD,T as DEFAULT_BRAND_PAYLOAD,E as DEFAULT_MOCK_ASSET,te as DEFAULT_TARGET_RAW,w as DEFAULT_WALLET_INFO,q as MOCK_ONRAMP_CHECKOUT_URL,K as MOCK_ONRAMP_ORDER_ID,se as STUB_DEPOSIT_ADDRESSES_RAW,fe as STUB_GATEWAY_POLL_RESPONSE,de as STUB_GATEWAY_SETTLEMENT_DTO,oe as STUB_GATEWAY_START_RESPONSE,le as STUB_ONCHAIN_BALANCE_RESPONSE,Y as STUB_ONRAMP_FIATS_RESPONSE,ie as STUB_ONRAMP_QUOTE_RESPONSE,ae as STUB_ONRAMP_SESSION_RESPONSE,ue as STUB_QUOTE_RESPONSE,ce as STUB_SUPPORTED_ASSETS_RESPONSE,A as buildDefaultAddressesPayload,P as buildDefaultBalances,L as buildDefaultFailurePayload,B as buildDefaultOnrampMethodsPayload,F as buildDefaultPendingPayload,ne as buildDefaultQuotePayload,I as buildDefaultSuccessPayload,N as buildDefaultSupportedAssetsResponse,O as buildDefaultTargetPayload,D as buildDefaultTargetRaw,re as buildDefaultWalletPayload,pe as buildMockActivityResponse,U as buildMockOnrampCurrenciesPayload,G as buildMockOnrampProvidersPayload,W as buildMockOnrampQuotePayload,J as buildMockOnrampSessionPayload,me as buildSettlementPayload,ee as resolveMockAsset};
|
|
1
|
+
import{formatDurationCompact as e}from"../../shared/format/formatDurationCompact.js";import{formatFiat as t}from"../../shared/format/formatFiat.js";import{formatPercent as n}from"../../shared/format/formatPercent.js";import{formatTimestamp as r}from"../../shared/format/formatTimestamp.js";import{formatTokenAmount as i}from"../../shared/format/formatTokenAmount.js";import{formatUsd as a}from"../../shared/format/formatUsd.js";import{shortenAddress as o}from"../../shared/format/shortenAddress.js";import{BANXA_LOGO_DATA_URI as s}from"../../flows/deposit/shared/onramp.js";const c=`Stridge ACME`,l=`0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266`,u=`0x1d72b900dd9b4f9fb0e11c14978d9cbbff7b47db0b820911839aad7081f6b72a`,d=`0x268a11a1002eb7026e3a77999872695ee3a920e5c46172a43aa396da10ac5296`,f=`0xcae135e02df387bba14e231988126295a663c8d9f8e90c1ead5876cc2fee036d`,p=1778167499e3,m=1778169184e3,h=1778086787e3,g=1778087105e3,_=`0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d`,v=`https://cdn.stridge.com/assets/usdc.svg`,y=`https://cdn.stridge.com/assets/usdt.svg`,b={1:`https://cdn.stridge.com/networks/60.svg`,8453:`https://cdn.stridge.com/networks/8453.svg`,42161:`https://cdn.stridge.com/networks/9001.svg`},x=`https://cdn.stridge.com/networks/9006.svg`,S=`https://cdn.stridge.com/networks/966.svg`,C=`0x166872371d1EB43B62c25861Bb7B1be4d5f09F56`,w={address:l,chainId:56},T={name:c},E={networkId:`9006`,networkName:`BSC`,eip155IdString:`56`,eip155IdNumber:56,chainLogoUrl:x,explorerBase:`https://bscscan.com`,symbol:`USDC`,decimals:18,address:_,assetLogoUrl:v,isNative:!1,nativeSymbol:`BNB`};function ee(e){if(!e)return E;let t=e.networkId.toLowerCase(),n=k.find(n=>n.networkName.toLowerCase()===t||(M[n.eip155Id]??n.eip155Id)===e.networkId);if(!n)return E;let r=n.acceptedAssets.find(t=>t.symbol.toUpperCase()===e.symbol.toUpperCase());if(!r)return E;let i=n.acceptedAssets.find(e=>e.isNative);return{networkId:M[n.eip155Id]??n.eip155Id,networkName:n.networkName,eip155IdString:n.eip155Id,eip155IdNumber:Number(n.eip155Id),chainLogoUrl:n.chainLogoUrl,explorerBase:n.explorerBase,symbol:r.symbol,decimals:r.decimals,address:r.address,assetLogoUrl:r.assetLogoUrl??n.chainLogoUrl,isNative:r.isNative,nativeSymbol:i?.symbol??r.symbol}}function D(e=E){return{network_id:e.networkId,network_name:e.networkName,network_symbol:e.networkName.toLowerCase(),chain_type:`EVM`,eip155_id:e.eip155IdNumber,native_currency:{symbol:e.nativeSymbol,name:e.nativeSymbol,decimals:18,logo:e.chainLogoUrl},assets:[{symbol:e.symbol,decimals:e.decimals,address:e.address,logo:e.assetLogoUrl}]}}const te=D();function O(e,t,n=E){return{networkId:n.networkId,networkName:n.networkName,eip155Id:n.eip155IdString,chainLogoUrl:n.chainLogoUrl,symbol:n.symbol,decimals:n.decimals,address:n.address,assetLogoUrl:n.assetLogoUrl,isNative:n.isNative,...t===void 0?{}:{minAmountUsd:{value:t,formatted:a(t,e)}}}}const k=[{eip155Id:`1`,networkName:`Ethereum`,chainLogoUrl:b[1],explorerBase:`https://etherscan.io`,acceptedAssets:[{symbol:`ETH`,address:``,decimals:18,isNative:!0,assetLogoUrl:b[1],priceImpact:`0.15`},{symbol:`TUSD`,address:`0x0000000000085d4780B73119b644AE5ecd22b376`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/tusd.svg`,priceImpact:`0.18`},{symbol:`PAXG`,address:`0x45804880De22913dAFE09f4980848ECE6EcbAf78`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/paxg.svg`,priceImpact:`0.42`},{symbol:`DAI`,address:`0x6B175474E89094C44Da98b954EedeAC495271d0F`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/dai.svg`,priceImpact:`0.09`},{symbol:`PYUSD`,address:`0x6c3ea9036406852006290770BEdFcAbA0e23A0e8`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/pyusd.svg`,priceImpact:`0.21`},{symbol:`USDC`,address:`0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,priceImpact:`0.05`},{symbol:`WETH`,address:`0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.31`},{symbol:`USDT`,address:`0xdAC17F958D2ee523a2206206994597C13D831ec7`,decimals:6,isNative:!1,assetLogoUrl:y,priceImpact:`0.07`}]},{eip155Id:`56`,networkName:`BSC`,chainLogoUrl:x,explorerBase:`https://bscscan.com`,acceptedAssets:[{symbol:`BNB`,address:``,decimals:18,isNative:!0,assetLogoUrl:x,priceImpact:`0.21`},{symbol:`WETH`,address:`0x2170Ed0880ac9A755fd29B2688956BD959F933F8`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.34`},{symbol:`TUSD`,address:`0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/tusd.svg`,priceImpact:`0.2`},{symbol:`USDT`,address:`0x55d398326f99059fF775485246999027B3197955`,decimals:18,isNative:!1,assetLogoUrl:y,priceImpact:`0.08`},{symbol:`USDC`,address:_,decimals:18,isNative:!1,assetLogoUrl:v,priceImpact:`0.06`}]},{eip155Id:`8453`,networkName:`Base`,chainLogoUrl:b[8453],explorerBase:`https://basescan.org`,acceptedAssets:[{symbol:`ETH`,address:``,decimals:18,isNative:!0,assetLogoUrl:b[8453],priceImpact:`0.19`},{symbol:`WETH`,address:`0x4200000000000000000000000000000000000006`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.29`},{symbol:`DAI`,address:`0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/dai.svg`,priceImpact:`0.11`},{symbol:`USDC`,address:`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,priceImpact:`0.04`},{symbol:`USDT`,address:`0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2`,decimals:6,isNative:!1,assetLogoUrl:y,priceImpact:`0.07`}]},{eip155Id:`42161`,networkName:`Arbitrum`,chainLogoUrl:b[42161],explorerBase:`https://arbiscan.io`,acceptedAssets:[{symbol:`ETH`,address:``,decimals:18,isNative:!0,assetLogoUrl:b[42161],priceImpact:`0.17`},{symbol:`TUSD`,address:`0x4D15a3A2286D883AF0AA1B3f21367843FAc63E07`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/tusd.svg`,priceImpact:`0.16`},{symbol:`WETH`,address:`0x82aF49447D8a07e3bd95BD0d56f35241523fBab1`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.27`},{symbol:`USDC`,address:`0xaf88d065e77c8cC2239327C5EDb3A432268e5831`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,priceImpact:`0.05`},{symbol:`DAI`,address:`0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/dai.svg`,priceImpact:`0.1`},{symbol:`USDT`,address:`0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9`,decimals:6,isNative:!1,assetLogoUrl:y,priceImpact:`0.06`}]},{eip155Id:`137`,networkName:`Polygon`,chainLogoUrl:S,explorerBase:`https://polygonscan.com`,acceptedAssets:[{symbol:`POL`,address:``,decimals:18,isNative:!0,assetLogoUrl:S,priceImpact:`0.33`},{symbol:`TUSD`,address:`0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/tusd.svg`,priceImpact:`0.22`},{symbol:`USDC`,address:`0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359`,decimals:6,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,priceImpact:`0.08`},{symbol:`WETH`,address:`0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/weth.svg`,priceImpact:`0.36`},{symbol:`DAI`,address:`0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063`,decimals:18,isNative:!1,assetLogoUrl:`https://cdn.stridge.com/assets/dai.svg`,priceImpact:`0.13`},{symbol:`USDT`,address:`0xc2132D05D31c914a87C6611C10748AEb04B58e8F`,decimals:6,isNative:!1,assetLogoUrl:y,priceImpact:`0.09`}]}];function A(e,t){let n=t===void 0?{}:{minAmountUsd:{value:t,formatted:a(t,e)}};return k.map(({eip155Id:e,networkName:t,chainLogoUrl:r,explorerBase:i,acceptedAssets:a})=>({eip155Id:e,networkName:t,chainLogoUrl:r,address:{value:C,formatted:o(C)},explorerUrl:`${i}/address/${C}`,acceptedAssets:a,...n}))}const j=k.map(({eip155Id:e,networkName:t,chainLogoUrl:n,explorerBase:r,acceptedAssets:i})=>({eip155Id:e,networkName:t,chainLogoUrl:n,address:{value:C,formatted:o(C)},explorerUrl:`${r}/address/${C}`,acceptedAssets:i})),M={1:`60`,56:`9006`,137:`966`,8453:`8453`,42161:`9001`};function N(){return{assets:k.map(e=>{let t=e.acceptedAssets.find(e=>e.isNative),n=e.acceptedAssets.filter(e=>!e.isNative);return{eip155_id:Number(e.eip155Id),network_id:M[e.eip155Id]??e.eip155Id,network_name:e.networkName.toLowerCase(),network_symbol:e.networkName.toLowerCase(),chain_type:`EVM`,assets:n.map(e=>({address:e.address,decimals:e.decimals,logo:e.assetLogoUrl??``,name:e.symbol,symbol:e.symbol,...e.priceImpact?{price_impact:e.priceImpact}:{}})),native_currency:{symbol:t?.symbol??``,name:t?.symbol??``,decimals:t?.decimals??18,logo:t?.assetLogoUrl??e.chainLogoUrl,...t?.priceImpact?{price_impact:t.priceImpact}:{}}}})}}function P(e){return[{networkId:`9006`,networkName:`BSC`,eip155Id:`56`,symbol:`USDC`,decimals:18,address:_,assetLogoUrl:v,chainLogoUrl:x,isNative:!1,amount:{value:42.805864,formatted:i(42.805864,e,{compact:!0})},amountUsd:{value:42.81,formatted:a(42.81,e)},priceUsd:1},{networkId:`9006`,networkName:`BSC`,eip155Id:`56`,symbol:`BNB`,decimals:18,address:``,assetLogoUrl:x,chainLogoUrl:x,isNative:!0,amount:{value:.016699,formatted:i(.016699,e,{compact:!0})},amountUsd:{value:10.86,formatted:a(10.86,e)},priceUsd:650.41},{networkId:`60`,networkName:`Ethereum`,eip155Id:`1`,symbol:`USDT`,decimals:6,address:`0xdAC17F958D2ee523a2206206994597C13D831ec7`,assetLogoUrl:y,chainLogoUrl:b[1],isNative:!1,amount:{value:.757479,formatted:i(.757479,e,{compact:!0})},amountUsd:{value:.76,formatted:a(.76,e)},priceUsd:1,lowBalance:!0,disabled:!0},{networkId:`9006`,networkName:`BSC`,eip155Id:`56`,symbol:`USDT`,decimals:18,address:`0x55d398326f99059fF775485246999027B3197955`,assetLogoUrl:y,chainLogoUrl:x,isNative:!1,amount:{value:.595218,formatted:i(.595218,e,{compact:!0})},amountUsd:{value:.6,formatted:a(.6,e)},priceUsd:1,lowBalance:!0,disabled:!0},{networkId:`60`,networkName:`Ethereum`,eip155Id:`1`,symbol:`ETH`,decimals:18,address:``,assetLogoUrl:b[1],chainLogoUrl:b[1],isNative:!0,amount:{value:167e-6,formatted:i(167e-6,e,{compact:!0})},amountUsd:{value:.39,formatted:a(.39,e)},priceUsd:2316.86,lowBalance:!0,disabled:!0},{networkId:`60`,networkName:`Ethereum`,eip155Id:`1`,symbol:`USDC`,decimals:6,address:`0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,chainLogoUrl:b[1],isNative:!1,amount:{value:.10408,formatted:i(.10408,e,{compact:!0})},amountUsd:{value:.1,formatted:a(.1,e)},priceUsd:1,lowBalance:!0,disabled:!0}]}function ne(e,t,r=E){return{heroAmountUsd:{value:1.999758,formatted:a(1.999758,e)},sendAsset:{symbol:`USDC`,decimals:6,address:`0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`,assetLogoUrl:`https://cdn.stridge.com/assets/usdc.svg`,isNative:!1,chainId:1,networkName:`Ethereum`,eip155Id:`1`,chainLogoUrl:b[1]},sendAmount:{value:2,formatted:i(2,e)},receiveAsset:{symbol:r.symbol,decimals:r.decimals,address:r.address,assetLogoUrl:r.assetLogoUrl,isNative:r.isNative,chainId:r.eip155IdNumber,networkName:r.networkName,eip155Id:r.eip155IdString,chainLogoUrl:r.chainLogoUrl},receiveAmount:{value:1.9958,formatted:i(1.9958,e)},quoteTotalSeconds:30,expiresAt:t,etaSeconds:30,breakdown:{selectedRoute:{provider:`lifi`,scenario:`cross_chain_diff_token`,label:`LIFI · cross chain diff token`},networkCost:{value:.0042,formatted:a(.0042,e)},priceImpact:{value:.21,formatted:n(.21,e)}}}}function F(e,t=E){return{kind:`pending`,sourceWallet:{name:`Wallet`,address:{value:l,formatted:o(l)},explorerUrl:`https://etherscan.io/address/${l}`},creditedAsset:{symbol:t.symbol,decimals:t.decimals,address:t.address,assetLogoUrl:t.assetLogoUrl,isNative:t.isNative},creditedTo:c,txHash:{value:u,formatted:o(u)},txExplorerUrl:`https://etherscan.io/tx/${u}`,detectedAt:{value:p,formatted:r(p,e)},submittedAt:{value:p,formatted:r(p,e)},receiveAmount:{value:4.983615,formatted:i(4.983615,e)}}}function I(t,n=E){let a=m-p;return{kind:`succeeded`,sourceWallet:{name:`Wallet`,address:{value:l,formatted:o(l)},explorerUrl:`https://etherscan.io/address/${l}`},destination:{name:c,address:{value:l,formatted:o(l)}},creditedAsset:{symbol:n.symbol,decimals:n.decimals,address:n.address,assetLogoUrl:n.assetLogoUrl,isNative:n.isNative},receiveAmount:{value:4.983615,formatted:i(4.983615,t)},routeHops:[{provider:`LIFI`,chainId:1},{provider:`LIFI`,chainId:n.eip155IdNumber}],totalTime:{value:a,formatted:e(a,t)},depositTx:{hash:{value:u,formatted:o(u)},explorerUrl:`https://etherscan.io/tx/${u}`},completionTx:{hash:{value:d,formatted:o(d)},explorerUrl:`${n.explorerBase}/tx/${d}`},submittedAt:{value:p,formatted:r(p,t)},filledAt:{value:m,formatted:r(m,t)}}}function L(e,t=`execution-reverted`,n=E){return{kind:`failed`,failureKind:t,sourceWallet:{name:`Wallet`,address:{value:l,formatted:o(l)},explorerUrl:`https://etherscan.io/address/${l}`},destination:{name:c,address:{value:l,formatted:o(l)}},creditedAsset:{symbol:n.symbol,decimals:n.decimals,address:n.address,assetLogoUrl:n.assetLogoUrl,isNative:n.isNative},receiveAmount:{value:0,formatted:i(0,e)},txHash:{value:f,formatted:o(f)},txExplorerUrl:`https://etherscan.io/tx/${f}`,submittedAt:{value:h,formatted:r(h,e)},failedAt:{value:g,formatted:r(g,e)}}}function re(e,t=w){let n=P(e).reduce((e,t)=>e+(t.amountUsd?.value??0),0);return{address:{value:t.address,formatted:o(t.address)},...t.chainId===void 0?{}:{chainId:t.chainId},balanceTotalUsd:{value:n,formatted:a(n,e)}}}const R=116e3,z={id:`D79cZK`,message:`Instant`};function B(e){return{limit:{value:R,formatted:a(R,e)},processingTime:{value:0,formatted:e._(z)}}}const V=[{code:`USD`,name:`US Dollar`,symbol:`$`,popular:!0},{code:`EUR`,name:`Euro`,symbol:`€`,popular:!0},{code:`GBP`,name:`British Pound`,symbol:`£`,popular:!0},{code:`JPY`,name:`Japanese Yen`,symbol:`¥`,popular:!0},{code:`CNY`,name:`Chinese Yuan`,symbol:`¥`,popular:!0},{code:`AUD`,name:`Australian Dollar`,symbol:`A$`,popular:!0},{code:`CAD`,name:`Canadian Dollar`,symbol:`C$`,popular:!0},{code:`CHF`,name:`Swiss Franc`,symbol:`CHF`,popular:!0},{code:`AED`,name:`UAE Dirham`,symbol:`د.إ`,popular:!1},{code:`ARS`,name:`Argentine Peso`,symbol:`$`,popular:!1},{code:`BRL`,name:`Brazilian Real`,symbol:`R$`,popular:!1},{code:`INR`,name:`Indian Rupee`,symbol:`₹`,popular:!1},{code:`KRW`,name:`South Korean Won`,symbol:`₩`,popular:!1},{code:`MXN`,name:`Mexican Peso`,symbol:`$`,popular:!1},{code:`NGN`,name:`Nigerian Naira`,symbol:`₦`,popular:!1},{code:`SGD`,name:`Singapore Dollar`,symbol:`S$`,popular:!1},{code:`THB`,name:`Thai Baht`,symbol:`฿`,popular:!1},{code:`TRY`,name:`Turkish Lira`,symbol:`₺`,popular:!1},{code:`ZAR`,name:`South African Rand`,symbol:`R`,popular:!1}];function H(e){return V.find(t=>t.code===e)?.symbol??e}function U(){return{suggested:`USD`,currencies:V.map(e=>({code:e.code,name:e.name,symbol:e.symbol,popular:e.popular}))}}function W(e,n,r,a=`USD`){let o=Number.isFinite(n)&&n>0?n:0,s=+(o*.019).toFixed(2),c=.4,l=+(s+c).toFixed(2),u=Math.max(0,o-l),d=H(a);return{amountUsd:{value:o,formatted:t(o,e,a)},amountFiat:{value:o,formatted:t(o,e,a)},fiatCurrency:a,fiatSymbol:d,receiveAmount:{value:u,formatted:i(u,e)},receiveAsset:{symbol:r.symbol,decimals:r.decimals,address:r.address,isNative:r.isNative,chainId:r.eip155IdNumber},rate:{value:1,formatted:i(1,e)},processingFeeUsd:{value:s,formatted:t(s,e,a)},networkFeeUsd:{value:c,formatted:t(c,e,a)},totalFeeUsd:{value:l,formatted:t(l,e,a)},provider:`mock-onramp-provider`}}function G(e){return{activeId:`primary`,providers:[{id:`primary`,name:`Banxa`,status:`active`,logoUrl:s,receiveAsset:{symbol:e.symbol},disclaimer:{providerName:`Banxa`,links:[{kind:`terms`,url:`https://banxa.com/terms-of-use/`},{kind:`privacy`,url:`https://banxa.com/privacy-policy/`}]}}]}}const K=`mock-onramp-order-0001`,q=`https://checkout.mock-onramp-provider.example/?orderId=${K}`;function J(e,t,n,r=`SESSION_PENDING`,i=q){let a=W(e,t,n);return{sessionId:`mock-onramp-session-0001`,state:r,checkoutUrl:i,providerOrderId:K,receiveAmount:a.receiveAmount,fiatAmount:a.amountFiat,fiatCurrency:a.fiatCurrency,depositAsset:`ETH`,destinationAsset:a.receiveAsset.symbol,destinationAddress:{value:l,formatted:o(l)}}}const Y={provider:`mock-onramp-provider`,country:{code:`US`,source:`tenant`,confidence:`high`},suggested:`USD`,fiats:V.map(e=>({code:e.code,name:e.name,symbol:e.symbol}))},ie={provider:`mock-onramp-provider`,fiat_currency:`USD`,fiat_amount:`0`,asset_name:`USDC`,asset_amount:`0`,rate:`1`,fees:{total:`0`}},ae={session_id:`mock-onramp-session-0001`,state:`SESSION_PENDING`,external_order_id:`mock-onramp-session-0001`,flow:{fiat:{currency:`USD`,amount:`0`},entry:{address:`0x0`,network_id:`60`,asset:`USDC`,amount:`0`},destination:{address:`0x0`,network_id:`60`,asset:`USDC`,amount:`0`}},etag:`mock-0`},oe={deposit_addresses:[],metadata:{brand_name:c}},se=[],ce={assets:[]},le={chains:[]},ue={},de={id:`mock-settlement`,status:`completed`,created_at:new Date(p).toISOString(),updated_at:new Date(m).toISOString()},fe={settlements:[],is_terminal:!1},X=`0x32995Fb47918BD37133dB46F21c5Ed906140Dd41`,Z=`https://cdn.stridge.com/assets/usdc.svg`;function pe(e,t=Date.now()){let n=6e4,r=60*n,i=24*r,a=[Q({id:`mock-activity-deposit-pending`,status:`routing`,updatedAtMs:t-12*n,createdAtMs:t-15*n,amountUsd:`25.00`,toAddress:e}),Q({id:`mock-activity-deposit-failed`,status:`failed`,updatedAtMs:t-2*r,createdAtMs:t-2*r-35e3,amountUsd:`18.40`,toAddress:e,error:`destination chain reverted`}),Q({id:`mock-activity-deposit-success-recent`,status:`completed`,updatedAtMs:t-6*r,createdAtMs:t-6*r-23e3,amountUsd:`42.50`,toAddress:e}),Q({id:`mock-activity-deposit-success-yesterday`,status:`completed`,updatedAtMs:t-i-2*r,createdAtMs:t-i-2*r-17e3,amountUsd:`8.20`,toAddress:e}),Q({id:`mock-activity-deposit-success-week`,status:`completed`,updatedAtMs:t-9*i,createdAtMs:t-9*i-14e3,amountUsd:`120.00`,toAddress:e})],o=[$({id:`mock-activity-withdraw-failed`,status:`failed`,updatedAtMs:t-3*i,createdAtMs:t-3*i-9e4,amountUsd:`15.00`,error:`transaction failed on chain`}),$({id:`mock-activity-withdraw-success-recent`,status:`completed`,updatedAtMs:t-18*r,createdAtMs:t-18*r-12e3,amountUsd:`60.00`}),$({id:`mock-activity-withdraw-success-week`,status:`completed`,updatedAtMs:t-11*i,createdAtMs:t-11*i-19e3,amountUsd:`200.00`})];return{owner:e,filter:{},udas:[{uda_id:`mock-uda-deposit`,owner:e,is_terminal:!1,status:`from_detected`,created_at:new Date(t-30*i).toISOString(),updated_at:new Date(t-12*n).toISOString(),destination:{address:e,asset_address:_,asset_symbol:`USDC`,asset_decimals:18,network_id:`9006`,network_name:`BSC`,eip155_id:`56`},settlements:a,metadata:{kit_flow:`deposit`}},{uda_id:`mock-uda-withdraw`,owner:e,is_terminal:!1,status:`completed`,created_at:new Date(t-25*i).toISOString(),updated_at:new Date(t-18*r).toISOString(),destination:{address:X,asset_address:``,asset_decimals:18,asset_symbol:`ETH`,network_id:`60`,network_name:`Ethereum`,eip155_id:`1`},settlements:o,metadata:{kit_flow:`withdraw`}}]}}function Q(e){return{id:e.id,status:e.status,created_at:new Date(e.createdAtMs).toISOString(),updated_at:new Date(e.updatedAtMs).toISOString(),events:[],fees:{},route:{provider:`lifi`},...e.error?{error:e.error}:{},from:{tx_id:`0x${e.id.padEnd(60,`0`)}`,asset_symbol:`USDC`,eip155_id:`1`,network_id:`60`,network_name:`Ethereum`,raw_amount:`0`,amount:e.amountUsd,amount_usd:e.amountUsd,logo:Z},to:{address:e.toAddress,asset_address:_,asset_symbol:`USDC`,eip155_id:`56`,network_id:`9006`,network_name:`BSC`,raw_amount:`0`,amount:e.amountUsd,amount_usd:e.amountUsd,logo:Z,tx_id:`0xto${e.id.padEnd(58,`0`)}`,settled_at:e.status===`completed`?new Date(e.updatedAtMs).toISOString():void 0}}}function $(e){return{id:e.id,status:e.status,created_at:new Date(e.createdAtMs).toISOString(),updated_at:new Date(e.updatedAtMs).toISOString(),events:[],fees:{},route:{provider:`lifi`},...e.error?{error:e.error}:{},from:{tx_id:`0x${e.id.padEnd(60,`0`)}`,asset_symbol:`USDC`,eip155_id:`56`,network_id:`9006`,network_name:`BSC`,raw_amount:`0`,amount:e.amountUsd,amount_usd:e.amountUsd,logo:Z},to:{address:X,asset_address:``,asset_symbol:`ETH`,eip155_id:`1`,network_id:`60`,network_name:`Ethereum`,raw_amount:`0`,amount:e.amountUsd,amount_usd:e.amountUsd,logo:`https://cdn.stridge.com/networks/60.svg`,tx_id:`0xto${e.id.padEnd(58,`0`)}`,settled_at:e.status===`completed`?new Date(e.updatedAtMs).toISOString():void 0}}}function me(e,t,n,r){return t===`pending`?F(e,n&&typeof n!=`string`?n:void 0):t===`succeeded`?I(e,n&&typeof n!=`string`?n:void 0):L(e,typeof n==`string`?n:void 0,r)}export{j as DEFAULT_ADDRESSES_PAYLOAD,T as DEFAULT_BRAND_PAYLOAD,E as DEFAULT_MOCK_ASSET,te as DEFAULT_TARGET_RAW,w as DEFAULT_WALLET_INFO,q as MOCK_ONRAMP_CHECKOUT_URL,K as MOCK_ONRAMP_ORDER_ID,se as STUB_DEPOSIT_ADDRESSES_RAW,fe as STUB_GATEWAY_POLL_RESPONSE,de as STUB_GATEWAY_SETTLEMENT_DTO,oe as STUB_GATEWAY_START_RESPONSE,le as STUB_ONCHAIN_BALANCE_RESPONSE,Y as STUB_ONRAMP_FIATS_RESPONSE,ie as STUB_ONRAMP_QUOTE_RESPONSE,ae as STUB_ONRAMP_SESSION_RESPONSE,ue as STUB_QUOTE_RESPONSE,ce as STUB_SUPPORTED_ASSETS_RESPONSE,A as buildDefaultAddressesPayload,P as buildDefaultBalances,L as buildDefaultFailurePayload,B as buildDefaultOnrampMethodsPayload,F as buildDefaultPendingPayload,ne as buildDefaultQuotePayload,I as buildDefaultSuccessPayload,N as buildDefaultSupportedAssetsResponse,O as buildDefaultTargetPayload,D as buildDefaultTargetRaw,re as buildDefaultWalletPayload,pe as buildMockActivityResponse,U as buildMockOnrampCurrenciesPayload,G as buildMockOnrampProvidersPayload,W as buildMockOnrampQuotePayload,J as buildMockOnrampSessionPayload,me as buildSettlementPayload,ee as resolveMockAsset};
|
package/dist/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={root:{"DepositStatusBanner__styles.root":`DepositStatusBanner__styles.root`,"position-kVAEAm":`x10l6tqk`,"left-kbCHJM":`x1nrll8i`,"bottom-krVfgx":`x191j7n5`,"width-kzqmXN":`xfxxnmn`,"maxWidth-ks0D6T":`x1dt7z5j`,"zIndex-kY2c9j":`x1u8a7rm`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"backgroundColor-kWkggS":`x3cgcfv`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1aqcfi1`,"borderRadius-kaIpWk":`x5bw3pk`,"boxShadow-kGVxlE":`x1g7ug4b`,"overflow-kVQacm":`xb3r6kr`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:24`},rootInline:{"DepositStatusBanner__styles.rootInline":`DepositStatusBanner__styles.rootInline`,"position-kVAEAm":`x1uhb9sk`,"left-kbCHJM":`x1t8mvi6`,"bottom-krVfgx":`xdd4er5`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:53`},body:{"DepositStatusBanner__styles.body":`DepositStatusBanner__styles.body`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x1cy8zhl`,"gap-kOIVth":`x1v2ro7d`,"paddingTop-kLKAdn":`xyinxu5`,"paddingBottom-kGO01o":`xsag5q8`,"paddingInlineStart-kZCmMZ":`x1onr9mi`,"paddingInlineEnd-kwRFfy":`xpdmqnj`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:58`},logo:{"DepositStatusBanner__styles.logo":`DepositStatusBanner__styles.logo`,"position-kVAEAm":`x1n2onr6`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x1td3qas`,"height-kZKoxP":`x10w6t97`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:67`},badge:{"DepositStatusBanner__styles.badge":`DepositStatusBanner__styles.badge`,"position-kVAEAm":`x10l6tqk`,"bottom-krVfgx":`x1t1qrwb`,"insetInlineEnd-kt4wiu":`x1d0qlrl`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"borderRadius-kaIpWk":`x1npxkrn`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"borderWidth-kMzoRj":`xdh2fpr`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`xfbvt8z`,"zIndex-kY2c9j":`xhtitgo`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:73`},badgePending:{"DepositStatusBanner__styles.badgePending":`DepositStatusBanner__styles.badgePending`,"backgroundColor-kWkggS":`xelfwhf`,"color-kMwMTN":`x1e8cn3g`,"animationName-kKVMdj":`
|
|
1
|
+
const e={root:{"DepositStatusBanner__styles.root":`DepositStatusBanner__styles.root`,"position-kVAEAm":`x10l6tqk`,"left-kbCHJM":`x1nrll8i`,"bottom-krVfgx":`x191j7n5`,"width-kzqmXN":`xfxxnmn`,"maxWidth-ks0D6T":`x1dt7z5j`,"zIndex-kY2c9j":`x1u8a7rm`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"backgroundColor-kWkggS":`x3cgcfv`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1aqcfi1`,"borderRadius-kaIpWk":`x5bw3pk`,"boxShadow-kGVxlE":`x1g7ug4b`,"overflow-kVQacm":`xb3r6kr`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:24`},rootInline:{"DepositStatusBanner__styles.rootInline":`DepositStatusBanner__styles.rootInline`,"position-kVAEAm":`x1uhb9sk`,"left-kbCHJM":`x1t8mvi6`,"bottom-krVfgx":`xdd4er5`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:53`},body:{"DepositStatusBanner__styles.body":`DepositStatusBanner__styles.body`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x1cy8zhl`,"gap-kOIVth":`x1v2ro7d`,"paddingTop-kLKAdn":`xyinxu5`,"paddingBottom-kGO01o":`xsag5q8`,"paddingInlineStart-kZCmMZ":`x1onr9mi`,"paddingInlineEnd-kwRFfy":`xpdmqnj`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:58`},logo:{"DepositStatusBanner__styles.logo":`DepositStatusBanner__styles.logo`,"position-kVAEAm":`x1n2onr6`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x1td3qas`,"height-kZKoxP":`x10w6t97`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:67`},badge:{"DepositStatusBanner__styles.badge":`DepositStatusBanner__styles.badge`,"position-kVAEAm":`x10l6tqk`,"bottom-krVfgx":`x1t1qrwb`,"insetInlineEnd-kt4wiu":`x1d0qlrl`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"borderRadius-kaIpWk":`x1npxkrn`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"borderWidth-kMzoRj":`xdh2fpr`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`xfbvt8z`,"zIndex-kY2c9j":`xhtitgo`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:73`},badgePending:{"DepositStatusBanner__styles.badgePending":`DepositStatusBanner__styles.badgePending`,"backgroundColor-kWkggS":`xelfwhf`,"color-kMwMTN":`x1e8cn3g`,"animationName-kKVMdj":`x1hykst1 x1aquc0h`,"animationDuration-k44tkh":`x1xixsfh`,"animationIterationCount-ko0y90":`xa4qsjk`,"animationTimingFunction-kyAemX":`x1s7li7e`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:93`},badgeSucceeded:{"DepositStatusBanner__styles.badgeSucceeded":`DepositStatusBanner__styles.badgeSucceeded`,"backgroundColor-kWkggS":`xelfwhf`,"color-kMwMTN":`x1e8cn3g`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:104`},badgeFailed:{"DepositStatusBanner__styles.badgeFailed":`DepositStatusBanner__styles.badgeFailed`,"backgroundColor-kWkggS":`x1qvyn6m`,"color-kMwMTN":`x18o46el`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:108`},badgeIcon:{"DepositStatusBanner__styles.badgeIcon":`DepositStatusBanner__styles.badgeIcon`,"width-kzqmXN":`x1fsd2vl`,"height-kZKoxP":`x170jfvy`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:112`},text:{"DepositStatusBanner__styles.text":`DepositStatusBanner__styles.text`,"flex-kUk6DE":`x12lumcd`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x195vfkc`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:116`},headline:{"DepositStatusBanner__styles.headline":`DepositStatusBanner__styles.headline`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x14qa7mu`,"fontWeight-k63SB2":`x1qvi77d`,"lineHeight-kLWn49":`x2fnr2h`,"color-kMwMTN":`x1vits3x`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:123`},subline:{"DepositStatusBanner__styles.subline":`DepositStatusBanner__styles.subline`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1oae1zf`,"fontWeight-k63SB2":`xxjjie5`,"lineHeight-kLWn49":`x14vj8e1`,"color-kMwMTN":`xi96bwj`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:131`},detailsInner:{"DepositStatusBanner__styles.detailsInner":`DepositStatusBanner__styles.detailsInner`,"paddingInline-kg3NbH":`xqin4a2`,"paddingBottom-kGO01o":`xsag5q8`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:145`},details:{"DepositStatusBanner__styles.details":`DepositStatusBanner__styles.details`,"borderRadius-kaIpWk":`x12ur2as`,"backgroundColor-kWkggS":`x407w7c`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:153`},detailsRow:{"DepositStatusBanner__styles.detailsRow":`DepositStatusBanner__styles.detailsRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"paddingBlock-k8WAf4":`x1vvogim`,"paddingInline-kg3NbH":`xaope02`,"gap-kOIVth":`x1v2ro7d`,"borderTopWidth-kEafiO":`x178xt8z x1g31smg`,"borderTopStyle-kPef9Z":`x13fuv20`,"borderTopColor-kLZC3w":`x1ooxri5`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1oae1zf`,"fontWeight-k63SB2":`xi0sa8g`,"lineHeight-kLWn49":`x2fnr2h`,"color-kMwMTN":`x1vits3x`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:162`},detailsLabel:{"DepositStatusBanner__styles.detailsLabel":`DepositStatusBanner__styles.detailsLabel`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1oae1zf`,"fontWeight-k63SB2":`xi0sa8g`,"lineHeight-kLWn49":`x2fnr2h`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:188`},detailsValue:{"DepositStatusBanner__styles.detailsValue":`DepositStatusBanner__styles.detailsValue`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1oae1zf`,"fontWeight-k63SB2":`xi0sa8g`,"lineHeight-kLWn49":`x2fnr2h`,"color-kMwMTN":`x1vits3x`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:195`},detailsValueMono:{"DepositStatusBanner__styles.detailsValueMono":`DepositStatusBanner__styles.detailsValueMono`,"fontFamily-kMv6JI":`x47j52l`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:202`},footer:{"DepositStatusBanner__styles.footer":`DepositStatusBanner__styles.footer`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x1v2ro7d`,"paddingBlock-k8WAf4":`xp59q4u`,"paddingInline-kg3NbH":`xaope02`,"borderTopWidth-kEafiO":`x178xt8z`,"borderTopStyle-kPef9Z":`x13fuv20`,"borderTopColor-kLZC3w":`x1ooxri5`,$$css:`@stridge/kit:src/flows/deposit/widgets/deposit-status-banner/compound/DepositStatusBanner.styles.ts:209`}};export{e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={heroLabelWrap:{"OnrampAmountEntry__styles.heroLabelWrap":`OnrampAmountEntry__styles.heroLabelWrap`,"display-k1xSpc":`x78zum5`,"justifyContent-kjj79g":`xl56j7k`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingInlineStart-kZCmMZ":`xz7312c`,"paddingTop-kLKAdn":`x109j2v6`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:12`},heroLabel:{"OnrampAmountEntry__styles.heroLabel":`OnrampAmountEntry__styles.heroLabel`,"margin-kogj98":`x1ghz6dp`,"letterSpacing-kb6lSQ":`x1labic3`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:19`},receiveLine:{"OnrampAmountEntry__styles.receiveLine":`OnrampAmountEntry__styles.receiveLine`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:25`},receiveLabel:{"OnrampAmountEntry__styles.receiveLabel":`OnrampAmountEntry__styles.receiveLabel`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:30`},receiveChip:{"OnrampAmountEntry__styles.receiveChip":`OnrampAmountEntry__styles.receiveChip`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"paddingBlock-k8WAf4":`x12ulsxz`,"paddingInlineStart-kZCmMZ":`x25sj25`,"paddingInlineEnd-kwRFfy":`x2vl965`,"borderRadius-kaIpWk":`x1npxkrn`,"backgroundColor-kWkggS":`xvaq5cg`,"borderColor-kVAM5u":`x12c9lpl`,"borderStyle-ksu8eU":`x1y0btm7`,"borderWidth-kMzoRj":`xmkeg23`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:33`},receiveChipAmount:{"OnrampAmountEntry__styles.receiveChipAmount":`OnrampAmountEntry__styles.receiveChipAmount`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:46`},currencyChipWrap:{"OnrampAmountEntry__styles.currencyChipWrap":`OnrampAmountEntry__styles.currencyChipWrap`,"display-k1xSpc":`x78zum5`,"justifyContent-kjj79g":`xl56j7k`,"paddingTop-kLKAdn":`xyamay9`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingInlineStart-kZCmMZ":`xz7312c`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:50`},currencyChip:{"OnrampAmountEntry__styles.currencyChip":`OnrampAmountEntry__styles.currencyChip`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,"paddingBlock-k8WAf4":`xifx94n`,"paddingInlineStart-kZCmMZ":`xaso8d8`,"paddingInlineEnd-kwRFfy":`xpdmqnj`,"margin-kogj98":`x1ghz6dp`,"borderRadius-kaIpWk":`x1npxkrn`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"backgroundColor-kWkggS":`xvaq5cg xiy4fg7`,"color-kMwMTN":`xzn0pkc`,"cursor-kkrTdU":`x1ypdohk`,"appearance-kysU6D":`xjyslct`,"transitionProperty-k1ekBW":`xts7igz`,"transitionDuration-kIyJzY":`
|
|
1
|
+
const e={heroLabelWrap:{"OnrampAmountEntry__styles.heroLabelWrap":`OnrampAmountEntry__styles.heroLabelWrap`,"display-k1xSpc":`x78zum5`,"justifyContent-kjj79g":`xl56j7k`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingInlineStart-kZCmMZ":`xz7312c`,"paddingTop-kLKAdn":`x109j2v6`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:12`},heroLabel:{"OnrampAmountEntry__styles.heroLabel":`OnrampAmountEntry__styles.heroLabel`,"margin-kogj98":`x1ghz6dp`,"letterSpacing-kb6lSQ":`x1labic3`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:19`},receiveLine:{"OnrampAmountEntry__styles.receiveLine":`OnrampAmountEntry__styles.receiveLine`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:25`},receiveLabel:{"OnrampAmountEntry__styles.receiveLabel":`OnrampAmountEntry__styles.receiveLabel`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:30`},receiveChip:{"OnrampAmountEntry__styles.receiveChip":`OnrampAmountEntry__styles.receiveChip`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"paddingBlock-k8WAf4":`x12ulsxz`,"paddingInlineStart-kZCmMZ":`x25sj25`,"paddingInlineEnd-kwRFfy":`x2vl965`,"borderRadius-kaIpWk":`x1npxkrn`,"backgroundColor-kWkggS":`xvaq5cg`,"borderColor-kVAM5u":`x12c9lpl`,"borderStyle-ksu8eU":`x1y0btm7`,"borderWidth-kMzoRj":`xmkeg23`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:33`},receiveChipAmount:{"OnrampAmountEntry__styles.receiveChipAmount":`OnrampAmountEntry__styles.receiveChipAmount`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:46`},currencyChipWrap:{"OnrampAmountEntry__styles.currencyChipWrap":`OnrampAmountEntry__styles.currencyChipWrap`,"display-k1xSpc":`x78zum5`,"justifyContent-kjj79g":`xl56j7k`,"paddingTop-kLKAdn":`xyamay9`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingInlineStart-kZCmMZ":`xz7312c`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:50`},currencyChip:{"OnrampAmountEntry__styles.currencyChip":`OnrampAmountEntry__styles.currencyChip`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,"paddingBlock-k8WAf4":`xifx94n`,"paddingInlineStart-kZCmMZ":`xaso8d8`,"paddingInlineEnd-kwRFfy":`xpdmqnj`,"margin-kogj98":`x1ghz6dp`,"borderRadius-kaIpWk":`x1npxkrn`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"backgroundColor-kWkggS":`xvaq5cg xiy4fg7`,"color-kMwMTN":`xzn0pkc`,"cursor-kkrTdU":`x1ypdohk`,"appearance-kysU6D":`xjyslct`,"transitionProperty-k1ekBW":`xts7igz`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,"outline-kI3sdo":`x1a2a7pz`,"boxShadow-kGVxlE":`x159teg`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:57`},currencyChipCode:{"OnrampAmountEntry__styles.currencyChipCode":`OnrampAmountEntry__styles.currencyChipCode`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:85`},currencyChipChevron:{"OnrampAmountEntry__styles.currencyChipChevron":`OnrampAmountEntry__styles.currencyChipChevron`,"width-kzqmXN":`x1a00udw`,"height-kZKoxP":`xx3o462`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xi96bwj`,"strokeWidth-kfJifR":`x68fu6m`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:88`},providerCardWrap:{"OnrampAmountEntry__styles.providerCardWrap":`OnrampAmountEntry__styles.providerCardWrap`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x1a6yh9e`,"paddingTop-kLKAdn":`x1cnzs8`,"paddingInlineEnd-kwRFfy":`x1x5flf6`,"paddingInlineStart-kZCmMZ":`xwn43p0`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:96`},providerCardLabel:{"OnrampAmountEntry__styles.providerCardLabel":`OnrampAmountEntry__styles.providerCardLabel`,"paddingInlineStart-kZCmMZ":`xyiysdx`,"textAlign-k9WMMc":`x1yc453h`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:104`},providerRow:{"OnrampAmountEntry__styles.providerRow":`OnrampAmountEntry__styles.providerRow`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:108`},providerText:{"OnrampAmountEntry__styles.providerText":`OnrampAmountEntry__styles.providerText`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"flexBasis-kCS8Yb":`x1r8uery`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"minWidth-k7Eaqz":`xeuugli`,"gap-kOIVth":`x195vfkc`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:111`},providerChevron:{"OnrampAmountEntry__styles.providerChevron":`OnrampAmountEntry__styles.providerChevron`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xi96bwj`,"strokeWidth-kfJifR":`x68fu6m`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:120`},providerDelivery:{"OnrampAmountEntry__styles.providerDelivery":`OnrampAmountEntry__styles.providerDelivery`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"paddingInlineStart-kZCmMZ":`xyiysdx`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:127`},providerDeliveryIcon:{"OnrampAmountEntry__styles.providerDeliveryIcon":`OnrampAmountEntry__styles.providerDeliveryIcon`,"width-kzqmXN":`x1fxhmyf`,"height-kZKoxP":`x18gnavp`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xi96bwj`,"strokeWidth-kfJifR":`x68fu6m`,$$css:`@stridge/kit:src/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.ts:133`}};export{e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={root:{"TransferCrypto__styles.root":`TransferCrypto__styles.root`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x17fpy1y`,"containerType-k9g6sI":`x12h1iku`,"containerName-kanfag":`x1tehvyw`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:10`},header:{"TransferCrypto__styles.header":`TransferCrypto__styles.header`,"justifyContent-kjj79g":`x1qughib`,"paddingTop-kLKAdn":`x109j2v6 x19raiq2`,"paddingInlineEnd-kwRFfy":`x1pic42t x1511ct0`,"paddingBottom-kGO01o":`x1l90r2v x1qngw98`,"paddingInlineStart-kZCmMZ":`x1onr9mi x12owy3a`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:20`},headerLeft:{"TransferCrypto__styles.headerLeft":`TransferCrypto__styles.headerLeft`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:39`},headerTrailing:{"TransferCrypto__styles.headerTrailing":`TransferCrypto__styles.headerTrailing`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:47`},backIcon:{"TransferCrypto__styles.backIcon":`TransferCrypto__styles.backIcon`,"color-kMwMTN":`x15rks2t`,"strokeWidth-kfJifR":`xhxwl1`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:52`},closeIcon:{"TransferCrypto__styles.closeIcon":`TransferCrypto__styles.closeIcon`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`x1k315e8`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:56`},selectors:{"TransferCrypto__styles.selectors":`TransferCrypto__styles.selectors`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"paddingTop-kLKAdn":`xyamay9 x1evf9ll`,"paddingInlineEnd-kwRFfy":`x1x5flf6 x1511ct0`,"paddingBottom-kGO01o":`x18d9i69 x1hf6i2e`,"paddingInlineStart-kZCmMZ":`xwn43p0 x12owy3a`,"gap-kOIVth":`x883omv x1935yeb`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:61`},selectorColumn:{"TransferCrypto__styles.selectorColumn":`TransferCrypto__styles.selectorColumn`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"flexBasis-kCS8Yb":`x1r8uery`,"gap-kOIVth":`x167g77z`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:85`},selectorLabelRow:{"TransferCrypto__styles.selectorLabelRow":`TransferCrypto__styles.selectorLabelRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"height-kZKoxP":`x1v9usgg`,"justifyContent-kjj79g":`x1qughib`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:94`},minDepositRow:{"TransferCrypto__styles.minDepositRow":`TransferCrypto__styles.minDepositRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1jnr06f`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:100`},minDepositIcon:{"TransferCrypto__styles.minDepositIcon":`TransferCrypto__styles.minDepositIcon`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:105`},qrFrame:{"TransferCrypto__styles.qrFrame":`TransferCrypto__styles.qrFrame`,"position-kVAEAm":`x1n2onr6`,"alignSelf-kSGwAc":`xamitd3`,"width-kzqmXN":`x16grhtn xsxf1mu`,"height-kZKoxP":`x1m3v4wt xpkk1xi`,"marginTop-keoZOQ":`xw7yly9 x12r3qzf`,"borderRadius-kaIpWk":`x2u8bby x1vfxggr`,"paddingBlock-k8WAf4":`x12ulsxz xpib278`,"paddingInline-kg3NbH":`xqin4a2 xigttff`,"borderWidth-kMzoRj":`xc342km xqv1bf0`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"backgroundColor-kWkggS":`xjbqb8w x1005t9t`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:117`},qrSvg:{"TransferCrypto__styles.qrSvg":`TransferCrypto__styles.qrSvg`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x1so1ns2 x2ytoob`,"height-kZKoxP":`xb2rc7v x885qvc`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:156`},flowPill:{"TransferCrypto__styles.flowPill":`TransferCrypto__styles.flowPill`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"alignSelf-kSGwAc":`xamitd3`,"marginTop-keoZOQ":`xw7yly9 x1pnypo2`,"backgroundColor-kWkggS":`xsdq91f`,"borderColor-kVAM5u":`x1bue7yx`,"borderRadius-kaIpWk":`x1npxkrn`,"borderStyle-ksu8eU":`x1y0btm7`,"borderWidth-kMzoRj":`xmkeg23`,"paddingBlock-k8WAf4":`xknfcqp xzc4l6o`,"paddingInline-kg3NbH":`xqin4a2 xy8emu7`,"gap-kOIVth":`x1v2ro7d x9czr6x`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:175`},flowSide:{"TransferCrypto__styles.flowSide":`TransferCrypto__styles.flowSide`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:203`},flowText:{"TransferCrypto__styles.flowText":`TransferCrypto__styles.flowText`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x12mrbbr`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:208`},flowArrow:{"TransferCrypto__styles.flowArrow":`TransferCrypto__styles.flowArrow`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x170jfvy`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:213`},addressSection:{"TransferCrypto__styles.addressSection":`TransferCrypto__styles.addressSection`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x167g77z x19decax`,"marginTop-keoZOQ":`xw7yly9 x1pnypo2`,"marginInlineStart-keTefX":`xnkmj2t xwwmoof`,"marginInlineEnd-k71WvV":`x14iifvp x1kfralx`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:220`},addressLabelRow:{"TransferCrypto__styles.addressLabelRow":`TransferCrypto__styles.addressLabelRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:240`},addressLabel:{"TransferCrypto__styles.addressLabel":`TransferCrypto__styles.addressLabel`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:245`},addressLabelInfo:{"TransferCrypto__styles.addressLabelInfo":`TransferCrypto__styles.addressLabelInfo`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"color-kMwMTN":`x137ha3m`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:250`},termsLink:{"TransferCrypto__styles.termsLink":`TransferCrypto__styles.termsLink`,"color-kMwMTN":`x1me39qh`,"textDecorationLine-kMnn75":`xujl8zx`,"textDecorationThickness-kNySMw":`xyi4chj`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:256`},addressPill:{"TransferCrypto__styles.addressPill":`TransferCrypto__styles.addressPill`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"paddingTop-kLKAdn":`x1y1aw1k`,"paddingInlineEnd-kwRFfy":`xf159sx`,"paddingBottom-kGO01o":`xwib8y2`,"paddingInlineStart-kZCmMZ":`xf7dkkf`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:268`},addressText:{"TransferCrypto__styles.addressText":`TransferCrypto__styles.addressText`,"flexBasis-kCS8Yb":`x1r8uery`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"overflow-kVQacm":`xb3r6kr`,"textOverflow-kg5iWk":`xlyipyv`,"whiteSpace-khDVqt":`xuxw1ft`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:278`},copyButton:{"TransferCrypto__styles.copyButton":`TransferCrypto__styles.copyButton`,"height-kZKoxP":`xt7dq6l`,"gap-kOIVth":`x17d4w8g`,"paddingTop-kLKAdn":`x1y1aw1k`,"paddingBottom-kGO01o":`xwib8y2`,"paddingInline-kg3NbH":`xaope02`,"cursor-kkrTdU":`x1ypdohk`,":focus-visible_boxShadow-kEtg5x":`xhatipn`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:294`},copyIcon:{"TransferCrypto__styles.copyIcon":`TransferCrypto__styles.copyIcon`,"width-kzqmXN":`x1fxhmyf`,"height-kZKoxP":`x18gnavp`,"flexShrink-kmuXW":`x2lah0s`,"strokeWidth-kfJifR":`xupzf07`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:305`},disclosure:{"TransferCrypto__styles.disclosure":`TransferCrypto__styles.disclosure`,"paddingBlock-k8WAf4":`x10dr8xq xwv64x0`,"paddingInline-kg3NbH":`xqin4a2 xigttff`,"marginTop-keoZOQ":`xw7yly9 x1pnypo2`,"marginInlineStart-keTefX":`xnkmj2t xwwmoof`,"marginInlineEnd-k71WvV":`x14iifvp x1kfralx`,"marginBottom-k1K539":`x1c436fg x37ks8j`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:317`},disclosureHeader:{"TransferCrypto__styles.disclosureHeader":`TransferCrypto__styles.disclosureHeader`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x883omv`,"width-kzqmXN":`xh8yej3`,"cursor-kkrTdU":`x1ypdohk`,"outline-kI3sdo":`x1a2a7pz`,"borderRadius-kaIpWk":`x1s7mj9v`,":focus-visible_boxShadow-kEtg5x":`xhatipn`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:343`},disclosureHeaderChevron:{"TransferCrypto__styles.disclosureHeaderChevron":`TransferCrypto__styles.disclosureHeaderChevron`,"marginInlineStart-keTefX":`xvc5jky`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:355`},disclosurePanelInner:{"TransferCrypto__styles.disclosurePanelInner":`TransferCrypto__styles.disclosurePanelInner`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`xmmi0ta x19decax`,"paddingTop-kLKAdn":`x96k8nx xskglhc`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:358`},disclosureRow:{"TransferCrypto__styles.disclosureRow":`TransferCrypto__styles.disclosureRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x883omv`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:373`},disclosureRowTextWithInfo:{"TransferCrypto__styles.disclosureRowTextWithInfo":`TransferCrypto__styles.disclosureRowTextWithInfo`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"flexWrap-kwnvtZ":`x1a02dak`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:378`},disclosureRowIcon:{"TransferCrypto__styles.disclosureRowIcon":`TransferCrypto__styles.disclosureRowIcon`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xdksllq`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:384`},infoTrigger:{"TransferCrypto__styles.infoTrigger":`TransferCrypto__styles.infoTrigger`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"padding-kmVPX3":`x1717udv`,"backgroundColor-kWkggS":`xjbqb8w`,"borderWidth-kMzoRj":`xc342km`,"borderStyle-ksu8eU":`x1y0btm7`,"outline-kI3sdo":`x1a2a7pz`,"cursor-kkrTdU":`x1146j2`,"color-kMwMTN":`x137ha3m`,"borderRadius-kaIpWk":`x1npxkrn`,":focus-visible_boxShadow-kEtg5x":`xhatipn`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:390`},disclosureRowInfo:{"TransferCrypto__styles.disclosureRowInfo":`TransferCrypto__styles.disclosureRowInfo`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x15rks2t`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:406`},disclosureChevron:{"TransferCrypto__styles.disclosureChevron":`TransferCrypto__styles.disclosureChevron`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`xhr4kjn`,"transitionProperty-k1ekBW":`x11xpdln`,"transitionDuration-kIyJzY":`xx6bhzk`,"transitionTimingFunction-kAMwcw":`x4ognrn`,"[data-panel-open] &_transform-kSnp38":`xtqhfa`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:412`},helpQuestion:{"TransferCrypto__styles.helpQuestion":`TransferCrypto__styles.helpQuestion`,"marginInlineEnd-k71WvV":`xf6vk7d`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:425`},helpLink:{"TransferCrypto__styles.helpLink":`TransferCrypto__styles.helpLink`,"color-kMwMTN":`x1me39qh`,"textDecorationLine-kMnn75":`xujl8zx`,"textDecorationThickness-kNySMw":`xyi4chj`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:428`}};export{e as styles};
|
|
1
|
+
const e={root:{"TransferCrypto__styles.root":`TransferCrypto__styles.root`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x17fpy1y`,"containerType-k9g6sI":`x12h1iku`,"containerName-kanfag":`x1tehvyw`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:10`},header:{"TransferCrypto__styles.header":`TransferCrypto__styles.header`,"justifyContent-kjj79g":`x1qughib`,"paddingTop-kLKAdn":`x109j2v6 x19raiq2`,"paddingInlineEnd-kwRFfy":`x1pic42t x1511ct0`,"paddingBottom-kGO01o":`x1l90r2v x1qngw98`,"paddingInlineStart-kZCmMZ":`x1onr9mi x12owy3a`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:20`},headerLeft:{"TransferCrypto__styles.headerLeft":`TransferCrypto__styles.headerLeft`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:39`},headerTrailing:{"TransferCrypto__styles.headerTrailing":`TransferCrypto__styles.headerTrailing`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:47`},backIcon:{"TransferCrypto__styles.backIcon":`TransferCrypto__styles.backIcon`,"color-kMwMTN":`x15rks2t`,"strokeWidth-kfJifR":`xhxwl1`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:52`},closeIcon:{"TransferCrypto__styles.closeIcon":`TransferCrypto__styles.closeIcon`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`x1k315e8`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:56`},selectors:{"TransferCrypto__styles.selectors":`TransferCrypto__styles.selectors`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"paddingTop-kLKAdn":`xyamay9 x1evf9ll`,"paddingInlineEnd-kwRFfy":`x1x5flf6 x1511ct0`,"paddingBottom-kGO01o":`x18d9i69 x1hf6i2e`,"paddingInlineStart-kZCmMZ":`xwn43p0 x12owy3a`,"gap-kOIVth":`x883omv x1935yeb`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:61`},selectorColumn:{"TransferCrypto__styles.selectorColumn":`TransferCrypto__styles.selectorColumn`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"flexBasis-kCS8Yb":`x1r8uery`,"gap-kOIVth":`x167g77z`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:85`},selectorLabelRow:{"TransferCrypto__styles.selectorLabelRow":`TransferCrypto__styles.selectorLabelRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"height-kZKoxP":`x1v9usgg`,"justifyContent-kjj79g":`x1qughib`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:94`},minDepositRow:{"TransferCrypto__styles.minDepositRow":`TransferCrypto__styles.minDepositRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1jnr06f`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:100`},minDepositIcon:{"TransferCrypto__styles.minDepositIcon":`TransferCrypto__styles.minDepositIcon`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:105`},qrFrame:{"TransferCrypto__styles.qrFrame":`TransferCrypto__styles.qrFrame`,"position-kVAEAm":`x1n2onr6`,"alignSelf-kSGwAc":`xamitd3`,"width-kzqmXN":`x16grhtn xsxf1mu`,"height-kZKoxP":`x1m3v4wt xpkk1xi`,"marginTop-keoZOQ":`xw7yly9 x12r3qzf`,"borderRadius-kaIpWk":`x2u8bby x1vfxggr`,"paddingBlock-k8WAf4":`x12ulsxz xpib278`,"paddingInline-kg3NbH":`xqin4a2 xigttff`,"borderWidth-kMzoRj":`xc342km xqv1bf0`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"backgroundColor-kWkggS":`xjbqb8w x1005t9t`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:117`},qrSvg:{"TransferCrypto__styles.qrSvg":`TransferCrypto__styles.qrSvg`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x1so1ns2 x2ytoob`,"height-kZKoxP":`xb2rc7v x885qvc`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:156`},flowPill:{"TransferCrypto__styles.flowPill":`TransferCrypto__styles.flowPill`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"alignSelf-kSGwAc":`xamitd3`,"marginTop-keoZOQ":`xw7yly9 x1pnypo2`,"backgroundColor-kWkggS":`xsdq91f`,"borderColor-kVAM5u":`x1bue7yx`,"borderRadius-kaIpWk":`x1npxkrn`,"borderStyle-ksu8eU":`x1y0btm7`,"borderWidth-kMzoRj":`xmkeg23`,"paddingBlock-k8WAf4":`xknfcqp xzc4l6o`,"paddingInline-kg3NbH":`xqin4a2 xy8emu7`,"gap-kOIVth":`x1v2ro7d x9czr6x`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:175`},flowSide:{"TransferCrypto__styles.flowSide":`TransferCrypto__styles.flowSide`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:203`},flowText:{"TransferCrypto__styles.flowText":`TransferCrypto__styles.flowText`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x12mrbbr`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:208`},flowArrow:{"TransferCrypto__styles.flowArrow":`TransferCrypto__styles.flowArrow`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x170jfvy`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:213`},addressSection:{"TransferCrypto__styles.addressSection":`TransferCrypto__styles.addressSection`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x167g77z x19decax`,"marginTop-keoZOQ":`xw7yly9 x1pnypo2`,"marginInlineStart-keTefX":`xnkmj2t xwwmoof`,"marginInlineEnd-k71WvV":`x14iifvp x1kfralx`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:220`},addressLabelRow:{"TransferCrypto__styles.addressLabelRow":`TransferCrypto__styles.addressLabelRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:240`},addressLabel:{"TransferCrypto__styles.addressLabel":`TransferCrypto__styles.addressLabel`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:245`},addressLabelInfo:{"TransferCrypto__styles.addressLabelInfo":`TransferCrypto__styles.addressLabelInfo`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"color-kMwMTN":`x137ha3m`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:250`},termsLink:{"TransferCrypto__styles.termsLink":`TransferCrypto__styles.termsLink`,"color-kMwMTN":`x1me39qh`,"textDecorationLine-kMnn75":`xujl8zx`,"textDecorationThickness-kNySMw":`xyi4chj`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:256`},addressPill:{"TransferCrypto__styles.addressPill":`TransferCrypto__styles.addressPill`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"paddingTop-kLKAdn":`x1y1aw1k`,"paddingInlineEnd-kwRFfy":`xf159sx`,"paddingBottom-kGO01o":`xwib8y2`,"paddingInlineStart-kZCmMZ":`xf7dkkf`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:268`},addressText:{"TransferCrypto__styles.addressText":`TransferCrypto__styles.addressText`,"flexBasis-kCS8Yb":`x1r8uery`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"overflow-kVQacm":`xb3r6kr`,"textOverflow-kg5iWk":`xlyipyv`,"whiteSpace-khDVqt":`xuxw1ft`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:278`},copyButton:{"TransferCrypto__styles.copyButton":`TransferCrypto__styles.copyButton`,"height-kZKoxP":`xt7dq6l`,"gap-kOIVth":`x17d4w8g`,"paddingTop-kLKAdn":`x1y1aw1k`,"paddingBottom-kGO01o":`xwib8y2`,"paddingInline-kg3NbH":`xaope02`,"cursor-kkrTdU":`x1ypdohk`,":focus-visible_boxShadow-kEtg5x":`x18r8rzr`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:294`},copyIcon:{"TransferCrypto__styles.copyIcon":`TransferCrypto__styles.copyIcon`,"width-kzqmXN":`x1fxhmyf`,"height-kZKoxP":`x18gnavp`,"flexShrink-kmuXW":`x2lah0s`,"strokeWidth-kfJifR":`xupzf07`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:305`},disclosure:{"TransferCrypto__styles.disclosure":`TransferCrypto__styles.disclosure`,"paddingBlock-k8WAf4":`x10dr8xq xwv64x0`,"paddingInline-kg3NbH":`xqin4a2 xigttff`,"marginTop-keoZOQ":`xw7yly9 x1pnypo2`,"marginInlineStart-keTefX":`xnkmj2t xwwmoof`,"marginInlineEnd-k71WvV":`x14iifvp x1kfralx`,"marginBottom-k1K539":`x1c436fg x37ks8j`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:317`},disclosureHeader:{"TransferCrypto__styles.disclosureHeader":`TransferCrypto__styles.disclosureHeader`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x883omv`,"width-kzqmXN":`xh8yej3`,"cursor-kkrTdU":`x1ypdohk`,"outline-kI3sdo":`x1a2a7pz`,"borderRadius-kaIpWk":`x1s7mj9v`,":focus-visible_boxShadow-kEtg5x":`x18r8rzr`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:343`},disclosureHeaderChevron:{"TransferCrypto__styles.disclosureHeaderChevron":`TransferCrypto__styles.disclosureHeaderChevron`,"marginInlineStart-keTefX":`xvc5jky`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:355`},disclosurePanelInner:{"TransferCrypto__styles.disclosurePanelInner":`TransferCrypto__styles.disclosurePanelInner`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`xmmi0ta x19decax`,"paddingTop-kLKAdn":`x96k8nx xskglhc`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:358`},disclosureRow:{"TransferCrypto__styles.disclosureRow":`TransferCrypto__styles.disclosureRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x883omv`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:373`},disclosureRowTextWithInfo:{"TransferCrypto__styles.disclosureRowTextWithInfo":`TransferCrypto__styles.disclosureRowTextWithInfo`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"flexWrap-kwnvtZ":`x1a02dak`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:378`},disclosureRowIcon:{"TransferCrypto__styles.disclosureRowIcon":`TransferCrypto__styles.disclosureRowIcon`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xdksllq`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:384`},infoTrigger:{"TransferCrypto__styles.infoTrigger":`TransferCrypto__styles.infoTrigger`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"padding-kmVPX3":`x1717udv`,"backgroundColor-kWkggS":`xjbqb8w`,"borderWidth-kMzoRj":`xc342km`,"borderStyle-ksu8eU":`x1y0btm7`,"outline-kI3sdo":`x1a2a7pz`,"cursor-kkrTdU":`x1146j2`,"color-kMwMTN":`x137ha3m`,"borderRadius-kaIpWk":`x1npxkrn`,":focus-visible_boxShadow-kEtg5x":`x18r8rzr`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:390`},disclosureRowInfo:{"TransferCrypto__styles.disclosureRowInfo":`TransferCrypto__styles.disclosureRowInfo`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x15rks2t`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:406`},disclosureChevron:{"TransferCrypto__styles.disclosureChevron":`TransferCrypto__styles.disclosureChevron`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`xhr4kjn`,"transitionProperty-k1ekBW":`x11xpdln`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x1xv5090`,"[data-panel-open] &_transform-kSnp38":`xtqhfa`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:412`},helpQuestion:{"TransferCrypto__styles.helpQuestion":`TransferCrypto__styles.helpQuestion`,"marginInlineEnd-k71WvV":`xf6vk7d`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:425`},helpLink:{"TransferCrypto__styles.helpLink":`TransferCrypto__styles.helpLink`,"color-kMwMTN":`x1me39qh`,"textDecorationLine-kMnn75":`xujl8zx`,"textDecorationThickness-kNySMw":`xyi4chj`,$$css:`@stridge/kit:src/flows/deposit/widgets/transfer-crypto/compound/TransferCrypto.styles.ts:428`}};export{e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={root:{"WithdrawForm__styles.root":`WithdrawForm__styles.root`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x17fpy1y`,"containerType-k9g6sI":`x12h1iku`,"containerName-kanfag":`x1fsbacl`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:16`},header:{"WithdrawForm__styles.header":`WithdrawForm__styles.header`,"justifyContent-kjj79g":`x1qughib`,"paddingTop-kLKAdn":`xyamay9`,"paddingInlineEnd-kwRFfy":`x1x5flf6`,"paddingBottom-kGO01o":`x1l90r2v`,"paddingInlineStart-kZCmMZ":`xf7dkkf`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:24`},headerLeft:{"WithdrawForm__styles.headerLeft":`WithdrawForm__styles.headerLeft`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:31`},headerRight:{"WithdrawForm__styles.headerRight":`WithdrawForm__styles.headerRight`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:37`},backIcon:{"WithdrawForm__styles.backIcon":`WithdrawForm__styles.backIcon`,"color-kMwMTN":`x15rks2t`,"strokeWidth-kfJifR":`xhxwl1`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:42`},body:{"WithdrawForm__styles.body":`WithdrawForm__styles.body`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`xmt3bw4`,"paddingTop-kLKAdn":`x7sb2j6`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingBottom-kGO01o":`x1t4gjm`,"paddingInlineStart-kZCmMZ":`xz7312c`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:47`},fieldLabel:{"WithdrawForm__styles.fieldLabel":`WithdrawForm__styles.fieldLabel`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`x1s688f`,"letterSpacing-kb6lSQ":`x1ixy4ik`,"color-kMwMTN":`xzn0pkc`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:61`},recipientInputMono:{"WithdrawForm__styles.recipientInputMono":`WithdrawForm__styles.recipientInputMono`,"fontFamily-kMv6JI":`x47j52l`,"::placeholder_fontFamily-k1qiKJ":`x90y9lf`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:74`},pillBase:{"WithdrawForm__styles.pillBase":`WithdrawForm__styles.pillBase`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"flexShrink-kmuXW":`x2lah0s`,"backgroundColor-kWkggS":`x1kgqhw8`,"borderRadius-kaIpWk":`x1npxkrn`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"paddingBlock-k8WAf4":`x1t0vds8`,"paddingInline-kg3NbH":`x1awh872`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:84`},pillInteractive:{"WithdrawForm__styles.pillInteractive":`WithdrawForm__styles.pillInteractive`,"appearance-kysU6D":`xjyslct`,"margin-kogj98":`x1ghz6dp`,"font-kVVagm":`xln7xf2`,"cursor-kkrTdU":`x1ypdohk`,"outline-kI3sdo":`x1a2a7pz`,"transitionProperty-k1ekBW":`x1eaenvl`,"transitionDuration-kIyJzY":`xx6bhzk`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":hover_backgroundColor-kGzVvX":`x158g6bj`,":hover_borderColor-kaVNsj":`x7b72fw`,":active_backgroundColor-kSReZ0":`xldr1qn`,":focus-visible_boxShadow-kEtg5x":`xhatipn`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:102`},recipientPill:{"WithdrawForm__styles.recipientPill":`WithdrawForm__styles.recipientPill`,"gap-kOIVth":`x1j9xkj6`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:122`},recipientPillText:{"WithdrawForm__styles.recipientPillText":`WithdrawForm__styles.recipientPillText`,"fontFamily-kMv6JI":`x47j52l`,"fontSize-kGuDYH":`xfifm61`,"lineHeight-kLWn49":`x1xxsxie`,"fontWeight-k63SB2":`x1s688f`,"letterSpacing-kb6lSQ":`x1yf5rgg`,"color-kMwMTN":`xzn0pkc`,"whiteSpace-khDVqt":`xuxw1ft`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:125`},amountInputEmpty:{"WithdrawForm__styles.amountInputEmpty":`WithdrawForm__styles.amountInputEmpty`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:136`},amountSymbol:{"WithdrawForm__styles.amountSymbol":`WithdrawForm__styles.amountSymbol`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`x1s688f`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:139`},amountMaxPill:{"WithdrawForm__styles.amountMaxPill":`WithdrawForm__styles.amountMaxPill`,"paddingInline-kg3NbH":`xaope02`,"fontSize-kGuDYH":`xfifm61`,"lineHeight-kLWn49":`x1xxsxie`,"fontWeight-k63SB2":`x1s688f`,"letterSpacing-kb6lSQ":`x1yf5rgg`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:149`},amountHelper:{"WithdrawForm__styles.amountHelper":`WithdrawForm__styles.amountHelper`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"paddingInline-kg3NbH":`xfn1xvj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:156`},amountHelperLeft:{"WithdrawForm__styles.amountHelperLeft":`WithdrawForm__styles.amountHelperLeft`,"fontSize-kGuDYH":`x4z9k3i`,"lineHeight-kLWn49":`x1d3mw78`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:162`},amountHelperRight:{"WithdrawForm__styles.amountHelperRight":`WithdrawForm__styles.amountHelperRight`,"fontSize-kGuDYH":`x4z9k3i`,"lineHeight-kLWn49":`x1d3mw78`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:168`},receiveSelectors:{"WithdrawForm__styles.receiveSelectors":`WithdrawForm__styles.receiveSelectors`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:175`},receiveColumn:{"WithdrawForm__styles.receiveColumn":`WithdrawForm__styles.receiveColumn`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x883omv`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"flexBasis-kCS8Yb":`x1r8uery`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:180`},summarySection:{"WithdrawForm__styles.summarySection":`WithdrawForm__styles.summarySection`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x1af02g3`,"paddingInline-kg3NbH":`xfn1xvj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:193`},summaryRow:{"WithdrawForm__styles.summaryRow":`WithdrawForm__styles.summaryRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:199`},summaryLabel:{"WithdrawForm__styles.summaryLabel":`WithdrawForm__styles.summaryLabel`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`x1s688f`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:205`},summaryValue:{"WithdrawForm__styles.summaryValue":`WithdrawForm__styles.summaryValue`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x1pha0wt`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:211`},summaryValuePrimary:{"WithdrawForm__styles.summaryValuePrimary":`WithdrawForm__styles.summaryValuePrimary`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`x1s688f`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:216`},summaryValueSecondary:{"WithdrawForm__styles.summaryValueSecondary":`WithdrawForm__styles.summaryValueSecondary`,"fontSize-kGuDYH":`x4z9k3i`,"lineHeight-kLWn49":`x1d3mw78`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:222`},summaryDash:{"WithdrawForm__styles.summaryDash":`WithdrawForm__styles.summaryDash`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:228`},breakdownCollapsibleRoot:{"WithdrawForm__styles.breakdownCollapsibleRoot":`WithdrawForm__styles.breakdownCollapsibleRoot`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:243`},breakdownTrigger:{"WithdrawForm__styles.breakdownTrigger":`WithdrawForm__styles.breakdownTrigger`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"width-kzqmXN":`xh8yej3`,"gap-kOIVth":`x167g77z`,"padding-kmVPX3":`x1717udv`,"textAlign-k9WMMc":`x1yc453h`,"outline-kI3sdo":`x1a2a7pz`,"cursor-kkrTdU":`x1ypdohk`,"color-kMwMTN":`xzn0pkc`,":focus-visible_boxShadow-kEtg5x":`xhatipn`,":focus-visible_borderRadius-k7aC84":`x63abuj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:247`},breakdownEmptyRow:{"WithdrawForm__styles.breakdownEmptyRow":`WithdrawForm__styles.breakdownEmptyRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x167g77z`,"cursor-kkrTdU":`xt0e3qv`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:266`},breakdownCollapsedLabel:{"WithdrawForm__styles.breakdownCollapsedLabel":`WithdrawForm__styles.breakdownCollapsedLabel`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:273`},breakdownCollapsedValueGroup:{"WithdrawForm__styles.breakdownCollapsedValueGroup":`WithdrawForm__styles.breakdownCollapsedValueGroup`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:279`},breakdownCollapsedValue:{"WithdrawForm__styles.breakdownCollapsedValue":`WithdrawForm__styles.breakdownCollapsedValue`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:284`},breakdownRows:{"WithdrawForm__styles.breakdownRows":`WithdrawForm__styles.breakdownRows`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x883omv`,"paddingTop-kLKAdn":`xz9dl7a`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:290`},breakdownRow:{"WithdrawForm__styles.breakdownRow":`WithdrawForm__styles.breakdownRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:296`},breakdownRowLabel:{"WithdrawForm__styles.breakdownRowLabel":`WithdrawForm__styles.breakdownRowLabel`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"fontSize-kGuDYH":`xif65rj`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:302`},breakdownRowValue:{"WithdrawForm__styles.breakdownRowValue":`WithdrawForm__styles.breakdownRowValue`,"fontSize-kGuDYH":`xif65rj`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:311`},breakdownInfoIcon:{"WithdrawForm__styles.breakdownInfoIcon":`WithdrawForm__styles.breakdownInfoIcon`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:317`},breakdownChevron:{"WithdrawForm__styles.breakdownChevron":`WithdrawForm__styles.breakdownChevron`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:323`},breakdownNetworkIcon:{"WithdrawForm__styles.breakdownNetworkIcon":`WithdrawForm__styles.breakdownNetworkIcon`,"width-kzqmXN":`x1fxhmyf`,"height-kZKoxP":`x18gnavp`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:329`},infoTrigger:{"WithdrawForm__styles.infoTrigger":`WithdrawForm__styles.infoTrigger`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"padding-kmVPX3":`x1717udv`,"cursor-kkrTdU":`x1146j2`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:335`},footer:{"WithdrawForm__styles.footer":`WithdrawForm__styles.footer`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x167g77z`,"paddingTop-kLKAdn":`x1yrsyyn`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingBottom-kGO01o":`x1t4gjm`,"paddingInlineStart-kZCmMZ":`xz7312c`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:349`},submitButton:{"WithdrawForm__styles.submitButton":`WithdrawForm__styles.submitButton`,"width-kzqmXN":`xh8yej3`,"justifyContent-kjj79g":`xl56j7k`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:358`},notice:{"WithdrawForm__styles.notice":`WithdrawForm__styles.notice`,"textAlign-k9WMMc":`x2b8uid`,"color-kMwMTN":`x1gvmkps`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:363`},submitSpinner:{"WithdrawForm__styles.submitSpinner":`WithdrawForm__styles.submitSpinner`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"animationName-kKVMdj":`x1ka1v4i`,"animationDuration-k44tkh":`xegkacw`,"animationIterationCount-ko0y90":`xa4qsjk`,"animationTimingFunction-kyAemX":`x1esw782`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:367`},summarySpinner:{"WithdrawForm__styles.summarySpinner":`WithdrawForm__styles.summarySpinner`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,"animationName-kKVMdj":`x1ka1v4i`,"animationDuration-k44tkh":`xegkacw`,"animationIterationCount-ko0y90":`xa4qsjk`,"animationTimingFunction-kyAemX":`x1esw782`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:379`}};export{e as styles};
|
|
1
|
+
const e={root:{"WithdrawForm__styles.root":`WithdrawForm__styles.root`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x17fpy1y`,"containerType-k9g6sI":`x12h1iku`,"containerName-kanfag":`x1fsbacl`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:16`},header:{"WithdrawForm__styles.header":`WithdrawForm__styles.header`,"justifyContent-kjj79g":`x1qughib`,"paddingTop-kLKAdn":`xyamay9`,"paddingInlineEnd-kwRFfy":`x1x5flf6`,"paddingBottom-kGO01o":`x1l90r2v`,"paddingInlineStart-kZCmMZ":`xf7dkkf`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:24`},headerLeft:{"WithdrawForm__styles.headerLeft":`WithdrawForm__styles.headerLeft`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:31`},headerRight:{"WithdrawForm__styles.headerRight":`WithdrawForm__styles.headerRight`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:37`},backIcon:{"WithdrawForm__styles.backIcon":`WithdrawForm__styles.backIcon`,"color-kMwMTN":`x15rks2t`,"strokeWidth-kfJifR":`xhxwl1`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:42`},body:{"WithdrawForm__styles.body":`WithdrawForm__styles.body`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`xmt3bw4`,"paddingTop-kLKAdn":`x7sb2j6`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingBottom-kGO01o":`x1t4gjm`,"paddingInlineStart-kZCmMZ":`xz7312c`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:47`},fieldLabel:{"WithdrawForm__styles.fieldLabel":`WithdrawForm__styles.fieldLabel`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`x1s688f`,"letterSpacing-kb6lSQ":`x1ixy4ik`,"color-kMwMTN":`xzn0pkc`,"margin-kogj98":`x1ghz6dp`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:61`},recipientInputMono:{"WithdrawForm__styles.recipientInputMono":`WithdrawForm__styles.recipientInputMono`,"fontFamily-kMv6JI":`x47j52l`,"::placeholder_fontFamily-k1qiKJ":`x90y9lf`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:74`},pillBase:{"WithdrawForm__styles.pillBase":`WithdrawForm__styles.pillBase`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"flexShrink-kmuXW":`x2lah0s`,"backgroundColor-kWkggS":`x1kgqhw8`,"borderRadius-kaIpWk":`x1npxkrn`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"paddingBlock-k8WAf4":`x1t0vds8`,"paddingInline-kg3NbH":`x1awh872`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:84`},pillInteractive:{"WithdrawForm__styles.pillInteractive":`WithdrawForm__styles.pillInteractive`,"appearance-kysU6D":`xjyslct`,"margin-kogj98":`x1ghz6dp`,"font-kVVagm":`xln7xf2`,"cursor-kkrTdU":`x1ypdohk`,"outline-kI3sdo":`x1a2a7pz`,"transitionProperty-k1ekBW":`x1eaenvl`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":hover_backgroundColor-kGzVvX":`x158g6bj`,":hover_borderColor-kaVNsj":`x7b72fw`,":active_backgroundColor-kSReZ0":`xldr1qn`,":focus-visible_boxShadow-kEtg5x":`x18r8rzr`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:102`},recipientPill:{"WithdrawForm__styles.recipientPill":`WithdrawForm__styles.recipientPill`,"gap-kOIVth":`x1j9xkj6`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:122`},recipientPillText:{"WithdrawForm__styles.recipientPillText":`WithdrawForm__styles.recipientPillText`,"fontFamily-kMv6JI":`x47j52l`,"fontSize-kGuDYH":`xfifm61`,"lineHeight-kLWn49":`x1xxsxie`,"fontWeight-k63SB2":`x1s688f`,"letterSpacing-kb6lSQ":`x1yf5rgg`,"color-kMwMTN":`xzn0pkc`,"whiteSpace-khDVqt":`xuxw1ft`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:125`},amountInputEmpty:{"WithdrawForm__styles.amountInputEmpty":`WithdrawForm__styles.amountInputEmpty`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:136`},amountSymbol:{"WithdrawForm__styles.amountSymbol":`WithdrawForm__styles.amountSymbol`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`x1s688f`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:139`},amountMaxPill:{"WithdrawForm__styles.amountMaxPill":`WithdrawForm__styles.amountMaxPill`,"paddingInline-kg3NbH":`xaope02`,"fontSize-kGuDYH":`xfifm61`,"lineHeight-kLWn49":`x1xxsxie`,"fontWeight-k63SB2":`x1s688f`,"letterSpacing-kb6lSQ":`x1yf5rgg`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:149`},amountHelper:{"WithdrawForm__styles.amountHelper":`WithdrawForm__styles.amountHelper`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"paddingInline-kg3NbH":`xfn1xvj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:156`},amountHelperLeft:{"WithdrawForm__styles.amountHelperLeft":`WithdrawForm__styles.amountHelperLeft`,"fontSize-kGuDYH":`x4z9k3i`,"lineHeight-kLWn49":`x1d3mw78`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:162`},amountHelperRight:{"WithdrawForm__styles.amountHelperRight":`WithdrawForm__styles.amountHelperRight`,"fontSize-kGuDYH":`x4z9k3i`,"lineHeight-kLWn49":`x1d3mw78`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:168`},receiveSelectors:{"WithdrawForm__styles.receiveSelectors":`WithdrawForm__styles.receiveSelectors`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"gap-kOIVth":`x1v2ro7d`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:175`},receiveColumn:{"WithdrawForm__styles.receiveColumn":`WithdrawForm__styles.receiveColumn`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x883omv`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"flexBasis-kCS8Yb":`x1r8uery`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:180`},summarySection:{"WithdrawForm__styles.summarySection":`WithdrawForm__styles.summarySection`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x1af02g3`,"paddingInline-kg3NbH":`xfn1xvj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:193`},summaryRow:{"WithdrawForm__styles.summaryRow":`WithdrawForm__styles.summaryRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:199`},summaryLabel:{"WithdrawForm__styles.summaryLabel":`WithdrawForm__styles.summaryLabel`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`x1s688f`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:205`},summaryValue:{"WithdrawForm__styles.summaryValue":`WithdrawForm__styles.summaryValue`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x1pha0wt`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:211`},summaryValuePrimary:{"WithdrawForm__styles.summaryValuePrimary":`WithdrawForm__styles.summaryValuePrimary`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`x1s688f`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:216`},summaryValueSecondary:{"WithdrawForm__styles.summaryValueSecondary":`WithdrawForm__styles.summaryValueSecondary`,"fontSize-kGuDYH":`x4z9k3i`,"lineHeight-kLWn49":`x1d3mw78`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:222`},summaryDash:{"WithdrawForm__styles.summaryDash":`WithdrawForm__styles.summaryDash`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:228`},breakdownCollapsibleRoot:{"WithdrawForm__styles.breakdownCollapsibleRoot":`WithdrawForm__styles.breakdownCollapsibleRoot`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:243`},breakdownTrigger:{"WithdrawForm__styles.breakdownTrigger":`WithdrawForm__styles.breakdownTrigger`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"width-kzqmXN":`xh8yej3`,"gap-kOIVth":`x167g77z`,"padding-kmVPX3":`x1717udv`,"textAlign-k9WMMc":`x1yc453h`,"outline-kI3sdo":`x1a2a7pz`,"cursor-kkrTdU":`x1ypdohk`,"color-kMwMTN":`xzn0pkc`,":focus-visible_boxShadow-kEtg5x":`x18r8rzr`,":focus-visible_borderRadius-k7aC84":`x63abuj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:247`},breakdownEmptyRow:{"WithdrawForm__styles.breakdownEmptyRow":`WithdrawForm__styles.breakdownEmptyRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x167g77z`,"cursor-kkrTdU":`xt0e3qv`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:266`},breakdownCollapsedLabel:{"WithdrawForm__styles.breakdownCollapsedLabel":`WithdrawForm__styles.breakdownCollapsedLabel`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:273`},breakdownCollapsedValueGroup:{"WithdrawForm__styles.breakdownCollapsedValueGroup":`WithdrawForm__styles.breakdownCollapsedValueGroup`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:279`},breakdownCollapsedValue:{"WithdrawForm__styles.breakdownCollapsedValue":`WithdrawForm__styles.breakdownCollapsedValue`,"fontSize-kGuDYH":`x1jvydc1`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:284`},breakdownRows:{"WithdrawForm__styles.breakdownRows":`WithdrawForm__styles.breakdownRows`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x883omv`,"paddingTop-kLKAdn":`xz9dl7a`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:290`},breakdownRow:{"WithdrawForm__styles.breakdownRow":`WithdrawForm__styles.breakdownRow`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:296`},breakdownRowLabel:{"WithdrawForm__styles.breakdownRowLabel":`WithdrawForm__styles.breakdownRowLabel`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"fontSize-kGuDYH":`xif65rj`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:302`},breakdownRowValue:{"WithdrawForm__styles.breakdownRowValue":`WithdrawForm__styles.breakdownRowValue`,"fontSize-kGuDYH":`xif65rj`,"lineHeight-kLWn49":`xd4r4e8`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xzn0pkc`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:311`},breakdownInfoIcon:{"WithdrawForm__styles.breakdownInfoIcon":`WithdrawForm__styles.breakdownInfoIcon`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:317`},breakdownChevron:{"WithdrawForm__styles.breakdownChevron":`WithdrawForm__styles.breakdownChevron`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:323`},breakdownNetworkIcon:{"WithdrawForm__styles.breakdownNetworkIcon":`WithdrawForm__styles.breakdownNetworkIcon`,"width-kzqmXN":`x1fxhmyf`,"height-kZKoxP":`x18gnavp`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:329`},infoTrigger:{"WithdrawForm__styles.infoTrigger":`WithdrawForm__styles.infoTrigger`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"padding-kmVPX3":`x1717udv`,"cursor-kkrTdU":`x1146j2`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:335`},footer:{"WithdrawForm__styles.footer":`WithdrawForm__styles.footer`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x167g77z`,"paddingTop-kLKAdn":`x1yrsyyn`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingBottom-kGO01o":`x1t4gjm`,"paddingInlineStart-kZCmMZ":`xz7312c`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:349`},submitButton:{"WithdrawForm__styles.submitButton":`WithdrawForm__styles.submitButton`,"width-kzqmXN":`xh8yej3`,"justifyContent-kjj79g":`xl56j7k`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:358`},notice:{"WithdrawForm__styles.notice":`WithdrawForm__styles.notice`,"textAlign-k9WMMc":`x2b8uid`,"color-kMwMTN":`x1gvmkps`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:363`},submitSpinner:{"WithdrawForm__styles.submitSpinner":`WithdrawForm__styles.submitSpinner`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"animationName-kKVMdj":`x1ka1v4i`,"animationDuration-k44tkh":`xegkacw`,"animationIterationCount-ko0y90":`xa4qsjk`,"animationTimingFunction-kyAemX":`x1esw782`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:367`},summarySpinner:{"WithdrawForm__styles.summarySpinner":`WithdrawForm__styles.summarySpinner`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,"animationName-kKVMdj":`x1ka1v4i`,"animationDuration-k44tkh":`xegkacw`,"animationIterationCount-ko0y90":`xa4qsjk`,"animationTimingFunction-kyAemX":`x1esw782`,$$css:`@stridge/kit:src/flows/withdraw/widgets/withdraw-form/compound/WithdrawForm.styles.ts:379`}};export{e as styles};
|
package/dist/package.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e=`0.1.0-alpha.
|
|
1
|
+
var e=`0.1.0-alpha.64`;export{e as version};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={background:`var(--stridge-kit-background)`,foreground:`var(--stridge-kit-foreground)`,card:`var(--stridge-kit-card)`,cardForeground:`var(--stridge-kit-card-foreground)`,popover:`var(--stridge-kit-popover)`,popoverForeground:`var(--stridge-kit-popover-foreground)`,primary:`var(--stridge-kit-primary)`,primaryForeground:`var(--stridge-kit-primary-foreground)`,secondary:`var(--stridge-kit-secondary)`,secondaryForeground:`var(--stridge-kit-secondary-foreground)`,muted:`var(--stridge-kit-muted)`,mutedForeground:`var(--stridge-kit-muted-foreground)`,mutedForegroundFaint:`var(--stridge-kit-muted-foreground-faint)`,iconStroke:`var(--stridge-kit-icon-stroke)`,surfaceHover:`var(--stridge-kit-surface-hover)`,
|
|
1
|
+
const e={background:`var(--stridge-kit-background)`,foreground:`var(--stridge-kit-foreground)`,card:`var(--stridge-kit-card)`,cardForeground:`var(--stridge-kit-card-foreground)`,popover:`var(--stridge-kit-popover)`,popoverForeground:`var(--stridge-kit-popover-foreground)`,primary:`var(--stridge-kit-primary)`,primaryForeground:`var(--stridge-kit-primary-foreground)`,secondary:`var(--stridge-kit-secondary)`,secondaryForeground:`var(--stridge-kit-secondary-foreground)`,muted:`var(--stridge-kit-muted)`,mutedForeground:`var(--stridge-kit-muted-foreground)`,mutedForegroundFaint:`var(--stridge-kit-muted-foreground-faint)`,iconStroke:`var(--stridge-kit-icon-stroke)`,surfaceHover:`var(--stridge-kit-surface-hover)`,accentForeground:`var(--stridge-kit-accent-foreground)`,destructive:`var(--stridge-kit-destructive)`,destructiveForeground:`var(--stridge-kit-destructive-foreground)`,destructiveSoft:`var(--stridge-kit-destructive-soft)`,destructiveSoftForeground:`var(--stridge-kit-destructive-soft-foreground)`,destructiveBorder:`var(--stridge-kit-destructive-border)`,success:`var(--stridge-kit-success)`,successForeground:`var(--stridge-kit-success-foreground)`,successPulse:`var(--stridge-kit-success-pulse)`,warning:`var(--stridge-kit-warning)`,warningForeground:`var(--stridge-kit-warning-foreground)`,info:`var(--stridge-kit-info)`,infoForeground:`var(--stridge-kit-info-foreground)`,border:`var(--stridge-kit-border)`,input:`var(--stridge-kit-input)`,ring:`var(--stridge-kit-ring)`,overlay:`var(--stridge-kit-overlay)`};export{e as colors};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={base:{"Badge__styles.base":`Badge__styles.base`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`xeq5yr9`,"whiteSpace-khDVqt":`xuxw1ft`,"borderRadius-kaIpWk":`x12ur2as`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x9r1u3d`,"fontFamily-kMv6JI":`xlaww2m`,"fontWeight-k63SB2":`x1qvi77d`,"transitionProperty-k1ekBW":`x1eaenvl`,"transitionDuration-kIyJzY":`
|
|
1
|
+
const e={base:{"Badge__styles.base":`Badge__styles.base`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`xeq5yr9`,"whiteSpace-khDVqt":`xuxw1ft`,"borderRadius-kaIpWk":`x12ur2as`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x9r1u3d`,"fontFamily-kMv6JI":`xlaww2m`,"fontWeight-k63SB2":`x1qvi77d`,"transitionProperty-k1ekBW":`x1eaenvl`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:4`},iconSvg:{"Badge__styles.iconSvg":`Badge__styles.iconSvg`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x15vhz18`,"height-kZKoxP":`xlzyvqe`,"minWidth-k7Eaqz":`xslf67s`,"minHeight-kAzted":`x1xaadd7`,"maxWidth-ks0D6T":`x12pq5kg`,"maxHeight-kskxy":`x1akyapa`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:21`}},t={sm:{"Badge__sizeStyles.sm":`Badge__sizeStyles.sm`,"minHeight-kAzted":`xe0957l`,"gap-kOIVth":`x1r05nms`,"paddingInline-kg3NbH":`xxztuhb`,"fontSize-kGuDYH":`x1oae1zf`,"lineHeight-kLWn49":`x14vj8e1`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:33`},md:{"Badge__sizeStyles.md":`Badge__sizeStyles.md`,"minHeight-kAzted":`xj9xw9b`,"gap-kOIVth":`x1r05nms`,"paddingInline-kg3NbH":`x1fk34n2`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:40`},lg:{"Badge__sizeStyles.lg":`Badge__sizeStyles.lg`,"minHeight-kAzted":`x1rz828m`,"gap-kOIVth":`xpj7pl4`,"paddingInline-kg3NbH":`x13s4r1c`,"fontSize-kGuDYH":`xmnoevb`,"lineHeight-kLWn49":`x14vj8e1`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:47`}},n={sm:{"Badge__roundnessStyles.sm":`Badge__roundnessStyles.sm`,"borderRadius-kaIpWk":`x6i6fhv`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:56`},md:{"Badge__roundnessStyles.md":`Badge__roundnessStyles.md`,"borderRadius-kaIpWk":`xmx9ex2`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:59`},lg:{"Badge__roundnessStyles.lg":`Badge__roundnessStyles.lg`,"borderRadius-kaIpWk":`x10hpsqq`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:62`}},r={sm:{"Badge__iconSizeStyles.sm":`Badge__iconSizeStyles.sm`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"fontSize-kGuDYH":`xfifm61`,"lineHeight-kLWn49":`xo5v014`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:67`},md:{"Badge__iconSizeStyles.md":`Badge__iconSizeStyles.md`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"fontSize-kGuDYH":`xif65rj`,"lineHeight-kLWn49":`xo5v014`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:77`},lg:{"Badge__iconSizeStyles.lg":`Badge__iconSizeStyles.lg`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"fontSize-kGuDYH":`x1j61zf2`,"lineHeight-kLWn49":`xo5v014`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:87`}},i={primary:{"Badge__containedColorStyles.primary":`Badge__containedColorStyles.primary`,"backgroundColor-kWkggS":`xdmxa9o`,"color-kMwMTN":`x1kho0d4`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:99`},secondary:{"Badge__containedColorStyles.secondary":`Badge__containedColorStyles.secondary`,"backgroundColor-kWkggS":`xldstci`,"color-kMwMTN":`x1xr5t3o`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:103`},success:{"Badge__containedColorStyles.success":`Badge__containedColorStyles.success`,"backgroundColor-kWkggS":`x1yy7n3w`,"color-kMwMTN":`xwiqrka`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:107`},danger:{"Badge__containedColorStyles.danger":`Badge__containedColorStyles.danger`,"backgroundColor-kWkggS":`xfhhmty`,"color-kMwMTN":`x19vemxs`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:111`},warning:{"Badge__containedColorStyles.warning":`Badge__containedColorStyles.warning`,"backgroundColor-kWkggS":`xpm24si`,"color-kMwMTN":`x1a3v400`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:115`},info:{"Badge__containedColorStyles.info":`Badge__containedColorStyles.info`,"backgroundColor-kWkggS":`xivzh3d`,"color-kMwMTN":`x1b9tnpo`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:119`}},a={primary:{"Badge__outlineColorStyles.primary":`Badge__outlineColorStyles.primary`,"borderColor-kVAM5u":`x2dcuha`,"color-kMwMTN":`x1me39qh`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:125`},secondary:{"Badge__outlineColorStyles.secondary":`Badge__outlineColorStyles.secondary`,"borderColor-kVAM5u":`x12c9lpl`,"color-kMwMTN":`x1xr5t3o`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:129`},success:{"Badge__outlineColorStyles.success":`Badge__outlineColorStyles.success`,"borderColor-kVAM5u":`xb4kgwu`,"color-kMwMTN":`xwiqrka`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:133`},danger:{"Badge__outlineColorStyles.danger":`Badge__outlineColorStyles.danger`,"borderColor-kVAM5u":`x1smv8d1`,"color-kMwMTN":`x19vemxs`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:137`},warning:{"Badge__outlineColorStyles.warning":`Badge__outlineColorStyles.warning`,"borderColor-kVAM5u":`x1kw7hx1`,"color-kMwMTN":`x1a3v400`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:141`},info:{"Badge__outlineColorStyles.info":`Badge__outlineColorStyles.info`,"borderColor-kVAM5u":`x1awroyi`,"color-kMwMTN":`x1b9tnpo`,$$css:`@stridge/kit:src/shared/ui/Badge/Badge.styles.ts:145`}};export{i as containedColorStyles,r as iconSizeStyles,a as outlineColorStyles,n as roundnessStyles,t as sizeStyles,e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={base:{"Button__styles.base":`Button__styles.base`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"boxSizing-kB7OPa":`x9f619`,"cursor-kkrTdU":`x1ypdohk`,"userSelect-kfSwDN":`x87ps6o`,"whiteSpace-khDVqt":`xuxw1ft`,"borderRadius-kaIpWk":`x1s7mj9v`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x9r1u3d`,"backgroundClip-kHypHr":`xx83zyx`,"fontFamily-kMv6JI":`xlaww2m`,"fontWeight-k63SB2":`xi0sa8g`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,"outline-kI3sdo":`x1a2a7pz`,"textDecoration-kybGjl":`x1hl2dhg`,"transitionProperty-k1ekBW":`xcnuv27`,"transitionDuration-kIyJzY":`
|
|
1
|
+
const e={base:{"Button__styles.base":`Button__styles.base`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"boxSizing-kB7OPa":`x9f619`,"cursor-kkrTdU":`x1ypdohk`,"userSelect-kfSwDN":`x87ps6o`,"whiteSpace-khDVqt":`xuxw1ft`,"borderRadius-kaIpWk":`x1s7mj9v`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x9r1u3d`,"backgroundClip-kHypHr":`xx83zyx`,"fontFamily-kMv6JI":`xlaww2m`,"fontWeight-k63SB2":`xi0sa8g`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,"outline-kI3sdo":`x1a2a7pz`,"textDecoration-kybGjl":`x1hl2dhg`,"transitionProperty-k1ekBW":`xcnuv27`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":focus-visible_borderColor-kOJeXU":`x1mt3fz5`,":focus-visible_boxShadow-kEtg5x":`x159teg`,":disabled_pointerEvents-k7HAVu":`xaqnwrm`,":disabled_opacity-kWCcOm":`xijokvz`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:12`},loader:{"Button__styles.loader":`Button__styles.loader`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x15vhz18`,"height-kZKoxP":`xlzyvqe`,"animationName-kKVMdj":`x1aerksh`,"animationDuration-k44tkh":`xof6966`,"animationIterationCount-ko0y90":`xa4qsjk`,"animationTimingFunction-kyAemX":`x1esw782`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:44`},iconSvg:{"Button__styles.iconSvg":`Button__styles.iconSvg`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x15vhz18`,"height-kZKoxP":`xlzyvqe`,"minWidth-k7Eaqz":`xslf67s`,"minHeight-kAzted":`x1xaadd7`,"maxWidth-ks0D6T":`x12pq5kg`,"maxHeight-kskxy":`x1akyapa`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:53`}},t={default:{"Button__variantStyles.default":`Button__variantStyles.default`,"backgroundColor-kWkggS":`xdmxa9o`,"color-kMwMTN":`x1kho0d4`,":hover:not(:disabled)_backgroundColor-kIa11j":`x19dz5jx`,":active:not(:disabled)_backgroundColor-kDKVdO":`x1e9pno2`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:71`},secondary:{"Button__variantStyles.secondary":`Button__variantStyles.secondary`,"backgroundColor-kWkggS":`xldstci`,"color-kMwMTN":`x1xr5t3o`,":hover:not(:disabled)_backgroundColor-kIa11j":`x1el1875`,":active:not(:disabled)_backgroundColor-kDKVdO":`x11p7ntb`,"[aria-expanded=true]_backgroundColor-kO0H77":`x9oo2q2`,"[aria-expanded=true]_color-kyCbai":`x1pm5o7e`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:81`},ghost:{"Button__variantStyles.ghost":`Button__variantStyles.ghost`,"backgroundColor-kWkggS":`xjbqb8w`,"color-kMwMTN":`x1heor9g`,"boxShadow-kGVxlE":`x1gnnqk1`,":hover:not(:disabled)_backgroundColor-kIa11j":`x1muuk1`,":hover:not(:disabled)_color-kf7JFr":`x70x1a4`,":active:not(:disabled)_backgroundColor-kDKVdO":`x3celgi`,":active:not(:disabled)_color-kMB0Px":`x111phvh`,"[aria-expanded=true]_backgroundColor-kO0H77":`x9oo2q2`,"[aria-expanded=true]_color-kyCbai":`x19yg9bl`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:95`}},n={default:{"Button__sizeStyles.default":`Button__sizeStyles.default`,"height-kZKoxP":`xc9qbxq`,"gap-kOIVth":`xpj7pl4`,"paddingInline-kg3NbH":`xvpgqt4`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:128`},sm:{"Button__sizeStyles.sm":`Button__sizeStyles.sm`,"height-kZKoxP":`x1fgtraw`,"gap-kOIVth":`xvh977a`,"paddingInline-kg3NbH":`xvpgqt4`,"fontSize-kGuDYH":`x1oae1zf`,"lineHeight-kLWn49":`x2fnr2h`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:133`},cta:{"Button__sizeStyles.cta":`Button__sizeStyles.cta`,"height-kZKoxP":`xwvwv9b`,"gap-kOIVth":`x1a6yh9e`,"paddingInline-kg3NbH":`x1fk34n2`,"fontSize-kGuDYH":`x1jvydc1`,"fontWeight-k63SB2":`x1qvi77d`,"lineHeight-kLWn49":`xd4r4e8`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:140`},icon:{"Button__sizeStyles.icon":`Button__sizeStyles.icon`,"width-kzqmXN":`x14qfxbe`,"height-kZKoxP":`xc9qbxq`,"gap-kOIVth":`xxhr3t`,"paddingInline-kg3NbH":`xnjsko4`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:148`},"icon-sm":{"Button__sizeStyles.icon-sm":`Button__sizeStyles.icon-sm`,"width-kzqmXN":`xgd8bvy`,"height-kZKoxP":`x1fgtraw`,"gap-kOIVth":`xxhr3t`,"paddingInline-kg3NbH":`xnjsko4`,"borderRadius-kaIpWk":`xhua5ru`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:154`}},r={withPrefix:{"Button__sizeAdjustmentStyles.withPrefix":`Button__sizeAdjustmentStyles.withPrefix`,"paddingInlineStart-kZCmMZ":`xpsy26f`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:163`},withSuffix:{"Button__sizeAdjustmentStyles.withSuffix":`Button__sizeAdjustmentStyles.withSuffix`,"paddingInlineEnd-kwRFfy":`xzfcf9p`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:166`}},i={default:{"Button__iconSizeStyles.default":`Button__iconSizeStyles.default`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"fontSize-kGuDYH":`x1j61zf2`,"lineHeight-kLWn49":`xo5v014`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:171`},sm:{"Button__iconSizeStyles.sm":`Button__iconSizeStyles.sm`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"fontSize-kGuDYH":`xfifm61`,"lineHeight-kLWn49":`xo5v014`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:181`},cta:{"Button__iconSizeStyles.cta":`Button__iconSizeStyles.cta`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"fontSize-kGuDYH":`x1j61zf2`,"lineHeight-kLWn49":`xo5v014`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:191`},icon:{"Button__iconSizeStyles.icon":`Button__iconSizeStyles.icon`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"fontSize-kGuDYH":`x1j61zf2`,"lineHeight-kLWn49":`xo5v014`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:201`},"icon-sm":{"Button__iconSizeStyles.icon-sm":`Button__iconSizeStyles.icon-sm`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"fontSize-kGuDYH":`xif65rj`,"lineHeight-kLWn49":`xo5v014`,$$css:`@stridge/kit:src/shared/ui/Button/Button.styles.ts:211`}};export{i as iconSizeStyles,r as sizeAdjustmentStyles,n as sizeStyles,e as styles,t as variantStyles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={root:{"Checkbox__styles.root":`Checkbox__styles.root`,"position-kVAEAm":`x1n2onr6`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x1xp8n7a`,"height-kZKoxP":`xmix8c7`,"padding-kmVPX3":`x1717udv`,"margin-kogj98":`x1ghz6dp`,"borderRadius-kaIpWk":`x143j3yi`,"borderWidth-kMzoRj":`xvndefy`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"backgroundColor-kWkggS":`x19u6ldj`,"appearance-kysU6D":`xjyslct`,"cursor-kkrTdU":`x1ypdohk`,"transitionProperty-k1ekBW":`x11vqxbs`,"transitionDuration-kIyJzY":`
|
|
1
|
+
const e={root:{"Checkbox__styles.root":`Checkbox__styles.root`,"position-kVAEAm":`x1n2onr6`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"width-kzqmXN":`x1xp8n7a`,"height-kZKoxP":`xmix8c7`,"padding-kmVPX3":`x1717udv`,"margin-kogj98":`x1ghz6dp`,"borderRadius-kaIpWk":`x143j3yi`,"borderWidth-kMzoRj":`xvndefy`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"backgroundColor-kWkggS":`x19u6ldj`,"appearance-kysU6D":`xjyslct`,"cursor-kkrTdU":`x1ypdohk`,"transitionProperty-k1ekBW":`x11vqxbs`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,"outline-kI3sdo":`x1a2a7pz`,"boxShadow-kGVxlE":`x159teg`,$$css:`@stridge/kit:src/shared/ui/Checkbox/Checkbox.styles.ts:4`},disabled:{"Checkbox__styles.disabled":`Checkbox__styles.disabled`,"cursor-kkrTdU":`x1h6gzvc`,"opacity-kSiTet":`xbyyjgo`,$$css:`@stridge/kit:src/shared/ui/Checkbox/Checkbox.styles.ts:30`},indicator:{"Checkbox__styles.indicator":`Checkbox__styles.indicator`,"position-kVAEAm":`x10l6tqk`,"top-k87sOh":`x13vifvy`,"insetInlineStart-kLqNvP":`x1o0tod`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"width-kzqmXN":`xh8yej3`,"height-kZKoxP":`x5yr21d`,"borderRadius-kaIpWk":`x2zroun`,"backgroundColor-kWkggS":`xdmxa9o`,$$css:`@stridge/kit:src/shared/ui/Checkbox/Checkbox.styles.ts:34`},icon:{"Checkbox__styles.icon":`Checkbox__styles.icon`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"color-kMwMTN":`x1kho0d4`,"strokeWidth-kfJifR":`xqjr0vm`,$$css:`@stridge/kit:src/shared/ui/Checkbox/Checkbox.styles.ts:46`}};export{e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={root:{"ExternalLink__styles.root":`ExternalLink__styles.root`,"textDecorationLine-kMnn75":`xkrqix3`,"color-kMwMTN":`x1heor9g`,"outline-kI3sdo":`x1a2a7pz`,"borderRadius-kaIpWk":`x2zroun`,"transitionProperty-k1ekBW":`xkdsq27`,"transitionDuration-kIyJzY":`
|
|
1
|
+
const e={root:{"ExternalLink__styles.root":`ExternalLink__styles.root`,"textDecorationLine-kMnn75":`xkrqix3`,"color-kMwMTN":`x1heor9g`,"outline-kI3sdo":`x1a2a7pz`,"borderRadius-kaIpWk":`x2zroun`,"transitionProperty-k1ekBW":`xkdsq27`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":focus-visible_boxShadow-kEtg5x":`xqn9ezn`,$$css:`@stridge/kit:src/shared/ui/ExternalLink/ExternalLink.styles.ts:4`},iconSlot:{"ExternalLink__styles.iconSlot":`ExternalLink__styles.iconSlot`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"verticalAlign-kXLuUW":`x1ndrt89`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"lineHeight-kLWn49":`xo5v014`,"textDecorationLine-kMnn75":`xkrqix3`,$$css:`@stridge/kit:src/shared/ui/ExternalLink/ExternalLink.styles.ts:16`},suffixSpacing:{"ExternalLink__styles.suffixSpacing":`ExternalLink__styles.suffixSpacing`,"marginInlineStart-keTefX":`x1ssodb4`,$$css:`@stridge/kit:src/shared/ui/ExternalLink/ExternalLink.styles.ts:27`},iconSvg:{"ExternalLink__styles.iconSvg":`ExternalLink__styles.iconSvg`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"width-kzqmXN":`xh8yej3`,"height-kZKoxP":`x5yr21d`,"flexShrink-kmuXW":`x2lah0s`,"lineHeight-kLWn49":`xo5v014`,"color-kMwMTN":`x15rks2t`,"strokeWidth-kfJifR":`xhr4kjn`,"textDecorationLine-kMnn75":`xkrqix3`,$$css:`@stridge/kit:src/shared/ui/ExternalLink/ExternalLink.styles.ts:30`}};export{e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={root:{"InputGroup__styles.root":`InputGroup__styles.root`,"position-kVAEAm":`x1n2onr6`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"width-kzqmXN":`xh8yej3`,"minWidth-k7Eaqz":`xeuugli`,"backgroundColor-kWkggS":`xsdq91f`,"borderRadius-kaIpWk":`x12ur2as`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"boxShadow-kGVxlE":`xzh026d`,"outlineStyle-k3XXqK":`x1t137rt`,"transitionProperty-k1ekBW":`x12zzom9`,"transitionDuration-kIyJzY":`
|
|
1
|
+
const e={root:{"InputGroup__styles.root":`InputGroup__styles.root`,"position-kVAEAm":`x1n2onr6`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"width-kzqmXN":`xh8yej3`,"minWidth-k7Eaqz":`xeuugli`,"backgroundColor-kWkggS":`xsdq91f`,"borderRadius-kaIpWk":`x12ur2as`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"boxShadow-kGVxlE":`xzh026d`,"outlineStyle-k3XXqK":`x1t137rt`,"transitionProperty-k1ekBW":`x12zzom9`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":has(> [data-align='block-start'])_flexDirection-kFri6d":`x194fthc`,":has(> [data-align='block-end'])_flexDirection-kYhW9S":`x18kp75k`,':has(> [data-align="inline-start"]) > input, :has(> [data-align="inline-start"]) > textarea_paddingInlineStart-kQ95yr':`xt6ss43`,':has(> [data-align="inline-end"]) > input, :has(> [data-align="inline-end"]) > textarea_paddingInlineEnd-kU9a4k':`x1h3il70`,":has(> input:focus-visible, > textarea:focus-visible)_borderColor-k2cnuw":`xnyhjf`,":has(> input:focus-visible, > textarea:focus-visible)_boxShadow-kk70Jk":`x1yi73pz`,':has(> input[aria-invalid="true"], > textarea[aria-invalid="true"])_borderColor-kXNN1s':`xn0a4ft`,':has(> input[aria-invalid="true"]:focus-visible, > textarea[aria-invalid="true"]:focus-visible)_borderColor-kpScTd':`x1m8uku1`,':has(> input[aria-invalid="true"]:focus-visible, > textarea[aria-invalid="true"]:focus-visible)_boxShadow-kBzYxT':`xw3o6j3`,":has(> input:disabled, > textarea:disabled)_opacity-kQ45ge":`x1jyfq15`,":has(> input:disabled, > textarea:disabled)_cursor-kO6b0Y":`x13hg1u5`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:17`},addonBase:{"InputGroup__styles.addonBase":`InputGroup__styles.addonBase`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"flexShrink-kmuXW":`x2lah0s`,"gap-kOIVth":`x1a6yh9e`,"userSelect-kfSwDN":`x87ps6o`,"color-kMwMTN":`xi96bwj`,"cursor-kkrTdU":`x1ed109x`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:82`},text:{"InputGroup__styles.text":`InputGroup__styles.text`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x2fnr2h`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:95`},control:{"InputGroup__styles.control":`InputGroup__styles.control`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"minWidth-k7Eaqz":`xeuugli`,"borderWidth-kMzoRj":`xc342km`,"outlineStyle-k3XXqK":`x1t137rt`,"backgroundColor-kWkggS":`xjbqb8w`,"boxShadow-kGVxlE":`x1gnnqk1`,"paddingBlock-k8WAf4":`xrii95j`,"paddingInline-kg3NbH":`x1hr3lfm`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1j61zf2`,"lineHeight-kLWn49":`x19v9tvf`,"fontWeight-k63SB2":`xk50ysn`,"color-kMwMTN":`xzn0pkc`,"caretColor-knGrYV":`x1s2wxje`,"appearance-kysU6D":`xtilpmw`,"::placeholder_color-k8Qsv1":`x16nik3i`,":disabled_cursor-kYPGJ8":`x1s07b3s`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:109`},controlTextarea:{"InputGroup__styles.controlTextarea":`InputGroup__styles.controlTextarea`,"resize-kHenm0":`xtt52l0`,"overflow-kVQacm":`xysyzu8`,"fieldSizing-kOwNse":`x5f5z56`,"minHeight-kAzted":`xe0957l`,"maxHeight-kskxy":`xpulllz`,"overflowWrap-kHjlTd":`xj0a0fe`,"wordBreak-kTgw9":`x1yn0g08`,"whiteSpace-khDVqt":`x126k92a`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:138`}},t={"inline-start":{"InputGroup__addonAlignStyles.inline-start":`InputGroup__addonAlignStyles.inline-start`,"order-kayTVb":`x1clqncf`,"paddingInlineStart-kZCmMZ":`x1qntkwk`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:154`},"inline-end":{"InputGroup__addonAlignStyles.inline-end":`InputGroup__addonAlignStyles.inline-end`,"order-kayTVb":`x9ek82g`,"paddingInlineEnd-kwRFfy":`xi8f3d1`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:158`},"block-start":{"InputGroup__addonAlignStyles.block-start":`InputGroup__addonAlignStyles.block-start`,"order-kayTVb":`x1clqncf`,"width-kzqmXN":`xh8yej3`,"justifyContent-kjj79g":`x1nhvcw1`,"paddingTop-kLKAdn":`x19ment4`,"paddingInline-kg3NbH":`x1fk34n2`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:162`},"block-end":{"InputGroup__addonAlignStyles.block-end":`InputGroup__addonAlignStyles.block-end`,"order-kayTVb":`x9ek82g`,"width-kzqmXN":`xh8yej3`,"justifyContent-kjj79g":`x1nhvcw1`,"paddingBottom-kGO01o":`x1df270x`,"paddingInline-kg3NbH":`x1fk34n2`,$$css:`@stridge/kit:src/shared/ui/InputGroup/InputGroup.styles.ts:169`}};export{t as addonAlignStyles,e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={triggerBase:{"Select__styles.triggerBase":`Select__styles.triggerBase`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,"whiteSpace-khDVqt":`xuxw1ft`,"userSelect-kfSwDN":`x87ps6o`,"cursor-kkrTdU":`xt0e3qv`,"outline-kI3sdo":`x1a2a7pz`,"textAlign-k9WMMc":`x1yc453h`,"transitionProperty-k1ekBW":`xk3iem4`,"transitionDuration-kIyJzY":`xx6bhzk`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:24`},triggerStatic:{"Select__styles.triggerStatic":`Select__styles.triggerStatic`,"cursor-kkrTdU":`xt0e3qv`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:40`},triggerContent:{"Select__styles.triggerContent":`Select__styles.triggerContent`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"flex-kUk6DE":`x98rzlu`,"minWidth-k7Eaqz":`xeuugli`,"textAlign-k9WMMc":`x1yc453h`,"overflow-kVQacm":`xb3r6kr`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:43`},triggerOutline:{"Select__styles.triggerOutline":`Select__styles.triggerOutline`,"width-kzqmXN":`xeq5yr9`,"height-kZKoxP":`xc9qbxq`,"paddingInlineStart-kZCmMZ":`x1qntkwk`,"paddingInlineEnd-kwRFfy":`xzfcf9p`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"borderRadius-kaIpWk":`x12ur2as`,"backgroundColor-kWkggS":`x1ofs3es x1i3dt4k`,"color-kMwMTN":`xzn0pkc`,"boxShadow-kGVxlE":`xzh026d`,"transitionProperty-k1ekBW":`x11vqxbs`,"transitionDuration-kIyJzY":`xx6bhzk`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":focus-visible_borderColor-kOJeXU":`x1mt3fz5`,":focus-visible_boxShadow-kEtg5x":`x159teg`,"[data-disabled]_pointerEvents-k7dGCq":`x7gqb9v`,"[data-disabled]_opacity-kncrQb":`x1szrgyu`,"[aria-invalid=true]_borderColor-kmuzpH":`x1e0f7l1`,"[aria-invalid=true]:focus-visible_borderColor-kAVsxs":`xu6psuv`,"[aria-invalid=true]:focus-visible_boxShadow-kfN9lc":`xsklecs`,"[aria-invalid=true][data-popup-open]_borderColor-krGkLy":`x13rkwjk`,"[aria-invalid=true][data-popup-open]_boxShadow-kt7deA":`xyy5omr`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:52`},triggerTile:{"Select__styles.triggerTile":`Select__styles.triggerTile`,"width-kzqmXN":`xh8yej3`,"paddingTop-kLKAdn":`xzi3mdb`,"paddingBottom-kGO01o":`xxbrewl`,"paddingInline-kg3NbH":`xqin4a2`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"borderRadius-kaIpWk":`xi9trdq`,"backgroundColor-kWkggS":`xsdq91f xjl87wc`,"color-kMwMTN":`xzn0pkc`,"cursor-kkrTdU":`x1ypdohk`,"transitionProperty-k1ekBW":`x11vqxbs`,"transitionDuration-kIyJzY":`xx6bhzk`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":focus-visible_borderColor-kOJeXU":`x1mt3fz5`,":focus-visible_boxShadow-kEtg5x":`x159teg`,"[data-disabled]_pointerEvents-k7dGCq":`x7gqb9v`,"[aria-invalid=true]_borderColor-kmuzpH":`x1e0f7l1`,"[aria-invalid=true]:focus-visible_borderColor-kAVsxs":`xu6psuv`,"[aria-invalid=true]:focus-visible_boxShadow-kfN9lc":`xsklecs`,"[aria-invalid=true][data-popup-open]_borderColor-krGkLy":`x13rkwjk`,"[aria-invalid=true][data-popup-open]_boxShadow-kt7deA":`xyy5omr`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:90`},value:{"Select__styles.value":`Select__styles.value`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"minWidth-k7Eaqz":`xeuugli`,"gap-kOIVth":`x1a6yh9e`,"overflow-kVQacm":`xb3r6kr`,"textOverflow-kg5iWk":`xlyipyv`,"whiteSpace-khDVqt":`xuxw1ft`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:127`},placeholder:{"Select__styles.placeholder":`Select__styles.placeholder`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:136`},iconBase:{"Select__styles.iconBase":`Select__styles.iconBase`,"display-k1xSpc":`x1lliihq`,"flexShrink-kmuXW":`x2lah0s`,"transitionProperty-k1ekBW":`x11xpdln`,"transitionDuration-kIyJzY":`x13dflua`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,"[data-popup-open] &_transform-k5abDR":`x1c3rhtc`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:139`},iconOutline:{"Select__styles.iconOutline":`Select__styles.iconOutline`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"color-kMwMTN":`xi96bwj`,"opacity-kSiTet":`xbyyjgo`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:149`},iconTile:{"Select__styles.iconTile":`Select__styles.iconTile`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`xhr4kjn`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:155`},positioner:{"Select__styles.positioner":`Select__styles.positioner`,"zIndex-kY2c9j":`x1x47hvv`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:161`},popupBase:{"Select__styles.popupBase":`Select__styles.popupBase`,"position-kVAEAm":`x1n2onr6`,"minWidth-k7Eaqz":`x80t9vs`,"maxHeight-kskxy":`x1ko6lg0`,"overflowX-kXHlph":`x6ikm8r`,"overflowY-kORKVm":`x1odjw0f`,"padding-kmVPX3":`x1ljrego`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"boxShadow-kGVxlE":`x1lo0mqj`,"transformOrigin-k3nNDw":`xctpfpq`,"outline-kI3sdo":`x1a2a7pz`,"[data-open]_animationName-k6MjMx":`x1v7ye95`,"[data-open]_animationDuration-kQT8Nr":`x6qscqp`,"[data-open]_animationTimingFunction-kGrMy9":`xec0cv`,"[data-open]_@media (prefers-reduced-motion: reduce)_animationName-kkMe6y":`x1fxewv3`,"[data-open]_@media (prefers-reduced-motion: reduce)_animationDuration-kUsvFl":`xslpr3k`,"[data-closed]_animationName-khiDtg":`x130u89k`,"[data-closed]_animationDuration-kfqKPr":`x1ej03p1`,"[data-closed]_animationTimingFunction-kBIjI2":`x1gv3vh9`,"[data-closed]_@media (prefers-reduced-motion: reduce)_animationName-kng8EN":`x1cha3i4`,"[data-closed]_@media (prefers-reduced-motion: reduce)_animationDuration-kX5ucw":`xgx5xwo`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:164`},popupScrollArea:{"Select__styles.popupScrollArea":`Select__styles.popupScrollArea`,"width-kzqmXN":`xezivpi`,"height-kZKoxP":`xt7dq6l`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:195`},popupViewport:{"Select__styles.popupViewport":`Select__styles.popupViewport`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x193iq5w`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:199`},popupOutline:{"Select__styles.popupOutline":`Select__styles.popupOutline`,"borderColor-kVAM5u":`x12c9lpl`,"borderRadius-kaIpWk":`x12ur2as`,"backgroundColor-kWkggS":`x1gdua1s`,"color-kMwMTN":`xqk8w4k`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:203`},popupTile:{"Select__styles.popupTile":`Select__styles.popupTile`,"borderColor-kVAM5u":`x1bue7yx`,"borderRadius-kaIpWk":`xi9trdq`,"backgroundColor-kWkggS":`x1gdua1s`,"color-kMwMTN":`xqk8w4k`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:209`},itemBase:{"Select__styles.itemBase":`Select__styles.itemBase`,"position-kVAEAm":`x1n2onr6`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"width-kzqmXN":`xh8yej3`,"gap-kOIVth":`x1a6yh9e`,"paddingInlineStart-kZCmMZ":`xpsy26f`,"paddingInlineEnd-kwRFfy":`xy51phz`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,"cursor-kkrTdU":`xt0e3qv`,"userSelect-kfSwDN":`x87ps6o`,"outline-kI3sdo":`x1a2a7pz`,"color-kMwMTN":`xqk8w4k`,"textAlign-k9WMMc":`x1yc453h`,"[data-disabled]_pointerEvents-k7dGCq":`x7gqb9v`,"[data-disabled]_opacity-kncrQb":`x1szrgyu`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:215`},itemOutline:{"Select__styles.itemOutline":`Select__styles.itemOutline`,"minHeight-kAzted":`x21xpn4`,"paddingTop-kLKAdn":`xq38ur3`,"paddingBottom-kGO01o":`x1hli9g4`,"borderRadius-kaIpWk":`x143j3yi`,":focus_backgroundColor-kL3a3j":`x12wwdwo`,":focus_color-kabz5l":`x1gfp9c8`,"[data-highlighted]_backgroundColor-kRQljQ":`xr6bgp2`,"[data-highlighted]_color-kEenPV":`x163giyb`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:236`},itemTile:{"Select__styles.itemTile":`Select__styles.itemTile`,"minHeight-kAzted":`x1ba4aug`,"paddingTop-kLKAdn":`x1y1aw1k`,"paddingBottom-kGO01o":`xwib8y2`,"borderRadius-kaIpWk":`x1s7mj9v`,":focus_backgroundColor-kL3a3j":`x91zbg9`,":focus_color-kabz5l":`x1gfp9c8`,"[data-highlighted]_backgroundColor-kRQljQ":`xevhoj0`,"[data-highlighted]_color-kEenPV":`x163giyb`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:250`},itemDisabled:{"Select__styles.itemDisabled":`Select__styles.itemDisabled`,"cursor-kkrTdU":`x1h6gzvc`,"opacity-kSiTet":`xyd83as`,"color-kMwMTN":`xi96bwj`,"backgroundColor-kWkggS":`xjbqb8w`,":hover_backgroundColor-kGzVvX":`x1n5bzlp`,":hover_color-kDPRdz":`xib2ewr`,":focus_backgroundColor-kL3a3j":`xyc4ar7`,":focus_color-kabz5l":`x1thzfav`,":focus-visible_backgroundColor-kJX3Yn":`x14rb9jf`,":focus-visible_color-kTyn8Z":`xk1skjw`,":active_backgroundColor-kSReZ0":`xyftt0y`,":active_color-kc7ZrP":`x1u0pxdh`,"[data-disabled]_pointerEvents-k7dGCq":`x1sw4l06`,"[data-disabled]_opacity-kncrQb":`x11xjgb3`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:277`},itemText:{"Select__styles.itemText":`Select__styles.itemText`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:303`},label:{"Select__styles.label":`Select__styles.label`,"paddingTop-kLKAdn":`xq38ur3`,"paddingBottom-kGO01o":`x1hli9g4`,"paddingInline-kg3NbH":`xxztuhb`,"color-kMwMTN":`xi96bwj`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1oae1zf`,"lineHeight-kLWn49":`x14vj8e1`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:309`},separator:{"Select__styles.separator":`Select__styles.separator`,"height-kZKoxP":`xjm9jq1`,"marginTop-keoZOQ":`x1p5pg8g`,"marginBottom-k1K539":`x1782xsq`,"marginInline-kUOVxO":`x1mqxmvn`,"backgroundColor-kWkggS":`x136i1dt`,"pointerEvents-kfzvcC":`x47corl`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:318`},scrollButton:{"Select__styles.scrollButton":`Select__styles.scrollButton`,"position-kVAEAm":`x1n2onr6`,"zIndex-kY2c9j":`xfa8aoj`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"width-kzqmXN":`xh8yej3`,"height-kZKoxP":`xxk0z11`,"minHeight-kAzted":`xjwf9q1`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"backgroundColor-kWkggS":`x1gdua1s`,"color-kMwMTN":`xqk8w4k`,"textAlign-k9WMMc":`x2b8uid`,"cursor-kkrTdU":`xt0e3qv`,"::before_position-kEoFBp":`x1hmns74`,"::before_insetInlineStart-kSJ0CW":`x1682cnc`,"::before_width-kOlAkY":`x1rmj1tg`,"::before_height-kgzTxl":`xszcg87`,"::before_content-kgeoSG":`x10tli2e`,"::before_pointerEvents-km8f2m":`xkk1bqk`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:326`},scrollUpButton:{"Select__styles.scrollUpButton":`Select__styles.scrollUpButton`,"borderBottomWidth-kt9PQ7":`x1qhh985`,"borderStartStartRadius-krdFHd":`x1d6sz28`,"borderStartEndRadius-kfmiAY":`x1982ebo`,"[data-direction=up]::before_top-kmeIDP":`x1yuh1d4`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:351`},scrollDownButton:{"Select__styles.scrollDownButton":`Select__styles.scrollDownButton`,"bottom-krVfgx":`x1ey2m1c`,"borderTopWidth-kEafiO":`x972fbf`,"borderEndStartRadius-kVL7Gh":`x1n8kxja`,"borderEndEndRadius-kT0f0o":`x8xpvqr`,"[data-direction=down]::before_bottom-kr3AeW":`xzs8kq4`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:359`},scrollIcon:{"Select__styles.scrollIcon":`Select__styles.scrollIcon`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:368`}};export{e as styles};
|
|
1
|
+
const e={triggerBase:{"Select__styles.triggerBase":`Select__styles.triggerBase`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,"whiteSpace-khDVqt":`xuxw1ft`,"userSelect-kfSwDN":`x87ps6o`,"cursor-kkrTdU":`xt0e3qv`,"outline-kI3sdo":`x1a2a7pz`,"textAlign-k9WMMc":`x1yc453h`,"transitionProperty-k1ekBW":`xk3iem4`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:24`},triggerStatic:{"Select__styles.triggerStatic":`Select__styles.triggerStatic`,"cursor-kkrTdU":`xt0e3qv`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:40`},triggerContent:{"Select__styles.triggerContent":`Select__styles.triggerContent`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"flex-kUk6DE":`x98rzlu`,"minWidth-k7Eaqz":`xeuugli`,"textAlign-k9WMMc":`x1yc453h`,"overflow-kVQacm":`xb3r6kr`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:43`},triggerOutline:{"Select__styles.triggerOutline":`Select__styles.triggerOutline`,"width-kzqmXN":`xeq5yr9`,"height-kZKoxP":`xc9qbxq`,"paddingInlineStart-kZCmMZ":`x1qntkwk`,"paddingInlineEnd-kwRFfy":`xzfcf9p`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"borderRadius-kaIpWk":`x12ur2as`,"backgroundColor-kWkggS":`x1ofs3es x1i3dt4k`,"color-kMwMTN":`xzn0pkc`,"boxShadow-kGVxlE":`xzh026d`,"transitionProperty-k1ekBW":`x11vqxbs`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":focus-visible_borderColor-kOJeXU":`x1mt3fz5`,":focus-visible_boxShadow-kEtg5x":`x159teg`,"[data-disabled]_pointerEvents-k7dGCq":`x7gqb9v`,"[data-disabled]_opacity-kncrQb":`x1szrgyu`,"[aria-invalid=true]_borderColor-kmuzpH":`x1e0f7l1`,"[aria-invalid=true]:focus-visible_borderColor-kAVsxs":`xu6psuv`,"[aria-invalid=true]:focus-visible_boxShadow-kfN9lc":`xsklecs`,"[aria-invalid=true][data-popup-open]_borderColor-krGkLy":`x13rkwjk`,"[aria-invalid=true][data-popup-open]_boxShadow-kt7deA":`xyy5omr`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:52`},triggerTile:{"Select__styles.triggerTile":`Select__styles.triggerTile`,"width-kzqmXN":`xh8yej3`,"paddingTop-kLKAdn":`xzi3mdb`,"paddingBottom-kGO01o":`xxbrewl`,"paddingInline-kg3NbH":`xqin4a2`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x1bue7yx`,"borderRadius-kaIpWk":`xi9trdq`,"backgroundColor-kWkggS":`xsdq91f xjl87wc`,"color-kMwMTN":`xzn0pkc`,"cursor-kkrTdU":`x1ypdohk`,"transitionProperty-k1ekBW":`x11vqxbs`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,":focus-visible_borderColor-kOJeXU":`x1mt3fz5`,":focus-visible_boxShadow-kEtg5x":`x159teg`,"[data-disabled]_pointerEvents-k7dGCq":`x7gqb9v`,"[aria-invalid=true]_borderColor-kmuzpH":`x1e0f7l1`,"[aria-invalid=true]:focus-visible_borderColor-kAVsxs":`xu6psuv`,"[aria-invalid=true]:focus-visible_boxShadow-kfN9lc":`xsklecs`,"[aria-invalid=true][data-popup-open]_borderColor-krGkLy":`x13rkwjk`,"[aria-invalid=true][data-popup-open]_boxShadow-kt7deA":`xyy5omr`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:90`},value:{"Select__styles.value":`Select__styles.value`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"minWidth-k7Eaqz":`xeuugli`,"gap-kOIVth":`x1a6yh9e`,"overflow-kVQacm":`xb3r6kr`,"textOverflow-kg5iWk":`xlyipyv`,"whiteSpace-khDVqt":`xuxw1ft`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:127`},placeholder:{"Select__styles.placeholder":`Select__styles.placeholder`,"color-kMwMTN":`xi96bwj`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:136`},iconBase:{"Select__styles.iconBase":`Select__styles.iconBase`,"display-k1xSpc":`x1lliihq`,"flexShrink-kmuXW":`x2lah0s`,"transitionProperty-k1ekBW":`x11xpdln`,"transitionDuration-kIyJzY":`x1szhkt1`,"transitionTimingFunction-kAMwcw":`x9lcvmn`,"[data-popup-open] &_transform-k5abDR":`x1c3rhtc`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:139`},iconOutline:{"Select__styles.iconOutline":`Select__styles.iconOutline`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,"color-kMwMTN":`xi96bwj`,"opacity-kSiTet":`xbyyjgo`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:149`},iconTile:{"Select__styles.iconTile":`Select__styles.iconTile`,"width-kzqmXN":`xsmyaan`,"height-kZKoxP":`x1kpxq89`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`xhr4kjn`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:155`},positioner:{"Select__styles.positioner":`Select__styles.positioner`,"zIndex-kY2c9j":`x1x47hvv`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:161`},popupBase:{"Select__styles.popupBase":`Select__styles.popupBase`,"position-kVAEAm":`x1n2onr6`,"minWidth-k7Eaqz":`x80t9vs`,"maxHeight-kskxy":`x1ko6lg0`,"overflowX-kXHlph":`x6ikm8r`,"overflowY-kORKVm":`x1odjw0f`,"padding-kmVPX3":`x1ljrego`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"boxShadow-kGVxlE":`x1lo0mqj`,"transformOrigin-k3nNDw":`xctpfpq`,"outline-kI3sdo":`x1a2a7pz`,"[data-open]_animationName-k6MjMx":`x1v7ye95`,"[data-open]_animationDuration-kQT8Nr":`x1e1ssmj`,"[data-open]_animationTimingFunction-kGrMy9":`xec0cv`,"[data-open]_@media (prefers-reduced-motion: reduce)_animationName-kkMe6y":`x1fxewv3`,"[data-open]_@media (prefers-reduced-motion: reduce)_animationDuration-kUsvFl":`xslpr3k`,"[data-closed]_animationName-khiDtg":`x130u89k`,"[data-closed]_animationDuration-kfqKPr":`x1ej03p1`,"[data-closed]_animationTimingFunction-kBIjI2":`x1gv3vh9`,"[data-closed]_@media (prefers-reduced-motion: reduce)_animationName-kng8EN":`x1cha3i4`,"[data-closed]_@media (prefers-reduced-motion: reduce)_animationDuration-kX5ucw":`xgx5xwo`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:164`},popupScrollArea:{"Select__styles.popupScrollArea":`Select__styles.popupScrollArea`,"width-kzqmXN":`xezivpi`,"height-kZKoxP":`xt7dq6l`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:195`},popupViewport:{"Select__styles.popupViewport":`Select__styles.popupViewport`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x193iq5w`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:199`},popupOutline:{"Select__styles.popupOutline":`Select__styles.popupOutline`,"borderColor-kVAM5u":`x12c9lpl`,"borderRadius-kaIpWk":`x12ur2as`,"backgroundColor-kWkggS":`x1gdua1s`,"color-kMwMTN":`xqk8w4k`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:203`},popupTile:{"Select__styles.popupTile":`Select__styles.popupTile`,"borderColor-kVAM5u":`x1bue7yx`,"borderRadius-kaIpWk":`xi9trdq`,"backgroundColor-kWkggS":`x1gdua1s`,"color-kMwMTN":`xqk8w4k`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:209`},itemBase:{"Select__styles.itemBase":`Select__styles.itemBase`,"position-kVAEAm":`x1n2onr6`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"width-kzqmXN":`xh8yej3`,"gap-kOIVth":`x1a6yh9e`,"paddingInlineStart-kZCmMZ":`xpsy26f`,"paddingInlineEnd-kwRFfy":`xy51phz`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,"cursor-kkrTdU":`xt0e3qv`,"userSelect-kfSwDN":`x87ps6o`,"outline-kI3sdo":`x1a2a7pz`,"color-kMwMTN":`xqk8w4k`,"textAlign-k9WMMc":`x1yc453h`,"[data-disabled]_pointerEvents-k7dGCq":`x7gqb9v`,"[data-disabled]_opacity-kncrQb":`x1szrgyu`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:215`},itemOutline:{"Select__styles.itemOutline":`Select__styles.itemOutline`,"minHeight-kAzted":`x21xpn4`,"paddingTop-kLKAdn":`xq38ur3`,"paddingBottom-kGO01o":`x1hli9g4`,"borderRadius-kaIpWk":`x143j3yi`,":focus_backgroundColor-kL3a3j":`x12wwdwo`,":focus_color-kabz5l":`x1gfp9c8`,"[data-highlighted]_backgroundColor-kRQljQ":`xr6bgp2`,"[data-highlighted]_color-kEenPV":`x163giyb`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:236`},itemTile:{"Select__styles.itemTile":`Select__styles.itemTile`,"minHeight-kAzted":`x1ba4aug`,"paddingTop-kLKAdn":`x1y1aw1k`,"paddingBottom-kGO01o":`xwib8y2`,"borderRadius-kaIpWk":`x1s7mj9v`,":focus_backgroundColor-kL3a3j":`x91zbg9`,":focus_color-kabz5l":`x1gfp9c8`,"[data-highlighted]_backgroundColor-kRQljQ":`xevhoj0`,"[data-highlighted]_color-kEenPV":`x163giyb`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:250`},itemDisabled:{"Select__styles.itemDisabled":`Select__styles.itemDisabled`,"cursor-kkrTdU":`x1h6gzvc`,"opacity-kSiTet":`xyd83as`,"color-kMwMTN":`xi96bwj`,"backgroundColor-kWkggS":`xjbqb8w`,":hover_backgroundColor-kGzVvX":`x1n5bzlp`,":hover_color-kDPRdz":`xib2ewr`,":focus_backgroundColor-kL3a3j":`xyc4ar7`,":focus_color-kabz5l":`x1thzfav`,":focus-visible_backgroundColor-kJX3Yn":`x14rb9jf`,":focus-visible_color-kTyn8Z":`xk1skjw`,":active_backgroundColor-kSReZ0":`xyftt0y`,":active_color-kc7ZrP":`x1u0pxdh`,"[data-disabled]_pointerEvents-k7dGCq":`x1sw4l06`,"[data-disabled]_opacity-kncrQb":`x11xjgb3`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:277`},itemText:{"Select__styles.itemText":`Select__styles.itemText`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:303`},label:{"Select__styles.label":`Select__styles.label`,"paddingTop-kLKAdn":`xq38ur3`,"paddingBottom-kGO01o":`x1hli9g4`,"paddingInline-kg3NbH":`xxztuhb`,"color-kMwMTN":`xi96bwj`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1oae1zf`,"lineHeight-kLWn49":`x14vj8e1`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:309`},separator:{"Select__styles.separator":`Select__styles.separator`,"height-kZKoxP":`xjm9jq1`,"marginTop-keoZOQ":`x1p5pg8g`,"marginBottom-k1K539":`x1782xsq`,"marginInline-kUOVxO":`x1mqxmvn`,"backgroundColor-kWkggS":`x136i1dt`,"pointerEvents-kfzvcC":`x47corl`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:318`},scrollButton:{"Select__styles.scrollButton":`Select__styles.scrollButton`,"position-kVAEAm":`x1n2onr6`,"zIndex-kY2c9j":`xfa8aoj`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"width-kzqmXN":`xh8yej3`,"height-kZKoxP":`xxk0z11`,"minHeight-kAzted":`xjwf9q1`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"backgroundColor-kWkggS":`x1gdua1s`,"color-kMwMTN":`xqk8w4k`,"textAlign-k9WMMc":`x2b8uid`,"cursor-kkrTdU":`xt0e3qv`,"::before_position-kEoFBp":`x1hmns74`,"::before_insetInlineStart-kSJ0CW":`x1682cnc`,"::before_width-kOlAkY":`x1rmj1tg`,"::before_height-kgzTxl":`xszcg87`,"::before_content-kgeoSG":`x10tli2e`,"::before_pointerEvents-km8f2m":`xkk1bqk`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:326`},scrollUpButton:{"Select__styles.scrollUpButton":`Select__styles.scrollUpButton`,"borderBottomWidth-kt9PQ7":`x1qhh985`,"borderStartStartRadius-krdFHd":`x1d6sz28`,"borderStartEndRadius-kfmiAY":`x1982ebo`,"[data-direction=up]::before_top-kmeIDP":`x1yuh1d4`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:351`},scrollDownButton:{"Select__styles.scrollDownButton":`Select__styles.scrollDownButton`,"bottom-krVfgx":`x1ey2m1c`,"borderTopWidth-kEafiO":`x972fbf`,"borderEndStartRadius-kVL7Gh":`x1n8kxja`,"borderEndEndRadius-kT0f0o":`x8xpvqr`,"[data-direction=down]::before_bottom-kr3AeW":`xzs8kq4`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:359`},scrollIcon:{"Select__styles.scrollIcon":`Select__styles.scrollIcon`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x1kky2od`,"height-kZKoxP":`xlup9mm`,$$css:`@stridge/kit:src/shared/ui/Select/Select.styles.ts:368`}};export{e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={base:{"SelectableTile__styles.base":`SelectableTile__styles.base`,"position-kVAEAm":`x1n2onr6`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"margin-kogj98":`x1ghz6dp`,"outline-kI3sdo":`x1a2a7pz`,"backgroundColor-kWkggS":`xsdq91f`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`xa3awxp`,"color-kMwMTN":`x1kqivnd`,"textAlign-k9WMMc":`x1yc453h`,"textDecoration-kybGjl":`x1hl2dhg`,"fontFamily-kMv6JI":`xlaww2m`,"appearance-kysU6D":`xjyslct`,"transitionProperty-k1ekBW":`xju6q8h`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x1xv5090`,":focus-visible_borderColor-kOJeXU":`x1muc15j`,":focus-visible_boxShadow-kEtg5x":`
|
|
1
|
+
const e={base:{"SelectableTile__styles.base":`SelectableTile__styles.base`,"position-kVAEAm":`x1n2onr6`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"margin-kogj98":`x1ghz6dp`,"outline-kI3sdo":`x1a2a7pz`,"backgroundColor-kWkggS":`xsdq91f`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`xa3awxp`,"color-kMwMTN":`x1kqivnd`,"textAlign-k9WMMc":`x1yc453h`,"textDecoration-kybGjl":`x1hl2dhg`,"fontFamily-kMv6JI":`xlaww2m`,"appearance-kysU6D":`xjyslct`,"transitionProperty-k1ekBW":`xju6q8h`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x1xv5090`,":focus-visible_borderColor-kOJeXU":`x1muc15j`,":focus-visible_boxShadow-kEtg5x":`x1ybecd6`,$$css:`@stridge/kit:src/shared/ui/SelectableTile/SelectableTile.styles.ts:4`},interactive:{"SelectableTile__styles.interactive":`SelectableTile__styles.interactive`,"cursor-kkrTdU":`x1ypdohk`,"backgroundColor-kWkggS":`xsdq91f x1k72nz7 x18xkpei`,$$css:`@stridge/kit:src/shared/ui/SelectableTile/SelectableTile.styles.ts:27`},inert:{"SelectableTile__styles.inert":`SelectableTile__styles.inert`,"cursor-kkrTdU":`xt0e3qv`,$$css:`@stridge/kit:src/shared/ui/SelectableTile/SelectableTile.styles.ts:42`},selected:{"SelectableTile__styles.selected":`SelectableTile__styles.selected`,"backgroundColor-kWkggS":`x1b6mqgj`,"borderColor-kVAM5u":`x10ssn8f`,"boxShadow-kGVxlE":`x1r82gqv`,"color-kMwMTN":`x1823it2`,$$css:`@stridge/kit:src/shared/ui/SelectableTile/SelectableTile.styles.ts:45`},highlighted:{"SelectableTile__styles.highlighted":`SelectableTile__styles.highlighted`,"borderColor-kVAM5u":`x10ssn8f`,"boxShadow-kGVxlE":`xek1927`,$$css:`@stridge/kit:src/shared/ui/SelectableTile/SelectableTile.styles.ts:58`},disabled:{"SelectableTile__styles.disabled":`SelectableTile__styles.disabled`,"opacity-kSiTet":`xbyyjgo`,"pointerEvents-kfzvcC":`x47corl`,$$css:`@stridge/kit:src/shared/ui/SelectableTile/SelectableTile.styles.ts:62`}},t={card:{"SelectableTile__shapeStyles.card":`SelectableTile__shapeStyles.card`,"flexDirection-kXwgrk":`x1q0g3np`,"width-kzqmXN":`xh8yej3`,"borderRadius-kaIpWk":`xi9trdq`,"paddingBlock-k8WAf4":`xxlmvz2`,"paddingInline-kg3NbH":`x1hr3lfm`,$$css:`@stridge/kit:src/shared/ui/SelectableTile/SelectableTile.styles.ts:68`},pill:{"SelectableTile__shapeStyles.pill":`SelectableTile__shapeStyles.pill`,"flexGrow-kzQI83":`x1iyjqo2`,"flexShrink-kmuXW":`xs83m0k`,"flexBasis-kCS8Yb":`x1r8uery`,"flexDirection-kXwgrk":`x1q0g3np`,"justifyContent-kjj79g":`xl56j7k`,"borderRadius-kaIpWk":`x1g6ocf5`,"paddingBlock-k8WAf4":`x1b9wmvo`,"paddingInline-kg3NbH":`xaope02`,$$css:`@stridge/kit:src/shared/ui/SelectableTile/SelectableTile.styles.ts:75`}};export{t as shapeStyles,e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={positioner:{"Tooltip__styles.positioner":`Tooltip__styles.positioner`,"isolation-kHBbk8":`xc8icb0`,"zIndex-kY2c9j":`xlow4cx`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:24`},content:{"Tooltip__styles.content":`Tooltip__styles.content`,"position-kVAEAm":`x1n2onr6`,"zIndex-kY2c9j":`xlow4cx`,"width-kzqmXN":`xeq5yr9`,"maxWidth-ks0D6T":`x1va8c73`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"borderRadius-kaIpWk":`x13pkpm2`,"paddingTop-kLKAdn":`xq38ur3`,"paddingBottom-kGO01o":`x1hli9g4`,"paddingInline-kg3NbH":`xxztuhb`,"backgroundColor-kWkggS":`x1gdua1s`,"color-kMwMTN":`xqk8w4k`,"boxShadow-kGVxlE":`x1g7ug4b`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,"transformOrigin-k3nNDw":`xctpfpq`,"willChange-k6sLGO":`x1q1rmc8`,"[data-open]_animationName-k6MjMx":`x1v7ye95`,"[data-open]_animationDuration-kQT8Nr":`
|
|
1
|
+
const e={positioner:{"Tooltip__styles.positioner":`Tooltip__styles.positioner`,"isolation-kHBbk8":`xc8icb0`,"zIndex-kY2c9j":`xlow4cx`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:24`},content:{"Tooltip__styles.content":`Tooltip__styles.content`,"position-kVAEAm":`x1n2onr6`,"zIndex-kY2c9j":`xlow4cx`,"width-kzqmXN":`xeq5yr9`,"maxWidth-ks0D6T":`x1va8c73`,"borderWidth-kMzoRj":`xmkeg23`,"borderStyle-ksu8eU":`x1y0btm7`,"borderColor-kVAM5u":`x12c9lpl`,"borderRadius-kaIpWk":`x13pkpm2`,"paddingTop-kLKAdn":`xq38ur3`,"paddingBottom-kGO01o":`x1hli9g4`,"paddingInline-kg3NbH":`xxztuhb`,"backgroundColor-kWkggS":`x1gdua1s`,"color-kMwMTN":`xqk8w4k`,"boxShadow-kGVxlE":`x1g7ug4b`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x14qa7mu`,"lineHeight-kLWn49":`x14vj8e1`,"transformOrigin-k3nNDw":`xctpfpq`,"willChange-k6sLGO":`x1q1rmc8`,"[data-open]_animationName-k6MjMx":`x1v7ye95`,"[data-open]_animationDuration-kQT8Nr":`x1e1ssmj`,"[data-open]_animationTimingFunction-kGrMy9":`xec0cv`,"[data-closed]_animationName-khiDtg":`x130u89k`,"[data-closed]_animationDuration-kfqKPr":`x1ej03p1`,"[data-closed]_animationTimingFunction-kBIjI2":`x1gv3vh9`,"@media (prefers-reduced-motion: reduce)_animationName-kjO2d4":`x1aquc0h`,"@media (prefers-reduced-motion: reduce)_animationDuration-kkDQuc":`x1u6grsq`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:28`},inverseContent:{"Tooltip__styles.inverseContent":`Tooltip__styles.inverseContent`,"borderColor-kVAM5u":`x9r1u3d`,"backgroundColor-kWkggS":`x1lbpfnh`,"color-kMwMTN":`xv5fsj6`,"boxShadow-kGVxlE":`x1g7ug4b`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:63`},arrow:{"Tooltip__styles.arrow":`Tooltip__styles.arrow`,"display-k1xSpc":`x78zum5`,"[data-side=bottom]_top-kI8ZZa":`x10hicux`,"[data-side=bottom]_transform-kFGJGK":`x1pdsi1e`,"[data-side=left]_right-kQdACu":`x1f3sk1h`,"[data-side=left]_transform-kuRWOk":`x1nsrxey`,"[data-side=right]_left-kr0lxG":`xcghi9w`,"[data-side=right]_transform-kOQwwO":`xleqk9n`,"[data-side=top]_bottom-k7S4vO":`x1tuhd6z`,"[data-side=top]_transform-k5KnT2":`x1shx6fy`,"[data-side=inline-start]_insetInlineEnd-ku2pP4":`x118mprz`,"[data-side=inline-start]_transform-kWInG2":`x6e4vt5`,"[data-side=inline-end]_insetInlineStart-k1nIgq":`xozvt59`,"[data-side=inline-end]_transform-kwEd5o":`x1ervhv0`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:69`},arrowFill:{"Tooltip__styles.arrowFill":`Tooltip__styles.arrowFill`,"fill-kDwRjp":`x1wlrupo`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:96`},arrowStroke:{"Tooltip__styles.arrowStroke":`Tooltip__styles.arrowStroke`,"fill-kDwRjp":`xn1vxmx`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:99`},inverseArrowFill:{"Tooltip__styles.inverseArrowFill":`Tooltip__styles.inverseArrowFill`,"fill-kDwRjp":`xnc8ywt`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:102`},inverseArrowStroke:{"Tooltip__styles.inverseArrowStroke":`Tooltip__styles.inverseArrowStroke`,"fill-kDwRjp":`xy6m8k3`,$$css:`@stridge/kit:src/shared/ui/Tooltip/Tooltip.styles.ts:105`}};export{e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={root:{"ConfirmTransfer__styles.root":`ConfirmTransfer__styles.root`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x17fpy1y`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:4`},header:{"ConfirmTransfer__styles.header":`ConfirmTransfer__styles.header`,"gap-kOIVth":`x1v2ro7d`,"paddingTop-kLKAdn":`xyamay9`,"paddingInlineEnd-kwRFfy":`x1x5flf6`,"paddingBottom-kGO01o":`x1l90r2v`,"paddingInlineStart-kZCmMZ":`xf7dkkf`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:11`},backIcon:{"ConfirmTransfer__styles.backIcon":`ConfirmTransfer__styles.backIcon`,"color-kMwMTN":`x15rks2t`,"strokeWidth-kfJifR":`xhxwl1`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:18`},headerTitle:{"ConfirmTransfer__styles.headerTitle":`ConfirmTransfer__styles.headerTitle`,"margin-kogj98":`x1ghz6dp`,"flexGrow-kzQI83":`x1iyjqo2`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:22`},timerSlot:{"ConfirmTransfer__styles.timerSlot":`ConfirmTransfer__styles.timerSlot`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"width-kzqmXN":`x1td3qas`,"height-kZKoxP":`x10w6t97`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:26`},timerWrap:{"ConfirmTransfer__styles.timerWrap":`ConfirmTransfer__styles.timerWrap`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`x1td3qas`,"height-kZKoxP":`x10w6t97`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:35`},timerSvg:{"ConfirmTransfer__styles.timerSvg":`ConfirmTransfer__styles.timerSvg`,"position-kVAEAm":`x10l6tqk`,"inset-kpwlN0":`x10a8y8t`,"width-kzqmXN":`xh8yej3`,"height-kZKoxP":`x5yr21d`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:40`},timerRing:{"ConfirmTransfer__styles.timerRing":`ConfirmTransfer__styles.timerRing`,"transform-k3aq6I":`x17t9sex`,"transformOrigin-k3nNDw":`x1ybzjv4`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:46`},timerTrack:{"ConfirmTransfer__styles.timerTrack":`ConfirmTransfer__styles.timerTrack`,"fill-kDwRjp":`xbh8q5q`,"stroke-kjVXCG":`xrjhcif`,"strokeWidth-kfJifR":`xvlca1e`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:50`},timerProgress:{"ConfirmTransfer__styles.timerProgress":`ConfirmTransfer__styles.timerProgress`,"fill-kDwRjp":`xbh8q5q`,"stroke-kjVXCG":`x1uhruij`,"strokeWidth-kfJifR":`xvlca1e`,"strokeLinecap-kU5bRw":`x1owpc8m`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:55`},timerDigits:{"ConfirmTransfer__styles.timerDigits":`ConfirmTransfer__styles.timerDigits`,"fill-kDwRjp":`x117rol3`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1qvzm30`,"fontWeight-k63SB2":`xi0sa8g`,"letterSpacing-kb6lSQ":`x17krmmv`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:61`},sectionFirst:{"ConfirmTransfer__styles.sectionFirst":`ConfirmTransfer__styles.sectionFirst`,"marginTop-keoZOQ":`xqui205`,"marginInlineEnd-k71WvV":`xnqxrjt`,"marginInlineStart-keTefX":`xnzr9dm`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:78`},section:{"ConfirmTransfer__styles.section":`ConfirmTransfer__styles.section`,"marginTop-keoZOQ":`x1hmvnq2`,"marginInlineEnd-k71WvV":`xnqxrjt`,"marginInlineStart-keTefX":`xnzr9dm`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:83`},sectionLast:{"ConfirmTransfer__styles.sectionLast":`ConfirmTransfer__styles.sectionLast`,"marginTop-keoZOQ":`x1hmvnq2`,"marginInlineEnd-k71WvV":`xnqxrjt`,"marginInlineStart-keTefX":`xnzr9dm`,"marginBottom-k1K539":`x91k8ka`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:88`},hero:{"ConfirmTransfer__styles.hero":`ConfirmTransfer__styles.hero`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"gap-kOIVth":`x17d4w8g`,"paddingTop-kLKAdn":`x1y1aw1k`,"paddingBottom-kGO01o":`x1g2khh7`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:99`},heroAmountRow:{"ConfirmTransfer__styles.heroAmountRow":`ConfirmTransfer__styles.heroAmountRow`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x1pha0wt`,"justifyContent-kjj79g":`xl56j7k`,"gap-kOIVth":`x195vfkc`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:108`},heroGlyph:{"ConfirmTransfer__styles.heroGlyph":`ConfirmTransfer__styles.heroGlyph`,"display-k1xSpc":`x1rg5ohu`,"fontSize-kGuDYH":`x1fhusgw`,"fontWeight-k63SB2":`xk50ysn`,"lineHeight-kLWn49":`xo5v014`,"letterSpacing-kb6lSQ":`x1b4dsll`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:115`},heroDigits:{"ConfirmTransfer__styles.heroDigits":`ConfirmTransfer__styles.heroDigits`,"display-k1xSpc":`x1rg5ohu`,"fontSize-kGuDYH":`x1xceadr`,"fontWeight-k63SB2":`xk50ysn`,"lineHeight-kLWn49":`xo5v014`,"letterSpacing-kb6lSQ":`xo2cfqc`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:122`},heroSubLine:{"ConfirmTransfer__styles.heroSubLine":`ConfirmTransfer__styles.heroSubLine`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"marginTop-keoZOQ":`xr9ek0c`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:133`},heroSubLineIcon:{"ConfirmTransfer__styles.heroSubLineIcon":`ConfirmTransfer__styles.heroSubLineIcon`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:140`},breakdown:{"ConfirmTransfer__styles.breakdown":`ConfirmTransfer__styles.breakdown`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"paddingBlock-k8WAf4":`x12ulsxz`,"paddingInline-kg3NbH":`xfn1xvj`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:147`},breakdownTrigger:{"ConfirmTransfer__styles.breakdownTrigger":`ConfirmTransfer__styles.breakdownTrigger`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"width-kzqmXN":`xh8yej3`,"gap-kOIVth":`x1v2ro7d`,"paddingBlock-k8WAf4":`x12ulsxz`,"paddingInline-kg3NbH":`xaope02`,"outline-kI3sdo":`x1a2a7pz`,"cursor-kkrTdU":`x1ypdohk`,"backgroundColor-kWkggS":`xjbqb8w`,"borderWidth-kMzoRj":`xc342km`,"borderStyle-ksu8eU":`x1y0btm7`,"borderRadius-kaIpWk":`x1s7mj9v`,":focus-visible_boxShadow-kEtg5x":`xhatipn`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:153`},breakdownChevron:{"ConfirmTransfer__styles.breakdownChevron":`ConfirmTransfer__styles.breakdownChevron`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`xhr4kjn`,"transitionProperty-k1ekBW":`x11xpdln`,"transitionDuration-kIyJzY":`xx6bhzk`,"transitionTimingFunction-kAMwcw":`x4ognrn`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:172`},breakdownChevronOpen:{"ConfirmTransfer__styles.breakdownChevronOpen":`ConfirmTransfer__styles.breakdownChevronOpen`,"transform-k3aq6I":`x1iffjtl`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:188`},breakdownPanel:{"ConfirmTransfer__styles.breakdownPanel":`ConfirmTransfer__styles.breakdownPanel`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x167g77z`,"paddingTop-kLKAdn":`xz9dl7a`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:191`},breakdownRow:{"ConfirmTransfer__styles.breakdownRow":`ConfirmTransfer__styles.breakdownRow`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x1v2ro7d`,"paddingInline-kg3NbH":`xaope02`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:197`},breakdownLabelGroup:{"ConfirmTransfer__styles.breakdownLabelGroup":`ConfirmTransfer__styles.breakdownLabelGroup`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:205`},breakdownValueGroup:{"ConfirmTransfer__styles.breakdownValueGroup":`ConfirmTransfer__styles.breakdownValueGroup`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:212`},breakdownInfoTrigger:{"ConfirmTransfer__styles.breakdownInfoTrigger":`ConfirmTransfer__styles.breakdownInfoTrigger`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"padding-kmVPX3":`x1717udv`,"backgroundColor-kWkggS":`xjbqb8w`,"borderWidth-kMzoRj":`xc342km`,"borderStyle-ksu8eU":`x1y0btm7`,"outline-kI3sdo":`x1a2a7pz`,"cursor-kkrTdU":`x1146j2`,"color-kMwMTN":`xi96bwj`,"borderRadius-kaIpWk":`x1npxkrn`,":focus-visible_boxShadow-kEtg5x":`xhatipn`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:219`},breakdownInfoIcon:{"ConfirmTransfer__styles.breakdownInfoIcon":`ConfirmTransfer__styles.breakdownInfoIcon`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x15rks2t`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:237`},cta:{"ConfirmTransfer__styles.cta":`ConfirmTransfer__styles.cta`,"alignSelf-kSGwAc":`xkh2ocl`,"borderWidth-kMzoRj":`xc342km`,"cursor-kkrTdU":`x1ypdohk`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:253`},footerStack:{"ConfirmTransfer__styles.footerStack":`ConfirmTransfer__styles.footerStack`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x883omv`,"marginTop-keoZOQ":`x1hmvnq2`,"marginInlineEnd-k71WvV":`xnqxrjt`,"marginInlineStart-keTefX":`xnzr9dm`,"marginBottom-k1K539":`x91k8ka`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:264`},footerNotice:{"ConfirmTransfer__styles.footerNotice":`ConfirmTransfer__styles.footerNotice`,"margin-kogj98":`x1ghz6dp`,"textAlign-k9WMMc":`x2b8uid`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:274`},disclaimerTermsLink:{"ConfirmTransfer__styles.disclaimerTermsLink":`ConfirmTransfer__styles.disclaimerTermsLink`,"color-kMwMTN":`x1me39qh`,"textDecorationLine-kMnn75":`xujl8zx`,"textDecorationThickness-kNySMw":`xyi4chj`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:278`}};export{e as styles};
|
|
1
|
+
const e={root:{"ConfirmTransfer__styles.root":`ConfirmTransfer__styles.root`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x17fpy1y`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:4`},header:{"ConfirmTransfer__styles.header":`ConfirmTransfer__styles.header`,"gap-kOIVth":`x1v2ro7d`,"paddingTop-kLKAdn":`xyamay9`,"paddingInlineEnd-kwRFfy":`x1x5flf6`,"paddingBottom-kGO01o":`x1l90r2v`,"paddingInlineStart-kZCmMZ":`xf7dkkf`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:11`},backIcon:{"ConfirmTransfer__styles.backIcon":`ConfirmTransfer__styles.backIcon`,"color-kMwMTN":`x15rks2t`,"strokeWidth-kfJifR":`xhxwl1`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:18`},headerTitle:{"ConfirmTransfer__styles.headerTitle":`ConfirmTransfer__styles.headerTitle`,"margin-kogj98":`x1ghz6dp`,"flexGrow-kzQI83":`x1iyjqo2`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:22`},timerSlot:{"ConfirmTransfer__styles.timerSlot":`ConfirmTransfer__styles.timerSlot`,"display-k1xSpc":`x78zum5`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"width-kzqmXN":`x1td3qas`,"height-kZKoxP":`x10w6t97`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:26`},timerWrap:{"ConfirmTransfer__styles.timerWrap":`ConfirmTransfer__styles.timerWrap`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`x1td3qas`,"height-kZKoxP":`x10w6t97`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:35`},timerSvg:{"ConfirmTransfer__styles.timerSvg":`ConfirmTransfer__styles.timerSvg`,"position-kVAEAm":`x10l6tqk`,"inset-kpwlN0":`x10a8y8t`,"width-kzqmXN":`xh8yej3`,"height-kZKoxP":`x5yr21d`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:40`},timerRing:{"ConfirmTransfer__styles.timerRing":`ConfirmTransfer__styles.timerRing`,"transform-k3aq6I":`x17t9sex`,"transformOrigin-k3nNDw":`x1ybzjv4`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:46`},timerTrack:{"ConfirmTransfer__styles.timerTrack":`ConfirmTransfer__styles.timerTrack`,"fill-kDwRjp":`xbh8q5q`,"stroke-kjVXCG":`xrjhcif`,"strokeWidth-kfJifR":`xvlca1e`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:50`},timerProgress:{"ConfirmTransfer__styles.timerProgress":`ConfirmTransfer__styles.timerProgress`,"fill-kDwRjp":`xbh8q5q`,"stroke-kjVXCG":`x1uhruij`,"strokeWidth-kfJifR":`xvlca1e`,"strokeLinecap-kU5bRw":`x1owpc8m`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:55`},timerDigits:{"ConfirmTransfer__styles.timerDigits":`ConfirmTransfer__styles.timerDigits`,"fill-kDwRjp":`x117rol3`,"fontFamily-kMv6JI":`xlaww2m`,"fontSize-kGuDYH":`x1qvzm30`,"fontWeight-k63SB2":`xi0sa8g`,"letterSpacing-kb6lSQ":`x17krmmv`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:61`},sectionFirst:{"ConfirmTransfer__styles.sectionFirst":`ConfirmTransfer__styles.sectionFirst`,"marginTop-keoZOQ":`xqui205`,"marginInlineEnd-k71WvV":`xnqxrjt`,"marginInlineStart-keTefX":`xnzr9dm`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:78`},section:{"ConfirmTransfer__styles.section":`ConfirmTransfer__styles.section`,"marginTop-keoZOQ":`x1hmvnq2`,"marginInlineEnd-k71WvV":`xnqxrjt`,"marginInlineStart-keTefX":`xnzr9dm`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:83`},sectionLast:{"ConfirmTransfer__styles.sectionLast":`ConfirmTransfer__styles.sectionLast`,"marginTop-keoZOQ":`x1hmvnq2`,"marginInlineEnd-k71WvV":`xnqxrjt`,"marginInlineStart-keTefX":`xnzr9dm`,"marginBottom-k1K539":`x91k8ka`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:88`},hero:{"ConfirmTransfer__styles.hero":`ConfirmTransfer__styles.hero`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"gap-kOIVth":`x17d4w8g`,"paddingTop-kLKAdn":`x1y1aw1k`,"paddingBottom-kGO01o":`x1g2khh7`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:99`},heroAmountRow:{"ConfirmTransfer__styles.heroAmountRow":`ConfirmTransfer__styles.heroAmountRow`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x1pha0wt`,"justifyContent-kjj79g":`xl56j7k`,"gap-kOIVth":`x195vfkc`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:108`},heroGlyph:{"ConfirmTransfer__styles.heroGlyph":`ConfirmTransfer__styles.heroGlyph`,"display-k1xSpc":`x1rg5ohu`,"fontSize-kGuDYH":`x1fhusgw`,"fontWeight-k63SB2":`xk50ysn`,"lineHeight-kLWn49":`xo5v014`,"letterSpacing-kb6lSQ":`x1b4dsll`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:115`},heroDigits:{"ConfirmTransfer__styles.heroDigits":`ConfirmTransfer__styles.heroDigits`,"display-k1xSpc":`x1rg5ohu`,"fontSize-kGuDYH":`x1xceadr`,"fontWeight-k63SB2":`xk50ysn`,"lineHeight-kLWn49":`xo5v014`,"letterSpacing-kb6lSQ":`xo2cfqc`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:122`},heroSubLine:{"ConfirmTransfer__styles.heroSubLine":`ConfirmTransfer__styles.heroSubLine`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"marginTop-keoZOQ":`xr9ek0c`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:133`},heroSubLineIcon:{"ConfirmTransfer__styles.heroSubLineIcon":`ConfirmTransfer__styles.heroSubLineIcon`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:140`},breakdown:{"ConfirmTransfer__styles.breakdown":`ConfirmTransfer__styles.breakdown`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"paddingBlock-k8WAf4":`x12ulsxz`,"paddingInline-kg3NbH":`xfn1xvj`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:147`},breakdownTrigger:{"ConfirmTransfer__styles.breakdownTrigger":`ConfirmTransfer__styles.breakdownTrigger`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"width-kzqmXN":`xh8yej3`,"gap-kOIVth":`x1v2ro7d`,"paddingBlock-k8WAf4":`x12ulsxz`,"paddingInline-kg3NbH":`xaope02`,"outline-kI3sdo":`x1a2a7pz`,"cursor-kkrTdU":`x1ypdohk`,"backgroundColor-kWkggS":`xjbqb8w`,"borderWidth-kMzoRj":`xc342km`,"borderStyle-ksu8eU":`x1y0btm7`,"borderRadius-kaIpWk":`x1s7mj9v`,":focus-visible_boxShadow-kEtg5x":`x18r8rzr`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:153`},breakdownChevron:{"ConfirmTransfer__styles.breakdownChevron":`ConfirmTransfer__styles.breakdownChevron`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`xhr4kjn`,"transitionProperty-k1ekBW":`x11xpdln`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x1xv5090`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:172`},breakdownChevronOpen:{"ConfirmTransfer__styles.breakdownChevronOpen":`ConfirmTransfer__styles.breakdownChevronOpen`,"transform-k3aq6I":`x1iffjtl`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:188`},breakdownPanel:{"ConfirmTransfer__styles.breakdownPanel":`ConfirmTransfer__styles.breakdownPanel`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"gap-kOIVth":`x167g77z`,"paddingTop-kLKAdn":`xz9dl7a`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:191`},breakdownRow:{"ConfirmTransfer__styles.breakdownRow":`ConfirmTransfer__styles.breakdownRow`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`x1qughib`,"gap-kOIVth":`x1v2ro7d`,"paddingInline-kg3NbH":`xaope02`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:197`},breakdownLabelGroup:{"ConfirmTransfer__styles.breakdownLabelGroup":`ConfirmTransfer__styles.breakdownLabelGroup`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"minWidth-k7Eaqz":`xeuugli`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:205`},breakdownValueGroup:{"ConfirmTransfer__styles.breakdownValueGroup":`ConfirmTransfer__styles.breakdownValueGroup`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x17d4w8g`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:212`},breakdownInfoTrigger:{"ConfirmTransfer__styles.breakdownInfoTrigger":`ConfirmTransfer__styles.breakdownInfoTrigger`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"padding-kmVPX3":`x1717udv`,"backgroundColor-kWkggS":`xjbqb8w`,"borderWidth-kMzoRj":`xc342km`,"borderStyle-ksu8eU":`x1y0btm7`,"outline-kI3sdo":`x1a2a7pz`,"cursor-kkrTdU":`x1146j2`,"color-kMwMTN":`xi96bwj`,"borderRadius-kaIpWk":`x1npxkrn`,":focus-visible_boxShadow-kEtg5x":`x18r8rzr`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:219`},breakdownInfoIcon:{"ConfirmTransfer__styles.breakdownInfoIcon":`ConfirmTransfer__styles.breakdownInfoIcon`,"width-kzqmXN":`x10vfzb2`,"height-kZKoxP":`x6w4g8m`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x15rks2t`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:237`},cta:{"ConfirmTransfer__styles.cta":`ConfirmTransfer__styles.cta`,"alignSelf-kSGwAc":`xkh2ocl`,"borderWidth-kMzoRj":`xc342km`,"cursor-kkrTdU":`x1ypdohk`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:253`},footerStack:{"ConfirmTransfer__styles.footerStack":`ConfirmTransfer__styles.footerStack`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x883omv`,"marginTop-keoZOQ":`x1hmvnq2`,"marginInlineEnd-k71WvV":`xnqxrjt`,"marginInlineStart-keTefX":`xnzr9dm`,"marginBottom-k1K539":`x91k8ka`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:264`},footerNotice:{"ConfirmTransfer__styles.footerNotice":`ConfirmTransfer__styles.footerNotice`,"margin-kogj98":`x1ghz6dp`,"textAlign-k9WMMc":`x2b8uid`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:274`},disclaimerTermsLink:{"ConfirmTransfer__styles.disclaimerTermsLink":`ConfirmTransfer__styles.disclaimerTermsLink`,"color-kMwMTN":`x1me39qh`,"textDecorationLine-kMnn75":`xujl8zx`,"textDecorationThickness-kNySMw":`xyi4chj`,$$css:`@stridge/kit:src/shared/widgets/confirm-transfer/compound/ConfirmTransfer.styles.ts:278`}};export{e as styles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={root:{"ErrorState__styles.root":`ErrorState__styles.root`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x17fpy1y`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:32`},header:{"ErrorState__styles.header":`ErrorState__styles.header`,"justifyContent-kjj79g":`x1qughib`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:40`},closeIcon:{"ErrorState__styles.closeIcon":`ErrorState__styles.closeIcon`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`x1k315e8`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:43`},hero:{"ErrorState__styles.hero":`ErrorState__styles.hero`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x883omv`,"paddingTop-kLKAdn":`x9desvi`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingBottom-kGO01o":`x1t4gjm`,"paddingInlineStart-kZCmMZ":`xz7312c`,"animationName-kKVMdj":`xv305lp`,"animationDuration-k44tkh":`xmprevt x1s1fvk8`,"animationTimingFunction-kyAemX":`xa3vuyk`,"animationFillMode-kWV6AL":`x1u6ievf`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:48`},heroRing:{"ErrorState__styles.heroRing":`ErrorState__styles.heroRing`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x1fu8urw`,"height-kZKoxP":`x1peatla`,"marginBottom-k1K539":`xat24cr`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:65`},heroRingMark:{"ErrorState__styles.heroRingMark":`ErrorState__styles.heroRingMark`,"transformOrigin-k3nNDw":`x1g0ag68`,"animationName-kKVMdj":`x14k796y x1aquc0h`,"animationDuration-k44tkh":`xmprevt`,"animationDelay-kKxzle":`x1x1c4bx x14q22ui`,"animationTimingFunction-kyAemX":`x4hg4is`,"animationFillMode-kWV6AL":`x1u6ievf`,"animationIterationCount-ko0y90":`x1v7wizp`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:72`},heroHeadline:{"ErrorState__styles.heroHeadline":`ErrorState__styles.heroHeadline`,"marginTop-keoZOQ":`x1xmf6yo`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:87`},heroReason:{"ErrorState__styles.heroReason":`ErrorState__styles.heroReason`,"maxWidth-ks0D6T":`x1va8c73`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:90`},detailsSection:{"ErrorState__styles.detailsSection":`ErrorState__styles.detailsSection`,"marginInlineStart-keTefX":`xnzr9dm`,"marginInlineEnd-k71WvV":`xnqxrjt`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:100`},statusValueFailed:{"ErrorState__styles.statusValueFailed":`ErrorState__styles.statusValueFailed`,"color-kMwMTN":`x19vemxs`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:105`},assetValue:{"ErrorState__styles.assetValue":`ErrorState__styles.assetValue`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:109`},assetValueText:{"ErrorState__styles.assetValueText":`ErrorState__styles.assetValueText`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x1pha0wt`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:114`},assetValueStruck:{"ErrorState__styles.assetValueStruck":`ErrorState__styles.assetValueStruck`,"textDecorationLine-kMnn75":`x5lhwog`,"textDecorationThickness-kNySMw":`xyi4chj`,"textUnderlineOffset-kcSHmL":`xrys4gj`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:123`},disclosureChevron:{"ErrorState__styles.disclosureChevron":`ErrorState__styles.disclosureChevron`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,"strokeWidth-kfJifR":`xhr4kjn`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:129`},helpInfo:{"ErrorState__styles.helpInfo":`ErrorState__styles.helpInfo`,"marginTop-keoZOQ":`xhrpt6u`,"marginInlineStart-keTefX":`xnzr9dm`,"marginInlineEnd-k71WvV":`xnqxrjt`,"borderRadius-kaIpWk":`x1s7mj9v`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:136`},helpInfoLink:{"ErrorState__styles.helpInfoLink":`ErrorState__styles.helpInfoLink`,"color-kMwMTN":`x1me39qh`,"textDecorationLine-kMnn75":`xujl8zx`,"textDecorationThickness-kNySMw":`xyi4chj`,"textUnderlineOffset-kcSHmL":`xda060z`,"--stridge-kit-external-link-align":`x5oa300`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:142`},actions:{"ErrorState__styles.actions":`ErrorState__styles.actions`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"alignItems-kGNEyG":`x1qjc9v5`,"paddingTop-kLKAdn":`x109j2v6`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingBottom-kGO01o":`x1t4gjm`,"paddingInlineStart-kZCmMZ":`xz7312c`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:150`},cta:{"ErrorState__styles.cta":`ErrorState__styles.cta`,"width-kzqmXN":`xh8yej3`,"alignSelf-kSGwAc":`xkh2ocl`,":focus-visible_boxShadow-kEtg5x":`
|
|
1
|
+
const e={root:{"ErrorState__styles.root":`ErrorState__styles.root`,"position-kVAEAm":`x1n2onr6`,"width-kzqmXN":`xh8yej3`,"maxWidth-ks0D6T":`x17fpy1y`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:32`},header:{"ErrorState__styles.header":`ErrorState__styles.header`,"justifyContent-kjj79g":`x1qughib`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:40`},closeIcon:{"ErrorState__styles.closeIcon":`ErrorState__styles.closeIcon`,"color-kMwMTN":`xdksllq`,"strokeWidth-kfJifR":`x1k315e8`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:43`},hero:{"ErrorState__styles.hero":`ErrorState__styles.hero`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x883omv`,"paddingTop-kLKAdn":`x9desvi`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingBottom-kGO01o":`x1t4gjm`,"paddingInlineStart-kZCmMZ":`xz7312c`,"animationName-kKVMdj":`xv305lp`,"animationDuration-k44tkh":`xmprevt x1s1fvk8`,"animationTimingFunction-kyAemX":`xa3vuyk`,"animationFillMode-kWV6AL":`x1u6ievf`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:48`},heroRing:{"ErrorState__styles.heroRing":`ErrorState__styles.heroRing`,"display-k1xSpc":`x1lliihq`,"width-kzqmXN":`x1fu8urw`,"height-kZKoxP":`x1peatla`,"marginBottom-k1K539":`xat24cr`,"flexShrink-kmuXW":`x2lah0s`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:65`},heroRingMark:{"ErrorState__styles.heroRingMark":`ErrorState__styles.heroRingMark`,"transformOrigin-k3nNDw":`x1g0ag68`,"animationName-kKVMdj":`x14k796y x1aquc0h`,"animationDuration-k44tkh":`xmprevt`,"animationDelay-kKxzle":`x1x1c4bx x14q22ui`,"animationTimingFunction-kyAemX":`x4hg4is`,"animationFillMode-kWV6AL":`x1u6ievf`,"animationIterationCount-ko0y90":`x1v7wizp`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:72`},heroHeadline:{"ErrorState__styles.heroHeadline":`ErrorState__styles.heroHeadline`,"marginTop-keoZOQ":`x1xmf6yo`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:87`},heroReason:{"ErrorState__styles.heroReason":`ErrorState__styles.heroReason`,"maxWidth-ks0D6T":`x1va8c73`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:90`},detailsSection:{"ErrorState__styles.detailsSection":`ErrorState__styles.detailsSection`,"marginInlineStart-keTefX":`xnzr9dm`,"marginInlineEnd-k71WvV":`xnqxrjt`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:100`},statusValueFailed:{"ErrorState__styles.statusValueFailed":`ErrorState__styles.statusValueFailed`,"color-kMwMTN":`x19vemxs`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:105`},assetValue:{"ErrorState__styles.assetValue":`ErrorState__styles.assetValue`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x167g77z`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:109`},assetValueText:{"ErrorState__styles.assetValueText":`ErrorState__styles.assetValueText`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x1pha0wt`,"gap-kOIVth":`x17d4w8g`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:114`},assetValueStruck:{"ErrorState__styles.assetValueStruck":`ErrorState__styles.assetValueStruck`,"textDecorationLine-kMnn75":`x5lhwog`,"textDecorationThickness-kNySMw":`xyi4chj`,"textUnderlineOffset-kcSHmL":`xrys4gj`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:123`},disclosureChevron:{"ErrorState__styles.disclosureChevron":`ErrorState__styles.disclosureChevron`,"width-kzqmXN":`x6jxa94`,"height-kZKoxP":`x1v9usgg`,"flexShrink-kmuXW":`x2lah0s`,"color-kMwMTN":`x137ha3m`,"strokeWidth-kfJifR":`xhr4kjn`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:129`},helpInfo:{"ErrorState__styles.helpInfo":`ErrorState__styles.helpInfo`,"marginTop-keoZOQ":`xhrpt6u`,"marginInlineStart-keTefX":`xnzr9dm`,"marginInlineEnd-k71WvV":`xnqxrjt`,"borderRadius-kaIpWk":`x1s7mj9v`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:136`},helpInfoLink:{"ErrorState__styles.helpInfoLink":`ErrorState__styles.helpInfoLink`,"color-kMwMTN":`x1me39qh`,"textDecorationLine-kMnn75":`xujl8zx`,"textDecorationThickness-kNySMw":`xyi4chj`,"textUnderlineOffset-kcSHmL":`xda060z`,"--stridge-kit-external-link-align":`x5oa300`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:142`},actions:{"ErrorState__styles.actions":`ErrorState__styles.actions`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`xdt5ytf`,"alignItems-kGNEyG":`x1qjc9v5`,"paddingTop-kLKAdn":`x109j2v6`,"paddingInlineEnd-kwRFfy":`x1o5r3ls`,"paddingBottom-kGO01o":`x1t4gjm`,"paddingInlineStart-kZCmMZ":`xz7312c`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:150`},cta:{"ErrorState__styles.cta":`ErrorState__styles.cta`,"width-kzqmXN":`xh8yej3`,"alignSelf-kSGwAc":`xkh2ocl`,":focus-visible_boxShadow-kEtg5x":`x18r8rzr`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:159`},ctaInteractive:{"ErrorState__styles.ctaInteractive":`ErrorState__styles.ctaInteractive`,"cursor-kkrTdU":`x1ypdohk`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:166`},ctaInert:{"ErrorState__styles.ctaInert":`ErrorState__styles.ctaInert`,"cursor-kkrTdU":`xt0e3qv`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:169`},ctaPrimary:{"ErrorState__styles.ctaPrimary":`ErrorState__styles.ctaPrimary`,"borderWidth-kMzoRj":`xc342km`,$$css:`@stridge/kit:src/shared/widgets/error-state/compound/ErrorState.styles.ts:172`}};export{e as styles};
|
package/dist/styles/index.css
CHANGED
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
:root, [data-stridge-scope] {
|
|
76
76
|
--stridge-kit-ring: var(--stridge-kit-primary);
|
|
77
77
|
--stridge-kit-tile-active: var(--stridge-kit-primary);
|
|
78
|
+
--stridge-kit-ring-width: 2px;
|
|
78
79
|
--stridge-kit-shadow-ring-focus: 0 0 0 3px color-mix(in oklab, var(--stridge-kit-ring) 50%, transparent);
|
|
79
80
|
--stridge-kit-shadow-ring-focus-destructive: 0 0 0 3px color-mix(in oklab, var(--stridge-kit-destructive) 50%, transparent);
|
|
80
81
|
--stridge-kit-tile-radius-card: 12px;
|
|
@@ -179,7 +180,6 @@
|
|
|
179
180
|
--stridge-kit-muted-foreground: oklch(71.37% .02 261.32);
|
|
180
181
|
--stridge-kit-muted-foreground-faint: oklch(52.95% .01 286.13);
|
|
181
182
|
--stridge-kit-surface-hover: oklch(27.01% 0 271.23);
|
|
182
|
-
--stridge-kit-accent: oklch(30.65% .06 279.11);
|
|
183
183
|
--stridge-kit-accent-foreground: oklch(95.57% 0 286.35);
|
|
184
184
|
--stridge-kit-destructive: oklch(65.56% .2 23.26);
|
|
185
185
|
--stridge-kit-destructive-foreground: oklch(100.84% .1 25.27);
|
|
@@ -190,6 +190,7 @@
|
|
|
190
190
|
--stridge-kit-success: oklch(63.7% .17 146.75);
|
|
191
191
|
--stridge-kit-success-foreground: oklch(99% .09 145.23);
|
|
192
192
|
--stridge-kit-success-ring: oklch(46.99% .1 153.81);
|
|
193
|
+
--stridge-kit-success-pulse: oklch(78% .17 145 / .45);
|
|
193
194
|
--stridge-kit-warning: oklch(71.95% .19 41.4);
|
|
194
195
|
--stridge-kit-warning-foreground: oklch(100.55% .1 44.42);
|
|
195
196
|
--stridge-kit-info: oklch(71.02% .14 206.64);
|
|
@@ -248,7 +249,6 @@
|
|
|
248
249
|
--stridge-kit-muted-foreground: oklch(45% .01 286);
|
|
249
250
|
--stridge-kit-muted-foreground-faint: oklch(58% .01 286);
|
|
250
251
|
--stridge-kit-surface-hover: oklch(94% .005 286);
|
|
251
|
-
--stridge-kit-accent: oklch(94% .01 280);
|
|
252
252
|
--stridge-kit-accent-foreground: oklch(15.5% .01 286);
|
|
253
253
|
--stridge-kit-destructive: oklch(55% .21 25);
|
|
254
254
|
--stridge-kit-destructive-foreground: oklch(100% 0 0);
|
|
@@ -259,6 +259,7 @@
|
|
|
259
259
|
--stridge-kit-success: oklch(48% .13 156);
|
|
260
260
|
--stridge-kit-success-foreground: oklch(100% 0 0);
|
|
261
261
|
--stridge-kit-success-ring: oklch(82% .08 153.81);
|
|
262
|
+
--stridge-kit-success-pulse: oklch(78% .17 145 / .45);
|
|
262
263
|
--stridge-kit-warning: oklch(60% .17 41);
|
|
263
264
|
--stridge-kit-warning-foreground: oklch(100% 0 0);
|
|
264
265
|
--stridge-kit-info: oklch(55% .14 207);
|
|
@@ -1089,14 +1090,14 @@
|
|
|
1089
1090
|
animation-name: x1wc8ddo-B;
|
|
1090
1091
|
}
|
|
1091
1092
|
|
|
1092
|
-
.x15qid8x {
|
|
1093
|
-
animation-name: x1yv4ed5-B;
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
1093
|
.x194e4vk {
|
|
1097
1094
|
animation-name: x3q3iw1-B;
|
|
1098
1095
|
}
|
|
1099
1096
|
|
|
1097
|
+
.x1hykst1 {
|
|
1098
|
+
animation-name: x891syh-B;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1100
1101
|
.x1ng0oyw {
|
|
1101
1102
|
animation-name: xb4s9mv-B;
|
|
1102
1103
|
}
|
|
@@ -1363,8 +1364,8 @@
|
|
|
1363
1364
|
box-shadow: 0 0 0 1.5px var(--stridge-kit-tile-surface);
|
|
1364
1365
|
}
|
|
1365
1366
|
|
|
1366
|
-
.
|
|
1367
|
-
box-shadow: 0 0 0
|
|
1367
|
+
.xek1927 {
|
|
1368
|
+
box-shadow: 0 0 0 var(--stridge-kit-ring-width) color-mix(in oklab,var(--stridge-kit-tile-active) 40%,transparent);
|
|
1368
1369
|
}
|
|
1369
1370
|
|
|
1370
1371
|
.x1r82gqv {
|
|
@@ -2319,10 +2320,6 @@
|
|
|
2319
2320
|
transform: translateY(var(--drawer-swipe-movement-y, 0px));
|
|
2320
2321
|
}
|
|
2321
2322
|
|
|
2322
|
-
.xx6bhzk {
|
|
2323
|
-
transition-duration: .15s;
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
2323
|
.x9dyr19 {
|
|
2327
2324
|
transition-duration: .18s;
|
|
2328
2325
|
}
|
|
@@ -2331,10 +2328,6 @@
|
|
|
2331
2328
|
transition-duration: .2s, .15s;
|
|
2332
2329
|
}
|
|
2333
2330
|
|
|
2334
|
-
.x13dflua {
|
|
2335
|
-
transition-duration: .2s;
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
2331
|
.x1szhkt1 {
|
|
2339
2332
|
transition-duration: var(--stridge-kit-duration-normal);
|
|
2340
2333
|
}
|
|
@@ -2419,10 +2412,6 @@
|
|
|
2419
2412
|
transition-timing-function: cubic-bezier(.25, 1, .5, 1), cubic-bezier(.3, 0, .06, 1);
|
|
2420
2413
|
}
|
|
2421
2414
|
|
|
2422
|
-
.x4ognrn {
|
|
2423
|
-
transition-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
2424
|
-
}
|
|
2425
|
-
|
|
2426
2415
|
.x9lcvmn {
|
|
2427
2416
|
transition-timing-function: ease-out;
|
|
2428
2417
|
}
|
|
@@ -2568,12 +2557,12 @@
|
|
|
2568
2557
|
box-shadow: 0 0 0 1px var(--stridge-kit-ring),var(--stridge-kit-shadow-ring-focus);
|
|
2569
2558
|
}
|
|
2570
2559
|
|
|
2571
|
-
.
|
|
2572
|
-
box-shadow: 0 0 0
|
|
2560
|
+
.x1ybecd6:focus-visible {
|
|
2561
|
+
box-shadow: 0 0 0 var(--stridge-kit-ring-width) color-mix(in oklab,var(--stridge-kit-tile-active) 40%,transparent);
|
|
2573
2562
|
}
|
|
2574
2563
|
|
|
2575
|
-
.
|
|
2576
|
-
box-shadow: 0 0 0
|
|
2564
|
+
.x18r8rzr:focus-visible {
|
|
2565
|
+
box-shadow: 0 0 0 var(--stridge-kit-ring-width) var(--stridge-kit-primary);
|
|
2577
2566
|
}
|
|
2578
2567
|
|
|
2579
2568
|
.xf4a2cz:focus-visible {
|
|
@@ -3602,10 +3591,6 @@
|
|
|
3602
3591
|
}
|
|
3603
3592
|
|
|
3604
3593
|
@layer priority7 {
|
|
3605
|
-
.x6qscqp[data-open] {
|
|
3606
|
-
animation-duration: .15s;
|
|
3607
|
-
}
|
|
3608
|
-
|
|
3609
3594
|
.x1ej03p1[data-closed] {
|
|
3610
3595
|
animation-duration: .1s;
|
|
3611
3596
|
}
|
|
@@ -3961,9 +3946,9 @@
|
|
|
3961
3946
|
}
|
|
3962
3947
|
}
|
|
3963
3948
|
|
|
3964
|
-
@keyframes
|
|
3949
|
+
@keyframes x891syh-B {
|
|
3965
3950
|
0%, 100% {
|
|
3966
|
-
box-shadow: 0 0 0 0 var(--stridge-kit-success-pulse
|
|
3951
|
+
box-shadow: 0 0 0 0 var(--stridge-kit-success-pulse);
|
|
3967
3952
|
}
|
|
3968
3953
|
|
|
3969
3954
|
50% {
|
|
@@ -3972,19 +3957,6 @@
|
|
|
3972
3957
|
}
|
|
3973
3958
|
}
|
|
3974
3959
|
|
|
3975
|
-
@supports (color: lab(0% 0 0)) {
|
|
3976
|
-
@keyframes x1yv4ed5-B {
|
|
3977
|
-
0%, 100% {
|
|
3978
|
-
box-shadow: 0 0 0 0 var(--stridge-kit-success-pulse, lab(76.5457% -47.6798 39.4248 / .45));
|
|
3979
|
-
}
|
|
3980
|
-
|
|
3981
|
-
50% {
|
|
3982
|
-
box-shadow: 0 0 0 4px #68d36f00;
|
|
3983
|
-
box-shadow: 0 0 0 4px lab(76.5457% -47.6798 39.4248 / 0);
|
|
3984
|
-
}
|
|
3985
|
-
}
|
|
3986
|
-
}
|
|
3987
|
-
|
|
3988
3960
|
@keyframes x3q3iw1-B {
|
|
3989
3961
|
0% {
|
|
3990
3962
|
opacity: .35;
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=`0.1.0-alpha.
|
|
1
|
+
const e=`0.1.0-alpha.64`;export{e as KIT_VERSION};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stridge/kit",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.64",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@stylexjs/stylex": "^0.18.3",
|
|
156
156
|
"motion": "^12.38.0",
|
|
157
157
|
"qr": "0.6.0",
|
|
158
|
-
"@stridge/sdk": "0.1.0-alpha.
|
|
158
|
+
"@stridge/sdk": "0.1.0-alpha.9"
|
|
159
159
|
},
|
|
160
160
|
"scripts": {
|
|
161
161
|
"build": "pnpm run i18n:compile && tsdown",
|