@apexcura/ui-components 0.0.14-Beta109 → 0.0.14-Beta110
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.css +0 -10
- package/dist/index.js +1 -28
- package/dist/index.mjs +1 -28
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -402,16 +402,6 @@ video {
|
|
|
402
402
|
--tw-text-opacity: 1;
|
|
403
403
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
404
404
|
}
|
|
405
|
-
.text-white {
|
|
406
|
-
--tw-text-opacity: 1;
|
|
407
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
408
|
-
}
|
|
409
|
-
.opacity-25 {
|
|
410
|
-
opacity: 0.25;
|
|
411
|
-
}
|
|
412
|
-
.opacity-75 {
|
|
413
|
-
opacity: 0.75;
|
|
414
|
-
}
|
|
415
405
|
.shadow-\[0px_0px_1px_1px_\#919191\] {
|
|
416
406
|
--tw-shadow: 0px 0px 1px 1px #919191;
|
|
417
407
|
--tw-shadow-colored: 0px 0px 1px 1px var(--tw-shadow-color);
|
package/dist/index.js
CHANGED
|
@@ -445,34 +445,7 @@ var ButtonElement = (props) => {
|
|
|
445
445
|
cursor: props.loading ? "no-drop" : "pointer"
|
|
446
446
|
}
|
|
447
447
|
},
|
|
448
|
-
props.isLoading ? /* @__PURE__ */ import_react11.default.createElement(import_react11.default.Fragment, null, /* @__PURE__ */ import_react11.default.createElement(
|
|
449
|
-
"svg",
|
|
450
|
-
{
|
|
451
|
-
className: "animate-spin h-5 w-5 mr-3 text-white",
|
|
452
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
453
|
-
fill: "none",
|
|
454
|
-
viewBox: "0 0 24 24"
|
|
455
|
-
},
|
|
456
|
-
/* @__PURE__ */ import_react11.default.createElement(
|
|
457
|
-
"circle",
|
|
458
|
-
{
|
|
459
|
-
className: "opacity-25",
|
|
460
|
-
cx: "12",
|
|
461
|
-
cy: "12",
|
|
462
|
-
r: "10",
|
|
463
|
-
stroke: "currentColor",
|
|
464
|
-
strokeWidth: "4"
|
|
465
|
-
}
|
|
466
|
-
),
|
|
467
|
-
/* @__PURE__ */ import_react11.default.createElement(
|
|
468
|
-
"path",
|
|
469
|
-
{
|
|
470
|
-
className: "opacity-75",
|
|
471
|
-
fill: "currentColor",
|
|
472
|
-
d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
|
473
|
-
}
|
|
474
|
-
)
|
|
475
|
-
), props.label) : /* @__PURE__ */ import_react11.default.createElement(import_react11.default.Fragment, null, props.isSVGStylesOverride === false ? props.icon && /* @__PURE__ */ import_react11.default.createElement("img", { className: props.iconsClassName, src: props.icon, alt: props.label }) : svgContent && /* @__PURE__ */ import_react11.default.createElement(
|
|
448
|
+
props.isLoading ? /* @__PURE__ */ import_react11.default.createElement(import_react11.default.Fragment, null, /* @__PURE__ */ import_react11.default.createElement("svg", { className: "animate-spin h-5 w-5 mr-3", viewBox: "0 0 24 24" }), props.label) : /* @__PURE__ */ import_react11.default.createElement(import_react11.default.Fragment, null, props.isSVGStylesOverride === false ? props.icon && /* @__PURE__ */ import_react11.default.createElement("img", { className: props.iconsClassName, src: props.icon, alt: props.label }) : svgContent && /* @__PURE__ */ import_react11.default.createElement(
|
|
476
449
|
"span",
|
|
477
450
|
{
|
|
478
451
|
dangerouslySetInnerHTML: { __html: svgContent }
|
package/dist/index.mjs
CHANGED
|
@@ -384,34 +384,7 @@ var ButtonElement = (props) => {
|
|
|
384
384
|
cursor: props.loading ? "no-drop" : "pointer"
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
|
-
props.isLoading ? /* @__PURE__ */ React11.createElement(React11.Fragment, null, /* @__PURE__ */ React11.createElement(
|
|
388
|
-
"svg",
|
|
389
|
-
{
|
|
390
|
-
className: "animate-spin h-5 w-5 mr-3 text-white",
|
|
391
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
392
|
-
fill: "none",
|
|
393
|
-
viewBox: "0 0 24 24"
|
|
394
|
-
},
|
|
395
|
-
/* @__PURE__ */ React11.createElement(
|
|
396
|
-
"circle",
|
|
397
|
-
{
|
|
398
|
-
className: "opacity-25",
|
|
399
|
-
cx: "12",
|
|
400
|
-
cy: "12",
|
|
401
|
-
r: "10",
|
|
402
|
-
stroke: "currentColor",
|
|
403
|
-
strokeWidth: "4"
|
|
404
|
-
}
|
|
405
|
-
),
|
|
406
|
-
/* @__PURE__ */ React11.createElement(
|
|
407
|
-
"path",
|
|
408
|
-
{
|
|
409
|
-
className: "opacity-75",
|
|
410
|
-
fill: "currentColor",
|
|
411
|
-
d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
|
412
|
-
}
|
|
413
|
-
)
|
|
414
|
-
), props.label) : /* @__PURE__ */ React11.createElement(React11.Fragment, null, props.isSVGStylesOverride === false ? props.icon && /* @__PURE__ */ React11.createElement("img", { className: props.iconsClassName, src: props.icon, alt: props.label }) : svgContent && /* @__PURE__ */ React11.createElement(
|
|
387
|
+
props.isLoading ? /* @__PURE__ */ React11.createElement(React11.Fragment, null, /* @__PURE__ */ React11.createElement("svg", { className: "animate-spin h-5 w-5 mr-3", viewBox: "0 0 24 24" }), props.label) : /* @__PURE__ */ React11.createElement(React11.Fragment, null, props.isSVGStylesOverride === false ? props.icon && /* @__PURE__ */ React11.createElement("img", { className: props.iconsClassName, src: props.icon, alt: props.label }) : svgContent && /* @__PURE__ */ React11.createElement(
|
|
415
388
|
"span",
|
|
416
389
|
{
|
|
417
390
|
dangerouslySetInnerHTML: { __html: svgContent }
|