@inf-monkeys-tech/monkeys-design 1.0.29 → 1.0.30
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/components/agent-workbench/index.d.mts +2 -2
- package/dist/components/agent-workbench/index.d.ts +2 -2
- package/dist/components/agent-workbench/index.js +5 -5
- package/dist/components/agent-workbench/index.js.map +1 -1
- package/dist/components/agent-workbench/index.mjs +5 -5
- package/dist/components/agent-workbench/index.mjs.map +1 -1
- package/dist/components/base/index.js +3 -3
- package/dist/components/base/index.js.map +1 -1
- package/dist/components/base/index.mjs +3 -3
- package/dist/components/base/index.mjs.map +1 -1
- package/dist/components/data-explorer/index.js +3 -3
- package/dist/components/data-explorer/index.js.map +1 -1
- package/dist/components/data-explorer/index.mjs +3 -3
- package/dist/components/data-explorer/index.mjs.map +1 -1
- package/dist/components/layout/index.js +3 -3
- package/dist/components/layout/index.js.map +1 -1
- package/dist/components/layout/index.mjs +3 -3
- package/dist/components/layout/index.mjs.map +1 -1
- package/dist/components/runtime/index.js +3 -3
- package/dist/components/runtime/index.js.map +1 -1
- package/dist/components/runtime/index.mjs +3 -3
- package/dist/components/runtime/index.mjs.map +1 -1
- package/dist/components/toast/index.d.mts +1 -1
- package/dist/components/toast/index.d.ts +1 -1
- package/dist/components/toast/index.js +3 -3
- package/dist/components/toast/index.js.map +1 -1
- package/dist/components/toast/index.mjs +3 -3
- package/dist/components/toast/index.mjs.map +1 -1
- package/dist/components/toolbar/index.js +3 -3
- package/dist/components/toolbar/index.js.map +1 -1
- package/dist/components/toolbar/index.mjs +3 -3
- package/dist/components/toolbar/index.mjs.map +1 -1
- package/dist/components/workbench/index.js +3 -3
- package/dist/components/workbench/index.js.map +1 -1
- package/dist/components/workbench/index.mjs +3 -3
- package/dist/components/workbench/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/dist/locale/index.d.mts +10 -10
- package/dist/locale/index.d.ts +10 -10
- package/dist/locale/index.js +6 -6
- package/dist/locale/index.js.map +1 -1
- package/dist/locale/index.mjs +6 -6
- package/dist/locale/index.mjs.map +1 -1
- package/dist/provider/index.d.mts +2 -2
- package/dist/provider/index.d.ts +2 -2
- package/dist/provider/index.js +6 -6
- package/dist/provider/index.js.map +1 -1
- package/dist/provider/index.mjs +6 -6
- package/dist/provider/index.mjs.map +1 -1
- package/dist/{types-5517c821235c.d.mts → types-5d94bcf4b6cd.d.mts} +3 -3
- package/dist/{types-5517c821235c.d.ts → types-5d94bcf4b6cd.d.ts} +3 -3
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3053,7 +3053,7 @@ var enUS = {
|
|
|
3053
3053
|
reasoning: "Reasoning",
|
|
3054
3054
|
plan: "Plan",
|
|
3055
3055
|
taskNoDetail: "No additional details",
|
|
3056
|
-
modes: {
|
|
3056
|
+
modes: { chat: "Chat", work: "Work" },
|
|
3057
3057
|
composer: {
|
|
3058
3058
|
send: "Send message",
|
|
3059
3059
|
stop: "Stop generating",
|
|
@@ -3123,8 +3123,8 @@ var enUS = {
|
|
|
3123
3123
|
settings: "Agent Settings",
|
|
3124
3124
|
allAgents: "All Agents",
|
|
3125
3125
|
recentSessions: "Recent Sessions",
|
|
3126
|
-
|
|
3127
|
-
|
|
3126
|
+
chat: "Chat",
|
|
3127
|
+
work: "Work",
|
|
3128
3128
|
builtIn: "Built-in",
|
|
3129
3129
|
noDescription: "No description",
|
|
3130
3130
|
loading: "Loading...",
|
|
@@ -3301,7 +3301,7 @@ var zhCN = {
|
|
|
3301
3301
|
reasoning: "\u601D\u8003\u8FC7\u7A0B",
|
|
3302
3302
|
plan: "\u6267\u884C\u8BA1\u5212",
|
|
3303
3303
|
taskNoDetail: "\u6682\u65E0\u66F4\u591A\u8BE6\u60C5",
|
|
3304
|
-
modes: {
|
|
3304
|
+
modes: { chat: "\u5BF9\u8BDD", work: "\u5DE5\u4F5C" },
|
|
3305
3305
|
composer: {
|
|
3306
3306
|
send: "\u53D1\u9001\u6D88\u606F",
|
|
3307
3307
|
stop: "\u505C\u6B62\u751F\u6210",
|
|
@@ -3371,8 +3371,8 @@ var zhCN = {
|
|
|
3371
3371
|
settings: "\u667A\u80FD\u4F53\u8BBE\u7F6E",
|
|
3372
3372
|
allAgents: "\u5168\u90E8\u667A\u80FD\u4F53",
|
|
3373
3373
|
recentSessions: "\u6700\u8FD1\u4F1A\u8BDD",
|
|
3374
|
-
|
|
3375
|
-
|
|
3374
|
+
chat: "\u5BF9\u8BDD",
|
|
3375
|
+
work: "\u5DE5\u4F5C",
|
|
3376
3376
|
builtIn: "\u5185\u7F6E",
|
|
3377
3377
|
noDescription: "\u6682\u65E0\u63CF\u8FF0",
|
|
3378
3378
|
loading: "\u52A0\u8F7D\u4E2D...",
|
|
@@ -17466,7 +17466,7 @@ function SessionMeta({ item, locale }) {
|
|
|
17466
17466
|
const messages = useMonkeysLocaleMessages().agentWorkbench.navigation;
|
|
17467
17467
|
return /* @__PURE__ */ jsxs("span", { className: "flex min-w-0 items-center gap-1.5", children: [
|
|
17468
17468
|
/* @__PURE__ */ jsx("span", { className: "min-w-0 truncate text-xs text-foreground/80", children: new Intl.DateTimeFormat(locale, { dateStyle: "medium", timeStyle: "short" }).format(new Date(item.updatedAt)) }),
|
|
17469
|
-
item.mode ? /* @__PURE__ */ jsx("span", { className: cn2("shrink-0 rounded-full px-1.5 py-0.5 text-[10px] font-medium leading-none", item.mode === "
|
|
17469
|
+
item.mode ? /* @__PURE__ */ jsx("span", { className: cn2("shrink-0 rounded-full px-1.5 py-0.5 text-[10px] font-medium leading-none", item.mode === "work" ? "bg-primary/10 text-primary" : "bg-muted text-muted-foreground"), children: item.mode === "work" ? messages.work : messages.chat }) : null
|
|
17470
17470
|
] });
|
|
17471
17471
|
}
|
|
17472
17472
|
function CollectionState({
|