labsense-ui-kit 1.2.100 → 1.3.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/dist/index.js +2 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6043,12 +6043,7 @@ var Badge = function Badge(_ref8) {
|
|
|
6043
6043
|
padding = _ref8$padding === void 0 ? '6px 8px' : _ref8$padding,
|
|
6044
6044
|
background = _ref8.background,
|
|
6045
6045
|
textColor = _ref8.textColor,
|
|
6046
|
-
|
|
6047
|
-
icon = _ref8$icon === void 0 ? {
|
|
6048
|
-
icon: 'Information',
|
|
6049
|
-
size: 10,
|
|
6050
|
-
weight: '0.1px'
|
|
6051
|
-
} : _ref8$icon,
|
|
6046
|
+
icon = _ref8.icon,
|
|
6052
6047
|
image = _ref8.image,
|
|
6053
6048
|
tooltipText = _ref8.tooltipText,
|
|
6054
6049
|
tooltipCSS = _ref8.tooltipCSS;
|
|
@@ -6127,7 +6122,7 @@ var Badge = function Badge(_ref8) {
|
|
|
6127
6122
|
width: image.width,
|
|
6128
6123
|
height: image.height,
|
|
6129
6124
|
draggable: false
|
|
6130
|
-
}) : React__default.createElement(Icon, {
|
|
6125
|
+
}) : icon && React__default.createElement(Icon, {
|
|
6131
6126
|
icon: icon.icon,
|
|
6132
6127
|
size: icon.size,
|
|
6133
6128
|
weight: icon.weight,
|