@spscommerce/ds-react 7.4.12 → 7.4.13

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,8 +1,9 @@
1
1
  import * as React from "react";
2
- export declare const useColumnResizer: ({ tableHeaderRef, resizerRef, resizeKey, }: {
2
+ export declare const useColumnHeaderResizer: ({ tableHeaderRef, resizerRef, resizeKey, }: {
3
3
  tableHeaderRef: React.MutableRefObject<HTMLTableCellElement | null>;
4
4
  resizerRef: React.MutableRefObject<HTMLSpanElement | null>;
5
5
  resizeKey: string;
6
6
  }) => {
7
7
  isResizeable: boolean;
8
8
  };
9
+ export declare const useColumnCellResizer: (tableCellRef: React.MutableRefObject<HTMLTableCellElement | null>) => 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.12",
4
+ "version": "7.4.13",
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.12",
44
- "@sps-woodland/tabs": "7.4.12",
45
- "@spscommerce/ds-colors": "7.4.12",
46
- "@spscommerce/ds-shared": "7.4.12",
47
- "@spscommerce/positioning": "7.4.12",
43
+ "@sps-woodland/illustrations": "7.4.13",
44
+ "@sps-woodland/tabs": "7.4.13",
45
+ "@spscommerce/ds-colors": "7.4.13",
46
+ "@spscommerce/ds-shared": "7.4.13",
47
+ "@spscommerce/positioning": "7.4.13",
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.12",
62
- "@sps-woodland/tabs": "7.4.12",
63
- "@spscommerce/ds-colors": "7.4.12",
64
- "@spscommerce/ds-shared": "7.4.12",
65
- "@spscommerce/positioning": "7.4.12",
61
+ "@sps-woodland/illustrations": "7.4.13",
62
+ "@sps-woodland/tabs": "7.4.13",
63
+ "@spscommerce/ds-colors": "7.4.13",
64
+ "@spscommerce/ds-shared": "7.4.13",
65
+ "@spscommerce/positioning": "7.4.13",
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.12"
79
+ "test": "7.4.13"
80
80
  },
81
81
  "scripts": {
82
82
  "build": "pnpm run build:js && pnpm run build:types",