@spscommerce/ds-react 6.6.0 → 6.6.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
@@ -7012,17 +7012,17 @@ var a=n.defineLocale("zh-tw",{months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u5
7012
7012
  <SpsForm formMeta={formMeta}>
7013
7013
  <table>
7014
7014
  <tr>
7015
- <td style={{ width: 130 }}>
7015
+ <td style={{ width: "8.125rem" }}>
7016
7016
  <SpsLabel for={formMeta.fields.categories}>Radio Label</SpsLabel>
7017
7017
  </td>
7018
- <td style={{ width: 50 }}>
7019
- <div style={{ textAlign: "center", marginBottom: 5 }}>Option</div>
7018
+ <td style={{ width: "3.125rem" }}>
7019
+ <div className="text-center mb-1">Option</div>
7020
7020
  </td>
7021
- <td style={{ width: 50 }}>
7022
- <div style={{ textAlign: "center", marginBottom: 5 }}>Option</div>
7021
+ <td style={{ width: "3.125rem" }}>
7022
+ <div className="text-center mb-1">Option</div>
7023
7023
  </td>
7024
- <td style={{ width: 50 }}>
7025
- <div style={{ textAlign: "center", marginBottom: 5 }}>Option</div>
7024
+ <td style={{ width: "3.125rem" }}>
7025
+ <div className="text-center mb-1">Option</div>
7026
7026
  </td>
7027
7027
  </tr>
7028
7028
  <tr>
package/lib/index.es.js CHANGED
@@ -32820,17 +32820,17 @@ const SpsRadioButtonExamples = {
32820
32820
  <SpsForm formMeta={formMeta}>
32821
32821
  <table>
32822
32822
  <tr>
32823
- <td style={{ width: 130 }}>
32823
+ <td style={{ width: "8.125rem" }}>
32824
32824
  <SpsLabel for={formMeta.fields.categories}>Radio Label</SpsLabel>
32825
32825
  </td>
32826
- <td style={{ width: 50 }}>
32827
- <div style={{ textAlign: "center", marginBottom: 5 }}>Option</div>
32826
+ <td style={{ width: "3.125rem" }}>
32827
+ <div className="text-center mb-1">Option</div>
32828
32828
  </td>
32829
- <td style={{ width: 50 }}>
32830
- <div style={{ textAlign: "center", marginBottom: 5 }}>Option</div>
32829
+ <td style={{ width: "3.125rem" }}>
32830
+ <div className="text-center mb-1">Option</div>
32831
32831
  </td>
32832
- <td style={{ width: 50 }}>
32833
- <div style={{ textAlign: "center", marginBottom: 5 }}>Option</div>
32832
+ <td style={{ width: "3.125rem" }}>
32833
+ <div className="text-center mb-1">Option</div>
32834
32834
  </td>
32835
32835
  </tr>
32836
32836
  <tr>
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.6.0",
4
+ "version": "6.6.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,11 +28,11 @@
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@react-stately/collections": "^3.3.3",
31
- "@spscommerce/ds-colors": "6.6.0",
32
- "@spscommerce/ds-illustrations": "6.6.0",
33
- "@spscommerce/ds-shared": "6.6.0",
34
- "@spscommerce/positioning": "6.6.0",
35
- "@spscommerce/utils": "6.6.0",
31
+ "@spscommerce/ds-colors": "6.6.1",
32
+ "@spscommerce/ds-illustrations": "6.6.1",
33
+ "@spscommerce/ds-shared": "6.6.1",
34
+ "@spscommerce/positioning": "6.6.1",
35
+ "@spscommerce/utils": "6.6.1",
36
36
  "moment": "^2.25.3",
37
37
  "moment-timezone": "^0.5.28",
38
38
  "react": "^16.9.0",
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@react-stately/collections": "^3.3.3",
43
- "@spscommerce/ds-colors": "6.6.0",
44
- "@spscommerce/ds-illustrations": "6.6.0",
45
- "@spscommerce/ds-shared": "6.6.0",
46
- "@spscommerce/positioning": "6.6.0",
47
- "@spscommerce/utils": "6.6.0",
43
+ "@spscommerce/ds-colors": "6.6.1",
44
+ "@spscommerce/ds-illustrations": "6.6.1",
45
+ "@spscommerce/ds-shared": "6.6.1",
46
+ "@spscommerce/positioning": "6.6.1",
47
+ "@spscommerce/utils": "6.6.1",
48
48
  "@testing-library/react": "^9.3.2",
49
49
  "@types/prop-types": "^15.7.1",
50
50
  "@types/react": "^16.9.0",