@fileverse-dev/fortune-react 1.0.12 → 1.0.13

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.
@@ -27,7 +27,7 @@ var Dialog = function Dialog(_a) {
27
27
  var button = locale(context).button;
28
28
  return /*#__PURE__*/React.createElement("div", {
29
29
  className: "fortune-dialog",
30
- style: __assign(__assign({}, containerStyle), title === "Data verification" ? {
30
+ style: __assign(__assign({}, containerStyle), ["Data verification", "Split text to columns"].includes(title) ? {
31
31
  maxWidth: "unset"
32
32
  } : {})
33
33
  }, /*#__PURE__*/React.createElement("div", {
@@ -36,7 +36,7 @@ var Dialog = function Dialog(_a) {
36
36
  var button = (0, _fortuneCore.locale)(context).button;
37
37
  return /*#__PURE__*/_react.default.createElement("div", {
38
38
  className: "fortune-dialog",
39
- style: __assign(__assign({}, containerStyle), title === "Data verification" ? {
39
+ style: __assign(__assign({}, containerStyle), ["Data verification", "Split text to columns"].includes(title) ? {
40
40
  maxWidth: "unset"
41
41
  } : {})
42
42
  }, /*#__PURE__*/_react.default.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.0.12",
19
+ "@fileverse-dev/fortune-core": "1.0.13",
20
20
  "@fileverse/ui": "^4.1.7-patch-16",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",