ui-kit-ck-consultant 0.5.234 → 0.5.235

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.
Files changed (2) hide show
  1. package/dist/index.css +3 -3
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -488,7 +488,7 @@
488
488
  font-size: 14px;
489
489
  padding: 0 20px;
490
490
  transition: 0.6s;
491
- opacity: 0.5;
491
+ opacity: 1;
492
492
  }
493
493
  ._1Fq5R::-moz-placeholder, ._1XBGF::-moz-placeholder {
494
494
  color: var(--gray);
@@ -678,7 +678,7 @@
678
678
  font-size: 14px;
679
679
  padding: 0 20px;
680
680
  transition: 0.6s;
681
- opacity: 0.5;
681
+ opacity: 1;
682
682
  }
683
683
  ._6hnFm::-moz-placeholder {
684
684
  color: var(--gray);
@@ -726,7 +726,7 @@
726
726
  font-size: 14px;
727
727
  padding: 0 20px;
728
728
  transition: 0.6s;
729
- opacity: 0.5;
729
+ opacity: 1;
730
730
  background-color: var(--white);
731
731
  -webkit-touch-callout: none;
732
732
  -webkit-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-kit-ck-consultant",
3
- "version": "0.5.234",
3
+ "version": "0.5.235",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Noah LANFRIT",
6
6
  "license": "MIT",