@facter/ds-core 1.6.0 → 1.6.1
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 +7 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6690,23 +6690,15 @@ var ItemCardIcon = React49__namespace.forwardRef(
|
|
|
6690
6690
|
({ className, size, variant, ripple = false, children, ...props }, ref) => {
|
|
6691
6691
|
if (ripple) {
|
|
6692
6692
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
6693
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6694
|
-
|
|
6693
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6694
|
+
RippleEffect,
|
|
6695
6695
|
{
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
-
variant === "warning" && "bg-yellow-500",
|
|
6701
|
-
variant === "destructive" && "bg-red-500",
|
|
6702
|
-
variant === "info" && "bg-blue-500",
|
|
6703
|
-
size === "sm" && "w-14 h-14",
|
|
6704
|
-
size === "md" && "w-16 h-16",
|
|
6705
|
-
size === "lg" && "w-20 h-20"
|
|
6706
|
-
),
|
|
6707
|
-
style: { animationDuration: "2s" }
|
|
6696
|
+
color: "primary",
|
|
6697
|
+
size: "md",
|
|
6698
|
+
rings: 3,
|
|
6699
|
+
intensity: "light"
|
|
6708
6700
|
}
|
|
6709
|
-
)
|
|
6701
|
+
),
|
|
6710
6702
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6711
6703
|
"div",
|
|
6712
6704
|
{
|