@byline/richtext-lexical 3.0.0 → 3.0.2
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/field/editor.css +9 -5
- package/package.json +5 -5
- package/src/field/editor.css +9 -5
package/dist/field/editor.css
CHANGED
|
@@ -1211,18 +1211,18 @@ button.toolbar-item:disabled .icon, button.toolbar-item:disabled .text, button.t
|
|
|
1211
1211
|
opacity: .2;
|
|
1212
1212
|
}
|
|
1213
1213
|
|
|
1214
|
+
.toolbar-item:hover:not([disabled]) {
|
|
1215
|
+
background-color: #dfdfdf;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1214
1218
|
button.toolbar-item.active {
|
|
1215
|
-
background-color: #
|
|
1219
|
+
background-color: #eee;
|
|
1216
1220
|
}
|
|
1217
1221
|
|
|
1218
1222
|
button.toolbar-item.active i {
|
|
1219
1223
|
opacity: 1;
|
|
1220
1224
|
}
|
|
1221
1225
|
|
|
1222
|
-
.toolbar-item:hover:not([disabled]) {
|
|
1223
|
-
background-color: #eee;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
1226
|
.toolbar-item.font-family .text {
|
|
1227
1227
|
max-width: 40px;
|
|
1228
1228
|
display: block;
|
|
@@ -1383,6 +1383,10 @@ button.item.dropdown-item-active i {
|
|
|
1383
1383
|
background-color: #1c1c1c;
|
|
1384
1384
|
}
|
|
1385
1385
|
|
|
1386
|
+
:is(.dark, [data-theme="dark"]) button.toolbar-item.active {
|
|
1387
|
+
background-color: #1e1e1e;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1386
1390
|
:is(.dark, [data-theme="dark"]) .editor-shell {
|
|
1387
1391
|
color: #fff;
|
|
1388
1392
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
|
-
"version": "3.0.
|
|
6
|
+
"version": "3.0.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.9.0"
|
|
9
9
|
},
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"npm-run-all": "^4.1.5",
|
|
73
73
|
"prism-react-renderer": "^2.4.1",
|
|
74
74
|
"react-error-boundary": "^6.1.1",
|
|
75
|
-
"@byline/
|
|
76
|
-
"@byline/
|
|
77
|
-
"@byline/ui": "3.0.
|
|
78
|
-
"@byline/core": "3.0.
|
|
75
|
+
"@byline/admin": "3.0.2",
|
|
76
|
+
"@byline/client": "3.0.2",
|
|
77
|
+
"@byline/ui": "3.0.2",
|
|
78
|
+
"@byline/core": "3.0.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"react": "^19.0.0",
|
package/src/field/editor.css
CHANGED
|
@@ -1243,18 +1243,18 @@ button.toolbar-item:disabled .chevron-down {
|
|
|
1243
1243
|
opacity: 0.2;
|
|
1244
1244
|
}
|
|
1245
1245
|
|
|
1246
|
+
.toolbar-item:hover:not([disabled]) {
|
|
1247
|
+
background-color: #dfdfdf;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1246
1250
|
button.toolbar-item.active {
|
|
1247
|
-
background-color:
|
|
1251
|
+
background-color: #eee;
|
|
1248
1252
|
}
|
|
1249
1253
|
|
|
1250
1254
|
button.toolbar-item.active i {
|
|
1251
1255
|
opacity: 1;
|
|
1252
1256
|
}
|
|
1253
1257
|
|
|
1254
|
-
.toolbar-item:hover:not([disabled]) {
|
|
1255
|
-
background-color: #eee;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
1258
|
.toolbar-item.font-family .text {
|
|
1259
1259
|
display: block;
|
|
1260
1260
|
max-width: 40px;
|
|
@@ -1413,6 +1413,10 @@ button.item.dropdown-item-active i {
|
|
|
1413
1413
|
background-color: #1c1c1c;
|
|
1414
1414
|
}
|
|
1415
1415
|
|
|
1416
|
+
button.toolbar-item.active {
|
|
1417
|
+
background-color: #1e1e1e;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1416
1420
|
.editor-shell {
|
|
1417
1421
|
color: #fff;
|
|
1418
1422
|
}
|