@apexcura/ui-components 0.0.11-Beta195 → 0.0.11-Beta196
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -397,7 +397,7 @@ var ButtonElement = (props) => {
|
|
|
397
397
|
onClick: handleClick,
|
|
398
398
|
className: `${props.className ? props.className : ""}`
|
|
399
399
|
},
|
|
400
|
-
props.icon && /* @__PURE__ */ import_react12.default.createElement("img", { src: props.
|
|
400
|
+
props.icon && /* @__PURE__ */ import_react12.default.createElement("img", { src: props.icon }),
|
|
401
401
|
props.label
|
|
402
402
|
);
|
|
403
403
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -346,7 +346,7 @@ var ButtonElement = (props) => {
|
|
|
346
346
|
onClick: handleClick,
|
|
347
347
|
className: `${props.className ? props.className : ""}`
|
|
348
348
|
},
|
|
349
|
-
props.icon && /* @__PURE__ */ React11.createElement("img", { src: props.
|
|
349
|
+
props.icon && /* @__PURE__ */ React11.createElement("img", { src: props.icon }),
|
|
350
350
|
props.label
|
|
351
351
|
);
|
|
352
352
|
};
|