@tutti-os/ui-system 0.0.100 → 0.0.102
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/{chunk-KZUD2UJX.js → chunk-5BWNLF4L.js} +2 -2
- package/dist/{chunk-KBF64EIF.js → chunk-AL2NBJNO.js} +11 -1
- package/dist/{chunk-KBF64EIF.js.map → chunk-AL2NBJNO.js.map} +1 -1
- package/dist/components/index.js +2 -2
- package/dist/icons/index.d.ts +2 -1
- package/dist/icons/index.js +3 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -2
- package/dist/metadata/components.json +14 -0
- package/dist/metadata/index.js +14 -0
- package/dist/metadata/index.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-KZUD2UJX.js.map → chunk-5BWNLF4L.js.map} +0 -0
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
SuccessFilledIcon,
|
|
16
16
|
WarningFilledIcon,
|
|
17
17
|
WarningLinedIcon
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-AL2NBJNO.js";
|
|
19
19
|
import {
|
|
20
20
|
cn
|
|
21
21
|
} from "./chunk-DGPY4WP3.js";
|
|
@@ -3737,4 +3737,4 @@ export {
|
|
|
3737
3737
|
UnderlineTabs,
|
|
3738
3738
|
ViewportMenuSurface
|
|
3739
3739
|
};
|
|
3740
|
-
//# sourceMappingURL=chunk-
|
|
3740
|
+
//# sourceMappingURL=chunk-5BWNLF4L.js.map
|
|
@@ -819,6 +819,15 @@ function ThinkingIcon(props) {
|
|
|
819
819
|
}
|
|
820
820
|
) });
|
|
821
821
|
}
|
|
822
|
+
function InspectIcon(props) {
|
|
823
|
+
return /* @__PURE__ */ jsx(FilledPathIcon, { viewBox: "0 0 16 16", ...props, children: /* @__PURE__ */ jsx(
|
|
824
|
+
"path",
|
|
825
|
+
{
|
|
826
|
+
d: "M1 4C1 2.89543 1.89543 2 3 2H13C14.1046 2 15 2.89543 15 4V10C15 10.8062 14.523 11.501 13.8358 11.8175C13.7656 11.6802 13.6736 11.5523 13.5607 11.4394L13.1148 10.9935C13.613 10.9366 14 10.5135 14 10V4C14 3.44772 13.5523 3 13 3H3C2.44772 3 2 3.44772 2 4V10C2 10.5523 2.44772 11 3 11H7V12H3C1.89543 12 1 11.1046 1 10V4ZM8.85356 8.14645C8.71056 8.00345 8.4955 7.96067 8.30866 8.03806C8.12182 8.11545 8 8.29777 8 8.5V14.5C8 14.7152 8.13772 14.9063 8.34189 14.9743C8.54606 15.0424 8.77087 14.9722 8.9 14.8L10.25 13H12.5C12.7022 13 12.8846 12.8782 12.9619 12.6913C13.0393 12.5045 12.9966 12.2894 12.8536 12.1464L8.85356 8.14645ZM9 13V9.70711L11.2929 12H10C9.84262 12 9.69443 12.0741 9.6 12.2L9 13Z",
|
|
827
|
+
fill: "currentColor"
|
|
828
|
+
}
|
|
829
|
+
) });
|
|
830
|
+
}
|
|
822
831
|
function WebScrapeIcon(props) {
|
|
823
832
|
return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx(
|
|
824
833
|
"path",
|
|
@@ -1021,6 +1030,7 @@ export {
|
|
|
1021
1030
|
CapabilityIcon,
|
|
1022
1031
|
TaskIcon,
|
|
1023
1032
|
ThinkingIcon,
|
|
1033
|
+
InspectIcon,
|
|
1024
1034
|
WebScrapeIcon,
|
|
1025
1035
|
ChatIcon,
|
|
1026
1036
|
RoomsHintIcon,
|
|
@@ -1043,4 +1053,4 @@ export {
|
|
|
1043
1053
|
BillingIcon,
|
|
1044
1054
|
SignOutIcon
|
|
1045
1055
|
};
|
|
1046
|
-
//# sourceMappingURL=chunk-
|
|
1056
|
+
//# sourceMappingURL=chunk-AL2NBJNO.js.map
|