@spscommerce/ds-react 8.9.0-beta → 8.10.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.
@@ -19,6 +19,7 @@ export declare type SpsMultiSelectProps = React.PropsWithChildren<SpsGlobalPropT
19
19
  hideSelected?: boolean;
20
20
  icon?: SpsIcon;
21
21
  loading?: boolean;
22
+ filterByTextAndCaptionKey?: boolean;
22
23
  maxHeightOptionListPx?: number;
23
24
  maxHeightOptionListRem?: number;
24
25
  onChange?: React.ChangeEventHandler<HTMLInputElement>;
@@ -30,4 +31,4 @@ export declare type SpsMultiSelectProps = React.PropsWithChildren<SpsGlobalPropT
30
31
  value?: any;
31
32
  zeroState?: string;
32
33
  }> & React.HTMLAttributes<HTMLInputElement>;
33
- export declare function SpsMultiSelect({ action, captionKey, className, clearSearchOnBlur, debounce, disabled, disableSelected, comparisonKey, formControl, formMeta, hideSelected, id, onChange, onSearchChange, options, placeholder, tallOptionList, textKey, unsafelyReplaceClassName, value: valueProp, zeroState, loading, icon, maxHeightOptionListPx, maxHeightOptionListRem, disableOptionsMemoization, "data-testid": testId, ...rest }: SpsMultiSelectProps): React.JSX.Element;
34
+ export declare function SpsMultiSelect({ action, captionKey, className, clearSearchOnBlur, debounce, disabled, disableSelected, comparisonKey, formControl, formMeta, hideSelected, id, onChange, onSearchChange, options, placeholder, tallOptionList, textKey, unsafelyReplaceClassName, value: valueProp, zeroState, loading, filterByTextAndCaptionKey, icon, maxHeightOptionListPx, maxHeightOptionListRem, disableOptionsMemoization, "data-testid": testId, ...rest }: SpsMultiSelectProps): 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.9.0-beta",
4
+ "version": "8.10.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.28",
47
47
  "react": "^16.9.0",
48
48
  "react-dom": "^16.9.0",
49
- "@sps-woodland/tabs": "8.8.5",
50
- "@sps-woodland/illustrations": "8.8.5",
51
- "@spscommerce/ds-colors": "8.8.5",
52
- "@spscommerce/ds-shared": "8.8.5",
53
- "@spscommerce/positioning": "8.8.5"
49
+ "@sps-woodland/illustrations": "8.10.0",
50
+ "@sps-woodland/tabs": "8.10.0",
51
+ "@spscommerce/ds-colors": "8.10.0",
52
+ "@spscommerce/ds-shared": "8.10.0",
53
+ "@spscommerce/positioning": "8.10.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.8.5",
76
- "@spscommerce/positioning": "8.8.5",
77
- "@spscommerce/ds-colors": "8.8.5",
78
- "@sps-woodland/tabs": "8.8.5",
79
- "@spscommerce/ds-shared": "8.8.5",
80
- "test": "8.8.5"
75
+ "@sps-woodland/illustrations": "8.10.0",
76
+ "@sps-woodland/tabs": "8.10.0",
77
+ "@spscommerce/ds-colors": "8.10.0",
78
+ "@spscommerce/ds-shared": "8.10.0",
79
+ "@spscommerce/positioning": "8.10.0",
80
+ "test": "8.10.0"
81
81
  },
82
82
  "scripts": {
83
83
  "build": "pnpm run build:js && pnpm run build:types",
Binary file