@lumir-company/editor 0.4.19 → 0.4.21

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
@@ -1356,20 +1356,24 @@
1356
1356
  min-width: 0; /* 컬럼 내 넓은 콘텐츠(표 등) 오버플로 방지 */
1357
1357
  }
1358
1358
 
1359
- /* 컬럼 중앙 세로 구분선 columnDivider prop이 켜지면 루트에 .lumir-column-divider 부여.
1360
- divider가 드래그 핸들(grip)에 가려지지 않도록, 컬럼 사이 gap을 넓혀(기본 16px →
1361
- grip-space×2) divider를 정중앙에 두고 양쪽에 grip 너비만큼의 여백을 둔다.
1362
- 우측 컬럼 블록의 grip 우측 여백 안에 떠서 divider와 겹치지 않는다.
1363
- 마지막 컬럼 제외 N컬럼이면 N-1개. flex 기본 align-items:stretch로 컬럼 높이가
1364
- 같아 구분선이 전체 높이를 채운다. grip-space는 CSS 변수로 조정 가능. */
1365
- .lumirEditor.lumir-column-divider .bn-column-list {
1359
+ /* 컬럼 중앙 세로 구분선. 가지 방식으로 켜진다(둘 하나라도 켜지면 표시):
1360
+ 1) 전역: columnDivider prop 루트 `.lumir-column-divider` (모든 컬럼).
1361
+ 2) 블록별: columnList의 `showDivider` attr `data-divider="true"` (드래그핸들 메뉴 토글).
1362
+ divider가 드래그 핸들(grip)에 가려지지 않도록 gap을 넓혀(기본 16px grip-space×2)
1363
+ divider를 정중앙에 두고 양쪽에 grip 너비만큼 여백을 둔다. 마지막 컬럼 제외 → N컬럼이면
1364
+ N-1개. flex 기본 align-items:stretch로 컬럼 높이가 같아 구분선이 전체 높이를 채운다.
1365
+ grip-space/색은 CSS 변수로 조정 가능. */
1366
+ .lumirEditor.lumir-column-divider .bn-column-list,
1367
+ .lumirEditor .bn-column-list[data-divider="true"] {
1366
1368
  --lumir-column-grip-space: 28px; /* divider ~ 콘텐츠 여백(≈grip 너비 + 여유) */
1367
1369
  gap: calc(var(--lumir-column-grip-space) * 2);
1368
1370
  }
1369
- .lumirEditor.lumir-column-divider .bn-column {
1371
+ .lumirEditor.lumir-column-divider .bn-column,
1372
+ .lumirEditor .bn-column-list[data-divider="true"] .bn-column {
1370
1373
  position: relative;
1371
1374
  }
1372
- .lumirEditor.lumir-column-divider .bn-column:not(:last-child)::after {
1375
+ .lumirEditor.lumir-column-divider .bn-column:not(:last-child)::after,
1376
+ .lumirEditor .bn-column-list[data-divider="true"] .bn-column:not(:last-child)::after {
1373
1377
  content: "";
1374
1378
  position: absolute;
1375
1379
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumir-company/editor",
3
- "version": "0.4.19",
3
+ "version": "0.4.21",
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": [