@fileverse/ui 4.1.6-patch-8 → 4.1.7
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.es.js +31 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3886,6 +3886,37 @@ const gje = zt(
|
|
|
3886
3886
|
)
|
|
3887
3887
|
]
|
|
3888
3888
|
}
|
|
3889
|
+
),
|
|
3890
|
+
Callout: ({ width: e, height: t, ...n }) => /* @__PURE__ */ l.jsxs(
|
|
3891
|
+
"svg",
|
|
3892
|
+
{
|
|
3893
|
+
width: e,
|
|
3894
|
+
height: t,
|
|
3895
|
+
viewBox: "0 0 24 24",
|
|
3896
|
+
fill: "none",
|
|
3897
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3898
|
+
...n,
|
|
3899
|
+
children: [
|
|
3900
|
+
/* @__PURE__ */ l.jsx(
|
|
3901
|
+
"path",
|
|
3902
|
+
{
|
|
3903
|
+
d: "M7 6C6.44772 6 6 6.44772 6 7V9C6 9.55228 6.44772 10 7 10C7.55228 10 8 9.55228 8 9V8H11V16H10C9.44772 16 9 16.4477 9 17C9 17.5523 9.44772 18 10 18H14C14.5523 18 15 17.5523 15 17C15 16.4477 14.5523 16 14 16H13V8H16V9C16 9.55228 16.4477 10 17 10C17.5523 10 18 9.55228 18 9V7C18 6.44772 17.5523 6 17 6H7Z",
|
|
3904
|
+
fill: "currentColor",
|
|
3905
|
+
stroke: "transparent"
|
|
3906
|
+
}
|
|
3907
|
+
),
|
|
3908
|
+
/* @__PURE__ */ l.jsx(
|
|
3909
|
+
"path",
|
|
3910
|
+
{
|
|
3911
|
+
fillRule: "evenodd",
|
|
3912
|
+
clipRule: "evenodd",
|
|
3913
|
+
d: "M5 2C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5C22 3.34315 20.6569 2 19 2H5ZM4 5C4 4.44772 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5V19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V5Z",
|
|
3914
|
+
fill: "currentColor",
|
|
3915
|
+
stroke: "transparent"
|
|
3916
|
+
}
|
|
3917
|
+
)
|
|
3918
|
+
]
|
|
3919
|
+
}
|
|
3889
3920
|
)
|
|
3890
3921
|
};
|
|
3891
3922
|
/**
|