@lemmo-lab/tokens 1.0.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/README.md +109 -0
- package/dist/css/themes/index.css +6 -0
- package/dist/css/themes/light.css +117 -0
- package/dist/css/themes/midnight.css +117 -0
- package/dist/css/themes/neon.css +117 -0
- package/dist/css/variables.css +411 -0
- package/dist/js/tokens.d.ts +21 -0
- package/dist/js/tokens.js +872 -0
- package/dist/tailwind/preset.js +38 -0
- package/package.json +48 -0
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @lemmo-lab/tokens - Default Theme & Design Primitives (Dark Default)
|
|
3
|
+
* Auto-generated by Style Dictionary pipeline. DO NOT EDIT DIRECTLY.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
/* --- SPACING (4px ladder) --- */
|
|
8
|
+
--lemmo-space-0: 0;
|
|
9
|
+
--lemu-space-0: 0;
|
|
10
|
+
--lemmo-space-50: .125rem;
|
|
11
|
+
--lemu-space-50: .125rem;
|
|
12
|
+
--lemmo-space-100: .25rem;
|
|
13
|
+
--lemu-space-100: .25rem;
|
|
14
|
+
--lemmo-space-150: .375rem;
|
|
15
|
+
--lemu-space-150: .375rem;
|
|
16
|
+
--lemmo-space-200: .5rem;
|
|
17
|
+
--lemu-space-200: .5rem;
|
|
18
|
+
--lemmo-space-250: .625rem;
|
|
19
|
+
--lemu-space-250: .625rem;
|
|
20
|
+
--lemmo-space-300: .75rem;
|
|
21
|
+
--lemu-space-300: .75rem;
|
|
22
|
+
--lemmo-space-400: 1rem;
|
|
23
|
+
--lemu-space-400: 1rem;
|
|
24
|
+
--lemmo-space-500: 1.25rem;
|
|
25
|
+
--lemu-space-500: 1.25rem;
|
|
26
|
+
--lemmo-space-600: 1.5rem;
|
|
27
|
+
--lemu-space-600: 1.5rem;
|
|
28
|
+
--lemmo-space-700: 1.75rem;
|
|
29
|
+
--lemu-space-700: 1.75rem;
|
|
30
|
+
--lemmo-space-800: 2rem;
|
|
31
|
+
--lemu-space-800: 2rem;
|
|
32
|
+
--lemmo-space-1000: 2.5rem;
|
|
33
|
+
--lemu-space-1000: 2.5rem;
|
|
34
|
+
--lemmo-space-1200: 3rem;
|
|
35
|
+
--lemu-space-1200: 3rem;
|
|
36
|
+
--lemmo-space-1400: 3.5rem;
|
|
37
|
+
--lemu-space-1400: 3.5rem;
|
|
38
|
+
--lemmo-space-1600: 4rem;
|
|
39
|
+
--lemu-space-1600: 4rem;
|
|
40
|
+
--lemmo-space-2000: 5rem;
|
|
41
|
+
--lemu-space-2000: 5rem;
|
|
42
|
+
--lemmo-space-2400: 6rem;
|
|
43
|
+
--lemu-space-2400: 6rem;
|
|
44
|
+
|
|
45
|
+
/* --- GAPS --- */
|
|
46
|
+
--lemmo-gap-1: .25rem;
|
|
47
|
+
--lemu-gap-1: .25rem;
|
|
48
|
+
--lemmo-gap-2: .5rem;
|
|
49
|
+
--lemu-gap-2: .5rem;
|
|
50
|
+
--lemmo-gap-3: .75rem;
|
|
51
|
+
--lemu-gap-3: .75rem;
|
|
52
|
+
--lemmo-gap-4: 1rem;
|
|
53
|
+
--lemu-gap-4: 1rem;
|
|
54
|
+
--lemmo-gap-0-5: .125rem;
|
|
55
|
+
--lemu-gap-0-5: .125rem;
|
|
56
|
+
--lemmo-gap-1-5: .375rem;
|
|
57
|
+
--lemu-gap-1-5: .375rem;
|
|
58
|
+
--lemmo-gap-2-5: .625rem;
|
|
59
|
+
--lemu-gap-2-5: .625rem;
|
|
60
|
+
--lemmo-gap-cardGrid: .5rem;
|
|
61
|
+
--lemu-gap-cardGrid: .5rem;
|
|
62
|
+
--lemmo-gap-cardInner: .5rem;
|
|
63
|
+
--lemu-gap-cardInner: .5rem;
|
|
64
|
+
--lemmo-gap-sectionSm: 2.5rem;
|
|
65
|
+
--lemu-gap-sectionSm: 2.5rem;
|
|
66
|
+
--lemmo-gap-sectionLg: 5rem;
|
|
67
|
+
--lemu-gap-sectionLg: 5rem;
|
|
68
|
+
|
|
69
|
+
/* --- RADIUS --- */
|
|
70
|
+
--lemmo-radius-0: 0;
|
|
71
|
+
--lemu-radius-0: 0;
|
|
72
|
+
--lemmo-radius-100: .25rem;
|
|
73
|
+
--lemu-radius-100: .25rem;
|
|
74
|
+
--lemmo-radius-150: .375rem;
|
|
75
|
+
--lemu-radius-150: .375rem;
|
|
76
|
+
--lemmo-radius-200: .5rem;
|
|
77
|
+
--lemu-radius-200: .5rem;
|
|
78
|
+
--lemmo-radius-250: .625rem;
|
|
79
|
+
--lemu-radius-250: .625rem;
|
|
80
|
+
--lemmo-radius-300: .75rem;
|
|
81
|
+
--lemu-radius-300: .75rem;
|
|
82
|
+
--lemmo-radius-400: 1rem;
|
|
83
|
+
--lemu-radius-400: 1rem;
|
|
84
|
+
--lemmo-radius-500: 1.25rem;
|
|
85
|
+
--lemu-radius-500: 1.25rem;
|
|
86
|
+
--lemmo-radius-600: 1.5rem;
|
|
87
|
+
--lemu-radius-600: 1.5rem;
|
|
88
|
+
--lemmo-radius-base: .5rem;
|
|
89
|
+
--lemu-radius-base: .5rem;
|
|
90
|
+
--lemmo-radius-050: .125rem;
|
|
91
|
+
--lemu-radius-050: .125rem;
|
|
92
|
+
--lemmo-radius-full: 9999px;
|
|
93
|
+
--lemu-radius-full: 9999px;
|
|
94
|
+
--lemmo-radius-badge: calc(var(--lemmo-radius-base) * 0.75);
|
|
95
|
+
--lemmo-radius-control: var(--lemmo-radius-base);
|
|
96
|
+
--lemmo-radius-card: calc(var(--lemmo-radius-base) * 1.5);
|
|
97
|
+
--lemmo-radius-media: calc(var(--lemmo-radius-base) * 2);
|
|
98
|
+
--lemmo-radius-featured-card: calc(var(--lemmo-radius-base) * 2.5);
|
|
99
|
+
--lemmo-radius-media-lg: calc(var(--lemmo-radius-base) * 3);
|
|
100
|
+
--lemmo-radius-pill: 9999px;
|
|
101
|
+
|
|
102
|
+
/* --- TYPOGRAPHY FAMILIES & SCALES --- */
|
|
103
|
+
--lemmo-font-satoshi: 'Satoshi', sans-serif;
|
|
104
|
+
--lemu-font-satoshi: 'Satoshi', sans-serif;
|
|
105
|
+
--lemmo-font-oddval: 'Oddval', 'Satoshi', sans-serif;
|
|
106
|
+
--lemu-font-oddval: 'Oddval', 'Satoshi', sans-serif;
|
|
107
|
+
--lemmo-font-morabba: 'Morabba', sans-serif;
|
|
108
|
+
--lemu-font-morabba: 'Morabba', sans-serif;
|
|
109
|
+
--lemmo-font-iransans: 'IRANSans', sans-serif;
|
|
110
|
+
--lemu-font-iransans: 'IRANSans', sans-serif;
|
|
111
|
+
--lemmo-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
112
|
+
--lemu-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
113
|
+
--lemmo-font-weight-regular: 400;
|
|
114
|
+
--lemu-font-weight-regular: 400;
|
|
115
|
+
--lemmo-font-weight-medium: 500;
|
|
116
|
+
--lemu-font-weight-medium: 500;
|
|
117
|
+
--lemmo-font-weight-cta: 510;
|
|
118
|
+
--lemu-font-weight-cta: 510;
|
|
119
|
+
--lemmo-font-weight-semiBold: 600;
|
|
120
|
+
--lemu-font-weight-semiBold: 600;
|
|
121
|
+
--lemmo-font-weight-bold: 700;
|
|
122
|
+
--lemu-font-weight-bold: 700;
|
|
123
|
+
--lemmo-font-weight-black: 900;
|
|
124
|
+
--lemu-font-weight-black: 900;
|
|
125
|
+
--lemmo-type-size-100: .75rem;
|
|
126
|
+
--lemu-type-size-100: .75rem;
|
|
127
|
+
--lemmo-type-size-200: .875rem;
|
|
128
|
+
--lemu-type-size-200: .875rem;
|
|
129
|
+
--lemmo-type-size-300: 1rem;
|
|
130
|
+
--lemu-type-size-300: 1rem;
|
|
131
|
+
--lemmo-type-size-400: 1.125rem;
|
|
132
|
+
--lemu-type-size-400: 1.125rem;
|
|
133
|
+
--lemmo-type-size-500: 1.25rem;
|
|
134
|
+
--lemu-type-size-500: 1.25rem;
|
|
135
|
+
--lemmo-type-size-600: 1.5rem;
|
|
136
|
+
--lemu-type-size-600: 1.5rem;
|
|
137
|
+
--lemmo-type-size-700: 1.75rem;
|
|
138
|
+
--lemu-type-size-700: 1.75rem;
|
|
139
|
+
--lemmo-type-size-800: 2rem;
|
|
140
|
+
--lemu-type-size-800: 2rem;
|
|
141
|
+
--lemmo-type-size-900: 2.25rem;
|
|
142
|
+
--lemu-type-size-900: 2.25rem;
|
|
143
|
+
--lemmo-type-size-1000: 2.5rem;
|
|
144
|
+
--lemu-type-size-1000: 2.5rem;
|
|
145
|
+
--lemmo-type-size-1100: 3rem;
|
|
146
|
+
--lemu-type-size-1100: 3rem;
|
|
147
|
+
--lemmo-type-size-1200: 3.5rem;
|
|
148
|
+
--lemu-type-size-1200: 3.5rem;
|
|
149
|
+
--lemmo-type-size-1300: 4rem;
|
|
150
|
+
--lemu-type-size-1300: 4rem;
|
|
151
|
+
--lemmo-type-size-1400: 4.5rem;
|
|
152
|
+
--lemu-type-size-1400: 4.5rem;
|
|
153
|
+
--lemmo-type-size-050: .625rem;
|
|
154
|
+
--lemu-type-size-050: .625rem;
|
|
155
|
+
--lemmo-type-leading-300: 1rem;
|
|
156
|
+
--lemu-type-leading-300: 1rem;
|
|
157
|
+
--lemmo-type-leading-400: 1.125rem;
|
|
158
|
+
--lemu-type-leading-400: 1.125rem;
|
|
159
|
+
--lemmo-type-leading-500: 1.25rem;
|
|
160
|
+
--lemu-type-leading-500: 1.25rem;
|
|
161
|
+
--lemmo-type-leading-600: 1.5rem;
|
|
162
|
+
--lemu-type-leading-600: 1.5rem;
|
|
163
|
+
--lemmo-type-leading-700: 1.75rem;
|
|
164
|
+
--lemu-type-leading-700: 1.75rem;
|
|
165
|
+
--lemmo-type-leading-800: 2rem;
|
|
166
|
+
--lemu-type-leading-800: 2rem;
|
|
167
|
+
--lemmo-type-leading-900: 2.25rem;
|
|
168
|
+
--lemu-type-leading-900: 2.25rem;
|
|
169
|
+
--lemmo-type-leading-1000: 2.5rem;
|
|
170
|
+
--lemu-type-leading-1000: 2.5rem;
|
|
171
|
+
--lemmo-type-leading-1100: 2.75rem;
|
|
172
|
+
--lemu-type-leading-1100: 2.75rem;
|
|
173
|
+
--lemmo-type-leading-1200: 3rem;
|
|
174
|
+
--lemu-type-leading-1200: 3rem;
|
|
175
|
+
--lemmo-type-leading-1300: 4rem;
|
|
176
|
+
--lemu-type-leading-1300: 4rem;
|
|
177
|
+
--lemmo-type-leading-1400: 4.5rem;
|
|
178
|
+
--lemu-type-leading-1400: 4.5rem;
|
|
179
|
+
--lemmo-type-track-none: 0;
|
|
180
|
+
--lemu-type-track-none: 0;
|
|
181
|
+
--lemmo-type-track-slight: -0.025rem;
|
|
182
|
+
--lemu-type-track-slight: -0.025rem;
|
|
183
|
+
--lemmo-type-track-tight: -0.075rem;
|
|
184
|
+
--lemu-type-track-tight: -0.075rem;
|
|
185
|
+
--lemmo-type-track-loose: 0.00625rem;
|
|
186
|
+
--lemu-type-track-loose: 0.00625rem;
|
|
187
|
+
--lemmo-type-track-wide: 0.0125rem;
|
|
188
|
+
--lemu-type-track-wide: 0.0125rem;
|
|
189
|
+
--lemmo-type-track-xxs: -0.3px;
|
|
190
|
+
--lemu-type-track-xxs: -0.3px;
|
|
191
|
+
--lemmo-type-track-5xl: -1.2px;
|
|
192
|
+
--lemu-type-track-5xl: -1.2px;
|
|
193
|
+
--lemmo-type-track-heading: -2%;
|
|
194
|
+
--lemu-type-track-heading: -2%;
|
|
195
|
+
--lemmo-type-track-caps: -4%;
|
|
196
|
+
--lemu-type-track-caps: -4%;
|
|
197
|
+
--lemmo-type-track-label: 0.2px;
|
|
198
|
+
--lemu-type-track-label: 0.2px;
|
|
199
|
+
--lemmo-type-track-caption: 0;
|
|
200
|
+
--lemu-type-track-caption: 0;
|
|
201
|
+
--lemmo-type-track-tableHead: -0.56px;
|
|
202
|
+
--lemu-type-track-tableHead: -0.56px;
|
|
203
|
+
--lemmo-leading-factor: 1;
|
|
204
|
+
--lemu-leading-factor: 1;
|
|
205
|
+
|
|
206
|
+
/* --- BREAKPOINTS & SIZES --- */
|
|
207
|
+
--lemmo-bp-base: 20rem;
|
|
208
|
+
--lemu-bp-base: 20rem;
|
|
209
|
+
--lemmo-bp-sm: 40rem;
|
|
210
|
+
--lemu-bp-sm: 40rem;
|
|
211
|
+
--lemmo-bp-md: 48rem;
|
|
212
|
+
--lemu-bp-md: 48rem;
|
|
213
|
+
--lemmo-bp-lg: 64rem;
|
|
214
|
+
--lemu-bp-lg: 64rem;
|
|
215
|
+
--lemmo-bp-xl: 80rem;
|
|
216
|
+
--lemu-bp-xl: 80rem;
|
|
217
|
+
--lemmo-bp-2xl: 120rem;
|
|
218
|
+
--lemu-bp-2xl: 120rem;
|
|
219
|
+
--lemmo-bp-3xl: 158rem;
|
|
220
|
+
--lemu-bp-3xl: 158rem;
|
|
221
|
+
--lemmo-stroke-none: 0;
|
|
222
|
+
--lemu-stroke-none: 0;
|
|
223
|
+
--lemmo-stroke-hairline: 0.5px;
|
|
224
|
+
--lemu-stroke-hairline: 0.5px;
|
|
225
|
+
--lemmo-stroke-thin: 1px;
|
|
226
|
+
--lemu-stroke-thin: 1px;
|
|
227
|
+
--lemmo-stroke-medium: 1.5px;
|
|
228
|
+
--lemu-stroke-medium: 1.5px;
|
|
229
|
+
--lemmo-stroke-thick: 2px;
|
|
230
|
+
--lemu-stroke-thick: 2px;
|
|
231
|
+
--lemmo-size-control-xs: 2rem;
|
|
232
|
+
--lemu-size-control-xs: 2rem;
|
|
233
|
+
--lemmo-size-control-sm: 2.25rem;
|
|
234
|
+
--lemu-size-control-sm: 2.25rem;
|
|
235
|
+
--lemmo-size-control-md: 2.5rem;
|
|
236
|
+
--lemu-size-control-md: 2.5rem;
|
|
237
|
+
--lemmo-size-control-lg: 2.75rem;
|
|
238
|
+
--lemu-size-control-lg: 2.75rem;
|
|
239
|
+
--lemmo-size-control-xl: 3rem;
|
|
240
|
+
--lemu-size-control-xl: 3rem;
|
|
241
|
+
--lemmo-size-icon-xs: .75rem;
|
|
242
|
+
--lemu-size-icon-xs: .75rem;
|
|
243
|
+
--lemmo-size-icon-sm: 1rem;
|
|
244
|
+
--lemu-size-icon-sm: 1rem;
|
|
245
|
+
--lemmo-size-icon-md: 1.25rem;
|
|
246
|
+
--lemu-size-icon-md: 1.25rem;
|
|
247
|
+
--lemmo-size-icon-lg: 1.5rem;
|
|
248
|
+
--lemu-size-icon-lg: 1.5rem;
|
|
249
|
+
--lemmo-size-icon-xl: 1.75rem;
|
|
250
|
+
--lemu-size-icon-xl: 1.75rem;
|
|
251
|
+
|
|
252
|
+
/* --- MOTION --- */
|
|
253
|
+
--lemmo-duration-fast: 100ms;
|
|
254
|
+
--lemu-duration-fast: 100ms;
|
|
255
|
+
--lemmo-duration-normal: 200ms;
|
|
256
|
+
--lemu-duration-normal: 200ms;
|
|
257
|
+
--lemmo-duration-slow: 300ms;
|
|
258
|
+
--lemu-duration-slow: 300ms;
|
|
259
|
+
--lemmo-duration-slower: 500ms;
|
|
260
|
+
--lemu-duration-slower: 500ms;
|
|
261
|
+
--lemmo-duration-slider: 150ms;
|
|
262
|
+
--lemu-duration-slider: 150ms;
|
|
263
|
+
--lemmo-duration-planSwap: 420ms;
|
|
264
|
+
--lemu-duration-planSwap: 420ms;
|
|
265
|
+
--lemmo-duration-breathe: 1.8s;
|
|
266
|
+
--lemu-duration-breathe: 1.8s;
|
|
267
|
+
--lemmo-ease-out: ease-out;
|
|
268
|
+
--lemu-ease-out: ease-out;
|
|
269
|
+
--lemmo-ease-inOut: ease-in-out;
|
|
270
|
+
--lemu-ease-inOut: ease-in-out;
|
|
271
|
+
--lemmo-ease-snap: cubic-bezier(0.77, 0, 0.175, 1);
|
|
272
|
+
--lemu-ease-snap: cubic-bezier(0.77, 0, 0.175, 1);
|
|
273
|
+
--lemmo-ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
274
|
+
--lemu-ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
275
|
+
--lemmo-ease-swift: cubic-bezier(0.55, 0, 0.1, 1);
|
|
276
|
+
--lemu-ease-swift: cubic-bezier(0.55, 0, 0.1, 1);
|
|
277
|
+
--lemmo-ease-emphasized: cubic-bezier(0.2, 0, 0, 1);
|
|
278
|
+
--lemu-ease-emphasized: cubic-bezier(0.2, 0, 0, 1);
|
|
279
|
+
--lemmo-ease-outExpo: cubic-bezier(0.16, 1, 0.3, 1);
|
|
280
|
+
--lemu-ease-outExpo: cubic-bezier(0.16, 1, 0.3, 1);
|
|
281
|
+
--lemmo-ease-outQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
282
|
+
--lemu-ease-outQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
283
|
+
|
|
284
|
+
/* --- DEFAULT (DARK) THEME COLORS --- */
|
|
285
|
+
--lemmo-page-background: #131517;
|
|
286
|
+
--lemu-page-background: #131517;
|
|
287
|
+
--lemmo-page-foreground: #e1e1e3;
|
|
288
|
+
--lemu-page-foreground: #e1e1e3;
|
|
289
|
+
--lemmo-surface-primary-background: #1c1e20;
|
|
290
|
+
--lemu-surface-primary-background: #1c1e20;
|
|
291
|
+
--lemmo-surface-primary-foreground: #e1e1e3;
|
|
292
|
+
--lemu-surface-primary-foreground: #e1e1e3;
|
|
293
|
+
--lemmo-surface-secondary-background: #23262a;
|
|
294
|
+
--lemu-surface-secondary-background: #23262a;
|
|
295
|
+
--lemmo-surface-secondary-foreground: #a1a1a5;
|
|
296
|
+
--lemu-surface-secondary-foreground: #a1a1a5;
|
|
297
|
+
--lemmo-surface-tertiary-background: #0f1113;
|
|
298
|
+
--lemu-surface-tertiary-background: #0f1113;
|
|
299
|
+
--lemmo-surface-tertiary-foreground: #e1e1e3;
|
|
300
|
+
--lemu-surface-tertiary-foreground: #e1e1e3;
|
|
301
|
+
--lemmo-surface-elevated-background: #18191c;
|
|
302
|
+
--lemu-surface-elevated-background: #18191c;
|
|
303
|
+
--lemmo-surface-elevated-foreground: #e1e1e3;
|
|
304
|
+
--lemu-surface-elevated-foreground: #e1e1e3;
|
|
305
|
+
--lemmo-surface-glass-background: rgba(15, 17, 19, 0.88);
|
|
306
|
+
--lemu-surface-glass-background: rgba(15, 17, 19, 0.88);
|
|
307
|
+
--lemmo-surface-glass-foreground: #e1e1e3;
|
|
308
|
+
--lemu-surface-glass-foreground: #e1e1e3;
|
|
309
|
+
--lemmo-surface-brand-background: #d1fe17;
|
|
310
|
+
--lemu-surface-brand-background: #d1fe17;
|
|
311
|
+
--lemmo-surface-brand-foreground: #131517;
|
|
312
|
+
--lemu-surface-brand-foreground: #131517;
|
|
313
|
+
--lemmo-text-primary: #e1e1e3;
|
|
314
|
+
--lemu-text-primary: #e1e1e3;
|
|
315
|
+
--lemmo-text-secondary: #a1a1a5;
|
|
316
|
+
--lemu-text-secondary: #a1a1a5;
|
|
317
|
+
--lemmo-text-muted: #898a8b;
|
|
318
|
+
--lemu-text-muted: #898a8b;
|
|
319
|
+
--lemmo-text-faint: #737475;
|
|
320
|
+
--lemu-text-faint: #737475;
|
|
321
|
+
--lemmo-text-onBrand: #131517;
|
|
322
|
+
--lemu-text-onBrand: #131517;
|
|
323
|
+
--lemmo-text-reverted: #060515;
|
|
324
|
+
--lemu-text-reverted: #060515;
|
|
325
|
+
--lemmo-text-danger: #ff5462;
|
|
326
|
+
--lemu-text-danger: #ff5462;
|
|
327
|
+
--lemmo-text-warning: #dfab01;
|
|
328
|
+
--lemu-text-warning: #dfab01;
|
|
329
|
+
--lemmo-text-success: #4ee466;
|
|
330
|
+
--lemu-text-success: #4ee466;
|
|
331
|
+
--lemmo-text-info: #5b91fe;
|
|
332
|
+
--lemu-text-info: #5b91fe;
|
|
333
|
+
--lemmo-border-default: rgba(255, 255, 255, 0.1);
|
|
334
|
+
--lemu-border-default: rgba(255, 255, 255, 0.1);
|
|
335
|
+
--lemmo-border-subtle: rgba(255, 255, 255, 0.04);
|
|
336
|
+
--lemu-border-subtle: rgba(255, 255, 255, 0.04);
|
|
337
|
+
--lemmo-border-mid: rgba(255, 255, 255, 0.05);
|
|
338
|
+
--lemu-border-mid: rgba(255, 255, 255, 0.05);
|
|
339
|
+
--lemmo-border-danger: #fa0019;
|
|
340
|
+
--lemu-border-danger: #fa0019;
|
|
341
|
+
--lemmo-border-warning: #dfab01;
|
|
342
|
+
--lemu-border-warning: #dfab01;
|
|
343
|
+
--lemmo-border-success: #2eb844;
|
|
344
|
+
--lemu-border-success: #2eb844;
|
|
345
|
+
--lemmo-border-info: #0256fe;
|
|
346
|
+
--lemu-border-info: #0256fe;
|
|
347
|
+
--lemmo-interactive-primary-background: #d1fe17;
|
|
348
|
+
--lemu-interactive-primary-background: #d1fe17;
|
|
349
|
+
--lemmo-interactive-primary-foreground: #131517;
|
|
350
|
+
--lemu-interactive-primary-foreground: #131517;
|
|
351
|
+
--lemmo-interactive-primary-hover: #c4ee0b;
|
|
352
|
+
--lemu-interactive-primary-hover: #c4ee0b;
|
|
353
|
+
--lemmo-interactive-secondary-background: #0256fe;
|
|
354
|
+
--lemu-interactive-secondary-background: #0256fe;
|
|
355
|
+
--lemmo-interactive-secondary-foreground: #e1e1e3;
|
|
356
|
+
--lemu-interactive-secondary-foreground: #e1e1e3;
|
|
357
|
+
--lemmo-interactive-secondary-hover: #245ef1;
|
|
358
|
+
--lemu-interactive-secondary-hover: #245ef1;
|
|
359
|
+
--lemmo-status-danger-background: #5c000f;
|
|
360
|
+
--lemu-status-danger-background: #5c000f;
|
|
361
|
+
--lemmo-status-danger-foreground: #ff5462;
|
|
362
|
+
--lemu-status-danger-foreground: #ff5462;
|
|
363
|
+
--lemmo-status-danger-border: #fa0019;
|
|
364
|
+
--lemu-status-danger-border: #fa0019;
|
|
365
|
+
--lemmo-status-danger-glow: {color.status.danger.glow};
|
|
366
|
+
--lemu-status-danger-glow: {color.status.danger.glow};
|
|
367
|
+
--lemmo-status-warning-background: #523f00;
|
|
368
|
+
--lemu-status-warning-background: #523f00;
|
|
369
|
+
--lemmo-status-warning-foreground: #ffef33;
|
|
370
|
+
--lemu-status-warning-foreground: #ffef33;
|
|
371
|
+
--lemmo-status-warning-border: #dfab01;
|
|
372
|
+
--lemu-status-warning-border: #dfab01;
|
|
373
|
+
--lemmo-status-warning-glow: {color.status.warning.glow};
|
|
374
|
+
--lemu-status-warning-glow: {color.status.warning.glow};
|
|
375
|
+
--lemmo-status-success-background: #0d4a17;
|
|
376
|
+
--lemu-status-success-background: #0d4a17;
|
|
377
|
+
--lemmo-status-success-foreground: #4ee466;
|
|
378
|
+
--lemu-status-success-foreground: #4ee466;
|
|
379
|
+
--lemmo-status-success-border: #2eb844;
|
|
380
|
+
--lemu-status-success-border: #2eb844;
|
|
381
|
+
--lemmo-status-success-glow: {color.status.success.glow};
|
|
382
|
+
--lemu-status-success-glow: {color.status.success.glow};
|
|
383
|
+
--lemmo-status-info-background: #000d26;
|
|
384
|
+
--lemu-status-info-background: #000d26;
|
|
385
|
+
--lemmo-status-info-foreground: #5b91fe;
|
|
386
|
+
--lemu-status-info-foreground: #5b91fe;
|
|
387
|
+
--lemmo-status-info-border: #0256fe;
|
|
388
|
+
--lemu-status-info-border: #0256fe;
|
|
389
|
+
--lemmo-status-info-glow: {color.status.info.glow};
|
|
390
|
+
--lemu-status-info-glow: {color.status.info.glow};
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
/* Automatic language switching for Persian [lang='fa'] */
|
|
394
|
+
:root[lang='fa'],
|
|
395
|
+
[lang='fa'] {
|
|
396
|
+
--lemmo-font-heading: var(--lemmo-font-morabba);
|
|
397
|
+
--lemmo-font-body: var(--lemmo-font-iransans);
|
|
398
|
+
--lemmo-leading-factor: 1.15;
|
|
399
|
+
--lemu-font-heading: var(--lemu-font-morabba);
|
|
400
|
+
--lemu-font-body: var(--lemu-font-iransans);
|
|
401
|
+
--lemu-leading-factor: 1.15;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
/* Numerals standard: Satoshi in tabular-nums isolate */
|
|
405
|
+
.tabular-nums,
|
|
406
|
+
[data-numeric] {
|
|
407
|
+
font-family: var(--lemmo-font-satoshi);
|
|
408
|
+
font-feature-settings: 'tnum' 1;
|
|
409
|
+
direction: ltr;
|
|
410
|
+
unicode-bidi: isolate;
|
|
411
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @lemmo-lab/tokens - TypeScript Definitions
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export declare const core: typeof import('./tokens.js').core;
|
|
6
|
+
export declare const semantic: typeof import('./tokens.js').semantic;
|
|
7
|
+
export declare const themes: {
|
|
8
|
+
default: any;
|
|
9
|
+
light: any;
|
|
10
|
+
neon: any;
|
|
11
|
+
midnight: any;
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
export declare const tokens: {
|
|
15
|
+
core: typeof core;
|
|
16
|
+
semantic: typeof semantic;
|
|
17
|
+
themes: typeof themes;
|
|
18
|
+
defaultTheme: any;
|
|
19
|
+
lightTheme: any;
|
|
20
|
+
};
|
|
21
|
+
export default tokens;
|