@mw-kit/mw-ui 1.6.9 → 1.6.10
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -15251,7 +15251,7 @@ var parse = function parse(value) {
|
|
|
15251
15251
|
};
|
|
15252
15252
|
|
|
15253
15253
|
var _templateObject$q, _templateObject2$l, _templateObject3$j, _templateObject4$g, _templateObject5$f, _templateObject6$d, _templateObject7$b, _templateObject8$7, _templateObject9$7, _templateObject10$5;
|
|
15254
|
-
var RelativeContainer$5 = styled.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose(["\n position: relative;\n user-select: none;\n\n > :nth-child(1) input {\n color: transparent;\n }\n"])));
|
|
15254
|
+
var RelativeContainer$5 = styled.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose(["\n position: relative;\n user-select: none;\n min-width: 220px;\n\n > :nth-child(1) input {\n color: transparent;\n }\n"])));
|
|
15255
15255
|
var LabelContainer$3 = styled.div(_templateObject2$l || (_templateObject2$l = _taggedTemplateLiteralLoose(["\n ", "\n line-height: ", ";\n"])), function (_ref) {
|
|
15256
15256
|
var theme = _ref.theme;
|
|
15257
15257
|
return theme.useTypography('p');
|
|
@@ -15259,7 +15259,7 @@ var LabelContainer$3 = styled.div(_templateObject2$l || (_templateObject2$l = _t
|
|
|
15259
15259
|
var theme = _ref2.theme;
|
|
15260
15260
|
return theme.spacings.s3;
|
|
15261
15261
|
});
|
|
15262
|
-
var Container$a = styled.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 1px;\n left: 1px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n border-radius: 4px;\n\n ", "\n\n ", "\n\n ", "\n\n ", "\n"])), function (_ref3) {
|
|
15262
|
+
var Container$a = styled.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 1px;\n left: 1px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n border-radius: 4px;\n white-space: nowrap;\n\n ", "\n\n ", "\n\n ", "\n\n ", "\n"])), function (_ref3) {
|
|
15263
15263
|
var theme = _ref3.theme,
|
|
15264
15264
|
iconWidth = _ref3.iconWidth,
|
|
15265
15265
|
paddingless = _ref3.paddingless;
|