@zealicsolutions/web-ui 0.4.66 → 0.4.68

Sign up to get free protection for your applications and to get access to all the features.
@@ -1270,6 +1270,448 @@ export declare const threeColumnOrganismBody: {
1270
1270
  id: string;
1271
1271
  }[];
1272
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;
1711
+ })[];
1712
+ id: string;
1713
+ }[];
1714
+ };
1273
1715
  export declare const headerContainerWithTabs: ContainerComponentProps;
1274
1716
  export declare const DataField: ContainerComponentProps;
1275
1717
  export declare const LogInPermanentPage: ContainerComponentProps;
@@ -186,6 +186,16 @@ export interface VideoMolecule extends BaseMolecule {
186
186
  }
187
187
  export interface TabGroupMolecule extends BaseMolecule {
188
188
  type: 'header_tab_group';
189
+ attributes: Partial<{
190
+ tabs: {
191
+ tabKey: string;
192
+ text: string;
193
+ disabled: boolean;
194
+ divider: boolean;
195
+ }[];
196
+ activeTabKey: string;
197
+ attributeType: 'tab_group';
198
+ }>;
189
199
  config: {
190
200
  props: TabGroupProps;
191
201
  wide: AdditionalTabContainerProps;