@smallwebco/tinypivot-react 1.0.17 → 1.0.19

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 +3 -3
  2. package/package.json +2 -2
package/dist/style.css CHANGED
@@ -428,9 +428,9 @@
428
428
 
429
429
  .vpg-header-cell:hover { background: #f8fafc; }
430
430
  .vpg-header-cell:last-child { border-right: none; }
431
- .vpg-header-cell.vpg-has-filter { background: rgba(238, 242, 255, 0.7); }
432
- .vpg-header-cell.vpg-is-sorted { background: rgba(239, 246, 255, 0.7); }
433
- .vpg-header-cell.vpg-has-filter.vpg-is-sorted { background: rgba(237, 233, 254, 0.7); }
431
+ .vpg-header-cell.vpg-has-filter { background: #eef2ff; }
432
+ .vpg-header-cell.vpg-is-sorted { background: #eff6ff; }
433
+ .vpg-header-cell.vpg-has-filter.vpg-is-sorted { background: #ede9fe; }
434
434
  .vpg-header-cell.vpg-is-active {
435
435
  background: #e0e7ff;
436
436
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smallwebco/tinypivot-react",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
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.17"
29
+ "@smallwebco/tinypivot-core": "1.0.19"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/react": "^18.2.0",