@proximus/lavender-styling 2.0.0-alpha.1 → 2.0.0-alpha.100

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;
@@ -283,6 +285,8 @@ export const ColorBorderStateActiveDefault: string;
283
285
  export const ColorBorderStateActiveInverted: string;
284
286
  export const ColorIconBrandDefault: string;
285
287
  export const ColorIconBrandInverted: string;
288
+ export const ColorIconAccentDefault: string;
289
+ export const ColorIconAccentInverted: string;
286
290
  export const ColorIconNeutralDefault: string;
287
291
  export const ColorIconNeutralInverted: string;
288
292
  export const ColorIconDimmedDefault: string;
@@ -952,13 +956,13 @@ export const PlatformDefaultWidthMobile: {
952
956
  decimal: number;
953
957
  scale: number;
954
958
  };
955
- export const PlatformDefaultWidthLaptop: {
959
+ export const PlatformDefaultWidthTablet: {
956
960
  original: string;
957
961
  number: number;
958
962
  decimal: number;
959
963
  scale: number;
960
964
  };
961
- export const PlatformDefaultWidthTablet: {
965
+ export const PlatformDefaultWidthLaptop: {
962
966
  original: string;
963
967
  number: number;
964
968
  decimal: number;
@@ -1450,6 +1454,126 @@ export const OverlappedDesktop: {
1450
1454
  decimal: number;
1451
1455
  scale: number;
1452
1456
  };
1457
+ export const SpacingTopPatchMobile: {
1458
+ original: string;
1459
+ number: number;
1460
+ decimal: number;
1461
+ scale: number;
1462
+ };
1463
+ export const SpacingTopPatchTablet: {
1464
+ original: string;
1465
+ number: number;
1466
+ decimal: number;
1467
+ scale: number;
1468
+ };
1469
+ export const SpacingTopPatchLaptop: {
1470
+ original: string;
1471
+ number: number;
1472
+ decimal: number;
1473
+ scale: number;
1474
+ };
1475
+ export const SpacingTopPatchDesktop: {
1476
+ original: string;
1477
+ number: number;
1478
+ decimal: number;
1479
+ scale: number;
1480
+ };
1481
+ export const SpacingTopNeighborPatchMobile: {
1482
+ original: number;
1483
+ number: number;
1484
+ decimal: number;
1485
+ scale: number;
1486
+ };
1487
+ export const SpacingTopNeighborPatchTablet: {
1488
+ original: number;
1489
+ number: number;
1490
+ decimal: number;
1491
+ scale: number;
1492
+ };
1493
+ export const SpacingTopNeighborPatchLaptop: {
1494
+ original: string;
1495
+ number: number;
1496
+ decimal: number;
1497
+ scale: number;
1498
+ };
1499
+ export const SpacingTopNeighborPatchDesktop: {
1500
+ original: string;
1501
+ number: number;
1502
+ decimal: number;
1503
+ scale: number;
1504
+ };
1505
+ export const SpacingTopRibbonMobile: {
1506
+ original: string;
1507
+ number: number;
1508
+ decimal: number;
1509
+ scale: number;
1510
+ };
1511
+ export const SpacingTopRibbonTablet: {
1512
+ original: string;
1513
+ number: number;
1514
+ decimal: number;
1515
+ scale: number;
1516
+ };
1517
+ export const SpacingTopRibbonLaptop: {
1518
+ original: string;
1519
+ number: number;
1520
+ decimal: number;
1521
+ scale: number;
1522
+ };
1523
+ export const SpacingTopRibbonDesktop: {
1524
+ original: string;
1525
+ number: number;
1526
+ decimal: number;
1527
+ scale: number;
1528
+ };
1529
+ export const SpacingTopNeighborRibbonMobile: {
1530
+ original: number;
1531
+ number: number;
1532
+ decimal: number;
1533
+ scale: number;
1534
+ };
1535
+ export const SpacingTopNeighborRibbonTablet: {
1536
+ original: number;
1537
+ number: number;
1538
+ decimal: number;
1539
+ scale: number;
1540
+ };
1541
+ export const SpacingTopNeighborRibbonLaptop: {
1542
+ original: string;
1543
+ number: number;
1544
+ decimal: number;
1545
+ scale: number;
1546
+ };
1547
+ export const SpacingTopNeighborRibbonDesktop: {
1548
+ original: string;
1549
+ number: number;
1550
+ decimal: number;
1551
+ scale: number;
1552
+ };
1553
+ export const SpacingTopPatchAndNeighborRibbonMobile: {
1554
+ original: string;
1555
+ number: number;
1556
+ decimal: number;
1557
+ scale: number;
1558
+ };
1559
+ export const SpacingTopPatchAndNeighborRibbonTablet: {
1560
+ original: string;
1561
+ number: number;
1562
+ decimal: number;
1563
+ scale: number;
1564
+ };
1565
+ export const SpacingTopPatchAndNeighborRibbonLaptop: {
1566
+ original: string;
1567
+ number: number;
1568
+ decimal: number;
1569
+ scale: number;
1570
+ };
1571
+ export const SpacingTopPatchAndNeighborRibbonDesktop: {
1572
+ original: string;
1573
+ number: number;
1574
+ decimal: number;
1575
+ scale: number;
1576
+ };
1453
1577
  export const SpacingPageLayoutBetweenSectionsMobile: {
1454
1578
  original: string;
1455
1579
  number: number;