@mw-kit/mw-ui 1.7.60 → 1.7.61
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 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17967,7 +17967,7 @@ var Row = styled__default.div(_templateObject$O || (_templateObject$O = _taggedT
|
|
|
17967
17967
|
}
|
|
17968
17968
|
|
|
17969
17969
|
var config = striped === true ? {
|
|
17970
|
-
even: ['
|
|
17970
|
+
even: ['ghostWhite', 50]
|
|
17971
17971
|
} : striped;
|
|
17972
17972
|
var colors = Object.keys(config).reduce(function (prev, key) {
|
|
17973
17973
|
var _extends2;
|
|
@@ -17988,9 +17988,9 @@ var Row = styled__default.div(_templateObject$O || (_templateObject$O = _taggedT
|
|
|
17988
17988
|
return c;
|
|
17989
17989
|
}, function (_ref7) {
|
|
17990
17990
|
var borderless = _ref7.borderless,
|
|
17991
|
-
|
|
17991
|
+
platinum = _ref7.theme.colors.platinum;
|
|
17992
17992
|
if (borderless) return;
|
|
17993
|
-
return styled.css(_templateObject9$b || (_templateObject9$b = _taggedTemplateLiteralLoose(["\n :
|
|
17993
|
+
return styled.css(_templateObject9$b || (_templateObject9$b = _taggedTemplateLiteralLoose(["\n border-bottom: 1px solid ", ";\n :last-child {\n border-bottom: 1px solid transparent;\n }\n "])), platinum);
|
|
17994
17994
|
}, function (_ref8) {
|
|
17995
17995
|
var hover = _ref8.hover,
|
|
17996
17996
|
theme = _ref8.theme;
|