@spscommerce/ds-react 8.53.11 → 8.53.13

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.
@@ -1,4 +1,5 @@
1
- import { SpsIcon, TagKind } from "@spscommerce/ds-shared";
1
+ import type { SpsIcon } from "@spscommerce/ds-shared";
2
+ import { TagKind } from "@spscommerce/ds-shared";
2
3
  import * as React from "react";
3
4
  import type { SpsGlobalPropTypes } from "../prop-types";
4
5
  export type SpsKeyValueTagProps = React.PropsWithChildren<SpsGlobalPropTypes & {
@@ -1,2 +1,2 @@
1
1
  export declare function splitStringByDelimiter(str: string, delimiters: string[]): string[];
2
- export declare function parsePastedValue(pastedValue: string | undefined, value: string[] | undefined, createTagOptions: string[]): (string | undefined)[];
2
+ export declare function parsePastedValue(pastedValue: string | undefined, value: string[] | undefined, createTagOptions: string[]): Array<string | undefined>;
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.53.11",
4
+ "version": "8.53.13",
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.6.0",
47
47
  "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
48
48
  "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
49
- "@sps-woodland/illustrations": "8.53.11",
50
- "@spscommerce/ds-colors": "8.53.11",
51
- "@spscommerce/ds-shared": "8.53.11",
52
- "@spscommerce/i18n": "8.53.11",
53
- "@spscommerce/positioning": "8.53.11"
49
+ "@sps-woodland/illustrations": "8.53.13",
50
+ "@spscommerce/ds-colors": "8.53.13",
51
+ "@spscommerce/ds-shared": "8.53.13",
52
+ "@spscommerce/i18n": "8.53.13",
53
+ "@spscommerce/positioning": "8.53.13"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@react-stately/collections": "3.12.10",
@@ -58,7 +58,7 @@
58
58
  "@react-types/select": "^3.6.1",
59
59
  "@react-types/shared": "3.34.0",
60
60
  "@react-types/tabs": "3.4.0",
61
- "@spscommerce/utils": "9.0.3",
61
+ "@spscommerce/utils": "9.1.1",
62
62
  "@testing-library/dom": "8.17.1",
63
63
  "@testing-library/react": "12.1.5",
64
64
  "@testing-library/react-hooks": "^8.0.1",
@@ -70,12 +70,12 @@
70
70
  "raf-stub": "3.0.0",
71
71
  "react": "16.14.0",
72
72
  "react-dom": "16.14.0",
73
- "@spscommerce/i18n": "8.53.11",
74
- "@spscommerce/ds-shared": "8.53.11",
75
- "@sps-woodland/illustrations": "8.53.11",
76
- "@spscommerce/ds-colors": "8.53.11",
77
- "@spscommerce/positioning": "8.53.11",
78
- "test": "8.53.11"
73
+ "@sps-woodland/illustrations": "8.53.13",
74
+ "@spscommerce/ds-colors": "8.53.13",
75
+ "@spscommerce/ds-shared": "8.53.13",
76
+ "@spscommerce/i18n": "8.53.13",
77
+ "@spscommerce/positioning": "8.53.13",
78
+ "test": "8.53.13"
79
79
  },
80
80
  "scripts": {
81
81
  "build": "pnpm run build:js && pnpm run build:types",