@jamsrui/textarea 0.0.2 → 0.0.3
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.mjs +1 -1
- package/dist/textarea-config.mjs +1 -1
- package/dist/textarea.mjs +1 -1
- package/dist/use-textarea.mjs +1 -1
- package/package.json +4 -4
- package/dist/chunk-F7IQO2GV.mjs +0 -1
- package/dist/chunk-JTLMTIJZ.js +0 -1
- package/dist/chunk-TQGT6D6H.js +0 -1
- package/dist/chunk-W5V47HT5.mjs +0 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -1
- package/dist/styles.d.ts +0 -2
- package/dist/styles.js +0 -1
- package/dist/textarea-config.d.ts +0 -19
- package/dist/textarea-config.js +0 -1
- package/dist/textarea.d.ts +0 -10
- package/dist/textarea.js +0 -1
- package/dist/use-textarea.d.ts +0 -7
- package/dist/use-textarea.js +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{
|
|
1
|
+
"use client";import{Textarea as a}from"./textarea";import{TextareaConfig as t,useTextareaConfig as x}from"./textarea-config";export{a as Textarea,t as TextareaConfig,x as useTextareaConfig};
|
package/dist/textarea-config.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{createConfigContext as e}from"@jamsrui/utils";const[r,a]=e({displayName:"TextareaContext"});export{r as TextareaConfig,a as useTextareaConfig};
|
package/dist/textarea.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{useRenderElement as t}from"@jamsrui/hooks";const s=e=>{const{render:o,...r}=e;return t("div",{props:r})};export{s as Textarea};
|
package/dist/use-textarea.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const r=e=>{};export{r as useTextarea};
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/textarea",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=19"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jamsrui/
|
|
9
|
-
"@jamsrui/
|
|
10
|
-
"@jamsrui/utils": "^0.0.
|
|
8
|
+
"@jamsrui/hooks": "^0.0.3",
|
|
9
|
+
"@jamsrui/core": "^0.0.3",
|
|
10
|
+
"@jamsrui/utils": "^0.0.3"
|
|
11
11
|
},
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
package/dist/chunk-F7IQO2GV.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{createConfigContext as e}from"@jamsrui/utils";var[r,a]=e({displayName:"TextareaContext"});export{r as a,a as b};
|
package/dist/chunk-JTLMTIJZ.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _hooks = require('@jamsrui/hooks');var s=e=>{let{render:o,...r}=e;return _hooks.useRenderElement.call(void 0, "div",{props:r})};exports.a = s;
|
package/dist/chunk-TQGT6D6H.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _utils = require('@jamsrui/utils');var[r,a]=_utils.createConfigContext.call(void 0, {displayName:"TextareaContext"});exports.a = r; exports.b = a;
|
package/dist/chunk-W5V47HT5.mjs
DELETED
|
@@ -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};
|
package/dist/index.d.ts
DELETED
package/dist/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var _chunkTQGT6D6Hjs = require('./chunk-TQGT6D6H.js');var _chunkJTLMTIJZjs = require('./chunk-JTLMTIJZ.js');exports.Textarea = _chunkJTLMTIJZjs.a; exports.TextareaConfig = _chunkTQGT6D6Hjs.a; exports.useTextareaConfig = _chunkTQGT6D6Hjs.b;
|
package/dist/styles.d.ts
DELETED
package/dist/styles.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Textarea } from './textarea.js';
|
|
2
|
-
import * as react from 'react';
|
|
3
|
-
import { GlobalConfigProps } from '@jamsrui/core';
|
|
4
|
-
import '@jamsrui/utils';
|
|
5
|
-
|
|
6
|
-
declare const useTextareaConfig: () => {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
};
|
|
9
|
-
declare const TextareaConfig: (props: {
|
|
10
|
-
children?: React.ReactNode;
|
|
11
|
-
} & {
|
|
12
|
-
merge?: boolean;
|
|
13
|
-
}) => react.JSX.Element;
|
|
14
|
-
declare namespace TextareaConfig {
|
|
15
|
-
interface Props extends Textarea.Props, GlobalConfigProps<Textarea.Props> {
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export { TextareaConfig, useTextareaConfig };
|
package/dist/textarea-config.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkTQGT6D6Hjs = require('./chunk-TQGT6D6H.js');exports.TextareaConfig = _chunkTQGT6D6Hjs.a; exports.useTextareaConfig = _chunkTQGT6D6Hjs.b;
|
package/dist/textarea.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as react from 'react';
|
|
2
|
-
import { UIProps } from '@jamsrui/utils';
|
|
3
|
-
|
|
4
|
-
declare const Textarea: (props: Textarea.Props) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
|
|
5
|
-
declare namespace Textarea {
|
|
6
|
-
interface Props extends UIProps<"div"> {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export { Textarea };
|
package/dist/textarea.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkJTLMTIJZjs = require('./chunk-JTLMTIJZ.js');exports.Textarea = _chunkJTLMTIJZjs.a;
|
package/dist/use-textarea.d.ts
DELETED
package/dist/use-textarea.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var r=e=>{};exports.useTextarea = r;
|