@mieweb/ui 0.3.0-dev.97 → 0.3.0-dev.98
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-KLLGX5O3.cjs → chunk-2VCAWAPC.cjs} +3 -3
- package/dist/{chunk-KLLGX5O3.cjs.map → chunk-2VCAWAPC.cjs.map} +1 -1
- package/dist/{chunk-HUYKGSL7.cjs → chunk-E35GUUTC.cjs} +10 -2
- package/dist/chunk-E35GUUTC.cjs.map +1 -0
- package/dist/{chunk-DJNNEKZU.js → chunk-JYAWYBA3.js} +10 -2
- package/dist/chunk-JYAWYBA3.js.map +1 -0
- package/dist/{chunk-YY23MK3V.js → chunk-TGCY5FNL.js} +3 -3
- package/dist/{chunk-YY23MK3V.js.map → chunk-TGCY5FNL.js.map} +1 -1
- package/dist/components/Progress/index.cjs +6 -6
- package/dist/components/Progress/index.js +1 -1
- package/dist/index.cjs +26 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +18 -18
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind-preset.cjs +4 -4
- package/dist/tailwind-preset.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-DJNNEKZU.js.map +0 -1
- package/dist/chunk-HUYKGSL7.cjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -44,8 +44,8 @@ export { Pagination, SimplePagination, paginationButtonVariants } from './chunk-
|
|
|
44
44
|
export { PhoneInput, PhoneInputGroup } from './chunk-OGOFYY22.js';
|
|
45
45
|
import { Input } from './chunk-PVUDXJAI.js';
|
|
46
46
|
export { Input, inputVariants } from './chunk-PVUDXJAI.js';
|
|
47
|
-
import { Progress } from './chunk-
|
|
48
|
-
export { CircularProgress, Progress, circularProgressVariants, progressBarFillVariants, progressBarTrackVariants } from './chunk-
|
|
47
|
+
import { Progress } from './chunk-TGCY5FNL.js';
|
|
48
|
+
export { CircularProgress, Progress, circularProgressVariants, progressBarFillVariants, progressBarTrackVariants } from './chunk-TGCY5FNL.js';
|
|
49
49
|
export { AudioPlayer, ProgressBar, audioPlayerVariants, formatTime as formatAudioTime, playButtonVariants } from './chunk-WORZLEUZ.js';
|
|
50
50
|
export { AudioRecorder, audioRecorderVariants, controlButtonVariants, formatTime, waveformContainerVariants } from './chunk-TRZXK57D.js';
|
|
51
51
|
import { Avatar } from './chunk-YDJUUR4Y.js';
|
|
@@ -76,7 +76,7 @@ export { calculateAge, dateToDisplayFormat, displayFormatToDateString, formatDat
|
|
|
76
76
|
export { formatPhoneNumber, isPhoneNumberEmpty, isValidPhoneNumber, unformatPhoneNumber } from './chunk-ZVPJ2MH6.js';
|
|
77
77
|
import { isStorybookDocsMode } from './chunk-VSQF22GL.js';
|
|
78
78
|
export { isStorybookDocsMode } from './chunk-VSQF22GL.js';
|
|
79
|
-
export { miewebUIPreset, miewebUISafelist } from './chunk-
|
|
79
|
+
export { miewebUIPreset, miewebUISafelist } from './chunk-JYAWYBA3.js';
|
|
80
80
|
import { Alert, AlertTitle, AlertDescription } from './chunk-MV3MTHWQ.js';
|
|
81
81
|
export { Alert, AlertDescription, AlertTitle, alertVariants } from './chunk-MV3MTHWQ.js';
|
|
82
82
|
import { cn } from './chunk-F3SOEIN2.js';
|
|
@@ -1875,7 +1875,7 @@ function ToolResultDisplay({
|
|
|
1875
1875
|
"button",
|
|
1876
1876
|
{
|
|
1877
1877
|
onClick: () => setShowJson(!showJson),
|
|
1878
|
-
className: "flex items-center gap-1 text-xs text-neutral-
|
|
1878
|
+
className: "flex items-center gap-1 text-xs text-neutral-600 hover:text-neutral-700 dark:text-neutral-400 dark:hover:text-neutral-300",
|
|
1879
1879
|
children: [
|
|
1880
1880
|
/* @__PURE__ */ jsx(
|
|
1881
1881
|
"svg",
|
|
@@ -2034,7 +2034,7 @@ function MCPToolCallDisplay({
|
|
|
2034
2034
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
2035
2035
|
/* @__PURE__ */ jsx("span", { className: "text-sm font-medium text-neutral-900 dark:text-white", children: friendlyName }),
|
|
2036
2036
|
/* @__PURE__ */ jsx(ToolStatusIcon, { status: toolCall.status }),
|
|
2037
|
-
toolCall.duration && /* @__PURE__ */ jsx("span", { className: "text-xs text-neutral-400", children: formatDuration2(toolCall.duration) })
|
|
2037
|
+
toolCall.duration && /* @__PURE__ */ jsx("span", { className: "text-xs text-neutral-600 dark:text-neutral-400", children: formatDuration2(toolCall.duration) })
|
|
2038
2038
|
] }),
|
|
2039
2039
|
paramSummary && toolCall.status !== "success" && /* @__PURE__ */ jsx("p", { className: "text-muted-foreground mt-0.5 text-sm", children: paramSummary }),
|
|
2040
2040
|
toolCall.result && /* @__PURE__ */ jsx("div", { "data-slot": "ai-tool-result", className: "mt-2", children: /* @__PURE__ */ jsx(
|
|
@@ -2050,7 +2050,7 @@ function MCPToolCallDisplay({
|
|
|
2050
2050
|
"button",
|
|
2051
2051
|
{
|
|
2052
2052
|
onClick: () => setShowDetails(!showDetails),
|
|
2053
|
-
className: "mt-2 flex items-center gap-1 text-xs text-neutral-
|
|
2053
|
+
className: "mt-2 flex items-center gap-1 text-xs text-neutral-600 hover:text-neutral-700 dark:text-neutral-400 dark:hover:text-neutral-300",
|
|
2054
2054
|
children: [
|
|
2055
2055
|
/* @__PURE__ */ jsx(
|
|
2056
2056
|
"svg",
|
|
@@ -2084,13 +2084,13 @@ function MCPToolCallDisplay({
|
|
|
2084
2084
|
"data-slot": "ai-tool-parameters",
|
|
2085
2085
|
className: "mt-3 rounded-md bg-neutral-100 p-2 dark:bg-neutral-800",
|
|
2086
2086
|
children: [
|
|
2087
|
-
/* @__PURE__ */ jsx("h4", { className: "mb-1.5 text-xs font-medium tracking-wide text-neutral-
|
|
2087
|
+
/* @__PURE__ */ jsx("h4", { className: "mb-1.5 text-xs font-medium tracking-wide text-neutral-600 uppercase dark:text-neutral-400", children: "Parameters" }),
|
|
2088
2088
|
/* @__PURE__ */ jsx("div", { className: "space-y-0.5", children: toolCall.parameters.map((param) => /* @__PURE__ */ jsxs(
|
|
2089
2089
|
"div",
|
|
2090
2090
|
{
|
|
2091
2091
|
className: "flex items-start gap-2 text-xs",
|
|
2092
2092
|
children: [
|
|
2093
|
-
/* @__PURE__ */ jsxs("span", { className: "font-mono text-neutral-
|
|
2093
|
+
/* @__PURE__ */ jsxs("span", { className: "font-mono text-neutral-600 dark:text-neutral-400", children: [
|
|
2094
2094
|
param.name,
|
|
2095
2095
|
":"
|
|
2096
2096
|
] }),
|
|
@@ -5082,7 +5082,7 @@ function AppHeaderSearch({
|
|
|
5082
5082
|
"data-testid": testId,
|
|
5083
5083
|
className: cn(
|
|
5084
5084
|
"flex items-center gap-3 rounded-lg border border-gray-300 dark:border-gray-600",
|
|
5085
|
-
"
|
|
5085
|
+
"bg-white px-4 py-2 text-sm text-neutral-600 dark:bg-gray-700 dark:text-neutral-400",
|
|
5086
5086
|
"hover:border-gray-400 dark:hover:border-gray-500",
|
|
5087
5087
|
"transition-colors hover:bg-gray-50 dark:hover:bg-gray-600",
|
|
5088
5088
|
!showOnMobile && "hidden sm:flex",
|
|
@@ -5098,7 +5098,7 @@ function AppHeaderSearch({
|
|
|
5098
5098
|
className: cn(
|
|
5099
5099
|
"hidden items-center gap-0.5 px-2 py-0.5 sm:inline-flex",
|
|
5100
5100
|
"rounded border border-gray-200 bg-gray-100 dark:border-gray-500 dark:bg-gray-600",
|
|
5101
|
-
"
|
|
5101
|
+
"flex-shrink-0 text-xs text-neutral-600 dark:text-neutral-400"
|
|
5102
5102
|
),
|
|
5103
5103
|
children: [
|
|
5104
5104
|
isMac ? "\u2318" : "Ctrl",
|
|
@@ -22120,7 +22120,7 @@ function OnboardingStepQuestion({
|
|
|
22120
22120
|
description && /* @__PURE__ */ jsx(
|
|
22121
22121
|
"p",
|
|
22122
22122
|
{
|
|
22123
|
-
className: "text-
|
|
22123
|
+
className: "text-neutral-600 dark:text-neutral-400",
|
|
22124
22124
|
"data-slot": "onboarding-step-description",
|
|
22125
22125
|
children: description
|
|
22126
22126
|
}
|
|
@@ -29146,7 +29146,7 @@ function ProviderSelector({
|
|
|
29146
29146
|
"span",
|
|
29147
29147
|
{
|
|
29148
29148
|
"data-slot": "provider-selector-option-code",
|
|
29149
|
-
className: "text-
|
|
29149
|
+
className: "text-xs text-neutral-600 dark:text-neutral-400",
|
|
29150
29150
|
children: [
|
|
29151
29151
|
"(",
|
|
29152
29152
|
provider.code,
|
|
@@ -29158,7 +29158,7 @@ function ProviderSelector({
|
|
|
29158
29158
|
"span",
|
|
29159
29159
|
{
|
|
29160
29160
|
"data-slot": "provider-selector-option-badge",
|
|
29161
|
-
className: "bg-muted
|
|
29161
|
+
className: "bg-muted rounded px-1.5 py-0.5 text-xs font-medium text-neutral-600 dark:text-neutral-400",
|
|
29162
29162
|
children: "Inactive"
|
|
29163
29163
|
}
|
|
29164
29164
|
)
|
|
@@ -30677,7 +30677,7 @@ function RejectionModal({
|
|
|
30677
30677
|
className: "bg-muted rounded-lg p-3",
|
|
30678
30678
|
"data-slot": "rejection-modal-info",
|
|
30679
30679
|
children: [
|
|
30680
|
-
description && /* @__PURE__ */ jsx("p", { className: "text-
|
|
30680
|
+
description && /* @__PURE__ */ jsx("p", { className: "text-sm text-neutral-600 dark:text-neutral-400", children: description }),
|
|
30681
30681
|
itemDescription && /* @__PURE__ */ jsx("p", { className: "text-foreground mt-1 text-sm font-medium", children: itemDescription })
|
|
30682
30682
|
]
|
|
30683
30683
|
}
|
|
@@ -37125,9 +37125,9 @@ function StripeBadge({
|
|
|
37125
37125
|
}
|
|
37126
37126
|
};
|
|
37127
37127
|
const variantClasses = {
|
|
37128
|
-
default: "bg-
|
|
37129
|
-
outline: "border border-
|
|
37130
|
-
minimal: "text-
|
|
37128
|
+
default: "bg-indigo-500/10 text-indigo-700 dark:bg-indigo-400/20 dark:text-indigo-300",
|
|
37129
|
+
outline: "border border-indigo-500/30 text-indigo-700 dark:text-indigo-300",
|
|
37130
|
+
minimal: "text-neutral-600 dark:text-neutral-400 hover:text-indigo-700 dark:hover:text-indigo-300"
|
|
37131
37131
|
};
|
|
37132
37132
|
const content = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
37133
37133
|
showPoweredBy && /* @__PURE__ */ jsx("span", { className: cn("font-normal", sizeClasses2[size].text), children: "Powered by" }),
|
|
@@ -37380,7 +37380,7 @@ function TocList({
|
|
|
37380
37380
|
className: cn(
|
|
37381
37381
|
"block rounded-sm px-2 py-1 transition-colors duration-150",
|
|
37382
37382
|
"hover:text-foreground",
|
|
37383
|
-
activeId === item.id ? "text-primary font-medium" : "text-
|
|
37383
|
+
activeId === item.id ? "text-primary font-medium" : "text-neutral-600 dark:text-neutral-400"
|
|
37384
37384
|
),
|
|
37385
37385
|
children: item.title
|
|
37386
37386
|
}
|