@fileverse-dev/ddoc 2.1.8-emoji-patch-1 → 2.1.8-emoji-patch-3
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.es.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -142093,13 +142093,13 @@ const kk = uA.getInstance(), V_t = (t) => ({
|
|
142093
142093
|
}, [a, s, o]), t.items.length === 0 ? /* @__PURE__ */ A.jsx(A.Fragment, {}) : /* @__PURE__ */ A.jsx(
|
142094
142094
|
"div",
|
142095
142095
|
{
|
142096
|
-
className: "relative flex flex-col gap-1 overflow-auto rounded-lg border color-border-default color-bg-default p-2 shadow-elevation-3",
|
142096
|
+
className: "relative flex flex-col gap-1 overflow-auto rounded-lg border color-border-default color-bg-default p-2 shadow-elevation-3 no-scrollbar",
|
142097
142097
|
ref: e,
|
142098
142098
|
id: "emoji-list",
|
142099
142099
|
children: t.items.map((l, c) => /* @__PURE__ */ A.jsxs(
|
142100
142100
|
"button",
|
142101
142101
|
{
|
142102
|
-
className: `flex w-full items-center gap-1 text-left hover:color-bg-default-hover py-1 px-2 rounded ${c === n ? "color-bg-default-hover" : ""}`,
|
142102
|
+
className: `flex w-full items-center gap-1 text-left text-xs hover:color-bg-default-hover py-1 px-2 rounded ${c === n ? "color-bg-default-hover" : ""}`,
|
142103
142103
|
onClick: () => i(c),
|
142104
142104
|
children: [
|
142105
142105
|
l.fallbackImage ? /* @__PURE__ */ A.jsx(
|