@gearbox-protocol/permissionless-ui 1.2.26 → 1.2.28
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/cjs/components/cards/{expendable-card.js → expandable-card.js} +3 -3
- package/dist/cjs/components/cards/index.js +2 -2
- package/dist/esm/components/cards/index.js +1 -1
- package/dist/types/components/cards/{expendable-card.d.ts → expandable-card.d.ts} +1 -1
- package/dist/types/components/cards/index.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/esm/components/cards/{expendable-card.js → expandable-card.js} +0 -0
|
@@ -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
|
|
31
|
-
__export(
|
|
30
|
+
var expandable_card_exports = {};
|
|
31
|
+
__export(expandable_card_exports, {
|
|
32
32
|
ExpandableCard: () => ExpandableCard
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
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('./
|
|
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('./
|
|
25
|
+
...require('./expandable-card.js')
|
|
26
26
|
});
|
package/package.json
CHANGED
|
File without changes
|