@cashub/ui 0.19.11 → 0.19.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/index.js +0 -14
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -260,20 +260,6 @@ Object.keys(_form).forEach(function (key) {
|
|
|
260
260
|
});
|
|
261
261
|
});
|
|
262
262
|
|
|
263
|
-
var _geolocation = require("./geolocation");
|
|
264
|
-
|
|
265
|
-
Object.keys(_geolocation).forEach(function (key) {
|
|
266
|
-
if (key === "default" || key === "__esModule") return;
|
|
267
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
268
|
-
if (key in exports && exports[key] === _geolocation[key]) return;
|
|
269
|
-
Object.defineProperty(exports, key, {
|
|
270
|
-
enumerable: true,
|
|
271
|
-
get: function get() {
|
|
272
|
-
return _geolocation[key];
|
|
273
|
-
}
|
|
274
|
-
});
|
|
275
|
-
});
|
|
276
|
-
|
|
277
263
|
var _grid = require("./grid");
|
|
278
264
|
|
|
279
265
|
Object.keys(_grid).forEach(function (key) {
|