my-anees-package 1.0.9 → 1.0.11
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.
|
@@ -1408,7 +1408,7 @@ const Yt = [
|
|
|
1408
1408
|
// Enclosed right
|
|
1409
1409
|
{ label: "□▏", insert: "\\left. #? \\right|", title: "Enclosed right" },
|
|
1410
1410
|
// Enclosed circle
|
|
1411
|
-
{ label: /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ t.createElement("ellipse", { cx: "12", cy: "12", rx: "9", ry: "11", stroke: "#
|
|
1411
|
+
{ label: /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ t.createElement("ellipse", { cx: "12", cy: "12", rx: "9", ry: "11", stroke: "#666", strokeWidth: "2", fill: "none" }), /* @__PURE__ */ t.createElement("rect", { x: "9", y: "7", width: "6", height: "10", rx: "1", stroke: "#666", strokeWidth: "2", fill: "none" })), insert: "\\enclose{circle}{\\begin{array}{@{}c@{}} \\raisebox{-2.5px}{\\,\\,#?} \\end{array}}", forceLabel: !0, title: "Enclose circle" },
|
|
1412
1412
|
{
|
|
1413
1413
|
type: "sep",
|
|
1414
1414
|
cols: 2,
|
|
@@ -1812,11 +1812,18 @@ const Yt = [
|
|
|
1812
1812
|
{ label: "-", insert: "-", title: "Single bond" },
|
|
1813
1813
|
{ label: "=", insert: "=", title: "Double bond" },
|
|
1814
1814
|
{ label: "≡", insert: "\\equiv", title: "Triple bond" },
|
|
1815
|
-
{
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1815
|
+
{
|
|
1816
|
+
type: "sep",
|
|
1817
|
+
cols: 3,
|
|
1818
|
+
small: !0,
|
|
1819
|
+
cls: "cme-trig-subgroup",
|
|
1820
|
+
moreCols: 3,
|
|
1821
|
+
moreItems: [
|
|
1822
|
+
{ label: "→", insert: "\\underset{#?}{\\overset{#?}{\\rightarrow}}", cls: "template", title: "Right arrow with overscript and underscript" },
|
|
1823
|
+
{ label: "⇌", insert: "\\overset{#?}{\\rightleftharpoons}", cls: "template", title: "Equilibrium with overscript" },
|
|
1824
|
+
{ label: "⇄", insert: "\\underset{#?}{\\rightleftarrows}", cls: "template", title: "Right left arrows with underscript" }
|
|
1825
|
+
]
|
|
1826
|
+
},
|
|
1820
1827
|
{ label: "→", insert: "\\rightarrow", title: "Right arrow" },
|
|
1821
1828
|
{ label: "→̅", insert: "\\overset{#?}{\\rightarrow}", isWidget: !0, title: "Right arrow with overscript" },
|
|
1822
1829
|
{ label: "→̲", insert: "\\underset{#?}{\\rightarrow}", isWidget: !0, title: "Right arrow with underscript" },
|