@enki-tek/fms-web-components 0.0.86 → 0.0.87

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,7 +25,6 @@
25
25
  :global(.custom-field::placeholder) {
26
26
  @extend %common-font;
27
27
  color: $gray-500;
28
- text-transform: capitalize;
29
28
  }
30
29
 
31
30
  :global(input) {
@@ -58,7 +58,6 @@
58
58
  }
59
59
  :global(.custom-field::placeholder) {
60
60
  color: #adb5bd;
61
- text-transform: capitalize;
62
61
  }
63
62
  :global(.ebg-none) {
64
63
  background-color: #ffffff !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",