@jamsrui/editor 0.0.13 → 0.0.14

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.
@@ -1 +1 @@
1
- import{a,b}from"./chunk-FCZYAMRZ.mjs";export{a as EditorConfig,b as useEditorConfig};
1
+ import{createConfigContext as o}from"@jamsrui/utils";const[t,i]=o({displayName:"EditorConfig"});export{t as EditorConfig,i as useEditorConfig};
package/dist/editor.mjs CHANGED
@@ -1 +1 @@
1
- import{a}from"./chunk-VT2C4NAW.mjs";export{a as Editor};
1
+ import{useRenderElement as t}from"@jamsrui/hooks";const s=e=>{const{render:o,...r}=e;return t("div",{props:r})};export{s as Editor};
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- "use client";import{a as o,b as r}from"./chunk-FCZYAMRZ.mjs";import{a as i}from"./chunk-VT2C4NAW.mjs";export{i as Editor,o as EditorConfig,r as useEditorConfig};
1
+ "use client";import{Editor as i}from"./editor.mjs";import{EditorConfig as e,useEditorConfig as f}from"./editor-config.mjs";export{i as Editor,e as EditorConfig,f as useEditorConfig};
@@ -1 +1 @@
1
- var o=e=>{};export{o as useEditor};
1
+ const o=e=>{};export{o as useEditor};
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@jamsrui/editor",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "peerDependencies": {
5
5
  "react": ">=19"
6
6
  },
7
7
  "dependencies": {
8
- "@jamsrui/core": "^0.0.11",
9
- "@jamsrui/utils": "^0.0.13",
10
- "@jamsrui/hooks": "^0.0.13"
8
+ "@jamsrui/hooks": "^0.0.14",
9
+ "@jamsrui/core": "^0.0.12",
10
+ "@jamsrui/utils": "^0.0.14"
11
11
  },
12
12
  "exports": {
13
13
  ".": {
@@ -1 +0,0 @@
1
- import{createConfigContext as o}from"@jamsrui/utils";var[t,i]=o({displayName:"EditorConfig"});export{t as a,i as b};
@@ -1 +0,0 @@
1
- import{useRenderElement as t}from"@jamsrui/hooks";var s=e=>{let{render:o,...r}=e;return t("div",{props:r})};export{s as a};