hiver-ui-kit-extended 1.0.0-beta.10

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.
@@ -0,0 +1,879 @@
1
+ const PrimeReactTheme = {
2
+ primitive: {
3
+ borderRadius: {
4
+ none: "0",
5
+ xs: "2px",
6
+ sm: "4px",
7
+ md: "6px",
8
+ lg: "8px",
9
+ xl: "12px"
10
+ },
11
+ blue: {
12
+ "50": "#E6EFFD",
13
+ "100": "#D4E2FC",
14
+ "200": "#A9C5F9",
15
+ "300": "#7EA8F6",
16
+ "400": "#538BF3",
17
+ "500": "#276CF0",
18
+ "600": "#0F53D2",
19
+ "700": "#0C3E9D",
20
+ "800": "#072969",
21
+ "900": "#041534",
22
+ "950": "#020918"
23
+ },
24
+ orange: {
25
+ "50": "#FDEDE7",
26
+ "100": "#FBE2D5",
27
+ "200": "#F6C3A7",
28
+ "300": "#F2A67D",
29
+ "400": "#EC8A54",
30
+ "500": "#E96C28",
31
+ "600": "#C75314",
32
+ "700": "#933E0F",
33
+ "800": "#61280B",
34
+ "900": "#331505",
35
+ "950": "#170A02"
36
+ },
37
+ red: {
38
+ "50": "#FCE4E4",
39
+ "100": "#F9C9C9",
40
+ "200": "#F19192",
41
+ "300": "#EB5C5C",
42
+ "400": "#E42525",
43
+ "500": "#B81717",
44
+ "600": "#911212",
45
+ "700": "#6D0D0E",
46
+ "800": "#480909",
47
+ "900": "#230505",
48
+ "950": "#120202"
49
+ },
50
+ green: {
51
+ "50": "#EAF9F2",
52
+ "100": "#D3F4E1",
53
+ "200": "#A6E9C3",
54
+ "300": "#77DEA6",
55
+ "400": "#4AD387",
56
+ "500": "#2DBB6C",
57
+ "600": "#239456",
58
+ "700": "#1B6F41",
59
+ "800": "#114A2B",
60
+ "900": "#0A2516",
61
+ "950": "#05150C"
62
+ },
63
+ slate: {
64
+ "25": "#F8FAFC7F",
65
+ "50": "#F8FAFC",
66
+ "100": "#F1F5F9",
67
+ "150": "#EDF1F6",
68
+ "200": "#E2E8F0",
69
+ "300": "#CBD5E1",
70
+ "400": "#94A3B8",
71
+ "500": "#64758B",
72
+ "600": "#475569",
73
+ "700": "#334155",
74
+ "800": "#1E293B",
75
+ "900": "#0F172A",
76
+ "950": "#020617"
77
+ },
78
+ indigo: {
79
+ "50": "#F5F7FF",
80
+ "100": "#E5EAFF",
81
+ "200": "#CCD5FE",
82
+ "300": "#ADBBFF",
83
+ "400": "#8B9DFF",
84
+ "500": "#506DFF",
85
+ "600": "#3D5DFF",
86
+ "700": "#0129F5",
87
+ "800": "#0129F5",
88
+ "900": "#001DAD",
89
+ "950": "#00147A"
90
+ },
91
+ violet: {
92
+ "50": "#F6F2F9",
93
+ "100": "#EEE5F0",
94
+ "200": "#DBC8DF",
95
+ "300": "#CAAED1",
96
+ "400": "#B691C0",
97
+ "500": "#A577B1",
98
+ "600": "#885695",
99
+ "700": "#674171",
100
+ "800": "#442B4B",
101
+ "900": "#241627",
102
+ "950": "#120B12"
103
+ },
104
+ pastelyellow: {
105
+ "50": "#FBF9E8",
106
+ "100": "#FAF5D6",
107
+ "200": "#F4EAA9",
108
+ "300": "#EFDF80",
109
+ "400": "#E9D659",
110
+ "500": "#E3CB2D",
111
+ "600": "#C2AB1A",
112
+ "700": "#907F13",
113
+ "800": "#5F540E",
114
+ "900": "#322C07",
115
+ "950": "#241D00"
116
+ },
117
+ pastelorange: {
118
+ "50": "#FCEFE8",
119
+ "100": "#FAE2D6",
120
+ "200": "#F4C2A9",
121
+ "300": "#EEA581",
122
+ "400": "#E98959",
123
+ "500": "#E3692C",
124
+ "600": "#C2521B",
125
+ "700": "#903D14",
126
+ "800": "#5F280D",
127
+ "900": "#321607",
128
+ "950": "#170903"
129
+ },
130
+ pastelpurple: {
131
+ "50": "#F5F5FA",
132
+ "100": "#E7E7F3",
133
+ "200": "#CFD0E8",
134
+ "300": "#B7B8DC",
135
+ "400": "#9FA0D0",
136
+ "500": "#8789C5",
137
+ "600": "#5B5DAF",
138
+ "700": "#414386",
139
+ "800": "#2B2D59",
140
+ "900": "#16162D",
141
+ "950": "#0C0C18"
142
+ },
143
+ pastelred: {
144
+ "50": "#FBEFEF",
145
+ "100": "#F5DBDA",
146
+ "200": "#ECB6B8",
147
+ "300": "#E29294",
148
+ "400": "#D96D71",
149
+ "500": "#D04B4F",
150
+ "600": "#B22E33",
151
+ "700": "#852326",
152
+ "800": "#591719",
153
+ "900": "#2C0C0D",
154
+ "950": "#180607"
155
+ },
156
+ pastellightblue: {
157
+ "50": "#EFF5FB",
158
+ "100": "#DBE9F5",
159
+ "200": "#BBD6EC",
160
+ "300": "#97C0E2",
161
+ "400": "#77ADD9",
162
+ "500": "#5398CF",
163
+ "600": "#337CB7",
164
+ "700": "#255C87",
165
+ "800": "#1A3E5D",
166
+ "900": "#0B1E2C",
167
+ "950": "#071018"
168
+ },
169
+ pastelviolet: {
170
+ "50": "#FAF8FB",
171
+ "100": "#F6F2F9",
172
+ "200": "#ECE2EE",
173
+ "300": "#E1D1E5",
174
+ "400": "#D7C1DC",
175
+ "500": "#CAAED1",
176
+ "600": "#BD9AC6",
177
+ "700": "#AC80B7",
178
+ "800": "#9B66A8",
179
+ "900": "#6E4478",
180
+ "950": "#54345B"
181
+ },
182
+ pastelgreen: {
183
+ "50": "#EDF7F5",
184
+ "100": "#DDEFEB",
185
+ "200": "#B8E0D7",
186
+ "300": "#98D2C5",
187
+ "400": "#75C2B2",
188
+ "500": "#52B39E",
189
+ "600": "#419180",
190
+ "700": "#2F6E61",
191
+ "800": "#1F473E",
192
+ "900": "#11231F",
193
+ "950": "#081210"
194
+ }
195
+ },
196
+ semantic: {
197
+ transitionDuration: "0.2s",
198
+ focusRing: {
199
+ width: "1px",
200
+ style: "solid",
201
+ color: "{primary.color}",
202
+ offset: "2px",
203
+ shadow: "none"
204
+ },
205
+ disabledOpacity: "0.6",
206
+ iconSize: "1rem",
207
+ anchorGutter: "2px",
208
+ primary: {
209
+ "50": "{blue.50}",
210
+ "100": "{blue.100}",
211
+ "200": "{blue.200}",
212
+ "300": "{blue.300}",
213
+ "400": "{blue.400}",
214
+ "500": "{blue.500}",
215
+ "600": "{blue.600}",
216
+ "700": "{blue.700}",
217
+ "800": "{blue.800}",
218
+ "900": "{blue.900}",
219
+ "950": "{blue.950}",
220
+ surface: {
221
+ subtle: "{blue.50}",
222
+ lighter: "{blue.300}",
223
+ default: "{blue.500}",
224
+ darker: "{blue.700}"
225
+ },
226
+ border: {
227
+ subtle: "{blue.100}",
228
+ lighter: "{blue.300}",
229
+ default: "{blue.500}",
230
+ darker: "{blue.700}"
231
+ },
232
+ text: {
233
+ label: "{blue.700}"
234
+ }
235
+ },
236
+ slate: {
237
+ surface: {
238
+ white: "#FFFFFF",
239
+ subtle: "{slate.50}",
240
+ subtle_100: "{slate.100}",
241
+ subtle_200: "{slate.200}",
242
+ subtle_300: "{slate.300}",
243
+ default: "{slate.400}",
244
+ dark_500: "{slate.500}",
245
+ dark_600: "{slate.600}",
246
+ darkest: "{slate.700}",
247
+ disabled: "{slate.100}"
248
+ },
249
+ border: {
250
+ default: "{slate.400}",
251
+ darker: "{slate.500}",
252
+ lighter: "{slate.200}",
253
+ mild: "{slate.150}"
254
+ },
255
+ text: {
256
+ title: "{slate.900}",
257
+ body: "{slate.700}",
258
+ subtle: "{slate.500}",
259
+ caption: "{slate.300}",
260
+ disabled: "{slate.400}"
261
+ },
262
+ icons: {
263
+ white: "{slate.surface.white}",
264
+ blue: "{primary.surface.default}",
265
+ active: "{slate.700}",
266
+ subtle: "{slate.500}",
267
+ darker: "{slate.500}",
268
+ disabled: "{slate.400}",
269
+ darkest: "{slate.700}",
270
+ title: "{slate.800}",
271
+ status: {
272
+ open: "{slate.surface.default}",
273
+ snoozed: "{warning.surface.darker}",
274
+ resolved: "{success.surface.darker}"
275
+ }
276
+ }
277
+ },
278
+ success: {
279
+ surface: {
280
+ default: "{green.300}",
281
+ subtle: "{green.100}",
282
+ darker: "{green.400}"
283
+ },
284
+ border: {
285
+ default: "{green.400}",
286
+ darker: "{green.500}",
287
+ lighter: "{green.200}"
288
+ },
289
+ text: {
290
+ title: "{green.800}",
291
+ body: "{green.700}",
292
+ subtle: "{green.500}",
293
+ caption: "{green.300}",
294
+ disabled: "{green.500}"
295
+ }
296
+ },
297
+ warning: {
298
+ surface: {
299
+ default: "{orange.300}",
300
+ subtle: "{orange.100}",
301
+ darker: "{orange.400}"
302
+ },
303
+ border: {
304
+ default: "{orange.400}",
305
+ darker: "{orange.500}",
306
+ lighter: "{orange.200}"
307
+ },
308
+ text: {
309
+ title: "{orange.800}",
310
+ body: "{orange.700}",
311
+ subtle: "{orange.500}",
312
+ caption: "{orange.300}",
313
+ disabled: "{orange.500}"
314
+ }
315
+ },
316
+ error: {
317
+ surface: {
318
+ default: "{red.500}",
319
+ subtle: "{red.50}",
320
+ darker: "{red.200}",
321
+ disabled: "{red.300}"
322
+ },
323
+ border: {
324
+ default: "{red.400}",
325
+ darker: "{red.500}",
326
+ lighter: "{red.200}"
327
+ },
328
+ text: {
329
+ title: "{red.800}",
330
+ body: "{red.700}",
331
+ subtle: "{red.500}",
332
+ caption: "{red.300}",
333
+ disabled: "{red.500}"
334
+ }
335
+ },
336
+ blue: {
337
+ surface: {
338
+ default: "{blue.100}",
339
+ subtle: "{blue.50}",
340
+ darker: "{blue.200}",
341
+ disabled: "{blue.300}"
342
+ },
343
+ border: {
344
+ default: "{blue.400}",
345
+ darker: "{blue.500}",
346
+ lighter: "{blue.200}"
347
+ },
348
+ text: {
349
+ title: "{blue.800}",
350
+ body: "{blue.700}",
351
+ subtle: "{blue.500}",
352
+ caption: "{blue.300}",
353
+ disabled: "{blue.500}"
354
+ }
355
+ },
356
+ indigo: {
357
+ surface: {
358
+ default: "{indigo.100}",
359
+ subtle: "{indigo.50}",
360
+ darker: "{indigo.200}",
361
+ disabled: "{indigo.300}"
362
+ },
363
+ border: {
364
+ default: "{indigo.400}",
365
+ darker: "{indigo.500}",
366
+ lighter: "{indigo.200}"
367
+ },
368
+ text: {
369
+ title: "{indigo.800}",
370
+ body: "{indigo.700}",
371
+ subtle: "{indigo.500}",
372
+ caption: "{indigo.300}",
373
+ disabled: "{indigo.500}"
374
+ }
375
+ },
376
+ pastelviolet: {
377
+ surface: {
378
+ default: "{pastelviolet.500}",
379
+ subtle: "{pastelviolet.200}",
380
+ darker: "{pastelviolet.700}"
381
+ },
382
+ border: {
383
+ default: "{pastelviolet.500}",
384
+ darker: "{pastelviolet.800}",
385
+ lighter: "{pastelviolet.300}"
386
+ },
387
+ text: {
388
+ title: "{pastelviolet.900}",
389
+ body: "{pastelviolet.800}",
390
+ subtle: "{pastelviolet.600}",
391
+ caption: "{pastelviolet.300}",
392
+ disabled: "{pastelviolet.500}"
393
+ }
394
+ },
395
+ pastellightblue: {
396
+ surface: {
397
+ default: "{pastellightblue.400}",
398
+ subtle: "{pastellightblue.100}",
399
+ darker: "{pastellightblue.700}"
400
+ },
401
+ border: {
402
+ default: "{pastellightblue.500}",
403
+ darker: "{pastellightblue.800}",
404
+ lighter: "{pastellightblue.300}"
405
+ },
406
+ text: {
407
+ title: "{pastellightblue.700}",
408
+ body: "{pastellightblue.700}",
409
+ subtle: "{pastellightblue.500}",
410
+ caption: "{pastellightblue.300}",
411
+ disabled: "{pastellightblue.500}"
412
+ }
413
+ },
414
+ pastelred: {
415
+ surface: {
416
+ default: "{pastelred.400}",
417
+ subtle: "{pastelred.100}",
418
+ darker: "{pastelred.700}"
419
+ },
420
+ border: {
421
+ default: "{pastelred.500}",
422
+ darker: "{pastelred.800}",
423
+ lighter: "{pastelred.300}"
424
+ },
425
+ text: {
426
+ title: "{pastelred.700}",
427
+ body: "{pastelred.600}",
428
+ subtle: "{pastelred.500}",
429
+ caption: "{pastelred.300}",
430
+ disabled: "{pastelred.500}"
431
+ }
432
+ },
433
+ pastelpurple: {
434
+ surface: {
435
+ default: "{pastelpurple.300}",
436
+ subtle: "{pastelpurple.100}",
437
+ darker: "{pastelpurple.500}"
438
+ },
439
+ border: {
440
+ default: "{pastelpurple.500}",
441
+ darker: "{pastelpurple.800}",
442
+ lighter: "{pastelpurple.300}"
443
+ },
444
+ text: {
445
+ title: "{pastelpurple.700}",
446
+ body: "{pastelpurple.600}",
447
+ subtle: "{pastelpurple.500}",
448
+ caption: "{pastelpurple.300}",
449
+ disabled: "{pastelpurple.500}"
450
+ }
451
+ },
452
+ pastelorange: {
453
+ surface: {
454
+ default: "{pastelorange.400}",
455
+ subtle: "{pastelorange.100}",
456
+ darker: "{pastelorange.700}"
457
+ },
458
+ border: {
459
+ default: "{pastelorange.500}",
460
+ darker: "{pastelorange.800}",
461
+ lighter: "{pastelorange.300}"
462
+ },
463
+ text: {
464
+ title: "{pastelorange.700}",
465
+ body: "{pastelorange.600}",
466
+ subtle: "{pastelorange.500}",
467
+ caption: "{pastelorange.300}",
468
+ disabled: "{pastelorange.500}"
469
+ }
470
+ },
471
+ pastelyellow: {
472
+ surface: {
473
+ default: "{pastelyellow.300}",
474
+ subtle: "{pastelyellow.100}",
475
+ darker: "{pastelyellow.700}"
476
+ },
477
+ border: {
478
+ default: "{pastelyellow.500}",
479
+ darker: "{pastelyellow.800}",
480
+ lighter: "{pastelyellow.300}"
481
+ },
482
+ text: {
483
+ title: "{pastelyellow.800}",
484
+ body: "{pastelyellow.700}",
485
+ subtle: "{pastelyellow.500}",
486
+ caption: "{pastelyellow.300}",
487
+ disabled: "{pastelyellow.500}"
488
+ }
489
+ },
490
+ pastelgreen: {
491
+ surface: {
492
+ default: "{pastelgreen.400}",
493
+ subtle: "{pastelgreen.100}",
494
+ darker: "{pastelgreen.700}"
495
+ },
496
+ border: {
497
+ default: "{pastelgreen.500}",
498
+ darker: "{pastelgreen.800}",
499
+ lighter: "{pastelgreen.300}"
500
+ },
501
+ text: {
502
+ title: "{pastelgreen.800}",
503
+ body: "{pastelgreen.700}",
504
+ subtle: "{pastelgreen.500}",
505
+ caption: "{pastelgreen.300}",
506
+ disabled: "{pastelgreen.500}"
507
+ }
508
+ },
509
+ formField: {
510
+ fontSize: "0.875rem",
511
+ lineHeight: "1.25rem",
512
+ paddingX: "0.41rem",
513
+ paddingY: "0.2969rem",
514
+ sm: {
515
+ fontSize: "0.875rem",
516
+ lineHeight: "1.25rem",
517
+ paddingX: "0.41rem",
518
+ paddingY: "0.2969rem"
519
+ },
520
+ lg: {
521
+ fontSize: "0.875rem",
522
+ lineHeight: "1.25rem",
523
+ paddingX: "0.41rem",
524
+ paddingY: "0.5469rem"
525
+ },
526
+ borderRadius: "{border.radius.md}",
527
+ focusRing: {
528
+ width: "0",
529
+ style: "none",
530
+ color: "transparent",
531
+ offset: "0",
532
+ shadow: "none"
533
+ },
534
+ transitionDuration: "{transition.duration}"
535
+ },
536
+ list: {
537
+ padding: "0.25rem 0.25rem",
538
+ gap: "2px",
539
+ header: {
540
+ padding: "0.5rem 1rem 0.25rem 1rem"
541
+ },
542
+ option: {
543
+ padding: "0.5rem 0.75rem",
544
+ borderRadius: "{border.radius.sm}"
545
+ },
546
+ optionGroup: {
547
+ padding: "0.5rem 0.75rem",
548
+ fontWeight: "600"
549
+ }
550
+ },
551
+ content: {
552
+ borderRadius: "{border.radius.lg}"
553
+ },
554
+ mask: {
555
+ transitionDuration: "0.15s"
556
+ },
557
+ navigation: {
558
+ list: {
559
+ padding: "0.25rem 0.25rem",
560
+ gap: "2px"
561
+ },
562
+ item: {
563
+ padding: "0.5rem 0.75rem",
564
+ borderRadius: "{border.radius.lg}",
565
+ gap: "0.5rem"
566
+ },
567
+ submenuLabel: {
568
+ padding: "0.5rem 0.75rem",
569
+ fontWeight: "600"
570
+ },
571
+ submenuIcon: {
572
+ size: "0.875rem"
573
+ }
574
+ },
575
+ overlay: {
576
+ select: {
577
+ borderRadius: "{border.radius.md}",
578
+ shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"
579
+ },
580
+ popover: {
581
+ borderRadius: "{border.radius.md}",
582
+ padding: "0.75rem",
583
+ shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"
584
+ },
585
+ modal: {
586
+ borderRadius: "{border.radius.xl}",
587
+ padding: "1.25rem",
588
+ shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"
589
+ },
590
+ navigation: {
591
+ shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"
592
+ }
593
+ },
594
+ colorScheme: {
595
+ light: {
596
+ surface: {
597
+ "0": "#ffffff",
598
+ "50": "{slate.50}",
599
+ "100": "{slate.100}",
600
+ "200": "{slate.200}",
601
+ "300": "{slate.300}",
602
+ "400": "{slate.400}",
603
+ "500": "{slate.500}",
604
+ "600": "{slate.600}",
605
+ "700": "{slate.700}",
606
+ "800": "{slate.800}",
607
+ "900": "{slate.900}",
608
+ "950": "{slate.950}"
609
+ },
610
+ primary: {
611
+ color: "{primary.500}",
612
+ contrastColor: "#ffffff",
613
+ hoverColor: "{primary.600}",
614
+ activeColor: "{primary.700}"
615
+ },
616
+ highlight: {
617
+ background: "{primary.50}",
618
+ focusBackground: "{primary.100}",
619
+ color: "{primary.700}",
620
+ focusColor: "{primary.800}"
621
+ },
622
+ mask: {
623
+ background: "rgba(0,0,0,0.4)",
624
+ color: "{surface.200}"
625
+ },
626
+ formField: {
627
+ background: "{surface.0}",
628
+ disabledBackground: "{surface.100}",
629
+ filledBackground: "{surface.50}",
630
+ filledHoverBackground: "{surface.50}",
631
+ filledFocusBackground: "{surface.50}",
632
+ borderColor: "{surface.200}",
633
+ hoverBorderColor: "{surface.400}",
634
+ focusBorderColor: "{primary.200}",
635
+ invalidBorderColor: "{red.400}",
636
+ color: "{surface.700}",
637
+ disabledColor: "{surface.500}",
638
+ placeholderColor: "{surface.300}",
639
+ invalidPlaceholderColor: "{surface.300}",
640
+ floatLabelColor: "{surface.500}",
641
+ floatLabelFocusColor: "{primary.600}",
642
+ floatLabelActiveColor: "{surface.500}",
643
+ floatLabelInvalidColor: "{form.field.invalid.placeholder.color}",
644
+ iconColor: "{surface.500}",
645
+ shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"
646
+ },
647
+ text: {
648
+ color: "{surface.700}",
649
+ hoverColor: "{surface.800}",
650
+ mutedColor: "{surface.500}",
651
+ hoverMutedColor: "{surface.600}"
652
+ },
653
+ content: {
654
+ background: "{surface.0}",
655
+ hoverBackground: "{surface.100}",
656
+ borderColor: "{surface.200}",
657
+ color: "{text.color}",
658
+ hoverColor: "{text.hover.color}"
659
+ },
660
+ overlay: {
661
+ select: {
662
+ background: "{surface.0}",
663
+ borderColor: "{surface.200}",
664
+ color: "{text.color}"
665
+ },
666
+ popover: {
667
+ background: "{surface.0}",
668
+ borderColor: "{surface.200}",
669
+ color: "{text.color}"
670
+ },
671
+ modal: {
672
+ background: "{surface.0}",
673
+ borderColor: "{surface.200}",
674
+ color: "{text.color}"
675
+ }
676
+ },
677
+ list: {
678
+ option: {
679
+ focusBackground: "{surface.100}",
680
+ selectedBackground: "{highlight.background}",
681
+ selectedFocusBackground: "{highlight.focus.background}",
682
+ color: "{text.color}",
683
+ focusColor: "{text.hover.color}",
684
+ selectedColor: "{highlight.color}",
685
+ selectedFocusColor: "{highlight.focus.color}",
686
+ icon: {
687
+ color: "{surface.400}",
688
+ focusColor: "{surface.500}"
689
+ }
690
+ },
691
+ optionGroup: {
692
+ background: "transparent",
693
+ color: "{text.muted.color}"
694
+ }
695
+ },
696
+ navigation: {
697
+ item: {
698
+ focusBackground: "{surface.100}",
699
+ activeBackground: "{surface.100}",
700
+ color: "{text.color}",
701
+ focusColor: "{text.hover.color}",
702
+ activeColor: "{text.hover.color}",
703
+ icon: {
704
+ color: "{surface.400}",
705
+ focusColor: "{surface.500}",
706
+ activeColor: "{surface.500}"
707
+ }
708
+ },
709
+ submenuLabel: {
710
+ background: "transparent",
711
+ color: "{text.muted.color}"
712
+ },
713
+ submenuIcon: {
714
+ color: "{surface.400}",
715
+ focusColor: "{surface.500}",
716
+ activeColor: "{surface.500}"
717
+ }
718
+ }
719
+ },
720
+ dark: {
721
+ surface: {
722
+ "0": "#ffffff",
723
+ "50": "{slate.50}",
724
+ "100": "{slate.100}",
725
+ "200": "{slate.200}",
726
+ "300": "{slate.300}",
727
+ "400": "{slate.400}",
728
+ "500": "{slate.500}",
729
+ "600": "{slate.600}",
730
+ "700": "{slate.700}",
731
+ "800": "{slate.800}",
732
+ "900": "{slate.900}",
733
+ "950": "{slate.950}"
734
+ },
735
+ primary: {
736
+ color: "{primary.400}",
737
+ contrastColor: "{surface.900}",
738
+ hoverColor: "{primary.300}",
739
+ activeColor: "{primary.200}"
740
+ },
741
+ highlight: {
742
+ background: "color-mix(in srgb, {primary.400}, transparent 84%)",
743
+ focusBackground: "color-mix(in srgb, {primary.400}, transparent 76%)",
744
+ color: "rgba(255,255,255,.87)",
745
+ focusColor: "rgba(255,255,255,.87)"
746
+ },
747
+ mask: {
748
+ background: "rgba(0,0,0,0.6)",
749
+ color: "{surface.200}"
750
+ },
751
+ formField: {
752
+ background: "{surface.950}",
753
+ disabledBackground: "{surface.700}",
754
+ filledBackground: "{surface.800}",
755
+ filledHoverBackground: "{surface.800}",
756
+ filledFocusBackground: "{surface.800}",
757
+ borderColor: "{surface.600}",
758
+ hoverBorderColor: "{surface.500}",
759
+ focusBorderColor: "{primary.color}",
760
+ invalidBorderColor: "{red.300}",
761
+ color: "{surface.0}",
762
+ disabledColor: "{surface.400}",
763
+ placeholderColor: "{surface.300}",
764
+ invalidPlaceholderColor: "{surface.300}",
765
+ floatLabelColor: "{surface.400}",
766
+ floatLabelFocusColor: "{primary.color}",
767
+ floatLabelActiveColor: "{surface.400}",
768
+ floatLabelInvalidColor: "{form.field.invalid.placeholder.color}",
769
+ iconColor: "{surface.400}",
770
+ shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"
771
+ },
772
+ text: {
773
+ color: "{surface.0}",
774
+ hoverColor: "{surface.0}",
775
+ mutedColor: "{surface.400}",
776
+ hoverMutedColor: "{surface.300}"
777
+ },
778
+ content: {
779
+ background: "{surface.900}",
780
+ hoverBackground: "{surface.800}",
781
+ borderColor: "{surface.700}",
782
+ color: "{text.color}",
783
+ hoverColor: "{text.hover.color}"
784
+ },
785
+ overlay: {
786
+ select: {
787
+ background: "{surface.900}",
788
+ borderColor: "{surface.700}",
789
+ color: "{text.color}"
790
+ },
791
+ popover: {
792
+ background: "{surface.900}",
793
+ borderColor: "{surface.700}",
794
+ color: "{text.color}"
795
+ },
796
+ modal: {
797
+ background: "{surface.900}",
798
+ borderColor: "{surface.700}",
799
+ color: "{text.color}"
800
+ }
801
+ },
802
+ list: {
803
+ option: {
804
+ focusBackground: "{surface.800}",
805
+ selectedBackground: "{highlight.background}",
806
+ selectedFocusBackground: "{highlight.focus.background}",
807
+ color: "{text.color}",
808
+ focusColor: "{text.hover.color}",
809
+ selectedColor: "{highlight.color}",
810
+ selectedFocusColor: "{highlight.focus.color}",
811
+ icon: {
812
+ color: "{surface.500}",
813
+ focusColor: "{surface.400}"
814
+ }
815
+ },
816
+ optionGroup: {
817
+ background: "transparent",
818
+ color: "{text.muted.color}"
819
+ }
820
+ },
821
+ navigation: {
822
+ item: {
823
+ focusBackground: "{surface.800}",
824
+ activeBackground: "{surface.800}",
825
+ color: "{text.color}",
826
+ focusColor: "{text.hover.color}",
827
+ activeColor: "{text.hover.color}",
828
+ icon: {
829
+ color: "{surface.500}",
830
+ focusColor: "{surface.400}",
831
+ activeColor: "{surface.400}"
832
+ }
833
+ },
834
+ submenuLabel: {
835
+ background: "transparent",
836
+ color: "{text.muted.color}"
837
+ },
838
+ submenuIcon: {
839
+ color: "{surface.500}",
840
+ focusColor: "{surface.400}",
841
+ activeColor: "{surface.400}"
842
+ }
843
+ }
844
+ }
845
+ }
846
+ },
847
+ components: {
848
+ datatable: {
849
+ headerCell: { background: "{slate.surface.subtle}" },
850
+ paginatorBottom: { borderColor: "transparent" }
851
+ },
852
+ tooltip: {
853
+ root: {
854
+ maxWidth: "12.5rem",
855
+ gutter: "0.25rem",
856
+ shadow: "{slate.surface.subtle.200}",
857
+ padding: "4px 8px",
858
+ borderRadius: "{borderRadius.md}"
859
+ },
860
+ colorScheme: {
861
+ light: {
862
+ root: {
863
+ background: "{slate.surface.dark_600}",
864
+ // #475569 - dark grey background
865
+ color: "{slate.surface.white}"
866
+ // #ffffff - white text
867
+ }
868
+ }
869
+ }
870
+ },
871
+ radiobutton: {
872
+ width: "0.875rem",
873
+ height: "0.875rem"
874
+ }
875
+ }
876
+ };
877
+
878
+ export { PrimeReactTheme };
879
+ //# sourceMappingURL=themes.prime.js.map