@lumir-company/editor 0.4.6 → 0.4.8
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/README.md +140 -21
- package/dist/index.d.mts +32 -32
- package/dist/index.d.ts +32 -32
- package/dist/index.js +45 -35
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +45 -35
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +0 -13
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -975,16 +975,3 @@
|
|
|
975
975
|
background-color: #292524 !important;
|
|
976
976
|
border-color: #44403c !important;
|
|
977
977
|
}
|
|
978
|
-
|
|
979
|
-
/* ========================================
|
|
980
|
-
Video Block (커스텀 비디오 플레이어)
|
|
981
|
-
======================================== */
|
|
982
|
-
.lumirEditor [data-content-type="video"] .lumir-video-block-wrapper {
|
|
983
|
-
outline: none;
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
.lumirEditor [data-content-type="video"].ProseMirror-selectednode .lumir-video-block-wrapper {
|
|
987
|
-
outline: 2px solid #3b82f6;
|
|
988
|
-
outline-offset: 2px;
|
|
989
|
-
border-radius: 6px;
|
|
990
|
-
}
|
package/package.json
CHANGED