@apexcura/ui-components 0.0.14-Beta220 → 0.0.14-Beta221
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.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -396,7 +396,6 @@ var ButtonElement = (props) => {
|
|
|
396
396
|
cursor: props.loading ? "no-drop" : "pointer"
|
|
397
397
|
}
|
|
398
398
|
},
|
|
399
|
-
props.icon && JSON.parse(props.icon),
|
|
400
399
|
/* @__PURE__ */ import_react11.default.createElement("span", { className: props.iconsClassName, style: { position: "relative" } }, /* @__PURE__ */ import_react11.default.createElement(
|
|
401
400
|
"span",
|
|
402
401
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -330,7 +330,6 @@ var ButtonElement = (props) => {
|
|
|
330
330
|
cursor: props.loading ? "no-drop" : "pointer"
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
|
-
props.icon && JSON.parse(props.icon),
|
|
334
333
|
/* @__PURE__ */ React11.createElement("span", { className: props.iconsClassName, style: { position: "relative" } }, /* @__PURE__ */ React11.createElement(
|
|
335
334
|
"span",
|
|
336
335
|
{
|