@byline/richtext-lexical 1.9.0 → 1.10.0

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.
@@ -1399,7 +1399,7 @@ button.item.dropdown-item-active i {
1399
1399
  }
1400
1400
 
1401
1401
  :is(.dark, [data-theme="dark"]) .dropdown .item {
1402
- color: unset;
1402
+ color: #ccc;
1403
1403
  background-color: unset;
1404
1404
  }
1405
1405
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "type": "module",
5
5
  "license": "MPL-2.0",
6
- "version": "1.9.0",
6
+ "version": "1.10.0",
7
7
  "engines": {
8
8
  "node": ">=20.9.0"
9
9
  },
@@ -75,9 +75,9 @@
75
75
  "npm-run-all": "^4.1.5",
76
76
  "prism-react-renderer": "^2.4.1",
77
77
  "react-error-boundary": "^6.1.1",
78
- "@byline/core": "1.9.0",
79
- "@byline/ui": "1.9.0",
80
- "@byline/client": "1.9.0"
78
+ "@byline/client": "1.10.0",
79
+ "@byline/core": "1.10.0",
80
+ "@byline/ui": "1.10.0"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "react": "^19.0.0",
@@ -1429,7 +1429,7 @@ button.item.dropdown-item-active i {
1429
1429
  }
1430
1430
 
1431
1431
  .dropdown .item {
1432
- color: unset;
1432
+ color: #ccc;
1433
1433
  background-color: unset;
1434
1434
  }
1435
1435