@zealicsolutions/web-ui 0.4.80 → 0.4.82
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +18 -18
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/containers/mock-data.d.ts +139 -2140
- package/dist/cjs/src/contexts/OrganismContext/OrganismContext.d.ts +1 -1
- package/dist/cjs/src/contexts/OrganismContext/OrganismContextProvider.d.ts +1 -1
- package/dist/esm/index.js +12 -12
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/containers/mock-data.d.ts +139 -2140
- package/dist/esm/src/contexts/OrganismContext/OrganismContext.d.ts +1 -1
- package/dist/esm/src/contexts/OrganismContext/OrganismContextProvider.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/package.json +2 -2
@@ -1,1934 +1,12 @@
|
|
1
|
-
import { ContainerComponentProps
|
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
|
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 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
|
-
};
|
1477
|
-
export declare const threeColumnOrganismBody: {
|
1478
|
-
type: string;
|
1479
|
-
config: {
|
1480
|
-
wide: {
|
1481
|
-
containerProps: {
|
1482
|
-
gap: string;
|
1483
|
-
position: string;
|
1484
|
-
alignItems: string;
|
1485
|
-
paddingTop: string;
|
1486
|
-
paddingLeft: string;
|
1487
|
-
paddingRight: string;
|
1488
|
-
paddingBottom: string;
|
1489
|
-
};
|
1490
|
-
containerStyle: {
|
1491
|
-
width: string;
|
1492
|
-
position: string;
|
1493
|
-
'flex-direction': string;
|
1494
|
-
backgroundColor: string;
|
1495
|
-
'justify-content': string;
|
1496
|
-
'border-top-left-radius': string;
|
1497
|
-
'border-top-right-radius': string;
|
1498
|
-
'border-bottom-left-radius': string;
|
1499
|
-
'border-bottom-right-radius': string;
|
1500
|
-
};
|
1501
|
-
};
|
1502
|
-
compact: {
|
1503
|
-
containerProps: {
|
1504
|
-
gap: string;
|
1505
|
-
position: string;
|
1506
|
-
paddingTop: string;
|
1507
|
-
paddingLeft: string;
|
1508
|
-
paddingRight: string;
|
1509
|
-
paddingBottom: string;
|
1510
|
-
};
|
1511
|
-
containerStyle: {
|
1512
|
-
width: string;
|
1513
|
-
position: string;
|
1514
|
-
'flex-direction': string;
|
1515
|
-
backgroundColor: string;
|
1516
|
-
'justify-content': string;
|
1517
|
-
'border-top-left-radius': string;
|
1518
|
-
'border-top-right-radius': string;
|
1519
|
-
'border-bottom-left-radius': string;
|
1520
|
-
'border-bottom-right-radius': string;
|
1521
|
-
};
|
1522
|
-
};
|
1523
|
-
};
|
4
|
+
export declare const processTrackerBody: {
|
1524
5
|
instance: string;
|
1525
|
-
|
1526
|
-
group: string[];
|
1527
|
-
};
|
6
|
+
organismLibraryContainerId: string;
|
1528
7
|
containerLibraryId: string;
|
1529
|
-
id: string;
|
1530
|
-
items: {
|
1531
|
-
type: string;
|
1532
|
-
config: {
|
1533
|
-
wide: {
|
1534
|
-
containerProps: {
|
1535
|
-
gap: string;
|
1536
|
-
alignItems: string;
|
1537
|
-
};
|
1538
|
-
containerStyle: {
|
1539
|
-
width: string;
|
1540
|
-
flexDirection: string;
|
1541
|
-
backgroundColor: string;
|
1542
|
-
};
|
1543
|
-
};
|
1544
|
-
compact: {
|
1545
|
-
containerProps: {
|
1546
|
-
gap: string;
|
1547
|
-
alignItems: string;
|
1548
|
-
};
|
1549
|
-
containerStyle: {
|
1550
|
-
width: string;
|
1551
|
-
flexDirection: string;
|
1552
|
-
backgroundColor: string;
|
1553
|
-
};
|
1554
|
-
};
|
1555
|
-
};
|
1556
|
-
instance: string;
|
1557
|
-
metadata: {
|
1558
|
-
group: string[];
|
1559
|
-
};
|
1560
|
-
ordering: number;
|
1561
|
-
containerLibraryId: string;
|
1562
|
-
organismLibraryContainerId: string;
|
1563
|
-
items: ({
|
1564
|
-
type: string;
|
1565
|
-
config: {
|
1566
|
-
props: {
|
1567
|
-
textColor: string;
|
1568
|
-
textAlign?: undefined;
|
1569
|
-
};
|
1570
|
-
wide?: undefined;
|
1571
|
-
compact?: undefined;
|
1572
|
-
};
|
1573
|
-
instance: string;
|
1574
|
-
metadata: {
|
1575
|
-
group: string[];
|
1576
|
-
};
|
1577
|
-
ordering: number;
|
1578
|
-
attributes: {
|
1579
|
-
text: {
|
1580
|
-
id: string;
|
1581
|
-
text: string;
|
1582
|
-
required: boolean;
|
1583
|
-
isRichText: boolean;
|
1584
|
-
attributeType: string;
|
1585
|
-
showRichTextToolbar: boolean;
|
1586
|
-
};
|
1587
|
-
color: {
|
1588
|
-
id: string;
|
1589
|
-
color: string;
|
1590
|
-
required: boolean;
|
1591
|
-
attributeType: string;
|
1592
|
-
};
|
1593
|
-
seoStyle: {
|
1594
|
-
id: string;
|
1595
|
-
value: string;
|
1596
|
-
options: {
|
1597
|
-
id: string;
|
1598
|
-
label: string;
|
1599
|
-
value: string;
|
1600
|
-
config: {
|
1601
|
-
dataModelFieldType: string;
|
1602
|
-
};
|
1603
|
-
}[];
|
1604
|
-
required: boolean;
|
1605
|
-
attributeType: string;
|
1606
|
-
};
|
1607
|
-
fontVariant: {
|
1608
|
-
id: string;
|
1609
|
-
value: string;
|
1610
|
-
options: {
|
1611
|
-
id: string;
|
1612
|
-
label: string;
|
1613
|
-
value: string;
|
1614
|
-
config: {
|
1615
|
-
dataModelFieldType: string;
|
1616
|
-
};
|
1617
|
-
}[];
|
1618
|
-
attributeType: string;
|
1619
|
-
};
|
1620
|
-
};
|
1621
|
-
moleculeLibraryId: string;
|
1622
|
-
organismLibraryMoleculeId: string;
|
1623
|
-
items: never[];
|
1624
|
-
idForFrontend: string;
|
1625
|
-
id: string;
|
1626
|
-
containerLibraryId?: undefined;
|
1627
|
-
organismLibraryContainerId?: undefined;
|
1628
|
-
} | {
|
1629
|
-
type: string;
|
1630
|
-
config: {
|
1631
|
-
wide: {
|
1632
|
-
containerProps: {
|
1633
|
-
gap: string;
|
1634
|
-
alignItems: string;
|
1635
|
-
verticalPadding: string;
|
1636
|
-
horizontalPadding: string;
|
1637
|
-
};
|
1638
|
-
containerStyle: {
|
1639
|
-
width: string;
|
1640
|
-
justifyContent: string;
|
1641
|
-
backgroundColor: string;
|
1642
|
-
};
|
1643
|
-
};
|
1644
|
-
compact: {
|
1645
|
-
containerProps: {
|
1646
|
-
gap: string;
|
1647
|
-
verticalPadding: string;
|
1648
|
-
horizontalPadding: string;
|
1649
|
-
};
|
1650
|
-
containerStyle: {
|
1651
|
-
width: string;
|
1652
|
-
flexDirection: string;
|
1653
|
-
backgroundColor: string;
|
1654
|
-
};
|
1655
|
-
};
|
1656
|
-
props?: undefined;
|
1657
|
-
};
|
1658
|
-
instance: string;
|
1659
|
-
metadata: {
|
1660
|
-
group: string[];
|
1661
|
-
};
|
1662
|
-
ordering: number;
|
1663
|
-
containerLibraryId: string;
|
1664
|
-
organismLibraryContainerId: string;
|
1665
|
-
items: {
|
1666
|
-
type: string;
|
1667
|
-
config: {
|
1668
|
-
wide: {
|
1669
|
-
containerProps: {
|
1670
|
-
gap: string;
|
1671
|
-
position: string;
|
1672
|
-
alignItems: string;
|
1673
|
-
paddingTop: string;
|
1674
|
-
paddingLeft: string;
|
1675
|
-
paddingRight: string;
|
1676
|
-
paddingBottom: string;
|
1677
|
-
};
|
1678
|
-
containerStyle: {
|
1679
|
-
width: string;
|
1680
|
-
position: string;
|
1681
|
-
'flex-direction': string;
|
1682
|
-
justifyContent: string;
|
1683
|
-
backgroundColor: string;
|
1684
|
-
'justify-content': string;
|
1685
|
-
'border-top-left-radius': string;
|
1686
|
-
'border-top-right-radius': string;
|
1687
|
-
'border-bottom-left-radius': string;
|
1688
|
-
'border-bottom-right-radius': string;
|
1689
|
-
};
|
1690
|
-
};
|
1691
|
-
compact: {
|
1692
|
-
containerProps: {
|
1693
|
-
gap: string;
|
1694
|
-
position: string;
|
1695
|
-
alignItems: string;
|
1696
|
-
paddingTop: string;
|
1697
|
-
paddingLeft: string;
|
1698
|
-
paddingRight: string;
|
1699
|
-
paddingBottom: string;
|
1700
|
-
};
|
1701
|
-
containerStyle: {
|
1702
|
-
width: string;
|
1703
|
-
position: string;
|
1704
|
-
'flex-direction': string;
|
1705
|
-
backgroundColor: string;
|
1706
|
-
'justify-content': string;
|
1707
|
-
'border-top-left-radius': string;
|
1708
|
-
'border-top-right-radius': string;
|
1709
|
-
'border-bottom-left-radius': string;
|
1710
|
-
'border-bottom-right-radius': string;
|
1711
|
-
};
|
1712
|
-
};
|
1713
|
-
};
|
1714
|
-
instance: string;
|
1715
|
-
metadata: {
|
1716
|
-
group: string[];
|
1717
|
-
};
|
1718
|
-
ordering: number;
|
1719
|
-
containerLibraryId: string;
|
1720
|
-
organismLibraryContainerId: string;
|
1721
|
-
items: ({
|
1722
|
-
type: string;
|
1723
|
-
config: {
|
1724
|
-
props: {
|
1725
|
-
styles: {
|
1726
|
-
width: string;
|
1727
|
-
display: string;
|
1728
|
-
'max-height': string;
|
1729
|
-
};
|
1730
|
-
textAlign?: undefined;
|
1731
|
-
textColor?: undefined;
|
1732
|
-
};
|
1733
|
-
};
|
1734
|
-
instance: string;
|
1735
|
-
metadata: {
|
1736
|
-
group: string[];
|
1737
|
-
};
|
1738
|
-
ordering: number;
|
1739
|
-
attributes: {
|
1740
|
-
link: {
|
1741
|
-
id: string;
|
1742
|
-
attributeType: string;
|
1743
|
-
externalLink: string;
|
1744
|
-
internalLink: string;
|
1745
|
-
name: string;
|
1746
|
-
type: string;
|
1747
|
-
required: boolean;
|
1748
|
-
};
|
1749
|
-
image: {
|
1750
|
-
id: string;
|
1751
|
-
imageFile: {
|
1752
|
-
type: string;
|
1753
|
-
fileType: string;
|
1754
|
-
id: string;
|
1755
|
-
name: string;
|
1756
|
-
url: string;
|
1757
|
-
description: string;
|
1758
|
-
originalName: string;
|
1759
|
-
size: number;
|
1760
|
-
status: string;
|
1761
|
-
updatedAt: string;
|
1762
|
-
isDefault: boolean;
|
1763
|
-
tags: never[];
|
1764
|
-
brandId: string;
|
1765
|
-
uploadedAt: string;
|
1766
|
-
};
|
1767
|
-
attributeType: string;
|
1768
|
-
imageSource: string;
|
1769
|
-
};
|
1770
|
-
altText: {
|
1771
|
-
id: string;
|
1772
|
-
text: string;
|
1773
|
-
required: boolean;
|
1774
|
-
isRichText: boolean;
|
1775
|
-
attributeType: string;
|
1776
|
-
showRichTextToolbar: boolean;
|
1777
|
-
};
|
1778
|
-
text?: undefined;
|
1779
|
-
color?: undefined;
|
1780
|
-
seoStyle?: undefined;
|
1781
|
-
fontVariant?: undefined;
|
1782
|
-
};
|
1783
|
-
moleculeLibraryId: string;
|
1784
|
-
organismLibraryMoleculeId: string;
|
1785
|
-
items: never[];
|
1786
|
-
idForFrontend: string;
|
1787
|
-
id: string;
|
1788
|
-
} | {
|
1789
|
-
type: string;
|
1790
|
-
config: {
|
1791
|
-
props: {
|
1792
|
-
textAlign: string;
|
1793
|
-
textColor: string;
|
1794
|
-
styles?: undefined;
|
1795
|
-
};
|
1796
|
-
};
|
1797
|
-
instance: string;
|
1798
|
-
metadata: {
|
1799
|
-
group: string[];
|
1800
|
-
};
|
1801
|
-
ordering: number;
|
1802
|
-
attributes: {
|
1803
|
-
text: {
|
1804
|
-
id: string;
|
1805
|
-
text: string;
|
1806
|
-
required: boolean;
|
1807
|
-
isRichText: boolean;
|
1808
|
-
attributeType: string;
|
1809
|
-
showRichTextToolbar: boolean;
|
1810
|
-
};
|
1811
|
-
color: {
|
1812
|
-
id: string;
|
1813
|
-
color: string;
|
1814
|
-
required: boolean;
|
1815
|
-
attributeType: string;
|
1816
|
-
};
|
1817
|
-
seoStyle: {
|
1818
|
-
id: string;
|
1819
|
-
value: string;
|
1820
|
-
options: {
|
1821
|
-
id: string;
|
1822
|
-
label: string;
|
1823
|
-
value: string;
|
1824
|
-
config: {
|
1825
|
-
dataModelFieldType: string;
|
1826
|
-
};
|
1827
|
-
}[];
|
1828
|
-
required: boolean;
|
1829
|
-
attributeType: string;
|
1830
|
-
};
|
1831
|
-
fontVariant: {
|
1832
|
-
id: string;
|
1833
|
-
value: string;
|
1834
|
-
options: {
|
1835
|
-
id: string;
|
1836
|
-
label: string;
|
1837
|
-
value: string;
|
1838
|
-
config: {
|
1839
|
-
dataModelFieldType: string;
|
1840
|
-
};
|
1841
|
-
}[];
|
1842
|
-
attributeType: string;
|
1843
|
-
};
|
1844
|
-
link?: undefined;
|
1845
|
-
image?: undefined;
|
1846
|
-
altText?: undefined;
|
1847
|
-
};
|
1848
|
-
moleculeLibraryId: string;
|
1849
|
-
organismLibraryMoleculeId: string;
|
1850
|
-
items: never[];
|
1851
|
-
idForFrontend: string;
|
1852
|
-
id: string;
|
1853
|
-
})[];
|
1854
|
-
id: string;
|
1855
|
-
}[];
|
1856
|
-
id: string;
|
1857
|
-
attributes?: undefined;
|
1858
|
-
moleculeLibraryId?: undefined;
|
1859
|
-
organismLibraryMoleculeId?: undefined;
|
1860
|
-
idForFrontend?: undefined;
|
1861
|
-
} | {
|
1862
|
-
type: string;
|
1863
|
-
config: {
|
1864
|
-
props: {
|
1865
|
-
textAlign: string;
|
1866
|
-
textColor: string;
|
1867
|
-
};
|
1868
|
-
wide?: undefined;
|
1869
|
-
compact?: undefined;
|
1870
|
-
};
|
1871
|
-
instance: string;
|
1872
|
-
metadata: {
|
1873
|
-
group: string[];
|
1874
|
-
};
|
1875
|
-
ordering: number;
|
1876
|
-
attributes: {
|
1877
|
-
text: {
|
1878
|
-
id: string;
|
1879
|
-
text: string;
|
1880
|
-
required: boolean;
|
1881
|
-
isRichText: boolean;
|
1882
|
-
attributeType: string;
|
1883
|
-
showRichTextToolbar: boolean;
|
1884
|
-
};
|
1885
|
-
color: {
|
1886
|
-
id: string;
|
1887
|
-
color: string;
|
1888
|
-
required: boolean;
|
1889
|
-
attributeType: string;
|
1890
|
-
};
|
1891
|
-
seoStyle: {
|
1892
|
-
id: string;
|
1893
|
-
value: string;
|
1894
|
-
options: {
|
1895
|
-
id: string;
|
1896
|
-
label: string;
|
1897
|
-
value: string;
|
1898
|
-
config: {
|
1899
|
-
dataModelFieldType: string;
|
1900
|
-
};
|
1901
|
-
}[];
|
1902
|
-
required: boolean;
|
1903
|
-
attributeType: string;
|
1904
|
-
};
|
1905
|
-
fontVariant: {
|
1906
|
-
id: string;
|
1907
|
-
value: string;
|
1908
|
-
options: {
|
1909
|
-
id: string;
|
1910
|
-
label: string;
|
1911
|
-
value: string;
|
1912
|
-
config: {
|
1913
|
-
dataModelFieldType: string;
|
1914
|
-
};
|
1915
|
-
}[];
|
1916
|
-
attributeType: string;
|
1917
|
-
};
|
1918
|
-
};
|
1919
|
-
moleculeLibraryId: string;
|
1920
|
-
organismLibraryMoleculeId: string;
|
1921
|
-
items: never[];
|
1922
|
-
idForFrontend: string;
|
1923
|
-
id: string;
|
1924
|
-
containerLibraryId?: undefined;
|
1925
|
-
organismLibraryContainerId?: undefined;
|
1926
|
-
})[];
|
1927
|
-
id: string;
|
1928
|
-
}[];
|
1929
|
-
};
|
1930
|
-
export declare const enrollMentOrganism: {
|
1931
8
|
type: string;
|
9
|
+
ordering: number;
|
1932
10
|
config: {
|
1933
11
|
wide: {
|
1934
12
|
containerProps: {
|
@@ -1942,74 +20,62 @@ export declare const enrollMentOrganism: {
|
|
1942
20
|
containerStyle: {
|
1943
21
|
width: string;
|
1944
22
|
flexDirection: string;
|
23
|
+
justifyContent: string;
|
24
|
+
backgroundColor: string;
|
1945
25
|
};
|
1946
26
|
};
|
1947
27
|
compact: {
|
1948
28
|
containerProps: {
|
1949
29
|
gap: string;
|
1950
30
|
alignItems: string;
|
1951
|
-
paddingTop: string;
|
1952
|
-
paddingLeft: string;
|
1953
|
-
paddingRight: string;
|
1954
|
-
paddingBottom: string;
|
1955
31
|
};
|
1956
32
|
containerStyle: {
|
33
|
+
width: string;
|
1957
34
|
flexDirection: string;
|
35
|
+
backgroundColor: string;
|
1958
36
|
};
|
1959
37
|
};
|
1960
38
|
};
|
1961
|
-
instance: string;
|
1962
39
|
metadata: {
|
1963
40
|
group: string[];
|
1964
41
|
};
|
1965
|
-
|
1966
|
-
id: string;
|
1967
|
-
items: {
|
42
|
+
item: {
|
1968
43
|
type: string;
|
1969
44
|
config: {
|
1970
45
|
wide: {
|
1971
46
|
containerProps: {
|
1972
47
|
gap: string;
|
1973
|
-
position: string;
|
1974
48
|
alignItems: string;
|
1975
49
|
paddingTop: string;
|
1976
50
|
paddingLeft: string;
|
51
|
+
cornerRadius: string;
|
1977
52
|
paddingRight: string;
|
1978
53
|
paddingBottom: string;
|
1979
54
|
};
|
1980
55
|
containerStyle: {
|
1981
56
|
width: string;
|
1982
|
-
position: string;
|
1983
57
|
boxShadow: string;
|
1984
|
-
|
58
|
+
flexDirection: string;
|
1985
59
|
justifyContent: string;
|
1986
|
-
|
1987
|
-
'border-top-left-radius': string;
|
1988
|
-
'border-top-right-radius': string;
|
1989
|
-
'border-bottom-left-radius': string;
|
1990
|
-
'border-bottom-right-radius': string;
|
60
|
+
backgroundColor: string;
|
1991
61
|
};
|
1992
62
|
};
|
1993
63
|
compact: {
|
1994
64
|
containerProps: {
|
1995
65
|
gap: string;
|
1996
|
-
|
66
|
+
alignItems: string;
|
1997
67
|
paddingTop: string;
|
1998
68
|
paddingLeft: string;
|
69
|
+
cornerRadius: string;
|
1999
70
|
paddingRight: string;
|
2000
71
|
paddingBottom: string;
|
2001
72
|
};
|
2002
73
|
containerStyle: {
|
2003
74
|
width: string;
|
2004
|
-
position: string;
|
2005
75
|
boxShadow: string;
|
2006
|
-
|
76
|
+
flexDirection: string;
|
2007
77
|
justifyContent: string;
|
2008
|
-
|
2009
|
-
'border-top-left-radius': string;
|
2010
|
-
'border-top-right-radius': string;
|
2011
|
-
'border-bottom-left-radius': string;
|
2012
|
-
'border-bottom-right-radius': string;
|
78
|
+
backgroundColor: string;
|
2013
79
|
};
|
2014
80
|
};
|
2015
81
|
};
|
@@ -2020,59 +86,36 @@ export declare const enrollMentOrganism: {
|
|
2020
86
|
ordering: number;
|
2021
87
|
containerLibraryId: string;
|
2022
88
|
organismLibraryContainerId: string;
|
2023
|
-
|
89
|
+
item: ({
|
2024
90
|
type: string;
|
2025
91
|
config: {
|
2026
92
|
wide: {
|
2027
93
|
containerProps: {
|
2028
94
|
gap: string;
|
2029
|
-
|
95
|
+
alignItems: string;
|
2030
96
|
paddingTop: string;
|
2031
97
|
paddingLeft: string;
|
2032
98
|
paddingRight: string;
|
2033
99
|
paddingBottom: string;
|
2034
|
-
alignItems?: undefined;
|
2035
100
|
};
|
2036
101
|
containerStyle: {
|
2037
102
|
width: string;
|
2038
|
-
|
2039
|
-
|
2040
|
-
overflow: string;
|
2041
|
-
position: string;
|
2042
|
-
'flex-direction': string;
|
2043
|
-
'justify-content': string;
|
2044
|
-
'border-top-left-radius': string;
|
2045
|
-
'border-top-right-radius': string;
|
2046
|
-
'border-bottom-left-radius': string;
|
2047
|
-
'border-bottom-right-radius': string;
|
2048
|
-
paddingLeft?: undefined;
|
2049
|
-
paddingTop?: undefined;
|
2050
|
-
flexDirection?: undefined;
|
2051
|
-
paddingRight?: undefined;
|
2052
|
-
paddingBottom?: undefined;
|
103
|
+
flexDirection: string;
|
104
|
+
justifyContent?: undefined;
|
2053
105
|
};
|
2054
106
|
};
|
2055
107
|
compact: {
|
2056
108
|
containerProps: {
|
2057
109
|
gap: string;
|
2058
|
-
|
2059
|
-
paddingTop
|
2060
|
-
paddingLeft
|
2061
|
-
paddingRight
|
2062
|
-
paddingBottom
|
2063
|
-
alignItems?: undefined;
|
110
|
+
alignItems: string;
|
111
|
+
paddingTop?: undefined;
|
112
|
+
paddingLeft?: undefined;
|
113
|
+
paddingRight?: undefined;
|
114
|
+
paddingBottom?: undefined;
|
2064
115
|
};
|
2065
116
|
containerStyle: {
|
2066
117
|
width: string;
|
2067
|
-
|
2068
|
-
display: string;
|
2069
|
-
overflow: string;
|
2070
|
-
position: string;
|
2071
|
-
'flex-direction': string;
|
2072
|
-
'justify-content': string;
|
2073
|
-
'border-top-left-radius': string;
|
2074
|
-
'border-top-right-radius': string;
|
2075
|
-
flexDirection?: undefined;
|
118
|
+
flexDirection: string;
|
2076
119
|
};
|
2077
120
|
};
|
2078
121
|
};
|
@@ -2083,67 +126,52 @@ export declare const enrollMentOrganism: {
|
|
2083
126
|
ordering: number;
|
2084
127
|
containerLibraryId: string;
|
2085
128
|
organismLibraryContainerId: string;
|
2086
|
-
|
129
|
+
item: {
|
2087
130
|
type: string;
|
2088
|
-
config: {
|
2089
|
-
props: {
|
2090
|
-
styles: {};
|
2091
|
-
behaveAs: string;
|
2092
|
-
position: string;
|
2093
|
-
verticalPadding: string;
|
2094
|
-
horizontalPadding: string;
|
2095
|
-
};
|
2096
|
-
};
|
131
|
+
config: {};
|
2097
132
|
instance: string;
|
2098
|
-
metadata: {
|
2099
|
-
group: string[];
|
2100
|
-
isTrigger: boolean;
|
2101
|
-
};
|
133
|
+
metadata: {};
|
2102
134
|
ordering: number;
|
2103
135
|
attributes: {
|
2104
|
-
|
2105
|
-
id: string;
|
2106
|
-
attributeType: string;
|
2107
|
-
externalLink: string;
|
2108
|
-
internalLink: string;
|
2109
|
-
name: string;
|
2110
|
-
type: string;
|
2111
|
-
required: boolean;
|
2112
|
-
};
|
2113
|
-
image: {
|
136
|
+
orientation: {
|
2114
137
|
id: string;
|
2115
|
-
|
2116
|
-
|
2117
|
-
fileType: string;
|
138
|
+
value: string;
|
139
|
+
options: {
|
2118
140
|
id: string;
|
2119
|
-
|
2120
|
-
|
2121
|
-
|
2122
|
-
originalName: string;
|
2123
|
-
size: number;
|
2124
|
-
status: string;
|
2125
|
-
updatedAt: string;
|
2126
|
-
isDefault: boolean;
|
2127
|
-
tags: never[];
|
2128
|
-
brandId: string;
|
2129
|
-
uploadedAt: string;
|
2130
|
-
};
|
141
|
+
label: string;
|
142
|
+
}[];
|
143
|
+
required: boolean;
|
2131
144
|
attributeType: string;
|
2132
|
-
imageSource: string;
|
2133
145
|
};
|
2134
|
-
|
146
|
+
processSteps: {
|
2135
147
|
id: string;
|
2136
|
-
|
2137
|
-
|
2138
|
-
|
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;
|
2139
169
|
attributeType: string;
|
2140
|
-
showRichTextToolbar: boolean;
|
2141
170
|
};
|
2142
171
|
};
|
2143
172
|
moleculeLibraryId: string;
|
2144
173
|
organismLibraryMoleculeId: string;
|
2145
|
-
|
2146
|
-
idForFrontend: string;
|
174
|
+
item: never[];
|
2147
175
|
id: string;
|
2148
176
|
}[];
|
2149
177
|
id: string;
|
@@ -2158,48 +186,25 @@ export declare const enrollMentOrganism: {
|
|
2158
186
|
paddingLeft: string;
|
2159
187
|
paddingRight: string;
|
2160
188
|
paddingBottom: string;
|
2161
|
-
position?: undefined;
|
2162
189
|
};
|
2163
190
|
containerStyle: {
|
2164
191
|
width: string;
|
2165
|
-
|
2166
|
-
|
2167
|
-
flexDirection: string;
|
2168
|
-
paddingRight: string;
|
2169
|
-
paddingBottom: string;
|
2170
|
-
height?: undefined;
|
2171
|
-
display?: undefined;
|
2172
|
-
overflow?: undefined;
|
2173
|
-
position?: undefined;
|
2174
|
-
'flex-direction'?: undefined;
|
2175
|
-
'justify-content'?: undefined;
|
2176
|
-
'border-top-left-radius'?: undefined;
|
2177
|
-
'border-top-right-radius'?: undefined;
|
2178
|
-
'border-bottom-left-radius'?: undefined;
|
2179
|
-
'border-bottom-right-radius'?: undefined;
|
192
|
+
justifyContent: string;
|
193
|
+
flexDirection?: undefined;
|
2180
194
|
};
|
2181
195
|
};
|
2182
196
|
compact: {
|
2183
197
|
containerProps: {
|
2184
198
|
gap: string;
|
2185
|
-
alignItems: string;
|
2186
199
|
paddingTop: string;
|
2187
200
|
paddingLeft: string;
|
2188
201
|
paddingRight: string;
|
2189
202
|
paddingBottom: string;
|
2190
|
-
|
203
|
+
alignItems?: undefined;
|
2191
204
|
};
|
2192
205
|
containerStyle: {
|
2193
206
|
width: string;
|
2194
207
|
flexDirection: string;
|
2195
|
-
height?: undefined;
|
2196
|
-
display?: undefined;
|
2197
|
-
overflow?: undefined;
|
2198
|
-
position?: undefined;
|
2199
|
-
'flex-direction'?: undefined;
|
2200
|
-
'justify-content'?: undefined;
|
2201
|
-
'border-top-left-radius'?: undefined;
|
2202
|
-
'border-top-right-radius'?: undefined;
|
2203
208
|
};
|
2204
209
|
};
|
2205
210
|
};
|
@@ -2210,40 +215,42 @@ export declare const enrollMentOrganism: {
|
|
2210
215
|
ordering: number;
|
2211
216
|
containerLibraryId: string;
|
2212
217
|
organismLibraryContainerId: string;
|
2213
|
-
|
218
|
+
item: ({
|
2214
219
|
type: string;
|
2215
220
|
config: {
|
2216
221
|
props: {
|
222
|
+
size: string;
|
223
|
+
state: string;
|
224
|
+
styles: {};
|
225
|
+
variant: string;
|
226
|
+
disabled: boolean;
|
227
|
+
textSize: number;
|
2217
228
|
textColor: string;
|
2218
|
-
|
2219
|
-
|
2220
|
-
|
2221
|
-
|
2222
|
-
|
2223
|
-
|
2224
|
-
|
2225
|
-
|
2226
|
-
|
2227
|
-
|
2228
|
-
|
2229
|
-
|
2230
|
-
|
2231
|
-
|
2232
|
-
hoverStrokeColor?: undefined;
|
2233
|
-
horizontalPadding?: undefined;
|
2234
|
-
inactiveStrokeColor?: undefined;
|
2235
|
-
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;
|
2236
243
|
};
|
2237
244
|
};
|
2238
245
|
instance: string;
|
2239
246
|
metadata: {
|
2240
247
|
group: string[];
|
2241
|
-
isAction
|
2242
|
-
isTrigger
|
248
|
+
isAction: boolean;
|
249
|
+
isTrigger: boolean;
|
2243
250
|
};
|
2244
251
|
ordering: number;
|
2245
252
|
attributes: {
|
2246
|
-
|
253
|
+
title: {
|
2247
254
|
id: string;
|
2248
255
|
text: string;
|
2249
256
|
required: boolean;
|
@@ -2251,82 +258,70 @@ export declare const enrollMentOrganism: {
|
|
2251
258
|
attributeType: string;
|
2252
259
|
showRichTextToolbar: boolean;
|
2253
260
|
};
|
2254
|
-
|
261
|
+
action: {
|
2255
262
|
id: string;
|
2256
|
-
|
2257
|
-
|
263
|
+
action: {
|
264
|
+
type: string;
|
265
|
+
reset: {};
|
266
|
+
};
|
2258
267
|
attributeType: string;
|
2259
268
|
};
|
2260
|
-
|
269
|
+
actionTypes: {
|
2261
270
|
id: string;
|
2262
271
|
value: string;
|
2263
272
|
options: {
|
2264
273
|
id: string;
|
2265
274
|
label: string;
|
2266
275
|
value: string;
|
2267
|
-
config: {
|
2268
|
-
dataModelFieldType: string;
|
2269
|
-
};
|
2270
276
|
}[];
|
2271
277
|
required: boolean;
|
2272
278
|
attributeType: string;
|
2273
279
|
};
|
2274
|
-
|
2275
|
-
|
2276
|
-
|
2277
|
-
|
2278
|
-
id: string;
|
2279
|
-
label: string;
|
2280
|
-
value: string;
|
2281
|
-
config: {
|
2282
|
-
dataModelFieldType: string;
|
2283
|
-
};
|
2284
|
-
}[];
|
2285
|
-
attributeType: string;
|
2286
|
-
};
|
2287
|
-
title?: undefined;
|
2288
|
-
action?: undefined;
|
2289
|
-
actionTypes?: undefined;
|
280
|
+
text?: undefined;
|
281
|
+
color?: undefined;
|
282
|
+
seoStyle?: undefined;
|
283
|
+
fontVariant?: undefined;
|
2290
284
|
};
|
2291
285
|
moleculeLibraryId: string;
|
2292
286
|
organismLibraryMoleculeId: string;
|
2293
|
-
|
2294
|
-
idForFrontend: string;
|
287
|
+
item: never[];
|
2295
288
|
id: string;
|
2296
289
|
} | {
|
2297
290
|
type: string;
|
2298
291
|
config: {
|
2299
292
|
props: {
|
2300
|
-
size: string;
|
2301
|
-
state: string;
|
2302
|
-
styles: {};
|
2303
|
-
variant: string;
|
2304
|
-
disabled: boolean;
|
2305
|
-
textSize: number;
|
2306
293
|
textColor: string;
|
2307
|
-
|
2308
|
-
|
2309
|
-
|
2310
|
-
|
2311
|
-
|
2312
|
-
|
2313
|
-
|
2314
|
-
|
2315
|
-
|
2316
|
-
|
2317
|
-
|
2318
|
-
|
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;
|
2319
314
|
};
|
2320
315
|
};
|
2321
316
|
instance: string;
|
2322
317
|
metadata: {
|
2323
318
|
group: string[];
|
2324
|
-
isAction
|
2325
|
-
isTrigger
|
319
|
+
isAction?: undefined;
|
320
|
+
isTrigger?: undefined;
|
2326
321
|
};
|
2327
322
|
ordering: number;
|
2328
323
|
attributes: {
|
2329
|
-
|
324
|
+
text: {
|
2330
325
|
id: string;
|
2331
326
|
text: string;
|
2332
327
|
required: boolean;
|
@@ -2334,15 +329,13 @@ export declare const enrollMentOrganism: {
|
|
2334
329
|
attributeType: string;
|
2335
330
|
showRichTextToolbar: boolean;
|
2336
331
|
};
|
2337
|
-
|
332
|
+
color: {
|
2338
333
|
id: string;
|
2339
|
-
|
2340
|
-
|
2341
|
-
reset: {};
|
2342
|
-
};
|
334
|
+
color: string;
|
335
|
+
required: boolean;
|
2343
336
|
attributeType: string;
|
2344
337
|
};
|
2345
|
-
|
338
|
+
seoStyle: {
|
2346
339
|
id: string;
|
2347
340
|
value: string;
|
2348
341
|
options: {
|
@@ -2353,25 +346,32 @@ export declare const enrollMentOrganism: {
|
|
2353
346
|
required: boolean;
|
2354
347
|
attributeType: string;
|
2355
348
|
};
|
2356
|
-
|
2357
|
-
|
2358
|
-
|
2359
|
-
|
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;
|
2360
362
|
};
|
2361
363
|
moleculeLibraryId: string;
|
2362
364
|
organismLibraryMoleculeId: string;
|
2363
|
-
|
2364
|
-
idForFrontend: string;
|
365
|
+
item: never[];
|
2365
366
|
id: string;
|
2366
367
|
})[];
|
2367
368
|
id: string;
|
2368
369
|
})[];
|
2369
370
|
id: string;
|
2370
371
|
}[];
|
372
|
+
id: string;
|
2371
373
|
};
|
2372
|
-
export declare const
|
2373
|
-
export declare const DataField: ContainerComponentProps;
|
2374
|
-
export declare const LogInPermanentPage: ContainerComponentProps;
|
374
|
+
export declare const logInPermanentPage: ContainerComponentProps;
|
2375
375
|
export declare const accountCreationMock: {
|
2376
376
|
instance: string;
|
2377
377
|
type: string;
|
@@ -3150,4 +1150,3 @@ export declare const popUP: {
|
|
3150
1150
|
isi: null;
|
3151
1151
|
};
|
3152
1152
|
};
|
3153
|
-
export declare const TrackerOrganism: ContainerComponentProps;
|