@livepeer/design-system 0.0.0-beta.3 → 0.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -413,8 +413,7 @@ var Button = styled(DEFAULT_TAG$5, {
413
413
  "&:hover": { bc: "$neutral5" },
414
414
  "&:active": { bc: "$neutral6" },
415
415
  "&:disabled": {
416
- bc: "$neutral2",
417
- color: "$neutral8",
416
+ opacity: 0.5,
418
417
  cursor: "not-allowed",
419
418
  },
420
419
  variants: {
@@ -455,8 +454,7 @@ var Button = styled(DEFAULT_TAG$5, {
455
454
  "&:hover": { bc: "$primary5" },
456
455
  "&:active": { bc: "$primary6" },
457
456
  "&:disabled": {
458
- bc: "$primary2",
459
- color: "$primary8",
457
+ opacity: 0.5,
460
458
  },
461
459
  '&[data-radix-popover-trigger][data-state="open"], &[data-radix-dropdown-menu-trigger][data-state="open"]': {
462
460
  bc: "$primary4",
@@ -468,8 +466,7 @@ var Button = styled(DEFAULT_TAG$5, {
468
466
  "&:hover": { bc: "$neutral5" },
469
467
  "&:active": { bc: "$neutral6" },
470
468
  "&:disabled": {
471
- bc: "$neutral4",
472
- color: "$neutral8",
469
+ opacity: 0.5,
473
470
  },
474
471
  '&[data-radix-popover-trigger][data-state="open"], &[data-radix-dropdown-menu-trigger][data-state="open"]': {
475
472
  bc: "$neutral4",
@@ -485,9 +482,7 @@ var Button = styled(DEFAULT_TAG$5, {
485
482
  bc: "hsla(0,100%,100%,.3)",
486
483
  },
487
484
  "&:disabled": {
488
- bc: "hsla(0,100%,100%,.2)",
489
- color: "white",
490
- opacity: 0.4,
485
+ opacity: 0.5,
491
486
  },
492
487
  }, transparentBlack: {
493
488
  bc: "hsla(0,0%,0%,.2)",
package/dist/index.js CHANGED
@@ -443,8 +443,7 @@ var Button = designSystem.styled(DEFAULT_TAG$5, {
443
443
  "&:hover": { bc: "$neutral5" },
444
444
  "&:active": { bc: "$neutral6" },
445
445
  "&:disabled": {
446
- bc: "$neutral2",
447
- color: "$neutral8",
446
+ opacity: 0.5,
448
447
  cursor: "not-allowed",
449
448
  },
450
449
  variants: {
@@ -485,8 +484,7 @@ var Button = designSystem.styled(DEFAULT_TAG$5, {
485
484
  "&:hover": { bc: "$primary5" },
486
485
  "&:active": { bc: "$primary6" },
487
486
  "&:disabled": {
488
- bc: "$primary2",
489
- color: "$primary8",
487
+ opacity: 0.5,
490
488
  },
491
489
  '&[data-radix-popover-trigger][data-state="open"], &[data-radix-dropdown-menu-trigger][data-state="open"]': {
492
490
  bc: "$primary4",
@@ -498,8 +496,7 @@ var Button = designSystem.styled(DEFAULT_TAG$5, {
498
496
  "&:hover": { bc: "$neutral5" },
499
497
  "&:active": { bc: "$neutral6" },
500
498
  "&:disabled": {
501
- bc: "$neutral4",
502
- color: "$neutral8",
499
+ opacity: 0.5,
503
500
  },
504
501
  '&[data-radix-popover-trigger][data-state="open"], &[data-radix-dropdown-menu-trigger][data-state="open"]': {
505
502
  bc: "$neutral4",
@@ -515,9 +512,7 @@ var Button = designSystem.styled(DEFAULT_TAG$5, {
515
512
  bc: "hsla(0,100%,100%,.3)",
516
513
  },
517
514
  "&:disabled": {
518
- bc: "hsla(0,100%,100%,.2)",
519
- color: "white",
520
- opacity: 0.4,
515
+ opacity: 0.5,
521
516
  },
522
517
  }, transparentBlack: {
523
518
  bc: "hsla(0,0%,0%,.2)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "0.0.0-beta.3",
3
+ "version": "0.0.0-beta.4",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",