@fileverse-dev/fortune-react 1.0.2-mod-72 → 1.0.2-mod-74
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 +0 -2
- package/dist/index.esm.css +0 -2
- package/dist/index.esm.js +2 -1
- package/dist/index.js +2 -1
- package/dist/index.umd.css +0 -2
- package/dist/index.umd.js +4780 -3516
- 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
|
@@ -1107,8 +1107,6 @@ html::-webkit-scrollbar-button {
|
|
|
1107
1107
|
top: 25px;
|
|
1108
1108
|
background: #ffff;
|
|
1109
1109
|
min-width: 300px;
|
|
1110
|
-
width: -moz-fit-content;
|
|
1111
|
-
width: fit-content;
|
|
1112
1110
|
/* max-width: 450px; */
|
|
1113
1111
|
border: 1px solid lavender;
|
|
1114
1112
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
package/dist/index.esm.css
CHANGED
|
@@ -1107,8 +1107,6 @@ html::-webkit-scrollbar-button {
|
|
|
1107
1107
|
top: 25px;
|
|
1108
1108
|
background: #ffff;
|
|
1109
1109
|
min-width: 300px;
|
|
1110
|
-
width: -moz-fit-content;
|
|
1111
|
-
width: fit-content;
|
|
1112
1110
|
/* max-width: 450px; */
|
|
1113
1111
|
border: 1px solid lavender;
|
|
1114
1112
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
package/dist/index.esm.js
CHANGED
|
@@ -4664,7 +4664,8 @@ var Combo = function Combo(_ref) {
|
|
|
4664
4664
|
className: "fortune-toolbar-combo-button"
|
|
4665
4665
|
})));
|
|
4666
4666
|
return /*#__PURE__*/React.createElement("div", {
|
|
4667
|
-
ref: buttonRef
|
|
4667
|
+
ref: buttonRef,
|
|
4668
|
+
className: "fortune-toolbar-item"
|
|
4668
4669
|
}, /*#__PURE__*/React.createElement(Popover, {
|
|
4669
4670
|
open: open,
|
|
4670
4671
|
onOpenChange: setOpen
|
package/dist/index.js
CHANGED
|
@@ -4675,7 +4675,8 @@ var Combo = function Combo(_ref) {
|
|
|
4675
4675
|
className: "fortune-toolbar-combo-button"
|
|
4676
4676
|
})));
|
|
4677
4677
|
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
4678
|
-
ref: buttonRef
|
|
4678
|
+
ref: buttonRef,
|
|
4679
|
+
className: "fortune-toolbar-item"
|
|
4679
4680
|
}, /*#__PURE__*/React__default['default'].createElement(ui.Popover, {
|
|
4680
4681
|
open: open,
|
|
4681
4682
|
onOpenChange: setOpen
|
package/dist/index.umd.css
CHANGED
|
@@ -1107,8 +1107,6 @@ html::-webkit-scrollbar-button {
|
|
|
1107
1107
|
top: 25px;
|
|
1108
1108
|
background: #ffff;
|
|
1109
1109
|
min-width: 300px;
|
|
1110
|
-
width: -moz-fit-content;
|
|
1111
|
-
width: fit-content;
|
|
1112
1110
|
/* max-width: 450px; */
|
|
1113
1111
|
border: 1px solid lavender;
|
|
1114
1112
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|