dce-reactkit 3.10.2 → 3.10.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.10.2",
3
+ "version": "3.10.3",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -130,6 +130,7 @@ const CheckboxButton: React.FC<Props> = (props) => {
130
130
  className="ps-1 text-start text-break"
131
131
  style={{
132
132
  whiteSpace: 'pre-wrap',
133
+ tabSize: 2,
133
134
  }}
134
135
  >
135
136
  {text}
@@ -114,6 +114,7 @@ const RadioButton: React.FC<Props> = (props) => {
114
114
  className="ps-1 text-start text-break"
115
115
  style={{
116
116
  whiteSpace: 'pre-wrap',
117
+ tabSize: 2,
117
118
  }}
118
119
  >
119
120
  {text}