@algolia/satellite 1.0.0-beta.172 → 1.0.0-beta.173
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/cjs/index.d.ts +1 -0
- package/cjs/index.js +12 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/package.json +2 -1
package/cjs/index.d.ts
CHANGED
package/cjs/index.js
CHANGED
@@ -374,6 +374,18 @@ Object.keys(_Pagination).forEach(function (key) {
|
|
374
374
|
}
|
375
375
|
});
|
376
376
|
});
|
377
|
+
var _Popover = require("./Popover");
|
378
|
+
Object.keys(_Popover).forEach(function (key) {
|
379
|
+
if (key === "default" || key === "__esModule") return;
|
380
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
381
|
+
if (key in exports && exports[key] === _Popover[key]) return;
|
382
|
+
Object.defineProperty(exports, key, {
|
383
|
+
enumerable: true,
|
384
|
+
get: function get() {
|
385
|
+
return _Popover[key];
|
386
|
+
}
|
387
|
+
});
|
388
|
+
});
|
377
389
|
var _ProgressBar = require("./ProgressBar");
|
378
390
|
Object.keys(_ProgressBar).forEach(function (key) {
|
379
391
|
if (key === "default" || key === "__esModule") return;
|
package/esm/index.d.ts
CHANGED
package/esm/index.js
CHANGED
package/package.json
CHANGED