@spscommerce/ds-react 4.33.0 → 4.33.1

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
@@ -5837,7 +5837,7 @@ var a=n.defineLocale("zh-tw",{months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u5
5837
5837
  <SpsTooltipTitle icon={SpsIcon.CALENDAR_BLANK}>Started</SpsTooltipTitle>
5838
5838
  <div className="mb-3">Tuesday, April 15</div>
5839
5839
  <SpsTooltipTitle icon={SpsIcon.CHECKMARK}>Completed</SpsTooltipTitle>
5840
- <div className="mb-3">Thursday, April 24</div>
5840
+ <div>Thursday, April 24</div>
5841
5841
  </SpsTooltip>
5842
5842
  </React.Fragment>
5843
5843
  );
package/lib/index.es.js CHANGED
@@ -30873,7 +30873,7 @@ const SpsTooltipExamples = {
30873
30873
  <SpsTooltipTitle icon={SpsIcon.CALENDAR_BLANK}>Started</SpsTooltipTitle>
30874
30874
  <div className="mb-3">Tuesday, April 15</div>
30875
30875
  <SpsTooltipTitle icon={SpsIcon.CHECKMARK}>Completed</SpsTooltipTitle>
30876
- <div className="mb-3">Thursday, April 24</div>
30876
+ <div>Thursday, April 24</div>
30877
30877
  </SpsTooltip>
30878
30878
  </React.Fragment>
30879
30879
  );
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": "4.33.0",
4
+ "version": "4.33.1",
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": "4.33.0",
32
- "@spscommerce/ds-shared": "4.33.0",
33
- "@spscommerce/positioning": "4.33.0",
34
- "@spscommerce/utils": "4.33.0",
31
+ "@spscommerce/ds-colors": "4.33.1",
32
+ "@spscommerce/ds-shared": "4.33.1",
33
+ "@spscommerce/positioning": "4.33.1",
34
+ "@spscommerce/utils": "4.33.1",
35
35
  "moment": "^2.25.3",
36
36
  "moment-timezone": "^0.5.28",
37
37
  "react": "^16.9.0",
@@ -39,10 +39,10 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@react-stately/collections": "^3.3.3",
42
- "@spscommerce/ds-colors": "4.33.0",
43
- "@spscommerce/ds-shared": "4.33.0",
44
- "@spscommerce/positioning": "4.33.0",
45
- "@spscommerce/utils": "4.33.0",
42
+ "@spscommerce/ds-colors": "4.33.1",
43
+ "@spscommerce/ds-shared": "4.33.1",
44
+ "@spscommerce/positioning": "4.33.1",
45
+ "@spscommerce/utils": "4.33.1",
46
46
  "@testing-library/jest-dom": "^4.2.4",
47
47
  "@testing-library/react": "^9.3.2",
48
48
  "@types/prop-types": "^15.7.1",