@livepeer/design-system 0.0.0-beta.6 → 0.0.0-beta.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.
- package/dist/index.es.js +0 -3
- package/dist/index.js +0 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -404,7 +404,6 @@ var Button = styled(DEFAULT_TAG$5, {
|
|
|
404
404
|
fontFamily: "$body",
|
|
405
405
|
fontSize: "$2",
|
|
406
406
|
fontWeight: 600,
|
|
407
|
-
fontVariantNumeric: "tabular-nums",
|
|
408
407
|
ai: "center",
|
|
409
408
|
cursor: "pointer",
|
|
410
409
|
px: "$3",
|
|
@@ -1096,7 +1095,6 @@ var StyledTextField = styled(DEFAULT_TAG, {
|
|
|
1096
1095
|
backgroundColor: "$loContrast",
|
|
1097
1096
|
boxShadow: "inset 0 0 0 1px $colors$neutral7",
|
|
1098
1097
|
color: "$hiContrast",
|
|
1099
|
-
fontVariantNumeric: "tabular-nums",
|
|
1100
1098
|
"&:-webkit-autofill": {
|
|
1101
1099
|
boxShadow: "inset 0 0 0 1px $colors$primary6, inset 0 0 0 100px $colors$primary3",
|
|
1102
1100
|
},
|
|
@@ -1372,7 +1370,6 @@ var Badge = styled("span", {
|
|
|
1372
1370
|
borderRadius: "$pill",
|
|
1373
1371
|
color: "$slate11",
|
|
1374
1372
|
whiteSpace: "nowrap",
|
|
1375
|
-
fontVariantNumeric: "tabular-nums",
|
|
1376
1373
|
variants: {
|
|
1377
1374
|
size: {
|
|
1378
1375
|
"1": {
|
package/dist/index.js
CHANGED
|
@@ -434,7 +434,6 @@ var Button = designSystem.styled(DEFAULT_TAG$5, {
|
|
|
434
434
|
fontFamily: "$body",
|
|
435
435
|
fontSize: "$2",
|
|
436
436
|
fontWeight: 600,
|
|
437
|
-
fontVariantNumeric: "tabular-nums",
|
|
438
437
|
ai: "center",
|
|
439
438
|
cursor: "pointer",
|
|
440
439
|
px: "$3",
|
|
@@ -1126,7 +1125,6 @@ var StyledTextField = designSystem.styled(DEFAULT_TAG, {
|
|
|
1126
1125
|
backgroundColor: "$loContrast",
|
|
1127
1126
|
boxShadow: "inset 0 0 0 1px $colors$neutral7",
|
|
1128
1127
|
color: "$hiContrast",
|
|
1129
|
-
fontVariantNumeric: "tabular-nums",
|
|
1130
1128
|
"&:-webkit-autofill": {
|
|
1131
1129
|
boxShadow: "inset 0 0 0 1px $colors$primary6, inset 0 0 0 100px $colors$primary3",
|
|
1132
1130
|
},
|
|
@@ -1402,7 +1400,6 @@ var Badge = designSystem.styled("span", {
|
|
|
1402
1400
|
borderRadius: "$pill",
|
|
1403
1401
|
color: "$slate11",
|
|
1404
1402
|
whiteSpace: "nowrap",
|
|
1405
|
-
fontVariantNumeric: "tabular-nums",
|
|
1406
1403
|
variants: {
|
|
1407
1404
|
size: {
|
|
1408
1405
|
"1": {
|