@spscommerce/ds-react 7.4.9 → 7.4.11

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.
@@ -1,5 +1,6 @@
1
+ import type { ResizeState } from "@spscommerce/ds-shared";
1
2
  import * as React from "react";
2
3
  export declare const usePinnedCellStyle: (isPinned: boolean, elementRef: React.MutableRefObject<HTMLTableCellElement | null>) => void;
3
4
  export declare const usePinnedTableBackgroundStyle: (containerRef: React.MutableRefObject<HTMLDivElement | null>) => void;
4
- export declare const usePinnedTableHeadStyle: (containerRef: React.MutableRefObject<HTMLDivElement | null>, maxHeight?: number) => void;
5
+ export declare const usePinnedTableHeadStyle: (containerRef: React.MutableRefObject<HTMLDivElement | null>, maxHeight?: number, resizeState?: ResizeState) => void;
5
6
  export declare const useMaxHeightTableStyle: (containerRef: React.MutableRefObject<HTMLDivElement | null>, maxHeight?: number) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spscommerce/ds-react",
3
3
  "description": "SPS Design System React components",
4
- "version": "7.4.9",
4
+ "version": "7.4.11",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-react",
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@react-stately/collections": "^3.6.0",
43
- "@sps-woodland/illustrations": "7.4.9",
44
- "@sps-woodland/tabs": "7.4.9",
45
- "@spscommerce/ds-colors": "7.4.9",
46
- "@spscommerce/ds-shared": "7.4.9",
47
- "@spscommerce/positioning": "7.4.9",
43
+ "@sps-woodland/illustrations": "7.4.11",
44
+ "@sps-woodland/tabs": "7.4.11",
45
+ "@spscommerce/ds-colors": "7.4.11",
46
+ "@spscommerce/ds-shared": "7.4.11",
47
+ "@spscommerce/positioning": "7.4.11",
48
48
  "@spscommerce/utils": "^6.11.3",
49
49
  "moment": "^2.25.3",
50
50
  "moment-timezone": "^0.5.28",
@@ -58,11 +58,11 @@
58
58
  "@react-types/select": "^3.6.1",
59
59
  "@react-types/shared": "^3.8.0",
60
60
  "@react-types/tabs": "^3.0.1",
61
- "@sps-woodland/illustrations": "7.4.9",
62
- "@sps-woodland/tabs": "7.4.9",
63
- "@spscommerce/ds-colors": "7.4.9",
64
- "@spscommerce/ds-shared": "7.4.9",
65
- "@spscommerce/positioning": "7.4.9",
61
+ "@sps-woodland/illustrations": "7.4.11",
62
+ "@sps-woodland/tabs": "7.4.11",
63
+ "@spscommerce/ds-colors": "7.4.11",
64
+ "@spscommerce/ds-shared": "7.4.11",
65
+ "@spscommerce/positioning": "7.4.11",
66
66
  "@spscommerce/utils": "^6.12.1",
67
67
  "@testing-library/dom": "^8.17.1",
68
68
  "@testing-library/react": "^10.0.0",
@@ -76,7 +76,7 @@
76
76
  "raf-stub": "^2.0.2",
77
77
  "react": "^16.9.0",
78
78
  "react-dom": "^16.9.0",
79
- "test": "7.4.9"
79
+ "test": "7.4.11"
80
80
  },
81
81
  "scripts": {
82
82
  "build": "pnpm run build:js && pnpm run build:types",