@cascivo/editor 0.2.18 → 0.2.20
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.js +1 -0
- package/dist/node/index.js +1516 -0
- package/package.json +10 -3
package/dist/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './editor.css';
|
|
2
3
|
import { cn as e, useAnchorPosition as t, useControllableSignal as n, useId as r, useSignal as i, useSignalEffect as a, useSignals as o } from "@cascivo/core";
|
|
3
4
|
import { builtin as s, t as c } from "@cascivo/i18n";
|
|
4
5
|
import { forwardRef as l, useImperativeHandle as u, useRef as d } from "react";
|