@fileverse-dev/fortune-react 1.0.2-mod-65 → 1.0.2-mod-66-patch-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.
- package/dist/index.css +5 -5
- package/dist/index.esm.css +5 -5
- package/dist/index.esm.js +15 -3
- package/dist/index.js +15 -3
- package/dist/index.umd.css +5 -5
- package/dist/index.umd.js +228 -137
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +9 -9
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1036,13 +1036,13 @@ html::-webkit-scrollbar-button {
|
|
|
1036
1036
|
.luckysheet-formula-search-item
|
|
1037
1037
|
.luckysheet-formula-search-detail {
|
|
1038
1038
|
display: none;
|
|
1039
|
-
color: #
|
|
1039
|
+
color: #77818A;
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
.luckysheet-formula-search-c
|
|
1043
1043
|
.luckysheet-formula-search-item
|
|
1044
1044
|
.luckysheet-formula-search-func {
|
|
1045
|
-
color: #
|
|
1045
|
+
color: #363b3f;
|
|
1046
1046
|
font-size: 14px;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
@@ -1050,7 +1050,7 @@ html::-webkit-scrollbar-button {
|
|
|
1050
1050
|
display: block;
|
|
1051
1051
|
border-top: 1px solid #ebebeb;
|
|
1052
1052
|
border-bottom: 1px solid #ebebeb;
|
|
1053
|
-
background: #
|
|
1053
|
+
background: #f2f4f5;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
1056
|
.luckysheet-formula-search-c
|
|
@@ -1106,7 +1106,7 @@ html::-webkit-scrollbar-button {
|
|
|
1106
1106
|
user-select: text;
|
|
1107
1107
|
border-radius: 10px;
|
|
1108
1108
|
top: 25px;
|
|
1109
|
-
background: #
|
|
1109
|
+
background: #ffff;
|
|
1110
1110
|
min-width: 300px;
|
|
1111
1111
|
width: -moz-fit-content;
|
|
1112
1112
|
width: fit-content;
|
|
@@ -1118,7 +1118,7 @@ html::-webkit-scrollbar-button {
|
|
|
1118
1118
|
#luckysheet-formula-help-c {
|
|
1119
1119
|
border-radius: 10px;
|
|
1120
1120
|
top: 25px;
|
|
1121
|
-
background: #
|
|
1121
|
+
background: #ffff;
|
|
1122
1122
|
}
|
|
1123
1123
|
|
|
1124
1124
|
.luckysheet-formula-help-title-formula {
|
package/dist/index.esm.css
CHANGED
|
@@ -1036,13 +1036,13 @@ html::-webkit-scrollbar-button {
|
|
|
1036
1036
|
.luckysheet-formula-search-item
|
|
1037
1037
|
.luckysheet-formula-search-detail {
|
|
1038
1038
|
display: none;
|
|
1039
|
-
color: #
|
|
1039
|
+
color: #77818A;
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
.luckysheet-formula-search-c
|
|
1043
1043
|
.luckysheet-formula-search-item
|
|
1044
1044
|
.luckysheet-formula-search-func {
|
|
1045
|
-
color: #
|
|
1045
|
+
color: #363b3f;
|
|
1046
1046
|
font-size: 14px;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
@@ -1050,7 +1050,7 @@ html::-webkit-scrollbar-button {
|
|
|
1050
1050
|
display: block;
|
|
1051
1051
|
border-top: 1px solid #ebebeb;
|
|
1052
1052
|
border-bottom: 1px solid #ebebeb;
|
|
1053
|
-
background: #
|
|
1053
|
+
background: #f2f4f5;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
1056
|
.luckysheet-formula-search-c
|
|
@@ -1106,7 +1106,7 @@ html::-webkit-scrollbar-button {
|
|
|
1106
1106
|
user-select: text;
|
|
1107
1107
|
border-radius: 10px;
|
|
1108
1108
|
top: 25px;
|
|
1109
|
-
background: #
|
|
1109
|
+
background: #ffff;
|
|
1110
1110
|
min-width: 300px;
|
|
1111
1111
|
width: -moz-fit-content;
|
|
1112
1112
|
width: fit-content;
|
|
@@ -1118,7 +1118,7 @@ html::-webkit-scrollbar-button {
|
|
|
1118
1118
|
#luckysheet-formula-help-c {
|
|
1119
1119
|
border-radius: 10px;
|
|
1120
1120
|
top: 25px;
|
|
1121
|
-
background: #
|
|
1121
|
+
background: #ffff;
|
|
1122
1122
|
}
|
|
1123
1123
|
|
|
1124
1124
|
.luckysheet-formula-help-title-formula {
|
package/dist/index.esm.js
CHANGED
|
@@ -837,7 +837,7 @@ var FormulaSearch = function FormulaSearch(props) {
|
|
|
837
837
|
justifyContent: "space-between"
|
|
838
838
|
}
|
|
839
839
|
}, /*#__PURE__*/React.createElement("div", {
|
|
840
|
-
className: "luckysheet-formula-search-func text-body-sm"
|
|
840
|
+
className: "luckysheet-formula-search-func color-text-default text-body-sm"
|
|
841
841
|
}, v.n), /*#__PURE__*/React.createElement("div", {
|
|
842
842
|
style: {
|
|
843
843
|
display: "flex",
|
|
@@ -869,9 +869,21 @@ var FormulaSearch = function FormulaSearch(props) {
|
|
|
869
869
|
height: "12px"
|
|
870
870
|
}
|
|
871
871
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
872
|
-
className: "luckysheet-formula-search-detail mt-1 text-helper-text-sm"
|
|
872
|
+
className: "luckysheet-formula-search-detail mt-1 text-helper-text-sm color-text-secondary"
|
|
873
873
|
}, v.d));
|
|
874
|
-
})
|
|
874
|
+
}), /*#__PURE__*/React.createElement("hr", {
|
|
875
|
+
className: "color-border-default mb-2 mt-4 "
|
|
876
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
877
|
+
style: {
|
|
878
|
+
paddingLeft: "10px",
|
|
879
|
+
paddingRight: "10px"
|
|
880
|
+
},
|
|
881
|
+
className: "flex gap-1 items-center color-border-default text-helper-sm"
|
|
882
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
883
|
+
className: "border p-1 color-text-default rounded"
|
|
884
|
+
}, "Tab"), /*#__PURE__*/React.createElement("p", {
|
|
885
|
+
className: "color-text-secondary"
|
|
886
|
+
}, "to insert")));
|
|
875
887
|
};
|
|
876
888
|
|
|
877
889
|
var FormulaHint = function FormulaHint(props) {
|
package/dist/index.js
CHANGED
|
@@ -849,7 +849,7 @@ var FormulaSearch = function FormulaSearch(props) {
|
|
|
849
849
|
justifyContent: "space-between"
|
|
850
850
|
}
|
|
851
851
|
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
852
|
-
className: "luckysheet-formula-search-func text-body-sm"
|
|
852
|
+
className: "luckysheet-formula-search-func color-text-default text-body-sm"
|
|
853
853
|
}, v.n), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
854
854
|
style: {
|
|
855
855
|
display: "flex",
|
|
@@ -881,9 +881,21 @@ var FormulaSearch = function FormulaSearch(props) {
|
|
|
881
881
|
height: "12px"
|
|
882
882
|
}
|
|
883
883
|
}))))), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
884
|
-
className: "luckysheet-formula-search-detail mt-1 text-helper-text-sm"
|
|
884
|
+
className: "luckysheet-formula-search-detail mt-1 text-helper-text-sm color-text-secondary"
|
|
885
885
|
}, v.d));
|
|
886
|
-
})
|
|
886
|
+
}), /*#__PURE__*/React__default['default'].createElement("hr", {
|
|
887
|
+
className: "color-border-default mb-2 mt-4 "
|
|
888
|
+
}), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
889
|
+
style: {
|
|
890
|
+
paddingLeft: "10px",
|
|
891
|
+
paddingRight: "10px"
|
|
892
|
+
},
|
|
893
|
+
className: "flex gap-1 items-center color-border-default text-helper-sm"
|
|
894
|
+
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
895
|
+
className: "border p-1 color-text-default rounded"
|
|
896
|
+
}, "Tab"), /*#__PURE__*/React__default['default'].createElement("p", {
|
|
897
|
+
className: "color-text-secondary"
|
|
898
|
+
}, "to insert")));
|
|
887
899
|
};
|
|
888
900
|
|
|
889
901
|
var FormulaHint = function FormulaHint(props) {
|
package/dist/index.umd.css
CHANGED
|
@@ -1036,13 +1036,13 @@ html::-webkit-scrollbar-button {
|
|
|
1036
1036
|
.luckysheet-formula-search-item
|
|
1037
1037
|
.luckysheet-formula-search-detail {
|
|
1038
1038
|
display: none;
|
|
1039
|
-
color: #
|
|
1039
|
+
color: #77818A;
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
.luckysheet-formula-search-c
|
|
1043
1043
|
.luckysheet-formula-search-item
|
|
1044
1044
|
.luckysheet-formula-search-func {
|
|
1045
|
-
color: #
|
|
1045
|
+
color: #363b3f;
|
|
1046
1046
|
font-size: 14px;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
@@ -1050,7 +1050,7 @@ html::-webkit-scrollbar-button {
|
|
|
1050
1050
|
display: block;
|
|
1051
1051
|
border-top: 1px solid #ebebeb;
|
|
1052
1052
|
border-bottom: 1px solid #ebebeb;
|
|
1053
|
-
background: #
|
|
1053
|
+
background: #f2f4f5;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
1056
|
.luckysheet-formula-search-c
|
|
@@ -1106,7 +1106,7 @@ html::-webkit-scrollbar-button {
|
|
|
1106
1106
|
user-select: text;
|
|
1107
1107
|
border-radius: 10px;
|
|
1108
1108
|
top: 25px;
|
|
1109
|
-
background: #
|
|
1109
|
+
background: #ffff;
|
|
1110
1110
|
min-width: 300px;
|
|
1111
1111
|
width: -moz-fit-content;
|
|
1112
1112
|
width: fit-content;
|
|
@@ -1118,7 +1118,7 @@ html::-webkit-scrollbar-button {
|
|
|
1118
1118
|
#luckysheet-formula-help-c {
|
|
1119
1119
|
border-radius: 10px;
|
|
1120
1120
|
top: 25px;
|
|
1121
|
-
background: #
|
|
1121
|
+
background: #ffff;
|
|
1122
1122
|
}
|
|
1123
1123
|
|
|
1124
1124
|
.luckysheet-formula-help-title-formula {
|