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