@madgex/design-system 1.16.5 → 1.16.7

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 17 Jul 2019 09:03:50 GMT
3
+ * Generated on Thu, 18 Jul 2019 11:36:31 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 17 Jul 2019 09:03:50 GMT
3
+ * Generated on Thu, 18 Jul 2019 11:36:31 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Wed, 17 Jul 2019 09:03:50 GMT
4
+ Generated on Thu, 18 Jul 2019 11:36:31 GMT
5
5
  */
6
6
 
7
7
  $mds-color-brand-1-base: #1b75bb !default;
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  Do not edit directly
3
- Generated on Wed, 17 Jul 2019 09:03:50 GMT
3
+ Generated on Thu, 18 Jul 2019 11:36:31 GMT
4
4
  */
5
5
  html,
6
6
  body,
@@ -462,8 +462,11 @@ body {
462
462
  font-family: "Helvetica", Arial, sans-serif;
463
463
  }
464
464
 
465
+ html,
465
466
  body {
466
467
  background: #ffffff;
468
+ -moz-osx-font-smoothing: grayscale;
469
+ -webkit-font-smoothing: antialiased;
467
470
  }
468
471
 
469
472
  .mds-site-container {
@@ -1472,157 +1475,157 @@ body {
1472
1475
  padding: 28px 32px;
1473
1476
  }
1474
1477
 
1475
- .mds-font-canon, h1 {
1478
+ .mds-font-canon {
1476
1479
  font-size: 1.75rem;
1477
1480
  line-height: 1.15;
1478
1481
  }
1479
1482
 
1480
1483
  @media (min-width: 25em) {
1481
- .mds-font-canon, h1 {
1484
+ .mds-font-canon {
1482
1485
  font-size: 2rem;
1483
1486
  line-height: 1.13;
1484
1487
  }
1485
1488
  }
1486
1489
 
1487
1490
  @media (min-width: 37.5em) {
1488
- .mds-font-canon, h1 {
1491
+ .mds-font-canon {
1489
1492
  font-size: 3.25rem;
1490
1493
  line-height: 1.08;
1491
1494
  }
1492
1495
  }
1493
1496
 
1494
1497
  @media (min-width: 63em) {
1495
- .mds-font-canon, h1 {
1498
+ .mds-font-canon {
1496
1499
  font-size: 2.75rem;
1497
1500
  line-height: 1.1;
1498
1501
  }
1499
1502
  }
1500
1503
 
1501
- .mds-font-trafalgar, h2 {
1504
+ .mds-font-trafalgar, h1 {
1502
1505
  font-size: 1.25rem;
1503
1506
  line-height: 1.2;
1504
1507
  }
1505
1508
 
1506
1509
  @media (min-width: 25em) {
1507
- .mds-font-trafalgar, h2 {
1510
+ .mds-font-trafalgar, h1 {
1508
1511
  font-size: 1.5rem;
1509
1512
  line-height: 1.17;
1510
1513
  }
1511
1514
  }
1512
1515
 
1513
1516
  @media (min-width: 37.5em) {
1514
- .mds-font-trafalgar, h2 {
1517
+ .mds-font-trafalgar, h1 {
1515
1518
  font-size: 2.25rem;
1516
1519
  line-height: 1.12;
1517
1520
  }
1518
1521
  }
1519
1522
 
1520
1523
  @media (min-width: 63em) {
1521
- .mds-font-trafalgar, h2 {
1524
+ .mds-font-trafalgar, h1 {
1522
1525
  font-size: 2rem;
1523
1526
  line-height: 1.13;
1524
1527
  }
1525
1528
  }
1526
1529
 
1527
- .mds-font-paragon, h3 {
1530
+ .mds-font-paragon {
1528
1531
  font-size: 1.25rem;
1529
1532
  line-height: 1.2;
1530
1533
  }
1531
1534
 
1532
1535
  @media (min-width: 25em) {
1533
- .mds-font-paragon, h3 {
1536
+ .mds-font-paragon {
1534
1537
  font-size: 1.375rem;
1535
1538
  line-height: 1.19;
1536
1539
  }
1537
1540
  }
1538
1541
 
1539
1542
  @media (min-width: 37.5em) {
1540
- .mds-font-paragon, h3 {
1543
+ .mds-font-paragon {
1541
1544
  font-size: 1.75rem;
1542
1545
  line-height: 1.15;
1543
1546
  }
1544
1547
  }
1545
1548
 
1546
1549
  @media (min-width: 63em) {
1547
- .mds-font-paragon, h3 {
1550
+ .mds-font-paragon {
1548
1551
  font-size: 1.75rem;
1549
1552
  line-height: 1.15;
1550
1553
  }
1551
1554
  }
1552
1555
 
1553
- .mds-font-double-pica, h4 {
1556
+ .mds-font-double-pica, h2 {
1554
1557
  font-size: 1.25rem;
1555
1558
  line-height: 1.2;
1556
1559
  }
1557
1560
 
1558
1561
  @media (min-width: 25em) {
1559
- .mds-font-double-pica, h4 {
1562
+ .mds-font-double-pica, h2 {
1560
1563
  font-size: 1.25rem;
1561
1564
  line-height: 1.2;
1562
1565
  }
1563
1566
  }
1564
1567
 
1565
1568
  @media (min-width: 37.5em) {
1566
- .mds-font-double-pica, h4 {
1569
+ .mds-font-double-pica, h2 {
1567
1570
  font-size: 1.625rem;
1568
1571
  line-height: 1.16;
1569
1572
  }
1570
1573
  }
1571
1574
 
1572
1575
  @media (min-width: 63em) {
1573
- .mds-font-double-pica, h4 {
1576
+ .mds-font-double-pica, h2 {
1574
1577
  font-size: 1.5rem;
1575
1578
  line-height: 1.17;
1576
1579
  }
1577
1580
  }
1578
1581
 
1579
- .mds-font-great-primer, .js .mds-tabs__list-item {
1582
+ .mds-font-great-primer, h3, .js .mds-tabs__list-item {
1580
1583
  font-size: 1.125rem;
1581
1584
  line-height: 1.23;
1582
1585
  }
1583
1586
 
1584
1587
  @media (min-width: 25em) {
1585
- .mds-font-great-primer, .js .mds-tabs__list-item {
1588
+ .mds-font-great-primer, h3, .js .mds-tabs__list-item {
1586
1589
  font-size: 1.125rem;
1587
1590
  line-height: 1.23;
1588
1591
  }
1589
1592
  }
1590
1593
 
1591
1594
  @media (min-width: 37.5em) {
1592
- .mds-font-great-primer, .js .mds-tabs__list-item {
1595
+ .mds-font-great-primer, h3, .js .mds-tabs__list-item {
1593
1596
  font-size: 1.3125rem;
1594
1597
  line-height: 1.15;
1595
1598
  }
1596
1599
  }
1597
1600
 
1598
1601
  @media (min-width: 63em) {
1599
- .mds-font-great-primer, .js .mds-tabs__list-item {
1602
+ .mds-font-great-primer, h3, .js .mds-tabs__list-item {
1600
1603
  font-size: 1.25rem;
1601
1604
  line-height: 1.2;
1602
1605
  }
1603
1606
  }
1604
1607
 
1605
- .mds-font-body-copy, body {
1608
+ .mds-font-body-copy, body, h4 {
1606
1609
  font-size: 0.875rem;
1607
1610
  line-height: 1.43;
1608
1611
  }
1609
1612
 
1610
1613
  @media (min-width: 25em) {
1611
- .mds-font-body-copy, body {
1614
+ .mds-font-body-copy, body, h4 {
1612
1615
  font-size: 1rem;
1613
1616
  line-height: 1.38;
1614
1617
  }
1615
1618
  }
1616
1619
 
1617
1620
  @media (min-width: 37.5em) {
1618
- .mds-font-body-copy, body {
1621
+ .mds-font-body-copy, body, h4 {
1619
1622
  font-size: 1.125rem;
1620
1623
  line-height: 1.34;
1621
1624
  }
1622
1625
  }
1623
1626
 
1624
1627
  @media (min-width: 63em) {
1625
- .mds-font-body-copy, body {
1628
+ .mds-font-body-copy, body, h4 {
1626
1629
  font-size: 1rem;
1627
1630
  line-height: 1.38;
1628
1631
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.16.5",
3
+ "version": "1.16.7",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",
@@ -1,5 +1,8 @@
1
+ html,
1
2
  body {
2
3
  background: $mds-color-background-body;
4
+ -moz-osx-font-smoothing: grayscale;
5
+ -webkit-font-smoothing: antialiased;
3
6
  }
4
7
 
5
8
  .mds-site-container {
@@ -39,4 +42,4 @@ body {
39
42
  bottom: auto;
40
43
  top: 0;
41
44
  }
42
- }
45
+ }
@@ -4,17 +4,17 @@ body {
4
4
  }
5
5
 
6
6
  h1 {
7
- @extend .mds-font-canon;
7
+ @extend .mds-font-trafalgar;
8
8
  }
9
9
 
10
10
  h2 {
11
- @extend .mds-font-trafalgar;
11
+ @extend .mds-font-double-pica;
12
12
  }
13
13
 
14
14
  h3 {
15
- @extend .mds-font-paragon;
15
+ @extend .mds-font-great-primer;
16
16
  }
17
17
 
18
18
  h4 {
19
- @extend .mds-font-double-pica;
19
+ @extend .mds-font-body-copy;
20
20
  }