@funkit/connect 3.4.10 → 3.5.1
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/CHANGELOG.md +35 -0
- package/dist/components/Dialog/Dialog.css.d.ts +0 -4
- package/dist/components/Dialog/Dialog.d.ts +3 -1
- package/dist/components/Icons/StatusIcons.d.ts +2 -1
- package/dist/css/modalTransitionStyles.css.d.ts +6 -5
- package/dist/hooks/useAnimatedNavigation.d.ts +15 -5
- package/dist/hooks/useIsCheckoutRisky.d.ts +3 -1
- package/dist/hooks/useWalletAssets.d.ts +1 -1
- package/dist/index.css +109 -60
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3878 -3426
- package/dist/modals/CheckoutModal/InputAmount/utils.d.ts +1 -2
- package/dist/modals/CheckoutModal/stepTransition.d.ts +4 -2
- package/dist/modals/FunCheckoutHistoryModal/FunCheckoutHistoryTransaction.d.ts +0 -5
- package/dist/modals/FunCheckoutHistoryModal/FunCheckoutStatus.css.d.ts +2 -2
- package/dist/providers/FunkitCheckoutContext.d.ts +2 -38
- package/dist/providers/FunkitConfigContext.d.ts +4 -0
- package/dist/providers/FunkitHistoryContext.d.ts +43 -0
- package/dist/utils/assets.d.ts +3 -11
- package/dist/utils/flags/config.d.ts +87 -10
- package/dist/utils/formatTimestamp.d.ts +11 -8
- package/dist/utils/safeJSON.d.ts +1 -0
- package/dist/wallets/walletConnectors/index.js +68 -68
- package/package.json +4 -5
- package/dist/utils/memoize.d.ts +0 -3
- package/dist/wallets/walletConnectors/chunk-25VW5TZP.js +0 -92
- package/dist/wallets/walletConnectors/chunk-2FMXQV4Z.js +0 -73
- package/dist/wallets/walletConnectors/chunk-4UM4GTKZ.js +0 -103
- package/dist/wallets/walletConnectors/chunk-5HDXDGN6.js +0 -71
- package/dist/wallets/walletConnectors/chunk-5VJOQHWP.js +0 -94
- package/dist/wallets/walletConnectors/chunk-6LPM6LUQ.js +0 -110
- package/dist/wallets/walletConnectors/chunk-C2LMEELG.js +0 -95
- package/dist/wallets/walletConnectors/chunk-C7PUODSS.js +0 -94
- package/dist/wallets/walletConnectors/chunk-DWOWRRNZ.js +0 -73
- package/dist/wallets/walletConnectors/chunk-HA5KAB4M.js +0 -71
- package/dist/wallets/walletConnectors/chunk-JXP2QPW7.js +0 -95
- package/dist/wallets/walletConnectors/chunk-KFFJPS5R.js +0 -96
- package/dist/wallets/walletConnectors/chunk-LEXSM5KI.js +0 -87
- package/dist/wallets/walletConnectors/chunk-N2UFM6FI.js +0 -95
- package/dist/wallets/walletConnectors/chunk-NMB62FCH.js +0 -108
- package/dist/wallets/walletConnectors/chunk-QQEO4YQS.js +0 -149
- package/dist/wallets/walletConnectors/chunk-R22FP4XP.js +0 -108
- package/dist/wallets/walletConnectors/chunk-R6TLOQL3.js +0 -98
- package/dist/wallets/walletConnectors/chunk-RMNN2RIV.js +0 -102
- package/dist/wallets/walletConnectors/chunk-SIPHIY4F.js +0 -101
- package/dist/wallets/walletConnectors/chunk-UZEMNN3Q.js +0 -96
- package/dist/wallets/walletConnectors/chunk-VCLXOHT7.js +0 -149
- package/dist/wallets/walletConnectors/chunk-VPGILWUS.js +0 -98
- package/dist/wallets/walletConnectors/chunk-VU6B3HMD.js +0 -96
- package/dist/wallets/walletConnectors/chunk-VVELVSSD.js +0 -27
- package/dist/wallets/walletConnectors/chunk-W53AHFUK.js +0 -102
- package/dist/wallets/walletConnectors/chunk-W5O4YSZN.js +0 -98
- package/dist/wallets/walletConnectors/chunk-XYBEMO3C.js +0 -66
- package/dist/wallets/walletConnectors/chunk-YILR6Q5Q.js +0 -101
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @funkit/connect
|
|
2
2
|
|
|
3
|
+
## 3.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ec80311: fix: remove preload
|
|
8
|
+
|
|
9
|
+
## 3.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- e7f5755: refactor: remove `defaultPaymentMethod` from config
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 1c3d166: feat: show market maker gas costs when collapsed for dydx
|
|
18
|
+
- 08e87cf: refactor: split FunkitCheckoutContext
|
|
19
|
+
- 14dc95f: feat: visual adjustments to checkout history detail screen
|
|
20
|
+
- bb0d514: fix: remove gas icon and token amount in filling gas
|
|
21
|
+
- fc1d1f8: feat: introduce security blacklist flag
|
|
22
|
+
- 543385b: feat: preload wallet assets
|
|
23
|
+
- f7f44dc: fix: remove unused memoized function
|
|
24
|
+
- 2ee9c68: feat: update checkout transition animation
|
|
25
|
+
- 317020d: feat: formatSecondsToReadableForm changes
|
|
26
|
+
- a90fb78: fix: remove isDrafting flag
|
|
27
|
+
- 68bf13a: feat: improve insufficient balance asset detection
|
|
28
|
+
- 40bb2d9: feat: add possibility to disable card as payment method via config
|
|
29
|
+
- fc1d1f8: feat: add asset blacklist flag
|
|
30
|
+
- fd8fb4b: feat: adjust display condition of summary dropdown
|
|
31
|
+
- 4f07860: fix: fix zooming on Safari iOS
|
|
32
|
+
- Updated dependencies [14dc95f]
|
|
33
|
+
- Updated dependencies [fdcb791]
|
|
34
|
+
- @funkit/api-base@1.3.3
|
|
35
|
+
- @funkit/core@2.2.5
|
|
36
|
+
- @funkit/wagmi-tools@3.0.16
|
|
37
|
+
|
|
3
38
|
## 3.4.10
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { ComplexStyleRule } from '@vanilla-extract/css';
|
|
2
1
|
export declare const DialogAnimationTimeIn = 250;
|
|
3
2
|
export declare const DialogAnimationTimeOut = 120;
|
|
4
3
|
export declare const overlay: string;
|
|
5
4
|
export declare const overlayOut: string;
|
|
6
5
|
export declare const content: string;
|
|
7
6
|
export declare const contentSlideOut: string;
|
|
8
|
-
export declare const titleSection: ComplexStyleRule;
|
|
9
|
-
export declare const animateTitleInClass: string;
|
|
10
|
-
export declare const animateTitleOutClass: string;
|
|
11
7
|
export declare const dydxTitle: string;
|
|
12
8
|
export declare const titleContainer: string;
|
|
@@ -17,7 +17,7 @@ interface DialogProps {
|
|
|
17
17
|
*/
|
|
18
18
|
export declare function Dialog({ children, onClose, open, titleId, isHidden, isSmartCloseable, }: DialogProps): React.JSX.Element;
|
|
19
19
|
export declare namespace Dialog {
|
|
20
|
-
var Title: ({ title, titleMeta, hasCloseButton: hasCloseButtonProp, isCloseDisabled, onClose, hasBackButton: hasBackButtonProp, isBackDisabled, onBack, backAnimation, skipBackDelay, dydxHideBack, isCloseButtonHidden, }: DialogTitleProps) => React.JSX.Element;
|
|
20
|
+
var Title: ({ title, titleMeta, hasCloseButton: hasCloseButtonProp, isCloseDisabled, onClose, hasBackButton: hasBackButtonProp, isBackDisabled, onBack, backAnimation, skipBackDelay, dydxHideBack, isCloseButtonHidden, className, }: DialogTitleProps) => React.JSX.Element;
|
|
21
21
|
var Content: ({ children, fullHeight, paddingLeft, paddingBottom, className, withTopDivider, withBottomDivider, id, ...boxProps }: DialogContentProps) => React.JSX.Element;
|
|
22
22
|
var BottomSection: ({ paddingX, children, ...boxProps }: BoxProps) => React.JSX.Element;
|
|
23
23
|
var BottomBar: ({ topSection, actionButtonProps, bottomSection, onClose, }: import("../FunBottomBar/FunBottomBar").FunBottomBarProps) => React.JSX.Element;
|
|
@@ -40,8 +40,10 @@ export interface DialogTitleProps {
|
|
|
40
40
|
isBackDisabled?: boolean;
|
|
41
41
|
onBack?: (p?: any) => void;
|
|
42
42
|
skipBackDelay?: boolean;
|
|
43
|
+
/** @deprecated TODO: investigate unifying with modal navigation animation */
|
|
43
44
|
backAnimation?: boolean;
|
|
44
45
|
dydxHideBack?: boolean;
|
|
45
46
|
/** Hides the close button, eg. when using a countdown element in its place */
|
|
46
47
|
isCloseButtonHidden?: boolean;
|
|
48
|
+
className?: string;
|
|
47
49
|
}
|
|
@@ -2,7 +2,8 @@ import React from 'react';
|
|
|
2
2
|
interface IconProps {
|
|
3
3
|
size?: number;
|
|
4
4
|
}
|
|
5
|
+
export declare const CompletedGradientSvg: () => React.JSX.Element;
|
|
5
6
|
export declare const CompletedStatusIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
6
|
-
export declare const
|
|
7
|
+
export declare const FailedGradientSvg: () => React.JSX.Element;
|
|
7
8
|
export declare const FailedStatusIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
8
9
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export declare const contentAnimationDefaults: {
|
|
2
|
-
animationDuration: string;
|
|
3
|
-
animationTimingFunction: string;
|
|
4
|
-
animationFillMode: string;
|
|
5
|
-
};
|
|
6
1
|
export declare const animateContentInClass: string;
|
|
7
2
|
export declare const animateContentOutClass: string;
|
|
3
|
+
export declare const animateCheckoutContentIn: string;
|
|
4
|
+
export declare const animateCheckoutContentOut: string;
|
|
5
|
+
export declare const animateCheckoutContentInReverse: string;
|
|
6
|
+
export declare const animateCheckoutContentOutReverse: string;
|
|
7
|
+
export declare const animateTitleInClass: string;
|
|
8
|
+
export declare const animateTitleOutClass: string;
|
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
export declare const ANIMATION_DELAY = 75;
|
|
2
|
+
interface AnimatedNavigationResponse<T> {
|
|
3
|
+
animation: AnimationState;
|
|
4
|
+
navigateTo: (page: T, params?: AnimationParams) => void;
|
|
5
|
+
animate: (callback: () => void, params?: AnimationParams) => void;
|
|
6
|
+
}
|
|
2
7
|
/**
|
|
3
8
|
* Logic for easier animations during navigation
|
|
4
9
|
* @param callback - Called when utilizing the navigateTo function. Without providing it the navigateTo function will not work
|
|
5
10
|
* animate is a more generic version of navigateTo that can be used if the callback is not known during hook initialization. Or if it differs.
|
|
6
11
|
*/
|
|
7
|
-
export declare function useAnimatedNavigation<T>(callback: ((page: T) => void) | undefined):
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
+
export declare function useAnimatedNavigation<T>(callback: ((page: T) => void) | undefined): AnimatedNavigationResponse<T>;
|
|
13
|
+
interface AnimationParams {
|
|
14
|
+
reverse?: boolean;
|
|
15
|
+
skip?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface AnimationState {
|
|
18
|
+
isOut: boolean | undefined;
|
|
19
|
+
isReversed: boolean;
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
import { FunkitActiveCheckoutItem } from '~/providers/FunkitCheckoutContext';
|
|
2
|
-
export declare const useIsCheckoutRisky: (checkoutItem: FunkitActiveCheckoutItem
|
|
2
|
+
export declare const useIsCheckoutRisky: (checkoutItem: FunkitActiveCheckoutItem) => {
|
|
3
|
+
isCheckoutRisky: boolean | undefined;
|
|
4
|
+
};
|
|
@@ -3,7 +3,7 @@ export type WalletAssets = Record<string, KnownAssetBalanceInfo>;
|
|
|
3
3
|
/**
|
|
4
4
|
* Returns wallet assets that are above the {@link ASSETS_LOW_VALUE_THRESHOLD} threshold with their total USD value.
|
|
5
5
|
*/
|
|
6
|
-
export declare const useWalletAssets: ({ enableRefetchInterval, refetchOnMount, }
|
|
6
|
+
export declare const useWalletAssets: ({ enableRefetchInterval, refetchOnMount, }?: {
|
|
7
7
|
enableRefetchInterval?: boolean | undefined;
|
|
8
8
|
refetchOnMount?: boolean | undefined;
|
|
9
9
|
}) => {
|
package/dist/index.css
CHANGED
|
@@ -6299,7 +6299,7 @@
|
|
|
6299
6299
|
--_7rkubb1: 0.9;
|
|
6300
6300
|
}
|
|
6301
6301
|
|
|
6302
|
-
/* vanilla-extract-css-ns:src/components/Dialog/Dialog.css.ts.vanilla.css?source=#
|
|
6302
|
+
/* vanilla-extract-css-ns:src/components/Dialog/Dialog.css.ts.vanilla.css?source=#H4sIAAAAAAAAE9VTy26DMBC88xV7qZRKGNkkkMS55Dt6qQwsYRswCDvNo8q/VzyahxrS5NgT7DLMzO7YyzXu01oVaOBd1LM0mHL4cgD4S/sAsLXSJi3rQoKJVY4j7s2D14UDcHQABB8Gih51dJa/RMQfIuIhhQsrt0T8a5GyUjHZvQR+g/v0UQzzjQf4xD0+/sPn9SxBi1CaCmWp1PLs1g94YSDeRBSzCA+E9Yh7Yxe4C9zjoQvdVqLS2rKQwHzOq13TyTG1l3WlkoT0SsKpU9Mqu4LYsroqz6ttX3Nl8W3EW70DI53gToIvJtPJbBxOwsXFPNOBecYg/P84z3xgHv5IPu7TaRZqx7aU2Ew2x+dze2klGrAiHlmt+3QQ96zErZW01JYZOqAE3++zIo0swy4Pf34VGOuCDJvmmSppqRIyVa72EtIc239UTivNyGJhJMSoLdZN+2NjLKV7FpfaorYSTKViZBHaLaJuEL3ldJPnTdnwMZPVpNf97StInxwGnZlvIpjjnvcEAAA= */
|
|
6303
6303
|
@keyframes _1r8f570 {
|
|
6304
6304
|
0% {
|
|
6305
6305
|
transform: scale(0.95);
|
|
@@ -6332,22 +6332,6 @@
|
|
|
6332
6332
|
opacity: 0;
|
|
6333
6333
|
}
|
|
6334
6334
|
}
|
|
6335
|
-
@keyframes _1r8f57c {
|
|
6336
|
-
0% {
|
|
6337
|
-
opacity: 0.2;
|
|
6338
|
-
}
|
|
6339
|
-
100% {
|
|
6340
|
-
opacity: 1;
|
|
6341
|
-
}
|
|
6342
|
-
}
|
|
6343
|
-
@keyframes _1r8f57d {
|
|
6344
|
-
0% {
|
|
6345
|
-
opacity: 1;
|
|
6346
|
-
}
|
|
6347
|
-
100% {
|
|
6348
|
-
opacity: 0.2;
|
|
6349
|
-
}
|
|
6350
|
-
}
|
|
6351
6335
|
[data-rk] ._1r8f575 {
|
|
6352
6336
|
animation: _1r8f572 250ms cubic-bezier(0.3, 0, 0.06, 1);
|
|
6353
6337
|
bottom: -200px;
|
|
@@ -6376,24 +6360,12 @@
|
|
|
6376
6360
|
animation: _1r8f571 120ms cubic-bezier(0.3, 0, 0.06, 1), _1r8f573 120ms cubic-bezier(0.3, 0, 0.06, 1);
|
|
6377
6361
|
max-width: 100vw;
|
|
6378
6362
|
}
|
|
6379
|
-
[data-rk] .
|
|
6380
|
-
animation-duration: 300ms;
|
|
6381
|
-
animation-timing-function: linear;
|
|
6382
|
-
animation-fill-mode: forwards;
|
|
6383
|
-
animation-name: _1r8f57c;
|
|
6384
|
-
}
|
|
6385
|
-
[data-rk] ._1r8f57f {
|
|
6386
|
-
animation-duration: 300ms;
|
|
6387
|
-
animation-timing-function: linear;
|
|
6388
|
-
animation-fill-mode: forwards;
|
|
6389
|
-
animation-name: _1r8f57d;
|
|
6390
|
-
}
|
|
6391
|
-
[data-rk] ._1r8f57g {
|
|
6363
|
+
[data-rk] ._1r8f57c {
|
|
6392
6364
|
font-size: 22px;
|
|
6393
6365
|
line-height: 29px;
|
|
6394
6366
|
padding-left: 6px;
|
|
6395
6367
|
}
|
|
6396
|
-
[data-rk] .
|
|
6368
|
+
[data-rk] ._1r8f57d {
|
|
6397
6369
|
display: flex;
|
|
6398
6370
|
align-items: center;
|
|
6399
6371
|
justify-content: space-between;
|
|
@@ -6461,7 +6433,7 @@
|
|
|
6461
6433
|
flex: 1;
|
|
6462
6434
|
}
|
|
6463
6435
|
|
|
6464
|
-
/* vanilla-extract-css-ns:src/css/modalTransitionStyles.css.ts.vanilla.css?source=
|
|
6436
|
+
/* vanilla-extract-css-ns:src/css/modalTransitionStyles.css.ts.vanilla.css?source=#H4sIAAAAAAAAE83U3WqDMBgG4HOv4jsZONAQ2/p/0svYaYyxZDWxRGXthvc+poymtnFu3ZhHBpP35ckHut2zU6GIYDXUze75WGJ4swDwQ/8AaBSRdVEpkUBNSclsjMLHtN+qDoTy5pQARquPN50F4GFz0hvnvCHVWdsxwvsCYaoCiKfk0Q/lGPlXSaN9Y7T3y5I07Mn2gsPRUGmiaGk8f5L+HI2pbwbFnbjJDU40hzPV+bvTif94Ot8bDr3UTF59xuVyQ90t/rUODSWr/gCRXJCGV9LNW9UvEgh9UacXew0XXO7copV0OELbjFM3Y6+cKRujtQPYAYxw4MDwBZ+zBS9LV1Q5S6Co1AtR+ahcEsGSz39Uegaulwj0NGCwROBGA4ZLBPoakCwRGGnAbInAWAOye4All4yoOyRUkxT/KslTq3sHeXaGf/IIAAA= */
|
|
6465
6437
|
@keyframes stgjxl0 {
|
|
6466
6438
|
0% {
|
|
6467
6439
|
transform: scale(0.7);
|
|
@@ -6486,18 +6458,110 @@
|
|
|
6486
6458
|
opacity: 0;
|
|
6487
6459
|
}
|
|
6488
6460
|
}
|
|
6461
|
+
@keyframes stgjxl4 {
|
|
6462
|
+
0% {
|
|
6463
|
+
transform: translateX(16px);
|
|
6464
|
+
opacity: 0;
|
|
6465
|
+
}
|
|
6466
|
+
100% {
|
|
6467
|
+
transform: translateX(0);
|
|
6468
|
+
opacity: 1;
|
|
6469
|
+
}
|
|
6470
|
+
}
|
|
6471
|
+
@keyframes stgjxl5 {
|
|
6472
|
+
0% {
|
|
6473
|
+
transform: translateX(0);
|
|
6474
|
+
opacity: 1;
|
|
6475
|
+
}
|
|
6476
|
+
100% {
|
|
6477
|
+
transform: translateX(-16px);
|
|
6478
|
+
opacity: 0;
|
|
6479
|
+
}
|
|
6480
|
+
}
|
|
6481
|
+
@keyframes stgjxl8 {
|
|
6482
|
+
0% {
|
|
6483
|
+
transform: translateX(-16px);
|
|
6484
|
+
opacity: 0;
|
|
6485
|
+
}
|
|
6486
|
+
100% {
|
|
6487
|
+
transform: translateX(0);
|
|
6488
|
+
opacity: 1;
|
|
6489
|
+
}
|
|
6490
|
+
}
|
|
6491
|
+
@keyframes stgjxl9 {
|
|
6492
|
+
0% {
|
|
6493
|
+
transform: translateX(0);
|
|
6494
|
+
opacity: 1;
|
|
6495
|
+
}
|
|
6496
|
+
100% {
|
|
6497
|
+
transform: translateX(16px);
|
|
6498
|
+
opacity: 0;
|
|
6499
|
+
}
|
|
6500
|
+
}
|
|
6501
|
+
@keyframes stgjxlc {
|
|
6502
|
+
0% {
|
|
6503
|
+
opacity: 0;
|
|
6504
|
+
}
|
|
6505
|
+
100% {
|
|
6506
|
+
opacity: 1;
|
|
6507
|
+
}
|
|
6508
|
+
}
|
|
6509
|
+
@keyframes stgjxld {
|
|
6510
|
+
0% {
|
|
6511
|
+
opacity: 1;
|
|
6512
|
+
}
|
|
6513
|
+
100% {
|
|
6514
|
+
opacity: 0;
|
|
6515
|
+
}
|
|
6516
|
+
}
|
|
6489
6517
|
[data-rk] .stgjxl2 {
|
|
6490
6518
|
animation-duration: 75ms;
|
|
6491
|
-
animation-timing-function:
|
|
6519
|
+
animation-timing-function: cubic-bezier(0.3, 0, 0.06, 1);
|
|
6492
6520
|
animation-fill-mode: forwards;
|
|
6493
6521
|
animation-name: stgjxl0;
|
|
6494
6522
|
}
|
|
6495
6523
|
[data-rk] .stgjxl3 {
|
|
6496
6524
|
animation-duration: 75ms;
|
|
6497
|
-
animation-timing-function:
|
|
6525
|
+
animation-timing-function: cubic-bezier(0.3, 0, 0.06, 1);
|
|
6498
6526
|
animation-fill-mode: forwards;
|
|
6499
6527
|
animation-name: stgjxl1;
|
|
6500
6528
|
}
|
|
6529
|
+
[data-rk] .stgjxl6 {
|
|
6530
|
+
animation-duration: 75ms;
|
|
6531
|
+
animation-timing-function: cubic-bezier(0.3, 0, 0.06, 1);
|
|
6532
|
+
animation-fill-mode: forwards;
|
|
6533
|
+
animation-name: stgjxl4;
|
|
6534
|
+
}
|
|
6535
|
+
[data-rk] .stgjxl7 {
|
|
6536
|
+
animation-duration: 75ms;
|
|
6537
|
+
animation-timing-function: cubic-bezier(0.3, 0, 0.06, 1);
|
|
6538
|
+
animation-fill-mode: forwards;
|
|
6539
|
+
animation-name: stgjxl5;
|
|
6540
|
+
}
|
|
6541
|
+
[data-rk] .stgjxla {
|
|
6542
|
+
animation-duration: 75ms;
|
|
6543
|
+
animation-timing-function: cubic-bezier(0.3, 0, 0.06, 1);
|
|
6544
|
+
animation-fill-mode: forwards;
|
|
6545
|
+
animation-name: stgjxl8;
|
|
6546
|
+
}
|
|
6547
|
+
[data-rk] .stgjxlb {
|
|
6548
|
+
animation-duration: 75ms;
|
|
6549
|
+
animation-timing-function: cubic-bezier(0.3, 0, 0.06, 1);
|
|
6550
|
+
animation-fill-mode: forwards;
|
|
6551
|
+
animation-name: stgjxl9;
|
|
6552
|
+
}
|
|
6553
|
+
[data-rk] .stgjxle {
|
|
6554
|
+
animation-duration: 75ms;
|
|
6555
|
+
animation-timing-function: linear;
|
|
6556
|
+
animation-fill-mode: forwards;
|
|
6557
|
+
animation-name: stgjxlc;
|
|
6558
|
+
}
|
|
6559
|
+
[data-rk] .stgjxlf {
|
|
6560
|
+
animation-duration: 75ms;
|
|
6561
|
+
animation-timing-function: linear;
|
|
6562
|
+
animation-fill-mode: forwards;
|
|
6563
|
+
animation-name: stgjxld;
|
|
6564
|
+
}
|
|
6501
6565
|
|
|
6502
6566
|
/* vanilla-extract-css-ns:src/components/FunSkeletonLoader/FunSkeletonLoader.css.ts.vanilla.css?source=QGtleWZyYW1lcyBkajB4NjAwIHsKICAwJSB7CiAgICBvcGFjaXR5OiAxOwogIH0KICAxMDAlIHsKICAgIG9wYWNpdHk6IDAuNTsKICB9Cn0KLmRqMHg2MDIgewogIGFuaW1hdGlvbi1kaXJlY3Rpb246IGFsdGVybmF0ZTsKICBhbmltYXRpb24tZHVyYXRpb246IDcwMG1zOwogIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjsKICBhbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTsKICBhbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkczsKICBhbmltYXRpb24tbmFtZTogZGoweDYwMDsKfQouZGoweDYwMyB7CiAgZmxleDogMCAwIGF1dG87Cn0= */
|
|
6503
6567
|
@keyframes dj0x600 {
|
|
@@ -6673,7 +6737,7 @@ input[type=number] {
|
|
|
6673
6737
|
transparent 10%);
|
|
6674
6738
|
}
|
|
6675
6739
|
|
|
6676
|
-
/* vanilla-extract-css-ns:src/modals/FunCheckoutHistoryModal/FunCheckoutStatus.css.ts.vanilla.css?source=
|
|
6740
|
+
/* vanilla-extract-css-ns:src/modals/FunCheckoutHistoryModal/FunCheckoutStatus.css.ts.vanilla.css?source=Ll8yaTl6eTAgewogIG1hcmdpbi10b3A6IC0zMHB4OwogIG1hcmdpbi1ib3R0b206IC0xMHB4OwogIGRpc3BsYXk6IGZsZXg7CiAgYWxpZ24taXRlbXM6IGNlbnRlcjsKICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjsKICBoZWlnaHQ6IDEyMHB4OwogIHdpZHRoOiAxODBweDsKICBiYWNrZ3JvdW5kOiByYWRpYWwtZ3JhZGllbnQoZWxsaXBzZSBjbG9zZXN0LXNpZGUsIHJnYmEoMjExLDIxMSwyMTEsMC4xOCkgMCUsIHJnYmEoMTc2LDE3NiwxNzYsMC4wNCkgODAlLCB0cmFuc3BhcmVudCk7Cn0KLl8yaTl6eTEgewogIG1hcmdpbi10b3A6IC01MHB4OwogIG1hcmdpbi1ib3R0b206IC00NXB4OwogIGRpc3BsYXk6IGZsZXg7CiAgYWxpZ24taXRlbXM6IGNlbnRlcjsKICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjsKICBoZWlnaHQ6IDE5MHB4OwogIHdpZHRoOiAyOTVweDsKICBwb3NpdGlvbjogcmVsYXRpdmU7Cn0KLl8yaTl6eTIgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDA7CiAgbGVmdDogMDsKfQ== */
|
|
6677
6741
|
[data-rk] ._2i9zy0 {
|
|
6678
6742
|
margin-top: -30px;
|
|
6679
6743
|
margin-bottom: -10px;
|
|
@@ -6685,39 +6749,24 @@ input[type=number] {
|
|
|
6685
6749
|
background:
|
|
6686
6750
|
radial-gradient(
|
|
6687
6751
|
ellipse closest-side,
|
|
6688
|
-
rgba(
|
|
6689
|
-
rgba(
|
|
6752
|
+
rgba(211, 211, 211, 0.18) 0%,
|
|
6753
|
+
rgba(176, 176, 176, 0.04) 80%,
|
|
6690
6754
|
transparent);
|
|
6691
6755
|
}
|
|
6692
6756
|
[data-rk] ._2i9zy1 {
|
|
6693
|
-
margin-top: -
|
|
6694
|
-
margin-bottom: -
|
|
6757
|
+
margin-top: -50px;
|
|
6758
|
+
margin-bottom: -45px;
|
|
6695
6759
|
display: flex;
|
|
6696
6760
|
align-items: center;
|
|
6697
6761
|
justify-content: center;
|
|
6698
|
-
height:
|
|
6699
|
-
width:
|
|
6700
|
-
|
|
6701
|
-
radial-gradient(
|
|
6702
|
-
ellipse closest-side,
|
|
6703
|
-
rgba(37, 191, 99, 0.2) 0%,
|
|
6704
|
-
rgba(54, 225, 143, 0.04) 80%,
|
|
6705
|
-
transparent);
|
|
6762
|
+
height: 190px;
|
|
6763
|
+
width: 295px;
|
|
6764
|
+
position: relative;
|
|
6706
6765
|
}
|
|
6707
6766
|
[data-rk] ._2i9zy2 {
|
|
6708
|
-
|
|
6709
|
-
|
|
6710
|
-
|
|
6711
|
-
align-items: center;
|
|
6712
|
-
justify-content: center;
|
|
6713
|
-
height: 120px;
|
|
6714
|
-
width: 180px;
|
|
6715
|
-
background:
|
|
6716
|
-
radial-gradient(
|
|
6717
|
-
ellipse closest-side,
|
|
6718
|
-
rgba(211, 211, 211, 0.18) 0%,
|
|
6719
|
-
rgba(176, 176, 176, 0.04) 80%,
|
|
6720
|
-
transparent);
|
|
6767
|
+
position: absolute;
|
|
6768
|
+
top: 0;
|
|
6769
|
+
left: 0;
|
|
6721
6770
|
}
|
|
6722
6771
|
|
|
6723
6772
|
/* src/components/FunNotification/FunNotification.css */
|
package/dist/index.d.ts
CHANGED
|
@@ -15,9 +15,10 @@ export type { AuthenticationConfig, AuthenticationStatus, } from './providers/Au
|
|
|
15
15
|
export { createAuthenticationAdapter, FunkitConnectAuthenticationProvider, } from './providers/AuthenticationContext';
|
|
16
16
|
export type { AvatarComponent } from './providers/AvatarContext';
|
|
17
17
|
export type { FunkitCheckoutActionParams, FunkitCheckoutConfig, } from './providers/FunkitCheckoutContext';
|
|
18
|
-
export {
|
|
18
|
+
export { useFunkitCheckout } from './providers/FunkitCheckoutContext';
|
|
19
19
|
export type { FunkitConfig } from './providers/FunkitConfigContext';
|
|
20
20
|
export type { FunkitConnectChain as Chain } from './providers/FunkitConnectChainContext';
|
|
21
|
+
export { useCheckoutListenerByCheckoutId, useCheckoutsListenerByUserId, } from './providers/FunkitHistoryContext';
|
|
21
22
|
export type { Theme } from './providers/FunkitProvider';
|
|
22
23
|
export { FunkitProvider } from './providers/FunkitProvider';
|
|
23
24
|
export { useActiveTheme } from './providers/FunkitThemeProvider';
|