@justfixnyc/component-library 0.54.2 → 0.54.5

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.
@@ -649,19 +649,32 @@
649
649
  flex-grow: 1;
650
650
  white-space: nowrap;
651
651
  border-radius: 6px;
652
- border: 1px solid #9a9898;
652
+ border: 1px solid #c5ccd1;
653
653
  background: #faf8f4;
654
654
  padding: 0.75rem;
655
655
  cursor: pointer;
656
656
  }
657
- .jfcl-select-button__label:hover {
657
+ .jfcl-select-button__label:hover, .jfcl-select-button__label:active {
658
658
  border: 2px solid #242323;
659
659
  padding: 0.6875rem;
660
660
  }
661
+ .jfcl-select-button__label:hover {
662
+ background-color: #ffffff;
663
+ }
664
+ .jfcl-select-button__label:active {
665
+ background-color: #ebece8;
666
+ }
661
667
 
662
668
  .jfcl-select-button__input:checked + .jfcl-select-button__label {
663
669
  background-color: #c6d8ff;
664
- border-color: #242323;
670
+ border: 2px solid #242323;
671
+ padding: 0.6875rem;
672
+ }
673
+ .jfcl-select-button__input:checked + .jfcl-select-button__label:hover {
674
+ background-color: #9fbdff;
675
+ }
676
+ .jfcl-select-button__input:checked + .jfcl-select-button__label:active {
677
+ background-color: #edf3ff;
665
678
  }
666
679
 
667
680
  .jfcl-select-button__input:focus-visible + .jfcl-select-button__label {
@@ -649,19 +649,32 @@
649
649
  flex-grow: 1;
650
650
  white-space: nowrap;
651
651
  border-radius: 6px;
652
- border: 1px solid #9a9898;
652
+ border: 1px solid #c5ccd1;
653
653
  background: #faf8f4;
654
654
  padding: 0.75rem;
655
655
  cursor: pointer;
656
656
  }
657
- .jfcl-select-button__label:hover {
657
+ .jfcl-select-button__label:hover, .jfcl-select-button__label:active {
658
658
  border: 2px solid #242323;
659
659
  padding: 0.6875rem;
660
660
  }
661
+ .jfcl-select-button__label:hover {
662
+ background-color: #ffffff;
663
+ }
664
+ .jfcl-select-button__label:active {
665
+ background-color: #ebece8;
666
+ }
661
667
 
662
668
  .jfcl-select-button__input:checked + .jfcl-select-button__label {
663
669
  background-color: #c6d8ff;
664
- border-color: #242323;
670
+ border: 2px solid #242323;
671
+ padding: 0.6875rem;
672
+ }
673
+ .jfcl-select-button__input:checked + .jfcl-select-button__label:hover {
674
+ background-color: #9fbdff;
675
+ }
676
+ .jfcl-select-button__input:checked + .jfcl-select-button__label:active {
677
+ background-color: #edf3ff;
665
678
  }
666
679
 
667
680
  .jfcl-select-button__input:focus-visible + .jfcl-select-button__label {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@justfixnyc/component-library",
3
3
  "description": "JustFix Component Library",
4
4
  "license": "MIT",
5
- "version": "0.54.2",
5
+ "version": "0.54.5",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.es.js",
8
8
  "files": [