@fileverse-dev/fortune-react 1.1.9 → 1.1.10
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.
|
@@ -247,7 +247,10 @@ var SheetTab = function SheetTab() {
|
|
|
247
247
|
}, STATS_LABELS[selectedStat], ":", " ", calInfo[selectedStat])))), /*#__PURE__*/React.createElement(PopoverContent, {
|
|
248
248
|
align: "end",
|
|
249
249
|
alignOffset: 0,
|
|
250
|
-
className: "
|
|
250
|
+
className: "stats-content color-border-default shadow-elevation-3",
|
|
251
|
+
style: {
|
|
252
|
+
width: "fit-content!important"
|
|
253
|
+
},
|
|
251
254
|
elevation: 2,
|
|
252
255
|
side: "bottom",
|
|
253
256
|
sideOffset: 4
|
|
@@ -256,7 +256,10 @@ var SheetTab = function SheetTab() {
|
|
|
256
256
|
}, STATS_LABELS[selectedStat], ":", " ", calInfo[selectedStat])))), /*#__PURE__*/_react.default.createElement(_ui.PopoverContent, {
|
|
257
257
|
align: "end",
|
|
258
258
|
alignOffset: 0,
|
|
259
|
-
className: "
|
|
259
|
+
className: "stats-content color-border-default shadow-elevation-3",
|
|
260
|
+
style: {
|
|
261
|
+
width: "fit-content!important"
|
|
262
|
+
},
|
|
260
263
|
elevation: 2,
|
|
261
264
|
side: "bottom",
|
|
262
265
|
sideOffset: 4
|
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.10",
|
|
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.10",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|