@smallwebco/tinypivot-react 1.0.81 → 1.1.0
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/README.md +40 -0
- package/dist/index.cjs +871 -498
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -5
- package/dist/index.d.ts +21 -5
- package/dist/index.js +863 -490
- package/dist/index.js.map +1 -1
- package/dist/themes.css +955 -0
- package/dist/themes.d.cts +2 -0
- package/dist/themes.d.ts +2 -0
- package/package.json +3 -3
package/dist/themes.d.ts
ADDED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smallwebco/tinypivot-react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0
|
|
5
|
-
"description": "TinyPivot React - Lightweight data grid with free pivot tables, Pro charts, and optional AI Data Analyst.
|
|
4
|
+
"version": "1.1.0",
|
|
5
|
+
"description": "TinyPivot React - Lightweight data grid with free pivot tables, Pro charts, and optional AI Data Analyst.",
|
|
6
6
|
"author": "Small Web, LLC",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
8
|
"homepage": "https://github.com/Small-Web-Co/tinypivot",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@tanstack/react-table": "^8.20.0",
|
|
72
72
|
"apexcharts": "^4.3.0",
|
|
73
73
|
"react-apexcharts": "^1.6.0",
|
|
74
|
-
"@smallwebco/tinypivot-core": "1.0
|
|
74
|
+
"@smallwebco/tinypivot-core": "1.1.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/react": "^18.2.0",
|