dce-reactkit 3.8.2 → 3.8.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/dist/cjs/index.js CHANGED
@@ -13356,7 +13356,7 @@ const MultiSwitch = (props) => {
13356
13356
  });
13357
13357
  // Constants
13358
13358
  const gutterRems = heightRem * 0.1;
13359
- const itemWidthRems = heightRem * 1.3;
13359
+ const itemWidthRems = heightRem * 2.2;
13360
13360
  const textFontSize = heightRem / 3.5;
13361
13361
  const iconFontSize = heightRem / 2;
13362
13362
  const borderWidthRems = 0.05;
package/dist/esm/index.js CHANGED
@@ -13329,7 +13329,7 @@ const MultiSwitch = (props) => {
13329
13329
  });
13330
13330
  // Constants
13331
13331
  const gutterRems = heightRem * 0.1;
13332
- const itemWidthRems = heightRem * 1.3;
13332
+ const itemWidthRems = heightRem * 2.2;
13333
13333
  const textFontSize = heightRem / 3.5;
13334
13334
  const iconFontSize = heightRem / 2;
13335
13335
  const borderWidthRems = 0.05;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.8.2",
3
+ "version": "3.8.3",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -153,7 +153,7 @@ const MultiSwitch: React.FC<Props> = (props) => {
153
153
 
154
154
  // Constants
155
155
  const gutterRems = heightRem * 0.1;
156
- const itemWidthRems = heightRem * 1.3;
156
+ const itemWidthRems = heightRem * 2.2;
157
157
  const textFontSize = heightRem / 3.5;
158
158
  const iconFontSize = heightRem / 2;
159
159
  const borderWidthRems = 0.05;