tabler-react-2 0.1.11 → 0.1.12
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.js +11 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8,15 +8,8 @@ var _exportNames = {
|
|
|
8
8
|
Typography: true,
|
|
9
9
|
Card: true,
|
|
10
10
|
Util: true,
|
|
11
|
-
Alert: true,
|
|
12
11
|
Form: true
|
|
13
12
|
};
|
|
14
|
-
Object.defineProperty(exports, "Alert", {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function get() {
|
|
17
|
-
return _index4.Alert;
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
13
|
Object.defineProperty(exports, "Card", {
|
|
21
14
|
enumerable: true,
|
|
22
15
|
get: function get() {
|
|
@@ -30,6 +23,17 @@ var _index2 = require("./card/index");
|
|
|
30
23
|
var _Util = _interopRequireWildcard(require("./util/index"));
|
|
31
24
|
exports.Util = _Util;
|
|
32
25
|
var _index4 = require("./alert/index");
|
|
26
|
+
Object.keys(_index4).forEach(function (key) {
|
|
27
|
+
if (key === "default" || key === "__esModule") return;
|
|
28
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
29
|
+
if (key in exports && exports[key] === _index4[key]) return;
|
|
30
|
+
Object.defineProperty(exports, key, {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _index4[key];
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
});
|
|
33
37
|
var _Form = _interopRequireWildcard(require("./form/index"));
|
|
34
38
|
exports.Form = _Form;
|
|
35
39
|
var _index6 = require("./avatar/index");
|