@jamsrui/charts 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/charts-config.mjs +1 -1
- package/dist/charts.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
- package/dist/chunk-7IW6CJWN.mjs +0 -1
- package/dist/chunk-YI3YQ2Y4.mjs +0 -1
package/dist/charts-config.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{createConfigContext as o}from"@jamsrui/utils";const[t,s]=o({displayName:"ChartsConfig"});export{t as ChartsConfig,s as useChartsConfig};
|
package/dist/charts.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{useRenderElement as t}from"@jamsrui/hooks";const p=e=>{const{render:s,...r}=e;return t("div",{props:r})};export{p as Charts};
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{
|
|
1
|
+
"use client";import{Charts as t}from"./charts.mjs";import{ChartsConfig as s,useChartsConfig as C}from"./charts-config.mjs";export{t as Charts,s as ChartsConfig,C as useChartsConfig};
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/charts",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=19"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jamsrui/hooks": "^0.0.
|
|
9
|
-
"@jamsrui/core": "^0.0.
|
|
10
|
-
"@jamsrui/utils": "^0.0.
|
|
8
|
+
"@jamsrui/hooks": "^0.0.15",
|
|
9
|
+
"@jamsrui/core": "^0.0.13",
|
|
10
|
+
"@jamsrui/utils": "^0.0.15"
|
|
11
11
|
},
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
package/dist/chunk-7IW6CJWN.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{useRenderElement as t}from"@jamsrui/hooks";var p=e=>{let{render:s,...r}=e;return t("div",{props:r})};export{p as a};
|
package/dist/chunk-YI3YQ2Y4.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{createConfigContext as o}from"@jamsrui/utils";var[t,s]=o({displayName:"ChartsConfig"});export{t as a,s as b};
|