demio-ui 1.0.79 → 1.0.80
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/types.d.ts
CHANGED
|
@@ -210,6 +210,7 @@ declare function Tooltip({ children, content, open, defaultOpen, onOpenChange, s
|
|
|
210
210
|
|
|
211
211
|
type SelectProps = {
|
|
212
212
|
children: React__default.ReactNode;
|
|
213
|
+
contentStyle?: React__default.CSSProperties;
|
|
213
214
|
sideOffset?: number;
|
|
214
215
|
position?: 'item-aligned' | 'popper';
|
|
215
216
|
value?: string;
|
|
@@ -977,7 +978,7 @@ var SvgSearch = function SvgSearch(props) {
|
|
|
977
978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
978
979
|
width: 24,
|
|
979
980
|
height: 24,
|
|
980
|
-
fill: "
|
|
981
|
+
fill: "currentColor"
|
|
981
982
|
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
982
983
|
fill: "#2C3336",
|
|
983
984
|
d: "m23.835 21.979-5.69-5.69a.556.556 0 0 0-.399-.165h-.619A9.723 9.723 0 0 0 19.5 9.75 9.748 9.748 0 0 0 9.749 0 9.748 9.748 0 0 0 0 9.75a9.748 9.748 0 0 0 9.75 9.749 9.723 9.723 0 0 0 6.374-2.372v.619c0 .15.061.29.164.398l5.69 5.69c.22.221.577.221.797 0l1.06-1.059a.563.563 0 0 0 0-.796ZM9.75 17.249a7.498 7.498 0 0 1-7.5-7.5c0-4.143 3.356-7.5 7.5-7.5 4.143 0 7.5 3.357 7.5 7.5 0 4.144-3.357 7.5-7.5 7.5Z"
|