@dovetail-v2/refine 0.3.23-alpha.1 → 0.3.23-alpha.2
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/refine.cjs +1 -3
- package/dist/refine.js +1 -3
- package/package.json +1 -1
package/dist/refine.cjs
CHANGED
|
@@ -10284,9 +10284,7 @@ const ServiceOutClusterAccessComponent = ({
|
|
|
10284
10284
|
}
|
|
10285
10285
|
return /* @__PURE__ */ common.jsxRuntimeExports.jsx("div", {
|
|
10286
10286
|
style: {
|
|
10287
|
-
whiteSpace: "pre-wrap"
|
|
10288
|
-
color: "#0080ff",
|
|
10289
|
-
height: "18px"
|
|
10287
|
+
whiteSpace: "pre-wrap"
|
|
10290
10288
|
},
|
|
10291
10289
|
children: content || "-"
|
|
10292
10290
|
});
|
package/dist/refine.js
CHANGED
|
@@ -10265,9 +10265,7 @@ const ServiceOutClusterAccessComponent = ({
|
|
|
10265
10265
|
}
|
|
10266
10266
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", {
|
|
10267
10267
|
style: {
|
|
10268
|
-
whiteSpace: "pre-wrap"
|
|
10269
|
-
color: "#0080ff",
|
|
10270
|
-
height: "18px"
|
|
10268
|
+
whiteSpace: "pre-wrap"
|
|
10271
10269
|
},
|
|
10272
10270
|
children: content || "-"
|
|
10273
10271
|
});
|