@thryveai/theme-interfaces 1.4.8-beta1 → 1.4.8-beta5

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,892 @@
1
+ import { IAdminTemplateInputTypes } from "./admin-settings-interfaces";
2
+ export declare const AdminTemplateInputTypes: IAdminTemplateInputTypes;
3
+ export declare const AdminThemeTemplate: {
4
+ colors: {
5
+ title: string;
6
+ description: string;
7
+ helpLink: string;
8
+ type: import("./admin-settings-interfaces").IAdminControlType;
9
+ value: {
10
+ brandColors: {
11
+ title: string;
12
+ description: string;
13
+ type: import("./admin-settings-interfaces").IAdminControlType;
14
+ value: {
15
+ primary1: {
16
+ title: string;
17
+ locationInTheme: string;
18
+ type: import("./admin-settings-interfaces").IAdminControlType;
19
+ };
20
+ primary2: {
21
+ title: string;
22
+ locationInTheme: string;
23
+ type: import("./admin-settings-interfaces").IAdminControlType;
24
+ };
25
+ primary3: {
26
+ title: string;
27
+ locationInTheme: string;
28
+ type: import("./admin-settings-interfaces").IAdminControlType;
29
+ };
30
+ primary4: {
31
+ title: string;
32
+ locationInTheme: string;
33
+ type: import("./admin-settings-interfaces").IAdminControlType;
34
+ };
35
+ primary5: {
36
+ title: string;
37
+ locationInTheme: string;
38
+ type: import("./admin-settings-interfaces").IAdminControlType;
39
+ };
40
+ secondary1: {
41
+ title: string;
42
+ locationInTheme: string;
43
+ type: import("./admin-settings-interfaces").IAdminControlType;
44
+ };
45
+ secondary2: {
46
+ title: string;
47
+ locationInTheme: string;
48
+ type: import("./admin-settings-interfaces").IAdminControlType;
49
+ };
50
+ secondary3: {
51
+ title: string;
52
+ locationInTheme: string;
53
+ type: import("./admin-settings-interfaces").IAdminControlType;
54
+ };
55
+ secondary4: {
56
+ title: string;
57
+ locationInTheme: string;
58
+ type: import("./admin-settings-interfaces").IAdminControlType;
59
+ };
60
+ secondary5: {
61
+ title: string;
62
+ locationInTheme: string;
63
+ type: import("./admin-settings-interfaces").IAdminControlType;
64
+ };
65
+ tertiary1: {
66
+ title: string;
67
+ locationInTheme: string;
68
+ type: import("./admin-settings-interfaces").IAdminControlType;
69
+ };
70
+ tertiary2: {
71
+ title: string;
72
+ locationInTheme: string;
73
+ type: import("./admin-settings-interfaces").IAdminControlType;
74
+ };
75
+ tertiary3: {
76
+ title: string;
77
+ locationInTheme: string;
78
+ type: import("./admin-settings-interfaces").IAdminControlType;
79
+ };
80
+ tertiary4: {
81
+ title: string;
82
+ locationInTheme: string;
83
+ type: import("./admin-settings-interfaces").IAdminControlType;
84
+ };
85
+ tertiary5: {
86
+ title: string;
87
+ locationInTheme: string;
88
+ type: import("./admin-settings-interfaces").IAdminControlType;
89
+ };
90
+ };
91
+ };
92
+ uiColors: {
93
+ title: string;
94
+ description: string;
95
+ type: import("./admin-settings-interfaces").IAdminControlType;
96
+ value: {
97
+ success: {
98
+ title: string;
99
+ locationInTheme: string;
100
+ type: import("./admin-settings-interfaces").IAdminControlType;
101
+ };
102
+ successDark: {
103
+ title: string;
104
+ locationInTheme: string;
105
+ type: import("./admin-settings-interfaces").IAdminControlType;
106
+ };
107
+ successLight: {
108
+ title: string;
109
+ locationInTheme: string;
110
+ type: import("./admin-settings-interfaces").IAdminControlType;
111
+ };
112
+ warn: {
113
+ title: string;
114
+ locationInTheme: string;
115
+ type: import("./admin-settings-interfaces").IAdminControlType;
116
+ };
117
+ warnDark: {
118
+ title: string;
119
+ locationInTheme: string;
120
+ type: import("./admin-settings-interfaces").IAdminControlType;
121
+ };
122
+ warnLight: {
123
+ title: string;
124
+ locationInTheme: string;
125
+ type: import("./admin-settings-interfaces").IAdminControlType;
126
+ };
127
+ alert: {
128
+ title: string;
129
+ locationInTheme: string;
130
+ type: import("./admin-settings-interfaces").IAdminControlType;
131
+ };
132
+ alertDark: {
133
+ title: string;
134
+ locationInTheme: string;
135
+ type: import("./admin-settings-interfaces").IAdminControlType;
136
+ };
137
+ alertLight: {
138
+ title: string;
139
+ locationInTheme: string;
140
+ type: import("./admin-settings-interfaces").IAdminControlType;
141
+ };
142
+ greyscale1: {
143
+ title: string;
144
+ locationInTheme: string;
145
+ type: import("./admin-settings-interfaces").IAdminControlType;
146
+ };
147
+ greyscale2: {
148
+ title: string;
149
+ locationInTheme: string;
150
+ type: import("./admin-settings-interfaces").IAdminControlType;
151
+ };
152
+ greyscale3: {
153
+ title: string;
154
+ locationInTheme: string;
155
+ type: import("./admin-settings-interfaces").IAdminControlType;
156
+ };
157
+ greyscale4: {
158
+ title: string;
159
+ locationInTheme: string;
160
+ type: import("./admin-settings-interfaces").IAdminControlType;
161
+ };
162
+ greyscale5: {
163
+ title: string;
164
+ locationInTheme: string;
165
+ type: import("./admin-settings-interfaces").IAdminControlType;
166
+ };
167
+ greyscale6: {
168
+ title: string;
169
+ locationInTheme: string;
170
+ type: import("./admin-settings-interfaces").IAdminControlType;
171
+ };
172
+ greyscale7: {
173
+ title: string;
174
+ locationInTheme: string;
175
+ type: import("./admin-settings-interfaces").IAdminControlType;
176
+ };
177
+ promotion1: {
178
+ title: string;
179
+ locationInTheme: string;
180
+ type: import("./admin-settings-interfaces").IAdminControlType;
181
+ };
182
+ promotion2: {
183
+ title: string;
184
+ locationInTheme: string;
185
+ type: import("./admin-settings-interfaces").IAdminControlType;
186
+ };
187
+ };
188
+ };
189
+ };
190
+ };
191
+ buttons: {
192
+ title: string;
193
+ description: string;
194
+ helpLink: string;
195
+ type: import("./admin-settings-interfaces").IAdminControlType;
196
+ value: {
197
+ globalThemeBorderRadius: {
198
+ title: string;
199
+ description: string;
200
+ locationInTheme: string;
201
+ type: import("./admin-settings-interfaces").IAdminControlType;
202
+ };
203
+ globalThemeFontWeight: {
204
+ title: string;
205
+ description: string;
206
+ locationInTheme: string;
207
+ type: import("./admin-settings-interfaces").IAdminControlType;
208
+ };
209
+ globalThemeFontFamily: {
210
+ title: string;
211
+ description: string;
212
+ locationInTheme: string;
213
+ type: import("./admin-settings-interfaces").IAdminControlType;
214
+ };
215
+ iconPosition: {
216
+ title: string;
217
+ description: string;
218
+ locationInTheme: string;
219
+ type: import("./admin-settings-interfaces").IAdminControlType;
220
+ options: string[];
221
+ };
222
+ primary: {
223
+ title: string;
224
+ description: string;
225
+ type: import("./admin-settings-interfaces").IAdminControlType;
226
+ value: {
227
+ borderRadius: {
228
+ title: string;
229
+ locationInTheme: string;
230
+ type: import("./admin-settings-interfaces").IAdminControlType;
231
+ };
232
+ fontWeight: {
233
+ title: string;
234
+ locationInTheme: string;
235
+ type: import("./admin-settings-interfaces").IAdminControlType;
236
+ };
237
+ textTransform: {
238
+ title: string;
239
+ locationInTheme: string;
240
+ type: import("./admin-settings-interfaces").IAdminControlType;
241
+ };
242
+ static: {
243
+ title: string;
244
+ description: string;
245
+ type: import("./admin-settings-interfaces").IAdminControlType;
246
+ value: {
247
+ bgColor: {
248
+ title: string;
249
+ locationInTheme: string;
250
+ type: import("./admin-settings-interfaces").IAdminControlType;
251
+ };
252
+ borderColor: {
253
+ title: string;
254
+ locationInTheme: string;
255
+ type: import("./admin-settings-interfaces").IAdminControlType;
256
+ };
257
+ color: {
258
+ title: string;
259
+ locationInTheme: string;
260
+ type: import("./admin-settings-interfaces").IAdminControlType;
261
+ };
262
+ iconColor: {
263
+ title: string;
264
+ locationInTheme: string;
265
+ type: import("./admin-settings-interfaces").IAdminControlType;
266
+ };
267
+ };
268
+ };
269
+ hover: {
270
+ title: string;
271
+ description: string;
272
+ type: import("./admin-settings-interfaces").IAdminControlType;
273
+ value: {
274
+ bgColor: {
275
+ title: string;
276
+ locationInTheme: string;
277
+ type: import("./admin-settings-interfaces").IAdminControlType;
278
+ };
279
+ borderColor: {
280
+ title: string;
281
+ locationInTheme: string;
282
+ type: import("./admin-settings-interfaces").IAdminControlType;
283
+ };
284
+ color: {
285
+ title: string;
286
+ locationInTheme: string;
287
+ type: import("./admin-settings-interfaces").IAdminControlType;
288
+ };
289
+ iconColor: {
290
+ title: string;
291
+ locationInTheme: string;
292
+ type: import("./admin-settings-interfaces").IAdminControlType;
293
+ };
294
+ };
295
+ };
296
+ clicked: {
297
+ title: string;
298
+ description: string;
299
+ type: import("./admin-settings-interfaces").IAdminControlType;
300
+ value: {
301
+ bgColor: {
302
+ title: string;
303
+ locationInTheme: string;
304
+ type: import("./admin-settings-interfaces").IAdminControlType;
305
+ };
306
+ borderColor: {
307
+ title: string;
308
+ locationInTheme: string;
309
+ type: import("./admin-settings-interfaces").IAdminControlType;
310
+ };
311
+ color: {
312
+ title: string;
313
+ locationInTheme: string;
314
+ type: import("./admin-settings-interfaces").IAdminControlType;
315
+ };
316
+ iconColor: {
317
+ title: string;
318
+ locationInTheme: string;
319
+ type: import("./admin-settings-interfaces").IAdminControlType;
320
+ };
321
+ };
322
+ };
323
+ disabled: {
324
+ title: string;
325
+ description: string;
326
+ type: import("./admin-settings-interfaces").IAdminControlType;
327
+ value: {
328
+ bgColor: {
329
+ title: string;
330
+ locationInTheme: string;
331
+ type: import("./admin-settings-interfaces").IAdminControlType;
332
+ };
333
+ borderColor: {
334
+ title: string;
335
+ locationInTheme: string;
336
+ type: import("./admin-settings-interfaces").IAdminControlType;
337
+ };
338
+ color: {
339
+ title: string;
340
+ locationInTheme: string;
341
+ type: import("./admin-settings-interfaces").IAdminControlType;
342
+ };
343
+ iconColor: {
344
+ title: string;
345
+ locationInTheme: string;
346
+ type: import("./admin-settings-interfaces").IAdminControlType;
347
+ };
348
+ };
349
+ };
350
+ };
351
+ };
352
+ primaryLight: {
353
+ title: string;
354
+ description: string;
355
+ type: import("./admin-settings-interfaces").IAdminControlType;
356
+ value: {
357
+ borderRadius: {
358
+ title: string;
359
+ locationInTheme: string;
360
+ type: import("./admin-settings-interfaces").IAdminControlType;
361
+ };
362
+ fontWeight: {
363
+ title: string;
364
+ locationInTheme: string;
365
+ type: import("./admin-settings-interfaces").IAdminControlType;
366
+ };
367
+ textTransform: {
368
+ title: string;
369
+ locationInTheme: string;
370
+ type: import("./admin-settings-interfaces").IAdminControlType;
371
+ };
372
+ static: {
373
+ title: string;
374
+ description: string;
375
+ type: import("./admin-settings-interfaces").IAdminControlType;
376
+ value: {
377
+ bgColor: {
378
+ title: string;
379
+ locationInTheme: string;
380
+ type: import("./admin-settings-interfaces").IAdminControlType;
381
+ };
382
+ borderColor: {
383
+ title: string;
384
+ locationInTheme: string;
385
+ type: import("./admin-settings-interfaces").IAdminControlType;
386
+ };
387
+ color: {
388
+ title: string;
389
+ locationInTheme: string;
390
+ type: import("./admin-settings-interfaces").IAdminControlType;
391
+ };
392
+ iconColor: {
393
+ title: string;
394
+ locationInTheme: string;
395
+ type: import("./admin-settings-interfaces").IAdminControlType;
396
+ };
397
+ };
398
+ };
399
+ hover: {
400
+ title: string;
401
+ description: string;
402
+ type: import("./admin-settings-interfaces").IAdminControlType;
403
+ value: {
404
+ bgColor: {
405
+ title: string;
406
+ locationInTheme: string;
407
+ type: import("./admin-settings-interfaces").IAdminControlType;
408
+ };
409
+ borderColor: {
410
+ title: string;
411
+ locationInTheme: string;
412
+ type: import("./admin-settings-interfaces").IAdminControlType;
413
+ };
414
+ color: {
415
+ title: string;
416
+ locationInTheme: string;
417
+ type: import("./admin-settings-interfaces").IAdminControlType;
418
+ };
419
+ iconColor: {
420
+ title: string;
421
+ locationInTheme: string;
422
+ type: import("./admin-settings-interfaces").IAdminControlType;
423
+ };
424
+ };
425
+ };
426
+ clicked: {
427
+ title: string;
428
+ description: string;
429
+ type: import("./admin-settings-interfaces").IAdminControlType;
430
+ value: {
431
+ bgColor: {
432
+ title: string;
433
+ locationInTheme: string;
434
+ type: import("./admin-settings-interfaces").IAdminControlType;
435
+ };
436
+ borderColor: {
437
+ title: string;
438
+ locationInTheme: string;
439
+ type: import("./admin-settings-interfaces").IAdminControlType;
440
+ };
441
+ color: {
442
+ title: string;
443
+ locationInTheme: string;
444
+ type: import("./admin-settings-interfaces").IAdminControlType;
445
+ };
446
+ iconColor: {
447
+ title: string;
448
+ locationInTheme: string;
449
+ type: import("./admin-settings-interfaces").IAdminControlType;
450
+ };
451
+ };
452
+ };
453
+ disabled: {
454
+ title: string;
455
+ description: string;
456
+ type: import("./admin-settings-interfaces").IAdminControlType;
457
+ value: {
458
+ bgColor: {
459
+ title: string;
460
+ locationInTheme: string;
461
+ type: import("./admin-settings-interfaces").IAdminControlType;
462
+ };
463
+ borderColor: {
464
+ title: string;
465
+ locationInTheme: string;
466
+ type: import("./admin-settings-interfaces").IAdminControlType;
467
+ };
468
+ color: {
469
+ title: string;
470
+ locationInTheme: string;
471
+ type: import("./admin-settings-interfaces").IAdminControlType;
472
+ };
473
+ iconColor: {
474
+ title: string;
475
+ locationInTheme: string;
476
+ type: import("./admin-settings-interfaces").IAdminControlType;
477
+ };
478
+ };
479
+ };
480
+ };
481
+ };
482
+ secondary: {
483
+ title: string;
484
+ description: string;
485
+ type: import("./admin-settings-interfaces").IAdminControlType;
486
+ value: {
487
+ borderRadius: {
488
+ title: string;
489
+ locationInTheme: string;
490
+ type: import("./admin-settings-interfaces").IAdminControlType;
491
+ };
492
+ fontWeight: {
493
+ title: string;
494
+ locationInTheme: string;
495
+ type: import("./admin-settings-interfaces").IAdminControlType;
496
+ };
497
+ textTransform: {
498
+ title: string;
499
+ locationInTheme: string;
500
+ type: import("./admin-settings-interfaces").IAdminControlType;
501
+ };
502
+ static: {
503
+ title: string;
504
+ description: string;
505
+ type: import("./admin-settings-interfaces").IAdminControlType;
506
+ value: {
507
+ bgColor: {
508
+ title: string;
509
+ locationInTheme: string;
510
+ type: import("./admin-settings-interfaces").IAdminControlType;
511
+ };
512
+ borderColor: {
513
+ title: string;
514
+ locationInTheme: string;
515
+ type: import("./admin-settings-interfaces").IAdminControlType;
516
+ };
517
+ color: {
518
+ title: string;
519
+ locationInTheme: string;
520
+ type: import("./admin-settings-interfaces").IAdminControlType;
521
+ };
522
+ iconColor: {
523
+ title: string;
524
+ locationInTheme: string;
525
+ type: import("./admin-settings-interfaces").IAdminControlType;
526
+ };
527
+ };
528
+ };
529
+ hover: {
530
+ title: string;
531
+ description: string;
532
+ type: import("./admin-settings-interfaces").IAdminControlType;
533
+ value: {
534
+ bgColor: {
535
+ title: string;
536
+ locationInTheme: string;
537
+ type: import("./admin-settings-interfaces").IAdminControlType;
538
+ };
539
+ borderColor: {
540
+ title: string;
541
+ locationInTheme: string;
542
+ type: import("./admin-settings-interfaces").IAdminControlType;
543
+ };
544
+ color: {
545
+ title: string;
546
+ locationInTheme: string;
547
+ type: import("./admin-settings-interfaces").IAdminControlType;
548
+ };
549
+ iconColor: {
550
+ title: string;
551
+ locationInTheme: string;
552
+ type: import("./admin-settings-interfaces").IAdminControlType;
553
+ };
554
+ };
555
+ };
556
+ clicked: {
557
+ title: string;
558
+ description: string;
559
+ type: import("./admin-settings-interfaces").IAdminControlType;
560
+ value: {
561
+ bgColor: {
562
+ title: string;
563
+ locationInTheme: string;
564
+ type: import("./admin-settings-interfaces").IAdminControlType;
565
+ };
566
+ borderColor: {
567
+ title: string;
568
+ locationInTheme: string;
569
+ type: import("./admin-settings-interfaces").IAdminControlType;
570
+ };
571
+ color: {
572
+ title: string;
573
+ locationInTheme: string;
574
+ type: import("./admin-settings-interfaces").IAdminControlType;
575
+ };
576
+ iconColor: {
577
+ title: string;
578
+ locationInTheme: string;
579
+ type: import("./admin-settings-interfaces").IAdminControlType;
580
+ };
581
+ };
582
+ };
583
+ disabled: {
584
+ title: string;
585
+ description: string;
586
+ type: import("./admin-settings-interfaces").IAdminControlType;
587
+ value: {
588
+ bgColor: {
589
+ title: string;
590
+ locationInTheme: string;
591
+ type: import("./admin-settings-interfaces").IAdminControlType;
592
+ };
593
+ borderColor: {
594
+ title: string;
595
+ locationInTheme: string;
596
+ type: import("./admin-settings-interfaces").IAdminControlType;
597
+ };
598
+ color: {
599
+ title: string;
600
+ locationInTheme: string;
601
+ type: import("./admin-settings-interfaces").IAdminControlType;
602
+ };
603
+ iconColor: {
604
+ title: string;
605
+ locationInTheme: string;
606
+ type: import("./admin-settings-interfaces").IAdminControlType;
607
+ };
608
+ };
609
+ };
610
+ };
611
+ };
612
+ secondaryLight: {
613
+ title: string;
614
+ description: string;
615
+ type: import("./admin-settings-interfaces").IAdminControlType;
616
+ value: {
617
+ borderRadius: {
618
+ title: string;
619
+ locationInTheme: string;
620
+ type: import("./admin-settings-interfaces").IAdminControlType;
621
+ };
622
+ fontWeight: {
623
+ title: string;
624
+ locationInTheme: string;
625
+ type: import("./admin-settings-interfaces").IAdminControlType;
626
+ };
627
+ textTransform: {
628
+ title: string;
629
+ locationInTheme: string;
630
+ type: import("./admin-settings-interfaces").IAdminControlType;
631
+ };
632
+ static: {
633
+ title: string;
634
+ description: string;
635
+ type: import("./admin-settings-interfaces").IAdminControlType;
636
+ value: {
637
+ bgColor: {
638
+ title: string;
639
+ locationInTheme: string;
640
+ type: import("./admin-settings-interfaces").IAdminControlType;
641
+ };
642
+ borderColor: {
643
+ title: string;
644
+ locationInTheme: string;
645
+ type: import("./admin-settings-interfaces").IAdminControlType;
646
+ };
647
+ color: {
648
+ title: string;
649
+ locationInTheme: string;
650
+ type: import("./admin-settings-interfaces").IAdminControlType;
651
+ };
652
+ iconColor: {
653
+ title: string;
654
+ locationInTheme: string;
655
+ type: import("./admin-settings-interfaces").IAdminControlType;
656
+ };
657
+ };
658
+ };
659
+ hover: {
660
+ title: string;
661
+ description: string;
662
+ type: import("./admin-settings-interfaces").IAdminControlType;
663
+ value: {
664
+ bgColor: {
665
+ title: string;
666
+ locationInTheme: string;
667
+ type: import("./admin-settings-interfaces").IAdminControlType;
668
+ };
669
+ borderColor: {
670
+ title: string;
671
+ locationInTheme: string;
672
+ type: import("./admin-settings-interfaces").IAdminControlType;
673
+ };
674
+ color: {
675
+ title: string;
676
+ locationInTheme: string;
677
+ type: import("./admin-settings-interfaces").IAdminControlType;
678
+ };
679
+ iconColor: {
680
+ title: string;
681
+ locationInTheme: string;
682
+ type: import("./admin-settings-interfaces").IAdminControlType;
683
+ };
684
+ };
685
+ };
686
+ clicked: {
687
+ title: string;
688
+ description: string;
689
+ type: import("./admin-settings-interfaces").IAdminControlType;
690
+ value: {
691
+ bgColor: {
692
+ title: string;
693
+ locationInTheme: string;
694
+ type: import("./admin-settings-interfaces").IAdminControlType;
695
+ };
696
+ borderColor: {
697
+ title: string;
698
+ locationInTheme: string;
699
+ type: import("./admin-settings-interfaces").IAdminControlType;
700
+ };
701
+ color: {
702
+ title: string;
703
+ locationInTheme: string;
704
+ type: import("./admin-settings-interfaces").IAdminControlType;
705
+ };
706
+ iconColor: {
707
+ title: string;
708
+ locationInTheme: string;
709
+ type: import("./admin-settings-interfaces").IAdminControlType;
710
+ };
711
+ };
712
+ };
713
+ disabled: {
714
+ title: string;
715
+ description: string;
716
+ type: import("./admin-settings-interfaces").IAdminControlType;
717
+ value: {
718
+ bgColor: {
719
+ title: string;
720
+ locationInTheme: string;
721
+ type: import("./admin-settings-interfaces").IAdminControlType;
722
+ };
723
+ borderColor: {
724
+ title: string;
725
+ locationInTheme: string;
726
+ type: import("./admin-settings-interfaces").IAdminControlType;
727
+ };
728
+ color: {
729
+ title: string;
730
+ locationInTheme: string;
731
+ type: import("./admin-settings-interfaces").IAdminControlType;
732
+ };
733
+ iconColor: {
734
+ title: string;
735
+ locationInTheme: string;
736
+ type: import("./admin-settings-interfaces").IAdminControlType;
737
+ };
738
+ };
739
+ };
740
+ };
741
+ };
742
+ checkout: {
743
+ title: string;
744
+ description: string;
745
+ type: import("./admin-settings-interfaces").IAdminControlType;
746
+ value: {
747
+ borderRadius: {
748
+ title: string;
749
+ locationInTheme: string;
750
+ type: import("./admin-settings-interfaces").IAdminControlType;
751
+ };
752
+ fontWeight: {
753
+ title: string;
754
+ locationInTheme: string;
755
+ type: import("./admin-settings-interfaces").IAdminControlType;
756
+ };
757
+ textTransform: {
758
+ title: string;
759
+ locationInTheme: string;
760
+ type: import("./admin-settings-interfaces").IAdminControlType;
761
+ };
762
+ static: {
763
+ title: string;
764
+ description: string;
765
+ type: import("./admin-settings-interfaces").IAdminControlType;
766
+ value: {
767
+ bgColor: {
768
+ title: string;
769
+ locationInTheme: string;
770
+ type: import("./admin-settings-interfaces").IAdminControlType;
771
+ };
772
+ borderColor: {
773
+ title: string;
774
+ locationInTheme: string;
775
+ type: import("./admin-settings-interfaces").IAdminControlType;
776
+ };
777
+ color: {
778
+ title: string;
779
+ locationInTheme: string;
780
+ type: import("./admin-settings-interfaces").IAdminControlType;
781
+ };
782
+ iconColor: {
783
+ title: string;
784
+ locationInTheme: string;
785
+ type: import("./admin-settings-interfaces").IAdminControlType;
786
+ };
787
+ };
788
+ };
789
+ hover: {
790
+ title: string;
791
+ description: string;
792
+ type: import("./admin-settings-interfaces").IAdminControlType;
793
+ value: {
794
+ bgColor: {
795
+ title: string;
796
+ locationInTheme: string;
797
+ type: import("./admin-settings-interfaces").IAdminControlType;
798
+ };
799
+ borderColor: {
800
+ title: string;
801
+ locationInTheme: string;
802
+ type: import("./admin-settings-interfaces").IAdminControlType;
803
+ };
804
+ color: {
805
+ title: string;
806
+ locationInTheme: string;
807
+ type: import("./admin-settings-interfaces").IAdminControlType;
808
+ };
809
+ iconColor: {
810
+ title: string;
811
+ locationInTheme: string;
812
+ type: import("./admin-settings-interfaces").IAdminControlType;
813
+ };
814
+ };
815
+ };
816
+ clicked: {
817
+ title: string;
818
+ description: string;
819
+ type: import("./admin-settings-interfaces").IAdminControlType;
820
+ value: {
821
+ bgColor: {
822
+ title: string;
823
+ locationInTheme: string;
824
+ type: import("./admin-settings-interfaces").IAdminControlType;
825
+ };
826
+ borderColor: {
827
+ title: string;
828
+ locationInTheme: string;
829
+ type: import("./admin-settings-interfaces").IAdminControlType;
830
+ };
831
+ color: {
832
+ title: string;
833
+ locationInTheme: string;
834
+ type: import("./admin-settings-interfaces").IAdminControlType;
835
+ };
836
+ iconColor: {
837
+ title: string;
838
+ locationInTheme: string;
839
+ type: import("./admin-settings-interfaces").IAdminControlType;
840
+ };
841
+ };
842
+ };
843
+ disabled: {
844
+ title: string;
845
+ description: string;
846
+ type: import("./admin-settings-interfaces").IAdminControlType;
847
+ value: {
848
+ bgColor: {
849
+ title: string;
850
+ locationInTheme: string;
851
+ type: import("./admin-settings-interfaces").IAdminControlType;
852
+ };
853
+ borderColor: {
854
+ title: string;
855
+ locationInTheme: string;
856
+ type: import("./admin-settings-interfaces").IAdminControlType;
857
+ };
858
+ color: {
859
+ title: string;
860
+ locationInTheme: string;
861
+ type: import("./admin-settings-interfaces").IAdminControlType;
862
+ };
863
+ iconColor: {
864
+ title: string;
865
+ locationInTheme: string;
866
+ type: import("./admin-settings-interfaces").IAdminControlType;
867
+ };
868
+ };
869
+ };
870
+ };
871
+ };
872
+ filterSort: {
873
+ title: string;
874
+ description: string;
875
+ type: import("./admin-settings-interfaces").IAdminControlType;
876
+ value: {
877
+ color: {
878
+ title: string;
879
+ locationInTheme: string;
880
+ type: import("./admin-settings-interfaces").IAdminControlType;
881
+ };
882
+ hoverColor: {
883
+ title: string;
884
+ locationInTheme: string;
885
+ type: import("./admin-settings-interfaces").IAdminControlType;
886
+ };
887
+ };
888
+ };
889
+ };
890
+ };
891
+ };
892
+ export default AdminThemeTemplate;