@tutti-os/ui-system 0.0.141 → 0.0.143
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-HVIT4MKC.js → chunk-4PATJYEG.js} +2 -2
- package/dist/{chunk-AL2NBJNO.js → chunk-A3EZ2O7X.js} +15 -1
- package/dist/{chunk-AL2NBJNO.js.map → chunk-A3EZ2O7X.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-HVIT4MKC.js.map → chunk-4PATJYEG.js.map} +0 -0
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
SuccessFilledIcon,
|
|
16
16
|
WarningFilledIcon,
|
|
17
17
|
WarningLinedIcon
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-A3EZ2O7X.js";
|
|
19
19
|
import {
|
|
20
20
|
cn
|
|
21
21
|
} from "./chunk-DGPY4WP3.js";
|
|
@@ -3820,4 +3820,4 @@ export {
|
|
|
3820
3820
|
UnderlineTabs,
|
|
3821
3821
|
ViewportMenuSurface
|
|
3822
3822
|
};
|
|
3823
|
-
//# sourceMappingURL=chunk-
|
|
3823
|
+
//# sourceMappingURL=chunk-4PATJYEG.js.map
|
|
@@ -792,6 +792,19 @@ function WebIcon(props) {
|
|
|
792
792
|
}
|
|
793
793
|
) });
|
|
794
794
|
}
|
|
795
|
+
function ChromeIcon(props) {
|
|
796
|
+
return /* @__PURE__ */ jsxs(SvgIcon, { stroke: "currentColor", strokeWidth: 2, ...props, children: [
|
|
797
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
798
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "4" }),
|
|
799
|
+
/* @__PURE__ */ jsx(
|
|
800
|
+
"path",
|
|
801
|
+
{
|
|
802
|
+
d: "M21.17 8H12M3.95 6.06 8.54 14M10.88 21.94 15.46 14",
|
|
803
|
+
strokeLinecap: "round"
|
|
804
|
+
}
|
|
805
|
+
)
|
|
806
|
+
] });
|
|
807
|
+
}
|
|
795
808
|
function CapabilityIcon(props) {
|
|
796
809
|
return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx(
|
|
797
810
|
"path",
|
|
@@ -1027,6 +1040,7 @@ export {
|
|
|
1027
1040
|
ProductIcon,
|
|
1028
1041
|
ProductDocIcon,
|
|
1029
1042
|
WebIcon,
|
|
1043
|
+
ChromeIcon,
|
|
1030
1044
|
CapabilityIcon,
|
|
1031
1045
|
TaskIcon,
|
|
1032
1046
|
ThinkingIcon,
|
|
@@ -1053,4 +1067,4 @@ export {
|
|
|
1053
1067
|
BillingIcon,
|
|
1054
1068
|
SignOutIcon
|
|
1055
1069
|
};
|
|
1056
|
-
//# sourceMappingURL=chunk-
|
|
1070
|
+
//# sourceMappingURL=chunk-A3EZ2O7X.js.map
|