@dmsi/wedgekit-react 0.0.98 → 0.0.99

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.
@@ -2424,7 +2424,7 @@ function PinnedColumns(_a) {
2424
2424
  "table",
2425
2425
  {
2426
2426
  className: (0, import_clsx12.default)(
2427
- "flex flex-col min-h-min sticky z-20 bg-background-grouped-primary-normal",
2427
+ "flex flex-col min-h-min sticky z-20",
2428
2428
  pinDirection === "left" ? "left-0" : "right-0"
2429
2429
  ),
2430
2430
  children: [
@@ -403,7 +403,7 @@ function PinnedColumns(_a) {
403
403
  "table",
404
404
  {
405
405
  className: clsx4(
406
- "flex flex-col min-h-min sticky z-20 bg-background-grouped-primary-normal",
406
+ "flex flex-col min-h-min sticky z-20",
407
407
  pinDirection === "left" ? "left-0" : "right-0"
408
408
  ),
409
409
  children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.98",
4
+ "version": "0.0.99",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",
@@ -38,7 +38,7 @@ export function PinnedColumns<TData>({
38
38
  headerGroups[0]?.headers.length > 0 && (
39
39
  <table
40
40
  className={clsx(
41
- "flex flex-col min-h-min sticky z-20 bg-background-grouped-primary-normal",
41
+ "flex flex-col min-h-min sticky z-20",
42
42
  pinDirection === "left" ? "left-0" : "right-0",
43
43
  )}
44
44
  >