@smallwebco/tinypivot-react 1.0.15 → 1.0.17

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 +18 -0
  2. package/package.json +2 -2
package/dist/style.css CHANGED
@@ -1914,3 +1914,21 @@
1914
1914
  color: #94a3b8 !important;
1915
1915
  }
1916
1916
 
1917
+ /* Dark mode - Placeholder */
1918
+ .vpg-theme-dark .vpg-pivot-skeleton .vpg-placeholder {
1919
+ background: linear-gradient(135deg, #1e293b, #0f172a, rgba(16, 185, 129, 0.05));
1920
+ border-top-color: #334155;
1921
+ }
1922
+
1923
+ .vpg-theme-dark .vpg-pivot-skeleton .vpg-placeholder-icon {
1924
+ color: #475569;
1925
+ }
1926
+
1927
+ .vpg-theme-dark .vpg-pivot-skeleton .vpg-placeholder-text {
1928
+ color: #94a3b8;
1929
+ }
1930
+
1931
+ .vpg-theme-dark .vpg-pivot-skeleton .vpg-placeholder-text strong {
1932
+ color: #e2e8f0;
1933
+ }
1934
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smallwebco/tinypivot-react",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "TinyPivot React - Excel-like data grid and pivot table components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@tanstack/react-table": "^8.20.0",
29
- "@smallwebco/tinypivot-core": "1.0.15"
29
+ "@smallwebco/tinypivot-core": "1.0.17"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/react": "^18.2.0",