@import-ai/omnibox-editor 0.0.4 → 0.0.5
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/omnibox-editor.css +1 -1
- package/dist/omnibox-editor.js +34 -20
- package/dist/omnibox-editor.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/omnibox-editor.js
CHANGED
|
@@ -18712,8 +18712,14 @@ function y9() {
|
|
|
18712
18712
|
isSelectionValid: Ga,
|
|
18713
18713
|
extraHideWhen: !!o
|
|
18714
18714
|
});
|
|
18715
|
-
return n || t ? null : /* @__PURE__ */ l(Ln, { shouldShow: r, children: /* @__PURE__ */ m(Hn, { variant: "floating", children: [
|
|
18716
|
-
/* @__PURE__ */ l(pe, { children: /* @__PURE__ */ l(
|
|
18715
|
+
return n || t ? null : /* @__PURE__ */ l(Ln, { shouldShow: r, children: /* @__PURE__ */ m(Hn, { variant: "floating", className: "omnibox-floating-toolbar", children: [
|
|
18716
|
+
/* @__PURE__ */ l(pe, { children: /* @__PURE__ */ l(
|
|
18717
|
+
D1,
|
|
18718
|
+
{
|
|
18719
|
+
hideWhenUnavailable: !0,
|
|
18720
|
+
className: "omnibox-floating-toolbar-turn-into"
|
|
18721
|
+
}
|
|
18722
|
+
) }),
|
|
18717
18723
|
/* @__PURE__ */ l(ye, {}),
|
|
18718
18724
|
/* @__PURE__ */ m(pe, { children: [
|
|
18719
18725
|
/* @__PURE__ */ l(ve, { type: "bold", hideWhenUnavailable: !0 }),
|
|
@@ -18794,24 +18800,32 @@ function I9({
|
|
|
18794
18800
|
alignOffset: 4,
|
|
18795
18801
|
sideOffset: 4,
|
|
18796
18802
|
asChild: !0,
|
|
18797
|
-
children: /* @__PURE__ */ m(
|
|
18798
|
-
|
|
18799
|
-
|
|
18800
|
-
|
|
18801
|
-
|
|
18802
|
-
|
|
18803
|
-
|
|
18804
|
-
|
|
18805
|
-
|
|
18806
|
-
|
|
18807
|
-
|
|
18808
|
-
|
|
18809
|
-
|
|
18810
|
-
|
|
18811
|
-
|
|
18812
|
-
|
|
18813
|
-
|
|
18814
|
-
|
|
18803
|
+
children: /* @__PURE__ */ m(
|
|
18804
|
+
Hn,
|
|
18805
|
+
{
|
|
18806
|
+
variant: "floating",
|
|
18807
|
+
className: "omnibox-floating-toolbar",
|
|
18808
|
+
tabIndex: 0,
|
|
18809
|
+
children: [
|
|
18810
|
+
/* @__PURE__ */ m(pe, { children: [
|
|
18811
|
+
/* @__PURE__ */ l(ve, { type: "superscript" }),
|
|
18812
|
+
/* @__PURE__ */ l(ve, { type: "subscript" })
|
|
18813
|
+
] }),
|
|
18814
|
+
/* @__PURE__ */ l(ye, {}),
|
|
18815
|
+
/* @__PURE__ */ m(pe, { children: [
|
|
18816
|
+
/* @__PURE__ */ l(Ne, { align: "left" }),
|
|
18817
|
+
/* @__PURE__ */ l(Ne, { align: "center" }),
|
|
18818
|
+
/* @__PURE__ */ l(Ne, { align: "right" }),
|
|
18819
|
+
/* @__PURE__ */ l(Ne, { align: "justify" })
|
|
18820
|
+
] }),
|
|
18821
|
+
/* @__PURE__ */ l(ye, {}),
|
|
18822
|
+
/* @__PURE__ */ m(pe, { children: [
|
|
18823
|
+
/* @__PURE__ */ l(Et, { action: "outdent" }),
|
|
18824
|
+
/* @__PURE__ */ l(Et, { action: "indent" })
|
|
18825
|
+
] })
|
|
18826
|
+
]
|
|
18827
|
+
}
|
|
18828
|
+
)
|
|
18815
18829
|
}
|
|
18816
18830
|
)
|
|
18817
18831
|
] }) })
|