@jamsrui/tags-input 0.0.9 → 0.0.10

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.
@@ -0,0 +1 @@
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};
@@ -0,0 +1 @@
1
+ import{createConfigContext as o}from"@jamsrui/utils";var[t,n]=o({displayName:"TagsInputConfig"});export{t as a,n as b};
package/dist/index.mjs CHANGED
@@ -1 +1 @@
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
+ "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 +1 @@
1
- import{createConfigContext as o}from"@jamsrui/utils";const[t,n]=o({displayName:"TagsInputConfig"});export{t as TagsInputConfig,n as useTagsInputConfig};
1
+ import{a,b}from"./chunk-YQJQAZYH.mjs";export{a as TagsInputConfig,b as useTagsInputConfig};
@@ -1 +1 @@
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
+ import{a}from"./chunk-FI2WSZAF.mjs";export{a as TagsInput};
@@ -1 +1 @@
1
- const s=p=>{};export{s as useTagsInput};
1
+ var s=p=>{};export{s as useTagsInput};
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@jamsrui/tags-input",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "peerDependencies": {
5
5
  "react": ">=19"
6
6
  },
7
7
  "dependencies": {
8
- "@jamsrui/hooks": "^0.0.9",
9
- "@jamsrui/core": "^0.0.8",
10
- "@jamsrui/utils": "^0.0.9"
8
+ "@jamsrui/hooks": "^0.0.10",
9
+ "@jamsrui/core": "^0.0.9",
10
+ "@jamsrui/utils": "^0.0.10"
11
11
  },
12
12
  "exports": {
13
13
  ".": {
14
14
  "types": "./dist/index.d.ts",
15
- "import": "./dist/index.mjs",
16
- "require": "./dist/index.js"
15
+ "import": "./dist/index.mjs"
17
16
  }
18
17
  },
19
18
  "description": "A modern and beautiful Next.js UI components library.",