@smallwebco/tinypivot-react 1.0.69 → 1.0.70

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.
Files changed (2) hide show
  1. package/dist/style.css +2 -0
  2. package/package.json +2 -2
package/dist/style.css CHANGED
@@ -359,6 +359,7 @@
359
359
  overflow: auto;
360
360
  position: relative;
361
361
  background: rgba(248, 250, 252, 0.3);
362
+ isolation: isolate;
362
363
  }
363
364
 
364
365
  .vpg-grid-container:focus { outline: none; }
@@ -1680,6 +1681,7 @@
1680
1681
  flex: 1;
1681
1682
  overflow: auto;
1682
1683
  max-height: 100%;
1684
+ isolation: isolate;
1683
1685
  }
1684
1686
 
1685
1687
  .vpg-pivot-table {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@smallwebco/tinypivot-react",
3
3
  "type": "module",
4
- "version": "1.0.69",
4
+ "version": "1.0.70",
5
5
  "description": "TinyPivot React - Lightweight data grid with pivot tables, charts, and optional AI Data Analyst. Under 40KB gzipped. BYOK for AI features.",
6
6
  "author": "Small Web, LLC",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
@@ -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.69"
74
+ "@smallwebco/tinypivot-core": "1.0.70"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/react": "^18.2.0",