@gearbox-protocol/permissionless-ui 1.2.18 → 1.2.20

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.
@@ -25,7 +25,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_card = require('./card.js');
26
26
  function DangerZone({ children }) {
27
27
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_card.Card, { className: "border-destructive", children: [
28
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_card.CardHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_card.CardTitle, { className: "text-destructive", children: "Danger Zone" }) }),
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_card.CardHeader, { className: "border-destructive", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_card.CardTitle, { className: "text-destructive", children: "Danger Zone" }) }),
29
29
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_card.CardContent, { children })
30
30
  ] });
31
31
  }
@@ -117,7 +117,7 @@ function TableEditable({
117
117
  ))
118
118
  ] }) })
119
119
  ] }),
120
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "rounded-lg border", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_table.Table, { children }) })
120
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_table.Table, { children })
121
121
  ] });
122
122
  }
123
123
  // Annotate the CommonJS export names for ESM import in node:
@@ -2,7 +2,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { Card, CardContent, CardHeader, CardTitle } from "./card.js";
3
3
  function DangerZone({ children }) {
4
4
  return /* @__PURE__ */ jsxs(Card, { className: "border-destructive", children: [
5
- /* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsx(CardTitle, { className: "text-destructive", children: "Danger Zone" }) }),
5
+ /* @__PURE__ */ jsx(CardHeader, { className: "border-destructive", children: /* @__PURE__ */ jsx(CardTitle, { className: "text-destructive", children: "Danger Zone" }) }),
6
6
  /* @__PURE__ */ jsx(CardContent, { children })
7
7
  ] });
8
8
  }
@@ -92,7 +92,7 @@ function TableEditable({
92
92
  ))
93
93
  ] }) })
94
94
  ] }),
95
- /* @__PURE__ */ jsx("div", { className: "rounded-lg border", children: /* @__PURE__ */ jsx(Table, { children }) })
95
+ /* @__PURE__ */ jsx(Table, { children })
96
96
  ] });
97
97
  }
98
98
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/permissionless-ui",
3
- "version": "1.2.18",
3
+ "version": "1.2.20",
4
4
  "description": "Internal UI components",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/index.js",