@gearbox-protocol/permissionless-ui 1.2.26 → 1.2.27

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.
@@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
- var expendable_card_exports = {};
31
- __export(expendable_card_exports, {
30
+ var expandable_card_exports = {};
31
+ __export(expandable_card_exports, {
32
32
  ExpandableCard: () => ExpandableCard
33
33
  });
34
- module.exports = __toCommonJS(expendable_card_exports);
34
+ module.exports = __toCommonJS(expandable_card_exports);
35
35
  var import_jsx_runtime = require("react/jsx-runtime");
36
36
  var import_lucide_react = require("lucide-react");
37
37
  var React = __toESM(require("react"));
@@ -17,10 +17,10 @@ var cards_exports = {};
17
17
  module.exports = __toCommonJS(cards_exports);
18
18
  __reExport(cards_exports, require('./card.js'), module.exports);
19
19
  __reExport(cards_exports, require('./danger-zone.js'), module.exports);
20
- __reExport(cards_exports, require('./Expandable-card.js'), module.exports);
20
+ __reExport(cards_exports, require('./expandable-card.js'), module.exports);
21
21
  // Annotate the CommonJS export names for ESM import in node:
22
22
  0 && (module.exports = {
23
23
  ...require('./card.js'),
24
24
  ...require('./danger-zone.js'),
25
- ...require('./Expandable-card.js')
25
+ ...require('./expandable-card.js')
26
26
  });
@@ -1,3 +1,3 @@
1
1
  export * from "./card.js";
2
2
  export * from "./danger-zone.js";
3
- export * from "./Expandable-card.js";
3
+ export * from "./expandable-card.js";
@@ -1,3 +1,3 @@
1
1
  export * from "./card";
2
2
  export * from "./danger-zone";
3
- export * from "./Expandable-card";
3
+ export * from "./expandable-card";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/permissionless-ui",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "description": "Internal UI components",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/index.js",