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 +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
- package/src/components/MultiSwitch.tsx +1 -1
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 *
|
|
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 *
|
|
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
|
@@ -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 *
|
|
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;
|