@spscommerce/ds-react 7.0.2 → 7.0.3

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.
@@ -60,4 +60,5 @@ export declare type SpsOptionListProps = PropsWithChildren<SpsGlobalPropTypes &
60
60
  loading?: boolean;
61
61
  filterByTextAndCaptionKey?: boolean;
62
62
  disableOptionsMemoization?: boolean;
63
+ disableDefaultOptionsFiltering?: boolean;
63
64
  }> & HTMLAttributes<HTMLDivElement>;
@@ -29,6 +29,7 @@ export declare type SpsSelectProps = React.PropsWithChildren<SpsGlobalPropTypes
29
29
  maxHeightOptionListPx?: number;
30
30
  maxHeightOptionListRem?: number;
31
31
  disableOptionsMemoization?: boolean;
32
+ disableDefaultOptionsFiltering?: boolean;
32
33
  }> & React.HTMLAttributes<HTMLDivElement>;
33
34
  declare type FocusRef = {
34
35
  focus: () => void;
@@ -58,6 +59,7 @@ export declare const SpsSelect: React.ForwardRefExoticComponent<SpsGlobalPropTyp
58
59
  maxHeightOptionListPx?: number | undefined;
59
60
  maxHeightOptionListRem?: number | undefined;
60
61
  disableOptionsMemoization?: boolean | undefined;
62
+ disableDefaultOptionsFiltering?: boolean | undefined;
61
63
  } & {
62
64
  children?: React.ReactNode;
63
65
  } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<FocusRef>>;
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.0.2",
4
+ "version": "7.0.3",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-react",
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@react-stately/collections": "^3.3.3",
37
- "@sps-woodland/illustrations": "7.0.2",
38
- "@sps-woodland/tabs": "7.0.2",
39
- "@spscommerce/ds-colors": "7.0.2",
40
- "@spscommerce/ds-shared": "7.0.2",
41
- "@spscommerce/positioning": "7.0.2",
37
+ "@sps-woodland/illustrations": "7.0.3",
38
+ "@sps-woodland/tabs": "7.0.3",
39
+ "@spscommerce/ds-colors": "7.0.3",
40
+ "@spscommerce/ds-shared": "7.0.3",
41
+ "@spscommerce/positioning": "7.0.3",
42
42
  "@spscommerce/utils": "^6.11.3",
43
43
  "moment": "^2.25.3",
44
44
  "moment-timezone": "^0.5.28",
@@ -52,11 +52,11 @@
52
52
  "@react-types/select": "^3.6.1",
53
53
  "@react-types/shared": "^3.8.0",
54
54
  "@react-types/tabs": "^3.0.1",
55
- "@sps-woodland/illustrations": "7.0.2",
56
- "@sps-woodland/tabs": "7.0.2",
57
- "@spscommerce/ds-colors": "7.0.2",
58
- "@spscommerce/ds-shared": "7.0.2",
59
- "@spscommerce/positioning": "7.0.2",
55
+ "@sps-woodland/illustrations": "7.0.3",
56
+ "@sps-woodland/tabs": "7.0.3",
57
+ "@spscommerce/ds-colors": "7.0.3",
58
+ "@spscommerce/ds-shared": "7.0.3",
59
+ "@spscommerce/positioning": "7.0.3",
60
60
  "@spscommerce/utils": "^6.12.1",
61
61
  "@testing-library/dom": "^8.17.1",
62
62
  "@testing-library/react": "^10.0.0",
@@ -70,7 +70,7 @@
70
70
  "raf-stub": "^2.0.2",
71
71
  "react": "^16.9.0",
72
72
  "react-dom": "^16.9.0",
73
- "test": "7.0.2"
73
+ "test": "7.0.3"
74
74
  },
75
75
  "scripts": {
76
76
  "build": "pnpm run build:js && pnpm run build:types",