mimir-ui-kit 0.0.14 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,7 +75,7 @@ const Input = memo(
75
75
  const labelClassNames = classNames(
76
76
  cls.label,
77
77
  {
78
- [cls["active-label"]]: isFocused
78
+ [cls["active-label"]]: isFocused || value
79
79
  },
80
80
  className,
81
81
  cls[size]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mimir-ui-kit",
3
3
  "private": false,
4
- "version": "0.0.14",
4
+ "version": "0.0.16",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",
7
7
  "module": "./dist/index.js",