@mesob/ui 0.3.1 → 0.3.2
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/components.js
CHANGED
|
@@ -7837,23 +7837,23 @@ function LocaleInputRichText({
|
|
|
7837
7837
|
)
|
|
7838
7838
|
}
|
|
7839
7839
|
),
|
|
7840
|
-
/* @__PURE__ */ jsxs52("div", { className: "absolute top-
|
|
7841
|
-
|
|
7840
|
+
/* @__PURE__ */ jsxs52("div", { className: "absolute top-3 right-2 z-10 flex items-center gap-1", children: [
|
|
7841
|
+
/* @__PURE__ */ jsx80(
|
|
7842
7842
|
"button",
|
|
7843
7843
|
{
|
|
7844
7844
|
type: "button",
|
|
7845
|
-
onClick: () =>
|
|
7846
|
-
className: "cn-locale-input-toggle",
|
|
7847
|
-
children: /* @__PURE__ */ jsx80(
|
|
7845
|
+
onClick: () => setFullscreen(true),
|
|
7846
|
+
className: "cn-locale-input-toggle-icon",
|
|
7847
|
+
children: /* @__PURE__ */ jsx80(IconArrowsMaximize, { size: 18 })
|
|
7848
7848
|
}
|
|
7849
7849
|
),
|
|
7850
|
-
/* @__PURE__ */ jsx80(
|
|
7850
|
+
otherLanguages.length > 0 && /* @__PURE__ */ jsx80(
|
|
7851
7851
|
"button",
|
|
7852
7852
|
{
|
|
7853
7853
|
type: "button",
|
|
7854
|
-
onClick: () =>
|
|
7855
|
-
className: "cn-locale-input-toggle",
|
|
7856
|
-
children: /* @__PURE__ */ jsx80(
|
|
7854
|
+
onClick: () => setExpanded(!expanded),
|
|
7855
|
+
className: "cn-locale-input-toggle-icon",
|
|
7856
|
+
children: /* @__PURE__ */ jsx80(IconTextRecognition, { size: 18 })
|
|
7857
7857
|
}
|
|
7858
7858
|
)
|
|
7859
7859
|
] })
|