@spscommerce/ds-react 8.34.14 → 8.34.16

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,2 +1,2 @@
1
- export declare const WHITESPACE_COMMA_TAB_NEWLINE_REGEX: RegExp;
2
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)[];
@@ -6,5 +6,6 @@ export type SpsSlideInPanelProps = React.PropsWithChildren<SpsGlobalPropTypes &
6
6
  onClose?: () => void;
7
7
  focusElementOnOpen?: React.MutableRefObject<HTMLElement>;
8
8
  closeOnEscapePressed: boolean;
9
+ noBackground?: boolean;
9
10
  }> & React.HTMLAttributes<HTMLDivElement>;
10
- export declare function SpsSlideInPanel({ children, className, id: idProp, show, closeOnEscapePressed, onClose, focusElementOnOpen, title, ...rest }: SpsSlideInPanelProps): React.JSX.Element;
11
+ export declare function SpsSlideInPanel({ children, className, id: idProp, show, closeOnEscapePressed, onClose, focusElementOnOpen, title, noBackground, ...rest }: SpsSlideInPanelProps): 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.34.14",
4
+ "version": "8.34.16",
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.34.14",
50
- "@sps-woodland/tabs": "8.34.14",
51
- "@spscommerce/ds-colors": "8.34.14",
52
- "@spscommerce/ds-shared": "8.34.14",
53
- "@spscommerce/i18n": "8.34.14",
54
- "@spscommerce/positioning": "8.34.14"
49
+ "@sps-woodland/illustrations": "8.34.16",
50
+ "@sps-woodland/tabs": "8.34.16",
51
+ "@spscommerce/ds-colors": "8.34.16",
52
+ "@spscommerce/ds-shared": "8.34.16",
53
+ "@spscommerce/i18n": "8.34.16",
54
+ "@spscommerce/positioning": "8.34.16"
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.34.14",
77
- "@sps-woodland/tabs": "8.34.14",
78
- "@spscommerce/ds-colors": "8.34.14",
79
- "@spscommerce/ds-shared": "8.34.14",
80
- "@spscommerce/i18n": "8.34.14",
81
- "@spscommerce/positioning": "8.34.14",
82
- "test": "8.34.14"
76
+ "@sps-woodland/illustrations": "8.34.16",
77
+ "@sps-woodland/tabs": "8.34.16",
78
+ "@spscommerce/ds-colors": "8.34.16",
79
+ "@spscommerce/ds-shared": "8.34.16",
80
+ "@spscommerce/i18n": "8.34.16",
81
+ "@spscommerce/positioning": "8.34.16",
82
+ "test": "8.34.16"
83
83
  },
84
84
  "scripts": {
85
85
  "build": "pnpm run build:js && pnpm run build:types",