@jamsrui/toast 0.0.13 → 0.0.15
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/toast-config.mjs +1 -1
- package/dist/toast.mjs +1 -1
- package/dist/use-toast.mjs +1 -1
- package/package.json +4 -4
- package/dist/chunk-KNDNCEQB.mjs +0 -1
- package/dist/chunk-MLNJJKAI.mjs +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{
|
|
1
|
+
"use client";import{toast as e,Toaster as r}from"sonner";import{Toast as a}from"./toast.mjs";import{ToastConfig as T,useToastConfig as i}from"./toast-config.mjs";export{a as Toast,T as ToastConfig,r as Toaster,e as toast,i as useToastConfig};
|
package/dist/toast-config.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{createConfigContext as o}from"@jamsrui/utils";const[s,e]=o({displayName:"ToastContext"});export{s as ToastConfig,e as useToastConfig};
|
package/dist/toast.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{useRenderElement as r}from"@jamsrui/hooks";const s=e=>r("div",{props:e});export{s as Toast};
|
package/dist/use-toast.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const e=s=>{};export{e as useToast};
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/toast",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=19"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"sonner": "^2.0.5",
|
|
9
|
-
"@jamsrui/
|
|
10
|
-
"@jamsrui/
|
|
11
|
-
"@jamsrui/utils": "^0.0.
|
|
9
|
+
"@jamsrui/hooks": "^0.0.15",
|
|
10
|
+
"@jamsrui/core": "^0.0.13",
|
|
11
|
+
"@jamsrui/utils": "^0.0.15"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
package/dist/chunk-KNDNCEQB.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{createConfigContext as o}from"@jamsrui/utils";var[s,e]=o({displayName:"ToastContext"});export{s as a,e as b};
|
package/dist/chunk-MLNJJKAI.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{useRenderElement as r}from"@jamsrui/hooks";var s=e=>r("div",{props:e});export{s as a};
|