@fileverse-dev/fortune-react 1.2.0-patch-1 → 1.2.0-update-ds-fixes-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.
@@ -22,6 +22,8 @@
22
22
  z-index: 1005;
23
23
  border-radius: 4px;
24
24
  cursor: pointer;
25
+ align-items: center;
26
+ height: 32px;
25
27
  }
26
28
 
27
29
  .condition-format-item:hover {
@@ -195,7 +195,6 @@
195
195
  z-index: 15;
196
196
  border: 2.5px solid #efc703;
197
197
  margin: -1px 0 0 -1px;
198
- background: rgba(239, 199, 5, 0.02);
199
198
  display: none;
200
199
  box-sizing: content-box;
201
200
  }
@@ -27,7 +27,7 @@ var Option = function Option(_a) {
27
27
  }, iconId && /*#__PURE__*/React.createElement(SVGIcon, {
28
28
  name: iconId
29
29
  }), /*#__PURE__*/React.createElement("div", {
30
- className: "fortuen-toolbar-text color-text-default text-body-sm"
30
+ className: "fortuen-toolbar-text color-text-default text-body-sm w-full"
31
31
  }, children));
32
32
  };
33
33
  export { Option };
@@ -161,6 +161,10 @@
161
161
  padding-bottom: 6px;
162
162
  cursor: pointer;
163
163
  user-select: none;
164
+ height: 32px;
165
+ display: flex;
166
+ align-items: center;
167
+
164
168
  }
165
169
 
166
170
  .fortune-toolbar-select-option:hover {
@@ -22,6 +22,8 @@
22
22
  z-index: 1005;
23
23
  border-radius: 4px;
24
24
  cursor: pointer;
25
+ align-items: center;
26
+ height: 32px;
25
27
  }
26
28
 
27
29
  .condition-format-item:hover {
@@ -195,7 +195,6 @@
195
195
  z-index: 15;
196
196
  border: 2.5px solid #efc703;
197
197
  margin: -1px 0 0 -1px;
198
- background: rgba(239, 199, 5, 0.02);
199
198
  display: none;
200
199
  box-sizing: content-box;
201
200
  }
@@ -34,7 +34,7 @@ var Option = exports.Option = function Option(_a) {
34
34
  }, iconId && /*#__PURE__*/_react.default.createElement(_SVGIcon.default, {
35
35
  name: iconId
36
36
  }), /*#__PURE__*/_react.default.createElement("div", {
37
- className: "fortuen-toolbar-text color-text-default text-body-sm"
37
+ className: "fortuen-toolbar-text color-text-default text-body-sm w-full"
38
38
  }, children));
39
39
  };
40
40
  var _default = exports.default = Select;
@@ -161,6 +161,10 @@
161
161
  padding-bottom: 6px;
162
162
  cursor: pointer;
163
163
  user-select: none;
164
+ height: 32px;
165
+ display: flex;
166
+ align-items: center;
167
+
164
168
  }
165
169
 
166
170
  .fortune-toolbar-select-option:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.2.0-patch-1",
3
+ "version": "1.2.0-update-ds-fixes-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.2.0-patch-1",
19
+ "@fileverse-dev/fortune-core": "1.2.0-update-ds-fixes-1",
20
20
  "@fileverse/ui": "^4.1.7-patch-21",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",