@fileverse-dev/fortune-react 1.2.64-patch-9 → 1.2.64-patch-11
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.
|
@@ -683,18 +683,7 @@ var Workbook = /*#__PURE__*/React.forwardRef(function (_a, ref) {
|
|
|
683
683
|
}
|
|
684
684
|
return /*#__PURE__*/React.createElement(WorkbookContext.Provider, {
|
|
685
685
|
value: providerValue
|
|
686
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
687
|
-
id: "placeholder-conditional-format",
|
|
688
|
-
style: {
|
|
689
|
-
width: "500px",
|
|
690
|
-
height: "500px",
|
|
691
|
-
position: "fixed",
|
|
692
|
-
zIndex: "1000",
|
|
693
|
-
backgroundColor: "white",
|
|
694
|
-
padding: "12px",
|
|
695
|
-
top: "100px"
|
|
696
|
-
}
|
|
697
|
-
}), /*#__PURE__*/React.createElement(ModalProvider, null, /*#__PURE__*/React.createElement("div", {
|
|
686
|
+
}, /*#__PURE__*/React.createElement(ModalProvider, null, /*#__PURE__*/React.createElement("div", {
|
|
698
687
|
className: "fortune-container",
|
|
699
688
|
ref: workbookContainer,
|
|
700
689
|
onKeyDown: onKeyDown
|
|
@@ -692,18 +692,7 @@ var Workbook = /*#__PURE__*/_react.default.forwardRef(function (_a, ref) {
|
|
|
692
692
|
}
|
|
693
693
|
return /*#__PURE__*/_react.default.createElement(_context.default.Provider, {
|
|
694
694
|
value: providerValue
|
|
695
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
696
|
-
id: "placeholder-conditional-format",
|
|
697
|
-
style: {
|
|
698
|
-
width: "500px",
|
|
699
|
-
height: "500px",
|
|
700
|
-
position: "fixed",
|
|
701
|
-
zIndex: "1000",
|
|
702
|
-
backgroundColor: "white",
|
|
703
|
-
padding: "12px",
|
|
704
|
-
top: "100px"
|
|
705
|
-
}
|
|
706
|
-
}), /*#__PURE__*/_react.default.createElement(_modal.ModalProvider, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
695
|
+
}, /*#__PURE__*/_react.default.createElement(_modal.ModalProvider, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
707
696
|
className: "fortune-container",
|
|
708
697
|
ref: workbookContainer,
|
|
709
698
|
onKeyDown: onKeyDown
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.2.64-patch-
|
|
3
|
+
"version": "1.2.64-patch-11",
|
|
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.2.64-patch-
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.2.64-patch-11",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-40",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|