@stenajs-webui/elements 20.7.5 → 20.8.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/components/ui/icon/Icon.d.ts +1 -1
- package/dist/index.es.js +13 -21
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +18 -18
|
@@ -7,4 +7,4 @@ export interface IconProps extends Omit<FontAwesomeIconProps, "color" | "size" |
|
|
|
7
7
|
color?: string;
|
|
8
8
|
size?: number | string;
|
|
9
9
|
}
|
|
10
|
-
export declare const Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<
|
|
10
|
+
export declare const Icon: React.ForwardRefExoticComponent<globalThis.Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
package/dist/index.es.js
CHANGED
|
@@ -3406,30 +3406,22 @@ const K1 = ({
|
|
|
3406
3406
|
if (!o)
|
|
3407
3407
|
return null;
|
|
3408
3408
|
const g = typeof s == "string" ? s : s / 10 + "rem";
|
|
3409
|
-
return /* @__PURE__ */ C(
|
|
3410
|
-
|
|
3409
|
+
return /* @__PURE__ */ C(p, { justifyContent: "center", alignItems: "center", display: Z, children: /* @__PURE__ */ C(
|
|
3410
|
+
T,
|
|
3411
3411
|
{
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3412
|
+
className: L,
|
|
3413
|
+
color: e,
|
|
3414
|
+
flip: i,
|
|
3415
|
+
icon: o,
|
|
3416
|
+
pulse: t,
|
|
3417
|
+
rotation: a,
|
|
3418
|
+
spin: c,
|
|
3419
|
+
style: { fontSize: g, ...m },
|
|
3415
3420
|
ref: N,
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
{
|
|
3419
|
-
className: L,
|
|
3420
|
-
color: e,
|
|
3421
|
-
flip: i,
|
|
3422
|
-
icon: o,
|
|
3423
|
-
pulse: t,
|
|
3424
|
-
rotation: a,
|
|
3425
|
-
spin: c,
|
|
3426
|
-
style: { fontSize: g, ...m },
|
|
3427
|
-
transform: d,
|
|
3428
|
-
..._
|
|
3429
|
-
}
|
|
3430
|
-
)
|
|
3421
|
+
transform: d,
|
|
3422
|
+
..._
|
|
3431
3423
|
}
|
|
3432
|
-
);
|
|
3424
|
+
) });
|
|
3433
3425
|
}), a2 = "_banner_hmwzu_1", t2 = "_iconBackground_hmwzu_7", s2 = "_standard_hmwzu_17", c2 = "_info_hmwzu_21", r2 = "_success_hmwzu_25", m2 = "_warning_hmwzu_29", l2 = "_error_hmwzu_33", j = {
|
|
3434
3426
|
banner: a2,
|
|
3435
3427
|
iconBackground: t2,
|