datastake-daf 0.6.175 → 0.6.176
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/components/index.js
CHANGED
|
@@ -15284,7 +15284,7 @@ function Widget(_ref) {
|
|
|
15284
15284
|
children: /*#__PURE__*/jsxRuntime.jsx("h1", {
|
|
15285
15285
|
children: title
|
|
15286
15286
|
})
|
|
15287
|
-
}), /*#__PURE__*/jsxRuntime.jsx("p", {
|
|
15287
|
+
}), description && /*#__PURE__*/jsxRuntime.jsx("p", {
|
|
15288
15288
|
className: "description",
|
|
15289
15289
|
children: description
|
|
15290
15290
|
})]
|
package/package.json
CHANGED