@fileverse-dev/fortune-react 1.1.16 → 1.1.17
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.
|
@@ -277,7 +277,7 @@ var SheetTab = function SheetTab() {
|
|
|
277
277
|
}))), /*#__PURE__*/React.createElement("p", {
|
|
278
278
|
className: "text-body-sm color-text-secondary",
|
|
279
279
|
style: {
|
|
280
|
-
marginLeft: selectedStat === option.value ? 0 :
|
|
280
|
+
marginLeft: selectedStat === option.value ? 0 : "24px",
|
|
281
281
|
fontSize: "14px"
|
|
282
282
|
}
|
|
283
283
|
}, option.label, ":", " "), /*#__PURE__*/React.createElement("div", {
|
|
@@ -285,7 +285,7 @@ var SheetTab = function SheetTab() {
|
|
|
285
285
|
}, /*#__PURE__*/React.createElement("p", {
|
|
286
286
|
className: "font-body-sm-bold color-text-default",
|
|
287
287
|
style: {
|
|
288
|
-
marginLeft: selectedStat === option.value ? 0 :
|
|
288
|
+
marginLeft: selectedStat === option.value ? 0 : "24px",
|
|
289
289
|
fontSize: "14px",
|
|
290
290
|
fontWeight: 500
|
|
291
291
|
}
|
|
@@ -286,7 +286,7 @@ var SheetTab = function SheetTab() {
|
|
|
286
286
|
}))), /*#__PURE__*/_react.default.createElement("p", {
|
|
287
287
|
className: "text-body-sm color-text-secondary",
|
|
288
288
|
style: {
|
|
289
|
-
marginLeft: selectedStat === option.value ? 0 :
|
|
289
|
+
marginLeft: selectedStat === option.value ? 0 : "24px",
|
|
290
290
|
fontSize: "14px"
|
|
291
291
|
}
|
|
292
292
|
}, option.label, ":", " "), /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -294,7 +294,7 @@ var SheetTab = function SheetTab() {
|
|
|
294
294
|
}, /*#__PURE__*/_react.default.createElement("p", {
|
|
295
295
|
className: "font-body-sm-bold color-text-default",
|
|
296
296
|
style: {
|
|
297
|
-
marginLeft: selectedStat === option.value ? 0 :
|
|
297
|
+
marginLeft: selectedStat === option.value ? 0 : "24px",
|
|
298
298
|
fontSize: "14px",
|
|
299
299
|
fontWeight: 500
|
|
300
300
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.17",
|
|
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.1.
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.1.17",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|