@spscommerce/ds-react 8.29.3 → 8.29.5

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.
@@ -12,5 +12,6 @@ export type SpsSplitButtonProps = React.PropsWithChildren<SpsGlobalPropTypes & {
12
12
  options?: Parameters<typeof SpsDropdown>[0]["options"];
13
13
  spinning?: boolean;
14
14
  spinningTitle?: string;
15
+ onClick?: () => void;
15
16
  }> & React.HTMLAttributes<HTMLDivElement>;
16
17
  export declare function SpsSplitButton(props: SpsSplitButtonProps): React.JSX.Element;
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": "8.29.3",
4
+ "version": "8.29.5",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-react",
@@ -46,11 +46,11 @@
46
46
  "moment-timezone": "^0.5.48",
47
47
  "react": "^16.9.0",
48
48
  "react-dom": "^16.9.0",
49
- "@sps-woodland/illustrations": "8.29.3",
50
- "@sps-woodland/tabs": "8.29.3",
51
- "@spscommerce/ds-colors": "8.29.3",
52
- "@spscommerce/ds-shared": "8.29.3",
53
- "@spscommerce/positioning": "8.29.3"
49
+ "@sps-woodland/illustrations": "8.29.5",
50
+ "@sps-woodland/tabs": "8.29.5",
51
+ "@spscommerce/ds-colors": "8.29.5",
52
+ "@spscommerce/ds-shared": "8.29.5",
53
+ "@spscommerce/positioning": "8.29.5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@react-spectrum/provider": "^3.4.1",
@@ -72,12 +72,12 @@
72
72
  "raf-stub": "^2.0.2",
73
73
  "react": "^16.9.0",
74
74
  "react-dom": "^16.9.0",
75
- "@sps-woodland/illustrations": "8.29.3",
76
- "@sps-woodland/tabs": "8.29.3",
77
- "@spscommerce/ds-colors": "8.29.3",
78
- "@spscommerce/ds-shared": "8.29.3",
79
- "@spscommerce/positioning": "8.29.3",
80
- "test": "8.29.3"
75
+ "@sps-woodland/illustrations": "8.29.5",
76
+ "@sps-woodland/tabs": "8.29.5",
77
+ "@spscommerce/ds-colors": "8.29.5",
78
+ "@spscommerce/ds-shared": "8.29.5",
79
+ "@spscommerce/positioning": "8.29.5",
80
+ "test": "8.29.5"
81
81
  },
82
82
  "scripts": {
83
83
  "build": "pnpm run build:js && pnpm run build:types",