@rango-dev/widget-embedded 0.17.1-next.30 → 0.17.1-next.32

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.
Files changed (45) hide show
  1. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +314 -0
  2. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  3. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
  4. package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +1 -1
  5. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -1
  6. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +1727 -0
  7. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  8. package/dist/components/Quote/Quote.d.ts.map +1 -1
  9. package/dist/components/Quote/Quote.styles.d.ts +471 -0
  10. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  11. package/dist/components/Quote/QuoteSummary.styles.d.ts +157 -0
  12. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  13. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
  14. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  15. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +628 -0
  16. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  17. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
  18. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +157 -0
  19. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  20. package/dist/components/TokenList/TokenList.d.ts.map +1 -1
  21. package/dist/components/TokenList/TokenList.styles.d.ts +942 -0
  22. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  23. package/dist/index.js +1 -1
  24. package/dist/index.js.map +3 -3
  25. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
  26. package/package.json +2 -2
  27. package/src/components/BlockchainList/BlockchainList.styles.ts +2 -2
  28. package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +12 -6
  29. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +4 -2
  30. package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +14 -7
  31. package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +63 -60
  32. package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +17 -8
  33. package/src/components/Quote/Quote.styles.ts +22 -19
  34. package/src/components/Quote/Quote.tsx +6 -3
  35. package/src/components/Quote/QuoteSummary.styles.ts +9 -8
  36. package/src/components/Quote/QuoteSummary.tsx +2 -2
  37. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +5 -3
  38. package/src/components/SwapDetails/SwapDetails.styles.ts +37 -33
  39. package/src/components/SwapDetails/SwapDetails.tsx +14 -6
  40. package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +14 -8
  41. package/src/components/SwapsGroup/SwapsGroup.styles.ts +4 -2
  42. package/src/components/SwapsGroup/SwapsGroup.tsx +3 -3
  43. package/src/components/TokenList/TokenList.styles.ts +52 -43
  44. package/src/components/TokenList/TokenList.tsx +13 -5
  45. package/src/pages/ConfirmSwapPage.tsx +24 -19
@@ -1,3 +1,160 @@
1
+ export declare const groupStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
2
+ sm: string;
3
+ md: string;
4
+ lg: string;
5
+ }, import("@stitches/react/types/css-util").CSS<{
6
+ sm: string;
7
+ md: string;
8
+ lg: string;
9
+ }, {
10
+ colors: {
11
+ primary: string;
12
+ primary500: string;
13
+ primary600: string;
14
+ secondary: string;
15
+ secondary100: string;
16
+ secondary200: string;
17
+ secondary300: string;
18
+ secondary400: string;
19
+ secondary500: string;
20
+ secondary600: string;
21
+ secondary700: string;
22
+ secondary800: string;
23
+ secondary900: string;
24
+ neutral: string;
25
+ neutral100: string;
26
+ neutral200: string;
27
+ neutral300: string;
28
+ neutral400: string;
29
+ neutral500: string;
30
+ neutral600: string;
31
+ neutral700: string;
32
+ neutral800: string;
33
+ neutral900: string;
34
+ error100: string;
35
+ error300: string;
36
+ error500: string;
37
+ error600: string;
38
+ error700: string;
39
+ warning100: string;
40
+ warning300: string;
41
+ warning500: string;
42
+ warning600: string;
43
+ warning700: string;
44
+ info: string;
45
+ info100: string;
46
+ info300: string;
47
+ info500: string;
48
+ info600: string;
49
+ info700: string;
50
+ success100: string;
51
+ success300: string;
52
+ success500: string;
53
+ success600: string;
54
+ success700: string;
55
+ background: string;
56
+ foreground: string;
57
+ };
58
+ space: {
59
+ 0: string;
60
+ 5: string;
61
+ 10: string;
62
+ 15: string;
63
+ 20: string;
64
+ 25: string;
65
+ 30: string;
66
+ 40: string;
67
+ 46: string;
68
+ 50: string;
69
+ 60: string;
70
+ 70: string;
71
+ 80: string;
72
+ 90: string;
73
+ 100: string;
74
+ 2: string;
75
+ 4: string;
76
+ 6: string;
77
+ 8: string;
78
+ 12: string;
79
+ 16: string;
80
+ 24: string;
81
+ 28: string;
82
+ 32: string;
83
+ };
84
+ radii: {
85
+ xs: string;
86
+ sm: string;
87
+ xm: string;
88
+ md: string;
89
+ xl: string;
90
+ lg: string;
91
+ primary: string;
92
+ secondary: string;
93
+ };
94
+ fontSizes: {
95
+ 10: string;
96
+ 12: string;
97
+ 14: string;
98
+ 16: string;
99
+ 18: string;
100
+ 20: string;
101
+ 22: string;
102
+ 24: string;
103
+ 28: string;
104
+ 32: string;
105
+ 36: string;
106
+ 40: string;
107
+ 48: string;
108
+ };
109
+ fonts: {
110
+ primary: string;
111
+ widget: string;
112
+ };
113
+ fontWeights: {
114
+ regular: number;
115
+ medium: number;
116
+ semiBold: number;
117
+ bold: number;
118
+ };
119
+ lineHeights: {
120
+ 12: string;
121
+ 16: string;
122
+ 20: string;
123
+ 24: string;
124
+ 26: string;
125
+ 28: string;
126
+ 30: string;
127
+ 36: string;
128
+ 40: string;
129
+ 44: string;
130
+ 52: string;
131
+ 64: string;
132
+ };
133
+ letterSpacings: {};
134
+ sizes: {
135
+ 4: string;
136
+ 6: string;
137
+ 8: string;
138
+ 12: string;
139
+ 16: string;
140
+ 18: string;
141
+ 20: string;
142
+ 24: string;
143
+ 28: string;
144
+ 32: string;
145
+ 36: string;
146
+ 40: string;
147
+ 45: string;
148
+ 48: string;
149
+ };
150
+ borderWidths: {};
151
+ borderStyles: {};
152
+ shadows: {
153
+ s: string;
154
+ };
155
+ zIndices: {};
156
+ transitions: {};
157
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1
158
  export declare const Group: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
159
  sm: string;
3
160
  md: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapsGroup.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapsGroup/SwapsGroup.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAInB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
1
+ {"version":3,"file":"SwapsGroup.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapsGroup/SwapsGroup.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAQ,CAAC;AAEjC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAInB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TokenList.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAmB,MAAM,mBAAmB,CAAC;AAiBpE,OAAO,KAA0C,MAAM,OAAO,CAAC;AAgE/D,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBA6LzC"}
1
+ {"version":3,"file":"TokenList.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAmB,MAAM,mBAAmB,CAAC;AAiBpE,OAAO,KAA0C,MAAM,OAAO,CAAC;AAwE/D,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBA6LzC"}