@livepeer/design-system 1.0.8 → 1.0.10
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.
- package/dist/index.es.js +15 -9
- package/dist/index.js +15 -9
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1387,6 +1387,8 @@ for (var _i$1 = 0, naturalPairingsKeys_1$1 = naturalPairingsKeys; _i$1 < natural
|
|
|
1387
1387
|
variant: color$1,
|
|
1388
1388
|
ghost: "true",
|
|
1389
1389
|
css: {
|
|
1390
|
+
color: "$".concat(color$1, "9"),
|
|
1391
|
+
fontWeight: 600,
|
|
1390
1392
|
bc: "transparent",
|
|
1391
1393
|
"&:hover": {
|
|
1392
1394
|
bc: "$".concat(color$1, "3"),
|
|
@@ -1424,7 +1426,7 @@ var Button = styled("button", {
|
|
|
1424
1426
|
height: "$5",
|
|
1425
1427
|
fontFamily: "$body",
|
|
1426
1428
|
fontSize: "$2",
|
|
1427
|
-
fontWeight:
|
|
1429
|
+
fontWeight: 500,
|
|
1428
1430
|
ai: "center",
|
|
1429
1431
|
cursor: "pointer",
|
|
1430
1432
|
px: "$3",
|
|
@@ -1446,7 +1448,7 @@ var Button = styled("button", {
|
|
|
1446
1448
|
lineHeight: "$sizes$5",
|
|
1447
1449
|
},
|
|
1448
1450
|
"2": {
|
|
1449
|
-
borderRadius: "$
|
|
1451
|
+
borderRadius: "$1",
|
|
1450
1452
|
height: "$5",
|
|
1451
1453
|
px: "$3",
|
|
1452
1454
|
py: "$3",
|
|
@@ -1454,10 +1456,10 @@ var Button = styled("button", {
|
|
|
1454
1456
|
lineHeight: "$sizes$6",
|
|
1455
1457
|
},
|
|
1456
1458
|
"3": {
|
|
1457
|
-
borderRadius: "$
|
|
1459
|
+
borderRadius: "$1",
|
|
1458
1460
|
height: "$6",
|
|
1459
1461
|
px: "$3",
|
|
1460
|
-
fontSize: "$
|
|
1462
|
+
fontSize: "$2",
|
|
1461
1463
|
lineHeight: "$sizes$6",
|
|
1462
1464
|
},
|
|
1463
1465
|
"4": {
|
|
@@ -1481,10 +1483,11 @@ var Button = styled("button", {
|
|
|
1481
1483
|
boxShadow: "inset 0 0 0 1px $colors$primary8",
|
|
1482
1484
|
},
|
|
1483
1485
|
}, neutral: {
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
"&:
|
|
1486
|
+
border: "1px solid $neutral7",
|
|
1487
|
+
bc: "$neutral4",
|
|
1488
|
+
color: "$neutral12",
|
|
1489
|
+
"&:hover": { bc: "$neutral5" },
|
|
1490
|
+
"&:active": { bc: "$neutral6" },
|
|
1488
1491
|
"&:disabled": {
|
|
1489
1492
|
opacity: 0.5,
|
|
1490
1493
|
},
|
|
@@ -1527,6 +1530,8 @@ var Button = styled("button", {
|
|
|
1527
1530
|
ghost: "true",
|
|
1528
1531
|
css: {
|
|
1529
1532
|
bc: "transparent",
|
|
1533
|
+
color: "$primary9",
|
|
1534
|
+
fontWeight: 600,
|
|
1530
1535
|
"&:hover": {
|
|
1531
1536
|
bc: "$primary3",
|
|
1532
1537
|
boxShadow: "none",
|
|
@@ -1545,7 +1550,8 @@ var Button = styled("button", {
|
|
|
1545
1550
|
ghost: "true",
|
|
1546
1551
|
css: {
|
|
1547
1552
|
bc: "transparent",
|
|
1548
|
-
color: "$
|
|
1553
|
+
color: "$neutral12",
|
|
1554
|
+
fontWeight: 600,
|
|
1549
1555
|
"&:hover": {
|
|
1550
1556
|
bc: "$neutral3",
|
|
1551
1557
|
boxShadow: "none",
|
package/dist/index.js
CHANGED
|
@@ -1431,6 +1431,8 @@ for (var _i$1 = 0, naturalPairingsKeys_1$1 = naturalPairingsKeys; _i$1 < natural
|
|
|
1431
1431
|
variant: color$1,
|
|
1432
1432
|
ghost: "true",
|
|
1433
1433
|
css: {
|
|
1434
|
+
color: "$".concat(color$1, "9"),
|
|
1435
|
+
fontWeight: 600,
|
|
1434
1436
|
bc: "transparent",
|
|
1435
1437
|
"&:hover": {
|
|
1436
1438
|
bc: "$".concat(color$1, "3"),
|
|
@@ -1468,7 +1470,7 @@ var Button = styled("button", {
|
|
|
1468
1470
|
height: "$5",
|
|
1469
1471
|
fontFamily: "$body",
|
|
1470
1472
|
fontSize: "$2",
|
|
1471
|
-
fontWeight:
|
|
1473
|
+
fontWeight: 500,
|
|
1472
1474
|
ai: "center",
|
|
1473
1475
|
cursor: "pointer",
|
|
1474
1476
|
px: "$3",
|
|
@@ -1490,7 +1492,7 @@ var Button = styled("button", {
|
|
|
1490
1492
|
lineHeight: "$sizes$5",
|
|
1491
1493
|
},
|
|
1492
1494
|
"2": {
|
|
1493
|
-
borderRadius: "$
|
|
1495
|
+
borderRadius: "$1",
|
|
1494
1496
|
height: "$5",
|
|
1495
1497
|
px: "$3",
|
|
1496
1498
|
py: "$3",
|
|
@@ -1498,10 +1500,10 @@ var Button = styled("button", {
|
|
|
1498
1500
|
lineHeight: "$sizes$6",
|
|
1499
1501
|
},
|
|
1500
1502
|
"3": {
|
|
1501
|
-
borderRadius: "$
|
|
1503
|
+
borderRadius: "$1",
|
|
1502
1504
|
height: "$6",
|
|
1503
1505
|
px: "$3",
|
|
1504
|
-
fontSize: "$
|
|
1506
|
+
fontSize: "$2",
|
|
1505
1507
|
lineHeight: "$sizes$6",
|
|
1506
1508
|
},
|
|
1507
1509
|
"4": {
|
|
@@ -1525,10 +1527,11 @@ var Button = styled("button", {
|
|
|
1525
1527
|
boxShadow: "inset 0 0 0 1px $colors$primary8",
|
|
1526
1528
|
},
|
|
1527
1529
|
}, neutral: {
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
"&:
|
|
1530
|
+
border: "1px solid $neutral7",
|
|
1531
|
+
bc: "$neutral4",
|
|
1532
|
+
color: "$neutral12",
|
|
1533
|
+
"&:hover": { bc: "$neutral5" },
|
|
1534
|
+
"&:active": { bc: "$neutral6" },
|
|
1532
1535
|
"&:disabled": {
|
|
1533
1536
|
opacity: 0.5,
|
|
1534
1537
|
},
|
|
@@ -1571,6 +1574,8 @@ var Button = styled("button", {
|
|
|
1571
1574
|
ghost: "true",
|
|
1572
1575
|
css: {
|
|
1573
1576
|
bc: "transparent",
|
|
1577
|
+
color: "$primary9",
|
|
1578
|
+
fontWeight: 600,
|
|
1574
1579
|
"&:hover": {
|
|
1575
1580
|
bc: "$primary3",
|
|
1576
1581
|
boxShadow: "none",
|
|
@@ -1589,7 +1594,8 @@ var Button = styled("button", {
|
|
|
1589
1594
|
ghost: "true",
|
|
1590
1595
|
css: {
|
|
1591
1596
|
bc: "transparent",
|
|
1592
|
-
color: "$
|
|
1597
|
+
color: "$neutral12",
|
|
1598
|
+
fontWeight: 600,
|
|
1593
1599
|
"&:hover": {
|
|
1594
1600
|
bc: "$neutral3",
|
|
1595
1601
|
boxShadow: "none",
|