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