@telepix-lab/telepix-ui 0.1.2 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,16 +18,16 @@ export declare const primitiveColors: stylex.VarGroup<Readonly<{
18
18
  cyan700: string;
19
19
  cyan800: string;
20
20
  cyan900: string;
21
+ darkOpacity25: string;
22
+ darkOpacity50: string;
21
23
  darkOpacity100: string;
22
24
  darkOpacity150: string;
23
25
  darkOpacity200: string;
24
- darkOpacity25: string;
25
26
  darkOpacity250: string;
26
27
  darkOpacity300: string;
27
28
  darkOpacity350: string;
28
29
  darkOpacity400: string;
29
30
  darkOpacity450: string;
30
- darkOpacity50: string;
31
31
  darkOpacity500: string;
32
32
  darkOpacity550: string;
33
33
  darkOpacity600: string;
@@ -46,16 +46,16 @@ export declare const primitiveColors: stylex.VarGroup<Readonly<{
46
46
  green700: string;
47
47
  green800: string;
48
48
  green900: string;
49
+ lightOpacity25: string;
50
+ lightOpacity50: string;
49
51
  lightOpacity100: string;
50
52
  lightOpacity150: string;
51
53
  lightOpacity200: string;
52
- lightOpacity25: string;
53
54
  lightOpacity250: string;
54
55
  lightOpacity300: string;
55
56
  lightOpacity350: string;
56
57
  lightOpacity400: string;
57
58
  lightOpacity450: string;
58
- lightOpacity50: string;
59
59
  lightOpacity500: string;
60
60
  lightOpacity550: string;
61
61
  lightOpacity600: string;
@@ -74,16 +74,16 @@ export declare const primitiveColors: stylex.VarGroup<Readonly<{
74
74
  magenta700: string;
75
75
  magenta800: string;
76
76
  magenta900: string;
77
+ neutral25: string;
78
+ neutral50: string;
77
79
  neutral100: string;
78
80
  neutral150: string;
79
81
  neutral200: string;
80
- neutral25: string;
81
82
  neutral250: string;
82
83
  neutral300: string;
83
84
  neutral350: string;
84
85
  neutral400: string;
85
86
  neutral450: string;
86
- neutral50: string;
87
87
  neutral500: string;
88
88
  neutral550: string;
89
89
  neutral600: string;
@@ -48,3 +48,101 @@ export declare const semanticColors: stylex.VarGroup<Readonly<{
48
48
  white: string;
49
49
  transparent: string;
50
50
  }>, symbol>;
51
+ export declare const lightMode: stylex.Theme<stylex.VarGroup<Readonly<{
52
+ borderBound: string;
53
+ borderDivider: string;
54
+ borderFocused: string;
55
+ borderOverlay: string;
56
+ borderSelected: string;
57
+ compDisabled: string;
58
+ compAccentDefault: string;
59
+ compAccentHovered: string;
60
+ compAccentPressed: string;
61
+ compAccentSelected: string;
62
+ compChromaError: string;
63
+ compChromaPositive: string;
64
+ compChromaWarning: string;
65
+ compMonoDefault: string;
66
+ compMonoHovered: string;
67
+ compMonoPressed: string;
68
+ compMonoSelected: string;
69
+ compMonoSubtleDefault: string;
70
+ compMonoSubtleHovered: string;
71
+ compMonoSubtlePressed: string;
72
+ compMonoSubtleSelected: string;
73
+ fillDisabled: string;
74
+ fillAccentDefault: string;
75
+ fillAccentHovered: string;
76
+ fillAccentPressed: string;
77
+ fillAccentSelected: string;
78
+ fillChromaError: string;
79
+ fillChromaPositive: string;
80
+ fillChromaWarning: string;
81
+ fillMonoDefault: string;
82
+ fillMonoHovered: string;
83
+ fillMonoPressed: string;
84
+ fillMonoSelected: string;
85
+ fillMonoSubtleDefault: string;
86
+ fillMonoSubtleHovered: string;
87
+ fillMonoSubtlePressed: string;
88
+ fillMonoSubtleSelected: string;
89
+ pageAccent: string;
90
+ pageFade: string;
91
+ pageL0: string;
92
+ pageL1: string;
93
+ pageL2: string;
94
+ pageL3: string;
95
+ pageL4: string;
96
+ black: string;
97
+ white: string;
98
+ transparent: string;
99
+ }>, symbol>, symbol>;
100
+ export declare const darkMode: stylex.Theme<stylex.VarGroup<Readonly<{
101
+ borderBound: string;
102
+ borderDivider: string;
103
+ borderFocused: string;
104
+ borderOverlay: string;
105
+ borderSelected: string;
106
+ compDisabled: string;
107
+ compAccentDefault: string;
108
+ compAccentHovered: string;
109
+ compAccentPressed: string;
110
+ compAccentSelected: string;
111
+ compChromaError: string;
112
+ compChromaPositive: string;
113
+ compChromaWarning: string;
114
+ compMonoDefault: string;
115
+ compMonoHovered: string;
116
+ compMonoPressed: string;
117
+ compMonoSelected: string;
118
+ compMonoSubtleDefault: string;
119
+ compMonoSubtleHovered: string;
120
+ compMonoSubtlePressed: string;
121
+ compMonoSubtleSelected: string;
122
+ fillDisabled: string;
123
+ fillAccentDefault: string;
124
+ fillAccentHovered: string;
125
+ fillAccentPressed: string;
126
+ fillAccentSelected: string;
127
+ fillChromaError: string;
128
+ fillChromaPositive: string;
129
+ fillChromaWarning: string;
130
+ fillMonoDefault: string;
131
+ fillMonoHovered: string;
132
+ fillMonoPressed: string;
133
+ fillMonoSelected: string;
134
+ fillMonoSubtleDefault: string;
135
+ fillMonoSubtleHovered: string;
136
+ fillMonoSubtlePressed: string;
137
+ fillMonoSubtleSelected: string;
138
+ pageAccent: string;
139
+ pageFade: string;
140
+ pageL0: string;
141
+ pageL1: string;
142
+ pageL2: string;
143
+ pageL3: string;
144
+ pageL4: string;
145
+ black: string;
146
+ white: string;
147
+ transparent: string;
148
+ }>, symbol>, symbol>;
@@ -131,8 +131,8 @@
131
131
  --tpst12ucro4: #8599ff;
132
132
  --tpstx1jh9w: #5c77ff;
133
133
  --tpst1d8m627: #35f;
134
- --tpst1vkyc1g: #2844cc;
135
- --tpst7ro71e: #1f3398;
134
+ --tpst1vkyc1g: #2944cc;
135
+ --tpst7ro71e: #1f3399;
136
136
  --tpst1lr2euv: #142266;
137
137
  --tpst10uozat: #0a1133;
138
138
  --tpst1qqymh: #cef;
@@ -144,44 +144,44 @@
144
144
  --tpsth1uc7g: #069;
145
145
  --tpsttewm74: #046;
146
146
  --tpst1ts0yxk: #023;
147
- --tpst101zq66: #0505051a;
148
- --tpst18059y4: #05050526;
149
- --tpst1o2qj1w: #05050533;
150
- --tpst1695na0: #05050508;
151
- --tpst1e4u9cd: #05050540;
152
- --tpstzzylim: #0505054d;
153
- --tpst1giqxg: #05050559;
154
- --tpst1ckp6cb: #05050566;
155
- --tpst1ujyhgx: #05050575;
156
- --tpstoyk8v8: #0505050d;
157
- --tpstdb8mlt: #05050582;
158
- --tpst142inpb: #05050594;
159
- --tpstrvxn8n: #050505a1;
160
- --tpstmprsjx: #050505ad;
161
- --tpstu7hrah: #050505ba;
162
- --tpst1yk930q: #050505cc;
163
- --tpst1nbxovh: #050505d6;
164
- --tpstji9maf: #050505e3;
165
- --tpst1unqsr1: #050505eb;
147
+ --tpst1695na0: #04040408;
148
+ --tpstoyk8v8: #0404040d;
149
+ --tpst101zq66: #0404041a;
150
+ --tpst18059y4: #04040426;
151
+ --tpst1o2qj1w: #04040433;
152
+ --tpst1e4u9cd: #04040440;
153
+ --tpstzzylim: #0404044d;
154
+ --tpst1giqxg: #04040459;
155
+ --tpst1ckp6cb: #04040466;
156
+ --tpst1ujyhgx: #04040475;
157
+ --tpstdb8mlt: #04040482;
158
+ --tpst142inpb: #04040494;
159
+ --tpstrvxn8n: #040404a1;
160
+ --tpstmprsjx: #040404ad;
161
+ --tpstu7hrah: #040404ba;
162
+ --tpst1yk930q: #040404cc;
163
+ --tpst1nbxovh: #040404d6;
164
+ --tpstji9maf: #040404e3;
165
+ --tpst1unqsr1: #040404eb;
166
166
  --tpst1c64thx: #ccebd6;
167
167
  --tpstkc4nnn: #99d6ad;
168
168
  --tpst16sv4xz: #66c285;
169
- --tpsthm2jgh: #34ad5c;
169
+ --tpsthm2jgh: #33ad5c;
170
170
  --tpstkdeazx: #093;
171
171
  --tpstxtmc5o: #007a29;
172
172
  --tpst1a1gxqa: #005c1f;
173
173
  --tpstb6uyui: #003d14;
174
174
  --tpstklhf60: #001f0a;
175
+ --tpstevrkdv: #ffffff08;
176
+ --tpst8kgh2v: #ffffff0d;
175
177
  --tpst1i0r5ji: #ffffff17;
176
178
  --tpst1y5wwdd: #ffffff24;
177
179
  --tpst1qyy4b3: #ffffff2e;
178
- --tpstevrkdv: #ffffff08;
179
180
  --tpst9u9sq4: #ffffff3d;
180
181
  --tpst9ontey: #ffffff4d;
181
182
  --tpst7h2gr7: #ffffff59;
182
183
  --tpstrlh8f2: #fff6;
183
184
  --tpstpvck6k: #ffffff7a;
184
- --tpst8kgh2v: #ffffff0d;
185
185
  --tpstwf3o2r: #ffffff87;
186
186
  --tpst1yklry3: #ffffff94;
187
187
  --tpst1pqr7tr: #ffffffa1;
@@ -191,25 +191,25 @@
191
191
  --tpst1ssemck: #ffffffd6;
192
192
  --tpstwpcubr: #ffffffe3;
193
193
  --tpst1ltonyn: #fffffff0;
194
- --tpst1fihk4k: #feebfa;
194
+ --tpst1fihk4k: #feebfb;
195
195
  --tpst4pmojp: #fdc4f2;
196
- --tpstvdslca: #fc92e7;
197
- --tpst1jq42uc: #fa66dd;
196
+ --tpstvdslca: #fb92e7;
197
+ --tpst1jq42uc: #fa65dd;
198
198
  --tpst1bfk4sp: #f939d3;
199
- --tpst1f2l7fk: #ed07bf;
199
+ --tpst1f2l7fk: #ed08c0;
200
200
  --tpst11snvgx: #940578;
201
201
  --tpst14beq8s: #5e034c;
202
202
  --tpstzb1amu: #190114;
203
- --tpst1gpymmf: #e6e6e6;
203
+ --tpsttwjrp6: #fafafa;
204
+ --tpst1oe8qtm: #f2f2f2;
205
+ --tpst1gpymmf: #e5e5e5;
204
206
  --tpst1wxl5pq: #d9d9d9;
205
207
  --tpst12b1wd7: #ccc;
206
- --tpsttwjrp6: #fafafa;
207
208
  --tpstxadivy: #bfbfbf;
208
- --tpst13x3j6w: #b3b3b3;
209
+ --tpst13x3j6w: #b2b2b2;
209
210
  --tpstihxxi9: #a6a6a6;
210
211
  --tpstv2m2ve: #999;
211
212
  --tpstiiea8d: #8c8c8c;
212
- --tpst1oe8qtm: #f2f2f2;
213
213
  --tpst1yltxr6: gray;
214
214
  --tpstr8jwi2: #6e6e6e;
215
215
  --tpst1dl1ny3: #616161;
@@ -224,7 +224,7 @@
224
224
  --tpst1votjpp: #fc9;
225
225
  --tpst12xt8mt: #ffb366;
226
226
  --tpst1a1rkjt: #f93;
227
- --tpst1aqveo6: #ff8000;
227
+ --tpst1aqveo6: #f93;
228
228
  --tpst11couak: #c60;
229
229
  --tpsti5z8br: #994d00;
230
230
  --tpst1iadcsy: #630;
@@ -234,8 +234,8 @@
234
234
  --tpstrrxi4e: #ff8599;
235
235
  --tpst1yie51r: #ff5c77;
236
236
  --tpst1wnx05t: #f35;
237
- --tpst102jk5s: #cc2844;
238
- --tpst5xq33l: #981f33;
237
+ --tpst102jk5s: #cc2944;
238
+ --tpst5xq33l: #991f33;
239
239
  --tpstk7a290: #661422;
240
240
  --tpst1cjgz0g: #330a11;
241
241
  --tpst14m6y91: #000;
@@ -249,23 +249,23 @@
249
249
  --tpstv708rp: #ad85ff;
250
250
  --tpst1bl64cr: #925cff;
251
251
  --tpst1fo8n37: #73f;
252
- --tpst14q0d2q: #5f28cc;
253
- --tpst17d9kuo: #481f98;
252
+ --tpst14q0d2q: #5f29cc;
253
+ --tpst17d9kuo: #471f99;
254
254
  --tpstkg84ih: #301466;
255
255
  --tpstfdijda: #180a33;
256
256
  --tpst70zivo: #facccc;
257
257
  --tpst1s3b0fc: #f59999;
258
- --tpst1rsitfj: #ef6767;
259
- --tpst1esx78v: #ea3434;
260
- --tpst1t3outg: #e60000;
261
- --tpst16zv0k: #b80000;
262
- --tpst18pr8kg: #8a0000;
258
+ --tpst1rsitfj: #ef6666;
259
+ --tpst1esx78v: #ea3333;
260
+ --tpst1t3outg: #e50000;
261
+ --tpst16zv0k: #b70000;
262
+ --tpst18pr8kg: #890000;
263
263
  --tpstoyortx: #5c0000;
264
264
  --tpst1pljiin: #2e0000;
265
265
  --tpst1qy03u8: #ccf5f5;
266
266
  --tpst1jngu9z: #99ebeb;
267
- --tpst1ycrsxp: #67e0e0;
268
- --tpst1wasqrt: #33d7d7;
267
+ --tpst1ycrsxp: #66e0e0;
268
+ --tpst1wasqrt: #33d6d6;
269
269
  --tpst1lqq21i: #0cc;
270
270
  --tpst1osjnym: #00a3a3;
271
271
  --tpst1oin9ud: #007a7a;
@@ -275,8 +275,8 @@
275
275
  --tpst10gnusl: #f7bbc3;
276
276
  --tpst19amq7y: #f28d9a;
277
277
  --tpsteq0nbi: #ec5f72;
278
- --tpst5d8jd9: #e7324a;
279
- --tpstik09z0: #cd1830;
278
+ --tpst5d8jd9: #e7344c;
279
+ --tpstik09z0: #cd1831;
280
280
  --tpstxmr14s: #a01326;
281
281
  --tpstlkpsb7: #720d1b;
282
282
  --tpst1w89y68: #37060d;
@@ -285,8 +285,8 @@
285
285
  --tpstu18ak0: #d685ff;
286
286
  --tpst1u97yvb: #c95cff;
287
287
  --tpstadbrpb: #b3f;
288
- --tpst1c73sni: #9628cc;
289
- --tpst4mofw: #701f98;
288
+ --tpst1c73sni: #9629cc;
289
+ --tpst4mofw: #701f99;
290
290
  --tpst1brd0lo: #4b1466;
291
291
  --tpst1fzr77q: #250a33;
292
292
  --tpste5lyhb: #fff5cc;
@@ -325,7 +325,7 @@
325
325
  --tpst1awahhr: var(--tpst1nbxovh);
326
326
  --tpst1sous2z: var(--tpst1esx78v);
327
327
  --tpstb0d7vw: var(--tpsthm2jgh);
328
- --tpstvspwxi: var(--tpst1a1rkjt);
328
+ --tpstvspwxi: var(--tpst1aqveo6);
329
329
  --tpst1kxl5s: var(--tpst1ssemck);
330
330
  --tpst1xyenpu: var(--tpstwpcubr);
331
331
  --tpst1uoa904: var(--tpst7qmafm);
@@ -341,15 +341,15 @@
341
341
  --tpst3umhxq: var(--tpst1ltonyn);
342
342
  --tpst8jxxq1: var(--tpst1t3outg);
343
343
  --tpst9kcnep: var(--tpstkdeazx);
344
- --tpst11ieh26: var(--tpst1aqveo6);
344
+ --tpst11ieh26: var(--tpst11couak);
345
345
  --tpst1tvunur: var(--tpstn6fh0j);
346
- --tpst16ho4j7: var(--tpst1i0r5ji);
347
- --tpst4ae9ti: var(--tpst8kgh2v);
348
- --tpsttytddx: var(--tpst1qyy4b3);
349
- --tpstw5kw9y: var(--tpst1i0r5ji);
350
- --tpst17kooso: var(--tpst1i0r5ji);
351
- --tpst58jqng: var(--tpst1i0r5ji);
352
- --tpst1rk9dvl: var(--tpst1y5wwdd);
346
+ --tpst16ho4j7: var(--tpst8kgh2v);
347
+ --tpst4ae9ti: var(--tpst1i0r5ji);
348
+ --tpsttytddx: var(--tpst1y5wwdd);
349
+ --tpstw5kw9y: var(--tpstevrkdv);
350
+ --tpst17kooso: var(--tpst8kgh2v);
351
+ --tpst58jqng: var(--tpst8kgh2v);
352
+ --tpst1rk9dvl: var(--tpst1i0r5ji);
353
353
  --tpst1d2u5vn: var(--tpst1gpymmf);
354
354
  --tpst16isvbw: var(--tpst1kaesz4);
355
355
  --tpst1g6wz50: var(--tpst1n0kgpo);
@@ -360,6 +360,100 @@
360
360
  }
361
361
  }
362
362
 
363
+ .tpst1eqgcyt, .tpst1eqgcyt:root {
364
+ --tpst1jhw9pg: var(--tpst1o2qj1w);
365
+ --tpst1ob6z47: var(--tpst1wxl5pq);
366
+ --tpstuejxa4: var(--tpst142inpb);
367
+ --tpsts9zbf: var(--tpstn6fh0j);
368
+ --tpstggesgd: var(--tpst1rh8zbx);
369
+ --tpst1myu9af: var(--tpst1ltonyn);
370
+ --tpstp5llud: var(--tpstwpcubr);
371
+ --tpst1od88uy: var(--tpst1b3r40x);
372
+ --tpst1awahhr: var(--tpst1ltonyn);
373
+ --tpst1sous2z: var(--tpst5d8jd9);
374
+ --tpstb0d7vw: var(--tpstkdeazx);
375
+ --tpstvspwxi: var(--tpst1aqveo6);
376
+ --tpstkiu8f5: var(--tpst1ujyhgx);
377
+ --tpst1kxl5s: var(--tpst1nbxovh);
378
+ --tpst1xyenpu: var(--tpstu7hrah);
379
+ --tpst1uoa904: var(--tpst1yk930q);
380
+ --tpstufw5ms: var(--tpstji9maf);
381
+ --tpsts3sn97: var(--tpstrvxn8n);
382
+ --tpst5k8tce: var(--tpstmprsjx);
383
+ --tpstp0q5oq: var(--tpst142inpb);
384
+ --tpst1yvmtnc: var(--tpstu7hrah);
385
+ --tpst1l3o5m7: var(--tpst1nbxovh);
386
+ --tpst193kvrf: var(--tpstu7hrah);
387
+ --tpst1utdsru: var(--tpstmprsjx);
388
+ --tpst3umhxq: var(--tpstji9maf);
389
+ --tpst8jxxq1: var(--tpst5d8jd9);
390
+ --tpst9kcnep: var(--tpstkdeazx);
391
+ --tpst11ieh26: var(--tpst1aqveo6);
392
+ --tpstk4jfiz: var(--tpstn6fh0j);
393
+ --tpst1tvunur: var(--tpstn6fh0j);
394
+ --tpst16ho4j7: var(--tpst1695na0);
395
+ --tpst4ae9ti: var(--tpst1695na0);
396
+ --tpsttytddx: var(--tpstoyk8v8);
397
+ --tpstw5kw9y: var(--tpstoyk8v8);
398
+ --tpst17kooso: var(--tpst101zq66);
399
+ --tpst58jqng: var(--tpstoyk8v8);
400
+ --tpst1rk9dvl: var(--tpst18059y4);
401
+ --tpst1d2u5vn: var(--tpstor84za);
402
+ --tpst16isvbw: var(--tpst1rh8zbx);
403
+ --tpst1g6wz50: var(--tpst1jnwheb);
404
+ --tpst1wmogyq: var(--tpst1jnwheb);
405
+ --tpst1akj8aj: var(--tpst1oe8qtm);
406
+ --tpst1pw9j7a: var(--tpst1gpymmf);
407
+ --tpsti74lq7: var(--tpst12b1wd7);
408
+ }
409
+
410
+ .tpst1bbvikf, .tpst1bbvikf:root {
411
+ --tpst1jhw9pg: var(--tpst9u9sq4);
412
+ --tpst1ob6z47: var(--tpst1vcffap);
413
+ --tpstuejxa4: var(--tpst1b3r40x);
414
+ --tpsts9zbf: var(--tpst8kgh2v);
415
+ --tpstggesgd: var(--tpstwf3o2r);
416
+ --tpst1myu9af: var(--tpst1nbxovh);
417
+ --tpstp5llud: var(--tpst1nbxovh);
418
+ --tpst1od88uy: var(--tpst1nbxovh);
419
+ --tpst1awahhr: var(--tpst1nbxovh);
420
+ --tpst1sous2z: var(--tpst1esx78v);
421
+ --tpstb0d7vw: var(--tpsthm2jgh);
422
+ --tpstvspwxi: var(--tpst1aqveo6);
423
+ --tpstkiu8f5: var(--tpst7h2gr7);
424
+ --tpst1kxl5s: var(--tpst1ssemck);
425
+ --tpst1xyenpu: var(--tpstwpcubr);
426
+ --tpst1uoa904: var(--tpst7qmafm);
427
+ --tpstufw5ms: var(--tpst1ltonyn);
428
+ --tpsts3sn97: var(--tpst1pqr7tr);
429
+ --tpst5k8tce: var(--tpst1b3r40x);
430
+ --tpstp0q5oq: var(--tpst1pqr7tr);
431
+ --tpst1yvmtnc: var(--tpst7qmafm);
432
+ --tpst1l3o5m7: var(--tpstwpcubr);
433
+ --tpst193kvrf: var(--tpst7qmafm);
434
+ --tpst1utdsru: var(--tpst1apix18);
435
+ --tpst3umhxq: var(--tpst1ltonyn);
436
+ --tpst8jxxq1: var(--tpst1t3outg);
437
+ --tpst9kcnep: var(--tpstkdeazx);
438
+ --tpst11ieh26: var(--tpst11couak);
439
+ --tpstk4jfiz: var(--tpstn6fh0j);
440
+ --tpst1tvunur: var(--tpstn6fh0j);
441
+ --tpst16ho4j7: var(--tpst8kgh2v);
442
+ --tpst4ae9ti: var(--tpst1i0r5ji);
443
+ --tpsttytddx: var(--tpst1y5wwdd);
444
+ --tpstw5kw9y: var(--tpstevrkdv);
445
+ --tpst17kooso: var(--tpst8kgh2v);
446
+ --tpst58jqng: var(--tpst8kgh2v);
447
+ --tpst1rk9dvl: var(--tpst1i0r5ji);
448
+ --tpst1d2u5vn: var(--tpst1gpymmf);
449
+ --tpst16isvbw: var(--tpst1kaesz4);
450
+ --tpst1g6wz50: var(--tpst1n0kgpo);
451
+ --tpst1wmogyq: var(--tpst1pivrgl);
452
+ --tpst1akj8aj: var(--tpstor84za);
453
+ --tpst1pw9j7a: var(--tpstor84za);
454
+ --tpsti74lq7: var(--tpst1goho9);
455
+ }
456
+
363
457
  .tpst11v4t2h {
364
458
  --tpst1v5pdxa: var(--tpsts3sn97);
365
459
  }
@@ -17,7 +17,6 @@ export declare const autocompleteStyles: Readonly<{
17
17
  readonly item: Readonly<{
18
18
  readonly borderRadius: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"borderRadius", "4px">;
19
19
  readonly padding: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"padding", "8px">;
20
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"backgroundColor", string>;
21
20
  readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"color", string>;
22
21
  readonly fontSize: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"fontSize", string>;
23
22
  readonly lineHeight: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"lineHeight", string>;
@@ -0,0 +1,13 @@
1
+ import * as stylex from "@stylexjs/stylex";
2
+ declare const usePreferColors: () => {
3
+ setStyleXProps: (...styles: ReadonlyArray<stylex.StyleXArray<(null | undefined | stylex.CompiledStyles) | boolean | Readonly<[stylex.CompiledStyles, stylex.InlineStyles]>>>) => Readonly<{
4
+ className?: string;
5
+ 'data-style-src'?: string;
6
+ style?: Readonly<{
7
+ [$$Key$$: string]: string | number;
8
+ }>;
9
+ }>;
10
+ dataTheme: "light" | "dark";
11
+ setDataTheme: import("react").Dispatch<import("react").SetStateAction<"light" | "dark">>;
12
+ };
13
+ export default usePreferColors;