@fileverse-dev/fortune-react 1.0.87 → 1.0.88-fix-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.
|
@@ -108,7 +108,7 @@ export var LinkEditCard = function LinkEditCard(_a) {
|
|
|
108
108
|
className: "fortune-link-modify-modal link-toolbar",
|
|
109
109
|
style: {
|
|
110
110
|
left: position.cellLeft + 20,
|
|
111
|
-
top: position.cellBottom
|
|
111
|
+
top: position.cellBottom - 5
|
|
112
112
|
}
|
|
113
113
|
}), /*#__PURE__*/React.createElement("div", {
|
|
114
114
|
className: "link-content",
|
|
@@ -1476,7 +1476,7 @@ var Toolbar = function Toolbar(_a) {
|
|
|
1476
1476
|
icon: "Minus",
|
|
1477
1477
|
variant: "ghost",
|
|
1478
1478
|
size: "sm",
|
|
1479
|
-
className: "
|
|
1479
|
+
className: "",
|
|
1480
1480
|
disabled: decimals === 1,
|
|
1481
1481
|
onClick: function onClick() {
|
|
1482
1482
|
return handleCurrencyDecimalsChange_1(Math.max(1, decimals - 1));
|
|
@@ -1493,7 +1493,6 @@ var Toolbar = function Toolbar(_a) {
|
|
|
1493
1493
|
icon: "Plus",
|
|
1494
1494
|
variant: "ghost",
|
|
1495
1495
|
size: "sm",
|
|
1496
|
-
className: "!bg-transparent",
|
|
1497
1496
|
disabled: decimals === 18,
|
|
1498
1497
|
onClick: function onClick() {
|
|
1499
1498
|
return handleCurrencyDecimalsChange_1(Math.min(18, decimals + 1));
|
|
@@ -117,7 +117,7 @@ var LinkEditCard = exports.LinkEditCard = function LinkEditCard(_a) {
|
|
|
117
117
|
className: "fortune-link-modify-modal link-toolbar",
|
|
118
118
|
style: {
|
|
119
119
|
left: position.cellLeft + 20,
|
|
120
|
-
top: position.cellBottom
|
|
120
|
+
top: position.cellBottom - 5
|
|
121
121
|
}
|
|
122
122
|
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
123
123
|
className: "link-content",
|
|
@@ -1485,7 +1485,7 @@ var Toolbar = function Toolbar(_a) {
|
|
|
1485
1485
|
icon: "Minus",
|
|
1486
1486
|
variant: "ghost",
|
|
1487
1487
|
size: "sm",
|
|
1488
|
-
className: "
|
|
1488
|
+
className: "",
|
|
1489
1489
|
disabled: decimals === 1,
|
|
1490
1490
|
onClick: function onClick() {
|
|
1491
1491
|
return handleCurrencyDecimalsChange_1(Math.max(1, decimals - 1));
|
|
@@ -1502,7 +1502,6 @@ var Toolbar = function Toolbar(_a) {
|
|
|
1502
1502
|
icon: "Plus",
|
|
1503
1503
|
variant: "ghost",
|
|
1504
1504
|
size: "sm",
|
|
1505
|
-
className: "!bg-transparent",
|
|
1506
1505
|
disabled: decimals === 18,
|
|
1507
1506
|
onClick: function onClick() {
|
|
1508
1507
|
return handleCurrencyDecimalsChange_1(Math.min(18, decimals + 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.88-fix-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.0.
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.0.88",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|