@spscommerce/ds-react 8.30.1 → 8.31.0

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.
@@ -15,6 +15,6 @@ export type SpsDateRangePickerProps = React.PropsWithChildren<SpsGlobalPropTypes
15
15
  value?: SimpleDateRange | DatePreset;
16
16
  showTwoMonths?: boolean;
17
17
  format?: string;
18
- }> & React.HTMLAttributes<HTMLInputElement>;
18
+ }> & React.InputHTMLAttributes<HTMLInputElement>;
19
19
  export declare const DEFAULT_PRESETS: DatePreset[];
20
20
  export declare function SpsDateRangePicker({ children, className, disabled, formMeta, id, maxDate, minDate, onChange, presets, selectedPreset: presetProp, onPresetChange, value, showTwoMonths, format, "data-testid": testId, ...rest }: SpsDateRangePickerProps): React.JSX.Element;
@@ -13,5 +13,5 @@ export type SpsDatepickerProps = React.PropsWithChildren<SpsGlobalPropTypes & {
13
13
  format?: string;
14
14
  showTwoMonths?: boolean;
15
15
  autoCloseOnSelect?: boolean;
16
- }> & React.HTMLAttributes<HTMLInputElement>;
16
+ }> & React.InputHTMLAttributes<HTMLInputElement>;
17
17
  export declare function SpsDatepicker({ children, className, disabled, formMeta, id, maxDate, minDate, onChange, value, format, showTwoMonths, autoCloseOnSelect, "data-testid": testId, ...rest }: SpsDatepickerProps): 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.30.1",
4
+ "version": "8.31.0",
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.30.1",
50
- "@sps-woodland/tabs": "8.30.1",
51
- "@spscommerce/ds-colors": "8.30.1",
52
- "@spscommerce/ds-shared": "8.30.1",
53
- "@spscommerce/positioning": "8.30.1"
49
+ "@sps-woodland/illustrations": "8.31.0",
50
+ "@sps-woodland/tabs": "8.31.0",
51
+ "@spscommerce/ds-colors": "8.31.0",
52
+ "@spscommerce/ds-shared": "8.31.0",
53
+ "@spscommerce/positioning": "8.31.0"
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.30.1",
76
- "@sps-woodland/tabs": "8.30.1",
77
- "@spscommerce/ds-colors": "8.30.1",
78
- "@spscommerce/ds-shared": "8.30.1",
79
- "@spscommerce/positioning": "8.30.1",
80
- "test": "8.30.1"
75
+ "@sps-woodland/illustrations": "8.31.0",
76
+ "@sps-woodland/tabs": "8.31.0",
77
+ "@spscommerce/ds-colors": "8.31.0",
78
+ "@spscommerce/ds-shared": "8.31.0",
79
+ "@spscommerce/positioning": "8.31.0",
80
+ "test": "8.31.0"
81
81
  },
82
82
  "scripts": {
83
83
  "build": "pnpm run build:js && pnpm run build:types",