@lemon-fe/components 1.4.17-alpha.3 → 1.4.17-alpha.4

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/es/popup/index.js CHANGED
@@ -205,7 +205,7 @@ function Popup(props) {
205
205
  centered: true,
206
206
  onCancel: handleCancel,
207
207
  afterClose: handleAfterClose,
208
- enableFullscreen: restProps.width !== undefined,
208
+ enableFullscreen: restProps.width === undefined,
209
209
  onOk: function onOk() {
210
210
  return handleOk();
211
211
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "1.4.17-alpha.3",
3
+ "version": "1.4.17-alpha.4",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "registry": "https://registry.npmjs.org"
60
60
  },
61
- "gitHead": "addd1a1b1a4e2d638ae3dc28a7afc326cabe77bd"
61
+ "gitHead": "c1ce7e3f9a90fc12e216be1850df2d4b4b8a737d"
62
62
  }