@proximus/lavender-styling 2.0.0-alpha.7 → 2.0.0-alpha.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,6 +18,8 @@ export const ColorBackgroundDataRed: string;
18
18
  export const ColorBackgroundDataMagenta: string;
19
19
  export const ColorBackgroundDataBlue: string;
20
20
  export const ColorBackgroundDataTurquoise: string;
21
+ export const ColorBackgroundFooterSitemapDefault: string;
22
+ export const ColorBackgroundFooterSitemapInverted: string;
21
23
  export const ColorBackgroundGradientPurpleTopRed: {
22
24
  color: string;
23
25
  position: number;
@@ -1444,6 +1446,126 @@ export const OverlappedDesktop: {
1444
1446
  decimal: number;
1445
1447
  scale: number;
1446
1448
  };
1449
+ export const SpacingTopPatchMobile: {
1450
+ original: string;
1451
+ number: number;
1452
+ decimal: number;
1453
+ scale: number;
1454
+ };
1455
+ export const SpacingTopPatchTablet: {
1456
+ original: string;
1457
+ number: number;
1458
+ decimal: number;
1459
+ scale: number;
1460
+ };
1461
+ export const SpacingTopPatchLaptop: {
1462
+ original: string;
1463
+ number: number;
1464
+ decimal: number;
1465
+ scale: number;
1466
+ };
1467
+ export const SpacingTopPatchDesktop: {
1468
+ original: string;
1469
+ number: number;
1470
+ decimal: number;
1471
+ scale: number;
1472
+ };
1473
+ export const SpacingTopNeighborPatchMobile: {
1474
+ original: number;
1475
+ number: number;
1476
+ decimal: number;
1477
+ scale: number;
1478
+ };
1479
+ export const SpacingTopNeighborPatchTablet: {
1480
+ original: number;
1481
+ number: number;
1482
+ decimal: number;
1483
+ scale: number;
1484
+ };
1485
+ export const SpacingTopNeighborPatchLaptop: {
1486
+ original: string;
1487
+ number: number;
1488
+ decimal: number;
1489
+ scale: number;
1490
+ };
1491
+ export const SpacingTopNeighborPatchDesktop: {
1492
+ original: string;
1493
+ number: number;
1494
+ decimal: number;
1495
+ scale: number;
1496
+ };
1497
+ export const SpacingTopRibbonMobile: {
1498
+ original: string;
1499
+ number: number;
1500
+ decimal: number;
1501
+ scale: number;
1502
+ };
1503
+ export const SpacingTopRibbonTablet: {
1504
+ original: string;
1505
+ number: number;
1506
+ decimal: number;
1507
+ scale: number;
1508
+ };
1509
+ export const SpacingTopRibbonLaptop: {
1510
+ original: string;
1511
+ number: number;
1512
+ decimal: number;
1513
+ scale: number;
1514
+ };
1515
+ export const SpacingTopRibbonDesktop: {
1516
+ original: string;
1517
+ number: number;
1518
+ decimal: number;
1519
+ scale: number;
1520
+ };
1521
+ export const SpacingTopNeighborRibbonMobile: {
1522
+ original: number;
1523
+ number: number;
1524
+ decimal: number;
1525
+ scale: number;
1526
+ };
1527
+ export const SpacingTopNeighborRibbonTablet: {
1528
+ original: number;
1529
+ number: number;
1530
+ decimal: number;
1531
+ scale: number;
1532
+ };
1533
+ export const SpacingTopNeighborRibbonLaptop: {
1534
+ original: string;
1535
+ number: number;
1536
+ decimal: number;
1537
+ scale: number;
1538
+ };
1539
+ export const SpacingTopNeighborRibbonDesktop: {
1540
+ original: string;
1541
+ number: number;
1542
+ decimal: number;
1543
+ scale: number;
1544
+ };
1545
+ export const SpacingTopPatchAndNeighborRibbonMobile: {
1546
+ original: string;
1547
+ number: number;
1548
+ decimal: number;
1549
+ scale: number;
1550
+ };
1551
+ export const SpacingTopPatchAndNeighborRibbonTablet: {
1552
+ original: string;
1553
+ number: number;
1554
+ decimal: number;
1555
+ scale: number;
1556
+ };
1557
+ export const SpacingTopPatchAndNeighborRibbonLaptop: {
1558
+ original: string;
1559
+ number: number;
1560
+ decimal: number;
1561
+ scale: number;
1562
+ };
1563
+ export const SpacingTopPatchAndNeighborRibbonDesktop: {
1564
+ original: string;
1565
+ number: number;
1566
+ decimal: number;
1567
+ scale: number;
1568
+ };
1447
1569
  export const SpacingPageLayoutBetweenSectionsMobile: {
1448
1570
  original: string;
1449
1571
  number: number;