@richhtmleditor/themes 1.2.0 → 1.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@richhtmleditor/themes",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "CSS themes for Rich HTML Editor.",
5
5
  "type": "module",
6
6
  "style": "./src/richhtmleditor.css",
@@ -3470,6 +3470,41 @@ del.de-track-delete,
3470
3470
  line-height: 1.45;
3471
3471
  }
3472
3472
 
3473
+ /* Typography tab */
3474
+ .de-shortcut-help__typo-intro {
3475
+ margin: 0 0 14px;
3476
+ font-size: 0.85rem;
3477
+ color: var(--de-text-muted, #6b7280);
3478
+ }
3479
+
3480
+ .de-shortcut-help__typo-list dt {
3481
+ min-width: 110px;
3482
+ }
3483
+
3484
+ .de-shortcut-help__typo-input {
3485
+ font-family: ui-monospace, monospace;
3486
+ font-size: 0.82rem;
3487
+ background: var(--de-bg-kbd, #f3f4f6);
3488
+ border: 1px solid var(--de-border, #d1d5db);
3489
+ border-radius: 4px;
3490
+ padding: 1px 6px;
3491
+ color: var(--de-text-primary, #111);
3492
+ white-space: pre;
3493
+ }
3494
+
3495
+ .de-shortcut-help__typo-output {
3496
+ display: inline-block;
3497
+ min-width: 24px;
3498
+ font-size: 1rem;
3499
+ font-weight: 600;
3500
+ color: var(--de-primary, #2563eb);
3501
+ }
3502
+
3503
+ .de-shortcut-help__typo-desc {
3504
+ font-size: 0.83rem;
3505
+ color: var(--de-text-muted, #6b7280);
3506
+ }
3507
+
3473
3508
  /* Footer */
3474
3509
  .de-shortcut-help__footer {
3475
3510
  display: flex;