@zealicsolutions/web-ui 0.3.221 → 0.3.223

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1564 +1,12 @@
1
- import { ContainerComponentProps, Molecule } from 'containers';
1
+ import { ContainerComponentProps } from 'containers';
2
2
  export declare const sliderContainerProps: ContainerComponentProps;
3
- export declare const formContainerProps: ContainerComponentProps;
4
- export declare const dynamicOrganisms: (ContainerComponentProps | Molecule)[];
5
- export declare const dynamicContainerMock: ContainerComponentProps;
6
- export declare const columnContainerProps: ContainerComponentProps;
7
3
  export declare const formWithConditionalFields: ContainerComponentProps;
8
- export declare const rowContainer: ContainerComponentProps;
9
- export declare const headerContainer: ContainerComponentProps;
10
- export declare const headerWithTabs2: ContainerComponentProps;
11
- export declare const anotherProcessTracker: {
12
- type: string;
13
- config: {
14
- wide: {
15
- containerProps: {
16
- gap: string;
17
- alignItems: string;
18
- cornerRadius: string;
19
- verticalPadding: string;
20
- horizontalPadding: string;
21
- };
22
- containerStyle: {
23
- gap: string;
24
- width: string;
25
- display: string;
26
- padding: string;
27
- minWidth: string;
28
- boxShadow: string;
29
- borderRadius: string;
30
- flexDirection: string;
31
- backgroundColor: string;
32
- };
33
- };
34
- compact: {
35
- containerProps: {};
36
- containerStyle: {
37
- gap: string;
38
- width: string;
39
- display: string;
40
- padding: string;
41
- minWidth: string;
42
- boxShadow: string;
43
- borderRadius: string;
44
- flexDirection: string;
45
- };
46
- };
47
- };
48
- instance: string;
49
- metadata: {
50
- group: string[];
51
- };
52
- containerLibraryId: string;
53
- id: string;
54
- items: ({
55
- type: string;
56
- config: {
57
- wide: {
58
- containerProps: {
59
- gap: string;
60
- padding: {
61
- top: string;
62
- left: string;
63
- right: string;
64
- bottom: string;
65
- };
66
- alignItems: string;
67
- horizontalPadding: string;
68
- };
69
- containerStyle: {
70
- width: string;
71
- alignItems: string;
72
- flexDirection: string;
73
- justifyContent: string;
74
- };
75
- };
76
- compact: {
77
- containerProps: {
78
- gap: string;
79
- };
80
- containerStyle: {
81
- alignItems: string;
82
- flexDirection: string;
83
- };
84
- };
85
- };
86
- instance: string;
87
- metadata: {
88
- group: string[];
89
- };
90
- ordering: number;
91
- containerLibraryId: string;
92
- organismLibraryContainerId: string;
93
- items: ({
94
- type: string;
95
- config: {
96
- wide: {
97
- containerProps: {
98
- gap: string;
99
- width: string;
100
- alignItems: string;
101
- padding?: undefined;
102
- horizontalPadding?: undefined;
103
- };
104
- containerStyle: {
105
- alignItems: string;
106
- flexDirection: string;
107
- justifyContent: string;
108
- width?: undefined;
109
- };
110
- };
111
- compact: {
112
- containerProps: {
113
- gap: string;
114
- };
115
- containerStyle: {
116
- width: string;
117
- alignItems: string;
118
- flexDirection: string;
119
- };
120
- };
121
- };
122
- instance: string;
123
- metadata: {
124
- group: string[];
125
- };
126
- ordering: number;
127
- containerLibraryId: string;
128
- organismLibraryContainerId: string;
129
- items: {
130
- type: string;
131
- config: {
132
- props: {
133
- textColor: string;
134
- };
135
- };
136
- instance: string;
137
- metadata: {
138
- group: string[];
139
- };
140
- ordering: number;
141
- attributes: {
142
- color: {
143
- color: string;
144
- attributeType: string;
145
- id: string;
146
- };
147
- fontVariant: {
148
- value: string;
149
- options: {
150
- id: string;
151
- label: string;
152
- value: string;
153
- config: {
154
- dataModelFieldType: string;
155
- };
156
- }[];
157
- attributeType: string;
158
- id: string;
159
- };
160
- seoStyle: {
161
- value: string;
162
- options: {
163
- id: string;
164
- label: string;
165
- value: string;
166
- config: {
167
- dataModelFieldType: string;
168
- };
169
- }[];
170
- attributeType: string;
171
- id: string;
172
- };
173
- text: {
174
- text: string;
175
- required: boolean;
176
- isRichText: boolean;
177
- attributeType: string;
178
- showRichTextToolbar: boolean;
179
- id: string;
180
- };
181
- };
182
- moleculeLibraryId: string;
183
- organismLibraryMoleculeId: string;
184
- items: never[];
185
- idForFrontend: string;
186
- id: string;
187
- }[];
188
- id: string;
189
- } | {
190
- type: string;
191
- config: {
192
- wide: {
193
- containerProps: {
194
- gap: string;
195
- padding: {
196
- top: string;
197
- left: string;
198
- right: string;
199
- bottom: string;
200
- };
201
- alignItems: string;
202
- horizontalPadding: string;
203
- width?: undefined;
204
- };
205
- containerStyle: {
206
- width: string;
207
- alignItems: string;
208
- flexDirection: string;
209
- justifyContent: string;
210
- };
211
- };
212
- compact: {
213
- containerProps: {
214
- gap: string;
215
- };
216
- containerStyle: {
217
- alignItems: string;
218
- flexDirection: string;
219
- width?: undefined;
220
- };
221
- };
222
- };
223
- instance: string;
224
- metadata: {
225
- group: string[];
226
- };
227
- ordering: number;
228
- containerLibraryId: string;
229
- organismLibraryContainerId: string;
230
- items: ({
231
- type: string;
232
- config: {
233
- props: {
234
- textColor: string;
235
- };
236
- wide?: undefined;
237
- compact?: undefined;
238
- };
239
- instance: string;
240
- metadata: {
241
- group: string[];
242
- };
243
- ordering: number;
244
- attributes: {
245
- color: {
246
- color: string;
247
- attributeType: string;
248
- id: string;
249
- };
250
- fontVariant: {
251
- value: string;
252
- options: {
253
- id: string;
254
- label: string;
255
- value: string;
256
- config: {
257
- dataModelFieldType: string;
258
- };
259
- }[];
260
- attributeType: string;
261
- id: string;
262
- };
263
- seoStyle: {
264
- value: string;
265
- options: {
266
- id: string;
267
- label: string;
268
- value: string;
269
- config: {
270
- dataModelFieldType: string;
271
- };
272
- }[];
273
- attributeType: string;
274
- id: string;
275
- };
276
- text: {
277
- text: string;
278
- required: boolean;
279
- isRichText: boolean;
280
- attributeType: string;
281
- showRichTextToolbar: boolean;
282
- id: string;
283
- };
284
- };
285
- moleculeLibraryId: string;
286
- organismLibraryMoleculeId: string;
287
- items: never[];
288
- idForFrontend: string;
289
- id: string;
290
- containerLibraryId?: undefined;
291
- organismLibraryContainerId?: undefined;
292
- } | {
293
- type: string;
294
- config: {
295
- wide: {
296
- containerProps: {
297
- gap: string;
298
- padding: {
299
- top: string;
300
- left: string;
301
- right: string;
302
- bottom: string;
303
- };
304
- alignItems: string;
305
- cornerRadius: string;
306
- horizontalPadding: string;
307
- };
308
- containerStyle: {
309
- width: string;
310
- alignItems: string;
311
- flexDirection: string;
312
- justifyContent: string;
313
- backgroundColor: string;
314
- };
315
- };
316
- compact: {
317
- containerProps: {
318
- gap: string;
319
- };
320
- containerStyle: {
321
- alignItems: string;
322
- flexDirection: string;
323
- };
324
- };
325
- props?: undefined;
326
- };
327
- instance: string;
328
- metadata: {
329
- group: string[];
330
- };
331
- ordering: number;
332
- containerLibraryId: string;
333
- organismLibraryContainerId: string;
334
- items: {
335
- type: string;
336
- config: {
337
- props: {
338
- textColor: string;
339
- };
340
- };
341
- instance: string;
342
- metadata: {
343
- group: string[];
344
- };
345
- ordering: number;
346
- attributes: {
347
- color: {
348
- color: string;
349
- attributeType: string;
350
- id: string;
351
- };
352
- fontVariant: {
353
- value: string;
354
- options: {
355
- id: string;
356
- label: string;
357
- value: string;
358
- config: {
359
- dataModelFieldType: string;
360
- };
361
- }[];
362
- attributeType: string;
363
- id: string;
364
- };
365
- seoStyle: {
366
- value: string;
367
- options: {
368
- id: string;
369
- label: string;
370
- value: string;
371
- config: {
372
- dataModelFieldType: string;
373
- };
374
- }[];
375
- attributeType: string;
376
- id: string;
377
- };
378
- text: {
379
- text: string;
380
- required: boolean;
381
- isRichText: boolean;
382
- attributeType: string;
383
- showRichTextToolbar: boolean;
384
- id: string;
385
- };
386
- };
387
- moleculeLibraryId: string;
388
- organismLibraryMoleculeId: string;
389
- items: never[];
390
- idForFrontend: string;
391
- id: string;
392
- }[];
393
- id: string;
394
- attributes?: undefined;
395
- moleculeLibraryId?: undefined;
396
- organismLibraryMoleculeId?: undefined;
397
- idForFrontend?: undefined;
398
- })[];
399
- id: string;
400
- })[];
401
- id: string;
402
- } | {
403
- type: string;
404
- config: {
405
- wide: {
406
- containerProps: {
407
- gap: string;
408
- padding: {
409
- top: string;
410
- left: string;
411
- right: string;
412
- bottom: string;
413
- };
414
- alignItems: string;
415
- horizontalPadding?: undefined;
416
- };
417
- containerStyle: {
418
- width: string;
419
- alignItems: string;
420
- flexDirection: string;
421
- justifyContent?: undefined;
422
- };
423
- };
424
- compact: {
425
- containerProps: {
426
- gap: string;
427
- };
428
- containerStyle: {
429
- alignItems: string;
430
- flexDirection: string;
431
- };
432
- };
433
- };
434
- instance: string;
435
- metadata: {
436
- group: string[];
437
- };
438
- ordering: number;
439
- containerLibraryId: string;
440
- organismLibraryContainerId: string;
441
- items: {
442
- type: string;
443
- config: {};
444
- instance: string;
445
- metadata: {};
446
- ordering: number;
447
- attributes: {
448
- processSteps: {
449
- attributeType: string;
450
- steps: {
451
- id: string;
452
- link: {
453
- type: string;
454
- externalLink: string;
455
- name: string;
456
- };
457
- title: {
458
- text: string;
459
- };
460
- description: {
461
- text: string;
462
- };
463
- status: string;
464
- order: number;
465
- }[];
466
- id: string;
467
- journeyId: string;
468
- };
469
- orientation: {
470
- options: {
471
- id: string;
472
- label: string;
473
- }[];
474
- attributeType: string;
475
- value: string;
476
- id: string;
477
- };
478
- };
479
- moleculeLibraryId: string;
480
- organismLibraryMoleculeId: string;
481
- items: never[];
482
- idForFrontend: string;
483
- id: string;
484
- }[];
485
- id: string;
486
- } | {
487
- type: string;
488
- config: {
489
- wide: {
490
- containerProps: {
491
- gap: string;
492
- padding: {
493
- top: string;
494
- left: string;
495
- right: string;
496
- bottom: string;
497
- };
498
- alignItems: string;
499
- horizontalPadding: string;
500
- };
501
- containerStyle: {
502
- width: string;
503
- alignItems: string;
504
- flexDirection: string;
505
- justifyContent: string;
506
- };
507
- };
508
- compact: {
509
- containerProps: {
510
- gap: string;
511
- };
512
- containerStyle: {
513
- alignItems: string;
514
- flexDirection: string;
515
- };
516
- };
517
- };
518
- instance: string;
519
- metadata: {
520
- group: string[];
521
- };
522
- ordering: number;
523
- containerLibraryId: string;
524
- organismLibraryContainerId: string;
525
- items: ({
526
- type: string;
527
- config: {
528
- wide: {
529
- containerProps: {
530
- gap: string;
531
- padding: {
532
- top: string;
533
- left: string;
534
- right: string;
535
- bottom: string;
536
- };
537
- alignItems: string;
538
- horizontalPadding: string;
539
- };
540
- containerStyle: {
541
- width: string;
542
- alignItems: string;
543
- flexDirection: string;
544
- justifyContent: string;
545
- };
546
- };
547
- compact: {
548
- containerProps: {
549
- gap: string;
550
- };
551
- containerStyle: {
552
- alignItems: string;
553
- flexDirection: string;
554
- };
555
- };
556
- };
557
- instance: string;
558
- metadata: {
559
- group: string[];
560
- };
561
- ordering: number;
562
- containerLibraryId: string;
563
- organismLibraryContainerId: string;
564
- items: ({
565
- type: string;
566
- config: {
567
- props: {
568
- size: string;
569
- state: string;
570
- styles: {};
571
- variant: string;
572
- disabled: boolean;
573
- textSize: number;
574
- fullWidth: boolean;
575
- textColor: string;
576
- buttonFont: string;
577
- colorTheme: string;
578
- buttonColor: string;
579
- buttonStyle: {};
580
- buttonStroke: string;
581
- cornerRadius: string;
582
- containerStyle: {};
583
- verticalPadding: number;
584
- hoverButtonColor: string;
585
- hoverStrokeColor: string;
586
- horizontalPadding: number;
587
- inactiveTextColor: string;
588
- inactiveButtonColor: string;
589
- inactiveStrokeColor: string;
590
- };
591
- };
592
- instance: string;
593
- metadata: {
594
- group: string[];
595
- isAction: boolean;
596
- isTrigger: boolean;
597
- referenceName: string;
598
- };
599
- ordering: number;
600
- attributes: {
601
- action: {
602
- action: {
603
- type: string;
604
- reset: {};
605
- };
606
- attributeType: string;
607
- id: string;
608
- };
609
- actionTypes: {
610
- value: string;
611
- options: {
612
- id: string;
613
- label: string;
614
- value: string;
615
- }[];
616
- required: boolean;
617
- attributeType: string;
618
- id: string;
619
- };
620
- title: {
621
- text: string;
622
- required: boolean;
623
- isRichText: boolean;
624
- attributeType: string;
625
- showRichTextToolbar: boolean;
626
- id: string;
627
- };
628
- };
629
- moleculeLibraryId: string;
630
- organismLibraryMoleculeId: string;
631
- items: never[];
632
- idForFrontend: string;
633
- id: string;
634
- } | {
635
- type: string;
636
- config: {
637
- props: {
638
- size: string;
639
- state: string;
640
- styles: {};
641
- variant: string;
642
- disabled: boolean;
643
- textSize: number;
644
- fullWidth: boolean;
645
- textColor: string;
646
- buttonFont: string;
647
- colorTheme: string;
648
- buttonColor: string;
649
- buttonStyle: {};
650
- buttonStroke: string;
651
- cornerRadius: string;
652
- containerStyle: {};
653
- verticalPadding: number;
654
- hoverButtonColor: string;
655
- hoverStrokeColor: string;
656
- horizontalPadding: number;
657
- inactiveTextColor: string;
658
- inactiveButtonColor: string;
659
- inactiveStrokeColor: string;
660
- };
661
- };
662
- instance: string;
663
- metadata: {
664
- group: string[];
665
- isAction: boolean;
666
- isTrigger: boolean;
667
- referenceName?: undefined;
668
- };
669
- ordering: number;
670
- attributes: {
671
- action: {
672
- action: {
673
- type: string;
674
- reset: {};
675
- };
676
- attributeType: string;
677
- id: string;
678
- };
679
- actionTypes: {
680
- value: string;
681
- options: {
682
- id: string;
683
- label: string;
684
- value: string;
685
- }[];
686
- required: boolean;
687
- attributeType: string;
688
- id: string;
689
- };
690
- title: {
691
- text: string;
692
- required: boolean;
693
- isRichText: boolean;
694
- attributeType: string;
695
- showRichTextToolbar: boolean;
696
- id: string;
697
- };
698
- };
699
- moleculeLibraryId: string;
700
- organismLibraryMoleculeId: string;
701
- items: never[];
702
- idForFrontend: string;
703
- id: string;
704
- })[];
705
- id: string;
706
- } | {
707
- type: string;
708
- config: {
709
- wide: {
710
- containerProps: {
711
- gap: string;
712
- padding: {
713
- top: string;
714
- left: string;
715
- right: string;
716
- bottom: string;
717
- };
718
- alignItems: string;
719
- horizontalPadding: string;
720
- };
721
- containerStyle: {
722
- width: string;
723
- alignItems: string;
724
- flexDirection: string;
725
- justifyContent: string;
726
- };
727
- };
728
- compact: {
729
- containerProps: {
730
- gap: string;
731
- };
732
- containerStyle: {
733
- alignItems: string;
734
- flexDirection: string;
735
- };
736
- };
737
- };
738
- instance: string;
739
- metadata: {
740
- group: string[];
741
- };
742
- ordering: number;
743
- containerLibraryId: string;
744
- organismLibraryContainerId: string;
745
- items: {
746
- type: string;
747
- config: {
748
- props: {
749
- size: string;
750
- state: string;
751
- styles: {};
752
- variant: string;
753
- disabled: boolean;
754
- textSize: number;
755
- buttonFont: string;
756
- colorTheme: string;
757
- buttonColor: string;
758
- buttonStyle: {};
759
- cornerRadius: string;
760
- containerStyle: {};
761
- fullWidth: boolean;
762
- };
763
- };
764
- instance: string;
765
- metadata: {
766
- group: string[];
767
- isAction: boolean;
768
- isTrigger: boolean;
769
- };
770
- ordering: number;
771
- attributes: {
772
- action: {
773
- action: {
774
- type: string;
775
- reset: {};
776
- };
777
- attributeType: string;
778
- id: string;
779
- };
780
- actionTypes: {
781
- value: string;
782
- options: {
783
- id: string;
784
- label: string;
785
- value: string;
786
- }[];
787
- required: boolean;
788
- attributeType: string;
789
- id: string;
790
- };
791
- title: {
792
- text: string;
793
- required: boolean;
794
- isRichText: boolean;
795
- attributeType: string;
796
- showRichTextToolbar: boolean;
797
- id: string;
798
- };
799
- };
800
- moleculeLibraryId: string;
801
- organismLibraryMoleculeId: string;
802
- items: never[];
803
- idForFrontend: string;
804
- id: string;
805
- }[];
806
- id: string;
807
- })[];
808
- id: string;
809
- })[];
810
- };
811
- export declare const bannerWithRoundedImage: {
812
- instance: string;
813
- organismLibraryContainerId: string;
814
- containerLibraryId: string;
815
- type: string;
816
- ordering: number;
817
- config: {
818
- wide: {
819
- containerProps: {
820
- alignItems: string;
821
- };
822
- containerStyle: {
823
- gap: string;
824
- width: string;
825
- height: string;
826
- paddingTop: string;
827
- paddingLeft: string;
828
- paddingRight: string;
829
- flexDirection: string;
830
- paddingBottom: string;
831
- justifyContent: string;
832
- backgroundColor: string;
833
- };
834
- };
835
- compact: {
836
- containerProps: {
837
- position: string;
838
- alignItems: string;
839
- };
840
- containerStyle: {
841
- gap: string;
842
- width: string;
843
- paddingTop: string;
844
- paddingLeft: string;
845
- flexDirection: string;
846
- paddingRight: string;
847
- justifyContent: string;
848
- paddingBottom: string;
849
- backgroundColor: string;
850
- };
851
- };
852
- };
853
- metadata: {
854
- group: string[];
855
- };
856
- items: ({
857
- type: string;
858
- config: {
859
- wide: {
860
- containerProps: {
861
- position: string;
862
- alignItems: string;
863
- };
864
- containerStyle: {
865
- width: string;
866
- height: string;
867
- paddingTop: string;
868
- paddingLeft: string;
869
- paddingRight: string;
870
- paddingBottom: string;
871
- justifyContent: string;
872
- 'border-bottom-right-radius': string;
873
- gap?: undefined;
874
- };
875
- };
876
- compact: {
877
- containerProps: {
878
- position: string;
879
- alignItems: string;
880
- };
881
- containerStyle: {
882
- width: string;
883
- flexDirection: string;
884
- justifyContent: string;
885
- backgroundColor: string;
886
- gap?: undefined;
887
- };
888
- };
889
- };
890
- instance: string;
891
- metadata: {
892
- group: string[];
893
- };
894
- ordering: number;
895
- containerLibraryId: string;
896
- organismLibraryContainerId: string;
897
- items: {
898
- type: string;
899
- config: {
900
- props: {
901
- behaveAs: string;
902
- cornerRadius: string;
903
- };
904
- };
905
- instance: string;
906
- metadata: {
907
- group: string[];
908
- isTrigger: boolean;
909
- };
910
- ordering: number;
911
- attributes: {
912
- link: {
913
- id: string;
914
- name: string;
915
- type: string;
916
- required: boolean;
917
- externalLink: string;
918
- internalLink: string;
919
- attributeType: string;
920
- };
921
- image: {
922
- id: string;
923
- imageFile: {
924
- id: string;
925
- url: string;
926
- name: string;
927
- size: number;
928
- tags: never[];
929
- type: string;
930
- status: string;
931
- fileType: string;
932
- updatedAt: string;
933
- description: string;
934
- originalName: string;
935
- brandId: string;
936
- uploadedAt: string;
937
- };
938
- attributeType: string;
939
- };
940
- altText: {
941
- id: string;
942
- text: string;
943
- required: boolean;
944
- isRichText: boolean;
945
- attributeType: string;
946
- showRichTextToolbar: boolean;
947
- };
948
- };
949
- moleculeLibraryId: string;
950
- organismLibraryMoleculeId: string;
951
- items: never[];
952
- id: string;
953
- }[];
954
- id: string;
955
- } | {
956
- type: string;
957
- config: {
958
- wide: {
959
- containerProps: {
960
- alignItems: string;
961
- position?: undefined;
962
- };
963
- containerStyle: {
964
- gap: string;
965
- width: string;
966
- height: string;
967
- paddingTop: string;
968
- paddingLeft: string;
969
- paddingRight: string;
970
- paddingBottom: string;
971
- justifyContent: string;
972
- 'border-bottom-right-radius'?: undefined;
973
- };
974
- };
975
- compact: {
976
- containerProps: {
977
- position?: undefined;
978
- alignItems?: undefined;
979
- };
980
- containerStyle: {
981
- gap: string;
982
- width?: undefined;
983
- flexDirection?: undefined;
984
- justifyContent?: undefined;
985
- backgroundColor?: undefined;
986
- };
987
- };
988
- };
989
- instance: string;
990
- metadata: {
991
- group: string[];
992
- };
993
- ordering: number;
994
- containerLibraryId: string;
995
- organismLibraryContainerId: string;
996
- items: ({
997
- type: string;
998
- config: {
999
- props: {
1000
- textAlign: string;
1001
- };
1002
- };
1003
- instance: string;
1004
- metadata: {
1005
- group: string[];
1006
- };
1007
- ordering: number;
1008
- attributes: {
1009
- text: {
1010
- id: string;
1011
- text: string;
1012
- required: boolean;
1013
- isRichText: boolean;
1014
- attributeType: string;
1015
- showRichTextToolbar: boolean;
1016
- };
1017
- color: {
1018
- id: string;
1019
- color: string;
1020
- required: boolean;
1021
- attributeType: string;
1022
- };
1023
- seoStyle: {
1024
- id: string;
1025
- value: string;
1026
- options: {
1027
- id: string;
1028
- label: string;
1029
- value: string;
1030
- }[];
1031
- required: boolean;
1032
- attributeType: string;
1033
- };
1034
- fontVariant: {
1035
- id: string;
1036
- value: string;
1037
- options: {
1038
- id: string;
1039
- label: string;
1040
- value: string;
1041
- }[];
1042
- attributeType: string;
1043
- };
1044
- };
1045
- moleculeLibraryId: string;
1046
- organismLibraryMoleculeId: string;
1047
- items: never[];
1048
- id: string;
1049
- } | {
1050
- type: string;
1051
- config: {
1052
- props: {
1053
- textAlign?: undefined;
1054
- };
1055
- };
1056
- instance: string;
1057
- metadata: {
1058
- group: string[];
1059
- };
1060
- ordering: number;
1061
- attributes: {
1062
- text: {
1063
- id: string;
1064
- text: string;
1065
- required: boolean;
1066
- isRichText: boolean;
1067
- attributeType: string;
1068
- showRichTextToolbar: boolean;
1069
- };
1070
- color: {
1071
- id: string;
1072
- color: string;
1073
- required: boolean;
1074
- attributeType: string;
1075
- };
1076
- seoStyle: {
1077
- id: string;
1078
- value: string;
1079
- options: {
1080
- id: string;
1081
- label: string;
1082
- value: string;
1083
- }[];
1084
- required: boolean;
1085
- attributeType: string;
1086
- };
1087
- fontVariant: {
1088
- id: string;
1089
- value: string;
1090
- options: {
1091
- id: string;
1092
- label: string;
1093
- value: string;
1094
- }[];
1095
- attributeType: string;
1096
- };
1097
- };
1098
- moleculeLibraryId: string;
1099
- organismLibraryMoleculeId: string;
1100
- items: never[];
1101
- id: string;
1102
- })[];
1103
- id: string;
1104
- })[];
1105
- id: string;
1106
- };
1107
- export declare const threeColumnOrganismBody: {
1108
- type: string;
1109
- config: {
1110
- wide: {
1111
- containerProps: {
1112
- gap: string;
1113
- position: string;
1114
- alignItems: string;
1115
- paddingTop: string;
1116
- paddingLeft: string;
1117
- paddingRight: string;
1118
- paddingBottom: string;
1119
- };
1120
- containerStyle: {
1121
- width: string;
1122
- position: string;
1123
- 'flex-direction': string;
1124
- backgroundColor: string;
1125
- 'justify-content': string;
1126
- 'border-top-left-radius': string;
1127
- 'border-top-right-radius': string;
1128
- 'border-bottom-left-radius': string;
1129
- 'border-bottom-right-radius': string;
1130
- };
1131
- };
1132
- compact: {
1133
- containerProps: {
1134
- gap: string;
1135
- position: string;
1136
- paddingTop: string;
1137
- paddingLeft: string;
1138
- paddingRight: string;
1139
- paddingBottom: string;
1140
- };
1141
- containerStyle: {
1142
- width: string;
1143
- position: string;
1144
- 'flex-direction': string;
1145
- backgroundColor: string;
1146
- 'justify-content': string;
1147
- 'border-top-left-radius': string;
1148
- 'border-top-right-radius': string;
1149
- 'border-bottom-left-radius': string;
1150
- 'border-bottom-right-radius': string;
1151
- };
1152
- };
1153
- };
1154
- instance: string;
1155
- metadata: {
1156
- group: string[];
1157
- };
1158
- containerLibraryId: string;
1159
- id: string;
1160
- items: {
1161
- type: string;
1162
- config: {
1163
- wide: {
1164
- containerProps: {
1165
- gap: string;
1166
- alignItems: string;
1167
- };
1168
- containerStyle: {
1169
- width: string;
1170
- flexDirection: string;
1171
- backgroundColor: string;
1172
- };
1173
- };
1174
- compact: {
1175
- containerProps: {
1176
- gap: string;
1177
- alignItems: string;
1178
- };
1179
- containerStyle: {
1180
- width: string;
1181
- flexDirection: string;
1182
- backgroundColor: string;
1183
- };
1184
- };
1185
- };
1186
- instance: string;
1187
- metadata: {
1188
- group: string[];
1189
- };
1190
- ordering: number;
1191
- containerLibraryId: string;
1192
- organismLibraryContainerId: string;
1193
- items: ({
1194
- type: string;
1195
- config: {
1196
- props: {
1197
- textColor: string;
1198
- textAlign?: undefined;
1199
- };
1200
- wide?: undefined;
1201
- compact?: undefined;
1202
- };
1203
- instance: string;
1204
- metadata: {
1205
- group: string[];
1206
- };
1207
- ordering: number;
1208
- attributes: {
1209
- text: {
1210
- id: string;
1211
- text: string;
1212
- required: boolean;
1213
- isRichText: boolean;
1214
- attributeType: string;
1215
- showRichTextToolbar: boolean;
1216
- };
1217
- color: {
1218
- id: string;
1219
- color: string;
1220
- required: boolean;
1221
- attributeType: string;
1222
- };
1223
- seoStyle: {
1224
- id: string;
1225
- value: string;
1226
- options: {
1227
- id: string;
1228
- label: string;
1229
- value: string;
1230
- config: {
1231
- dataModelFieldType: string;
1232
- };
1233
- }[];
1234
- required: boolean;
1235
- attributeType: string;
1236
- };
1237
- fontVariant: {
1238
- id: string;
1239
- value: string;
1240
- options: {
1241
- id: string;
1242
- label: string;
1243
- value: string;
1244
- config: {
1245
- dataModelFieldType: string;
1246
- };
1247
- }[];
1248
- attributeType: string;
1249
- };
1250
- };
1251
- moleculeLibraryId: string;
1252
- organismLibraryMoleculeId: string;
1253
- items: never[];
1254
- idForFrontend: string;
1255
- id: string;
1256
- containerLibraryId?: undefined;
1257
- organismLibraryContainerId?: undefined;
1258
- } | {
1259
- type: string;
1260
- config: {
1261
- wide: {
1262
- containerProps: {
1263
- gap: string;
1264
- alignItems: string;
1265
- verticalPadding: string;
1266
- horizontalPadding: string;
1267
- };
1268
- containerStyle: {
1269
- width: string;
1270
- justifyContent: string;
1271
- backgroundColor: string;
1272
- };
1273
- };
1274
- compact: {
1275
- containerProps: {
1276
- gap: string;
1277
- verticalPadding: string;
1278
- horizontalPadding: string;
1279
- };
1280
- containerStyle: {
1281
- width: string;
1282
- flexDirection: string;
1283
- backgroundColor: string;
1284
- };
1285
- };
1286
- props?: undefined;
1287
- };
1288
- instance: string;
1289
- metadata: {
1290
- group: string[];
1291
- };
1292
- ordering: number;
1293
- containerLibraryId: string;
1294
- organismLibraryContainerId: string;
1295
- items: {
1296
- type: string;
1297
- config: {
1298
- wide: {
1299
- containerProps: {
1300
- gap: string;
1301
- position: string;
1302
- alignItems: string;
1303
- paddingTop: string;
1304
- paddingLeft: string;
1305
- paddingRight: string;
1306
- paddingBottom: string;
1307
- };
1308
- containerStyle: {
1309
- width: string;
1310
- position: string;
1311
- 'flex-direction': string;
1312
- justifyContent: string;
1313
- backgroundColor: string;
1314
- 'justify-content': string;
1315
- 'border-top-left-radius': string;
1316
- 'border-top-right-radius': string;
1317
- 'border-bottom-left-radius': string;
1318
- 'border-bottom-right-radius': string;
1319
- };
1320
- };
1321
- compact: {
1322
- containerProps: {
1323
- gap: string;
1324
- position: string;
1325
- alignItems: string;
1326
- paddingTop: string;
1327
- paddingLeft: string;
1328
- paddingRight: string;
1329
- paddingBottom: string;
1330
- };
1331
- containerStyle: {
1332
- width: string;
1333
- position: string;
1334
- 'flex-direction': string;
1335
- backgroundColor: string;
1336
- 'justify-content': string;
1337
- 'border-top-left-radius': string;
1338
- 'border-top-right-radius': string;
1339
- 'border-bottom-left-radius': string;
1340
- 'border-bottom-right-radius': string;
1341
- };
1342
- };
1343
- };
1344
- instance: string;
1345
- metadata: {
1346
- group: string[];
1347
- };
1348
- ordering: number;
1349
- containerLibraryId: string;
1350
- organismLibraryContainerId: string;
1351
- items: ({
1352
- type: string;
1353
- config: {
1354
- props: {
1355
- styles: {
1356
- width: string;
1357
- display: string;
1358
- 'max-height': string;
1359
- };
1360
- textAlign?: undefined;
1361
- textColor?: undefined;
1362
- };
1363
- };
1364
- instance: string;
1365
- metadata: {
1366
- group: string[];
1367
- };
1368
- ordering: number;
1369
- attributes: {
1370
- link: {
1371
- id: string;
1372
- attributeType: string;
1373
- externalLink: string;
1374
- internalLink: string;
1375
- name: string;
1376
- type: string;
1377
- required: boolean;
1378
- };
1379
- image: {
1380
- id: string;
1381
- imageFile: {
1382
- type: string;
1383
- fileType: string;
1384
- id: string;
1385
- name: string;
1386
- url: string;
1387
- description: string;
1388
- originalName: string;
1389
- size: number;
1390
- status: string;
1391
- updatedAt: string;
1392
- isDefault: boolean;
1393
- tags: never[];
1394
- brandId: string;
1395
- uploadedAt: string;
1396
- };
1397
- attributeType: string;
1398
- imageSource: string;
1399
- };
1400
- altText: {
1401
- id: string;
1402
- text: string;
1403
- required: boolean;
1404
- isRichText: boolean;
1405
- attributeType: string;
1406
- showRichTextToolbar: boolean;
1407
- };
1408
- text?: undefined;
1409
- color?: undefined;
1410
- seoStyle?: undefined;
1411
- fontVariant?: undefined;
1412
- };
1413
- moleculeLibraryId: string;
1414
- organismLibraryMoleculeId: string;
1415
- items: never[];
1416
- idForFrontend: string;
1417
- id: string;
1418
- } | {
1419
- type: string;
1420
- config: {
1421
- props: {
1422
- textAlign: string;
1423
- textColor: string;
1424
- styles?: undefined;
1425
- };
1426
- };
1427
- instance: string;
1428
- metadata: {
1429
- group: string[];
1430
- };
1431
- ordering: number;
1432
- attributes: {
1433
- text: {
1434
- id: string;
1435
- text: string;
1436
- required: boolean;
1437
- isRichText: boolean;
1438
- attributeType: string;
1439
- showRichTextToolbar: boolean;
1440
- };
1441
- color: {
1442
- id: string;
1443
- color: string;
1444
- required: boolean;
1445
- attributeType: string;
1446
- };
1447
- seoStyle: {
1448
- id: string;
1449
- value: string;
1450
- options: {
1451
- id: string;
1452
- label: string;
1453
- value: string;
1454
- config: {
1455
- dataModelFieldType: string;
1456
- };
1457
- }[];
1458
- required: boolean;
1459
- attributeType: string;
1460
- };
1461
- fontVariant: {
1462
- id: string;
1463
- value: string;
1464
- options: {
1465
- id: string;
1466
- label: string;
1467
- value: string;
1468
- config: {
1469
- dataModelFieldType: string;
1470
- };
1471
- }[];
1472
- attributeType: string;
1473
- };
1474
- link?: undefined;
1475
- image?: undefined;
1476
- altText?: undefined;
1477
- };
1478
- moleculeLibraryId: string;
1479
- organismLibraryMoleculeId: string;
1480
- items: never[];
1481
- idForFrontend: string;
1482
- id: string;
1483
- })[];
1484
- id: string;
1485
- }[];
1486
- id: string;
1487
- attributes?: undefined;
1488
- moleculeLibraryId?: undefined;
1489
- organismLibraryMoleculeId?: undefined;
1490
- idForFrontend?: undefined;
1491
- } | {
1492
- type: string;
1493
- config: {
1494
- props: {
1495
- textAlign: string;
1496
- textColor: string;
1497
- };
1498
- wide?: undefined;
1499
- compact?: undefined;
1500
- };
1501
- instance: string;
1502
- metadata: {
1503
- group: string[];
1504
- };
1505
- ordering: number;
1506
- attributes: {
1507
- text: {
1508
- id: string;
1509
- text: string;
1510
- required: boolean;
1511
- isRichText: boolean;
1512
- attributeType: string;
1513
- showRichTextToolbar: boolean;
1514
- };
1515
- color: {
1516
- id: string;
1517
- color: string;
1518
- required: boolean;
1519
- attributeType: string;
1520
- };
1521
- seoStyle: {
1522
- id: string;
1523
- value: string;
1524
- options: {
1525
- id: string;
1526
- label: string;
1527
- value: string;
1528
- config: {
1529
- dataModelFieldType: string;
1530
- };
1531
- }[];
1532
- required: boolean;
1533
- attributeType: string;
1534
- };
1535
- fontVariant: {
1536
- id: string;
1537
- value: string;
1538
- options: {
1539
- id: string;
1540
- label: string;
1541
- value: string;
1542
- config: {
1543
- dataModelFieldType: string;
1544
- };
1545
- }[];
1546
- attributeType: string;
1547
- };
1548
- };
1549
- moleculeLibraryId: string;
1550
- organismLibraryMoleculeId: string;
1551
- items: never[];
1552
- idForFrontend: string;
1553
- id: string;
1554
- containerLibraryId?: undefined;
1555
- organismLibraryContainerId?: undefined;
1556
- })[];
1557
- id: string;
1558
- }[];
1559
- };
1560
- export declare const enrollMentOrganism: {
4
+ export declare const processTrackerBody: {
5
+ instance: string;
6
+ organismLibraryContainerId: string;
7
+ containerLibraryId: string;
1561
8
  type: string;
9
+ ordering: number;
1562
10
  config: {
1563
11
  wide: {
1564
12
  containerProps: {
@@ -1572,74 +20,62 @@ export declare const enrollMentOrganism: {
1572
20
  containerStyle: {
1573
21
  width: string;
1574
22
  flexDirection: string;
23
+ justifyContent: string;
24
+ backgroundColor: string;
1575
25
  };
1576
26
  };
1577
27
  compact: {
1578
28
  containerProps: {
1579
29
  gap: string;
1580
30
  alignItems: string;
1581
- paddingTop: string;
1582
- paddingLeft: string;
1583
- paddingRight: string;
1584
- paddingBottom: string;
1585
31
  };
1586
32
  containerStyle: {
33
+ width: string;
1587
34
  flexDirection: string;
35
+ backgroundColor: string;
1588
36
  };
1589
37
  };
1590
38
  };
1591
- instance: string;
1592
39
  metadata: {
1593
40
  group: string[];
1594
41
  };
1595
- containerLibraryId: string;
1596
- id: string;
1597
- items: {
42
+ item: {
1598
43
  type: string;
1599
44
  config: {
1600
45
  wide: {
1601
46
  containerProps: {
1602
47
  gap: string;
1603
- position: string;
1604
48
  alignItems: string;
1605
49
  paddingTop: string;
1606
50
  paddingLeft: string;
51
+ cornerRadius: string;
1607
52
  paddingRight: string;
1608
53
  paddingBottom: string;
1609
54
  };
1610
55
  containerStyle: {
1611
56
  width: string;
1612
- position: string;
1613
57
  boxShadow: string;
1614
- 'flex-direction': string;
58
+ flexDirection: string;
1615
59
  justifyContent: string;
1616
- 'justify-content': string;
1617
- 'border-top-left-radius': string;
1618
- 'border-top-right-radius': string;
1619
- 'border-bottom-left-radius': string;
1620
- 'border-bottom-right-radius': string;
60
+ backgroundColor: string;
1621
61
  };
1622
62
  };
1623
63
  compact: {
1624
64
  containerProps: {
1625
65
  gap: string;
1626
- position: string;
66
+ alignItems: string;
1627
67
  paddingTop: string;
1628
68
  paddingLeft: string;
69
+ cornerRadius: string;
1629
70
  paddingRight: string;
1630
71
  paddingBottom: string;
1631
72
  };
1632
73
  containerStyle: {
1633
74
  width: string;
1634
- position: string;
1635
75
  boxShadow: string;
1636
- 'flex-direction': string;
76
+ flexDirection: string;
1637
77
  justifyContent: string;
1638
- 'justify-content': string;
1639
- 'border-top-left-radius': string;
1640
- 'border-top-right-radius': string;
1641
- 'border-bottom-left-radius': string;
1642
- 'border-bottom-right-radius': string;
78
+ backgroundColor: string;
1643
79
  };
1644
80
  };
1645
81
  };
@@ -1650,59 +86,36 @@ export declare const enrollMentOrganism: {
1650
86
  ordering: number;
1651
87
  containerLibraryId: string;
1652
88
  organismLibraryContainerId: string;
1653
- items: ({
89
+ item: ({
1654
90
  type: string;
1655
91
  config: {
1656
92
  wide: {
1657
93
  containerProps: {
1658
94
  gap: string;
1659
- position: string;
95
+ alignItems: string;
1660
96
  paddingTop: string;
1661
97
  paddingLeft: string;
1662
98
  paddingRight: string;
1663
99
  paddingBottom: string;
1664
- alignItems?: undefined;
1665
100
  };
1666
101
  containerStyle: {
1667
102
  width: string;
1668
- height: string;
1669
- display: string;
1670
- overflow: string;
1671
- position: string;
1672
- 'flex-direction': string;
1673
- 'justify-content': string;
1674
- 'border-top-left-radius': string;
1675
- 'border-top-right-radius': string;
1676
- 'border-bottom-left-radius': string;
1677
- 'border-bottom-right-radius': string;
1678
- paddingLeft?: undefined;
1679
- paddingTop?: undefined;
1680
- flexDirection?: undefined;
1681
- paddingRight?: undefined;
1682
- paddingBottom?: undefined;
103
+ flexDirection: string;
104
+ justifyContent?: undefined;
1683
105
  };
1684
106
  };
1685
107
  compact: {
1686
108
  containerProps: {
1687
109
  gap: string;
1688
- position: string;
1689
- paddingTop: string;
1690
- paddingLeft: string;
1691
- paddingRight: string;
1692
- paddingBottom: string;
1693
- alignItems?: undefined;
110
+ alignItems: string;
111
+ paddingTop?: undefined;
112
+ paddingLeft?: undefined;
113
+ paddingRight?: undefined;
114
+ paddingBottom?: undefined;
1694
115
  };
1695
116
  containerStyle: {
1696
117
  width: string;
1697
- height: string;
1698
- display: string;
1699
- overflow: string;
1700
- position: string;
1701
- 'flex-direction': string;
1702
- 'justify-content': string;
1703
- 'border-top-left-radius': string;
1704
- 'border-top-right-radius': string;
1705
- flexDirection?: undefined;
118
+ flexDirection: string;
1706
119
  };
1707
120
  };
1708
121
  };
@@ -1713,67 +126,52 @@ export declare const enrollMentOrganism: {
1713
126
  ordering: number;
1714
127
  containerLibraryId: string;
1715
128
  organismLibraryContainerId: string;
1716
- items: {
129
+ item: {
1717
130
  type: string;
1718
- config: {
1719
- props: {
1720
- styles: {};
1721
- behaveAs: string;
1722
- position: string;
1723
- verticalPadding: string;
1724
- horizontalPadding: string;
1725
- };
1726
- };
131
+ config: {};
1727
132
  instance: string;
1728
- metadata: {
1729
- group: string[];
1730
- isTrigger: boolean;
1731
- };
133
+ metadata: {};
1732
134
  ordering: number;
1733
135
  attributes: {
1734
- link: {
1735
- id: string;
1736
- attributeType: string;
1737
- externalLink: string;
1738
- internalLink: string;
1739
- name: string;
1740
- type: string;
1741
- required: boolean;
1742
- };
1743
- image: {
136
+ orientation: {
1744
137
  id: string;
1745
- imageFile: {
1746
- type: string;
1747
- fileType: string;
138
+ value: string;
139
+ options: {
1748
140
  id: string;
1749
- name: string;
1750
- url: string;
1751
- description: string;
1752
- originalName: string;
1753
- size: number;
1754
- status: string;
1755
- updatedAt: string;
1756
- isDefault: boolean;
1757
- tags: never[];
1758
- brandId: string;
1759
- uploadedAt: string;
1760
- };
141
+ label: string;
142
+ }[];
143
+ required: boolean;
1761
144
  attributeType: string;
1762
- imageSource: string;
1763
145
  };
1764
- altText: {
146
+ processSteps: {
1765
147
  id: string;
1766
- text: string;
1767
- required: boolean;
1768
- isRichText: boolean;
148
+ steps: {
149
+ link: {
150
+ id: null;
151
+ attributeType: string;
152
+ type: string;
153
+ externalLink: string;
154
+ internalLink: string;
155
+ name: string;
156
+ required: boolean;
157
+ };
158
+ order: number;
159
+ title: {
160
+ text: string;
161
+ };
162
+ status: string;
163
+ description: {
164
+ text: null;
165
+ };
166
+ id: string;
167
+ }[];
168
+ journeyId: string;
1769
169
  attributeType: string;
1770
- showRichTextToolbar: boolean;
1771
170
  };
1772
171
  };
1773
172
  moleculeLibraryId: string;
1774
173
  organismLibraryMoleculeId: string;
1775
- items: never[];
1776
- idForFrontend: string;
174
+ item: never[];
1777
175
  id: string;
1778
176
  }[];
1779
177
  id: string;
@@ -1788,48 +186,25 @@ export declare const enrollMentOrganism: {
1788
186
  paddingLeft: string;
1789
187
  paddingRight: string;
1790
188
  paddingBottom: string;
1791
- position?: undefined;
1792
189
  };
1793
190
  containerStyle: {
1794
191
  width: string;
1795
- paddingLeft: string;
1796
- paddingTop: string;
1797
- flexDirection: string;
1798
- paddingRight: string;
1799
- paddingBottom: string;
1800
- height?: undefined;
1801
- display?: undefined;
1802
- overflow?: undefined;
1803
- position?: undefined;
1804
- 'flex-direction'?: undefined;
1805
- 'justify-content'?: undefined;
1806
- 'border-top-left-radius'?: undefined;
1807
- 'border-top-right-radius'?: undefined;
1808
- 'border-bottom-left-radius'?: undefined;
1809
- 'border-bottom-right-radius'?: undefined;
192
+ justifyContent: string;
193
+ flexDirection?: undefined;
1810
194
  };
1811
195
  };
1812
196
  compact: {
1813
197
  containerProps: {
1814
198
  gap: string;
1815
- alignItems: string;
1816
199
  paddingTop: string;
1817
200
  paddingLeft: string;
1818
201
  paddingRight: string;
1819
202
  paddingBottom: string;
1820
- position?: undefined;
203
+ alignItems?: undefined;
1821
204
  };
1822
205
  containerStyle: {
1823
206
  width: string;
1824
207
  flexDirection: string;
1825
- height?: undefined;
1826
- display?: undefined;
1827
- overflow?: undefined;
1828
- position?: undefined;
1829
- 'flex-direction'?: undefined;
1830
- 'justify-content'?: undefined;
1831
- 'border-top-left-radius'?: undefined;
1832
- 'border-top-right-radius'?: undefined;
1833
208
  };
1834
209
  };
1835
210
  };
@@ -1840,40 +215,42 @@ export declare const enrollMentOrganism: {
1840
215
  ordering: number;
1841
216
  containerLibraryId: string;
1842
217
  organismLibraryContainerId: string;
1843
- items: ({
218
+ item: ({
1844
219
  type: string;
1845
220
  config: {
1846
221
  props: {
222
+ size: string;
223
+ state: string;
224
+ styles: {};
225
+ variant: string;
226
+ disabled: boolean;
227
+ textSize: number;
1847
228
  textColor: string;
1848
- size?: undefined;
1849
- state?: undefined;
1850
- styles?: undefined;
1851
- variant?: undefined;
1852
- disabled?: undefined;
1853
- textSize?: undefined;
1854
- buttonFont?: undefined;
1855
- colorTheme?: undefined;
1856
- buttonColor?: undefined;
1857
- buttonStyle?: undefined;
1858
- buttonStroke?: undefined;
1859
- cornerRadius?: undefined;
1860
- containerStyle?: undefined;
1861
- verticalPadding?: undefined;
1862
- hoverStrokeColor?: undefined;
1863
- horizontalPadding?: undefined;
1864
- inactiveStrokeColor?: undefined;
1865
- fullWidth?: undefined;
229
+ buttonFont: string;
230
+ colorTheme: string;
231
+ buttonColor: string;
232
+ buttonStyle: {};
233
+ buttonStroke: string;
234
+ cornerRadius: string;
235
+ containerStyle: {};
236
+ verticalPadding: string;
237
+ hoverButtonColor: string;
238
+ hoverStrokeColor: string;
239
+ horizontalPadding: string;
240
+ inactiveTextColor: string;
241
+ inactiveButtonColor: string;
242
+ inactiveStrokeColor: string;
1866
243
  };
1867
244
  };
1868
245
  instance: string;
1869
246
  metadata: {
1870
247
  group: string[];
1871
- isAction?: undefined;
1872
- isTrigger?: undefined;
248
+ isAction: boolean;
249
+ isTrigger: boolean;
1873
250
  };
1874
251
  ordering: number;
1875
252
  attributes: {
1876
- text: {
253
+ title: {
1877
254
  id: string;
1878
255
  text: string;
1879
256
  required: boolean;
@@ -1881,82 +258,70 @@ export declare const enrollMentOrganism: {
1881
258
  attributeType: string;
1882
259
  showRichTextToolbar: boolean;
1883
260
  };
1884
- color: {
261
+ action: {
1885
262
  id: string;
1886
- color: string;
1887
- required: boolean;
263
+ action: {
264
+ type: string;
265
+ reset: {};
266
+ };
1888
267
  attributeType: string;
1889
268
  };
1890
- seoStyle: {
269
+ actionTypes: {
1891
270
  id: string;
1892
271
  value: string;
1893
272
  options: {
1894
273
  id: string;
1895
274
  label: string;
1896
275
  value: string;
1897
- config: {
1898
- dataModelFieldType: string;
1899
- };
1900
276
  }[];
1901
277
  required: boolean;
1902
278
  attributeType: string;
1903
279
  };
1904
- fontVariant: {
1905
- id: string;
1906
- value: string;
1907
- options: {
1908
- id: string;
1909
- label: string;
1910
- value: string;
1911
- config: {
1912
- dataModelFieldType: string;
1913
- };
1914
- }[];
1915
- attributeType: string;
1916
- };
1917
- title?: undefined;
1918
- action?: undefined;
1919
- actionTypes?: undefined;
280
+ text?: undefined;
281
+ color?: undefined;
282
+ seoStyle?: undefined;
283
+ fontVariant?: undefined;
1920
284
  };
1921
285
  moleculeLibraryId: string;
1922
286
  organismLibraryMoleculeId: string;
1923
- items: never[];
1924
- idForFrontend: string;
287
+ item: never[];
1925
288
  id: string;
1926
289
  } | {
1927
290
  type: string;
1928
291
  config: {
1929
292
  props: {
1930
- size: string;
1931
- state: string;
1932
- styles: {};
1933
- variant: string;
1934
- disabled: boolean;
1935
- textSize: number;
1936
293
  textColor: string;
1937
- buttonFont: string;
1938
- colorTheme: string;
1939
- buttonColor: string;
1940
- buttonStyle: {};
1941
- buttonStroke: string;
1942
- cornerRadius: string;
1943
- containerStyle: {};
1944
- verticalPadding: string;
1945
- hoverStrokeColor: string;
1946
- horizontalPadding: string;
1947
- inactiveStrokeColor: string;
1948
- fullWidth: boolean;
294
+ size?: undefined;
295
+ state?: undefined;
296
+ styles?: undefined;
297
+ variant?: undefined;
298
+ disabled?: undefined;
299
+ textSize?: undefined;
300
+ buttonFont?: undefined;
301
+ colorTheme?: undefined;
302
+ buttonColor?: undefined;
303
+ buttonStyle?: undefined;
304
+ buttonStroke?: undefined;
305
+ cornerRadius?: undefined;
306
+ containerStyle?: undefined;
307
+ verticalPadding?: undefined;
308
+ hoverButtonColor?: undefined;
309
+ hoverStrokeColor?: undefined;
310
+ horizontalPadding?: undefined;
311
+ inactiveTextColor?: undefined;
312
+ inactiveButtonColor?: undefined;
313
+ inactiveStrokeColor?: undefined;
1949
314
  };
1950
315
  };
1951
316
  instance: string;
1952
317
  metadata: {
1953
318
  group: string[];
1954
- isAction: boolean;
1955
- isTrigger: boolean;
319
+ isAction?: undefined;
320
+ isTrigger?: undefined;
1956
321
  };
1957
322
  ordering: number;
1958
323
  attributes: {
1959
- title: {
324
+ text: {
1960
325
  id: string;
1961
326
  text: string;
1962
327
  required: boolean;
@@ -1964,15 +329,13 @@ export declare const enrollMentOrganism: {
1964
329
  attributeType: string;
1965
330
  showRichTextToolbar: boolean;
1966
331
  };
1967
- action: {
332
+ color: {
1968
333
  id: string;
1969
- action: {
1970
- type: string;
1971
- reset: {};
1972
- };
334
+ color: string;
335
+ required: boolean;
1973
336
  attributeType: string;
1974
337
  };
1975
- actionTypes: {
338
+ seoStyle: {
1976
339
  id: string;
1977
340
  value: string;
1978
341
  options: {
@@ -1983,25 +346,32 @@ export declare const enrollMentOrganism: {
1983
346
  required: boolean;
1984
347
  attributeType: string;
1985
348
  };
1986
- text?: undefined;
1987
- color?: undefined;
1988
- seoStyle?: undefined;
1989
- fontVariant?: undefined;
349
+ fontVariant: {
350
+ id: string;
351
+ value: string;
352
+ options: {
353
+ id: string;
354
+ label: string;
355
+ value: string;
356
+ }[];
357
+ attributeType: string;
358
+ };
359
+ title?: undefined;
360
+ action?: undefined;
361
+ actionTypes?: undefined;
1990
362
  };
1991
363
  moleculeLibraryId: string;
1992
364
  organismLibraryMoleculeId: string;
1993
- items: never[];
1994
- idForFrontend: string;
365
+ item: never[];
1995
366
  id: string;
1996
367
  })[];
1997
368
  id: string;
1998
369
  })[];
1999
370
  id: string;
2000
371
  }[];
372
+ id: string;
2001
373
  };
2002
- export declare const headerContainerWithTabs: ContainerComponentProps;
2003
- export declare const DataField: ContainerComponentProps;
2004
- export declare const LogInPermanentPage: ContainerComponentProps;
374
+ export declare const logInPermanentPage: ContainerComponentProps;
2005
375
  export declare const accountCreationMock: {
2006
376
  instance: string;
2007
377
  type: string;
@@ -2780,4 +1150,3 @@ export declare const popUP: {
2780
1150
  isi: null;
2781
1151
  };
2782
1152
  };
2783
- export declare const TrackerOrganism: ContainerComponentProps;