@mieweb/ui 0.3.0-dev.91 → 0.3.0-dev.92
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-6GMIFITM.js → chunk-DJNNEKZU.js} +8 -2
- package/dist/chunk-DJNNEKZU.js.map +1 -0
- package/dist/{chunk-OL5CD3WQ.cjs → chunk-HUYKGSL7.cjs} +8 -2
- package/dist/chunk-HUYKGSL7.cjs.map +1 -0
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- 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-6GMIFITM.js.map +0 -1
- package/dist/chunk-OL5CD3WQ.cjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -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-DJNNEKZU.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';
|
|
@@ -9036,13 +9036,13 @@ function UpdateAvailableOverlay({
|
|
|
9036
9036
|
) : /* @__PURE__ */ jsx(UpdateIcon, { className: "text-primary-700 dark:text-primary-400 h-12 w-12 animate-pulse" }) }),
|
|
9037
9037
|
/* @__PURE__ */ jsxs("div", { "data-slot": "update-overlay-content", className: "flex-1", children: [
|
|
9038
9038
|
/* @__PURE__ */ jsx("p", { className: "font-semibold text-gray-900 dark:text-white", children: "Update Available" }),
|
|
9039
|
-
/* @__PURE__ */ jsxs("p", { className: "text-
|
|
9039
|
+
/* @__PURE__ */ jsxs("p", { className: "mt-1 text-sm text-neutral-600 dark:text-neutral-400", children: [
|
|
9040
9040
|
"There is an update available for ",
|
|
9041
9041
|
appName,
|
|
9042
9042
|
".",
|
|
9043
9043
|
update.version && ` Version ${update.version}`
|
|
9044
9044
|
] }),
|
|
9045
|
-
update.description && /* @__PURE__ */ jsx("p", { className: "text-
|
|
9045
|
+
update.description && /* @__PURE__ */ jsx("p", { className: "mt-1 text-xs text-neutral-600 dark:text-neutral-400", children: update.description })
|
|
9046
9046
|
] }),
|
|
9047
9047
|
/* @__PURE__ */ jsxs("div", { className: "flex shrink-0 gap-2", children: [
|
|
9048
9048
|
onLater && /* @__PURE__ */ jsx(
|
|
@@ -9050,7 +9050,7 @@ function UpdateAvailableOverlay({
|
|
|
9050
9050
|
{
|
|
9051
9051
|
type: "button",
|
|
9052
9052
|
onClick: onLater,
|
|
9053
|
-
className: "
|
|
9053
|
+
className: "bg-destructive-700 hover:bg-destructive-800 rounded-lg px-4 py-2 text-sm font-medium text-white transition-colors",
|
|
9054
9054
|
children: "Later"
|
|
9055
9055
|
}
|
|
9056
9056
|
),
|
|
@@ -9059,7 +9059,7 @@ function UpdateAvailableOverlay({
|
|
|
9059
9059
|
{
|
|
9060
9060
|
type: "button",
|
|
9061
9061
|
onClick: onUpdateNow,
|
|
9062
|
-
className: "
|
|
9062
|
+
className: "bg-success-700 hover:bg-success-800 rounded-lg px-4 py-2 text-sm font-medium text-white transition-colors",
|
|
9063
9063
|
children: "Update Now"
|
|
9064
9064
|
}
|
|
9065
9065
|
)
|
|
@@ -9126,7 +9126,7 @@ function ConnectionStatusBar({
|
|
|
9126
9126
|
className: cn(
|
|
9127
9127
|
"fixed right-0 left-0 z-40 px-4 py-2",
|
|
9128
9128
|
position === "top" ? "top-0" : "bottom-0",
|
|
9129
|
-
isConnecting ? "bg-
|
|
9129
|
+
isConnecting ? "bg-warning-500 text-warning-900" : "bg-destructive-700 text-white",
|
|
9130
9130
|
className
|
|
9131
9131
|
),
|
|
9132
9132
|
children: /* @__PURE__ */ jsxs(
|