arxatec-ui 0.1.39 → 0.1.40
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/arxatec-ui.css +1 -1
- package/dist/index.js +2604 -2597
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/arxatec-ui.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._wrapper_1s9qm_2{min-height:2.5rem;font-family:var(--font-sans)}._wrapper_1s9qm_2 .ProseMirror{max-width:none;min-height:0;font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--font-line-height-base);background:0 0;outline:none;margin:0;padding:.375rem .75rem}._wrapper_1s9qm_2 .ProseMirror p,._wrapper_1s9qm_2 .ProseMirror li,._wrapper_1s9qm_2 .ProseMirror blockquote,._wrapper_1s9qm_2 .ProseMirror strong,._wrapper_1s9qm_2 .ProseMirror em,._wrapper_1s9qm_2 .ProseMirror u{font-family:inherit;font-size:inherit;line-height:inherit;margin:.5rem 0}._wrapper_1s9qm_2 .ProseMirror h1{font-family:var(--font-sans);font-size:var(--font-size-xl);font-weight:600;line-height:var(--font-line-height-xl);margin:.375rem 0 .25rem}._wrapper_1s9qm_2 .ProseMirror h2{font-family:var(--font-sans);font-size:var(--font-size-lg);font-weight:600;line-height:var(--font-line-height-lg);margin:.375rem 0 .25rem}._wrapper_1s9qm_2 .ProseMirror h3{font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:600;line-height:var(--font-line-height-base);margin:.35rem 0 .2rem}._wrapper_1s9qm_2 .ProseMirror h4{font-family:var(--font-sans);font-size:var(--font-size-sm);font-weight:600;line-height:var(--font-line-height-sm);margin:.3rem 0 .15rem}._wrapper_1s9qm_2 .ProseMirror h5,._wrapper_1s9qm_2 .ProseMirror h6{font-family:var(--font-sans);font-size:var(--font-size-sm);font-weight:600;line-height:var(--font-line-height-sm);margin:.25rem 0}._wrapper_1s9qm_2 .ProseMirror p{margin:.125rem 0}._wrapper_1s9qm_2 .ProseMirror ul,._wrapper_1s9qm_2 .ProseMirror ol{margin:.25rem 0;padding-left:1.25rem}._wrapper_1s9qm_2 .ProseMirror li{margin:0}._wrapper_1s9qm_2 .ProseMirror blockquote{border-left-width:2px;margin:.25rem 0;padding-left:.75rem}._wrapper_1s9qm_2 .ProseMirror code{font-family:var(--font-mono);font-size:var(--font-size-sm)}._wrapper_1s9qm_2 .ProseMirror .is-description-editor-empty:before{content:attr(data-placeholder);float:left;pointer-events:none;height:0;color:var(--color-muted-foreground);font-family:inherit;font-size:inherit}
|
|
2
2
|
/*$vite$:1*/
|