@zealicsolutions/web-ui 0.4.79 → 0.4.80
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +13 -13
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/atoms/Input/helpers.d.ts +1 -1
- package/dist/cjs/src/containers/Container.d.ts +1 -1
- package/dist/cjs/src/containers/MoleculeItem.d.ts +4 -1
- package/dist/cjs/src/containers/mock-data.d.ts +680 -23
- package/dist/cjs/src/containers/styles.d.ts +14 -2
- package/dist/cjs/src/containers/types/types.d.ts +1 -0
- package/dist/cjs/src/molecules/AvatarDropdown/AvatarDropdown.d.ts +3 -1
- package/dist/cjs/src/molecules/AvatarDropdown/AvatarDropdown.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/Button/Button.d.ts +3 -2
- package/dist/cjs/src/molecules/Button/Button.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/CheckboxField/CheckboxField.d.ts +3 -2
- package/dist/cjs/src/molecules/CheckboxField/CheckboxField.stories.d.ts +2 -1
- package/dist/cjs/src/molecules/Checklist/Checklist.d.ts +3 -1
- package/dist/cjs/src/molecules/Checklist/Checklist.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/Consent/ConsentMolecule.d.ts +3 -2
- package/dist/cjs/src/molecules/Image/Image.d.ts +4 -4
- package/dist/cjs/src/molecules/Image/Image.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/InputField/InputField.d.ts +3 -2
- package/dist/cjs/src/molecules/InputField/InputField.stories.d.ts +2 -1
- package/dist/cjs/src/molecules/Link/Link.d.ts +3 -1
- package/dist/cjs/src/molecules/Link/Link.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/PasswordSetup/PasswordSetup.d.ts +3 -2
- package/dist/cjs/src/molecules/PasswordSetup/PasswordSetup.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.d.ts +4 -2
- package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +2 -1
- package/dist/cjs/src/molecules/SelectField/SelectField.d.ts +3 -2
- package/dist/cjs/src/molecules/SelectField/SelectField.stories.d.ts +2 -1
- package/dist/cjs/src/molecules/Stepper/Stepper.d.ts +3 -2
- package/dist/cjs/src/molecules/Stepper/Stepper.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/TabGroup/TabGroup.d.ts +3 -1
- package/dist/cjs/src/molecules/TabGroup/TabGroup.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/TextMolecule/TextMolecule.d.ts +3 -1
- package/dist/cjs/src/molecules/TextMolecule/TextMolecule.stories.d.ts +1 -1
- package/dist/cjs/src/molecules/Video/Video.d.ts +3 -1
- package/dist/cjs/src/molecules/Video/Video.stories.d.ts +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/atoms/Input/helpers.d.ts +1 -1
- package/dist/esm/src/containers/Container.d.ts +1 -1
- package/dist/esm/src/containers/MoleculeItem.d.ts +4 -1
- package/dist/esm/src/containers/mock-data.d.ts +680 -23
- package/dist/esm/src/containers/styles.d.ts +14 -2
- package/dist/esm/src/containers/types/types.d.ts +1 -0
- package/dist/esm/src/molecules/AvatarDropdown/AvatarDropdown.d.ts +3 -1
- package/dist/esm/src/molecules/AvatarDropdown/AvatarDropdown.stories.d.ts +1 -1
- package/dist/esm/src/molecules/Button/Button.d.ts +3 -2
- package/dist/esm/src/molecules/Button/Button.stories.d.ts +1 -1
- package/dist/esm/src/molecules/CheckboxField/CheckboxField.d.ts +3 -2
- package/dist/esm/src/molecules/CheckboxField/CheckboxField.stories.d.ts +2 -1
- package/dist/esm/src/molecules/Checklist/Checklist.d.ts +3 -1
- package/dist/esm/src/molecules/Checklist/Checklist.stories.d.ts +1 -1
- package/dist/esm/src/molecules/Consent/ConsentMolecule.d.ts +3 -2
- package/dist/esm/src/molecules/Image/Image.d.ts +4 -4
- package/dist/esm/src/molecules/Image/Image.stories.d.ts +1 -1
- package/dist/esm/src/molecules/InputField/InputField.d.ts +3 -2
- package/dist/esm/src/molecules/InputField/InputField.stories.d.ts +2 -1
- package/dist/esm/src/molecules/Link/Link.d.ts +3 -1
- package/dist/esm/src/molecules/Link/Link.stories.d.ts +1 -1
- package/dist/esm/src/molecules/PasswordSetup/PasswordSetup.d.ts +3 -2
- package/dist/esm/src/molecules/PasswordSetup/PasswordSetup.stories.d.ts +1 -1
- package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.d.ts +4 -2
- package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +2 -1
- package/dist/esm/src/molecules/SelectField/SelectField.d.ts +3 -2
- package/dist/esm/src/molecules/SelectField/SelectField.stories.d.ts +2 -1
- package/dist/esm/src/molecules/Stepper/Stepper.d.ts +3 -2
- package/dist/esm/src/molecules/Stepper/Stepper.stories.d.ts +1 -1
- package/dist/esm/src/molecules/TabGroup/TabGroup.d.ts +3 -1
- package/dist/esm/src/molecules/TabGroup/TabGroup.stories.d.ts +1 -1
- package/dist/esm/src/molecules/TextMolecule/TextMolecule.d.ts +3 -1
- package/dist/esm/src/molecules/TextMolecule/TextMolecule.stories.d.ts +1 -1
- package/dist/esm/src/molecules/Video/Video.d.ts +3 -1
- package/dist/esm/src/molecules/Video/Video.stories.d.ts +1 -1
- package/dist/index.d.ts +44 -20
- package/package.json +2 -2
@@ -6,10 +6,6 @@ export declare const dynamicContainerMock: ContainerComponentProps;
|
|
6
6
|
export declare const columnContainerProps: ContainerComponentProps;
|
7
7
|
export declare const formWithConditionalFields: ContainerComponentProps;
|
8
8
|
export declare const rowContainer: ContainerComponentProps;
|
9
|
-
export declare const rowRepeaterContainer: ContainerComponentProps;
|
10
|
-
export declare const rowRepeaterContainerSingle: ContainerComponentProps;
|
11
|
-
export declare const columnRepeaterContainer: ContainerComponentProps;
|
12
|
-
export declare const outlinedColumnContainer: ContainerComponentProps;
|
13
9
|
export declare const headerContainer: ContainerComponentProps;
|
14
10
|
export declare const headerWithTabs2: ContainerComponentProps;
|
15
11
|
export declare const anotherProcessTracker: {
|
@@ -185,7 +181,7 @@ export declare const anotherProcessTracker: {
|
|
185
181
|
};
|
186
182
|
moleculeLibraryId: string;
|
187
183
|
organismLibraryMoleculeId: string;
|
188
|
-
|
184
|
+
items: never[];
|
189
185
|
idForFrontend: string;
|
190
186
|
id: string;
|
191
187
|
}[];
|
@@ -288,12 +284,11 @@ export declare const anotherProcessTracker: {
|
|
288
284
|
};
|
289
285
|
moleculeLibraryId: string;
|
290
286
|
organismLibraryMoleculeId: string;
|
291
|
-
|
287
|
+
items: never[];
|
292
288
|
idForFrontend: string;
|
293
289
|
id: string;
|
294
290
|
containerLibraryId?: undefined;
|
295
291
|
organismLibraryContainerId?: undefined;
|
296
|
-
items?: undefined;
|
297
292
|
} | {
|
298
293
|
type: string;
|
299
294
|
config: {
|
@@ -391,7 +386,7 @@ export declare const anotherProcessTracker: {
|
|
391
386
|
};
|
392
387
|
moleculeLibraryId: string;
|
393
388
|
organismLibraryMoleculeId: string;
|
394
|
-
|
389
|
+
items: never[];
|
395
390
|
idForFrontend: string;
|
396
391
|
id: string;
|
397
392
|
}[];
|
@@ -399,7 +394,6 @@ export declare const anotherProcessTracker: {
|
|
399
394
|
attributes?: undefined;
|
400
395
|
moleculeLibraryId?: undefined;
|
401
396
|
organismLibraryMoleculeId?: undefined;
|
402
|
-
children?: undefined;
|
403
397
|
idForFrontend?: undefined;
|
404
398
|
})[];
|
405
399
|
id: string;
|
@@ -484,7 +478,7 @@ export declare const anotherProcessTracker: {
|
|
484
478
|
};
|
485
479
|
moleculeLibraryId: string;
|
486
480
|
organismLibraryMoleculeId: string;
|
487
|
-
|
481
|
+
items: never[];
|
488
482
|
idForFrontend: string;
|
489
483
|
id: string;
|
490
484
|
}[];
|
@@ -634,7 +628,7 @@ export declare const anotherProcessTracker: {
|
|
634
628
|
};
|
635
629
|
moleculeLibraryId: string;
|
636
630
|
organismLibraryMoleculeId: string;
|
637
|
-
|
631
|
+
items: never[];
|
638
632
|
idForFrontend: string;
|
639
633
|
id: string;
|
640
634
|
} | {
|
@@ -704,7 +698,7 @@ export declare const anotherProcessTracker: {
|
|
704
698
|
};
|
705
699
|
moleculeLibraryId: string;
|
706
700
|
organismLibraryMoleculeId: string;
|
707
|
-
|
701
|
+
items: never[];
|
708
702
|
idForFrontend: string;
|
709
703
|
id: string;
|
710
704
|
})[];
|
@@ -805,7 +799,7 @@ export declare const anotherProcessTracker: {
|
|
805
799
|
};
|
806
800
|
moleculeLibraryId: string;
|
807
801
|
organismLibraryMoleculeId: string;
|
808
|
-
|
802
|
+
items: never[];
|
809
803
|
idForFrontend: string;
|
810
804
|
id: string;
|
811
805
|
}[];
|
@@ -814,6 +808,672 @@ export declare const anotherProcessTracker: {
|
|
814
808
|
id: string;
|
815
809
|
})[];
|
816
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 processTrackerBody: {
|
1108
|
+
instance: string;
|
1109
|
+
organismLibraryContainerId: string;
|
1110
|
+
containerLibraryId: string;
|
1111
|
+
type: string;
|
1112
|
+
ordering: number;
|
1113
|
+
config: {
|
1114
|
+
wide: {
|
1115
|
+
containerProps: {
|
1116
|
+
gap: string;
|
1117
|
+
alignItems: string;
|
1118
|
+
paddingTop: string;
|
1119
|
+
paddingLeft: string;
|
1120
|
+
paddingRight: string;
|
1121
|
+
paddingBottom: string;
|
1122
|
+
};
|
1123
|
+
containerStyle: {
|
1124
|
+
width: string;
|
1125
|
+
flexDirection: string;
|
1126
|
+
justifyContent: string;
|
1127
|
+
backgroundColor: string;
|
1128
|
+
};
|
1129
|
+
};
|
1130
|
+
compact: {
|
1131
|
+
containerProps: {
|
1132
|
+
gap: string;
|
1133
|
+
alignItems: string;
|
1134
|
+
};
|
1135
|
+
containerStyle: {
|
1136
|
+
width: string;
|
1137
|
+
flexDirection: string;
|
1138
|
+
backgroundColor: string;
|
1139
|
+
};
|
1140
|
+
};
|
1141
|
+
};
|
1142
|
+
metadata: {
|
1143
|
+
group: string[];
|
1144
|
+
};
|
1145
|
+
item: {
|
1146
|
+
type: string;
|
1147
|
+
config: {
|
1148
|
+
wide: {
|
1149
|
+
containerProps: {
|
1150
|
+
gap: string;
|
1151
|
+
alignItems: string;
|
1152
|
+
paddingTop: string;
|
1153
|
+
paddingLeft: string;
|
1154
|
+
cornerRadius: string;
|
1155
|
+
paddingRight: string;
|
1156
|
+
paddingBottom: string;
|
1157
|
+
};
|
1158
|
+
containerStyle: {
|
1159
|
+
width: string;
|
1160
|
+
boxShadow: string;
|
1161
|
+
flexDirection: string;
|
1162
|
+
justifyContent: string;
|
1163
|
+
backgroundColor: string;
|
1164
|
+
};
|
1165
|
+
};
|
1166
|
+
compact: {
|
1167
|
+
containerProps: {
|
1168
|
+
gap: string;
|
1169
|
+
alignItems: string;
|
1170
|
+
paddingTop: string;
|
1171
|
+
paddingLeft: string;
|
1172
|
+
cornerRadius: string;
|
1173
|
+
paddingRight: string;
|
1174
|
+
paddingBottom: string;
|
1175
|
+
};
|
1176
|
+
containerStyle: {
|
1177
|
+
width: string;
|
1178
|
+
boxShadow: string;
|
1179
|
+
flexDirection: string;
|
1180
|
+
justifyContent: string;
|
1181
|
+
backgroundColor: string;
|
1182
|
+
};
|
1183
|
+
};
|
1184
|
+
};
|
1185
|
+
instance: string;
|
1186
|
+
metadata: {
|
1187
|
+
group: string[];
|
1188
|
+
};
|
1189
|
+
ordering: number;
|
1190
|
+
containerLibraryId: string;
|
1191
|
+
organismLibraryContainerId: string;
|
1192
|
+
item: ({
|
1193
|
+
type: string;
|
1194
|
+
config: {
|
1195
|
+
wide: {
|
1196
|
+
containerProps: {
|
1197
|
+
gap: string;
|
1198
|
+
alignItems: string;
|
1199
|
+
paddingTop: string;
|
1200
|
+
paddingLeft: string;
|
1201
|
+
paddingRight: string;
|
1202
|
+
paddingBottom: string;
|
1203
|
+
};
|
1204
|
+
containerStyle: {
|
1205
|
+
width: string;
|
1206
|
+
flexDirection: string;
|
1207
|
+
justifyContent?: undefined;
|
1208
|
+
};
|
1209
|
+
};
|
1210
|
+
compact: {
|
1211
|
+
containerProps: {
|
1212
|
+
gap: string;
|
1213
|
+
alignItems: string;
|
1214
|
+
paddingTop?: undefined;
|
1215
|
+
paddingLeft?: undefined;
|
1216
|
+
paddingRight?: undefined;
|
1217
|
+
paddingBottom?: undefined;
|
1218
|
+
};
|
1219
|
+
containerStyle: {
|
1220
|
+
width: string;
|
1221
|
+
flexDirection: string;
|
1222
|
+
};
|
1223
|
+
};
|
1224
|
+
};
|
1225
|
+
instance: string;
|
1226
|
+
metadata: {
|
1227
|
+
group: string[];
|
1228
|
+
};
|
1229
|
+
ordering: number;
|
1230
|
+
containerLibraryId: string;
|
1231
|
+
organismLibraryContainerId: string;
|
1232
|
+
item: {
|
1233
|
+
type: string;
|
1234
|
+
config: {};
|
1235
|
+
instance: string;
|
1236
|
+
metadata: {};
|
1237
|
+
ordering: number;
|
1238
|
+
attributes: {
|
1239
|
+
orientation: {
|
1240
|
+
id: string;
|
1241
|
+
value: string;
|
1242
|
+
options: {
|
1243
|
+
id: string;
|
1244
|
+
label: string;
|
1245
|
+
}[];
|
1246
|
+
required: boolean;
|
1247
|
+
attributeType: string;
|
1248
|
+
};
|
1249
|
+
processSteps: {
|
1250
|
+
id: string;
|
1251
|
+
steps: {
|
1252
|
+
link: {
|
1253
|
+
id: null;
|
1254
|
+
attributeType: string;
|
1255
|
+
type: string;
|
1256
|
+
externalLink: string;
|
1257
|
+
internalLink: string;
|
1258
|
+
name: string;
|
1259
|
+
required: boolean;
|
1260
|
+
};
|
1261
|
+
order: number;
|
1262
|
+
title: {
|
1263
|
+
text: string;
|
1264
|
+
};
|
1265
|
+
status: string;
|
1266
|
+
description: {
|
1267
|
+
text: null;
|
1268
|
+
};
|
1269
|
+
id: string;
|
1270
|
+
}[];
|
1271
|
+
journeyId: string;
|
1272
|
+
attributeType: string;
|
1273
|
+
};
|
1274
|
+
};
|
1275
|
+
moleculeLibraryId: string;
|
1276
|
+
organismLibraryMoleculeId: string;
|
1277
|
+
item: never[];
|
1278
|
+
id: string;
|
1279
|
+
}[];
|
1280
|
+
id: string;
|
1281
|
+
} | {
|
1282
|
+
type: string;
|
1283
|
+
config: {
|
1284
|
+
wide: {
|
1285
|
+
containerProps: {
|
1286
|
+
gap: string;
|
1287
|
+
alignItems: string;
|
1288
|
+
paddingTop: string;
|
1289
|
+
paddingLeft: string;
|
1290
|
+
paddingRight: string;
|
1291
|
+
paddingBottom: string;
|
1292
|
+
};
|
1293
|
+
containerStyle: {
|
1294
|
+
width: string;
|
1295
|
+
justifyContent: string;
|
1296
|
+
flexDirection?: undefined;
|
1297
|
+
};
|
1298
|
+
};
|
1299
|
+
compact: {
|
1300
|
+
containerProps: {
|
1301
|
+
gap: string;
|
1302
|
+
paddingTop: string;
|
1303
|
+
paddingLeft: string;
|
1304
|
+
paddingRight: string;
|
1305
|
+
paddingBottom: string;
|
1306
|
+
alignItems?: undefined;
|
1307
|
+
};
|
1308
|
+
containerStyle: {
|
1309
|
+
width: string;
|
1310
|
+
flexDirection: string;
|
1311
|
+
};
|
1312
|
+
};
|
1313
|
+
};
|
1314
|
+
instance: string;
|
1315
|
+
metadata: {
|
1316
|
+
group: string[];
|
1317
|
+
};
|
1318
|
+
ordering: number;
|
1319
|
+
containerLibraryId: string;
|
1320
|
+
organismLibraryContainerId: string;
|
1321
|
+
item: ({
|
1322
|
+
type: string;
|
1323
|
+
config: {
|
1324
|
+
props: {
|
1325
|
+
size: string;
|
1326
|
+
state: string;
|
1327
|
+
styles: {};
|
1328
|
+
variant: string;
|
1329
|
+
disabled: boolean;
|
1330
|
+
textSize: number;
|
1331
|
+
textColor: string;
|
1332
|
+
buttonFont: string;
|
1333
|
+
colorTheme: string;
|
1334
|
+
buttonColor: string;
|
1335
|
+
buttonStyle: {};
|
1336
|
+
buttonStroke: string;
|
1337
|
+
cornerRadius: string;
|
1338
|
+
containerStyle: {};
|
1339
|
+
verticalPadding: string;
|
1340
|
+
hoverButtonColor: string;
|
1341
|
+
hoverStrokeColor: string;
|
1342
|
+
horizontalPadding: string;
|
1343
|
+
inactiveTextColor: string;
|
1344
|
+
inactiveButtonColor: string;
|
1345
|
+
inactiveStrokeColor: string;
|
1346
|
+
};
|
1347
|
+
};
|
1348
|
+
instance: string;
|
1349
|
+
metadata: {
|
1350
|
+
group: string[];
|
1351
|
+
isAction: boolean;
|
1352
|
+
isTrigger: boolean;
|
1353
|
+
};
|
1354
|
+
ordering: number;
|
1355
|
+
attributes: {
|
1356
|
+
title: {
|
1357
|
+
id: string;
|
1358
|
+
text: string;
|
1359
|
+
required: boolean;
|
1360
|
+
isRichText: boolean;
|
1361
|
+
attributeType: string;
|
1362
|
+
showRichTextToolbar: boolean;
|
1363
|
+
};
|
1364
|
+
action: {
|
1365
|
+
id: string;
|
1366
|
+
action: {
|
1367
|
+
type: string;
|
1368
|
+
reset: {};
|
1369
|
+
};
|
1370
|
+
attributeType: string;
|
1371
|
+
};
|
1372
|
+
actionTypes: {
|
1373
|
+
id: string;
|
1374
|
+
value: string;
|
1375
|
+
options: {
|
1376
|
+
id: string;
|
1377
|
+
label: string;
|
1378
|
+
value: string;
|
1379
|
+
}[];
|
1380
|
+
required: boolean;
|
1381
|
+
attributeType: string;
|
1382
|
+
};
|
1383
|
+
text?: undefined;
|
1384
|
+
color?: undefined;
|
1385
|
+
seoStyle?: undefined;
|
1386
|
+
fontVariant?: undefined;
|
1387
|
+
};
|
1388
|
+
moleculeLibraryId: string;
|
1389
|
+
organismLibraryMoleculeId: string;
|
1390
|
+
item: never[];
|
1391
|
+
id: string;
|
1392
|
+
} | {
|
1393
|
+
type: string;
|
1394
|
+
config: {
|
1395
|
+
props: {
|
1396
|
+
textColor: string;
|
1397
|
+
size?: undefined;
|
1398
|
+
state?: undefined;
|
1399
|
+
styles?: undefined;
|
1400
|
+
variant?: undefined;
|
1401
|
+
disabled?: undefined;
|
1402
|
+
textSize?: undefined;
|
1403
|
+
buttonFont?: undefined;
|
1404
|
+
colorTheme?: undefined;
|
1405
|
+
buttonColor?: undefined;
|
1406
|
+
buttonStyle?: undefined;
|
1407
|
+
buttonStroke?: undefined;
|
1408
|
+
cornerRadius?: undefined;
|
1409
|
+
containerStyle?: undefined;
|
1410
|
+
verticalPadding?: undefined;
|
1411
|
+
hoverButtonColor?: undefined;
|
1412
|
+
hoverStrokeColor?: undefined;
|
1413
|
+
horizontalPadding?: undefined;
|
1414
|
+
inactiveTextColor?: undefined;
|
1415
|
+
inactiveButtonColor?: undefined;
|
1416
|
+
inactiveStrokeColor?: undefined;
|
1417
|
+
};
|
1418
|
+
};
|
1419
|
+
instance: string;
|
1420
|
+
metadata: {
|
1421
|
+
group: string[];
|
1422
|
+
isAction?: undefined;
|
1423
|
+
isTrigger?: undefined;
|
1424
|
+
};
|
1425
|
+
ordering: number;
|
1426
|
+
attributes: {
|
1427
|
+
text: {
|
1428
|
+
id: string;
|
1429
|
+
text: string;
|
1430
|
+
required: boolean;
|
1431
|
+
isRichText: boolean;
|
1432
|
+
attributeType: string;
|
1433
|
+
showRichTextToolbar: boolean;
|
1434
|
+
};
|
1435
|
+
color: {
|
1436
|
+
id: string;
|
1437
|
+
color: string;
|
1438
|
+
required: boolean;
|
1439
|
+
attributeType: string;
|
1440
|
+
};
|
1441
|
+
seoStyle: {
|
1442
|
+
id: string;
|
1443
|
+
value: string;
|
1444
|
+
options: {
|
1445
|
+
id: string;
|
1446
|
+
label: string;
|
1447
|
+
value: string;
|
1448
|
+
}[];
|
1449
|
+
required: boolean;
|
1450
|
+
attributeType: string;
|
1451
|
+
};
|
1452
|
+
fontVariant: {
|
1453
|
+
id: string;
|
1454
|
+
value: string;
|
1455
|
+
options: {
|
1456
|
+
id: string;
|
1457
|
+
label: string;
|
1458
|
+
value: string;
|
1459
|
+
}[];
|
1460
|
+
attributeType: string;
|
1461
|
+
};
|
1462
|
+
title?: undefined;
|
1463
|
+
action?: undefined;
|
1464
|
+
actionTypes?: undefined;
|
1465
|
+
};
|
1466
|
+
moleculeLibraryId: string;
|
1467
|
+
organismLibraryMoleculeId: string;
|
1468
|
+
item: never[];
|
1469
|
+
id: string;
|
1470
|
+
})[];
|
1471
|
+
id: string;
|
1472
|
+
})[];
|
1473
|
+
id: string;
|
1474
|
+
}[];
|
1475
|
+
id: string;
|
1476
|
+
};
|
817
1477
|
export declare const threeColumnOrganismBody: {
|
818
1478
|
type: string;
|
819
1479
|
config: {
|
@@ -960,12 +1620,11 @@ export declare const threeColumnOrganismBody: {
|
|
960
1620
|
};
|
961
1621
|
moleculeLibraryId: string;
|
962
1622
|
organismLibraryMoleculeId: string;
|
963
|
-
|
1623
|
+
items: never[];
|
964
1624
|
idForFrontend: string;
|
965
1625
|
id: string;
|
966
1626
|
containerLibraryId?: undefined;
|
967
1627
|
organismLibraryContainerId?: undefined;
|
968
|
-
items?: undefined;
|
969
1628
|
} | {
|
970
1629
|
type: string;
|
971
1630
|
config: {
|
@@ -1123,7 +1782,7 @@ export declare const threeColumnOrganismBody: {
|
|
1123
1782
|
};
|
1124
1783
|
moleculeLibraryId: string;
|
1125
1784
|
organismLibraryMoleculeId: string;
|
1126
|
-
|
1785
|
+
items: never[];
|
1127
1786
|
idForFrontend: string;
|
1128
1787
|
id: string;
|
1129
1788
|
} | {
|
@@ -1188,7 +1847,7 @@ export declare const threeColumnOrganismBody: {
|
|
1188
1847
|
};
|
1189
1848
|
moleculeLibraryId: string;
|
1190
1849
|
organismLibraryMoleculeId: string;
|
1191
|
-
|
1850
|
+
items: never[];
|
1192
1851
|
idForFrontend: string;
|
1193
1852
|
id: string;
|
1194
1853
|
})[];
|
@@ -1198,7 +1857,6 @@ export declare const threeColumnOrganismBody: {
|
|
1198
1857
|
attributes?: undefined;
|
1199
1858
|
moleculeLibraryId?: undefined;
|
1200
1859
|
organismLibraryMoleculeId?: undefined;
|
1201
|
-
children?: undefined;
|
1202
1860
|
idForFrontend?: undefined;
|
1203
1861
|
} | {
|
1204
1862
|
type: string;
|
@@ -1260,12 +1918,11 @@ export declare const threeColumnOrganismBody: {
|
|
1260
1918
|
};
|
1261
1919
|
moleculeLibraryId: string;
|
1262
1920
|
organismLibraryMoleculeId: string;
|
1263
|
-
|
1921
|
+
items: never[];
|
1264
1922
|
idForFrontend: string;
|
1265
1923
|
id: string;
|
1266
1924
|
containerLibraryId?: undefined;
|
1267
1925
|
organismLibraryContainerId?: undefined;
|
1268
|
-
items?: undefined;
|
1269
1926
|
})[];
|
1270
1927
|
id: string;
|
1271
1928
|
}[];
|
@@ -1485,7 +2142,7 @@ export declare const enrollMentOrganism: {
|
|
1485
2142
|
};
|
1486
2143
|
moleculeLibraryId: string;
|
1487
2144
|
organismLibraryMoleculeId: string;
|
1488
|
-
|
2145
|
+
items: never[];
|
1489
2146
|
idForFrontend: string;
|
1490
2147
|
id: string;
|
1491
2148
|
}[];
|
@@ -1633,7 +2290,7 @@ export declare const enrollMentOrganism: {
|
|
1633
2290
|
};
|
1634
2291
|
moleculeLibraryId: string;
|
1635
2292
|
organismLibraryMoleculeId: string;
|
1636
|
-
|
2293
|
+
items: never[];
|
1637
2294
|
idForFrontend: string;
|
1638
2295
|
id: string;
|
1639
2296
|
} | {
|
@@ -1703,7 +2360,7 @@ export declare const enrollMentOrganism: {
|
|
1703
2360
|
};
|
1704
2361
|
moleculeLibraryId: string;
|
1705
2362
|
organismLibraryMoleculeId: string;
|
1706
|
-
|
2363
|
+
items: never[];
|
1707
2364
|
idForFrontend: string;
|
1708
2365
|
id: string;
|
1709
2366
|
})[];
|