ui-kit-ck-consultant 0.5.296 → 0.5.297

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.css +5 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -804,7 +804,7 @@
804
804
  color: var(--primary-color);
805
805
  }
806
806
 
807
- ._3t7tP{
807
+ ._3t7tP {
808
808
  display: block;
809
809
  }
810
810
 
@@ -821,6 +821,7 @@
821
821
  user-select: none;
822
822
  color: var(--black);
823
823
  min-height: 26px;
824
+ pointer-events: none;
824
825
  }
825
826
 
826
827
  ._3Xukj input {
@@ -842,17 +843,17 @@
842
843
  transition: 0.4s;
843
844
  }
844
845
 
845
- ._3Xukj input:checked ~ ._1uzL3{
846
+ ._3Xukj input:checked ~ ._1uzL3 {
846
847
  border: solid 3px var(--primary-color);
847
848
  }
848
849
 
849
850
  ._1uzL3:after {
850
- content: "";
851
+ content: '';
851
852
  position: absolute;
852
853
  display: none;
853
854
  }
854
855
 
855
- ._3Xukj input:checked ~ ._1uzL3:after{
856
+ ._3Xukj input:checked ~ ._1uzL3:after {
856
857
  display: block;
857
858
  }
858
859
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-kit-ck-consultant",
3
- "version": "0.5.296",
3
+ "version": "0.5.297",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Noah LANFRIT",
6
6
  "license": "MIT",