@smallwebco/tinypivot-react 1.0.18 → 1.0.20
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 -3
- 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:
|
|
432
|
-
.vpg-header-cell.vpg-is-sorted { background:
|
|
433
|
-
.vpg-header-cell.vpg-has-filter.vpg-is-sorted { background:
|
|
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.
|
|
3
|
+
"version": "1.0.20",
|
|
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.
|
|
29
|
+
"@smallwebco/tinypivot-core": "1.0.20"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/react": "^18.2.0",
|