@bosonprotocol/react-kit 0.33.0-alpha.9 → 0.33.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/buttons/BaseButton.d.ts +1 -0
- package/dist/cjs/components/buttons/BaseButton.d.ts.map +1 -1
- package/dist/cjs/components/buttons/BaseButton.js +1 -0
- package/dist/cjs/components/buttons/BaseButton.js.map +1 -1
- package/dist/cjs/components/buttons/CommitButtonView.d.ts.map +1 -1
- package/dist/cjs/components/buttons/CommitButtonView.js +4 -0
- package/dist/cjs/components/buttons/CommitButtonView.js.map +1 -1
- package/dist/cjs/components/datepicker/DatePicker.style.d.ts +2 -2
- package/dist/cjs/components/error/SimpleError.d.ts +2 -2
- package/dist/cjs/components/error/SimpleError.d.ts.map +1 -1
- package/dist/cjs/components/error/SimpleError.js.map +1 -1
- package/dist/cjs/components/form/BaseCheckbox.d.ts +5 -0
- package/dist/cjs/components/form/BaseCheckbox.d.ts.map +1 -0
- package/dist/cjs/components/form/BaseCheckbox.js +69 -0
- package/dist/cjs/components/form/BaseCheckbox.js.map +1 -0
- package/dist/cjs/components/form/Checkbox.d.ts +13 -2
- package/dist/cjs/components/form/Checkbox.d.ts.map +1 -1
- package/dist/cjs/components/form/Checkbox.js +18 -61
- package/dist/cjs/components/form/Checkbox.js.map +1 -1
- package/dist/cjs/components/form/CountrySelect.d.ts +26 -11
- package/dist/cjs/components/form/CountrySelect.d.ts.map +1 -1
- package/dist/cjs/components/form/CountrySelect.js +64 -31
- package/dist/cjs/components/form/CountrySelect.js.map +1 -1
- package/dist/cjs/components/form/Field.styles.d.ts +36 -2
- package/dist/cjs/components/form/Field.styles.d.ts.map +1 -1
- package/dist/cjs/components/form/Field.styles.js +83 -24
- package/dist/cjs/components/form/Field.styles.js.map +1 -1
- package/dist/cjs/components/form/FormField.d.ts +2 -1
- package/dist/cjs/components/form/FormField.d.ts.map +1 -1
- package/dist/cjs/components/form/FormField.js +14 -2
- package/dist/cjs/components/form/FormField.js.map +1 -1
- package/dist/cjs/components/form/Select.d.ts +2 -1
- package/dist/cjs/components/form/Select.d.ts.map +1 -1
- package/dist/cjs/components/form/Select.js +32 -20
- package/dist/cjs/components/form/Select.js.map +1 -1
- package/dist/cjs/components/form/Upload/BaseUpload.d.ts +71 -0
- package/dist/cjs/components/form/Upload/BaseUpload.d.ts.map +1 -0
- package/dist/cjs/components/form/Upload/BaseUpload.js +264 -0
- package/dist/cjs/components/form/Upload/BaseUpload.js.map +1 -0
- package/dist/cjs/components/form/Upload/Upload.d.ts +3 -41
- package/dist/cjs/components/form/Upload/Upload.d.ts.map +1 -1
- package/dist/cjs/components/form/Upload/Upload.js +7 -258
- package/dist/cjs/components/form/Upload/Upload.js.map +1 -1
- package/dist/cjs/components/form/Upload/UploadedFile.js +2 -2
- package/dist/cjs/components/form/Upload/UploadedFile.js.map +1 -1
- package/dist/cjs/components/form/Upload/WithUploadToIpfs.d.ts.map +1 -1
- package/dist/cjs/components/form/Upload/WithUploadToIpfs.js +9 -12
- package/dist/cjs/components/form/Upload/WithUploadToIpfs.js.map +1 -1
- package/dist/cjs/components/form/index.d.ts +6 -4
- package/dist/cjs/components/form/index.d.ts.map +1 -1
- package/dist/cjs/components/form/index.js +7 -3
- package/dist/cjs/components/form/index.js.map +1 -1
- package/dist/cjs/components/form/types.d.ts +31 -3
- package/dist/cjs/components/form/types.d.ts.map +1 -1
- package/dist/cjs/components/ui/IpfsImage.d.ts +4 -3
- package/dist/cjs/components/ui/IpfsImage.d.ts.map +1 -1
- package/dist/cjs/components/ui/IpfsImage.js +2 -2
- package/dist/cjs/components/ui/IpfsImage.js.map +1 -1
- package/dist/cjs/components/ui/Video.d.ts +3 -3
- package/dist/cjs/components/ui/Video.d.ts.map +1 -1
- package/dist/cjs/components/ui/Video.js +7 -3
- package/dist/cjs/components/ui/Video.js.map +1 -1
- package/dist/cjs/hooks/ipfs/useIpfsStorage.d.ts.map +1 -1
- package/dist/cjs/hooks/ipfs/useIpfsStorage.js +2 -1
- package/dist/cjs/hooks/ipfs/useIpfsStorage.js.map +1 -1
- package/dist/cjs/hooks/transactions/usePendingTransactionsWithContext.d.ts +1 -1
- package/dist/cjs/hooks/useIpfsMetadataStorage.d.ts +2 -2
- package/dist/cjs/hooks/useIpfsMetadataStorage.d.ts.map +1 -1
- package/dist/cjs/hooks/useIpfsMetadataStorage.js +6 -6
- package/dist/cjs/hooks/useIpfsMetadataStorage.js.map +1 -1
- package/dist/cjs/hooks/useIpfsStorage.d.ts.map +1 -1
- package/dist/cjs/hooks/useIpfsStorage.js +2 -1
- package/dist/cjs/hooks/useIpfsStorage.js.map +1 -1
- package/dist/cjs/index.d.ts +63 -60
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +70 -66
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/bytes/bytesToSize.d.ts +1 -1
- package/dist/cjs/lib/bytes/bytesToSize.d.ts.map +1 -1
- package/dist/cjs/lib/bytes/bytesToSize.js +2 -1
- package/dist/cjs/lib/bytes/bytesToSize.js.map +1 -1
- package/dist/cjs/lib/const/chainInfo.d.ts.map +1 -1
- package/dist/cjs/lib/const/chainInfo.js +10 -0
- package/dist/cjs/lib/const/chainInfo.js.map +1 -1
- package/dist/esm/components/buttons/BaseButton.d.ts +1 -0
- package/dist/esm/components/buttons/BaseButton.d.ts.map +1 -1
- package/dist/esm/components/buttons/BaseButton.js +1 -0
- package/dist/esm/components/buttons/BaseButton.js.map +1 -1
- package/dist/esm/components/buttons/CommitButtonView.d.ts.map +1 -1
- package/dist/esm/components/buttons/CommitButtonView.js +4 -0
- package/dist/esm/components/buttons/CommitButtonView.js.map +1 -1
- package/dist/esm/components/datepicker/DatePicker.style.d.ts +2 -2
- package/dist/esm/components/error/SimpleError.d.ts +2 -2
- package/dist/esm/components/error/SimpleError.d.ts.map +1 -1
- package/dist/esm/components/error/SimpleError.js.map +1 -1
- package/dist/esm/components/form/BaseCheckbox.d.ts +5 -0
- package/dist/esm/components/form/BaseCheckbox.d.ts.map +1 -0
- package/dist/esm/components/form/BaseCheckbox.js +27 -0
- package/dist/esm/components/form/BaseCheckbox.js.map +1 -0
- package/dist/esm/components/form/Checkbox.d.ts +13 -2
- package/dist/esm/components/form/Checkbox.d.ts.map +1 -1
- package/dist/esm/components/form/Checkbox.js +16 -25
- package/dist/esm/components/form/Checkbox.js.map +1 -1
- package/dist/esm/components/form/CountrySelect.d.ts +26 -11
- package/dist/esm/components/form/CountrySelect.d.ts.map +1 -1
- package/dist/esm/components/form/CountrySelect.js +97 -67
- package/dist/esm/components/form/CountrySelect.js.map +1 -1
- package/dist/esm/components/form/Field.styles.d.ts +36 -2
- package/dist/esm/components/form/Field.styles.d.ts.map +1 -1
- package/dist/esm/components/form/Field.styles.js +58 -20
- package/dist/esm/components/form/Field.styles.js.map +1 -1
- package/dist/esm/components/form/FormField.d.ts +2 -1
- package/dist/esm/components/form/FormField.d.ts.map +1 -1
- package/dist/esm/components/form/FormField.js +2 -2
- package/dist/esm/components/form/FormField.js.map +1 -1
- package/dist/esm/components/form/Select.d.ts +2 -1
- package/dist/esm/components/form/Select.d.ts.map +1 -1
- package/dist/esm/components/form/Select.js +52 -30
- package/dist/esm/components/form/Select.js.map +1 -1
- package/dist/esm/components/form/Upload/BaseUpload.d.ts +71 -0
- package/dist/esm/components/form/Upload/BaseUpload.d.ts.map +1 -0
- package/dist/esm/components/form/Upload/BaseUpload.js +226 -0
- package/dist/esm/components/form/Upload/BaseUpload.js.map +1 -0
- package/dist/esm/components/form/Upload/Upload.d.ts +3 -41
- package/dist/esm/components/form/Upload/Upload.d.ts.map +1 -1
- package/dist/esm/components/form/Upload/Upload.js +5 -225
- package/dist/esm/components/form/Upload/Upload.js.map +1 -1
- package/dist/esm/components/form/Upload/UploadedFile.js +1 -1
- package/dist/esm/components/form/Upload/UploadedFile.js.map +1 -1
- package/dist/esm/components/form/Upload/WithUploadToIpfs.d.ts.map +1 -1
- package/dist/esm/components/form/Upload/WithUploadToIpfs.js +8 -11
- package/dist/esm/components/form/Upload/WithUploadToIpfs.js.map +1 -1
- package/dist/esm/components/form/index.d.ts +6 -4
- package/dist/esm/components/form/index.d.ts.map +1 -1
- package/dist/esm/components/form/index.js +4 -2
- package/dist/esm/components/form/index.js.map +1 -1
- package/dist/esm/components/form/types.d.ts +31 -3
- package/dist/esm/components/form/types.d.ts.map +1 -1
- package/dist/esm/components/ui/IpfsImage.d.ts +4 -3
- package/dist/esm/components/ui/IpfsImage.d.ts.map +1 -1
- package/dist/esm/components/ui/IpfsImage.js +2 -2
- package/dist/esm/components/ui/IpfsImage.js.map +1 -1
- package/dist/esm/components/ui/Video.d.ts +3 -3
- package/dist/esm/components/ui/Video.d.ts.map +1 -1
- package/dist/esm/components/ui/Video.js +5 -3
- package/dist/esm/components/ui/Video.js.map +1 -1
- package/dist/esm/hooks/ipfs/useIpfsStorage.d.ts.map +1 -1
- package/dist/esm/hooks/ipfs/useIpfsStorage.js +2 -1
- package/dist/esm/hooks/ipfs/useIpfsStorage.js.map +1 -1
- package/dist/esm/hooks/transactions/usePendingTransactionsWithContext.d.ts +1 -1
- package/dist/esm/hooks/useIpfsMetadataStorage.d.ts +2 -2
- package/dist/esm/hooks/useIpfsMetadataStorage.d.ts.map +1 -1
- package/dist/esm/hooks/useIpfsMetadataStorage.js +6 -6
- package/dist/esm/hooks/useIpfsMetadataStorage.js.map +1 -1
- package/dist/esm/hooks/useIpfsStorage.d.ts.map +1 -1
- package/dist/esm/hooks/useIpfsStorage.js +2 -1
- package/dist/esm/hooks/useIpfsStorage.js.map +1 -1
- package/dist/esm/index.d.ts +63 -60
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +63 -60
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lib/bytes/bytesToSize.d.ts +1 -1
- package/dist/esm/lib/bytes/bytesToSize.d.ts.map +1 -1
- package/dist/esm/lib/bytes/bytesToSize.js +1 -1
- package/dist/esm/lib/bytes/bytesToSize.js.map +1 -1
- package/dist/esm/lib/const/chainInfo.d.ts.map +1 -1
- package/dist/esm/lib/const/chainInfo.js +10 -0
- package/dist/esm/lib/const/chainInfo.js.map +1 -1
- package/package.json +5 -5
- package/src/components/buttons/BaseButton.tsx +4 -0
- package/src/components/buttons/CommitButtonView.tsx +4 -0
- package/src/components/error/SimpleError.tsx +2 -2
- package/src/components/form/BaseCheckbox.tsx +50 -0
- package/src/components/form/Checkbox.tsx +17 -40
- package/src/components/form/CountrySelect.tsx +178 -130
- package/src/components/form/Field.styles.ts +113 -24
- package/src/components/form/FormField.tsx +4 -1
- package/src/components/form/Select.tsx +65 -34
- package/src/components/form/Upload/BaseUpload.tsx +367 -0
- package/src/components/form/Upload/Upload.tsx +8 -360
- package/src/components/form/Upload/UploadedFile.tsx +1 -1
- package/src/components/form/Upload/WithUploadToIpfs.tsx +8 -11
- package/src/components/form/index.ts +6 -4
- package/src/components/form/types.ts +31 -3
- package/src/components/ui/IpfsImage.tsx +14 -7
- package/src/components/ui/Video.tsx +7 -5
- package/src/hooks/ipfs/useIpfsStorage.ts +2 -0
- package/src/hooks/useIpfsMetadataStorage.tsx +6 -4
- package/src/hooks/useIpfsStorage.ts +2 -0
- package/src/index.tsx +67 -64
- package/src/lib/bytes/bytesToSize.ts +1 -1
- package/src/lib/const/chainInfo.ts +10 -1
- package/src/stories/buttons/Upload.stories.tsx +8 -0
- package/src/stories/form/BaseCheckbox.stories.tsx +113 -0
- package/src/stories/selects/CountrySelect.stories.tsx +49 -11
- package/src/stories/selects/Select.stories.tsx +117 -0
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,89 +1,92 @@
|
|
|
1
|
-
export { AuthTokenType } from "@bosonprotocol/common";
|
|
2
|
-
export * from "@bosonprotocol/core-sdk";
|
|
3
|
-
export * from "@bosonprotocol/ethers-sdk";
|
|
4
|
-
export * from "@bosonprotocol/ipfs-storage";
|
|
5
|
-
export { default as ThemedButton, IButton, bosonButtonThemes } from "./components/ui/ThemedButton";
|
|
6
|
-
export * from "./components/ui/zIndex";
|
|
7
|
-
export * from "./components/ui/buttonSize";
|
|
8
|
-
export * from "./components/scroll/ScrollToID";
|
|
9
|
-
export * from "./components/scroll/ScrollToTop";
|
|
10
|
-
export * from "./components/buttons/Button";
|
|
11
1
|
export * from "./components/buttons/BaseButton";
|
|
12
|
-
export * from "./components/buttons/CommitButtonView";
|
|
13
2
|
export * from "./components/buttons/BurgerButton";
|
|
3
|
+
export * from "./components/buttons/Button";
|
|
4
|
+
export * from "./components/buttons/CommitButtonView";
|
|
14
5
|
export * from "./components/config/ConfigProvider";
|
|
6
|
+
export * from "./components/cta/dispute/DecideDisputeButton";
|
|
7
|
+
export * from "./components/cta/dispute/EscalateDisputeButton";
|
|
8
|
+
export * from "./components/cta/dispute/ExpireDisputeButton";
|
|
9
|
+
export * from "./components/cta/dispute/ExpireEscalationDisputeButton";
|
|
10
|
+
export * from "./components/cta/dispute/ExtendDisputeTimeoutButton";
|
|
11
|
+
export * from "./components/cta/dispute/RaiseDisputeButton";
|
|
12
|
+
export * from "./components/cta/dispute/RefuseDisputeButton";
|
|
13
|
+
export * from "./components/cta/dispute/ResolveDisputeButton";
|
|
14
|
+
export * from "./components/cta/dispute/RetractDisputeButton";
|
|
15
15
|
export * from "./components/cta/exchange/BatchCompleteButton";
|
|
16
16
|
export * from "./components/cta/exchange/CancelButton";
|
|
17
17
|
export * from "./components/cta/exchange/CompleteButton";
|
|
18
18
|
export * from "./components/cta/exchange/ExpireButton";
|
|
19
19
|
export * from "./components/cta/exchange/RedeemButton";
|
|
20
20
|
export * from "./components/cta/exchange/RevokeButton";
|
|
21
|
-
export * from "./components/cta/offer/CommitButton";
|
|
22
|
-
export * from "./components/cta/offer/VoidButton";
|
|
23
|
-
export * from "./components/cta/offer/BatchVoidButton";
|
|
24
|
-
export * from "./components/cta/offer/CreateOfferButton";
|
|
25
21
|
export * from "./components/cta/funds/DepositFundsButton";
|
|
26
|
-
export * from "./components/cta/funds/WithdrawFundsButton";
|
|
27
22
|
export * from "./components/cta/funds/WithdrawAllFundsButton";
|
|
23
|
+
export * from "./components/cta/funds/WithdrawFundsButton";
|
|
24
|
+
export * from "./components/cta/offer/BatchVoidButton";
|
|
25
|
+
export * from "./components/cta/offer/CommitButton";
|
|
26
|
+
export * from "./components/cta/offer/CreateOfferButton";
|
|
27
|
+
export * from "./components/cta/offer/VoidButton";
|
|
28
28
|
export * from "./components/currencyDisplay/CurrencyDisplay";
|
|
29
|
+
export * from "./components/error/ErrorMessage";
|
|
30
|
+
export * from "./components/error/SimpleError";
|
|
29
31
|
export * from "./components/exchangeCard/ExchangeCard";
|
|
32
|
+
export * from "./components/form";
|
|
30
33
|
export * from "./components/image/Image";
|
|
31
|
-
export * from "./components/
|
|
32
|
-
export * from "./components/ui/loading/Loading";
|
|
33
|
-
export * from "./components/productCard/ProductCard";
|
|
34
|
-
export * from "./components/productCard/const";
|
|
35
|
-
export * from "./components/skeleton/ProductCardSkeleton";
|
|
36
|
-
export * from "./components/skeleton/CollectionsCardSkeleton";
|
|
37
|
-
export { LoadingBubble } from "./components/skeleton/common";
|
|
38
|
-
export * from "./components/searchBar/SearchBar";
|
|
39
|
-
export * from "./components/tooltip/Tooltip";
|
|
40
|
-
export * from "./components/cta/dispute/RaiseDisputeButton";
|
|
41
|
-
export * from "./components/cta/dispute/ResolveDisputeButton";
|
|
42
|
-
export * from "./components/cta/dispute/RetractDisputeButton";
|
|
43
|
-
export * from "./components/cta/dispute/ExtendDisputeTimeoutButton";
|
|
44
|
-
export * from "./components/cta/dispute/ExpireDisputeButton";
|
|
45
|
-
export * from "./components/cta/dispute/EscalateDisputeButton";
|
|
46
|
-
export * from "./components/cta/dispute/RefuseDisputeButton";
|
|
47
|
-
export * from "./components/cta/dispute/DecideDisputeButton";
|
|
48
|
-
export * from "./components/cta/dispute/ExpireEscalationDisputeButton";
|
|
49
|
-
export { default as ConnectButton } from "./components/wallet/ConnectButton";
|
|
50
|
-
export * from "./components/widgets/index";
|
|
51
|
-
export * as hooks from "./hooks";
|
|
52
|
-
export * from "./theme";
|
|
34
|
+
export * from "./components/ipfs/IpfsProvider";
|
|
53
35
|
export * from "./components/magicLink/Login";
|
|
54
36
|
export * from "./components/magicLink/MagicContext";
|
|
55
37
|
export * from "./components/magicLink/MagicProvider";
|
|
56
38
|
export * from "./components/magicLink/UserContext";
|
|
57
|
-
export * from "./components/modal/components/
|
|
39
|
+
export * from "./components/modal/components/Commit/DetailView/ExternalCommitDetailView";
|
|
58
40
|
export * from "./components/modal/components/common/detail/useGetOfferDetailData";
|
|
59
|
-
export * from "./components/modal/components/
|
|
41
|
+
export * from "./components/modal/components/common/OfferFullDescription/ExternalOfferFullDescription";
|
|
60
42
|
export * from "./components/modal/components/common/StepsOverview/PurchaseOverview";
|
|
61
|
-
export * from "./components/modal/components/
|
|
43
|
+
export * from "./components/modal/components/PurchaseOverview/PurchaseOverview";
|
|
62
44
|
export * from "./components/modal/components/Redeem/DetailView/ExternalExchangeDetailView";
|
|
45
|
+
export * from "./components/portal/Portal";
|
|
46
|
+
export * from "./components/productCard/const";
|
|
47
|
+
export * from "./components/productCard/ProductCard";
|
|
48
|
+
export * from "./components/scroll/ScrollToID";
|
|
49
|
+
export * from "./components/scroll/ScrollToTop";
|
|
50
|
+
export * from "./components/searchBar/SearchBar";
|
|
51
|
+
export * from "./components/skeleton/CollectionsCardSkeleton";
|
|
52
|
+
export { LoadingBubble } from "./components/skeleton/common";
|
|
53
|
+
export * from "./components/skeleton/ProductCardSkeleton";
|
|
54
|
+
export * from "./components/step/MultiSteps";
|
|
55
|
+
export * from "./components/tooltip/Tooltip";
|
|
56
|
+
export * from "./components/ui/buttonSize";
|
|
57
|
+
export * from "./components/ui/CardCTA";
|
|
63
58
|
export * from "./components/ui/Grid";
|
|
64
59
|
export * from "./components/ui/GridContainer";
|
|
65
|
-
export * from "./components/ui/
|
|
60
|
+
export * from "./components/ui/IpfsImage";
|
|
61
|
+
export * from "./components/ui/loading/Loading";
|
|
66
62
|
export * from "./components/ui/MuteButton";
|
|
67
|
-
export
|
|
68
|
-
export * from "./components/
|
|
69
|
-
export
|
|
70
|
-
export * from "./
|
|
63
|
+
export { bosonButtonThemes, IButton, default as ThemedButton } from "./components/ui/ThemedButton";
|
|
64
|
+
export * from "./components/ui/Typography";
|
|
65
|
+
export { Video, VideoProps } from "./components/ui/Video";
|
|
66
|
+
export * from "./components/ui/zIndex";
|
|
67
|
+
export { default as ConnectButton } from "./components/wallet/ConnectButton";
|
|
68
|
+
export * from "./components/wallet2/accountDrawer/index";
|
|
69
|
+
export * from "./components/wallet2/selector/ChainSelector";
|
|
70
|
+
export * from "./components/wallet2/web3Provider/index";
|
|
71
|
+
export * from "./components/wallet2/web3Status/index";
|
|
72
|
+
export * from "./components/widgets/index";
|
|
73
|
+
export * as hooks from "./hooks";
|
|
74
|
+
export * from "./lib/bundle/const";
|
|
75
|
+
export * from "./lib/bundle/filter";
|
|
76
|
+
export * from "./lib/bytes/bytesToSize";
|
|
71
77
|
export * from "./lib/const/networks";
|
|
72
78
|
export * from "./lib/errors/transactions";
|
|
73
|
-
export * from "./lib/
|
|
74
|
-
export * from "./lib/
|
|
75
|
-
export * from "./lib/
|
|
79
|
+
export * from "./lib/ipfs/ipfs";
|
|
80
|
+
export * from "./lib/magicLink/logout";
|
|
81
|
+
export * from "./lib/magicLink/provider";
|
|
76
82
|
export * from "./lib/offer/filter";
|
|
77
|
-
export * from "./
|
|
78
|
-
export * from "./components/wallet2/web3Status/index";
|
|
79
|
-
export * from "./components/wallet2/web3Provider/index";
|
|
80
|
-
export * from "./components/wallet2/accountDrawer/index";
|
|
81
|
-
export * from "./components/portal/Portal";
|
|
82
|
-
export * from "./components/error/ErrorMessage";
|
|
83
|
-
export * from "./components/error/SimpleError";
|
|
84
|
-
export * from "./components/step/MultiSteps";
|
|
85
|
-
export * from "./components/ipfs/IpfsProvider";
|
|
86
|
-
export * from "./types/helpers";
|
|
87
|
-
export * from "./lib/url/url";
|
|
83
|
+
export * from "./lib/offer/getIsOfferExpired";
|
|
88
84
|
export * from "./lib/promises/promises";
|
|
85
|
+
export * from "./lib/url/url";
|
|
86
|
+
export * from "./theme";
|
|
87
|
+
export * from "./types/helpers";
|
|
88
|
+
export { AuthTokenType } from "@bosonprotocol/common";
|
|
89
|
+
export * from "@bosonprotocol/core-sdk";
|
|
90
|
+
export * from "@bosonprotocol/ethers-sdk";
|
|
91
|
+
export * from "@bosonprotocol/ipfs-storage";
|
|
89
92
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"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"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -29,98 +29,102 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
29
29
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
30
|
};
|
|
31
31
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
-
exports.hooks = exports.ConnectButton = exports.
|
|
33
|
-
var common_1 = require("@bosonprotocol/common");
|
|
34
|
-
Object.defineProperty(exports, "AuthTokenType", { enumerable: true, get: function () { return common_1.AuthTokenType; } });
|
|
35
|
-
__exportStar(require("@bosonprotocol/core-sdk"), exports);
|
|
36
|
-
__exportStar(require("@bosonprotocol/ethers-sdk"), exports);
|
|
37
|
-
__exportStar(require("@bosonprotocol/ipfs-storage"), exports);
|
|
38
|
-
var ThemedButton_1 = require("./components/ui/ThemedButton");
|
|
39
|
-
Object.defineProperty(exports, "ThemedButton", { enumerable: true, get: function () { return __importDefault(ThemedButton_1).default; } });
|
|
40
|
-
Object.defineProperty(exports, "bosonButtonThemes", { enumerable: true, get: function () { return ThemedButton_1.bosonButtonThemes; } });
|
|
41
|
-
__exportStar(require("./components/ui/zIndex"), exports);
|
|
42
|
-
__exportStar(require("./components/ui/buttonSize"), exports);
|
|
43
|
-
__exportStar(require("./components/scroll/ScrollToID"), exports);
|
|
44
|
-
__exportStar(require("./components/scroll/ScrollToTop"), exports);
|
|
45
|
-
__exportStar(require("./components/buttons/Button"), exports);
|
|
32
|
+
exports.AuthTokenType = exports.hooks = exports.ConnectButton = exports.Video = exports.ThemedButton = exports.bosonButtonThemes = exports.LoadingBubble = void 0;
|
|
46
33
|
__exportStar(require("./components/buttons/BaseButton"), exports);
|
|
47
|
-
__exportStar(require("./components/buttons/CommitButtonView"), exports);
|
|
48
34
|
__exportStar(require("./components/buttons/BurgerButton"), exports);
|
|
35
|
+
__exportStar(require("./components/buttons/Button"), exports);
|
|
36
|
+
__exportStar(require("./components/buttons/CommitButtonView"), exports);
|
|
49
37
|
__exportStar(require("./components/config/ConfigProvider"), exports);
|
|
38
|
+
__exportStar(require("./components/cta/dispute/DecideDisputeButton"), exports);
|
|
39
|
+
__exportStar(require("./components/cta/dispute/EscalateDisputeButton"), exports);
|
|
40
|
+
__exportStar(require("./components/cta/dispute/ExpireDisputeButton"), exports);
|
|
41
|
+
__exportStar(require("./components/cta/dispute/ExpireEscalationDisputeButton"), exports);
|
|
42
|
+
__exportStar(require("./components/cta/dispute/ExtendDisputeTimeoutButton"), exports);
|
|
43
|
+
__exportStar(require("./components/cta/dispute/RaiseDisputeButton"), exports);
|
|
44
|
+
__exportStar(require("./components/cta/dispute/RefuseDisputeButton"), exports);
|
|
45
|
+
__exportStar(require("./components/cta/dispute/ResolveDisputeButton"), exports);
|
|
46
|
+
__exportStar(require("./components/cta/dispute/RetractDisputeButton"), exports);
|
|
50
47
|
__exportStar(require("./components/cta/exchange/BatchCompleteButton"), exports);
|
|
51
48
|
__exportStar(require("./components/cta/exchange/CancelButton"), exports);
|
|
52
49
|
__exportStar(require("./components/cta/exchange/CompleteButton"), exports);
|
|
53
50
|
__exportStar(require("./components/cta/exchange/ExpireButton"), exports);
|
|
54
51
|
__exportStar(require("./components/cta/exchange/RedeemButton"), exports);
|
|
55
52
|
__exportStar(require("./components/cta/exchange/RevokeButton"), exports);
|
|
56
|
-
__exportStar(require("./components/cta/offer/CommitButton"), exports);
|
|
57
|
-
__exportStar(require("./components/cta/offer/VoidButton"), exports);
|
|
58
|
-
__exportStar(require("./components/cta/offer/BatchVoidButton"), exports);
|
|
59
|
-
__exportStar(require("./components/cta/offer/CreateOfferButton"), exports);
|
|
60
53
|
__exportStar(require("./components/cta/funds/DepositFundsButton"), exports);
|
|
61
|
-
__exportStar(require("./components/cta/funds/WithdrawFundsButton"), exports);
|
|
62
54
|
__exportStar(require("./components/cta/funds/WithdrawAllFundsButton"), exports);
|
|
55
|
+
__exportStar(require("./components/cta/funds/WithdrawFundsButton"), exports);
|
|
56
|
+
__exportStar(require("./components/cta/offer/BatchVoidButton"), exports);
|
|
57
|
+
__exportStar(require("./components/cta/offer/CommitButton"), exports);
|
|
58
|
+
__exportStar(require("./components/cta/offer/CreateOfferButton"), exports);
|
|
59
|
+
__exportStar(require("./components/cta/offer/VoidButton"), exports);
|
|
63
60
|
__exportStar(require("./components/currencyDisplay/CurrencyDisplay"), exports);
|
|
61
|
+
__exportStar(require("./components/error/ErrorMessage"), exports);
|
|
62
|
+
__exportStar(require("./components/error/SimpleError"), exports);
|
|
64
63
|
__exportStar(require("./components/exchangeCard/ExchangeCard"), exports);
|
|
64
|
+
__exportStar(require("./components/form"), exports);
|
|
65
65
|
__exportStar(require("./components/image/Image"), exports);
|
|
66
|
-
__exportStar(require("./components/
|
|
67
|
-
__exportStar(require("./components/ui/loading/Loading"), exports);
|
|
68
|
-
__exportStar(require("./components/productCard/ProductCard"), exports);
|
|
69
|
-
__exportStar(require("./components/productCard/const"), exports);
|
|
70
|
-
__exportStar(require("./components/skeleton/ProductCardSkeleton"), exports);
|
|
71
|
-
__exportStar(require("./components/skeleton/CollectionsCardSkeleton"), exports);
|
|
72
|
-
var common_2 = require("./components/skeleton/common");
|
|
73
|
-
Object.defineProperty(exports, "LoadingBubble", { enumerable: true, get: function () { return common_2.LoadingBubble; } });
|
|
74
|
-
__exportStar(require("./components/searchBar/SearchBar"), exports);
|
|
75
|
-
__exportStar(require("./components/tooltip/Tooltip"), exports);
|
|
76
|
-
__exportStar(require("./components/cta/dispute/RaiseDisputeButton"), exports);
|
|
77
|
-
__exportStar(require("./components/cta/dispute/ResolveDisputeButton"), exports);
|
|
78
|
-
__exportStar(require("./components/cta/dispute/RetractDisputeButton"), exports);
|
|
79
|
-
__exportStar(require("./components/cta/dispute/ExtendDisputeTimeoutButton"), exports);
|
|
80
|
-
__exportStar(require("./components/cta/dispute/ExpireDisputeButton"), exports);
|
|
81
|
-
__exportStar(require("./components/cta/dispute/EscalateDisputeButton"), exports);
|
|
82
|
-
__exportStar(require("./components/cta/dispute/RefuseDisputeButton"), exports);
|
|
83
|
-
__exportStar(require("./components/cta/dispute/DecideDisputeButton"), exports);
|
|
84
|
-
__exportStar(require("./components/cta/dispute/ExpireEscalationDisputeButton"), exports);
|
|
85
|
-
var ConnectButton_1 = require("./components/wallet/ConnectButton");
|
|
86
|
-
Object.defineProperty(exports, "ConnectButton", { enumerable: true, get: function () { return __importDefault(ConnectButton_1).default; } });
|
|
87
|
-
__exportStar(require("./components/widgets/index"), exports);
|
|
88
|
-
exports.hooks = __importStar(require("./hooks"));
|
|
89
|
-
__exportStar(require("./theme"), exports);
|
|
66
|
+
__exportStar(require("./components/ipfs/IpfsProvider"), exports);
|
|
90
67
|
__exportStar(require("./components/magicLink/Login"), exports);
|
|
91
68
|
__exportStar(require("./components/magicLink/MagicContext"), exports);
|
|
92
69
|
__exportStar(require("./components/magicLink/MagicProvider"), exports);
|
|
93
70
|
__exportStar(require("./components/magicLink/UserContext"), exports);
|
|
94
|
-
__exportStar(require("./components/modal/components/
|
|
71
|
+
__exportStar(require("./components/modal/components/Commit/DetailView/ExternalCommitDetailView"), exports);
|
|
95
72
|
__exportStar(require("./components/modal/components/common/detail/useGetOfferDetailData"), exports);
|
|
96
|
-
__exportStar(require("./components/modal/components/
|
|
73
|
+
__exportStar(require("./components/modal/components/common/OfferFullDescription/ExternalOfferFullDescription"), exports);
|
|
97
74
|
__exportStar(require("./components/modal/components/common/StepsOverview/PurchaseOverview"), exports);
|
|
98
|
-
__exportStar(require("./components/modal/components/
|
|
75
|
+
__exportStar(require("./components/modal/components/PurchaseOverview/PurchaseOverview"), exports);
|
|
99
76
|
__exportStar(require("./components/modal/components/Redeem/DetailView/ExternalExchangeDetailView"), exports);
|
|
77
|
+
__exportStar(require("./components/portal/Portal"), exports);
|
|
78
|
+
__exportStar(require("./components/productCard/const"), exports);
|
|
79
|
+
__exportStar(require("./components/productCard/ProductCard"), exports);
|
|
80
|
+
__exportStar(require("./components/scroll/ScrollToID"), exports);
|
|
81
|
+
__exportStar(require("./components/scroll/ScrollToTop"), exports);
|
|
82
|
+
__exportStar(require("./components/searchBar/SearchBar"), exports);
|
|
83
|
+
__exportStar(require("./components/skeleton/CollectionsCardSkeleton"), exports);
|
|
84
|
+
var common_1 = require("./components/skeleton/common");
|
|
85
|
+
Object.defineProperty(exports, "LoadingBubble", { enumerable: true, get: function () { return common_1.LoadingBubble; } });
|
|
86
|
+
__exportStar(require("./components/skeleton/ProductCardSkeleton"), exports);
|
|
87
|
+
__exportStar(require("./components/step/MultiSteps"), exports);
|
|
88
|
+
__exportStar(require("./components/tooltip/Tooltip"), exports);
|
|
89
|
+
__exportStar(require("./components/ui/buttonSize"), exports);
|
|
90
|
+
__exportStar(require("./components/ui/CardCTA"), exports);
|
|
100
91
|
__exportStar(require("./components/ui/Grid"), exports);
|
|
101
92
|
__exportStar(require("./components/ui/GridContainer"), exports);
|
|
102
|
-
__exportStar(require("./components/ui/
|
|
93
|
+
__exportStar(require("./components/ui/IpfsImage"), exports);
|
|
94
|
+
__exportStar(require("./components/ui/loading/Loading"), exports);
|
|
103
95
|
__exportStar(require("./components/ui/MuteButton"), exports);
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
__exportStar(require("./
|
|
96
|
+
var ThemedButton_1 = require("./components/ui/ThemedButton");
|
|
97
|
+
Object.defineProperty(exports, "bosonButtonThemes", { enumerable: true, get: function () { return ThemedButton_1.bosonButtonThemes; } });
|
|
98
|
+
Object.defineProperty(exports, "ThemedButton", { enumerable: true, get: function () { return __importDefault(ThemedButton_1).default; } });
|
|
99
|
+
__exportStar(require("./components/ui/Typography"), exports);
|
|
100
|
+
var Video_1 = require("./components/ui/Video");
|
|
101
|
+
Object.defineProperty(exports, "Video", { enumerable: true, get: function () { return Video_1.Video; } });
|
|
102
|
+
__exportStar(require("./components/ui/zIndex"), exports);
|
|
103
|
+
var ConnectButton_1 = require("./components/wallet/ConnectButton");
|
|
104
|
+
Object.defineProperty(exports, "ConnectButton", { enumerable: true, get: function () { return __importDefault(ConnectButton_1).default; } });
|
|
105
|
+
__exportStar(require("./components/wallet2/accountDrawer/index"), exports);
|
|
106
|
+
__exportStar(require("./components/wallet2/selector/ChainSelector"), exports);
|
|
107
|
+
__exportStar(require("./components/wallet2/web3Provider/index"), exports);
|
|
108
|
+
__exportStar(require("./components/wallet2/web3Status/index"), exports);
|
|
109
|
+
__exportStar(require("./components/widgets/index"), exports);
|
|
110
|
+
exports.hooks = __importStar(require("./hooks"));
|
|
111
|
+
__exportStar(require("./lib/bundle/const"), exports);
|
|
112
|
+
__exportStar(require("./lib/bundle/filter"), exports);
|
|
113
|
+
__exportStar(require("./lib/bytes/bytesToSize"), exports);
|
|
108
114
|
__exportStar(require("./lib/const/networks"), exports);
|
|
109
115
|
__exportStar(require("./lib/errors/transactions"), exports);
|
|
110
|
-
__exportStar(require("./lib/
|
|
111
|
-
__exportStar(require("./lib/
|
|
112
|
-
__exportStar(require("./lib/
|
|
116
|
+
__exportStar(require("./lib/ipfs/ipfs"), exports);
|
|
117
|
+
__exportStar(require("./lib/magicLink/logout"), exports);
|
|
118
|
+
__exportStar(require("./lib/magicLink/provider"), exports);
|
|
113
119
|
__exportStar(require("./lib/offer/filter"), exports);
|
|
114
|
-
__exportStar(require("./
|
|
115
|
-
__exportStar(require("./components/wallet2/web3Status/index"), exports);
|
|
116
|
-
__exportStar(require("./components/wallet2/web3Provider/index"), exports);
|
|
117
|
-
__exportStar(require("./components/wallet2/accountDrawer/index"), exports);
|
|
118
|
-
__exportStar(require("./components/portal/Portal"), exports);
|
|
119
|
-
__exportStar(require("./components/error/ErrorMessage"), exports);
|
|
120
|
-
__exportStar(require("./components/error/SimpleError"), exports);
|
|
121
|
-
__exportStar(require("./components/step/MultiSteps"), exports);
|
|
122
|
-
__exportStar(require("./components/ipfs/IpfsProvider"), exports);
|
|
123
|
-
__exportStar(require("./types/helpers"), exports);
|
|
124
|
-
__exportStar(require("./lib/url/url"), exports);
|
|
120
|
+
__exportStar(require("./lib/offer/getIsOfferExpired"), exports);
|
|
125
121
|
__exportStar(require("./lib/promises/promises"), exports);
|
|
122
|
+
__exportStar(require("./lib/url/url"), exports);
|
|
123
|
+
__exportStar(require("./theme"), exports);
|
|
124
|
+
__exportStar(require("./types/helpers"), exports);
|
|
125
|
+
var common_2 = require("@bosonprotocol/common");
|
|
126
|
+
Object.defineProperty(exports, "AuthTokenType", { enumerable: true, get: function () { return common_2.AuthTokenType; } });
|
|
127
|
+
__exportStar(require("@bosonprotocol/core-sdk"), exports);
|
|
128
|
+
__exportStar(require("@bosonprotocol/ethers-sdk"), exports);
|
|
129
|
+
__exportStar(require("@bosonprotocol/ipfs-storage"), exports);
|
|
126
130
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,oEAAkD;AAClD,8DAA4C;AAC5C,wEAAsD;AACtD,qEAAmD;AACnD,+EAA6D;AAC7D,iFAA+D;AAC/D,+EAA6D;AAC7D,yFAAuE;AACvE,sFAAoE;AACpE,8EAA4D;AAC5D,+EAA6D;AAC7D,gFAA8D;AAC9D,gFAA8D;AAC9D,gFAA8D;AAC9D,yEAAuD;AACvD,2EAAyD;AACzD,yEAAuD;AACvD,yEAAuD;AACvD,yEAAuD;AACvD,4EAA0D;AAC1D,gFAA8D;AAC9D,6EAA2D;AAC3D,yEAAuD;AACvD,sEAAoD;AACpD,2EAAyD;AACzD,oEAAkD;AAClD,+EAA6D;AAC7D,kEAAgD;AAChD,iEAA+C;AAC/C,yEAAuD;AACvD,oDAAkC;AAClC,2DAAyC;AACzC,iEAA+C;AAC/C,+DAA6C;AAC7C,sEAAoD;AACpD,uEAAqD;AACrD,qEAAmD;AACnD,2GAAyF;AACzF,oGAAkF;AAClF,yHAAuG;AACvG,sGAAoF;AACpF,kGAAgF;AAChF,6GAA2F;AAC3F,6DAA2C;AAC3C,iEAA+C;AAC/C,uEAAqD;AACrD,iEAA+C;AAC/C,kEAAgD;AAChD,mEAAiD;AACjD,gFAA8D;AAC9D,uDAA6D;AAApD,uGAAA,aAAa,OAAA;AACtB,4EAA0D;AAC1D,+DAA6C;AAC7C,+DAA6C;AAC7C,6DAA2C;AAC3C,0DAAwC;AACxC,uDAAqC;AACrC,gEAA8C;AAC9C,4DAA0C;AAC1C,kEAAgD;AAChD,6DAA2C;AAC3C,6DAIsC;AAHpC,iHAAA,iBAAiB,OAAA;AAEjB,6HAAA,OAAO,OAAgB;AAEzB,6DAA2C;AAC3C,+CAA0D;AAAjD,8FAAA,KAAK,OAAA;AACd,yDAAuC;AACvC,mEAA6E;AAApE,+HAAA,OAAO,OAAiB;AACjC,2EAAyD;AACzD,8EAA4D;AAC5D,0EAAwD;AACxD,wEAAsD;AACtD,6DAA2C;AAC3C,iDAAiC;AACjC,qDAAmC;AACnC,sDAAoC;AACpC,0DAAwC;AACxC,uDAAqC;AACrC,4DAA0C;AAC1C,kDAAgC;AAChC,yDAAuC;AACvC,2DAAyC;AACzC,qDAAmC;AACnC,gEAA8C;AAC9C,0DAAwC;AACxC,gDAA8B;AAC9B,0CAAwB;AACxB,kDAAgC;AAChC,gDAAsD;AAA7C,uGAAA,aAAa,OAAA;AACtB,0DAAwC;AACxC,4DAA0C;AAC1C,8DAA4C"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export declare function bytesToSize(bytes: number): string;
|
|
2
2
|
//# sourceMappingURL=bytesToSize.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bytesToSize.d.ts","sourceRoot":"","sources":["../../../../src/lib/bytes/bytesToSize.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"bytesToSize.d.ts","sourceRoot":"","sources":["../../../../src/lib/bytes/bytesToSize.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,EAAE,MAAM,UAIxC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bytesToSize = void 0;
|
|
3
4
|
function bytesToSize(bytes) {
|
|
4
5
|
const sizes = ["Bytes", "KB", "MB", "GB", "TB"];
|
|
5
6
|
const i = Math.floor(Math.log(bytes) / Math.log(1024));
|
|
6
7
|
return `${Math.round(bytes / Math.pow(1024, i))} ${sizes[i]}`;
|
|
7
8
|
}
|
|
8
|
-
exports.
|
|
9
|
+
exports.bytesToSize = bytesToSize;
|
|
9
10
|
//# sourceMappingURL=bytesToSize.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bytesToSize.js","sourceRoot":"","sources":["../../../../src/lib/bytes/bytesToSize.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bytesToSize.js","sourceRoot":"","sources":["../../../../src/lib/bytes/bytesToSize.ts"],"names":[],"mappings":";;;AAAA,SAAgB,WAAW,CAAC,KAAa;IACvC,MAAM,KAAK,GAAG,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;IAChD,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;IACvD,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;AAChE,CAAC;AAJD,kCAIC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chainInfo.d.ts","sourceRoot":"","sources":["../../../../src/lib/const/chainInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAO5C,OAAO,
|
|
1
|
+
{"version":3,"file":"chainInfo.d.ts","sourceRoot":"","sources":["../../../../src/lib/const/chainInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAO5C,OAAO,EAAgB,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEhF,eAAO,MAAM,qBAAqB,QAAY,CAAC;AAE/C,oBAAY,WAAW;IACrB,EAAE,IAAA;IACF,EAAE,IAAA;CACH;AACD,UAAU,aAAa;IACrB,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,QAAQ,CAAC,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAC3C,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,cAAc,EAAE;QACvB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,UAAU,WAAY,SAAQ,aAAa;IACzC,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC,EAAE,CAAC;IACrC,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,UAAU,WAAY,SAAQ,aAAa;IACzC,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC,EAAE,CAAC;IACrC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;CACjC;AAiFD,wBAAgB,YAAY,CAC1B,OAAO,EAAE,kBAAkB,EAC3B,YAAY,CAAC,EAAE,MAAM,CACnB,OAAO,GAAG,kBAAkB,GAAG,kBAAkB,GAAG,MAAM,EAC1D,OAAO,CACR,GACA,WAAW,CAAC;AACf,wBAAgB,YAAY,CAC1B,OAAO,EAAE,kBAAkB,EAC3B,YAAY,CAAC,EAAE,MAAM,CACnB,OAAO,GAAG,kBAAkB,GAAG,kBAAkB,GAAG,MAAM,EAC1D,OAAO,CACR,GACA,WAAW,CAAC;AACf,wBAAgB,YAAY,CAC1B,OAAO,EAAE,OAAO,EAChB,YAAY,CAAC,EAAE,MAAM,CACnB,OAAO,GAAG,kBAAkB,GAAG,kBAAkB,GAAG,MAAM,EAC1D,OAAO,CACR,GACA,WAAW,GAAG,WAAW,CAAC;AAC7B,wBAAgB,YAAY,CAC1B,OAAO,EACH,OAAO,GACP,kBAAkB,GAClB,kBAAkB,GAClB,MAAM,GACN,SAAS,EACb,YAAY,CAAC,EAAE,MAAM,CACnB,OAAO,GAAG,kBAAkB,GAAG,kBAAkB,GAAG,MAAM,EAC1D,OAAO,CACR,GACA,WAAW,GAAG,WAAW,GAAG,SAAS,CAAC"}
|
|
@@ -10,6 +10,7 @@ const polygonCircle_png_1 = __importDefault(require("../../assets/polygonCircle.
|
|
|
10
10
|
const polygon_matic_logo_svg_1 = __importDefault(require("../../assets/svg/polygon-matic-logo.svg"));
|
|
11
11
|
const polygon_square_logo_svg_1 = __importDefault(require("../../assets/svg/polygon_square_logo.svg"));
|
|
12
12
|
const ms_1 = __importDefault(require("ms"));
|
|
13
|
+
const chains_1 = require("./chains");
|
|
13
14
|
exports.AVERAGE_L1_BLOCK_TIME = (0, ms_1.default)(`12s`);
|
|
14
15
|
var NetworkType;
|
|
15
16
|
(function (NetworkType) {
|
|
@@ -77,6 +78,15 @@ const CHAIN_INFO = {
|
|
|
77
78
|
symbol: "aMATIC",
|
|
78
79
|
decimals: 18
|
|
79
80
|
}
|
|
81
|
+
},
|
|
82
|
+
[chains_1.LocalChainId]: {
|
|
83
|
+
networkType: NetworkType.L1,
|
|
84
|
+
docs: "https://docs.uniswap.org/",
|
|
85
|
+
explorer: "https://etherscan.io/",
|
|
86
|
+
infoLink: "https://info.uniswap.org/#/",
|
|
87
|
+
label: "Local",
|
|
88
|
+
logoUrl: ethereum_logo_png_1.default,
|
|
89
|
+
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 }
|
|
80
90
|
}
|
|
81
91
|
};
|
|
82
92
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chainInfo.js","sourceRoot":"","sources":["../../../../src/lib/const/chainInfo.ts"],"names":[],"mappings":";;;;;;AAAA,gDAA4C;AAC5C,uFAA6D;AAC7D,uFAAkE;AAClE,qGAAuE;AACvE,uGAA4E;AAC5E,4CAAoB;
|
|
1
|
+
{"version":3,"file":"chainInfo.js","sourceRoot":"","sources":["../../../../src/lib/const/chainInfo.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,7 @@ export type BaseButtonTheme = {
|
|
|
6
6
|
borderColor?: CSSProperties["borderColor"];
|
|
7
7
|
borderRadius?: CSSProperties["borderRadius"];
|
|
8
8
|
borderWidth?: CSSProperties["borderWidth"];
|
|
9
|
+
boxShadow?: CSSProperties["boxShadow"];
|
|
9
10
|
color?: CSSProperties["color"];
|
|
10
11
|
padding?: CSSProperties["padding"];
|
|
11
12
|
gap?: CSSProperties["gap"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseButton.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/BaseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,oBAAoB,EAEpB,SAAS,EAEV,MAAM,OAAO,CAAC;AACf,OAAe,EAAO,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAQ/D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"BaseButton.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/BaseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,oBAAoB,EAEpB,SAAS,EAEV,MAAM,OAAO,CAAC;AACf,OAAe,EAAO,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAQ/D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAgG9C,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;IAC9C,WAAW,CAAC,EAAE,aAAa,CAAC,aAAa,CAAC,CAAC;IAC3C,YAAY,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC7C,WAAW,CAAC,EAAE,aAAa,CAAC,aAAa,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IACvC,KAAK,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC/B,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;IACnC,GAAG,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAC3B,KAAK,CAAC,EAAE;QACN,UAAU,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;QAC9C,WAAW,CAAC,EAAE,aAAa,CAAC,aAAa,CAAC,CAAC;QAC3C,KAAK,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;KAChC,CAAC;IACF,QAAQ,CAAC,EAAE;QACT,UAAU,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;QAC9C,KAAK,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;KAChC,CAAC;CACH,CAAC;AACF,KAAK,cAAc,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;AAEjE,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IACtE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC;IACjE,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,KAAK,EAAE,eAAe,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,UAAU;eAVV,eAAe;cAChB,MAAM,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,SAAS;;WAEzD,eAAe;;;;;2CAiEvB,CAAC"}
|
|
@@ -14,6 +14,7 @@ const ButtonWithThemeProps = styled.button `
|
|
|
14
14
|
border-color: ${(props) => props.theme?.borderColor || "transparent"};
|
|
15
15
|
border-width: ${(props) => props.theme?.borderWidth || 0}px;
|
|
16
16
|
border-radius: ${(props) => props.theme?.borderRadius || 0}px;
|
|
17
|
+
${(props) => props.theme?.boxShadow ? `box-shadow: ${props.theme.boxShadow}` : ""};
|
|
17
18
|
color: ${(props) => props.theme?.color || "#000000"};
|
|
18
19
|
background-color: ${(props) => props.theme?.background || "transparent"};
|
|
19
20
|
svg {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseButton.js","sourceRoot":"","sources":["../../../../src/components/buttons/BaseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,UAAU,EAEV,WAAW,EACZ,MAAM,OAAO,CAAC;AACf,OAAO,MAAM,EAAE,EAAE,GAAG,EAAiB,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGhD,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC;AAElC,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"BaseButton.js","sourceRoot":"","sources":["../../../../src/components/buttons/BaseButton.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommitButtonView.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/CommitButtonView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAG7D,OAAe,EAAE,aAAa,EAAO,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"CommitButtonView.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/CommitButtonView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAG7D,OAAe,EAAE,aAAa,EAAO,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AA6D7C,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACnC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAC5B,QAAQ,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IACvC,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;IACpC,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IACrC,cAAc,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAC;CACpD,CAAC;AAQF,eAAO,MAAM,gBAAgB,8FAmD5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommitButtonView.js","sourceRoot":"","sources":["../../../../src/components/buttons/CommitButtonView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAqB,UAAU,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,IAAI,MAAM,uBAAuB,CAAC;AACzC,OAAO,MAAM,EAAE,EAAiB,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAClC,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,CAGjC;IACE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE;IACf,IAAI,MAAM,KAAK,MAAM,EAAE;QACrB,OAAO,GAAG,CAAA;;OAET,CAAC;KACH;IACD,IAAI,MAAM,KAAK,SAAS,EAAE;QACxB,OAAO,GAAG,CAAA;;OAET,CAAC;KACH;IACD,OAAO,EAAE,CAAC;AACZ,CAAC;;;;;YAKS,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC;;;YAGxD,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC;;CAEnE,CAAC;AACF,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;;;;;;;CAazB,CAAC;AAEF,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;IAOtB,YAAY
|
|
1
|
+
{"version":3,"file":"CommitButtonView.js","sourceRoot":"","sources":["../../../../src/components/buttons/CommitButtonView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAqB,UAAU,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,IAAI,MAAM,uBAAuB,CAAC;AACzC,OAAO,MAAM,EAAE,EAAiB,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAClC,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,CAGjC;IACE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE;IACf,IAAI,MAAM,KAAK,MAAM,EAAE;QACrB,OAAO,GAAG,CAAA;;OAET,CAAC;KACH;IACD,IAAI,MAAM,KAAK,SAAS,EAAE;QACxB,OAAO,GAAG,CAAA;;OAET,CAAC;KACH;IACD,OAAO,EAAE,CAAC;AACZ,CAAC;;;;;YAKS,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC;;;YAGxD,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC;;CAEnE,CAAC;AACF,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;;;;;;;CAazB,CAAC;AAEF,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;IAOtB,YAAY;;;;;;;CAOf,CAAC;AAaF,MAAM,cAAc,GAAG;IACrB,KAAK,EAAE,cAAc;IACrB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACN,CAAC;AACX,MAAM,WAAW,GAAG,GAAG,CAAC;AACxB,MAAM,CAAC,MAAM,gBAAgB,GAAG,UAAU,CAIxC,CACE,EACE,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,SAAS,EACT,MAAM,GAAG,YAAY,EACrB,KAAK,GAAG,OAAO,EACf,cAAc,EACd,KAAK,GAAG,OAAO,EAChB,EACD,GAAG,EACH,EAAE;IACF,OAAO,CACL,oBAAC,OAAO,IAAC,GAAG,EAAE,GAAG;QACf,oBAAC,YAAY,IACX,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE;gBACL,QAAQ;gBACR,SAAS;aACV,EACD,QAAQ,EAAE,cAAc,CAAC,KAAK,CAAC,IAAI,SAAS,EAC5C,OAAO,EAAE,IAAI,EACb,cAAc,kBACN,KAAK,YACL,KAAK;YAEb,oBAAC,IAAI,IACH,aAAa,EAAE,MAAM,KAAK,YAAY,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,EACzD,GAAG,EAAC,MAAM;;gBAGV,oBAAC,QAAQ,IACP,GAAG,EAAE,IAAI,EACT,KAAK,EAAE,GAAG,WAAW,IAAI,EACzB,MAAM,EAAE,GAAG,CAAC,WAAW,GAAG,GAAG,CAAC,GAAG,GAAG,IAAI,GACxC,CACG,CACM;QAEf,oBAAC,OAAO,IAAC,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAE,cAAc,8BAEpC,CACF,CACX,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -23,12 +23,12 @@ export declare const CalendarCell: import("styled-components").IStyledComponent<
|
|
|
23
23
|
between?: boolean | undefined;
|
|
24
24
|
disabled?: boolean | undefined;
|
|
25
25
|
}>>;
|
|
26
|
-
export declare const CalendarDay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Pick<import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "
|
|
26
|
+
export declare const CalendarDay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Pick<import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "disabled" | "active" | "current" | "between"> & {
|
|
27
27
|
active?: boolean | undefined;
|
|
28
28
|
current?: boolean | undefined;
|
|
29
29
|
between?: boolean | undefined;
|
|
30
30
|
disabled?: boolean | undefined;
|
|
31
|
-
}, "
|
|
31
|
+
}, "disabled" | "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "active" | "current" | "between"> & {
|
|
32
32
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
33
33
|
}, never>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
34
34
|
active?: boolean | undefined;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
2
|
import { CSSProperties } from "styled-components";
|
|
3
3
|
import { GridProps } from "../ui/Grid";
|
|
4
|
-
export type
|
|
4
|
+
export type SimpleErrorProps = GridProps & {
|
|
5
5
|
errorMessage?: string;
|
|
6
6
|
children?: ReactNode;
|
|
7
7
|
backgroundColor?: CSSProperties["backgroundColor"];
|
|
8
8
|
warningColor?: CSSProperties["backgroundColor"];
|
|
9
9
|
};
|
|
10
|
-
export declare function SimpleError({ errorMessage, children, backgroundColor, warningColor, ...rest }:
|
|
10
|
+
export declare function SimpleError({ errorMessage, children, backgroundColor, warningColor, ...rest }: SimpleErrorProps): JSX.Element;
|
|
11
11
|
//# sourceMappingURL=SimpleError.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleError.d.ts","sourceRoot":"","sources":["../../../../src/components/error/SimpleError.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAG1D,OAAO,EAAQ,SAAS,EAAE,MAAM,YAAY,CAAC;AAU7C,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"SimpleError.d.ts","sourceRoot":"","sources":["../../../../src/components/error/SimpleError.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAG1D,OAAO,EAAQ,SAAS,EAAE,MAAM,YAAY,CAAC;AAU7C,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG;IACzC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,eAAe,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACnD,YAAY,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;CACjD,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAC1B,YAAY,EACZ,QAAQ,EACR,eAAkC,EAClC,YAAgC,EAChC,GAAG,IAAI,EACR,EAAE,gBAAgB,eAoBlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleError.js","sourceRoot":"","sources":["../../../../src/components/error/SimpleError.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,MAAyB,MAAM,mBAAmB,CAAC;AAE1D,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,IAAI,EAAa,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC;AAElC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,CAE7B;sBACoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,WAAW;CACrD,CAAC;AASF,MAAM,UAAU,WAAW,CAAC,EAC1B,YAAY,EACZ,QAAQ,EACR,eAAe,GAAG,MAAM,CAAC,SAAS,EAClC,YAAY,GAAG,MAAM,CAAC,UAAU,EAChC,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"SimpleError.js","sourceRoot":"","sources":["../../../../src/components/error/SimpleError.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,MAAyB,MAAM,mBAAmB,CAAC;AAE1D,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,IAAI,EAAa,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC;AAElC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,CAE7B;sBACoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,WAAW;CACrD,CAAC;AASF,MAAM,UAAU,WAAW,CAAC,EAC1B,YAAY,EACZ,QAAQ,EACR,eAAe,GAAG,MAAM,CAAC,SAAS,EAClC,YAAY,GAAG,MAAM,CAAC,UAAU,EAChC,GAAG,IAAI,EACU;IACjB,OAAO,CACL,oBAAC,UAAU,IACT,cAAc,EAAC,YAAY,EAC3B,GAAG,EAAC,QAAQ,EACZ,MAAM,EAAC,cAAc,EACrB,OAAO,EAAC,QAAQ,iBACH,eAAe,KACxB,IAAI;QAER,oBAAC,OAAO,IAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,GAAI;QACzC,QAAQ,CAAC,CAAC,CAAC,CACV,QAAQ,CACT,CAAC,CAAC,CAAC,CACF,oBAAC,UAAU,IAAC,UAAU,EAAC,KAAK,EAAC,QAAQ,EAAC,MAAM,EAAC,UAAU,EAAC,QAAQ,IAC7D,YAAY,IAAI,2CAA2C,CACjD,CACd,CACU,CACd,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { CheckboxProps } from "./types";
|
|
3
|
+
export type BaseCheckboxProps = CheckboxProps;
|
|
4
|
+
export declare function BaseCheckbox({ name, text, theme, hideError, ...props }: BaseCheckboxProps): JSX.Element;
|
|
5
|
+
//# sourceMappingURL=BaseCheckbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseCheckbox.d.ts","sourceRoot":"","sources":["../../../../src/components/form/BaseCheckbox.tsx"],"names":[],"mappings":";AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC;AAC9C,wBAAgB,YAAY,CAAC,EAC3B,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACT,EAAE,iBAAiB,eAkCnB"}
|