acsi-core 0.1.99 → 0.2.0

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.
package/dist/index.css CHANGED
@@ -434,8 +434,7 @@
434
434
 
435
435
  ._3ql5D label {
436
436
  font-weight: 400 !important;
437
- color: #212126 !important;
438
- margin-top: 2px; }
437
+ color: #212126 !important; }
439
438
 
440
439
  ._3ql5D ._3fPQC {
441
440
  display: flex;
package/dist/index.js CHANGED
@@ -413,10 +413,7 @@ var CoreInput$1 = function CoreInput(props) {
413
413
  className: "" + styles$4["core-checkbox"]
414
414
  }, React__default.createElement(reactstrap.FormGroup, {
415
415
  check: true,
416
- cssModule: {
417
- display: "flex",
418
- alignItems: "center"
419
- }
416
+ inline: true
420
417
  }, React__default.createElement(reactstrap.Input, {
421
418
  id: "core-checkbox-" + name,
422
419
  type: "checkbox",
@@ -426,10 +423,11 @@ var CoreInput$1 = function CoreInput(props) {
426
423
  return _onChange === null || _onChange === void 0 ? void 0 : _onChange(name, e.target.checked);
427
424
  },
428
425
  disabled: disabled
429
- }), React__default.createElement("p", {
430
- style: {
431
- marginTop: "2px",
432
- marginBottom: 0
426
+ }), React__default.createElement(reactstrap.Label, {
427
+ htmlFor: "core-checkbox-" + name,
428
+ check: true,
429
+ cssModule: {
430
+ marginTop: '0px'
433
431
  }
434
432
  }, label)));
435
433
  };