labsense-ui-kit 1.1.90 → 1.1.91
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5835,7 +5835,7 @@ var SearchContainer$2 = styled__default.div(_templateObject$e || (_templateObjec
|
|
|
5835
5835
|
var theme = _ref5.theme;
|
|
5836
5836
|
return "1px solid " + theme.text.dark;
|
|
5837
5837
|
});
|
|
5838
|
-
var SearchBar$2 = styled__default.input(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteralLoose(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n
|
|
5838
|
+
var SearchBar$2 = styled__default.input(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteralLoose(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n line-height: 1005;\n }\n"])), function (_ref6) {
|
|
5839
5839
|
var theme = _ref6.theme;
|
|
5840
5840
|
return theme["default"].tertiary;
|
|
5841
5841
|
}, function (_ref7) {
|