RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
imbric-theme
Versions diffs
0.5.7 → 0.5.8
imbric-theme 0.5.7 → 0.5.8
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/atoms/Checkbox/Checkbox.js
+1
-1
package/package.json
+1
-1
package/atoms/Checkbox/Checkbox.js
CHANGED
Viewed
@@ -30,7 +30,7 @@ export const Checkbox = ({
30
30
setChecked(!checked)
31
31
onChange(e)
32
32
}}
33
-
onclick
={handleClick}
33
+
onClick
={handleClick}
34
34
/>
35
35
<label htmlFor={name} className={getStyles('checkbox-custom-label')}>
36
36
{label}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "imbric-theme",
3
-
"version": "0.5.
7
",
3
+
"version": "0.5.
8
",
4
4
"description": "Components library IMBRIC",
5
5
"private": false,
6
6
"main": "index.js",