@windoc/react 0.3.11 → 0.3.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windoc/react",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "React bindings for windoc editor",
5
5
  "homepage": "https://aliansyahfirdaus.github.io/windoc/",
6
6
  "repository": {
@@ -50,7 +50,7 @@
50
50
  "react-dom": ">=18"
51
51
  },
52
52
  "dependencies": {
53
- "@windoc/core": "^0.3.11"
53
+ "@windoc/core": "^0.3.12"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19",
@@ -130,7 +130,9 @@ ul {
130
130
  .menu-item .select {
131
131
  border: none;
132
132
  font-size: 12px;
133
- line-height: 28px;
133
+ display: flex;
134
+ align-items: center;
135
+ height: 100%;
134
136
  user-select: none;
135
137
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
136
138
  }