@mieweb/ui 0.3.0-dev.102 → 0.3.0-dev.103
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-RGTM53RS.js → chunk-2B2KEZ2H.js} +3 -3
- package/dist/chunk-2B2KEZ2H.js.map +1 -0
- package/dist/{chunk-JYAWYBA3.js → chunk-CZNV5TOO.js} +5 -2
- package/dist/chunk-CZNV5TOO.js.map +1 -0
- package/dist/{chunk-YDWWG4A2.cjs → chunk-PTJMBSPV.cjs} +3 -3
- package/dist/chunk-PTJMBSPV.cjs.map +1 -0
- package/dist/{chunk-E35GUUTC.cjs → chunk-QJ2NURTX.cjs} +5 -2
- package/dist/chunk-QJ2NURTX.cjs.map +1 -0
- package/dist/components/Card/index.cjs +15 -15
- package/dist/components/Card/index.js +1 -1
- package/dist/index.cjs +144 -144
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/tailwind-preset.cjs +4 -4
- package/dist/tailwind-preset.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-E35GUUTC.cjs.map +0 -1
- package/dist/chunk-JYAWYBA3.js.map +0 -1
- package/dist/chunk-RGTM53RS.js.map +0 -1
- package/dist/chunk-YDWWG4A2.cjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -55,8 +55,8 @@ export { Badge, badgeVariants } from './chunk-DCER2QQB.js';
|
|
|
55
55
|
export { Breadcrumb, BreadcrumbSlash } from './chunk-HEH3QXOQ.js';
|
|
56
56
|
import { Button, buttonVariants } from './chunk-ZVSW2KS6.js';
|
|
57
57
|
export { Button, buttonVariants } from './chunk-ZVSW2KS6.js';
|
|
58
|
-
import { Card, CardHeader, CardContent, CardTitle } from './chunk-
|
|
59
|
-
export { Card, CardActions, CardBadge, CardCollapsible, CardContent, CardDescription, CardDivider, CardFooter, CardHeader, CardMedia, CardStat, CardTitle, cardAccentVariants, cardVariants } from './chunk-
|
|
58
|
+
import { Card, CardHeader, CardContent, CardTitle } from './chunk-2B2KEZ2H.js';
|
|
59
|
+
export { Card, CardActions, CardBadge, CardCollapsible, CardContent, CardDescription, CardDivider, CardFooter, CardHeader, CardMedia, CardStat, CardTitle, cardAccentVariants, cardVariants } from './chunk-2B2KEZ2H.js';
|
|
60
60
|
import { Checkbox } from './chunk-XCLQZ4FV.js';
|
|
61
61
|
export { Checkbox, CheckboxGroup, checkboxVariants } from './chunk-XCLQZ4FV.js';
|
|
62
62
|
import { Clock, FileText, ArrowLeft, Stethoscope, Users, Mail, Phone, Share, ChevronDown, User, Download, ExternalLink, MoreVertical, Pencil, Send, Calendar, Printer, ClipboardPlus, ClipboardCheck, FilePlus, FileCheck, Wheat, Pill, Bell, FileHeart, HeartPulse, AlertCircle as AlertCircle$1, Paperclip, ClipboardList, MoreHorizontal, Trash2, Plus, CheckCircle, Upload as Upload$1, Scan, Camera, ScanLine, RefreshCw as RefreshCw$1, Image, X as X$1, Eye, Check as Check$1 } from './chunk-LEMY57MI.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-CZNV5TOO.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';
|
|
@@ -17129,7 +17129,7 @@ function ErrorPage({
|
|
|
17129
17129
|
displayCode && /* @__PURE__ */ jsx(
|
|
17130
17130
|
"div",
|
|
17131
17131
|
{
|
|
17132
|
-
className: "
|
|
17132
|
+
className: "text-muted-foreground mb-4 text-6xl font-bold sm:text-8xl",
|
|
17133
17133
|
"data-slot": "error-page-code",
|
|
17134
17134
|
children: displayCode
|
|
17135
17135
|
}
|
|
@@ -17314,7 +17314,7 @@ function ActionButton({ label, onClick, href, variant }) {
|
|
|
17314
17314
|
);
|
|
17315
17315
|
}
|
|
17316
17316
|
function DefaultIllustration({ type }) {
|
|
17317
|
-
const iconClasses = "h-24 w-24 text-
|
|
17317
|
+
const iconClasses = "h-24 w-24 text-muted-foreground";
|
|
17318
17318
|
switch (type) {
|
|
17319
17319
|
case "404":
|
|
17320
17320
|
return /* @__PURE__ */ jsx(Search404Icon, { className: iconClasses });
|
|
@@ -21982,7 +21982,7 @@ function NotificationCenter({
|
|
|
21982
21982
|
role: "button",
|
|
21983
21983
|
tabIndex: 0,
|
|
21984
21984
|
"data-slot": "notification-center-item",
|
|
21985
|
-
className: `cursor-pointer px-4 py-3 transition-colors hover:bg-gray-50 dark:hover:bg-gray-800 ${!notification.isRead ? "bg-blue-50/50 dark:bg-blue-900/10" : ""}`,
|
|
21985
|
+
className: `group cursor-pointer px-4 py-3 transition-colors hover:bg-gray-50 dark:hover:bg-gray-800 ${!notification.isRead ? "bg-blue-50/50 dark:bg-blue-900/10" : ""}`,
|
|
21986
21986
|
onClick: () => {
|
|
21987
21987
|
if (onNotificationClick) {
|
|
21988
21988
|
onNotificationClick(notification);
|
|
@@ -22078,7 +22078,7 @@ function NotificationCenter({
|
|
|
22078
22078
|
{
|
|
22079
22079
|
variant: "ghost",
|
|
22080
22080
|
size: "sm",
|
|
22081
|
-
className: "h-auto p-1 text-xs opacity-0 group-hover:opacity-100",
|
|
22081
|
+
className: "h-auto p-1 text-xs opacity-0 group-hover:opacity-100 focus:opacity-100",
|
|
22082
22082
|
"aria-label": "Dismiss notification",
|
|
22083
22083
|
onClick: (e) => {
|
|
22084
22084
|
e.stopPropagation();
|
|
@@ -26125,7 +26125,7 @@ function ProductVersion({
|
|
|
26125
26125
|
name,
|
|
26126
26126
|
" ",
|
|
26127
26127
|
versionDisplay,
|
|
26128
|
-
build && /* @__PURE__ */ jsxs("span", { className: "ml-1
|
|
26128
|
+
build && /* @__PURE__ */ jsxs("span", { className: "ml-1", children: [
|
|
26129
26129
|
"(",
|
|
26130
26130
|
build,
|
|
26131
26131
|
")"
|
|
@@ -26156,7 +26156,7 @@ function ProductVersion({
|
|
|
26156
26156
|
}
|
|
26157
26157
|
)
|
|
26158
26158
|
] }),
|
|
26159
|
-
build && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground
|
|
26159
|
+
build && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground", children: [
|
|
26160
26160
|
"Build: ",
|
|
26161
26161
|
build
|
|
26162
26162
|
] }),
|
|
@@ -26173,7 +26173,7 @@ function ProductVersion({
|
|
|
26173
26173
|
children: [
|
|
26174
26174
|
/* @__PURE__ */ jsx("span", { className: "font-medium", children: name }),
|
|
26175
26175
|
/* @__PURE__ */ jsx("span", { className: "text-muted-foreground", children: versionDisplay }),
|
|
26176
|
-
build && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground
|
|
26176
|
+
build && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground", children: [
|
|
26177
26177
|
"(",
|
|
26178
26178
|
build,
|
|
26179
26179
|
")"
|
|
@@ -26190,7 +26190,7 @@ function ProductVersion({
|
|
|
26190
26190
|
}
|
|
26191
26191
|
),
|
|
26192
26192
|
(author || copyright) && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
26193
|
-
/* @__PURE__ */ jsx("span", { className: "text-muted-foreground
|
|
26193
|
+
/* @__PURE__ */ jsx("span", { className: "text-muted-foreground", children: "\u2022" }),
|
|
26194
26194
|
/* @__PURE__ */ jsx("span", { className: "text-muted-foreground", children: copyrightText })
|
|
26195
26195
|
] })
|
|
26196
26196
|
]
|