reso-ui 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/styles.css +1 -1
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -27,7 +27,7 @@
27
27
  .textarea_input_theme_light{background:#fff;color:#434b59;border-color:#8b93a1}
28
28
 
29
29
  .input_number_theme_light{background:#fff;color:#434b59;border-color:#8b93a1}
30
- .checkbox_container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-right:64px}.input_checkbox{border-width:1px;border-style:solid;height:24px;width:24px;border-radius:12px;margin-right:12px;cursor:pointer}.input_checkbox:disabled{pointer-events:none}.checkbox_right_container{width:inherit}.checkbox_children{font-size:14px;margin-bottom:4px}.checkbox_error{margin:0;padding:0}.container_auth_tnc{text-decoration:underline;opacity:.9;color:#434b59}.container_auth_tnc:hover{opacity:1}
30
+ .checkbox_container{display:flex;flex-direction:row;justify-content:center;align-items:center}.input_checkbox{border-width:1px;border-style:solid;height:24px;width:24px;border-radius:12px;margin-right:12px;cursor:pointer}.input_checkbox:disabled{pointer-events:none}.checkbox_right_container{width:inherit}.checkbox_children{font-size:14px}.checkbox_error{margin:0;padding:0}
31
31
  .checkbox_theme_light{background:unset;color:#434b59;border-color:#8b93a1}
32
32
  .radioselect_options_container{width:inherit;min-height:40px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.radioselect_radio{padding:4px 8px;padding-top:0;margin-bottom:4px}.radioselect_input{cursor:pointer}.radioselect_label{font-size:14px;margin-left:8px;cursor:pointer}
33
33
  .radioselect_label_theme_light{background:unset;color:#434b59}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reso-ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Reusable React components in Typescript",
5
5
  "types": "types/index",
6
6
  "main": "dist/lib.js",