kaleido-ui 0.1.1 → 0.1.3
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/css/kaleido-ui.css +239 -73
- package/dist/native/index.cjs +33 -27
- package/dist/native/index.d.cts +57 -52
- package/dist/native/index.d.ts +57 -52
- package/dist/native/index.js +33 -27
- package/dist/tokens/index.cjs +110 -27
- package/dist/tokens/index.d.cts +157 -36
- package/dist/tokens/index.d.ts +157 -36
- package/dist/tokens/index.js +107 -27
- package/dist/web/index.cjs +112 -103
- package/dist/web/index.d.cts +16 -12
- package/dist/web/index.d.ts +16 -12
- package/dist/web/index.js +110 -101
- package/package.json +6 -10
- package/dist/tailwind/index.cjs +0 -225
- package/dist/tailwind/index.d.cts +0 -162
- package/dist/tailwind/index.d.ts +0 -162
- package/dist/tailwind/index.js +0 -202
- package/tailwind/index.d.ts +0 -1
- package/tailwind/index.js +0 -1
package/dist/css/kaleido-ui.css
CHANGED
|
@@ -1,84 +1,250 @@
|
|
|
1
|
+
/* AUTO-GENERATED — do not edit by hand.
|
|
2
|
+
* Source: scripts/generate-css.ts ← src/tokens/
|
|
3
|
+
* Regenerate: npm run generate:css
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/* ── Material Symbols ──────────────────────────────────────────────────── */
|
|
1
7
|
.material-symbols-outlined {
|
|
2
|
-
font-variation-settings:
|
|
3
|
-
'FILL' 0,
|
|
4
|
-
'wght' 400,
|
|
5
|
-
'GRAD' 0,
|
|
6
|
-
'opsz' 24;
|
|
8
|
+
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
|
|
7
9
|
}
|
|
8
|
-
|
|
9
10
|
.material-symbols-outlined.filled {
|
|
10
|
-
font-variation-settings:
|
|
11
|
-
'FILL' 1,
|
|
12
|
-
'wght' 400,
|
|
13
|
-
'GRAD' 0,
|
|
14
|
-
'opsz' 24;
|
|
11
|
+
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
|
|
15
12
|
}
|
|
16
13
|
|
|
14
|
+
/* ── Semantic colors (light mode) — from src/tokens/colors.ts ───────────── */
|
|
17
15
|
:root {
|
|
18
|
-
--
|
|
19
|
-
--
|
|
20
|
-
--
|
|
21
|
-
--
|
|
22
|
-
--
|
|
23
|
-
--
|
|
24
|
-
--
|
|
25
|
-
--
|
|
26
|
-
--
|
|
27
|
-
--chart-4: #ffb900;
|
|
28
|
-
--chart-5: #fe9a00;
|
|
29
|
-
--destructive: #e7000b;
|
|
30
|
-
--destructive-foreground: #fafafa;
|
|
31
|
-
--foreground: #0a0a0a;
|
|
32
|
-
--input: #e5e5e5;
|
|
33
|
-
--muted: #f5f5f5;
|
|
34
|
-
--muted-foreground: #737373;
|
|
35
|
-
--popover: #ffffff;
|
|
36
|
-
--popover-foreground: #0a0a0a;
|
|
37
|
-
--primary: #171717;
|
|
38
|
-
--primary-foreground: #fafafa;
|
|
39
|
-
--ring: #a1a1a1;
|
|
40
|
-
--secondary: #f5f5f5;
|
|
16
|
+
--background: #ffffff;
|
|
17
|
+
--foreground: #0a0a0a;
|
|
18
|
+
--card: #ffffff;
|
|
19
|
+
--card-foreground: #0a0a0a;
|
|
20
|
+
--popover: #ffffff;
|
|
21
|
+
--popover-foreground: #0a0a0a;
|
|
22
|
+
--primary: #171717;
|
|
23
|
+
--primary-foreground: #fafafa;
|
|
24
|
+
--secondary: #f5f5f5;
|
|
41
25
|
--secondary-foreground: #171717;
|
|
42
|
-
--
|
|
43
|
-
--
|
|
44
|
-
--
|
|
45
|
-
--
|
|
46
|
-
--
|
|
47
|
-
--
|
|
48
|
-
--
|
|
49
|
-
--
|
|
50
|
-
--
|
|
51
|
-
--
|
|
52
|
-
--
|
|
53
|
-
--
|
|
54
|
-
--
|
|
26
|
+
--muted: #f5f5f5;
|
|
27
|
+
--muted-foreground: #737373;
|
|
28
|
+
--accent: #f5f5f5;
|
|
29
|
+
--accent-foreground: #171717;
|
|
30
|
+
--destructive: #e7000b;
|
|
31
|
+
--border: #e5e5e5;
|
|
32
|
+
--input: #e5e5e5;
|
|
33
|
+
--ring: #a1a1a1;
|
|
34
|
+
--chart-1: #2BEE79;
|
|
35
|
+
--chart-2: #F6C343;
|
|
36
|
+
--chart-3: #F7931A;
|
|
37
|
+
--chart-4: #7C3AED;
|
|
38
|
+
--chart-5: #DD352E;
|
|
55
39
|
}
|
|
56
40
|
|
|
41
|
+
/* ── Semantic colors (dark mode) — from src/tokens/colors.ts ───────────── */
|
|
57
42
|
.dark {
|
|
58
|
-
--
|
|
59
|
-
--
|
|
60
|
-
--
|
|
61
|
-
--
|
|
62
|
-
--
|
|
63
|
-
--
|
|
64
|
-
--
|
|
65
|
-
--
|
|
66
|
-
--
|
|
67
|
-
--
|
|
68
|
-
--
|
|
69
|
-
--
|
|
70
|
-
--
|
|
71
|
-
--foreground:
|
|
72
|
-
--
|
|
73
|
-
--
|
|
74
|
-
--
|
|
75
|
-
--
|
|
76
|
-
--
|
|
77
|
-
--
|
|
78
|
-
--
|
|
79
|
-
--
|
|
80
|
-
--
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
43
|
+
--background: hsl(158 58% 7%);
|
|
44
|
+
--foreground: #ffffff;
|
|
45
|
+
--card: hsl(156 32% 12%);
|
|
46
|
+
--card-foreground: #ffffff;
|
|
47
|
+
--popover: hsl(154 26% 17%);
|
|
48
|
+
--popover-foreground: #ffffff;
|
|
49
|
+
--primary: #2BEE79;
|
|
50
|
+
--primary-foreground: #051B10;
|
|
51
|
+
--secondary: hsl(154 26% 17%);
|
|
52
|
+
--secondary-foreground: #ffffff;
|
|
53
|
+
--muted: hsl(156 32% 12%);
|
|
54
|
+
--muted-foreground: rgba(255, 255, 255, 0.55);
|
|
55
|
+
--accent: hsl(154 26% 17%);
|
|
56
|
+
--accent-foreground: #ffffff;
|
|
57
|
+
--destructive: hsl(0 62% 50%);
|
|
58
|
+
--border: hsl(150 20% 24%);
|
|
59
|
+
--input: rgba(255, 255, 255, 0.15);
|
|
60
|
+
--ring: #2BEE79;
|
|
61
|
+
--chart-1: #2BEE79;
|
|
62
|
+
--chart-2: #F6C343;
|
|
63
|
+
--chart-3: #F7931A;
|
|
64
|
+
--chart-4: #7C3AED;
|
|
65
|
+
--chart-5: #DD352E;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* ─────────────────────────────────────────────────────────────────────────
|
|
69
|
+
Tailwind v4 @theme
|
|
70
|
+
@theme inline — semantic colors: utilities reference CSS vars so dark mode works at runtime.
|
|
71
|
+
@theme — static tokens: Tailwind owns the variable + generates the utility.
|
|
72
|
+
───────────────────────────────────────────────────────────────────────── */
|
|
73
|
+
|
|
74
|
+
@theme inline {
|
|
75
|
+
/* Semantic colors */
|
|
76
|
+
--color-background: var(--background);
|
|
77
|
+
--color-foreground: var(--foreground);
|
|
78
|
+
--color-card: var(--card);
|
|
79
|
+
--color-card-foreground: var(--card-foreground);
|
|
80
|
+
--color-popover: var(--popover);
|
|
81
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
82
|
+
--color-primary: var(--primary);
|
|
83
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
84
|
+
--color-secondary: var(--secondary);
|
|
85
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
86
|
+
--color-muted: var(--muted);
|
|
87
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
88
|
+
--color-accent: var(--accent);
|
|
89
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
90
|
+
--color-destructive: var(--destructive);
|
|
91
|
+
--color-border: var(--border);
|
|
92
|
+
--color-input: var(--input);
|
|
93
|
+
--color-ring: var(--ring);
|
|
94
|
+
--color-chart-1: var(--chart-1);
|
|
95
|
+
--color-chart-2: var(--chart-2);
|
|
96
|
+
--color-chart-3: var(--chart-3);
|
|
97
|
+
--color-chart-4: var(--chart-4);
|
|
98
|
+
--color-chart-5: var(--chart-5);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@theme {
|
|
102
|
+
/* Network colors */
|
|
103
|
+
--color-network-bitcoin: #F7931A;
|
|
104
|
+
--color-network-rgb: #DD352E;
|
|
105
|
+
--color-network-arkade: #7C3AED;
|
|
106
|
+
--color-network-spark: #FF6D00;
|
|
107
|
+
--color-network-lightning: #F6C343;
|
|
108
|
+
|
|
109
|
+
/* Transaction colors */
|
|
110
|
+
--color-tx-sent: #F94040;
|
|
111
|
+
--color-tx-receive: #2BEE79;
|
|
112
|
+
--color-tx-swap: #4290FF;
|
|
113
|
+
|
|
114
|
+
/* Typography */
|
|
115
|
+
--font-sans: 'Satoshi', system-ui, -apple-system, sans-serif;
|
|
116
|
+
--font-display: 'Satoshi', system-ui, -apple-system, sans-serif;
|
|
117
|
+
--font-mono: 'Geist Mono', monospace;
|
|
118
|
+
--text-xxs: 10px;
|
|
119
|
+
--text-xxs--line-height: 14px;
|
|
120
|
+
--text-tiny: 11px;
|
|
121
|
+
--text-tiny--line-height: 16px;
|
|
122
|
+
--text-caption: 13px;
|
|
123
|
+
--text-caption--line-height: 18px;
|
|
124
|
+
--text-body: 15px;
|
|
125
|
+
--text-body--line-height: 22px;
|
|
126
|
+
--text-subhead: 17px;
|
|
127
|
+
--text-subhead--line-height: 24px;
|
|
128
|
+
--text-title: 20px;
|
|
129
|
+
--text-title--line-height: 28px;
|
|
130
|
+
--text-headline: 28px;
|
|
131
|
+
--text-headline--line-height: 34px;
|
|
132
|
+
--text-display: 36px;
|
|
133
|
+
--text-display--line-height: 40px;
|
|
134
|
+
|
|
135
|
+
/* Border radius */
|
|
136
|
+
--radius-none: 0px;
|
|
137
|
+
--radius-xs: 2px;
|
|
138
|
+
--radius-sm: 4px;
|
|
139
|
+
--radius-md: 6px;
|
|
140
|
+
--radius-lg: 8px;
|
|
141
|
+
--radius-xl: 12px;
|
|
142
|
+
--radius-2xl: 16px;
|
|
143
|
+
--radius-3xl: 24px;
|
|
144
|
+
--radius-4xl: 32px;
|
|
145
|
+
--radius-full: 9999px;
|
|
146
|
+
--radius-card: 16px;
|
|
147
|
+
--radius-panel: 24px;
|
|
148
|
+
--radius-nav: 32px;
|
|
149
|
+
--radius-pill: 9999px;
|
|
150
|
+
|
|
151
|
+
/* Shadows */
|
|
152
|
+
--shadow-glow: 0 0 20px rgba(10, 10, 10, 0.15);
|
|
153
|
+
--shadow-glow-strong: 0 0 30px rgba(10, 10, 10, 0.25);
|
|
154
|
+
--shadow-glow-subtle: 0 0 15px rgba(10, 10, 10, 0.12);
|
|
155
|
+
--shadow-glow-accent: 0 4px 30px rgba(10, 10, 10, 0.18);
|
|
156
|
+
|
|
157
|
+
/* Transitions */
|
|
158
|
+
--transition-fast: 150ms ease-out;
|
|
159
|
+
--transition-default: 200ms ease-out;
|
|
160
|
+
--transition-slow: 300ms ease-out;
|
|
161
|
+
|
|
162
|
+
/* Animations */
|
|
163
|
+
--animate-accordion-down: accordion-down 0.2s ease-out;
|
|
164
|
+
--animate-accordion-up: accordion-up 0.2s ease-out;
|
|
165
|
+
--animate-fade-in: fade-in 0.3s ease-out;
|
|
166
|
+
--animate-slide-up: slide-up 0.3s ease-out;
|
|
167
|
+
--animate-slide-in-from-bottom: slide-in-from-bottom 0.4s ease-out;
|
|
168
|
+
--animate-stagger-up: stagger-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) backwards;
|
|
169
|
+
--animate-shimmer: shimmer 2s linear infinite;
|
|
170
|
+
--animate-bounce-slight: bounce-slight 2s infinite;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/* ── Keyframes — from src/tokens/animations.ts ──────────────────────────── */
|
|
174
|
+
@keyframes accordion-down {
|
|
175
|
+
from {
|
|
176
|
+
height: 0;
|
|
177
|
+
}
|
|
178
|
+
to {
|
|
179
|
+
height: var(--radix-accordion-content-height);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
@keyframes accordion-up {
|
|
184
|
+
from {
|
|
185
|
+
height: var(--radix-accordion-content-height);
|
|
186
|
+
}
|
|
187
|
+
to {
|
|
188
|
+
height: 0;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@keyframes fade-in {
|
|
193
|
+
from {
|
|
194
|
+
opacity: 0;
|
|
195
|
+
}
|
|
196
|
+
to {
|
|
197
|
+
opacity: 1;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
@keyframes slide-up {
|
|
202
|
+
from {
|
|
203
|
+
opacity: 0;
|
|
204
|
+
transform: translateY(10px);
|
|
205
|
+
}
|
|
206
|
+
to {
|
|
207
|
+
opacity: 1;
|
|
208
|
+
transform: translateY(0);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
@keyframes slide-in-from-bottom {
|
|
213
|
+
from {
|
|
214
|
+
opacity: 0;
|
|
215
|
+
transform: translateY(20px);
|
|
216
|
+
}
|
|
217
|
+
to {
|
|
218
|
+
opacity: 1;
|
|
219
|
+
transform: translateY(0);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
@keyframes shimmer {
|
|
224
|
+
0% {
|
|
225
|
+
background-position: -200% 0;
|
|
226
|
+
}
|
|
227
|
+
100% {
|
|
228
|
+
background-position: 200% 0;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
@keyframes stagger-up {
|
|
233
|
+
0% {
|
|
234
|
+
opacity: 0;
|
|
235
|
+
transform: translateY(15px);
|
|
236
|
+
}
|
|
237
|
+
100% {
|
|
238
|
+
opacity: 1;
|
|
239
|
+
transform: translateY(0);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
@keyframes bounce-slight {
|
|
244
|
+
0%, 100% {
|
|
245
|
+
transform: translateY(-5%);
|
|
246
|
+
}
|
|
247
|
+
50% {
|
|
248
|
+
transform: translateY(0);
|
|
249
|
+
}
|
|
84
250
|
}
|
package/dist/native/index.cjs
CHANGED
|
@@ -53,31 +53,31 @@ var import_wdk_uikit_react_native = require("@tetherto/wdk-uikit-react-native");
|
|
|
53
53
|
|
|
54
54
|
// src/tokens/colors.ts
|
|
55
55
|
var darkSemanticColors = {
|
|
56
|
-
background: "
|
|
57
|
-
foreground: "#
|
|
58
|
-
border: "
|
|
59
|
-
input: "
|
|
60
|
-
destructive: "
|
|
61
|
-
secondary: "
|
|
62
|
-
secondaryFg: "#
|
|
63
|
-
muted: "
|
|
64
|
-
mutedFg: "
|
|
65
|
-
primary: "#
|
|
66
|
-
primaryFg: "#
|
|
67
|
-
accent: "
|
|
68
|
-
accentFg: "#
|
|
69
|
-
ring: "#
|
|
70
|
-
card: "
|
|
71
|
-
cardFg: "#
|
|
72
|
-
popover: "
|
|
73
|
-
popoverFg: "#
|
|
74
|
-
chart1: "#
|
|
75
|
-
chart2: "#
|
|
76
|
-
chart3: "#
|
|
77
|
-
chart4: "#
|
|
78
|
-
chart5: "#
|
|
79
|
-
semanticBackground: "
|
|
80
|
-
semanticBorder: "
|
|
56
|
+
background: "hsl(158 58% 7%)",
|
|
57
|
+
foreground: "#ffffff",
|
|
58
|
+
border: "hsl(150 20% 24%)",
|
|
59
|
+
input: "rgba(255, 255, 255, 0.15)",
|
|
60
|
+
destructive: "hsl(0 62% 50%)",
|
|
61
|
+
secondary: "hsl(154 26% 17%)",
|
|
62
|
+
secondaryFg: "#ffffff",
|
|
63
|
+
muted: "hsl(156 32% 12%)",
|
|
64
|
+
mutedFg: "rgba(255, 255, 255, 0.55)",
|
|
65
|
+
primary: "#2BEE79",
|
|
66
|
+
primaryFg: "#051B10",
|
|
67
|
+
accent: "hsl(154 26% 17%)",
|
|
68
|
+
accentFg: "#ffffff",
|
|
69
|
+
ring: "#2BEE79",
|
|
70
|
+
card: "hsl(156 32% 12%)",
|
|
71
|
+
cardFg: "#ffffff",
|
|
72
|
+
popover: "hsl(154 26% 17%)",
|
|
73
|
+
popoverFg: "#ffffff",
|
|
74
|
+
chart1: "#2BEE79",
|
|
75
|
+
chart2: "#F6C343",
|
|
76
|
+
chart3: "#F7931A",
|
|
77
|
+
chart4: "#7C3AED",
|
|
78
|
+
chart5: "#DD352E",
|
|
79
|
+
semanticBackground: "hsl(156 32% 12%)",
|
|
80
|
+
semanticBorder: "hsl(150 20% 24%)"
|
|
81
81
|
};
|
|
82
82
|
var colors = {
|
|
83
83
|
...darkSemanticColors,
|
|
@@ -280,15 +280,21 @@ var fontWeight = {
|
|
|
280
280
|
|
|
281
281
|
// src/tokens/radius.ts
|
|
282
282
|
var radius = {
|
|
283
|
+
none: "0px",
|
|
284
|
+
xs: "2px",
|
|
283
285
|
sm: "4px",
|
|
284
286
|
md: "6px",
|
|
285
287
|
lg: "8px",
|
|
286
288
|
xl: "12px",
|
|
289
|
+
"2xl": "16px",
|
|
290
|
+
"3xl": "24px",
|
|
291
|
+
"4xl": "32px",
|
|
292
|
+
full: "9999px",
|
|
293
|
+
// Semantic aliases
|
|
287
294
|
card: "16px",
|
|
288
295
|
panel: "24px",
|
|
289
|
-
pill: "9999px",
|
|
290
296
|
nav: "32px",
|
|
291
|
-
|
|
297
|
+
pill: "9999px"
|
|
292
298
|
};
|
|
293
299
|
|
|
294
300
|
// src/tokens/shadows.ts
|
package/dist/native/index.d.cts
CHANGED
|
@@ -9,26 +9,26 @@ export { AmountInput, AssetSelector, Balance, CryptoAddressInput, NetworkSelecto
|
|
|
9
9
|
* <ThemeProvider brandConfig={kaleidoswapBrandConfig}>
|
|
10
10
|
*/
|
|
11
11
|
declare const kaleidoswapBrandConfig: {
|
|
12
|
-
primaryColor: "#
|
|
13
|
-
secondaryColor: "
|
|
12
|
+
primaryColor: "#2BEE79";
|
|
13
|
+
secondaryColor: "hsl(154 26% 17%)";
|
|
14
14
|
};
|
|
15
15
|
/**
|
|
16
16
|
* Full custom theme tokens for more granular control.
|
|
17
17
|
*/
|
|
18
18
|
declare const kaleidoswapTokens: {
|
|
19
19
|
readonly colors: {
|
|
20
|
-
readonly primary: "#
|
|
21
|
-
readonly primaryFg: "#
|
|
22
|
-
readonly background: "
|
|
23
|
-
readonly surface: "
|
|
24
|
-
readonly surfaceHighlight: "
|
|
25
|
-
readonly border: "
|
|
26
|
-
readonly textPrimary: "#
|
|
27
|
-
readonly textSecondary: "
|
|
28
|
-
readonly success: "#
|
|
29
|
-
readonly warning: "#
|
|
30
|
-
readonly error: "
|
|
31
|
-
readonly info: "#
|
|
20
|
+
readonly primary: "#2BEE79";
|
|
21
|
+
readonly primaryFg: "#051B10";
|
|
22
|
+
readonly background: "hsl(158 58% 7%)";
|
|
23
|
+
readonly surface: "hsl(156 32% 12%)";
|
|
24
|
+
readonly surfaceHighlight: "hsl(154 26% 17%)";
|
|
25
|
+
readonly border: "hsl(150 20% 24%)";
|
|
26
|
+
readonly textPrimary: "#ffffff";
|
|
27
|
+
readonly textSecondary: "rgba(255, 255, 255, 0.55)";
|
|
28
|
+
readonly success: "#2BEE79";
|
|
29
|
+
readonly warning: "#F7931A";
|
|
30
|
+
readonly error: "hsl(0 62% 50%)";
|
|
31
|
+
readonly info: "#2BEE79";
|
|
32
32
|
readonly network: {
|
|
33
33
|
readonly bitcoin: "#F7931A";
|
|
34
34
|
readonly rgb: "#DD352E";
|
|
@@ -84,9 +84,9 @@ declare const variantConfig: {
|
|
|
84
84
|
readonly iconColor: "#60A5FA";
|
|
85
85
|
};
|
|
86
86
|
readonly success: {
|
|
87
|
-
readonly bg: "#
|
|
88
|
-
readonly borderColor: "#
|
|
89
|
-
readonly iconColor: "#
|
|
87
|
+
readonly bg: "#2BEE791A";
|
|
88
|
+
readonly borderColor: "#2BEE7933";
|
|
89
|
+
readonly iconColor: "#2BEE79";
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
92
|
interface AlertBannerProps {
|
|
@@ -103,15 +103,15 @@ interface SectionLabelProps {
|
|
|
103
103
|
declare function SectionLabel({ children, style }: SectionLabelProps): react_jsx_runtime.JSX.Element;
|
|
104
104
|
|
|
105
105
|
declare const colors: {
|
|
106
|
-
readonly textPrimary: "#
|
|
107
|
-
readonly textSecondary: "
|
|
108
|
-
readonly textMuted: "
|
|
109
|
-
readonly textDimmed: "#
|
|
106
|
+
readonly textPrimary: "#ffffff";
|
|
107
|
+
readonly textSecondary: "rgba(255, 255, 255, 0.55)";
|
|
108
|
+
readonly textMuted: "hsl(150 20% 24%)";
|
|
109
|
+
readonly textDimmed: "#2BEE79";
|
|
110
110
|
/** Semantic */
|
|
111
|
-
readonly success: "#
|
|
112
|
-
readonly warning: "#
|
|
113
|
-
readonly error: "
|
|
114
|
-
readonly info: "#
|
|
111
|
+
readonly success: "#2BEE79";
|
|
112
|
+
readonly warning: "#F7931A";
|
|
113
|
+
readonly error: "hsl(0 62% 50%)";
|
|
114
|
+
readonly info: "#2BEE79";
|
|
115
115
|
/** Network / Layer */
|
|
116
116
|
readonly network: {
|
|
117
117
|
readonly bitcoin: "#F7931A";
|
|
@@ -126,31 +126,31 @@ declare const colors: {
|
|
|
126
126
|
readonly receive: "#2BEE79";
|
|
127
127
|
readonly swap: "#4290FF";
|
|
128
128
|
};
|
|
129
|
-
readonly background: "
|
|
130
|
-
readonly foreground: "#
|
|
131
|
-
readonly border: "
|
|
132
|
-
readonly input: "
|
|
133
|
-
readonly destructive: "
|
|
134
|
-
readonly secondary: "
|
|
135
|
-
readonly secondaryFg: "#
|
|
136
|
-
readonly muted: "
|
|
137
|
-
readonly mutedFg: "
|
|
138
|
-
readonly primary: "#
|
|
139
|
-
readonly primaryFg: "#
|
|
140
|
-
readonly accent: "
|
|
141
|
-
readonly accentFg: "#
|
|
142
|
-
readonly ring: "#
|
|
143
|
-
readonly card: "
|
|
144
|
-
readonly cardFg: "#
|
|
145
|
-
readonly popover: "
|
|
146
|
-
readonly popoverFg: "#
|
|
147
|
-
readonly chart1: "#
|
|
148
|
-
readonly chart2: "#
|
|
149
|
-
readonly chart3: "#
|
|
150
|
-
readonly chart4: "#
|
|
151
|
-
readonly chart5: "#
|
|
152
|
-
readonly semanticBackground: "
|
|
153
|
-
readonly semanticBorder: "
|
|
129
|
+
readonly background: "hsl(158 58% 7%)";
|
|
130
|
+
readonly foreground: "#ffffff";
|
|
131
|
+
readonly border: "hsl(150 20% 24%)";
|
|
132
|
+
readonly input: "rgba(255, 255, 255, 0.15)";
|
|
133
|
+
readonly destructive: "hsl(0 62% 50%)";
|
|
134
|
+
readonly secondary: "hsl(154 26% 17%)";
|
|
135
|
+
readonly secondaryFg: "#ffffff";
|
|
136
|
+
readonly muted: "hsl(156 32% 12%)";
|
|
137
|
+
readonly mutedFg: "rgba(255, 255, 255, 0.55)";
|
|
138
|
+
readonly primary: "#2BEE79";
|
|
139
|
+
readonly primaryFg: "#051B10";
|
|
140
|
+
readonly accent: "hsl(154 26% 17%)";
|
|
141
|
+
readonly accentFg: "#ffffff";
|
|
142
|
+
readonly ring: "#2BEE79";
|
|
143
|
+
readonly card: "hsl(156 32% 12%)";
|
|
144
|
+
readonly cardFg: "#ffffff";
|
|
145
|
+
readonly popover: "hsl(154 26% 17%)";
|
|
146
|
+
readonly popoverFg: "#ffffff";
|
|
147
|
+
readonly chart1: "#2BEE79";
|
|
148
|
+
readonly chart2: "#F6C343";
|
|
149
|
+
readonly chart3: "#F7931A";
|
|
150
|
+
readonly chart4: "#7C3AED";
|
|
151
|
+
readonly chart5: "#DD352E";
|
|
152
|
+
readonly semanticBackground: "hsl(156 32% 12%)";
|
|
153
|
+
readonly semanticBorder: "hsl(150 20% 24%)";
|
|
154
154
|
};
|
|
155
155
|
|
|
156
156
|
/**
|
|
@@ -184,15 +184,20 @@ declare const fontWeight: {
|
|
|
184
184
|
* KaleidoSwap Border Radius Tokens
|
|
185
185
|
*/
|
|
186
186
|
declare const radius: {
|
|
187
|
+
readonly none: "0px";
|
|
188
|
+
readonly xs: "2px";
|
|
187
189
|
readonly sm: "4px";
|
|
188
190
|
readonly md: "6px";
|
|
189
191
|
readonly lg: "8px";
|
|
190
192
|
readonly xl: "12px";
|
|
193
|
+
readonly '2xl': "16px";
|
|
194
|
+
readonly '3xl': "24px";
|
|
195
|
+
readonly '4xl': "32px";
|
|
196
|
+
readonly full: "9999px";
|
|
191
197
|
readonly card: "16px";
|
|
192
198
|
readonly panel: "24px";
|
|
193
|
-
readonly pill: "9999px";
|
|
194
199
|
readonly nav: "32px";
|
|
195
|
-
readonly
|
|
200
|
+
readonly pill: "9999px";
|
|
196
201
|
};
|
|
197
202
|
|
|
198
203
|
/**
|