@windoc/react 0.3.13 → 0.3.14

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.13",
3
+ "version": "0.3.14",
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.13"
53
+ "@windoc/core": "^0.3.14"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19",
@@ -178,7 +178,6 @@ ul {
178
178
  .menu-item__select-text:hover {
179
179
  background: #f2f4f7;
180
180
  border-color: #667085;
181
- border-right-color: #fff;
182
181
  }
183
182
 
184
183
  .menu-item__select-arrow {