@kep-platform/basic-component 1.0.5 → 1.0.6

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.
@@ -11,7 +11,9 @@ var WindowContainer = styled.div.withConfig({
11
11
  shouldForwardProp: function shouldForwardProp(prop) {
12
12
  return !['isMinimize'].includes(prop);
13
13
  }
14
- })(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n box-shadow: var(--kep-platform-box-shadow);\n position: absolute;\n padding: 0px;\n border-radius: ", ";\n background-color: #fff;\n overflow: hidden;\n border: 1px solid rgba(50, 58, 67, 0.15);\n"])), function (props) {
14
+ })(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n box-shadow: ", ";\n position: absolute;\n padding: 0px;\n border-radius: ", ";\n background-color: #fff;\n overflow: hidden;\n border: 1px solid rgba(50, 58, 67, 0.15);\n"])), function (props) {
15
+ return props.isFullscreen ? 'none' : 'var(--kep-platform-box-shadow)';
16
+ }, function (props) {
15
17
  return props.isFullscreen ? '4px' : '12px';
16
18
  });
17
19
  var WindowEntity = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n"])));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kep-platform/basic-component",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -86,5 +86,5 @@
86
86
  "authors": [
87
87
  "less-step-jss 1599925910@qq.com"
88
88
  ],
89
- "gitHead": "5543f60caaf3c8528c1c3804e5523b9406f82d16"
89
+ "gitHead": "e64b8404e6b9d9ce2c7d411d6183ce27a2c624bf"
90
90
  }