tabler-react-2 0.1.145 → 0.1.146

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.
@@ -57,4 +57,15 @@ Object.keys(_enclosedselectgroup).forEach(function (key) {
57
57
  return _enclosedselectgroup[key];
58
58
  }
59
59
  });
60
+ });
61
+ var _checkbox = require("./checkbox");
62
+ Object.keys(_checkbox).forEach(function (key) {
63
+ if (key === "default" || key === "__esModule") return;
64
+ if (key in exports && exports[key] === _checkbox[key]) return;
65
+ Object.defineProperty(exports, key, {
66
+ enumerable: true,
67
+ get: function get() {
68
+ return _checkbox[key];
69
+ }
70
+ });
60
71
  });
@@ -2,6 +2,10 @@
2
2
  title: Changelog
3
3
  ---
4
4
 
5
+ # 0.1.146
6
+
7
+ - Added the Checkbox component.
8
+
5
9
  # 0.1.144
6
10
 
7
11
  - Fixed issue with `DropdownInput` component where the `key` prop was not being set correctly.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.145",
3
+ "version": "0.1.146",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {