@fileverse/ui 4.1.6-patch-3 → 4.1.6-patch-5
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 +4 -0
- package/dist/index.es.d.ts +5 -1
- package/dist/index.es.js +10 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2418,6 +2418,10 @@ video {
|
|
|
2418
2418
|
.ring-offset-white {
|
|
2419
2419
|
--tw-ring-offset-color: #fff;
|
|
2420
2420
|
}
|
|
2421
|
+
.blur {
|
|
2422
|
+
--tw-blur: blur(8px);
|
|
2423
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2424
|
+
}
|
|
2421
2425
|
.drop-shadow {
|
|
2422
2426
|
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
|
|
2423
2427
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
package/dist/index.es.d.ts
CHANGED
|
@@ -514,11 +514,15 @@ export declare interface IconButtonProps extends React.ButtonHTMLAttributes<HTML
|
|
|
514
514
|
fill?: string;
|
|
515
515
|
}
|
|
516
516
|
|
|
517
|
+
declare type IconComponent = default_2.FC<IconProps>;
|
|
518
|
+
|
|
517
519
|
export declare interface IconProps extends SvgProps, VariantProps<typeof iconVariants> {
|
|
518
|
-
name:
|
|
520
|
+
name: keyof typeof Icons;
|
|
519
521
|
className?: string;
|
|
520
522
|
}
|
|
521
523
|
|
|
524
|
+
declare const Icons: Record<string, IconComponent>;
|
|
525
|
+
|
|
522
526
|
declare const iconVariants: (props?: ({
|
|
523
527
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
524
528
|
} & ClassProp) | undefined) => string;
|
package/dist/index.es.js
CHANGED
|
@@ -35348,7 +35348,16 @@ const w5e = (e, t) => m0(e) ? new M5e(t) : new v5e(t, {
|
|
|
35348
35348
|
return h && u === "start" ? "[&>span]:!left-[10%]" : y && u === "start" ? "[&>span]:!top-[20%]" : h && u === "end" ? "[&>span]:!left-[80%]" : y && u === "end" ? "[&>span]:!top-[60%]" : y && u === "center" ? "my-0 -mx-1" : "-my-1";
|
|
35349
35349
|
};
|
|
35350
35350
|
return /* @__PURE__ */ l.jsx(C5e, { children: /* @__PURE__ */ l.jsxs(b5e, { children: [
|
|
35351
|
-
/* @__PURE__ */ l.jsx(
|
|
35351
|
+
/* @__PURE__ */ l.jsx(
|
|
35352
|
+
L5e,
|
|
35353
|
+
{
|
|
35354
|
+
"data-testid": "tooltip-trigger",
|
|
35355
|
+
onClick: (d) => {
|
|
35356
|
+
d.currentTarget.blur();
|
|
35357
|
+
},
|
|
35358
|
+
children: e
|
|
35359
|
+
}
|
|
35360
|
+
),
|
|
35352
35361
|
/* @__PURE__ */ l.jsx(N5e, { children: /* @__PURE__ */ l.jsx(
|
|
35353
35362
|
R1.div,
|
|
35354
35363
|
{
|
|
@@ -42718,7 +42727,6 @@ const mke = Lt(
|
|
|
42718
42727
|
...s,
|
|
42719
42728
|
onTouchStart: h,
|
|
42720
42729
|
onTouchEnd: y,
|
|
42721
|
-
onPointerDownOutside: (m) => m.preventDefault(),
|
|
42722
42730
|
children: [
|
|
42723
42731
|
!o && /* @__PURE__ */ l.jsx(
|
|
42724
42732
|
Sr,
|