tabler-react-2 0.1.4 → 0.1.5
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -169,15 +169,15 @@ Object.keys(_index16).forEach(function (key) {
|
|
|
169
169
|
}
|
|
170
170
|
});
|
|
171
171
|
});
|
|
172
|
-
var
|
|
173
|
-
Object.keys(
|
|
172
|
+
var _index17 = require("./input/index");
|
|
173
|
+
Object.keys(_index17).forEach(function (key) {
|
|
174
174
|
if (key === "default" || key === "__esModule") return;
|
|
175
175
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
176
|
-
if (key in exports && exports[key] ===
|
|
176
|
+
if (key in exports && exports[key] === _index17[key]) return;
|
|
177
177
|
Object.defineProperty(exports, key, {
|
|
178
178
|
enumerable: true,
|
|
179
179
|
get: function get() {
|
|
180
|
-
return
|
|
180
|
+
return _index17[key];
|
|
181
181
|
}
|
|
182
182
|
});
|
|
183
183
|
});
|