@spscommerce/ds-react 5.33.4 → 5.33.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.
- package/lib/index.cjs.js +71 -71
- package/lib/index.es.js +2 -0
- package/package.json +11 -11
package/lib/index.es.js
CHANGED
|
@@ -2128,6 +2128,7 @@ const SpsOptionList = React.forwardRef((props2, ref2) => {
|
|
|
2128
2128
|
filterByTextAndCaptionKey,
|
|
2129
2129
|
maxHeightPx,
|
|
2130
2130
|
maxHeightRem,
|
|
2131
|
+
disableOptionsMemoization,
|
|
2131
2132
|
"data-testid": testId
|
|
2132
2133
|
} = _a, rest = __objRest(_a, [
|
|
2133
2134
|
"captionKey",
|
|
@@ -2165,6 +2166,7 @@ const SpsOptionList = React.forwardRef((props2, ref2) => {
|
|
|
2165
2166
|
"filterByTextAndCaptionKey",
|
|
2166
2167
|
"maxHeightPx",
|
|
2167
2168
|
"maxHeightRem",
|
|
2169
|
+
"disableOptionsMemoization",
|
|
2168
2170
|
"data-testid"
|
|
2169
2171
|
]);
|
|
2170
2172
|
const specialActionOption = React.useMemo(() => specialAction ? new SpsOptionListOption(specialAction, {
|
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": "5.33.
|
|
4
|
+
"version": "5.33.5",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/ds-react",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@react-stately/collections": "^3.3.3",
|
|
31
|
-
"@spscommerce/ds-colors": "5.33.
|
|
32
|
-
"@spscommerce/ds-illustrations": "5.33.
|
|
33
|
-
"@spscommerce/ds-shared": "5.33.
|
|
34
|
-
"@spscommerce/positioning": "5.33.
|
|
35
|
-
"@spscommerce/utils": "5.33.
|
|
31
|
+
"@spscommerce/ds-colors": "5.33.5",
|
|
32
|
+
"@spscommerce/ds-illustrations": "5.33.5",
|
|
33
|
+
"@spscommerce/ds-shared": "5.33.5",
|
|
34
|
+
"@spscommerce/positioning": "5.33.5",
|
|
35
|
+
"@spscommerce/utils": "5.33.5",
|
|
36
36
|
"moment": "^2.25.3",
|
|
37
37
|
"moment-timezone": "^0.5.28",
|
|
38
38
|
"react": "^16.9.0",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@react-stately/collections": "^3.3.3",
|
|
43
|
-
"@spscommerce/ds-colors": "5.33.
|
|
44
|
-
"@spscommerce/ds-illustrations": "5.33.
|
|
45
|
-
"@spscommerce/ds-shared": "5.33.
|
|
46
|
-
"@spscommerce/positioning": "5.33.
|
|
47
|
-
"@spscommerce/utils": "5.33.
|
|
43
|
+
"@spscommerce/ds-colors": "5.33.5",
|
|
44
|
+
"@spscommerce/ds-illustrations": "5.33.5",
|
|
45
|
+
"@spscommerce/ds-shared": "5.33.5",
|
|
46
|
+
"@spscommerce/positioning": "5.33.5",
|
|
47
|
+
"@spscommerce/utils": "5.33.5",
|
|
48
48
|
"@testing-library/react": "^9.3.2",
|
|
49
49
|
"@types/prop-types": "^15.7.1",
|
|
50
50
|
"@types/react": "^16.9.0",
|