@spscommerce/ds-react 6.31.4 → 6.31.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 +16 -16
- package/lib/index.es.js +3 -3
- package/package.json +9 -9
package/lib/index.es.js
CHANGED
|
@@ -38353,6 +38353,9 @@ function SpsMultiValueTextInput(_ma) {
|
|
|
38353
38353
|
function handleChange(event) {
|
|
38354
38354
|
patchState({ searchText: event.target.value });
|
|
38355
38355
|
}
|
|
38356
|
+
function handleBlur(event) {
|
|
38357
|
+
createNewTag(event);
|
|
38358
|
+
}
|
|
38356
38359
|
function focusClickableTagRemoveButton(index) {
|
|
38357
38360
|
if (clickableTagList.current && clickableTagList.current.children.length && index !== null) {
|
|
38358
38361
|
const currTag = clickableTagList.current.children[index];
|
|
@@ -38447,9 +38450,6 @@ function SpsMultiValueTextInput(_ma) {
|
|
|
38447
38450
|
patchState({ keyDown: event });
|
|
38448
38451
|
}
|
|
38449
38452
|
}
|
|
38450
|
-
function handleBlur(event) {
|
|
38451
|
-
createNewTag(event);
|
|
38452
|
-
}
|
|
38453
38453
|
function handleClearIconClick(event) {
|
|
38454
38454
|
updateValue([]);
|
|
38455
38455
|
event.stopPropagation();
|
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": "6.31.
|
|
4
|
+
"version": "6.31.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,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@react-stately/collections": "^3.3.3",
|
|
31
|
-
"@spscommerce/ds-colors": "6.31.
|
|
32
|
-
"@spscommerce/ds-illustrations": "6.31.
|
|
33
|
-
"@spscommerce/ds-shared": "6.31.
|
|
34
|
-
"@spscommerce/positioning": "6.31.
|
|
31
|
+
"@spscommerce/ds-colors": "6.31.5",
|
|
32
|
+
"@spscommerce/ds-illustrations": "6.31.5",
|
|
33
|
+
"@spscommerce/ds-shared": "6.31.5",
|
|
34
|
+
"@spscommerce/positioning": "6.31.5",
|
|
35
35
|
"@spscommerce/utils": "^6.11.3",
|
|
36
36
|
"moment": "^2.25.3",
|
|
37
37
|
"moment-timezone": "^0.5.28",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@react-stately/collections": "^3.3.3",
|
|
43
|
-
"@spscommerce/ds-colors": "6.31.
|
|
44
|
-
"@spscommerce/ds-illustrations": "6.31.
|
|
45
|
-
"@spscommerce/ds-shared": "6.31.
|
|
46
|
-
"@spscommerce/positioning": "6.31.
|
|
43
|
+
"@spscommerce/ds-colors": "6.31.5",
|
|
44
|
+
"@spscommerce/ds-illustrations": "6.31.5",
|
|
45
|
+
"@spscommerce/ds-shared": "6.31.5",
|
|
46
|
+
"@spscommerce/positioning": "6.31.5",
|
|
47
47
|
"@spscommerce/utils": "^6.11.3",
|
|
48
48
|
"@testing-library/react": "^10.4.0",
|
|
49
49
|
"@types/prop-types": "^15.7.1",
|