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.
@@ -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
@@ -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",