@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 CHANGED
@@ -30,6 +30,7 @@ export * from "./Link";
30
30
  export * from "./Medallion";
31
31
  export * from "./Modal";
32
32
  export * from "./Pagination";
33
+ export * from "./Popover";
33
34
  export * from "./ProgressBar";
34
35
  export * from "./ProgressSpinner";
35
36
  export * from "./RadioGroup";
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
@@ -30,6 +30,7 @@ export * from "./Link";
30
30
  export * from "./Medallion";
31
31
  export * from "./Modal";
32
32
  export * from "./Pagination";
33
+ export * from "./Popover";
33
34
  export * from "./ProgressBar";
34
35
  export * from "./ProgressSpinner";
35
36
  export * from "./RadioGroup";
package/esm/index.js CHANGED
@@ -30,6 +30,7 @@ export * from "./Link";
30
30
  export * from "./Medallion";
31
31
  export * from "./Modal";
32
32
  export * from "./Pagination";
33
+ export * from "./Popover";
33
34
  export * from "./ProgressBar";
34
35
  export * from "./ProgressSpinner";
35
36
  export * from "./RadioGroup";
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@algolia/satellite",
3
- "version": "1.0.0-beta.172",
3
+ "version": "1.0.0-beta.173",
4
4
  "description": "Algolia design system React components",
5
+ "sideEffects": false,
5
6
  "scripts": {
6
7
  "clean": "rimraf dist",
7
8
  "prebuild": "yarn clean",