@lumir-company/editor 0.4.21 → 0.4.23

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/style.css CHANGED
@@ -559,6 +559,71 @@
559
559
  overflow-y: auto;
560
560
  }
561
561
 
562
+ /* blur 상태에서도 텍스트 선택 하이라이트 유지 (InactiveSelectionExtension).
563
+ 툴바 드롭다운(글자 크기 등) 조작 시 에디터가 blur돼 네이티브 선택이 사라지는 문제 보완. */
564
+ .bn-inactive-selection {
565
+ background-color: var(--lumir-inactive-selection, rgba(35, 131, 226, 0.28));
566
+ }
567
+
568
+ /* Font Size 1px Stepper (글자 크기 −/+ + 직접 입력) — 두 드롭다운(FormattingToolbar/FloatingMenu) 공용 */
569
+ .lumir-fs-stepper {
570
+ display: flex;
571
+ align-items: center;
572
+ justify-content: center;
573
+ gap: 4px;
574
+ padding: 6px 8px;
575
+ border-bottom: 1px solid #e5e7eb;
576
+ }
577
+
578
+ .lumir-fs-stepper-btn {
579
+ width: 24px;
580
+ height: 24px;
581
+ display: flex;
582
+ align-items: center;
583
+ justify-content: center;
584
+ border: 1px solid #d1d5db;
585
+ border-radius: 4px;
586
+ background: #fff;
587
+ color: #374151;
588
+ cursor: pointer;
589
+ font-size: 14px;
590
+ line-height: 1;
591
+ flex-shrink: 0;
592
+ }
593
+
594
+ .lumir-fs-stepper-btn:hover:not(:disabled) {
595
+ background: #f3f4f6;
596
+ }
597
+
598
+ .lumir-fs-stepper-btn:disabled {
599
+ opacity: 0.4;
600
+ cursor: default;
601
+ }
602
+
603
+ .lumir-fs-stepper-input {
604
+ width: 40px;
605
+ text-align: center;
606
+ border: 1px solid #d1d5db;
607
+ border-radius: 4px;
608
+ padding: 3px 2px;
609
+ font-size: 13px;
610
+ color: #111827;
611
+ background: #fff;
612
+ -moz-appearance: textfield;
613
+ appearance: textfield;
614
+ }
615
+
616
+ .lumir-fs-stepper-input:focus {
617
+ outline: none;
618
+ border-color: #3b82f6;
619
+ }
620
+
621
+ .lumir-fs-stepper-input::-webkit-outer-spin-button,
622
+ .lumir-fs-stepper-input::-webkit-inner-spin-button {
623
+ -webkit-appearance: none;
624
+ margin: 0;
625
+ }
626
+
562
627
  /* Block Type Dropdown Button */
563
628
  .lumir-block-type-btn {
564
629
  min-width: 110px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumir-company/editor",
3
- "version": "0.4.21",
3
+ "version": "0.4.23",
4
4
  "private": false,
5
5
  "description": "Image-only BlockNote rich text editor with S3 upload, customizable filename transforms, UUID support, and loading spinner",
6
6
  "keywords": [