@smallwebco/tinypivot-react 1.1.1 → 1.1.2
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/style.css +3 -0
- package/package.json +2 -2
package/dist/style.css
CHANGED
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
line-height: 1.5;
|
|
35
35
|
-webkit-font-smoothing: antialiased;
|
|
36
36
|
-moz-osx-font-smoothing: grayscale;
|
|
37
|
+
/* Modals teleport to document.body, outside the grid root — set an explicit
|
|
38
|
+
theme-based text color so content does not inherit the host app's color. */
|
|
39
|
+
color: var(--vpg-text-primary);
|
|
37
40
|
}
|
|
38
41
|
|
|
39
42
|
/* ==========================================================================
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smallwebco/tinypivot-react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
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",
|
|
@@ -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.1.
|
|
74
|
+
"@smallwebco/tinypivot-core": "1.1.2"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/react": "^18.2.0",
|