@amogads/ui 1.1.2 → 1.1.4
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/index.js +116 -102
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +116 -102
- package/dist/index.mjs.map +1 -1
- package/dist/pages.js +8 -8
- package/dist/pages.js.map +1 -1
- package/dist/pages.mjs +8 -8
- package/dist/pages.mjs.map +1 -1
- package/package.json +1 -1
package/dist/pages.js
CHANGED
|
@@ -18251,7 +18251,7 @@ function ChatHeader({
|
|
|
18251
18251
|
{
|
|
18252
18252
|
type: "button",
|
|
18253
18253
|
onClick: onBack,
|
|
18254
|
-
className: "
|
|
18254
|
+
className: "p-1.5 rounded-lg text-muted-foreground hover:text-foreground transition-colors hover:bg-muted md:hidden ml-1 cursor-pointer",
|
|
18255
18255
|
title: "Close",
|
|
18256
18256
|
"aria-label": "Close chat",
|
|
18257
18257
|
children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(import_lucide_react95.X, { className: "h-4.5 w-4.5" })
|
|
@@ -24048,9 +24048,9 @@ function MsgContactTab({ contacts, onRefresh, onSelectContact, onClose }) {
|
|
|
24048
24048
|
size: "icon",
|
|
24049
24049
|
variant: "ghost",
|
|
24050
24050
|
onClick: onClose,
|
|
24051
|
-
className: "h-8 w-8 rounded-lg md:hidden
|
|
24051
|
+
className: "h-8 w-8 rounded-lg md:hidden text-muted-foreground hover:text-foreground hover:bg-muted shrink-0 cursor-pointer",
|
|
24052
24052
|
title: "Close view",
|
|
24053
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(import_lucide_react122.X, { className: "h-4 w-4" })
|
|
24053
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(import_lucide_react122.X, { className: "h-4.5 w-4.5" })
|
|
24054
24054
|
}
|
|
24055
24055
|
)
|
|
24056
24056
|
] }),
|
|
@@ -24509,9 +24509,9 @@ function MsgGroupTab({ groups, contacts, onRefresh, onSelectGroup, onClose }) {
|
|
|
24509
24509
|
size: "icon",
|
|
24510
24510
|
variant: "ghost",
|
|
24511
24511
|
onClick: onClose,
|
|
24512
|
-
className: "h-8 w-8 rounded-lg md:hidden
|
|
24512
|
+
className: "h-8 w-8 rounded-lg md:hidden text-muted-foreground hover:text-foreground hover:bg-muted shrink-0 cursor-pointer",
|
|
24513
24513
|
title: "Close view",
|
|
24514
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(import_lucide_react123.X, { className: "h-4 w-4" })
|
|
24514
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(import_lucide_react123.X, { className: "h-4.5 w-4.5" })
|
|
24515
24515
|
}
|
|
24516
24516
|
)
|
|
24517
24517
|
] }),
|
|
@@ -25896,7 +25896,7 @@ Instructions:
|
|
|
25896
25896
|
{
|
|
25897
25897
|
type: "button",
|
|
25898
25898
|
onClick: onBack,
|
|
25899
|
-
className: "
|
|
25899
|
+
className: "p-1.5 rounded-lg text-muted-foreground hover:text-foreground transition-colors hover:bg-muted md:hidden ml-1 cursor-pointer",
|
|
25900
25900
|
title: "Close",
|
|
25901
25901
|
"aria-label": "Close",
|
|
25902
25902
|
children: /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(import_lucide_react132.X, { className: "h-4.5 w-4.5" })
|
|
@@ -28707,9 +28707,9 @@ function MessageFeature() {
|
|
|
28707
28707
|
"button",
|
|
28708
28708
|
{
|
|
28709
28709
|
onClick: () => setSelectedEmail(null),
|
|
28710
|
-
className: "absolute top-3
|
|
28710
|
+
className: "absolute top-3 right-4 z-50 shrink-0 rounded-lg p-1.5 text-muted-foreground transition-colors hover:bg-muted hover:text-foreground md:hidden cursor-pointer",
|
|
28711
28711
|
title: "Close email",
|
|
28712
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(import_lucide_react141.X, { className: "h-4 w-4" })
|
|
28712
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(import_lucide_react141.X, { className: "h-4.5 w-4.5" })
|
|
28713
28713
|
}
|
|
28714
28714
|
),
|
|
28715
28715
|
previewAttachment ? /* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|