@digi-frontend/dgate-api-documentation 2.0.2 → 2.0.3

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/index.cjs CHANGED
@@ -1423,7 +1423,7 @@ const ApiCard = ({ api, viewStyle }) => {
1423
1423
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TooltippedText, { text: api?.summary || "Endpoint Name" })
1424
1424
  })]
1425
1425
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(antd.Button, {
1426
- color: "default",
1426
+ variant: "outlined",
1427
1427
  className: cx("list-see-details"),
1428
1428
  onClick: handleOpenEndPointView,
1429
1429
  children: "See Details"