RubyGems
npm
Organizations
Log in
Sign up
npm
mimir-ui-kit
Versions diffs
0.0.14 → 0.0.16
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.
Files changed (2)
hide
show
package/dist/components/Input/Input.js
+1
-1
package/package.json
+1
-1
package/dist/components/Input/Input.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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",