@jinntec/jinntap 1.16.1 → 1.16.2
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/editor-styles.css +11 -0
- package/dist/jinn-tap.es.js +2 -2
- package/package.json +1 -1
package/dist/editor-styles.css
CHANGED
|
@@ -35,6 +35,17 @@ tei-div > tei-div > tei-div > tei-div > tei-head {
|
|
|
35
35
|
margin-top: 1.874rem;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
+
tei-div > tei-div > tei-div > tei-div > tei-div > tei-head {
|
|
39
|
+
font-size: 1.125rem;
|
|
40
|
+
line-height: 1.25;
|
|
41
|
+
margin-top: 1.5rem;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
tei-figure > tei-head {
|
|
45
|
+
font-size: 1rem;
|
|
46
|
+
line-height: 1.25;
|
|
47
|
+
}
|
|
48
|
+
|
|
38
49
|
tei-title[level="m"] {
|
|
39
50
|
font-style: italic;
|
|
40
51
|
}
|
package/dist/jinn-tap.es.js
CHANGED
|
@@ -38626,7 +38626,7 @@ const Wx = /* @__PURE__ */ Fx(Hx), Jx = {
|
|
|
38626
38626
|
figure: {
|
|
38627
38627
|
type: "block",
|
|
38628
38628
|
selectable: !0,
|
|
38629
|
-
content: "(graphic|figDesc)*"
|
|
38629
|
+
content: "(graphic|figDesc|head)*"
|
|
38630
38630
|
},
|
|
38631
38631
|
figDesc: {
|
|
38632
38632
|
type: "block",
|
|
@@ -38933,7 +38933,7 @@ const Wx = /* @__PURE__ */ Fx(Hx), Jx = {
|
|
|
38933
38933
|
type: "list",
|
|
38934
38934
|
group: "",
|
|
38935
38935
|
defining: !0,
|
|
38936
|
-
content: "note
|
|
38936
|
+
content: "note*",
|
|
38937
38937
|
keyboard: {
|
|
38938
38938
|
"Mod-Shift-u": {
|
|
38939
38939
|
attributes: {}
|