@omnia/fx 8.0.37-dev → 8.0.38-dev
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/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +4 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +4 -3
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +14 -3
- package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/{usertypelayout/UserTypeLayoutBladeBuilder.d.ts → hub/feed/components/CategoryItem.d.ts} +25 -9
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/MeSenderItem.d.ts +132 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/MeSendersList.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +31 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +315 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2205 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +315 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +0 -7
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.css.d.ts +0 -4
@@ -212,6 +212,321 @@ declare const _default: {
|
|
212
212
|
}): void;
|
213
213
|
};
|
214
214
|
get: {
|
215
|
+
readonly themeStore: {
|
216
|
+
state: {
|
217
|
+
currentTheme: {
|
218
|
+
id: {
|
219
|
+
equals: {
|
220
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
221
|
+
};
|
222
|
+
toString: () => string;
|
223
|
+
toJSON: () => string;
|
224
|
+
valueOf: () => string;
|
225
|
+
};
|
226
|
+
name: string;
|
227
|
+
dark: boolean;
|
228
|
+
colors: {
|
229
|
+
primary: {
|
230
|
+
name: string;
|
231
|
+
base: {
|
232
|
+
dark: boolean;
|
233
|
+
color: string;
|
234
|
+
colorToned: string;
|
235
|
+
};
|
236
|
+
onBase: {
|
237
|
+
dark: boolean;
|
238
|
+
color: string;
|
239
|
+
colorToned: string;
|
240
|
+
};
|
241
|
+
container: {
|
242
|
+
dark: boolean;
|
243
|
+
color: string;
|
244
|
+
colorToned: string;
|
245
|
+
};
|
246
|
+
onContainer: {
|
247
|
+
dark: boolean;
|
248
|
+
color: string;
|
249
|
+
colorToned: string;
|
250
|
+
};
|
251
|
+
};
|
252
|
+
secondary: {
|
253
|
+
name: string;
|
254
|
+
base: {
|
255
|
+
dark: boolean;
|
256
|
+
color: string;
|
257
|
+
colorToned: string;
|
258
|
+
};
|
259
|
+
onBase: {
|
260
|
+
dark: boolean;
|
261
|
+
color: string;
|
262
|
+
colorToned: string;
|
263
|
+
};
|
264
|
+
container: {
|
265
|
+
dark: boolean;
|
266
|
+
color: string;
|
267
|
+
colorToned: string;
|
268
|
+
};
|
269
|
+
onContainer: {
|
270
|
+
dark: boolean;
|
271
|
+
color: string;
|
272
|
+
colorToned: string;
|
273
|
+
};
|
274
|
+
};
|
275
|
+
accent1: {
|
276
|
+
name: string;
|
277
|
+
base: {
|
278
|
+
dark: boolean;
|
279
|
+
color: string;
|
280
|
+
colorToned: string;
|
281
|
+
};
|
282
|
+
onBase: {
|
283
|
+
dark: boolean;
|
284
|
+
color: string;
|
285
|
+
colorToned: string;
|
286
|
+
};
|
287
|
+
container: {
|
288
|
+
dark: boolean;
|
289
|
+
color: string;
|
290
|
+
colorToned: string;
|
291
|
+
};
|
292
|
+
onContainer: {
|
293
|
+
dark: boolean;
|
294
|
+
color: string;
|
295
|
+
colorToned: string;
|
296
|
+
};
|
297
|
+
};
|
298
|
+
accent2: {
|
299
|
+
name: string;
|
300
|
+
base: {
|
301
|
+
dark: boolean;
|
302
|
+
color: string;
|
303
|
+
colorToned: string;
|
304
|
+
};
|
305
|
+
onBase: {
|
306
|
+
dark: boolean;
|
307
|
+
color: string;
|
308
|
+
colorToned: string;
|
309
|
+
};
|
310
|
+
container: {
|
311
|
+
dark: boolean;
|
312
|
+
color: string;
|
313
|
+
colorToned: string;
|
314
|
+
};
|
315
|
+
onContainer: {
|
316
|
+
dark: boolean;
|
317
|
+
color: string;
|
318
|
+
colorToned: string;
|
319
|
+
};
|
320
|
+
};
|
321
|
+
accent3: {
|
322
|
+
name: string;
|
323
|
+
base: {
|
324
|
+
dark: boolean;
|
325
|
+
color: string;
|
326
|
+
colorToned: string;
|
327
|
+
};
|
328
|
+
onBase: {
|
329
|
+
dark: boolean;
|
330
|
+
color: string;
|
331
|
+
colorToned: string;
|
332
|
+
};
|
333
|
+
container: {
|
334
|
+
dark: boolean;
|
335
|
+
color: string;
|
336
|
+
colorToned: string;
|
337
|
+
};
|
338
|
+
onContainer: {
|
339
|
+
dark: boolean;
|
340
|
+
color: string;
|
341
|
+
colorToned: string;
|
342
|
+
};
|
343
|
+
};
|
344
|
+
neutral: {
|
345
|
+
name: string;
|
346
|
+
base: {
|
347
|
+
dark: boolean;
|
348
|
+
color: string;
|
349
|
+
colorToned: string;
|
350
|
+
};
|
351
|
+
onBase: {
|
352
|
+
dark: boolean;
|
353
|
+
color: string;
|
354
|
+
colorToned: string;
|
355
|
+
};
|
356
|
+
container: {
|
357
|
+
dark: boolean;
|
358
|
+
color: string;
|
359
|
+
colorToned: string;
|
360
|
+
};
|
361
|
+
onContainer: {
|
362
|
+
dark: boolean;
|
363
|
+
color: string;
|
364
|
+
colorToned: string;
|
365
|
+
};
|
366
|
+
};
|
367
|
+
background: {
|
368
|
+
name: string;
|
369
|
+
base: {
|
370
|
+
dark: boolean;
|
371
|
+
color: string;
|
372
|
+
colorToned: string;
|
373
|
+
};
|
374
|
+
onBase: {
|
375
|
+
dark: boolean;
|
376
|
+
color: string;
|
377
|
+
colorToned: string;
|
378
|
+
};
|
379
|
+
container: {
|
380
|
+
dark: boolean;
|
381
|
+
color: string;
|
382
|
+
colorToned: string;
|
383
|
+
};
|
384
|
+
onContainer: {
|
385
|
+
dark: boolean;
|
386
|
+
color: string;
|
387
|
+
colorToned: string;
|
388
|
+
};
|
389
|
+
};
|
390
|
+
error: {
|
391
|
+
name: string;
|
392
|
+
base: {
|
393
|
+
dark: boolean;
|
394
|
+
color: string;
|
395
|
+
colorToned: string;
|
396
|
+
};
|
397
|
+
onBase: {
|
398
|
+
dark: boolean;
|
399
|
+
color: string;
|
400
|
+
colorToned: string;
|
401
|
+
};
|
402
|
+
container: {
|
403
|
+
dark: boolean;
|
404
|
+
color: string;
|
405
|
+
colorToned: string;
|
406
|
+
};
|
407
|
+
onContainer: {
|
408
|
+
dark: boolean;
|
409
|
+
color: string;
|
410
|
+
colorToned: string;
|
411
|
+
};
|
412
|
+
};
|
413
|
+
info: {
|
414
|
+
name: string;
|
415
|
+
base: {
|
416
|
+
dark: boolean;
|
417
|
+
color: string;
|
418
|
+
colorToned: string;
|
419
|
+
};
|
420
|
+
onBase: {
|
421
|
+
dark: boolean;
|
422
|
+
color: string;
|
423
|
+
colorToned: string;
|
424
|
+
};
|
425
|
+
container: {
|
426
|
+
dark: boolean;
|
427
|
+
color: string;
|
428
|
+
colorToned: string;
|
429
|
+
};
|
430
|
+
onContainer: {
|
431
|
+
dark: boolean;
|
432
|
+
color: string;
|
433
|
+
colorToned: string;
|
434
|
+
};
|
435
|
+
};
|
436
|
+
};
|
437
|
+
blueprints: {
|
438
|
+
default: {
|
439
|
+
id: {
|
440
|
+
equals: {
|
441
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
442
|
+
};
|
443
|
+
toString: () => string;
|
444
|
+
toJSON: () => string;
|
445
|
+
valueOf: () => string;
|
446
|
+
};
|
447
|
+
name: string;
|
448
|
+
definitions: {
|
449
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
450
|
+
}[];
|
451
|
+
};
|
452
|
+
variant1: {
|
453
|
+
id: {
|
454
|
+
equals: {
|
455
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
456
|
+
};
|
457
|
+
toString: () => string;
|
458
|
+
toJSON: () => string;
|
459
|
+
valueOf: () => string;
|
460
|
+
};
|
461
|
+
name: string;
|
462
|
+
definitions: {
|
463
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
464
|
+
}[];
|
465
|
+
};
|
466
|
+
variant2: {
|
467
|
+
id: {
|
468
|
+
equals: {
|
469
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
470
|
+
};
|
471
|
+
toString: () => string;
|
472
|
+
toJSON: () => string;
|
473
|
+
valueOf: () => string;
|
474
|
+
};
|
475
|
+
name: string;
|
476
|
+
definitions: {
|
477
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
478
|
+
}[];
|
479
|
+
};
|
480
|
+
variant3: {
|
481
|
+
id: {
|
482
|
+
equals: {
|
483
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
484
|
+
};
|
485
|
+
toString: () => string;
|
486
|
+
toJSON: () => string;
|
487
|
+
valueOf: () => string;
|
488
|
+
};
|
489
|
+
name: string;
|
490
|
+
definitions: {
|
491
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
492
|
+
}[];
|
493
|
+
};
|
494
|
+
};
|
495
|
+
};
|
496
|
+
};
|
497
|
+
events: {
|
498
|
+
[x: string]: {
|
499
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
500
|
+
publish: (msg: any) => void;
|
501
|
+
};
|
502
|
+
onMutatedCurrentTheme: {
|
503
|
+
subscribe: (fn: (obj: ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
504
|
+
};
|
505
|
+
};
|
506
|
+
actions: {
|
507
|
+
onDispatching: <T extends (...args: any) => any>(action: (actions: {
|
508
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
509
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
510
|
+
onDispatched: <T_1 extends (...args: any) => any>(action: (actions: {
|
511
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
512
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
513
|
+
onFailure: <T_2 extends (...args: any) => any>(action: (actions: {
|
514
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
515
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
516
|
+
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|
517
|
+
};
|
518
|
+
get: {
|
519
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
520
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
521
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
522
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
523
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
524
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
525
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
526
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
527
|
+
currentTheme: () => ThemeDefinitionV2;
|
528
|
+
};
|
529
|
+
};
|
215
530
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
216
531
|
readonly theme: "light" | "dark";
|
217
532
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -608,6 +923,321 @@ declare const _default: {
|
|
608
923
|
}): void;
|
609
924
|
};
|
610
925
|
get: {
|
926
|
+
readonly themeStore: {
|
927
|
+
state: {
|
928
|
+
currentTheme: {
|
929
|
+
id: {
|
930
|
+
equals: {
|
931
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
932
|
+
};
|
933
|
+
toString: () => string;
|
934
|
+
toJSON: () => string;
|
935
|
+
valueOf: () => string;
|
936
|
+
};
|
937
|
+
name: string;
|
938
|
+
dark: boolean;
|
939
|
+
colors: {
|
940
|
+
primary: {
|
941
|
+
name: string;
|
942
|
+
base: {
|
943
|
+
dark: boolean;
|
944
|
+
color: string;
|
945
|
+
colorToned: string;
|
946
|
+
};
|
947
|
+
onBase: {
|
948
|
+
dark: boolean;
|
949
|
+
color: string;
|
950
|
+
colorToned: string;
|
951
|
+
};
|
952
|
+
container: {
|
953
|
+
dark: boolean;
|
954
|
+
color: string;
|
955
|
+
colorToned: string;
|
956
|
+
};
|
957
|
+
onContainer: {
|
958
|
+
dark: boolean;
|
959
|
+
color: string;
|
960
|
+
colorToned: string;
|
961
|
+
};
|
962
|
+
};
|
963
|
+
secondary: {
|
964
|
+
name: string;
|
965
|
+
base: {
|
966
|
+
dark: boolean;
|
967
|
+
color: string;
|
968
|
+
colorToned: string;
|
969
|
+
};
|
970
|
+
onBase: {
|
971
|
+
dark: boolean;
|
972
|
+
color: string;
|
973
|
+
colorToned: string;
|
974
|
+
};
|
975
|
+
container: {
|
976
|
+
dark: boolean;
|
977
|
+
color: string;
|
978
|
+
colorToned: string;
|
979
|
+
};
|
980
|
+
onContainer: {
|
981
|
+
dark: boolean;
|
982
|
+
color: string;
|
983
|
+
colorToned: string;
|
984
|
+
};
|
985
|
+
};
|
986
|
+
accent1: {
|
987
|
+
name: string;
|
988
|
+
base: {
|
989
|
+
dark: boolean;
|
990
|
+
color: string;
|
991
|
+
colorToned: string;
|
992
|
+
};
|
993
|
+
onBase: {
|
994
|
+
dark: boolean;
|
995
|
+
color: string;
|
996
|
+
colorToned: string;
|
997
|
+
};
|
998
|
+
container: {
|
999
|
+
dark: boolean;
|
1000
|
+
color: string;
|
1001
|
+
colorToned: string;
|
1002
|
+
};
|
1003
|
+
onContainer: {
|
1004
|
+
dark: boolean;
|
1005
|
+
color: string;
|
1006
|
+
colorToned: string;
|
1007
|
+
};
|
1008
|
+
};
|
1009
|
+
accent2: {
|
1010
|
+
name: string;
|
1011
|
+
base: {
|
1012
|
+
dark: boolean;
|
1013
|
+
color: string;
|
1014
|
+
colorToned: string;
|
1015
|
+
};
|
1016
|
+
onBase: {
|
1017
|
+
dark: boolean;
|
1018
|
+
color: string;
|
1019
|
+
colorToned: string;
|
1020
|
+
};
|
1021
|
+
container: {
|
1022
|
+
dark: boolean;
|
1023
|
+
color: string;
|
1024
|
+
colorToned: string;
|
1025
|
+
};
|
1026
|
+
onContainer: {
|
1027
|
+
dark: boolean;
|
1028
|
+
color: string;
|
1029
|
+
colorToned: string;
|
1030
|
+
};
|
1031
|
+
};
|
1032
|
+
accent3: {
|
1033
|
+
name: string;
|
1034
|
+
base: {
|
1035
|
+
dark: boolean;
|
1036
|
+
color: string;
|
1037
|
+
colorToned: string;
|
1038
|
+
};
|
1039
|
+
onBase: {
|
1040
|
+
dark: boolean;
|
1041
|
+
color: string;
|
1042
|
+
colorToned: string;
|
1043
|
+
};
|
1044
|
+
container: {
|
1045
|
+
dark: boolean;
|
1046
|
+
color: string;
|
1047
|
+
colorToned: string;
|
1048
|
+
};
|
1049
|
+
onContainer: {
|
1050
|
+
dark: boolean;
|
1051
|
+
color: string;
|
1052
|
+
colorToned: string;
|
1053
|
+
};
|
1054
|
+
};
|
1055
|
+
neutral: {
|
1056
|
+
name: string;
|
1057
|
+
base: {
|
1058
|
+
dark: boolean;
|
1059
|
+
color: string;
|
1060
|
+
colorToned: string;
|
1061
|
+
};
|
1062
|
+
onBase: {
|
1063
|
+
dark: boolean;
|
1064
|
+
color: string;
|
1065
|
+
colorToned: string;
|
1066
|
+
};
|
1067
|
+
container: {
|
1068
|
+
dark: boolean;
|
1069
|
+
color: string;
|
1070
|
+
colorToned: string;
|
1071
|
+
};
|
1072
|
+
onContainer: {
|
1073
|
+
dark: boolean;
|
1074
|
+
color: string;
|
1075
|
+
colorToned: string;
|
1076
|
+
};
|
1077
|
+
};
|
1078
|
+
background: {
|
1079
|
+
name: string;
|
1080
|
+
base: {
|
1081
|
+
dark: boolean;
|
1082
|
+
color: string;
|
1083
|
+
colorToned: string;
|
1084
|
+
};
|
1085
|
+
onBase: {
|
1086
|
+
dark: boolean;
|
1087
|
+
color: string;
|
1088
|
+
colorToned: string;
|
1089
|
+
};
|
1090
|
+
container: {
|
1091
|
+
dark: boolean;
|
1092
|
+
color: string;
|
1093
|
+
colorToned: string;
|
1094
|
+
};
|
1095
|
+
onContainer: {
|
1096
|
+
dark: boolean;
|
1097
|
+
color: string;
|
1098
|
+
colorToned: string;
|
1099
|
+
};
|
1100
|
+
};
|
1101
|
+
error: {
|
1102
|
+
name: string;
|
1103
|
+
base: {
|
1104
|
+
dark: boolean;
|
1105
|
+
color: string;
|
1106
|
+
colorToned: string;
|
1107
|
+
};
|
1108
|
+
onBase: {
|
1109
|
+
dark: boolean;
|
1110
|
+
color: string;
|
1111
|
+
colorToned: string;
|
1112
|
+
};
|
1113
|
+
container: {
|
1114
|
+
dark: boolean;
|
1115
|
+
color: string;
|
1116
|
+
colorToned: string;
|
1117
|
+
};
|
1118
|
+
onContainer: {
|
1119
|
+
dark: boolean;
|
1120
|
+
color: string;
|
1121
|
+
colorToned: string;
|
1122
|
+
};
|
1123
|
+
};
|
1124
|
+
info: {
|
1125
|
+
name: string;
|
1126
|
+
base: {
|
1127
|
+
dark: boolean;
|
1128
|
+
color: string;
|
1129
|
+
colorToned: string;
|
1130
|
+
};
|
1131
|
+
onBase: {
|
1132
|
+
dark: boolean;
|
1133
|
+
color: string;
|
1134
|
+
colorToned: string;
|
1135
|
+
};
|
1136
|
+
container: {
|
1137
|
+
dark: boolean;
|
1138
|
+
color: string;
|
1139
|
+
colorToned: string;
|
1140
|
+
};
|
1141
|
+
onContainer: {
|
1142
|
+
dark: boolean;
|
1143
|
+
color: string;
|
1144
|
+
colorToned: string;
|
1145
|
+
};
|
1146
|
+
};
|
1147
|
+
};
|
1148
|
+
blueprints: {
|
1149
|
+
default: {
|
1150
|
+
id: {
|
1151
|
+
equals: {
|
1152
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1153
|
+
};
|
1154
|
+
toString: () => string;
|
1155
|
+
toJSON: () => string;
|
1156
|
+
valueOf: () => string;
|
1157
|
+
};
|
1158
|
+
name: string;
|
1159
|
+
definitions: {
|
1160
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
1161
|
+
}[];
|
1162
|
+
};
|
1163
|
+
variant1: {
|
1164
|
+
id: {
|
1165
|
+
equals: {
|
1166
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1167
|
+
};
|
1168
|
+
toString: () => string;
|
1169
|
+
toJSON: () => string;
|
1170
|
+
valueOf: () => string;
|
1171
|
+
};
|
1172
|
+
name: string;
|
1173
|
+
definitions: {
|
1174
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
1175
|
+
}[];
|
1176
|
+
};
|
1177
|
+
variant2: {
|
1178
|
+
id: {
|
1179
|
+
equals: {
|
1180
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1181
|
+
};
|
1182
|
+
toString: () => string;
|
1183
|
+
toJSON: () => string;
|
1184
|
+
valueOf: () => string;
|
1185
|
+
};
|
1186
|
+
name: string;
|
1187
|
+
definitions: {
|
1188
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
1189
|
+
}[];
|
1190
|
+
};
|
1191
|
+
variant3: {
|
1192
|
+
id: {
|
1193
|
+
equals: {
|
1194
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1195
|
+
};
|
1196
|
+
toString: () => string;
|
1197
|
+
toJSON: () => string;
|
1198
|
+
valueOf: () => string;
|
1199
|
+
};
|
1200
|
+
name: string;
|
1201
|
+
definitions: {
|
1202
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
1203
|
+
}[];
|
1204
|
+
};
|
1205
|
+
};
|
1206
|
+
};
|
1207
|
+
};
|
1208
|
+
events: {
|
1209
|
+
[x: string]: {
|
1210
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1211
|
+
publish: (msg: any) => void;
|
1212
|
+
};
|
1213
|
+
onMutatedCurrentTheme: {
|
1214
|
+
subscribe: (fn: (obj: ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1215
|
+
};
|
1216
|
+
};
|
1217
|
+
actions: {
|
1218
|
+
onDispatching: <T extends (...args: any) => any>(action: (actions: {
|
1219
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
1220
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1221
|
+
onDispatched: <T_1 extends (...args: any) => any>(action: (actions: {
|
1222
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
1223
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1224
|
+
onFailure: <T_2 extends (...args: any) => any>(action: (actions: {
|
1225
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
1226
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1227
|
+
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|
1228
|
+
};
|
1229
|
+
get: {
|
1230
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
1231
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
1232
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
1233
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
1234
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
1235
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
1236
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
1237
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
1238
|
+
currentTheme: () => ThemeDefinitionV2;
|
1239
|
+
};
|
1240
|
+
};
|
611
1241
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
612
1242
|
readonly theme: "light" | "dark";
|
613
1243
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -1002,6 +1632,321 @@ declare const _default: {
|
|
1002
1632
|
}): void;
|
1003
1633
|
};
|
1004
1634
|
get: {
|
1635
|
+
readonly themeStore: {
|
1636
|
+
state: {
|
1637
|
+
currentTheme: {
|
1638
|
+
id: {
|
1639
|
+
equals: {
|
1640
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1641
|
+
};
|
1642
|
+
toString: () => string;
|
1643
|
+
toJSON: () => string;
|
1644
|
+
valueOf: () => string;
|
1645
|
+
};
|
1646
|
+
name: string;
|
1647
|
+
dark: boolean;
|
1648
|
+
colors: {
|
1649
|
+
primary: {
|
1650
|
+
name: string;
|
1651
|
+
base: {
|
1652
|
+
dark: boolean;
|
1653
|
+
color: string;
|
1654
|
+
colorToned: string;
|
1655
|
+
};
|
1656
|
+
onBase: {
|
1657
|
+
dark: boolean;
|
1658
|
+
color: string;
|
1659
|
+
colorToned: string;
|
1660
|
+
};
|
1661
|
+
container: {
|
1662
|
+
dark: boolean;
|
1663
|
+
color: string;
|
1664
|
+
colorToned: string;
|
1665
|
+
};
|
1666
|
+
onContainer: {
|
1667
|
+
dark: boolean;
|
1668
|
+
color: string;
|
1669
|
+
colorToned: string;
|
1670
|
+
};
|
1671
|
+
};
|
1672
|
+
secondary: {
|
1673
|
+
name: string;
|
1674
|
+
base: {
|
1675
|
+
dark: boolean;
|
1676
|
+
color: string;
|
1677
|
+
colorToned: string;
|
1678
|
+
};
|
1679
|
+
onBase: {
|
1680
|
+
dark: boolean;
|
1681
|
+
color: string;
|
1682
|
+
colorToned: string;
|
1683
|
+
};
|
1684
|
+
container: {
|
1685
|
+
dark: boolean;
|
1686
|
+
color: string;
|
1687
|
+
colorToned: string;
|
1688
|
+
};
|
1689
|
+
onContainer: {
|
1690
|
+
dark: boolean;
|
1691
|
+
color: string;
|
1692
|
+
colorToned: string;
|
1693
|
+
};
|
1694
|
+
};
|
1695
|
+
accent1: {
|
1696
|
+
name: string;
|
1697
|
+
base: {
|
1698
|
+
dark: boolean;
|
1699
|
+
color: string;
|
1700
|
+
colorToned: string;
|
1701
|
+
};
|
1702
|
+
onBase: {
|
1703
|
+
dark: boolean;
|
1704
|
+
color: string;
|
1705
|
+
colorToned: string;
|
1706
|
+
};
|
1707
|
+
container: {
|
1708
|
+
dark: boolean;
|
1709
|
+
color: string;
|
1710
|
+
colorToned: string;
|
1711
|
+
};
|
1712
|
+
onContainer: {
|
1713
|
+
dark: boolean;
|
1714
|
+
color: string;
|
1715
|
+
colorToned: string;
|
1716
|
+
};
|
1717
|
+
};
|
1718
|
+
accent2: {
|
1719
|
+
name: string;
|
1720
|
+
base: {
|
1721
|
+
dark: boolean;
|
1722
|
+
color: string;
|
1723
|
+
colorToned: string;
|
1724
|
+
};
|
1725
|
+
onBase: {
|
1726
|
+
dark: boolean;
|
1727
|
+
color: string;
|
1728
|
+
colorToned: string;
|
1729
|
+
};
|
1730
|
+
container: {
|
1731
|
+
dark: boolean;
|
1732
|
+
color: string;
|
1733
|
+
colorToned: string;
|
1734
|
+
};
|
1735
|
+
onContainer: {
|
1736
|
+
dark: boolean;
|
1737
|
+
color: string;
|
1738
|
+
colorToned: string;
|
1739
|
+
};
|
1740
|
+
};
|
1741
|
+
accent3: {
|
1742
|
+
name: string;
|
1743
|
+
base: {
|
1744
|
+
dark: boolean;
|
1745
|
+
color: string;
|
1746
|
+
colorToned: string;
|
1747
|
+
};
|
1748
|
+
onBase: {
|
1749
|
+
dark: boolean;
|
1750
|
+
color: string;
|
1751
|
+
colorToned: string;
|
1752
|
+
};
|
1753
|
+
container: {
|
1754
|
+
dark: boolean;
|
1755
|
+
color: string;
|
1756
|
+
colorToned: string;
|
1757
|
+
};
|
1758
|
+
onContainer: {
|
1759
|
+
dark: boolean;
|
1760
|
+
color: string;
|
1761
|
+
colorToned: string;
|
1762
|
+
};
|
1763
|
+
};
|
1764
|
+
neutral: {
|
1765
|
+
name: string;
|
1766
|
+
base: {
|
1767
|
+
dark: boolean;
|
1768
|
+
color: string;
|
1769
|
+
colorToned: string;
|
1770
|
+
};
|
1771
|
+
onBase: {
|
1772
|
+
dark: boolean;
|
1773
|
+
color: string;
|
1774
|
+
colorToned: string;
|
1775
|
+
};
|
1776
|
+
container: {
|
1777
|
+
dark: boolean;
|
1778
|
+
color: string;
|
1779
|
+
colorToned: string;
|
1780
|
+
};
|
1781
|
+
onContainer: {
|
1782
|
+
dark: boolean;
|
1783
|
+
color: string;
|
1784
|
+
colorToned: string;
|
1785
|
+
};
|
1786
|
+
};
|
1787
|
+
background: {
|
1788
|
+
name: string;
|
1789
|
+
base: {
|
1790
|
+
dark: boolean;
|
1791
|
+
color: string;
|
1792
|
+
colorToned: string;
|
1793
|
+
};
|
1794
|
+
onBase: {
|
1795
|
+
dark: boolean;
|
1796
|
+
color: string;
|
1797
|
+
colorToned: string;
|
1798
|
+
};
|
1799
|
+
container: {
|
1800
|
+
dark: boolean;
|
1801
|
+
color: string;
|
1802
|
+
colorToned: string;
|
1803
|
+
};
|
1804
|
+
onContainer: {
|
1805
|
+
dark: boolean;
|
1806
|
+
color: string;
|
1807
|
+
colorToned: string;
|
1808
|
+
};
|
1809
|
+
};
|
1810
|
+
error: {
|
1811
|
+
name: string;
|
1812
|
+
base: {
|
1813
|
+
dark: boolean;
|
1814
|
+
color: string;
|
1815
|
+
colorToned: string;
|
1816
|
+
};
|
1817
|
+
onBase: {
|
1818
|
+
dark: boolean;
|
1819
|
+
color: string;
|
1820
|
+
colorToned: string;
|
1821
|
+
};
|
1822
|
+
container: {
|
1823
|
+
dark: boolean;
|
1824
|
+
color: string;
|
1825
|
+
colorToned: string;
|
1826
|
+
};
|
1827
|
+
onContainer: {
|
1828
|
+
dark: boolean;
|
1829
|
+
color: string;
|
1830
|
+
colorToned: string;
|
1831
|
+
};
|
1832
|
+
};
|
1833
|
+
info: {
|
1834
|
+
name: string;
|
1835
|
+
base: {
|
1836
|
+
dark: boolean;
|
1837
|
+
color: string;
|
1838
|
+
colorToned: string;
|
1839
|
+
};
|
1840
|
+
onBase: {
|
1841
|
+
dark: boolean;
|
1842
|
+
color: string;
|
1843
|
+
colorToned: string;
|
1844
|
+
};
|
1845
|
+
container: {
|
1846
|
+
dark: boolean;
|
1847
|
+
color: string;
|
1848
|
+
colorToned: string;
|
1849
|
+
};
|
1850
|
+
onContainer: {
|
1851
|
+
dark: boolean;
|
1852
|
+
color: string;
|
1853
|
+
colorToned: string;
|
1854
|
+
};
|
1855
|
+
};
|
1856
|
+
};
|
1857
|
+
blueprints: {
|
1858
|
+
default: {
|
1859
|
+
id: {
|
1860
|
+
equals: {
|
1861
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1862
|
+
};
|
1863
|
+
toString: () => string;
|
1864
|
+
toJSON: () => string;
|
1865
|
+
valueOf: () => string;
|
1866
|
+
};
|
1867
|
+
name: string;
|
1868
|
+
definitions: {
|
1869
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
1870
|
+
}[];
|
1871
|
+
};
|
1872
|
+
variant1: {
|
1873
|
+
id: {
|
1874
|
+
equals: {
|
1875
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1876
|
+
};
|
1877
|
+
toString: () => string;
|
1878
|
+
toJSON: () => string;
|
1879
|
+
valueOf: () => string;
|
1880
|
+
};
|
1881
|
+
name: string;
|
1882
|
+
definitions: {
|
1883
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
1884
|
+
}[];
|
1885
|
+
};
|
1886
|
+
variant2: {
|
1887
|
+
id: {
|
1888
|
+
equals: {
|
1889
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1890
|
+
};
|
1891
|
+
toString: () => string;
|
1892
|
+
toJSON: () => string;
|
1893
|
+
valueOf: () => string;
|
1894
|
+
};
|
1895
|
+
name: string;
|
1896
|
+
definitions: {
|
1897
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
1898
|
+
}[];
|
1899
|
+
};
|
1900
|
+
variant3: {
|
1901
|
+
id: {
|
1902
|
+
equals: {
|
1903
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1904
|
+
};
|
1905
|
+
toString: () => string;
|
1906
|
+
toJSON: () => string;
|
1907
|
+
valueOf: () => string;
|
1908
|
+
};
|
1909
|
+
name: string;
|
1910
|
+
definitions: {
|
1911
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
1912
|
+
}[];
|
1913
|
+
};
|
1914
|
+
};
|
1915
|
+
};
|
1916
|
+
};
|
1917
|
+
events: {
|
1918
|
+
[x: string]: {
|
1919
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1920
|
+
publish: (msg: any) => void;
|
1921
|
+
};
|
1922
|
+
onMutatedCurrentTheme: {
|
1923
|
+
subscribe: (fn: (obj: ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1924
|
+
};
|
1925
|
+
};
|
1926
|
+
actions: {
|
1927
|
+
onDispatching: <T extends (...args: any) => any>(action: (actions: {
|
1928
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
1929
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1930
|
+
onDispatched: <T_1 extends (...args: any) => any>(action: (actions: {
|
1931
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
1932
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1933
|
+
onFailure: <T_2 extends (...args: any) => any>(action: (actions: {
|
1934
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
1935
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1936
|
+
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|
1937
|
+
};
|
1938
|
+
get: {
|
1939
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
1940
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
1941
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
1942
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
1943
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
1944
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
1945
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
1946
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
1947
|
+
currentTheme: () => ThemeDefinitionV2;
|
1948
|
+
};
|
1949
|
+
};
|
1005
1950
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
1006
1951
|
readonly theme: "light" | "dark";
|
1007
1952
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -1399,6 +2344,321 @@ declare const _default: {
|
|
1399
2344
|
}): void;
|
1400
2345
|
};
|
1401
2346
|
get: {
|
2347
|
+
readonly themeStore: {
|
2348
|
+
state: {
|
2349
|
+
currentTheme: {
|
2350
|
+
id: {
|
2351
|
+
equals: {
|
2352
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
2353
|
+
};
|
2354
|
+
toString: () => string;
|
2355
|
+
toJSON: () => string;
|
2356
|
+
valueOf: () => string;
|
2357
|
+
};
|
2358
|
+
name: string;
|
2359
|
+
dark: boolean;
|
2360
|
+
colors: {
|
2361
|
+
primary: {
|
2362
|
+
name: string;
|
2363
|
+
base: {
|
2364
|
+
dark: boolean;
|
2365
|
+
color: string;
|
2366
|
+
colorToned: string;
|
2367
|
+
};
|
2368
|
+
onBase: {
|
2369
|
+
dark: boolean;
|
2370
|
+
color: string;
|
2371
|
+
colorToned: string;
|
2372
|
+
};
|
2373
|
+
container: {
|
2374
|
+
dark: boolean;
|
2375
|
+
color: string;
|
2376
|
+
colorToned: string;
|
2377
|
+
};
|
2378
|
+
onContainer: {
|
2379
|
+
dark: boolean;
|
2380
|
+
color: string;
|
2381
|
+
colorToned: string;
|
2382
|
+
};
|
2383
|
+
};
|
2384
|
+
secondary: {
|
2385
|
+
name: string;
|
2386
|
+
base: {
|
2387
|
+
dark: boolean;
|
2388
|
+
color: string;
|
2389
|
+
colorToned: string;
|
2390
|
+
};
|
2391
|
+
onBase: {
|
2392
|
+
dark: boolean;
|
2393
|
+
color: string;
|
2394
|
+
colorToned: string;
|
2395
|
+
};
|
2396
|
+
container: {
|
2397
|
+
dark: boolean;
|
2398
|
+
color: string;
|
2399
|
+
colorToned: string;
|
2400
|
+
};
|
2401
|
+
onContainer: {
|
2402
|
+
dark: boolean;
|
2403
|
+
color: string;
|
2404
|
+
colorToned: string;
|
2405
|
+
};
|
2406
|
+
};
|
2407
|
+
accent1: {
|
2408
|
+
name: string;
|
2409
|
+
base: {
|
2410
|
+
dark: boolean;
|
2411
|
+
color: string;
|
2412
|
+
colorToned: string;
|
2413
|
+
};
|
2414
|
+
onBase: {
|
2415
|
+
dark: boolean;
|
2416
|
+
color: string;
|
2417
|
+
colorToned: string;
|
2418
|
+
};
|
2419
|
+
container: {
|
2420
|
+
dark: boolean;
|
2421
|
+
color: string;
|
2422
|
+
colorToned: string;
|
2423
|
+
};
|
2424
|
+
onContainer: {
|
2425
|
+
dark: boolean;
|
2426
|
+
color: string;
|
2427
|
+
colorToned: string;
|
2428
|
+
};
|
2429
|
+
};
|
2430
|
+
accent2: {
|
2431
|
+
name: string;
|
2432
|
+
base: {
|
2433
|
+
dark: boolean;
|
2434
|
+
color: string;
|
2435
|
+
colorToned: string;
|
2436
|
+
};
|
2437
|
+
onBase: {
|
2438
|
+
dark: boolean;
|
2439
|
+
color: string;
|
2440
|
+
colorToned: string;
|
2441
|
+
};
|
2442
|
+
container: {
|
2443
|
+
dark: boolean;
|
2444
|
+
color: string;
|
2445
|
+
colorToned: string;
|
2446
|
+
};
|
2447
|
+
onContainer: {
|
2448
|
+
dark: boolean;
|
2449
|
+
color: string;
|
2450
|
+
colorToned: string;
|
2451
|
+
};
|
2452
|
+
};
|
2453
|
+
accent3: {
|
2454
|
+
name: string;
|
2455
|
+
base: {
|
2456
|
+
dark: boolean;
|
2457
|
+
color: string;
|
2458
|
+
colorToned: string;
|
2459
|
+
};
|
2460
|
+
onBase: {
|
2461
|
+
dark: boolean;
|
2462
|
+
color: string;
|
2463
|
+
colorToned: string;
|
2464
|
+
};
|
2465
|
+
container: {
|
2466
|
+
dark: boolean;
|
2467
|
+
color: string;
|
2468
|
+
colorToned: string;
|
2469
|
+
};
|
2470
|
+
onContainer: {
|
2471
|
+
dark: boolean;
|
2472
|
+
color: string;
|
2473
|
+
colorToned: string;
|
2474
|
+
};
|
2475
|
+
};
|
2476
|
+
neutral: {
|
2477
|
+
name: string;
|
2478
|
+
base: {
|
2479
|
+
dark: boolean;
|
2480
|
+
color: string;
|
2481
|
+
colorToned: string;
|
2482
|
+
};
|
2483
|
+
onBase: {
|
2484
|
+
dark: boolean;
|
2485
|
+
color: string;
|
2486
|
+
colorToned: string;
|
2487
|
+
};
|
2488
|
+
container: {
|
2489
|
+
dark: boolean;
|
2490
|
+
color: string;
|
2491
|
+
colorToned: string;
|
2492
|
+
};
|
2493
|
+
onContainer: {
|
2494
|
+
dark: boolean;
|
2495
|
+
color: string;
|
2496
|
+
colorToned: string;
|
2497
|
+
};
|
2498
|
+
};
|
2499
|
+
background: {
|
2500
|
+
name: string;
|
2501
|
+
base: {
|
2502
|
+
dark: boolean;
|
2503
|
+
color: string;
|
2504
|
+
colorToned: string;
|
2505
|
+
};
|
2506
|
+
onBase: {
|
2507
|
+
dark: boolean;
|
2508
|
+
color: string;
|
2509
|
+
colorToned: string;
|
2510
|
+
};
|
2511
|
+
container: {
|
2512
|
+
dark: boolean;
|
2513
|
+
color: string;
|
2514
|
+
colorToned: string;
|
2515
|
+
};
|
2516
|
+
onContainer: {
|
2517
|
+
dark: boolean;
|
2518
|
+
color: string;
|
2519
|
+
colorToned: string;
|
2520
|
+
};
|
2521
|
+
};
|
2522
|
+
error: {
|
2523
|
+
name: string;
|
2524
|
+
base: {
|
2525
|
+
dark: boolean;
|
2526
|
+
color: string;
|
2527
|
+
colorToned: string;
|
2528
|
+
};
|
2529
|
+
onBase: {
|
2530
|
+
dark: boolean;
|
2531
|
+
color: string;
|
2532
|
+
colorToned: string;
|
2533
|
+
};
|
2534
|
+
container: {
|
2535
|
+
dark: boolean;
|
2536
|
+
color: string;
|
2537
|
+
colorToned: string;
|
2538
|
+
};
|
2539
|
+
onContainer: {
|
2540
|
+
dark: boolean;
|
2541
|
+
color: string;
|
2542
|
+
colorToned: string;
|
2543
|
+
};
|
2544
|
+
};
|
2545
|
+
info: {
|
2546
|
+
name: string;
|
2547
|
+
base: {
|
2548
|
+
dark: boolean;
|
2549
|
+
color: string;
|
2550
|
+
colorToned: string;
|
2551
|
+
};
|
2552
|
+
onBase: {
|
2553
|
+
dark: boolean;
|
2554
|
+
color: string;
|
2555
|
+
colorToned: string;
|
2556
|
+
};
|
2557
|
+
container: {
|
2558
|
+
dark: boolean;
|
2559
|
+
color: string;
|
2560
|
+
colorToned: string;
|
2561
|
+
};
|
2562
|
+
onContainer: {
|
2563
|
+
dark: boolean;
|
2564
|
+
color: string;
|
2565
|
+
colorToned: string;
|
2566
|
+
};
|
2567
|
+
};
|
2568
|
+
};
|
2569
|
+
blueprints: {
|
2570
|
+
default: {
|
2571
|
+
id: {
|
2572
|
+
equals: {
|
2573
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
2574
|
+
};
|
2575
|
+
toString: () => string;
|
2576
|
+
toJSON: () => string;
|
2577
|
+
valueOf: () => string;
|
2578
|
+
};
|
2579
|
+
name: string;
|
2580
|
+
definitions: {
|
2581
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
2582
|
+
}[];
|
2583
|
+
};
|
2584
|
+
variant1: {
|
2585
|
+
id: {
|
2586
|
+
equals: {
|
2587
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
2588
|
+
};
|
2589
|
+
toString: () => string;
|
2590
|
+
toJSON: () => string;
|
2591
|
+
valueOf: () => string;
|
2592
|
+
};
|
2593
|
+
name: string;
|
2594
|
+
definitions: {
|
2595
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
2596
|
+
}[];
|
2597
|
+
};
|
2598
|
+
variant2: {
|
2599
|
+
id: {
|
2600
|
+
equals: {
|
2601
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
2602
|
+
};
|
2603
|
+
toString: () => string;
|
2604
|
+
toJSON: () => string;
|
2605
|
+
valueOf: () => string;
|
2606
|
+
};
|
2607
|
+
name: string;
|
2608
|
+
definitions: {
|
2609
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
2610
|
+
}[];
|
2611
|
+
};
|
2612
|
+
variant3: {
|
2613
|
+
id: {
|
2614
|
+
equals: {
|
2615
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
2616
|
+
};
|
2617
|
+
toString: () => string;
|
2618
|
+
toJSON: () => string;
|
2619
|
+
valueOf: () => string;
|
2620
|
+
};
|
2621
|
+
name: string;
|
2622
|
+
definitions: {
|
2623
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
2624
|
+
}[];
|
2625
|
+
};
|
2626
|
+
};
|
2627
|
+
};
|
2628
|
+
};
|
2629
|
+
events: {
|
2630
|
+
[x: string]: {
|
2631
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
2632
|
+
publish: (msg: any) => void;
|
2633
|
+
};
|
2634
|
+
onMutatedCurrentTheme: {
|
2635
|
+
subscribe: (fn: (obj: ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
2636
|
+
};
|
2637
|
+
};
|
2638
|
+
actions: {
|
2639
|
+
onDispatching: <T extends (...args: any) => any>(action: (actions: {
|
2640
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
2641
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
2642
|
+
onDispatched: <T_1 extends (...args: any) => any>(action: (actions: {
|
2643
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
2644
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
2645
|
+
onFailure: <T_2 extends (...args: any) => any>(action: (actions: {
|
2646
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
2647
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
2648
|
+
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|
2649
|
+
};
|
2650
|
+
get: {
|
2651
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
2652
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
2653
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
2654
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
2655
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
2656
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
2657
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
2658
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
2659
|
+
currentTheme: () => ThemeDefinitionV2;
|
2660
|
+
};
|
2661
|
+
};
|
1402
2662
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
1403
2663
|
readonly theme: "light" | "dark";
|
1404
2664
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -1819,6 +3079,321 @@ declare const _default: {
|
|
1819
3079
|
}): void;
|
1820
3080
|
};
|
1821
3081
|
get: {
|
3082
|
+
readonly themeStore: {
|
3083
|
+
state: {
|
3084
|
+
currentTheme: {
|
3085
|
+
id: {
|
3086
|
+
equals: {
|
3087
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
3088
|
+
};
|
3089
|
+
toString: () => string;
|
3090
|
+
toJSON: () => string;
|
3091
|
+
valueOf: () => string;
|
3092
|
+
};
|
3093
|
+
name: string;
|
3094
|
+
dark: boolean;
|
3095
|
+
colors: {
|
3096
|
+
primary: {
|
3097
|
+
name: string;
|
3098
|
+
base: {
|
3099
|
+
dark: boolean;
|
3100
|
+
color: string;
|
3101
|
+
colorToned: string;
|
3102
|
+
};
|
3103
|
+
onBase: {
|
3104
|
+
dark: boolean;
|
3105
|
+
color: string;
|
3106
|
+
colorToned: string;
|
3107
|
+
};
|
3108
|
+
container: {
|
3109
|
+
dark: boolean;
|
3110
|
+
color: string;
|
3111
|
+
colorToned: string;
|
3112
|
+
};
|
3113
|
+
onContainer: {
|
3114
|
+
dark: boolean;
|
3115
|
+
color: string;
|
3116
|
+
colorToned: string;
|
3117
|
+
};
|
3118
|
+
};
|
3119
|
+
secondary: {
|
3120
|
+
name: string;
|
3121
|
+
base: {
|
3122
|
+
dark: boolean;
|
3123
|
+
color: string;
|
3124
|
+
colorToned: string;
|
3125
|
+
};
|
3126
|
+
onBase: {
|
3127
|
+
dark: boolean;
|
3128
|
+
color: string;
|
3129
|
+
colorToned: string;
|
3130
|
+
};
|
3131
|
+
container: {
|
3132
|
+
dark: boolean;
|
3133
|
+
color: string;
|
3134
|
+
colorToned: string;
|
3135
|
+
};
|
3136
|
+
onContainer: {
|
3137
|
+
dark: boolean;
|
3138
|
+
color: string;
|
3139
|
+
colorToned: string;
|
3140
|
+
};
|
3141
|
+
};
|
3142
|
+
accent1: {
|
3143
|
+
name: string;
|
3144
|
+
base: {
|
3145
|
+
dark: boolean;
|
3146
|
+
color: string;
|
3147
|
+
colorToned: string;
|
3148
|
+
};
|
3149
|
+
onBase: {
|
3150
|
+
dark: boolean;
|
3151
|
+
color: string;
|
3152
|
+
colorToned: string;
|
3153
|
+
};
|
3154
|
+
container: {
|
3155
|
+
dark: boolean;
|
3156
|
+
color: string;
|
3157
|
+
colorToned: string;
|
3158
|
+
};
|
3159
|
+
onContainer: {
|
3160
|
+
dark: boolean;
|
3161
|
+
color: string;
|
3162
|
+
colorToned: string;
|
3163
|
+
};
|
3164
|
+
};
|
3165
|
+
accent2: {
|
3166
|
+
name: string;
|
3167
|
+
base: {
|
3168
|
+
dark: boolean;
|
3169
|
+
color: string;
|
3170
|
+
colorToned: string;
|
3171
|
+
};
|
3172
|
+
onBase: {
|
3173
|
+
dark: boolean;
|
3174
|
+
color: string;
|
3175
|
+
colorToned: string;
|
3176
|
+
};
|
3177
|
+
container: {
|
3178
|
+
dark: boolean;
|
3179
|
+
color: string;
|
3180
|
+
colorToned: string;
|
3181
|
+
};
|
3182
|
+
onContainer: {
|
3183
|
+
dark: boolean;
|
3184
|
+
color: string;
|
3185
|
+
colorToned: string;
|
3186
|
+
};
|
3187
|
+
};
|
3188
|
+
accent3: {
|
3189
|
+
name: string;
|
3190
|
+
base: {
|
3191
|
+
dark: boolean;
|
3192
|
+
color: string;
|
3193
|
+
colorToned: string;
|
3194
|
+
};
|
3195
|
+
onBase: {
|
3196
|
+
dark: boolean;
|
3197
|
+
color: string;
|
3198
|
+
colorToned: string;
|
3199
|
+
};
|
3200
|
+
container: {
|
3201
|
+
dark: boolean;
|
3202
|
+
color: string;
|
3203
|
+
colorToned: string;
|
3204
|
+
};
|
3205
|
+
onContainer: {
|
3206
|
+
dark: boolean;
|
3207
|
+
color: string;
|
3208
|
+
colorToned: string;
|
3209
|
+
};
|
3210
|
+
};
|
3211
|
+
neutral: {
|
3212
|
+
name: string;
|
3213
|
+
base: {
|
3214
|
+
dark: boolean;
|
3215
|
+
color: string;
|
3216
|
+
colorToned: string;
|
3217
|
+
};
|
3218
|
+
onBase: {
|
3219
|
+
dark: boolean;
|
3220
|
+
color: string;
|
3221
|
+
colorToned: string;
|
3222
|
+
};
|
3223
|
+
container: {
|
3224
|
+
dark: boolean;
|
3225
|
+
color: string;
|
3226
|
+
colorToned: string;
|
3227
|
+
};
|
3228
|
+
onContainer: {
|
3229
|
+
dark: boolean;
|
3230
|
+
color: string;
|
3231
|
+
colorToned: string;
|
3232
|
+
};
|
3233
|
+
};
|
3234
|
+
background: {
|
3235
|
+
name: string;
|
3236
|
+
base: {
|
3237
|
+
dark: boolean;
|
3238
|
+
color: string;
|
3239
|
+
colorToned: string;
|
3240
|
+
};
|
3241
|
+
onBase: {
|
3242
|
+
dark: boolean;
|
3243
|
+
color: string;
|
3244
|
+
colorToned: string;
|
3245
|
+
};
|
3246
|
+
container: {
|
3247
|
+
dark: boolean;
|
3248
|
+
color: string;
|
3249
|
+
colorToned: string;
|
3250
|
+
};
|
3251
|
+
onContainer: {
|
3252
|
+
dark: boolean;
|
3253
|
+
color: string;
|
3254
|
+
colorToned: string;
|
3255
|
+
};
|
3256
|
+
};
|
3257
|
+
error: {
|
3258
|
+
name: string;
|
3259
|
+
base: {
|
3260
|
+
dark: boolean;
|
3261
|
+
color: string;
|
3262
|
+
colorToned: string;
|
3263
|
+
};
|
3264
|
+
onBase: {
|
3265
|
+
dark: boolean;
|
3266
|
+
color: string;
|
3267
|
+
colorToned: string;
|
3268
|
+
};
|
3269
|
+
container: {
|
3270
|
+
dark: boolean;
|
3271
|
+
color: string;
|
3272
|
+
colorToned: string;
|
3273
|
+
};
|
3274
|
+
onContainer: {
|
3275
|
+
dark: boolean;
|
3276
|
+
color: string;
|
3277
|
+
colorToned: string;
|
3278
|
+
};
|
3279
|
+
};
|
3280
|
+
info: {
|
3281
|
+
name: string;
|
3282
|
+
base: {
|
3283
|
+
dark: boolean;
|
3284
|
+
color: string;
|
3285
|
+
colorToned: string;
|
3286
|
+
};
|
3287
|
+
onBase: {
|
3288
|
+
dark: boolean;
|
3289
|
+
color: string;
|
3290
|
+
colorToned: string;
|
3291
|
+
};
|
3292
|
+
container: {
|
3293
|
+
dark: boolean;
|
3294
|
+
color: string;
|
3295
|
+
colorToned: string;
|
3296
|
+
};
|
3297
|
+
onContainer: {
|
3298
|
+
dark: boolean;
|
3299
|
+
color: string;
|
3300
|
+
colorToned: string;
|
3301
|
+
};
|
3302
|
+
};
|
3303
|
+
};
|
3304
|
+
blueprints: {
|
3305
|
+
default: {
|
3306
|
+
id: {
|
3307
|
+
equals: {
|
3308
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
3309
|
+
};
|
3310
|
+
toString: () => string;
|
3311
|
+
toJSON: () => string;
|
3312
|
+
valueOf: () => string;
|
3313
|
+
};
|
3314
|
+
name: string;
|
3315
|
+
definitions: {
|
3316
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
3317
|
+
}[];
|
3318
|
+
};
|
3319
|
+
variant1: {
|
3320
|
+
id: {
|
3321
|
+
equals: {
|
3322
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
3323
|
+
};
|
3324
|
+
toString: () => string;
|
3325
|
+
toJSON: () => string;
|
3326
|
+
valueOf: () => string;
|
3327
|
+
};
|
3328
|
+
name: string;
|
3329
|
+
definitions: {
|
3330
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
3331
|
+
}[];
|
3332
|
+
};
|
3333
|
+
variant2: {
|
3334
|
+
id: {
|
3335
|
+
equals: {
|
3336
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
3337
|
+
};
|
3338
|
+
toString: () => string;
|
3339
|
+
toJSON: () => string;
|
3340
|
+
valueOf: () => string;
|
3341
|
+
};
|
3342
|
+
name: string;
|
3343
|
+
definitions: {
|
3344
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
3345
|
+
}[];
|
3346
|
+
};
|
3347
|
+
variant3: {
|
3348
|
+
id: {
|
3349
|
+
equals: {
|
3350
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
3351
|
+
};
|
3352
|
+
toString: () => string;
|
3353
|
+
toJSON: () => string;
|
3354
|
+
valueOf: () => string;
|
3355
|
+
};
|
3356
|
+
name: string;
|
3357
|
+
definitions: {
|
3358
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
3359
|
+
}[];
|
3360
|
+
};
|
3361
|
+
};
|
3362
|
+
};
|
3363
|
+
};
|
3364
|
+
events: {
|
3365
|
+
[x: string]: {
|
3366
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
3367
|
+
publish: (msg: any) => void;
|
3368
|
+
};
|
3369
|
+
onMutatedCurrentTheme: {
|
3370
|
+
subscribe: (fn: (obj: ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
3371
|
+
};
|
3372
|
+
};
|
3373
|
+
actions: {
|
3374
|
+
onDispatching: <T extends (...args: any) => any>(action: (actions: {
|
3375
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
3376
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
3377
|
+
onDispatched: <T_1 extends (...args: any) => any>(action: (actions: {
|
3378
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
3379
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
3380
|
+
onFailure: <T_2 extends (...args: any) => any>(action: (actions: {
|
3381
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
3382
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
3383
|
+
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|
3384
|
+
};
|
3385
|
+
get: {
|
3386
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
3387
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
3388
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
3389
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
3390
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
3391
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
3392
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
3393
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
3394
|
+
currentTheme: () => ThemeDefinitionV2;
|
3395
|
+
};
|
3396
|
+
};
|
1822
3397
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
1823
3398
|
readonly theme: "light" | "dark";
|
1824
3399
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -2221,6 +3796,321 @@ declare const _default: {
|
|
2221
3796
|
}): void;
|
2222
3797
|
};
|
2223
3798
|
get: {
|
3799
|
+
readonly themeStore: {
|
3800
|
+
state: {
|
3801
|
+
currentTheme: {
|
3802
|
+
id: {
|
3803
|
+
equals: {
|
3804
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
3805
|
+
};
|
3806
|
+
toString: () => string;
|
3807
|
+
toJSON: () => string;
|
3808
|
+
valueOf: () => string;
|
3809
|
+
};
|
3810
|
+
name: string;
|
3811
|
+
dark: boolean;
|
3812
|
+
colors: {
|
3813
|
+
primary: {
|
3814
|
+
name: string;
|
3815
|
+
base: {
|
3816
|
+
dark: boolean;
|
3817
|
+
color: string;
|
3818
|
+
colorToned: string;
|
3819
|
+
};
|
3820
|
+
onBase: {
|
3821
|
+
dark: boolean;
|
3822
|
+
color: string;
|
3823
|
+
colorToned: string;
|
3824
|
+
};
|
3825
|
+
container: {
|
3826
|
+
dark: boolean;
|
3827
|
+
color: string;
|
3828
|
+
colorToned: string;
|
3829
|
+
};
|
3830
|
+
onContainer: {
|
3831
|
+
dark: boolean;
|
3832
|
+
color: string;
|
3833
|
+
colorToned: string;
|
3834
|
+
};
|
3835
|
+
};
|
3836
|
+
secondary: {
|
3837
|
+
name: string;
|
3838
|
+
base: {
|
3839
|
+
dark: boolean;
|
3840
|
+
color: string;
|
3841
|
+
colorToned: string;
|
3842
|
+
};
|
3843
|
+
onBase: {
|
3844
|
+
dark: boolean;
|
3845
|
+
color: string;
|
3846
|
+
colorToned: string;
|
3847
|
+
};
|
3848
|
+
container: {
|
3849
|
+
dark: boolean;
|
3850
|
+
color: string;
|
3851
|
+
colorToned: string;
|
3852
|
+
};
|
3853
|
+
onContainer: {
|
3854
|
+
dark: boolean;
|
3855
|
+
color: string;
|
3856
|
+
colorToned: string;
|
3857
|
+
};
|
3858
|
+
};
|
3859
|
+
accent1: {
|
3860
|
+
name: string;
|
3861
|
+
base: {
|
3862
|
+
dark: boolean;
|
3863
|
+
color: string;
|
3864
|
+
colorToned: string;
|
3865
|
+
};
|
3866
|
+
onBase: {
|
3867
|
+
dark: boolean;
|
3868
|
+
color: string;
|
3869
|
+
colorToned: string;
|
3870
|
+
};
|
3871
|
+
container: {
|
3872
|
+
dark: boolean;
|
3873
|
+
color: string;
|
3874
|
+
colorToned: string;
|
3875
|
+
};
|
3876
|
+
onContainer: {
|
3877
|
+
dark: boolean;
|
3878
|
+
color: string;
|
3879
|
+
colorToned: string;
|
3880
|
+
};
|
3881
|
+
};
|
3882
|
+
accent2: {
|
3883
|
+
name: string;
|
3884
|
+
base: {
|
3885
|
+
dark: boolean;
|
3886
|
+
color: string;
|
3887
|
+
colorToned: string;
|
3888
|
+
};
|
3889
|
+
onBase: {
|
3890
|
+
dark: boolean;
|
3891
|
+
color: string;
|
3892
|
+
colorToned: string;
|
3893
|
+
};
|
3894
|
+
container: {
|
3895
|
+
dark: boolean;
|
3896
|
+
color: string;
|
3897
|
+
colorToned: string;
|
3898
|
+
};
|
3899
|
+
onContainer: {
|
3900
|
+
dark: boolean;
|
3901
|
+
color: string;
|
3902
|
+
colorToned: string;
|
3903
|
+
};
|
3904
|
+
};
|
3905
|
+
accent3: {
|
3906
|
+
name: string;
|
3907
|
+
base: {
|
3908
|
+
dark: boolean;
|
3909
|
+
color: string;
|
3910
|
+
colorToned: string;
|
3911
|
+
};
|
3912
|
+
onBase: {
|
3913
|
+
dark: boolean;
|
3914
|
+
color: string;
|
3915
|
+
colorToned: string;
|
3916
|
+
};
|
3917
|
+
container: {
|
3918
|
+
dark: boolean;
|
3919
|
+
color: string;
|
3920
|
+
colorToned: string;
|
3921
|
+
};
|
3922
|
+
onContainer: {
|
3923
|
+
dark: boolean;
|
3924
|
+
color: string;
|
3925
|
+
colorToned: string;
|
3926
|
+
};
|
3927
|
+
};
|
3928
|
+
neutral: {
|
3929
|
+
name: string;
|
3930
|
+
base: {
|
3931
|
+
dark: boolean;
|
3932
|
+
color: string;
|
3933
|
+
colorToned: string;
|
3934
|
+
};
|
3935
|
+
onBase: {
|
3936
|
+
dark: boolean;
|
3937
|
+
color: string;
|
3938
|
+
colorToned: string;
|
3939
|
+
};
|
3940
|
+
container: {
|
3941
|
+
dark: boolean;
|
3942
|
+
color: string;
|
3943
|
+
colorToned: string;
|
3944
|
+
};
|
3945
|
+
onContainer: {
|
3946
|
+
dark: boolean;
|
3947
|
+
color: string;
|
3948
|
+
colorToned: string;
|
3949
|
+
};
|
3950
|
+
};
|
3951
|
+
background: {
|
3952
|
+
name: string;
|
3953
|
+
base: {
|
3954
|
+
dark: boolean;
|
3955
|
+
color: string;
|
3956
|
+
colorToned: string;
|
3957
|
+
};
|
3958
|
+
onBase: {
|
3959
|
+
dark: boolean;
|
3960
|
+
color: string;
|
3961
|
+
colorToned: string;
|
3962
|
+
};
|
3963
|
+
container: {
|
3964
|
+
dark: boolean;
|
3965
|
+
color: string;
|
3966
|
+
colorToned: string;
|
3967
|
+
};
|
3968
|
+
onContainer: {
|
3969
|
+
dark: boolean;
|
3970
|
+
color: string;
|
3971
|
+
colorToned: string;
|
3972
|
+
};
|
3973
|
+
};
|
3974
|
+
error: {
|
3975
|
+
name: string;
|
3976
|
+
base: {
|
3977
|
+
dark: boolean;
|
3978
|
+
color: string;
|
3979
|
+
colorToned: string;
|
3980
|
+
};
|
3981
|
+
onBase: {
|
3982
|
+
dark: boolean;
|
3983
|
+
color: string;
|
3984
|
+
colorToned: string;
|
3985
|
+
};
|
3986
|
+
container: {
|
3987
|
+
dark: boolean;
|
3988
|
+
color: string;
|
3989
|
+
colorToned: string;
|
3990
|
+
};
|
3991
|
+
onContainer: {
|
3992
|
+
dark: boolean;
|
3993
|
+
color: string;
|
3994
|
+
colorToned: string;
|
3995
|
+
};
|
3996
|
+
};
|
3997
|
+
info: {
|
3998
|
+
name: string;
|
3999
|
+
base: {
|
4000
|
+
dark: boolean;
|
4001
|
+
color: string;
|
4002
|
+
colorToned: string;
|
4003
|
+
};
|
4004
|
+
onBase: {
|
4005
|
+
dark: boolean;
|
4006
|
+
color: string;
|
4007
|
+
colorToned: string;
|
4008
|
+
};
|
4009
|
+
container: {
|
4010
|
+
dark: boolean;
|
4011
|
+
color: string;
|
4012
|
+
colorToned: string;
|
4013
|
+
};
|
4014
|
+
onContainer: {
|
4015
|
+
dark: boolean;
|
4016
|
+
color: string;
|
4017
|
+
colorToned: string;
|
4018
|
+
};
|
4019
|
+
};
|
4020
|
+
};
|
4021
|
+
blueprints: {
|
4022
|
+
default: {
|
4023
|
+
id: {
|
4024
|
+
equals: {
|
4025
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4026
|
+
};
|
4027
|
+
toString: () => string;
|
4028
|
+
toJSON: () => string;
|
4029
|
+
valueOf: () => string;
|
4030
|
+
};
|
4031
|
+
name: string;
|
4032
|
+
definitions: {
|
4033
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
4034
|
+
}[];
|
4035
|
+
};
|
4036
|
+
variant1: {
|
4037
|
+
id: {
|
4038
|
+
equals: {
|
4039
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4040
|
+
};
|
4041
|
+
toString: () => string;
|
4042
|
+
toJSON: () => string;
|
4043
|
+
valueOf: () => string;
|
4044
|
+
};
|
4045
|
+
name: string;
|
4046
|
+
definitions: {
|
4047
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
4048
|
+
}[];
|
4049
|
+
};
|
4050
|
+
variant2: {
|
4051
|
+
id: {
|
4052
|
+
equals: {
|
4053
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4054
|
+
};
|
4055
|
+
toString: () => string;
|
4056
|
+
toJSON: () => string;
|
4057
|
+
valueOf: () => string;
|
4058
|
+
};
|
4059
|
+
name: string;
|
4060
|
+
definitions: {
|
4061
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
4062
|
+
}[];
|
4063
|
+
};
|
4064
|
+
variant3: {
|
4065
|
+
id: {
|
4066
|
+
equals: {
|
4067
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4068
|
+
};
|
4069
|
+
toString: () => string;
|
4070
|
+
toJSON: () => string;
|
4071
|
+
valueOf: () => string;
|
4072
|
+
};
|
4073
|
+
name: string;
|
4074
|
+
definitions: {
|
4075
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
4076
|
+
}[];
|
4077
|
+
};
|
4078
|
+
};
|
4079
|
+
};
|
4080
|
+
};
|
4081
|
+
events: {
|
4082
|
+
[x: string]: {
|
4083
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4084
|
+
publish: (msg: any) => void;
|
4085
|
+
};
|
4086
|
+
onMutatedCurrentTheme: {
|
4087
|
+
subscribe: (fn: (obj: ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4088
|
+
};
|
4089
|
+
};
|
4090
|
+
actions: {
|
4091
|
+
onDispatching: <T extends (...args: any) => any>(action: (actions: {
|
4092
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
4093
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4094
|
+
onDispatched: <T_1 extends (...args: any) => any>(action: (actions: {
|
4095
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
4096
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4097
|
+
onFailure: <T_2 extends (...args: any) => any>(action: (actions: {
|
4098
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
4099
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4100
|
+
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|
4101
|
+
};
|
4102
|
+
get: {
|
4103
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
4104
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
4105
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
4106
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
4107
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
4108
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
4109
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
4110
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
4111
|
+
currentTheme: () => ThemeDefinitionV2;
|
4112
|
+
};
|
4113
|
+
};
|
2224
4114
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
2225
4115
|
readonly theme: "light" | "dark";
|
2226
4116
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|
@@ -2614,6 +4504,321 @@ declare const _default: {
|
|
2614
4504
|
}): void;
|
2615
4505
|
};
|
2616
4506
|
get: {
|
4507
|
+
readonly themeStore: {
|
4508
|
+
state: {
|
4509
|
+
currentTheme: {
|
4510
|
+
id: {
|
4511
|
+
equals: {
|
4512
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4513
|
+
};
|
4514
|
+
toString: () => string;
|
4515
|
+
toJSON: () => string;
|
4516
|
+
valueOf: () => string;
|
4517
|
+
};
|
4518
|
+
name: string;
|
4519
|
+
dark: boolean;
|
4520
|
+
colors: {
|
4521
|
+
primary: {
|
4522
|
+
name: string;
|
4523
|
+
base: {
|
4524
|
+
dark: boolean;
|
4525
|
+
color: string;
|
4526
|
+
colorToned: string;
|
4527
|
+
};
|
4528
|
+
onBase: {
|
4529
|
+
dark: boolean;
|
4530
|
+
color: string;
|
4531
|
+
colorToned: string;
|
4532
|
+
};
|
4533
|
+
container: {
|
4534
|
+
dark: boolean;
|
4535
|
+
color: string;
|
4536
|
+
colorToned: string;
|
4537
|
+
};
|
4538
|
+
onContainer: {
|
4539
|
+
dark: boolean;
|
4540
|
+
color: string;
|
4541
|
+
colorToned: string;
|
4542
|
+
};
|
4543
|
+
};
|
4544
|
+
secondary: {
|
4545
|
+
name: string;
|
4546
|
+
base: {
|
4547
|
+
dark: boolean;
|
4548
|
+
color: string;
|
4549
|
+
colorToned: string;
|
4550
|
+
};
|
4551
|
+
onBase: {
|
4552
|
+
dark: boolean;
|
4553
|
+
color: string;
|
4554
|
+
colorToned: string;
|
4555
|
+
};
|
4556
|
+
container: {
|
4557
|
+
dark: boolean;
|
4558
|
+
color: string;
|
4559
|
+
colorToned: string;
|
4560
|
+
};
|
4561
|
+
onContainer: {
|
4562
|
+
dark: boolean;
|
4563
|
+
color: string;
|
4564
|
+
colorToned: string;
|
4565
|
+
};
|
4566
|
+
};
|
4567
|
+
accent1: {
|
4568
|
+
name: string;
|
4569
|
+
base: {
|
4570
|
+
dark: boolean;
|
4571
|
+
color: string;
|
4572
|
+
colorToned: string;
|
4573
|
+
};
|
4574
|
+
onBase: {
|
4575
|
+
dark: boolean;
|
4576
|
+
color: string;
|
4577
|
+
colorToned: string;
|
4578
|
+
};
|
4579
|
+
container: {
|
4580
|
+
dark: boolean;
|
4581
|
+
color: string;
|
4582
|
+
colorToned: string;
|
4583
|
+
};
|
4584
|
+
onContainer: {
|
4585
|
+
dark: boolean;
|
4586
|
+
color: string;
|
4587
|
+
colorToned: string;
|
4588
|
+
};
|
4589
|
+
};
|
4590
|
+
accent2: {
|
4591
|
+
name: string;
|
4592
|
+
base: {
|
4593
|
+
dark: boolean;
|
4594
|
+
color: string;
|
4595
|
+
colorToned: string;
|
4596
|
+
};
|
4597
|
+
onBase: {
|
4598
|
+
dark: boolean;
|
4599
|
+
color: string;
|
4600
|
+
colorToned: string;
|
4601
|
+
};
|
4602
|
+
container: {
|
4603
|
+
dark: boolean;
|
4604
|
+
color: string;
|
4605
|
+
colorToned: string;
|
4606
|
+
};
|
4607
|
+
onContainer: {
|
4608
|
+
dark: boolean;
|
4609
|
+
color: string;
|
4610
|
+
colorToned: string;
|
4611
|
+
};
|
4612
|
+
};
|
4613
|
+
accent3: {
|
4614
|
+
name: string;
|
4615
|
+
base: {
|
4616
|
+
dark: boolean;
|
4617
|
+
color: string;
|
4618
|
+
colorToned: string;
|
4619
|
+
};
|
4620
|
+
onBase: {
|
4621
|
+
dark: boolean;
|
4622
|
+
color: string;
|
4623
|
+
colorToned: string;
|
4624
|
+
};
|
4625
|
+
container: {
|
4626
|
+
dark: boolean;
|
4627
|
+
color: string;
|
4628
|
+
colorToned: string;
|
4629
|
+
};
|
4630
|
+
onContainer: {
|
4631
|
+
dark: boolean;
|
4632
|
+
color: string;
|
4633
|
+
colorToned: string;
|
4634
|
+
};
|
4635
|
+
};
|
4636
|
+
neutral: {
|
4637
|
+
name: string;
|
4638
|
+
base: {
|
4639
|
+
dark: boolean;
|
4640
|
+
color: string;
|
4641
|
+
colorToned: string;
|
4642
|
+
};
|
4643
|
+
onBase: {
|
4644
|
+
dark: boolean;
|
4645
|
+
color: string;
|
4646
|
+
colorToned: string;
|
4647
|
+
};
|
4648
|
+
container: {
|
4649
|
+
dark: boolean;
|
4650
|
+
color: string;
|
4651
|
+
colorToned: string;
|
4652
|
+
};
|
4653
|
+
onContainer: {
|
4654
|
+
dark: boolean;
|
4655
|
+
color: string;
|
4656
|
+
colorToned: string;
|
4657
|
+
};
|
4658
|
+
};
|
4659
|
+
background: {
|
4660
|
+
name: string;
|
4661
|
+
base: {
|
4662
|
+
dark: boolean;
|
4663
|
+
color: string;
|
4664
|
+
colorToned: string;
|
4665
|
+
};
|
4666
|
+
onBase: {
|
4667
|
+
dark: boolean;
|
4668
|
+
color: string;
|
4669
|
+
colorToned: string;
|
4670
|
+
};
|
4671
|
+
container: {
|
4672
|
+
dark: boolean;
|
4673
|
+
color: string;
|
4674
|
+
colorToned: string;
|
4675
|
+
};
|
4676
|
+
onContainer: {
|
4677
|
+
dark: boolean;
|
4678
|
+
color: string;
|
4679
|
+
colorToned: string;
|
4680
|
+
};
|
4681
|
+
};
|
4682
|
+
error: {
|
4683
|
+
name: string;
|
4684
|
+
base: {
|
4685
|
+
dark: boolean;
|
4686
|
+
color: string;
|
4687
|
+
colorToned: string;
|
4688
|
+
};
|
4689
|
+
onBase: {
|
4690
|
+
dark: boolean;
|
4691
|
+
color: string;
|
4692
|
+
colorToned: string;
|
4693
|
+
};
|
4694
|
+
container: {
|
4695
|
+
dark: boolean;
|
4696
|
+
color: string;
|
4697
|
+
colorToned: string;
|
4698
|
+
};
|
4699
|
+
onContainer: {
|
4700
|
+
dark: boolean;
|
4701
|
+
color: string;
|
4702
|
+
colorToned: string;
|
4703
|
+
};
|
4704
|
+
};
|
4705
|
+
info: {
|
4706
|
+
name: string;
|
4707
|
+
base: {
|
4708
|
+
dark: boolean;
|
4709
|
+
color: string;
|
4710
|
+
colorToned: string;
|
4711
|
+
};
|
4712
|
+
onBase: {
|
4713
|
+
dark: boolean;
|
4714
|
+
color: string;
|
4715
|
+
colorToned: string;
|
4716
|
+
};
|
4717
|
+
container: {
|
4718
|
+
dark: boolean;
|
4719
|
+
color: string;
|
4720
|
+
colorToned: string;
|
4721
|
+
};
|
4722
|
+
onContainer: {
|
4723
|
+
dark: boolean;
|
4724
|
+
color: string;
|
4725
|
+
colorToned: string;
|
4726
|
+
};
|
4727
|
+
};
|
4728
|
+
};
|
4729
|
+
blueprints: {
|
4730
|
+
default: {
|
4731
|
+
id: {
|
4732
|
+
equals: {
|
4733
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4734
|
+
};
|
4735
|
+
toString: () => string;
|
4736
|
+
toJSON: () => string;
|
4737
|
+
valueOf: () => string;
|
4738
|
+
};
|
4739
|
+
name: string;
|
4740
|
+
definitions: {
|
4741
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
4742
|
+
}[];
|
4743
|
+
};
|
4744
|
+
variant1: {
|
4745
|
+
id: {
|
4746
|
+
equals: {
|
4747
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4748
|
+
};
|
4749
|
+
toString: () => string;
|
4750
|
+
toJSON: () => string;
|
4751
|
+
valueOf: () => string;
|
4752
|
+
};
|
4753
|
+
name: string;
|
4754
|
+
definitions: {
|
4755
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
4756
|
+
}[];
|
4757
|
+
};
|
4758
|
+
variant2: {
|
4759
|
+
id: {
|
4760
|
+
equals: {
|
4761
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4762
|
+
};
|
4763
|
+
toString: () => string;
|
4764
|
+
toJSON: () => string;
|
4765
|
+
valueOf: () => string;
|
4766
|
+
};
|
4767
|
+
name: string;
|
4768
|
+
definitions: {
|
4769
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
4770
|
+
}[];
|
4771
|
+
};
|
4772
|
+
variant3: {
|
4773
|
+
id: {
|
4774
|
+
equals: {
|
4775
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4776
|
+
};
|
4777
|
+
toString: () => string;
|
4778
|
+
toJSON: () => string;
|
4779
|
+
valueOf: () => string;
|
4780
|
+
};
|
4781
|
+
name: string;
|
4782
|
+
definitions: {
|
4783
|
+
type: "block" | "button" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
4784
|
+
}[];
|
4785
|
+
};
|
4786
|
+
};
|
4787
|
+
};
|
4788
|
+
};
|
4789
|
+
events: {
|
4790
|
+
[x: string]: {
|
4791
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4792
|
+
publish: (msg: any) => void;
|
4793
|
+
};
|
4794
|
+
onMutatedCurrentTheme: {
|
4795
|
+
subscribe: (fn: (obj: ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4796
|
+
};
|
4797
|
+
};
|
4798
|
+
actions: {
|
4799
|
+
onDispatching: <T extends (...args: any) => any>(action: (actions: {
|
4800
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
4801
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4802
|
+
onDispatched: <T_1 extends (...args: any) => any>(action: (actions: {
|
4803
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
4804
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4805
|
+
onFailure: <T_2 extends (...args: any) => any>(action: (actions: {
|
4806
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
4807
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
4808
|
+
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|
4809
|
+
};
|
4810
|
+
get: {
|
4811
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
4812
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
4813
|
+
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
4814
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
4815
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
4816
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
4817
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
4818
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
4819
|
+
currentTheme: () => ThemeDefinitionV2;
|
4820
|
+
};
|
4821
|
+
};
|
2617
4822
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
2618
4823
|
readonly theme: "light" | "dark";
|
2619
4824
|
readonly base: import("@omnia/fx-models").ColorDefinition;
|