labsense-ui-kit 1.3.68 → 1.3.69
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/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -8644,11 +8644,11 @@ var DropdownButton$1 = styled.div(_templateObject3$6 || (_templateObject3$6 = _t
|
|
|
8644
8644
|
var $size = _ref10.$size;
|
|
8645
8645
|
switch ($size) {
|
|
8646
8646
|
case 'small':
|
|
8647
|
-
return '
|
|
8647
|
+
return '5.5px 12px';
|
|
8648
8648
|
case 'large':
|
|
8649
|
-
return '
|
|
8649
|
+
return '20.5px 12px';
|
|
8650
8650
|
default:
|
|
8651
|
-
return '
|
|
8651
|
+
return '9.5px 12px';
|
|
8652
8652
|
}
|
|
8653
8653
|
}, function (_ref11) {
|
|
8654
8654
|
var $background = _ref11.$background,
|
|
@@ -8715,11 +8715,11 @@ var LabelText$1 = styled.div(_templateObject5$5 || (_templateObject5$5 = _tagged
|
|
|
8715
8715
|
var $size = _ref21.$size;
|
|
8716
8716
|
switch ($size) {
|
|
8717
8717
|
case 'small':
|
|
8718
|
-
return '
|
|
8718
|
+
return 'normal';
|
|
8719
8719
|
case 'large':
|
|
8720
|
-
return '
|
|
8720
|
+
return 'normal';
|
|
8721
8721
|
default:
|
|
8722
|
-
return '
|
|
8722
|
+
return 'normal';
|
|
8723
8723
|
}
|
|
8724
8724
|
}, function (_ref22) {
|
|
8725
8725
|
var $fontStyle = _ref22.$fontStyle;
|