@jamsrui/otp-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{createConfigContext as p}from"@jamsrui/utils";var[o,n]=p({displayName:"OtpInputConfig"});export{o as a,n as b};
@@ -0,0 +1 @@
1
+ import{useRenderElement as t}from"@jamsrui/hooks";var s=e=>{let{render:p,...r}=e;return t("div",{props:r})};export{s as a};
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- "use client";import{OtpInput as n}from"./otp-input";import{OtpInputConfig as e,useOtpInputConfig as u}from"./otp-input-config";export{n as OtpInput,e as OtpInputConfig,u as useOtpInputConfig};
1
+ "use client";import{a as p,b as n}from"./chunk-WEHL2U4J.mjs";import{a as t}from"./chunk-WPMKZ7NQ.mjs";export{t as OtpInput,p as OtpInputConfig,n as useOtpInputConfig};
@@ -1 +1 @@
1
- import{createConfigContext as p}from"@jamsrui/utils";const[o,n]=p({displayName:"OtpInputConfig"});export{o as OtpInputConfig,n as useOtpInputConfig};
1
+ import{a,b}from"./chunk-WEHL2U4J.mjs";export{a as OtpInputConfig,b as useOtpInputConfig};
@@ -1 +1 @@
1
- import{useRenderElement as t}from"@jamsrui/hooks";const s=e=>{const{render:p,...r}=e;return t("div",{props:r})};export{s as OtpInput};
1
+ import{a}from"./chunk-WPMKZ7NQ.mjs";export{a as OtpInput};
@@ -1 +1 @@
1
- const e=p=>{};export{e as useOTPInput};
1
+ var e=p=>{};export{e as useOTPInput};
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@jamsrui/otp-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/core": "^0.0.8",
9
- "@jamsrui/hooks": "^0.0.9",
10
- "@jamsrui/utils": "^0.0.9"
8
+ "@jamsrui/hooks": "^0.0.10",
9
+ "@jamsrui/utils": "^0.0.10",
10
+ "@jamsrui/core": "^0.0.9"
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.",