@opencode-ai/ui 0.0.0-dev-202606261505 → 0.0.0-dev-202606261545
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.
|
@@ -52,6 +52,22 @@ declare const icons: {
|
|
|
52
52
|
viewBox: string;
|
|
53
53
|
body: string;
|
|
54
54
|
};
|
|
55
|
+
monitor: {
|
|
56
|
+
viewBox: string;
|
|
57
|
+
body: string;
|
|
58
|
+
};
|
|
59
|
+
"workspace-new": {
|
|
60
|
+
viewBox: string;
|
|
61
|
+
body: string;
|
|
62
|
+
};
|
|
63
|
+
"workspace-isolated": {
|
|
64
|
+
viewBox: string;
|
|
65
|
+
body: string;
|
|
66
|
+
};
|
|
67
|
+
workspace: {
|
|
68
|
+
viewBox: string;
|
|
69
|
+
body: string;
|
|
70
|
+
};
|
|
55
71
|
close: {
|
|
56
72
|
viewBox: string;
|
|
57
73
|
body: string;
|
package/package.json
CHANGED
|
@@ -53,6 +53,22 @@ const icons = {
|
|
|
53
53
|
viewBox: "0 0 16 16",
|
|
54
54
|
body: `<path d="M3.53613 8.17857L6.39328 11.75L12.4647 4.25" stroke="currentColor"/>`,
|
|
55
55
|
},
|
|
56
|
+
monitor: {
|
|
57
|
+
viewBox: "0 0 16 16",
|
|
58
|
+
body: `<path d="M4.05559 9.38889H0.500007C0.500007 9.38889 0.500017 8.59298 0.500017 7.61112V2.27778C0.500017 1.29594 0.500102 0.5 0.500102 0.5H13.3889C13.3889 0.5 13.3889 1.29594 13.3889 2.27778V7.61112C13.3889 8.59298 13.3889 9.38889 13.3889 9.38889H9.83336M4.05559 9.38889V11.6111H6.94448H9.83336V9.38889M4.05559 9.38889H9.83336" transform="translate(1.05556 1.94444)" stroke="currentColor"/>`,
|
|
59
|
+
},
|
|
60
|
+
"workspace-new": {
|
|
61
|
+
viewBox: "0 0 16 16",
|
|
62
|
+
body: `<path d="M2 10.7578V14.0011H5.24324M13.9991 5.24324V2H10.7559M13.9991 10.7578V14.0011H10.7559M2 5.24324V2H5.24324" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="square"/><path d="M8 4.5V11.5M4.5 8H11.5" stroke="currentColor" stroke-linejoin="round"/>`,
|
|
63
|
+
},
|
|
64
|
+
"workspace-isolated": {
|
|
65
|
+
viewBox: "0 0 16 16",
|
|
66
|
+
body: `<path d="M10.5 10.5V5.5H5.5V10.5H10.5Z" fill="currentColor"/><rect x="2.5" y="2.5" width="11" height="11" stroke="currentColor"/>`,
|
|
67
|
+
},
|
|
68
|
+
workspace: {
|
|
69
|
+
viewBox: "0 0 16 16",
|
|
70
|
+
body: `<path d="M2 10.668V14.0013H10.6667M13.9974 10.6667V2H2.66406M13.9974 10.668V14.0013H10.6641M2 10V2H5.33333" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="square"/><path d="M10.6693 10.6654V5.33203H5.33594V10.6654H10.6693Z" fill="currentColor"/>`,
|
|
71
|
+
},
|
|
56
72
|
close: {
|
|
57
73
|
viewBox: "0 0 20 20",
|
|
58
74
|
body: `<path d="M14.4446 5.55566L5.55566 14.4446M5.55566 5.55566L14.4446 14.4446" stroke="currentColor" stroke-linejoin="round"/>`,
|