@amogads/ui 1.1.3 → 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 +16 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -0
- 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.mjs
CHANGED
|
@@ -18302,7 +18302,7 @@ function ChatHeader({
|
|
|
18302
18302
|
{
|
|
18303
18303
|
type: "button",
|
|
18304
18304
|
onClick: onBack,
|
|
18305
|
-
className: "
|
|
18305
|
+
className: "p-1.5 rounded-lg text-muted-foreground hover:text-foreground transition-colors hover:bg-muted md:hidden ml-1 cursor-pointer",
|
|
18306
18306
|
title: "Close",
|
|
18307
18307
|
"aria-label": "Close chat",
|
|
18308
18308
|
children: /* @__PURE__ */ jsx174(X16, { className: "h-4.5 w-4.5" })
|
|
@@ -24229,9 +24229,9 @@ function MsgContactTab({ contacts, onRefresh, onSelectContact, onClose }) {
|
|
|
24229
24229
|
size: "icon",
|
|
24230
24230
|
variant: "ghost",
|
|
24231
24231
|
onClick: onClose,
|
|
24232
|
-
className: "h-8 w-8 rounded-lg md:hidden
|
|
24232
|
+
className: "h-8 w-8 rounded-lg md:hidden text-muted-foreground hover:text-foreground hover:bg-muted shrink-0 cursor-pointer",
|
|
24233
24233
|
title: "Close view",
|
|
24234
|
-
children: /* @__PURE__ */ jsx204(X26, { className: "h-4 w-4" })
|
|
24234
|
+
children: /* @__PURE__ */ jsx204(X26, { className: "h-4.5 w-4.5" })
|
|
24235
24235
|
}
|
|
24236
24236
|
)
|
|
24237
24237
|
] }),
|
|
@@ -24701,9 +24701,9 @@ function MsgGroupTab({ groups, contacts, onRefresh, onSelectGroup, onClose }) {
|
|
|
24701
24701
|
size: "icon",
|
|
24702
24702
|
variant: "ghost",
|
|
24703
24703
|
onClick: onClose,
|
|
24704
|
-
className: "h-8 w-8 rounded-lg md:hidden
|
|
24704
|
+
className: "h-8 w-8 rounded-lg md:hidden text-muted-foreground hover:text-foreground hover:bg-muted shrink-0 cursor-pointer",
|
|
24705
24705
|
title: "Close view",
|
|
24706
|
-
children: /* @__PURE__ */ jsx205(X27, { className: "h-4 w-4" })
|
|
24706
|
+
children: /* @__PURE__ */ jsx205(X27, { className: "h-4.5 w-4.5" })
|
|
24707
24707
|
}
|
|
24708
24708
|
)
|
|
24709
24709
|
] }),
|
|
@@ -26088,7 +26088,7 @@ Instructions:
|
|
|
26088
26088
|
{
|
|
26089
26089
|
type: "button",
|
|
26090
26090
|
onClick: onBack,
|
|
26091
|
-
className: "
|
|
26091
|
+
className: "p-1.5 rounded-lg text-muted-foreground hover:text-foreground transition-colors hover:bg-muted md:hidden ml-1 cursor-pointer",
|
|
26092
26092
|
title: "Close",
|
|
26093
26093
|
"aria-label": "Close",
|
|
26094
26094
|
children: /* @__PURE__ */ jsx214(X29, { className: "h-4.5 w-4.5" })
|
|
@@ -28937,9 +28937,9 @@ function MessageFeature() {
|
|
|
28937
28937
|
"button",
|
|
28938
28938
|
{
|
|
28939
28939
|
onClick: () => setSelectedEmail(null),
|
|
28940
|
-
className: "absolute top-3
|
|
28940
|
+
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",
|
|
28941
28941
|
title: "Close email",
|
|
28942
|
-
children: /* @__PURE__ */ jsx224(X35, { className: "h-4 w-4" })
|
|
28942
|
+
children: /* @__PURE__ */ jsx224(X35, { className: "h-4.5 w-4.5" })
|
|
28943
28943
|
}
|
|
28944
28944
|
),
|
|
28945
28945
|
previewAttachment ? /* @__PURE__ */ jsx224(
|