labsense-ui-kit 1.2.99 → 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 +3 -8
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -8
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -5426,7 +5426,7 @@ var useCopyToClipboard = function useCopyToClipboard() {
|
|
|
5426
5426
|
|
|
5427
5427
|
var _templateObject, _templateObject2;
|
|
5428
5428
|
var ModalOverlay = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 9999;\n backdrop-filter: blur(4px);\n"])));
|
|
5429
|
-
var ModalContainer = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n background: ", ";\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n max-height:
|
|
5429
|
+
var ModalContainer = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n background: ", ";\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n max-height: 90vh;\n max-width: ", ";\n overflow-y: auto;\n scrollbar-width: thin;\n"])), function (_ref) {
|
|
5430
5430
|
var theme = _ref.theme;
|
|
5431
5431
|
return theme.vms.accent.light_1;
|
|
5432
5432
|
}, function (_ref2) {
|
|
@@ -6039,12 +6039,7 @@ var Badge = function Badge(_ref8) {
|
|
|
6039
6039
|
padding = _ref8$padding === void 0 ? '6px 8px' : _ref8$padding,
|
|
6040
6040
|
background = _ref8.background,
|
|
6041
6041
|
textColor = _ref8.textColor,
|
|
6042
|
-
|
|
6043
|
-
icon = _ref8$icon === void 0 ? {
|
|
6044
|
-
icon: 'Information',
|
|
6045
|
-
size: 10,
|
|
6046
|
-
weight: '0.1px'
|
|
6047
|
-
} : _ref8$icon,
|
|
6042
|
+
icon = _ref8.icon,
|
|
6048
6043
|
image = _ref8.image,
|
|
6049
6044
|
tooltipText = _ref8.tooltipText,
|
|
6050
6045
|
tooltipCSS = _ref8.tooltipCSS;
|
|
@@ -6123,7 +6118,7 @@ var Badge = function Badge(_ref8) {
|
|
|
6123
6118
|
width: image.width,
|
|
6124
6119
|
height: image.height,
|
|
6125
6120
|
draggable: false
|
|
6126
|
-
}) : React.createElement(Icon, {
|
|
6121
|
+
}) : icon && React.createElement(Icon, {
|
|
6127
6122
|
icon: icon.icon,
|
|
6128
6123
|
size: icon.size,
|
|
6129
6124
|
weight: icon.weight,
|