@zealicsolutions/web-ui 0.3.193 → 0.3.195

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