@plurid/plurid-ui-state-react 0.0.0-11 → 0.0.0-12

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.
@@ -1,726 +0,0 @@
1
- import { PayloadAction } from '@reduxjs/toolkit';
2
- import { Theme } from '@plurid/plurid-themes';
3
- import { StateWithSlice } from "../../data/interfaces";
4
- export interface ThemesState {
5
- general: Theme;
6
- interaction: Theme;
7
- }
8
- export declare const initialState: ThemesState;
9
- export declare const name: "themes";
10
- export interface SetThemePayload {
11
- type: 'general' | 'interaction';
12
- theme: Theme;
13
- }
14
- export declare const factory: (state?: ThemesState) => import("@reduxjs/toolkit").Slice<ThemesState, {
15
- setTheme: (state: {
16
- general: {
17
- type: "dark" | "bright";
18
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
19
- baseColor: string;
20
- baseColorInverted: string;
21
- backgroundColorDark: string;
22
- backgroundColorBright: string;
23
- backgroundColorPrimary: string;
24
- backgroundColorPrimaryAlpha: string;
25
- backgroundColorPrimaryInverted: string;
26
- backgroundColorSecondary: string;
27
- backgroundColorSecondaryAlpha: string;
28
- backgroundColorSecondaryInverted: string;
29
- backgroundColorTertiary: string;
30
- backgroundColorTertiaryAlpha: string;
31
- backgroundColorTertiaryInverted: string;
32
- backgroundColorQuaternary: string;
33
- backgroundColorQuaternaryAlpha: string;
34
- backgroundColorQuaternaryInverted: string;
35
- colorPrimary: string;
36
- colorPrimaryInverted: string;
37
- colorSecondary: string;
38
- colorSecondaryInverted: string;
39
- colorTertiary: string;
40
- colorTertiaryInverted: string;
41
- boxShadowUmbra: string;
42
- boxShadowUmbraColor: string;
43
- boxShadowUmbraInset: string;
44
- boxShadowPenumbra: string;
45
- boxShadowPenumbraColor: string;
46
- boxShadowPenumbraInset: string;
47
- boxShadowAntumbra: string;
48
- boxShadowAntumbraColor: string;
49
- boxShadowAntumbraInset: string;
50
- fontFamilySansSerif: string;
51
- fontFamilySerif: string;
52
- fontFamilyMonospace: string;
53
- };
54
- interaction: {
55
- type: "dark" | "bright";
56
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
57
- baseColor: string;
58
- baseColorInverted: string;
59
- backgroundColorDark: string;
60
- backgroundColorBright: string;
61
- backgroundColorPrimary: string;
62
- backgroundColorPrimaryAlpha: string;
63
- backgroundColorPrimaryInverted: string;
64
- backgroundColorSecondary: string;
65
- backgroundColorSecondaryAlpha: string;
66
- backgroundColorSecondaryInverted: string;
67
- backgroundColorTertiary: string;
68
- backgroundColorTertiaryAlpha: string;
69
- backgroundColorTertiaryInverted: string;
70
- backgroundColorQuaternary: string;
71
- backgroundColorQuaternaryAlpha: string;
72
- backgroundColorQuaternaryInverted: string;
73
- colorPrimary: string;
74
- colorPrimaryInverted: string;
75
- colorSecondary: string;
76
- colorSecondaryInverted: string;
77
- colorTertiary: string;
78
- colorTertiaryInverted: string;
79
- boxShadowUmbra: string;
80
- boxShadowUmbraColor: string;
81
- boxShadowUmbraInset: string;
82
- boxShadowPenumbra: string;
83
- boxShadowPenumbraColor: string;
84
- boxShadowPenumbraInset: string;
85
- boxShadowAntumbra: string;
86
- boxShadowAntumbraColor: string;
87
- boxShadowAntumbraInset: string;
88
- fontFamilySansSerif: string;
89
- fontFamilySerif: string;
90
- fontFamilyMonospace: string;
91
- };
92
- }, action: PayloadAction<SetThemePayload>) => void;
93
- setGeneralTheme: (state: {
94
- general: {
95
- type: "dark" | "bright";
96
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
97
- baseColor: string;
98
- baseColorInverted: string;
99
- backgroundColorDark: string;
100
- backgroundColorBright: string;
101
- backgroundColorPrimary: string;
102
- backgroundColorPrimaryAlpha: string;
103
- backgroundColorPrimaryInverted: string;
104
- backgroundColorSecondary: string;
105
- backgroundColorSecondaryAlpha: string;
106
- backgroundColorSecondaryInverted: string;
107
- backgroundColorTertiary: string;
108
- backgroundColorTertiaryAlpha: string;
109
- backgroundColorTertiaryInverted: string;
110
- backgroundColorQuaternary: string;
111
- backgroundColorQuaternaryAlpha: string;
112
- backgroundColorQuaternaryInverted: string;
113
- colorPrimary: string;
114
- colorPrimaryInverted: string;
115
- colorSecondary: string;
116
- colorSecondaryInverted: string;
117
- colorTertiary: string;
118
- colorTertiaryInverted: string;
119
- boxShadowUmbra: string;
120
- boxShadowUmbraColor: string;
121
- boxShadowUmbraInset: string;
122
- boxShadowPenumbra: string;
123
- boxShadowPenumbraColor: string;
124
- boxShadowPenumbraInset: string;
125
- boxShadowAntumbra: string;
126
- boxShadowAntumbraColor: string;
127
- boxShadowAntumbraInset: string;
128
- fontFamilySansSerif: string;
129
- fontFamilySerif: string;
130
- fontFamilyMonospace: string;
131
- };
132
- interaction: {
133
- type: "dark" | "bright";
134
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
135
- baseColor: string;
136
- baseColorInverted: string;
137
- backgroundColorDark: string;
138
- backgroundColorBright: string;
139
- backgroundColorPrimary: string;
140
- backgroundColorPrimaryAlpha: string;
141
- backgroundColorPrimaryInverted: string;
142
- backgroundColorSecondary: string;
143
- backgroundColorSecondaryAlpha: string;
144
- backgroundColorSecondaryInverted: string;
145
- backgroundColorTertiary: string;
146
- backgroundColorTertiaryAlpha: string;
147
- backgroundColorTertiaryInverted: string;
148
- backgroundColorQuaternary: string;
149
- backgroundColorQuaternaryAlpha: string;
150
- backgroundColorQuaternaryInverted: string;
151
- colorPrimary: string;
152
- colorPrimaryInverted: string;
153
- colorSecondary: string;
154
- colorSecondaryInverted: string;
155
- colorTertiary: string;
156
- colorTertiaryInverted: string;
157
- boxShadowUmbra: string;
158
- boxShadowUmbraColor: string;
159
- boxShadowUmbraInset: string;
160
- boxShadowPenumbra: string;
161
- boxShadowPenumbraColor: string;
162
- boxShadowPenumbraInset: string;
163
- boxShadowAntumbra: string;
164
- boxShadowAntumbraColor: string;
165
- boxShadowAntumbraInset: string;
166
- fontFamilySansSerif: string;
167
- fontFamilySerif: string;
168
- fontFamilyMonospace: string;
169
- };
170
- }, action: PayloadAction<Theme>) => void;
171
- setInteractionTheme: (state: {
172
- general: {
173
- type: "dark" | "bright";
174
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
175
- baseColor: string;
176
- baseColorInverted: string;
177
- backgroundColorDark: string;
178
- backgroundColorBright: string;
179
- backgroundColorPrimary: string;
180
- backgroundColorPrimaryAlpha: string;
181
- backgroundColorPrimaryInverted: string;
182
- backgroundColorSecondary: string;
183
- backgroundColorSecondaryAlpha: string;
184
- backgroundColorSecondaryInverted: string;
185
- backgroundColorTertiary: string;
186
- backgroundColorTertiaryAlpha: string;
187
- backgroundColorTertiaryInverted: string;
188
- backgroundColorQuaternary: string;
189
- backgroundColorQuaternaryAlpha: string;
190
- backgroundColorQuaternaryInverted: string;
191
- colorPrimary: string;
192
- colorPrimaryInverted: string;
193
- colorSecondary: string;
194
- colorSecondaryInverted: string;
195
- colorTertiary: string;
196
- colorTertiaryInverted: string;
197
- boxShadowUmbra: string;
198
- boxShadowUmbraColor: string;
199
- boxShadowUmbraInset: string;
200
- boxShadowPenumbra: string;
201
- boxShadowPenumbraColor: string;
202
- boxShadowPenumbraInset: string;
203
- boxShadowAntumbra: string;
204
- boxShadowAntumbraColor: string;
205
- boxShadowAntumbraInset: string;
206
- fontFamilySansSerif: string;
207
- fontFamilySerif: string;
208
- fontFamilyMonospace: string;
209
- };
210
- interaction: {
211
- type: "dark" | "bright";
212
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
213
- baseColor: string;
214
- baseColorInverted: string;
215
- backgroundColorDark: string;
216
- backgroundColorBright: string;
217
- backgroundColorPrimary: string;
218
- backgroundColorPrimaryAlpha: string;
219
- backgroundColorPrimaryInverted: string;
220
- backgroundColorSecondary: string;
221
- backgroundColorSecondaryAlpha: string;
222
- backgroundColorSecondaryInverted: string;
223
- backgroundColorTertiary: string;
224
- backgroundColorTertiaryAlpha: string;
225
- backgroundColorTertiaryInverted: string;
226
- backgroundColorQuaternary: string;
227
- backgroundColorQuaternaryAlpha: string;
228
- backgroundColorQuaternaryInverted: string;
229
- colorPrimary: string;
230
- colorPrimaryInverted: string;
231
- colorSecondary: string;
232
- colorSecondaryInverted: string;
233
- colorTertiary: string;
234
- colorTertiaryInverted: string;
235
- boxShadowUmbra: string;
236
- boxShadowUmbraColor: string;
237
- boxShadowUmbraInset: string;
238
- boxShadowPenumbra: string;
239
- boxShadowPenumbraColor: string;
240
- boxShadowPenumbraInset: string;
241
- boxShadowAntumbra: string;
242
- boxShadowAntumbraColor: string;
243
- boxShadowAntumbraInset: string;
244
- fontFamilySansSerif: string;
245
- fontFamilySerif: string;
246
- fontFamilyMonospace: string;
247
- };
248
- }, action: PayloadAction<Theme>) => void;
249
- }, "themes">;
250
- export declare const slice: import("@reduxjs/toolkit").Slice<ThemesState, {
251
- setTheme: (state: {
252
- general: {
253
- type: "dark" | "bright";
254
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
255
- baseColor: string;
256
- baseColorInverted: string;
257
- backgroundColorDark: string;
258
- backgroundColorBright: string;
259
- backgroundColorPrimary: string;
260
- backgroundColorPrimaryAlpha: string;
261
- backgroundColorPrimaryInverted: string;
262
- backgroundColorSecondary: string;
263
- backgroundColorSecondaryAlpha: string;
264
- backgroundColorSecondaryInverted: string;
265
- backgroundColorTertiary: string;
266
- backgroundColorTertiaryAlpha: string;
267
- backgroundColorTertiaryInverted: string;
268
- backgroundColorQuaternary: string;
269
- backgroundColorQuaternaryAlpha: string;
270
- backgroundColorQuaternaryInverted: string;
271
- colorPrimary: string;
272
- colorPrimaryInverted: string;
273
- colorSecondary: string;
274
- colorSecondaryInverted: string;
275
- colorTertiary: string;
276
- colorTertiaryInverted: string;
277
- boxShadowUmbra: string;
278
- boxShadowUmbraColor: string;
279
- boxShadowUmbraInset: string;
280
- boxShadowPenumbra: string;
281
- boxShadowPenumbraColor: string;
282
- boxShadowPenumbraInset: string;
283
- boxShadowAntumbra: string;
284
- boxShadowAntumbraColor: string;
285
- boxShadowAntumbraInset: string;
286
- fontFamilySansSerif: string;
287
- fontFamilySerif: string;
288
- fontFamilyMonospace: string;
289
- };
290
- interaction: {
291
- type: "dark" | "bright";
292
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
293
- baseColor: string;
294
- baseColorInverted: string;
295
- backgroundColorDark: string;
296
- backgroundColorBright: string;
297
- backgroundColorPrimary: string;
298
- backgroundColorPrimaryAlpha: string;
299
- backgroundColorPrimaryInverted: string;
300
- backgroundColorSecondary: string;
301
- backgroundColorSecondaryAlpha: string;
302
- backgroundColorSecondaryInverted: string;
303
- backgroundColorTertiary: string;
304
- backgroundColorTertiaryAlpha: string;
305
- backgroundColorTertiaryInverted: string;
306
- backgroundColorQuaternary: string;
307
- backgroundColorQuaternaryAlpha: string;
308
- backgroundColorQuaternaryInverted: string;
309
- colorPrimary: string;
310
- colorPrimaryInverted: string;
311
- colorSecondary: string;
312
- colorSecondaryInverted: string;
313
- colorTertiary: string;
314
- colorTertiaryInverted: string;
315
- boxShadowUmbra: string;
316
- boxShadowUmbraColor: string;
317
- boxShadowUmbraInset: string;
318
- boxShadowPenumbra: string;
319
- boxShadowPenumbraColor: string;
320
- boxShadowPenumbraInset: string;
321
- boxShadowAntumbra: string;
322
- boxShadowAntumbraColor: string;
323
- boxShadowAntumbraInset: string;
324
- fontFamilySansSerif: string;
325
- fontFamilySerif: string;
326
- fontFamilyMonospace: string;
327
- };
328
- }, action: PayloadAction<SetThemePayload>) => void;
329
- setGeneralTheme: (state: {
330
- general: {
331
- type: "dark" | "bright";
332
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
333
- baseColor: string;
334
- baseColorInverted: string;
335
- backgroundColorDark: string;
336
- backgroundColorBright: string;
337
- backgroundColorPrimary: string;
338
- backgroundColorPrimaryAlpha: string;
339
- backgroundColorPrimaryInverted: string;
340
- backgroundColorSecondary: string;
341
- backgroundColorSecondaryAlpha: string;
342
- backgroundColorSecondaryInverted: string;
343
- backgroundColorTertiary: string;
344
- backgroundColorTertiaryAlpha: string;
345
- backgroundColorTertiaryInverted: string;
346
- backgroundColorQuaternary: string;
347
- backgroundColorQuaternaryAlpha: string;
348
- backgroundColorQuaternaryInverted: string;
349
- colorPrimary: string;
350
- colorPrimaryInverted: string;
351
- colorSecondary: string;
352
- colorSecondaryInverted: string;
353
- colorTertiary: string;
354
- colorTertiaryInverted: string;
355
- boxShadowUmbra: string;
356
- boxShadowUmbraColor: string;
357
- boxShadowUmbraInset: string;
358
- boxShadowPenumbra: string;
359
- boxShadowPenumbraColor: string;
360
- boxShadowPenumbraInset: string;
361
- boxShadowAntumbra: string;
362
- boxShadowAntumbraColor: string;
363
- boxShadowAntumbraInset: string;
364
- fontFamilySansSerif: string;
365
- fontFamilySerif: string;
366
- fontFamilyMonospace: string;
367
- };
368
- interaction: {
369
- type: "dark" | "bright";
370
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
371
- baseColor: string;
372
- baseColorInverted: string;
373
- backgroundColorDark: string;
374
- backgroundColorBright: string;
375
- backgroundColorPrimary: string;
376
- backgroundColorPrimaryAlpha: string;
377
- backgroundColorPrimaryInverted: string;
378
- backgroundColorSecondary: string;
379
- backgroundColorSecondaryAlpha: string;
380
- backgroundColorSecondaryInverted: string;
381
- backgroundColorTertiary: string;
382
- backgroundColorTertiaryAlpha: string;
383
- backgroundColorTertiaryInverted: string;
384
- backgroundColorQuaternary: string;
385
- backgroundColorQuaternaryAlpha: string;
386
- backgroundColorQuaternaryInverted: string;
387
- colorPrimary: string;
388
- colorPrimaryInverted: string;
389
- colorSecondary: string;
390
- colorSecondaryInverted: string;
391
- colorTertiary: string;
392
- colorTertiaryInverted: string;
393
- boxShadowUmbra: string;
394
- boxShadowUmbraColor: string;
395
- boxShadowUmbraInset: string;
396
- boxShadowPenumbra: string;
397
- boxShadowPenumbraColor: string;
398
- boxShadowPenumbraInset: string;
399
- boxShadowAntumbra: string;
400
- boxShadowAntumbraColor: string;
401
- boxShadowAntumbraInset: string;
402
- fontFamilySansSerif: string;
403
- fontFamilySerif: string;
404
- fontFamilyMonospace: string;
405
- };
406
- }, action: PayloadAction<Theme>) => void;
407
- setInteractionTheme: (state: {
408
- general: {
409
- type: "dark" | "bright";
410
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
411
- baseColor: string;
412
- baseColorInverted: string;
413
- backgroundColorDark: string;
414
- backgroundColorBright: string;
415
- backgroundColorPrimary: string;
416
- backgroundColorPrimaryAlpha: string;
417
- backgroundColorPrimaryInverted: string;
418
- backgroundColorSecondary: string;
419
- backgroundColorSecondaryAlpha: string;
420
- backgroundColorSecondaryInverted: string;
421
- backgroundColorTertiary: string;
422
- backgroundColorTertiaryAlpha: string;
423
- backgroundColorTertiaryInverted: string;
424
- backgroundColorQuaternary: string;
425
- backgroundColorQuaternaryAlpha: string;
426
- backgroundColorQuaternaryInverted: string;
427
- colorPrimary: string;
428
- colorPrimaryInverted: string;
429
- colorSecondary: string;
430
- colorSecondaryInverted: string;
431
- colorTertiary: string;
432
- colorTertiaryInverted: string;
433
- boxShadowUmbra: string;
434
- boxShadowUmbraColor: string;
435
- boxShadowUmbraInset: string;
436
- boxShadowPenumbra: string;
437
- boxShadowPenumbraColor: string;
438
- boxShadowPenumbraInset: string;
439
- boxShadowAntumbra: string;
440
- boxShadowAntumbraColor: string;
441
- boxShadowAntumbraInset: string;
442
- fontFamilySansSerif: string;
443
- fontFamilySerif: string;
444
- fontFamilyMonospace: string;
445
- };
446
- interaction: {
447
- type: "dark" | "bright";
448
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
449
- baseColor: string;
450
- baseColorInverted: string;
451
- backgroundColorDark: string;
452
- backgroundColorBright: string;
453
- backgroundColorPrimary: string;
454
- backgroundColorPrimaryAlpha: string;
455
- backgroundColorPrimaryInverted: string;
456
- backgroundColorSecondary: string;
457
- backgroundColorSecondaryAlpha: string;
458
- backgroundColorSecondaryInverted: string;
459
- backgroundColorTertiary: string;
460
- backgroundColorTertiaryAlpha: string;
461
- backgroundColorTertiaryInverted: string;
462
- backgroundColorQuaternary: string;
463
- backgroundColorQuaternaryAlpha: string;
464
- backgroundColorQuaternaryInverted: string;
465
- colorPrimary: string;
466
- colorPrimaryInverted: string;
467
- colorSecondary: string;
468
- colorSecondaryInverted: string;
469
- colorTertiary: string;
470
- colorTertiaryInverted: string;
471
- boxShadowUmbra: string;
472
- boxShadowUmbraColor: string;
473
- boxShadowUmbraInset: string;
474
- boxShadowPenumbra: string;
475
- boxShadowPenumbraColor: string;
476
- boxShadowPenumbraInset: string;
477
- boxShadowAntumbra: string;
478
- boxShadowAntumbraColor: string;
479
- boxShadowAntumbraInset: string;
480
- fontFamilySansSerif: string;
481
- fontFamilySerif: string;
482
- fontFamilyMonospace: string;
483
- };
484
- }, action: PayloadAction<Theme>) => void;
485
- }, "themes">;
486
- export declare const actions: import("@reduxjs/toolkit").CaseReducerActions<{
487
- setTheme: (state: {
488
- general: {
489
- type: "dark" | "bright";
490
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
491
- baseColor: string;
492
- baseColorInverted: string;
493
- backgroundColorDark: string;
494
- backgroundColorBright: string;
495
- backgroundColorPrimary: string;
496
- backgroundColorPrimaryAlpha: string;
497
- backgroundColorPrimaryInverted: string;
498
- backgroundColorSecondary: string;
499
- backgroundColorSecondaryAlpha: string;
500
- backgroundColorSecondaryInverted: string;
501
- backgroundColorTertiary: string;
502
- backgroundColorTertiaryAlpha: string;
503
- backgroundColorTertiaryInverted: string;
504
- backgroundColorQuaternary: string;
505
- backgroundColorQuaternaryAlpha: string;
506
- backgroundColorQuaternaryInverted: string;
507
- colorPrimary: string;
508
- colorPrimaryInverted: string;
509
- colorSecondary: string;
510
- colorSecondaryInverted: string;
511
- colorTertiary: string;
512
- colorTertiaryInverted: string;
513
- boxShadowUmbra: string;
514
- boxShadowUmbraColor: string;
515
- boxShadowUmbraInset: string;
516
- boxShadowPenumbra: string;
517
- boxShadowPenumbraColor: string;
518
- boxShadowPenumbraInset: string;
519
- boxShadowAntumbra: string;
520
- boxShadowAntumbraColor: string;
521
- boxShadowAntumbraInset: string;
522
- fontFamilySansSerif: string;
523
- fontFamilySerif: string;
524
- fontFamilyMonospace: string;
525
- };
526
- interaction: {
527
- type: "dark" | "bright";
528
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
529
- baseColor: string;
530
- baseColorInverted: string;
531
- backgroundColorDark: string;
532
- backgroundColorBright: string;
533
- backgroundColorPrimary: string;
534
- backgroundColorPrimaryAlpha: string;
535
- backgroundColorPrimaryInverted: string;
536
- backgroundColorSecondary: string;
537
- backgroundColorSecondaryAlpha: string;
538
- backgroundColorSecondaryInverted: string;
539
- backgroundColorTertiary: string;
540
- backgroundColorTertiaryAlpha: string;
541
- backgroundColorTertiaryInverted: string;
542
- backgroundColorQuaternary: string;
543
- backgroundColorQuaternaryAlpha: string;
544
- backgroundColorQuaternaryInverted: string;
545
- colorPrimary: string;
546
- colorPrimaryInverted: string;
547
- colorSecondary: string;
548
- colorSecondaryInverted: string;
549
- colorTertiary: string;
550
- colorTertiaryInverted: string;
551
- boxShadowUmbra: string;
552
- boxShadowUmbraColor: string;
553
- boxShadowUmbraInset: string;
554
- boxShadowPenumbra: string;
555
- boxShadowPenumbraColor: string;
556
- boxShadowPenumbraInset: string;
557
- boxShadowAntumbra: string;
558
- boxShadowAntumbraColor: string;
559
- boxShadowAntumbraInset: string;
560
- fontFamilySansSerif: string;
561
- fontFamilySerif: string;
562
- fontFamilyMonospace: string;
563
- };
564
- }, action: PayloadAction<SetThemePayload>) => void;
565
- setGeneralTheme: (state: {
566
- general: {
567
- type: "dark" | "bright";
568
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
569
- baseColor: string;
570
- baseColorInverted: string;
571
- backgroundColorDark: string;
572
- backgroundColorBright: string;
573
- backgroundColorPrimary: string;
574
- backgroundColorPrimaryAlpha: string;
575
- backgroundColorPrimaryInverted: string;
576
- backgroundColorSecondary: string;
577
- backgroundColorSecondaryAlpha: string;
578
- backgroundColorSecondaryInverted: string;
579
- backgroundColorTertiary: string;
580
- backgroundColorTertiaryAlpha: string;
581
- backgroundColorTertiaryInverted: string;
582
- backgroundColorQuaternary: string;
583
- backgroundColorQuaternaryAlpha: string;
584
- backgroundColorQuaternaryInverted: string;
585
- colorPrimary: string;
586
- colorPrimaryInverted: string;
587
- colorSecondary: string;
588
- colorSecondaryInverted: string;
589
- colorTertiary: string;
590
- colorTertiaryInverted: string;
591
- boxShadowUmbra: string;
592
- boxShadowUmbraColor: string;
593
- boxShadowUmbraInset: string;
594
- boxShadowPenumbra: string;
595
- boxShadowPenumbraColor: string;
596
- boxShadowPenumbraInset: string;
597
- boxShadowAntumbra: string;
598
- boxShadowAntumbraColor: string;
599
- boxShadowAntumbraInset: string;
600
- fontFamilySansSerif: string;
601
- fontFamilySerif: string;
602
- fontFamilyMonospace: string;
603
- };
604
- interaction: {
605
- type: "dark" | "bright";
606
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
607
- baseColor: string;
608
- baseColorInverted: string;
609
- backgroundColorDark: string;
610
- backgroundColorBright: string;
611
- backgroundColorPrimary: string;
612
- backgroundColorPrimaryAlpha: string;
613
- backgroundColorPrimaryInverted: string;
614
- backgroundColorSecondary: string;
615
- backgroundColorSecondaryAlpha: string;
616
- backgroundColorSecondaryInverted: string;
617
- backgroundColorTertiary: string;
618
- backgroundColorTertiaryAlpha: string;
619
- backgroundColorTertiaryInverted: string;
620
- backgroundColorQuaternary: string;
621
- backgroundColorQuaternaryAlpha: string;
622
- backgroundColorQuaternaryInverted: string;
623
- colorPrimary: string;
624
- colorPrimaryInverted: string;
625
- colorSecondary: string;
626
- colorSecondaryInverted: string;
627
- colorTertiary: string;
628
- colorTertiaryInverted: string;
629
- boxShadowUmbra: string;
630
- boxShadowUmbraColor: string;
631
- boxShadowUmbraInset: string;
632
- boxShadowPenumbra: string;
633
- boxShadowPenumbraColor: string;
634
- boxShadowPenumbraInset: string;
635
- boxShadowAntumbra: string;
636
- boxShadowAntumbraColor: string;
637
- boxShadowAntumbraInset: string;
638
- fontFamilySansSerif: string;
639
- fontFamilySerif: string;
640
- fontFamilyMonospace: string;
641
- };
642
- }, action: PayloadAction<Theme>) => void;
643
- setInteractionTheme: (state: {
644
- general: {
645
- type: "dark" | "bright";
646
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
647
- baseColor: string;
648
- baseColorInverted: string;
649
- backgroundColorDark: string;
650
- backgroundColorBright: string;
651
- backgroundColorPrimary: string;
652
- backgroundColorPrimaryAlpha: string;
653
- backgroundColorPrimaryInverted: string;
654
- backgroundColorSecondary: string;
655
- backgroundColorSecondaryAlpha: string;
656
- backgroundColorSecondaryInverted: string;
657
- backgroundColorTertiary: string;
658
- backgroundColorTertiaryAlpha: string;
659
- backgroundColorTertiaryInverted: string;
660
- backgroundColorQuaternary: string;
661
- backgroundColorQuaternaryAlpha: string;
662
- backgroundColorQuaternaryInverted: string;
663
- colorPrimary: string;
664
- colorPrimaryInverted: string;
665
- colorSecondary: string;
666
- colorSecondaryInverted: string;
667
- colorTertiary: string;
668
- colorTertiaryInverted: string;
669
- boxShadowUmbra: string;
670
- boxShadowUmbraColor: string;
671
- boxShadowUmbraInset: string;
672
- boxShadowPenumbra: string;
673
- boxShadowPenumbraColor: string;
674
- boxShadowPenumbraInset: string;
675
- boxShadowAntumbra: string;
676
- boxShadowAntumbraColor: string;
677
- boxShadowAntumbraInset: string;
678
- fontFamilySansSerif: string;
679
- fontFamilySerif: string;
680
- fontFamilyMonospace: string;
681
- };
682
- interaction: {
683
- type: "dark" | "bright";
684
- name: "generated" | "night" | "dusk" | "dawn" | "light" | "ponton" | "jaune" | "furor" | "deback" | "decode" | "defile" | "deform" | "delook" | "deloss" | "demail" | "demand" | "denote" | "depack" | "depict" | "deself" | "desite" | "detime" | "detour" | "detune" | "deturn" | "deveil" | "devert" | "deview" | "dewiki" | "plurid";
685
- baseColor: string;
686
- baseColorInverted: string;
687
- backgroundColorDark: string;
688
- backgroundColorBright: string;
689
- backgroundColorPrimary: string;
690
- backgroundColorPrimaryAlpha: string;
691
- backgroundColorPrimaryInverted: string;
692
- backgroundColorSecondary: string;
693
- backgroundColorSecondaryAlpha: string;
694
- backgroundColorSecondaryInverted: string;
695
- backgroundColorTertiary: string;
696
- backgroundColorTertiaryAlpha: string;
697
- backgroundColorTertiaryInverted: string;
698
- backgroundColorQuaternary: string;
699
- backgroundColorQuaternaryAlpha: string;
700
- backgroundColorQuaternaryInverted: string;
701
- colorPrimary: string;
702
- colorPrimaryInverted: string;
703
- colorSecondary: string;
704
- colorSecondaryInverted: string;
705
- colorTertiary: string;
706
- colorTertiaryInverted: string;
707
- boxShadowUmbra: string;
708
- boxShadowUmbraColor: string;
709
- boxShadowUmbraInset: string;
710
- boxShadowPenumbra: string;
711
- boxShadowPenumbraColor: string;
712
- boxShadowPenumbraInset: string;
713
- boxShadowAntumbra: string;
714
- boxShadowAntumbraColor: string;
715
- boxShadowAntumbraInset: string;
716
- fontFamilySansSerif: string;
717
- fontFamilySerif: string;
718
- fontFamilyMonospace: string;
719
- };
720
- }, action: PayloadAction<Theme>) => void;
721
- }, "themes">;
722
- export declare const selectors: {
723
- getGeneralTheme: (state: StateWithSlice<typeof name, ThemesState>) => Theme;
724
- getInteractionTheme: (state: StateWithSlice<typeof name, ThemesState>) => Theme;
725
- };
726
- export declare const reducer: Reducer<State>;