@spscommerce/ds-react 8.41.3 → 8.42.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.
@@ -15,5 +15,6 @@ export type SpsMultiValueTextInputProps = React.PropsWithChildren<SpsGlobalPropT
15
15
  value?: string[];
16
16
  createTagOptions?: string[];
17
17
  isSingleLine?: boolean;
18
+ dynamicPasting?: boolean;
18
19
  }> & React.HTMLAttributes<HTMLInputElement>;
19
- export declare function SpsMultiValueTextInput({ className, disabled, formControl, formMeta, id, onChange, onEntryChange, placeholder, unsafelyReplaceClassName, value, icon, createTagOptions, "data-testid": testId, isSingleLine, ...rest }: SpsMultiValueTextInputProps): React.JSX.Element;
20
+ export declare function SpsMultiValueTextInput({ className, disabled, formControl, formMeta, id, onChange, onEntryChange, placeholder, unsafelyReplaceClassName, value, icon, createTagOptions, "data-testid": testId, isSingleLine, dynamicPasting, ...rest }: SpsMultiValueTextInputProps): 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.41.3",
4
+ "version": "8.42.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,12 +46,12 @@
46
46
  "moment-timezone": "^0.5.28",
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.41.3",
50
- "@sps-woodland/tabs": "8.41.3",
51
- "@spscommerce/ds-colors": "8.41.3",
52
- "@spscommerce/ds-shared": "8.41.3",
53
- "@spscommerce/i18n": "8.41.3",
54
- "@spscommerce/positioning": "8.41.3"
49
+ "@sps-woodland/tabs": "8.42.0",
50
+ "@spscommerce/ds-colors": "8.42.0",
51
+ "@spscommerce/ds-shared": "8.42.0",
52
+ "@spscommerce/i18n": "8.42.0",
53
+ "@sps-woodland/illustrations": "8.42.0",
54
+ "@spscommerce/positioning": "8.42.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@react-spectrum/provider": "^3.4.1",
@@ -73,13 +73,13 @@
73
73
  "raf-stub": "^3.0.0",
74
74
  "react": "^16.9.0",
75
75
  "react-dom": "^16.9.0",
76
- "@sps-woodland/illustrations": "8.41.3",
77
- "@sps-woodland/tabs": "8.41.3",
78
- "@spscommerce/ds-shared": "8.41.3",
79
- "@spscommerce/i18n": "8.41.3",
80
- "@spscommerce/positioning": "8.41.3",
81
- "@spscommerce/ds-colors": "8.41.3",
82
- "test": "8.41.3"
76
+ "@sps-woodland/illustrations": "8.42.0",
77
+ "@sps-woodland/tabs": "8.42.0",
78
+ "@spscommerce/ds-colors": "8.42.0",
79
+ "@spscommerce/ds-shared": "8.42.0",
80
+ "@spscommerce/i18n": "8.42.0",
81
+ "@spscommerce/positioning": "8.42.0",
82
+ "test": "8.42.0"
83
83
  },
84
84
  "scripts": {
85
85
  "build": "pnpm run build:js && pnpm run build:types",