@jamsrui/editor 0.0.19 → 0.1.0
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/README.md +1 -3
- package/dist/index.d.mts +0 -3
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
- package/dist/editor-config.d.mts +0 -17
- package/dist/editor-config.mjs +0 -1
- package/dist/styles.d.mts +0 -2
- package/dist/styles.mjs +0 -0
package/README.md
CHANGED
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
**A comprehensive React UI component library designed for developers, with Tailwind CSS integration for seamless styling.**
|
|
4
4
|
|
|
5
|
-
|
|
6
5
|
## 📖 **Overview**
|
|
7
6
|
|
|
8
7
|
[JamsrUI](https://jamsr-ui.jamsrworld.com) is designed to help developers build modern, fast and visually appealing web applications with ease.
|
|
9
8
|
|
|
10
|
-
## 🚀 Getting Started
|
|
9
|
+
## 🚀 Getting Started
|
|
11
10
|
|
|
12
11
|
Boost & Build your websites using [JamsrUI](https://jamsr-ui.jamsrworld.com).
|
|
13
12
|
|
|
@@ -37,4 +36,3 @@ We welcome contributions from developers of all skill levels!
|
|
|
37
36
|
## ⭐ Support the Project
|
|
38
37
|
|
|
39
38
|
If you find **JamsrUI** helpful, consider giving it a ⭐ on [GitHub](https://github.com/jamsrworld/jamsr-ui).
|
|
40
|
-
|
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Editor as
|
|
1
|
+
import{Editor as t}from"./editor.mjs";export{t as Editor};
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/editor",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=19"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jamsrui/hooks": "^0.0
|
|
9
|
-
"@jamsrui/core": "^0.0
|
|
10
|
-
"@jamsrui/utils": "^0.0
|
|
8
|
+
"@jamsrui/hooks": "^0.1.0",
|
|
9
|
+
"@jamsrui/core": "^0.1.0",
|
|
10
|
+
"@jamsrui/utils": "^0.1.0"
|
|
11
11
|
},
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
package/dist/editor-config.d.mts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Editor } from './editor.mjs';
|
|
2
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import { WithGlobalConfig } from '@jamsrui/core';
|
|
4
|
-
import 'react';
|
|
5
|
-
import '@jamsrui/utils';
|
|
6
|
-
|
|
7
|
-
declare const useEditorConfig: () => Record<string, any>;
|
|
8
|
-
declare const EditorConfig: (props: Omit<Partial<Record<string, any>>, "children"> & {
|
|
9
|
-
merge?: boolean;
|
|
10
|
-
children: React.ReactNode;
|
|
11
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
12
|
-
declare namespace EditorConfig {
|
|
13
|
-
interface Props extends WithGlobalConfig<Editor.Props> {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export { EditorConfig, useEditorConfig };
|
package/dist/editor-config.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";import{createConfigContext as o}from"@jamsrui/utils";const[i,r]=o({displayName:"EditorConfig"});export{i as EditorConfig,r as useEditorConfig};
|
package/dist/styles.d.mts
DELETED
package/dist/styles.mjs
DELETED
|
File without changes
|