PHP 8.2.30
Preview: style.ts Size: 1.39 KB
/home/byroehnu/.trash/node_modules11/@tiptap/core/src/style.ts

export const style = `.ProseMirror {
  position: relative;
}

.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
}

.ProseMirror [contenteditable="false"] {
  white-space: normal;
}

.ProseMirror [contenteditable="false"] [contenteditable="true"] {
  white-space: pre-wrap;
}

.ProseMirror pre {
  white-space: pre-wrap;
}

img.ProseMirror-separator {
  display: inline !important;
  border: none !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.ProseMirror-gapcursor {
  display: none;
  pointer-events: none;
  position: absolute;
  margin: 0;
}

.ProseMirror-gapcursor:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  border-top: 1px solid black;
  animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
}

@keyframes ProseMirror-cursor-blink {
  to {
    visibility: hidden;
  }
}

.ProseMirror-hideselection *::selection {
  background: transparent;
}

.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}

.ProseMirror-hideselection * {
  caret-color: transparent;
}

.ProseMirror-focused .ProseMirror-gapcursor {
  display: block;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0
}`

Directory Contents

Dirs: 6 × Files: 15

Name Size Perms Modified Actions
commands DIR
- drwxr-xr-x 2026-02-28 11:48:04
Edit Download
- drwxr-xr-x 2026-02-28 11:48:02
Edit Download
helpers DIR
- drwxr-xr-x 2026-02-28 11:48:02
Edit Download
- drwxr-xr-x 2026-02-28 11:48:06
Edit Download
- drwxr-xr-x 2026-02-28 11:48:04
Edit Download
utilities DIR
- drwxr-xr-x 2026-02-28 11:48:00
Edit Download
3.76 KB lrw-r--r-- 2026-02-28 11:47:50
Edit Download
16.11 KB lrw-r--r-- 2026-02-28 11:47:52
Edit Download
1.65 KB lrw-r--r-- 2026-02-28 11:47:52
Edit Download
12.96 KB lrw-r--r-- 2026-02-28 11:47:52
Edit Download
11.78 KB lrw-r--r-- 2026-02-28 11:47:52
Edit Download
875 B lrw-r--r-- 2026-02-28 11:47:56
Edit Download
6.35 KB lrw-r--r-- 2026-02-28 11:47:56
Edit Download
16.36 KB lrw-r--r-- 2026-02-28 11:47:58
Edit Download
23.85 KB lrw-r--r-- 2026-02-28 11:47:58
Edit Download
6.09 KB lrw-r--r-- 2026-02-28 11:48:00
Edit Download
8.65 KB lrw-r--r-- 2026-02-28 11:48:00
Edit Download
9.50 KB lrw-r--r-- 2026-02-28 11:48:00
Edit Download
1.39 KB lrw-r--r-- 2026-02-28 11:48:02
Edit Download
771 B lrw-r--r-- 2026-02-28 11:48:04
Edit Download
11.13 KB lrw-r--r-- 2026-02-28 11:48:04
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).