@haklex/rich-kit-shiro 0.0.32 → 0.0.34

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/editor.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export type { IsolateEditorProps } from './IsolateEditor';
2
2
  export { IsolateEditor } from './IsolateEditor';
3
3
  export type { ShiroEditorProps } from './ShiroEditor';
4
- export { ShiroEditor as default, ShiroEditor } from './ShiroEditor';
4
+ export { ShiroEditor } from './ShiroEditor';
5
5
  //# sourceMappingURL=editor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../src/editor.tsx"],"names":[],"mappings":"AAAA,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,EAAE,WAAW,IAAI,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA"}
1
+ {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../src/editor.tsx"],"names":[],"mappings":"AAAA,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA"}
package/dist/editor.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import root from "react-shadow";
3
3
  import { S as ShiroEditor } from "./ShiroEditor-B2kgB1Pc.js";
4
- import { c as cssText } from "./style-DSfP74KE.js";
4
+ import { c as cssText } from "./style-gKoE-Yd9.js";
5
5
  const resolvedCss = cssText.replaceAll(":root {", ":root, :host {");
6
6
  function IsolateEditor({
7
7
  theme = "light",
@@ -15,6 +15,5 @@ function IsolateEditor({
15
15
  }
16
16
  export {
17
17
  IsolateEditor,
18
- ShiroEditor,
19
- ShiroEditor as default
18
+ ShiroEditor
20
19
  };