@jamsrui/charts 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.
@@ -1 +1 @@
1
- import{createConfigContext as o}from"@jamsrui/utils";const[t,s]=o({displayName:"ChartsConfig"});export{t as ChartsConfig,s as useChartsConfig};
1
+ import{a,b}from"./chunk-YI3YQ2Y4.mjs";export{a as ChartsConfig,b as useChartsConfig};
package/dist/charts.mjs CHANGED
@@ -1 +1 @@
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};
1
+ import{a}from"./chunk-7IW6CJWN.mjs";export{a as Charts};
@@ -0,0 +1 @@
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};
@@ -0,0 +1 @@
1
+ import{createConfigContext as o}from"@jamsrui/utils";var[t,s]=o({displayName:"ChartsConfig"});export{t as a,s as b};
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- "use client";import{Charts as t}from"./charts";import{ChartsConfig as s,useChartsConfig as C}from"./charts-config";export{t as Charts,s as ChartsConfig,C as useChartsConfig};
1
+ "use client";import{a as r,b as o}from"./chunk-YI3YQ2Y4.mjs";import{a as t}from"./chunk-7IW6CJWN.mjs";export{t as Charts,r as ChartsConfig,o as useChartsConfig};
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@jamsrui/charts",
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/utils": "^0.0.9",
10
- "@jamsrui/core": "^0.0.8"
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.",