@spscommerce/ds-react 6.20.1 → 6.20.2

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 CHANGED
@@ -7371,7 +7371,7 @@ var s=n.defineLocale("zh-tw",{months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u5
7371
7371
  <div className="sfg-row">
7372
7372
  <div className="sfg-col-4">
7373
7373
  <SpsLabel>Color</SpsLabel>
7374
- <SpsSelect options={colorSearch} zeroState="While I'm sure that's a lovely color, it's not an option we support.ssssssssss" />
7374
+ <SpsSelect options={colorSearch} zeroState="While I'm sure that's a lovely color, it's not an option we support." />
7375
7375
  </div>
7376
7376
  </div>
7377
7377
  )
package/lib/index.es.js CHANGED
@@ -33263,7 +33263,7 @@ const SpsSelectExamples = {
33263
33263
  <div className="sfg-row">
33264
33264
  <div className="sfg-col-4">
33265
33265
  <SpsLabel>Color</SpsLabel>
33266
- <SpsSelect options={colorSearch} zeroState="While I'm sure that's a lovely color, it's not an option we support.ssssssssss" />
33266
+ <SpsSelect options={colorSearch} zeroState="While I'm sure that's a lovely color, it's not an option we support." />
33267
33267
  </div>
33268
33268
  </div>
33269
33269
  )
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.20.1",
4
+ "version": "6.20.2",
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.20.1",
32
- "@spscommerce/ds-illustrations": "6.20.1",
33
- "@spscommerce/ds-shared": "6.20.1",
34
- "@spscommerce/positioning": "6.20.1",
31
+ "@spscommerce/ds-colors": "6.20.2",
32
+ "@spscommerce/ds-illustrations": "6.20.2",
33
+ "@spscommerce/ds-shared": "6.20.2",
34
+ "@spscommerce/positioning": "6.20.2",
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.20.1",
44
- "@spscommerce/ds-illustrations": "6.20.1",
45
- "@spscommerce/ds-shared": "6.20.1",
46
- "@spscommerce/positioning": "6.20.1",
43
+ "@spscommerce/ds-colors": "6.20.2",
44
+ "@spscommerce/ds-illustrations": "6.20.2",
45
+ "@spscommerce/ds-shared": "6.20.2",
46
+ "@spscommerce/positioning": "6.20.2",
47
47
  "@spscommerce/utils": "^6.11.3",
48
48
  "@testing-library/react": "^9.3.2",
49
49
  "@types/prop-types": "^15.7.1",