@firecms/editor 3.0.0-tw4.6 → 3.0.1
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 +6 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/package.json +29 -29
package/dist/index.es.js
CHANGED
|
@@ -280,7 +280,7 @@ const NodeSelector = (t0) => {
|
|
|
280
280
|
t2 = $[3];
|
|
281
281
|
}
|
|
282
282
|
let t3;
|
|
283
|
-
if ($[4] === Symbol.for("react.memo_cache_sentinel")) {
|
|
283
|
+
if ($[4] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
|
|
284
284
|
t3 = /* @__PURE__ */ jsx(KeyboardArrowDownIcon, { size: "small" });
|
|
285
285
|
$[4] = t3;
|
|
286
286
|
} else {
|
|
@@ -359,7 +359,7 @@ const LinkSelector = (t0) => {
|
|
|
359
359
|
editor
|
|
360
360
|
} = useCurrentEditor();
|
|
361
361
|
let t1;
|
|
362
|
-
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
|
|
362
|
+
if ($[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
|
|
363
363
|
t1 = () => {
|
|
364
364
|
inputRef.current && inputRef.current?.focus();
|
|
365
365
|
};
|
|
@@ -414,7 +414,7 @@ const LinkSelector = (t0) => {
|
|
|
414
414
|
t5 = $[8];
|
|
415
415
|
}
|
|
416
416
|
let t6;
|
|
417
|
-
if ($[9] === Symbol.for("react.memo_cache_sentinel")) {
|
|
417
|
+
if ($[9] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
|
|
418
418
|
t6 = cls("text-surface-900 dark:text-white flex-grow bg-transparent p-1 text-sm outline-none", focusedDisabled);
|
|
419
419
|
$[9] = t6;
|
|
420
420
|
} else {
|
|
@@ -1613,7 +1613,7 @@ const CommandList = forwardRef((props, ref) => {
|
|
|
1613
1613
|
}
|
|
1614
1614
|
const enterHandler = t3;
|
|
1615
1615
|
let t4;
|
|
1616
|
-
if ($[15] === Symbol.for("react.memo_cache_sentinel")) {
|
|
1616
|
+
if ($[15] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
|
|
1617
1617
|
t4 = () => setSelectedIndex(0);
|
|
1618
1618
|
$[15] = t4;
|
|
1619
1619
|
} else {
|
|
@@ -1659,7 +1659,7 @@ const CommandList = forwardRef((props, ref) => {
|
|
|
1659
1659
|
}
|
|
1660
1660
|
useImperativeHandle(ref, t6);
|
|
1661
1661
|
let t7;
|
|
1662
|
-
if ($[22] === Symbol.for("react.memo_cache_sentinel")) {
|
|
1662
|
+
if ($[22] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
|
|
1663
1663
|
t7 = [];
|
|
1664
1664
|
$[22] = t7;
|
|
1665
1665
|
} else {
|
|
@@ -1686,7 +1686,7 @@ const CommandList = forwardRef((props, ref) => {
|
|
|
1686
1686
|
}
|
|
1687
1687
|
useEffect(t8, t9);
|
|
1688
1688
|
let t10;
|
|
1689
|
-
if ($[26] === Symbol.for("react.memo_cache_sentinel")) {
|
|
1689
|
+
if ($[26] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
|
|
1690
1690
|
t10 = cls("text-surface-900 dark:text-white z-50 max-h-[280px] h-auto w-72 overflow-y-auto rounded-md border bg-white dark:bg-surface-900 px-1 py-2 shadow transition-all", defaultBorderMixin);
|
|
1691
1691
|
$[26] = t10;
|
|
1692
1692
|
} else {
|