@jinntec/jinntap 1.12.0 → 1.12.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.
@@ -34,7 +34,7 @@ tei-title[level="m"] {
34
34
  tei-div {
35
35
  border-right: 2px solid var(--tei-div-color-0);
36
36
  margin-right: 2px;
37
- padding-right: 2px;
37
+ padding-right: 4px;
38
38
  }
39
39
 
40
40
  tei-div > tei-div {
@@ -156,10 +156,22 @@ tei-listAnnotation:empty::before {
156
156
  display: none;
157
157
  }
158
158
 
159
- tei-opener, tei-closer, tei-signed {
159
+ tei-opener, tei-closer, tei-signed, tei-dateline {
160
160
  display: block;
161
161
  }
162
162
 
163
+ tei-opener {
164
+ margin-bottom: 1rem;
165
+ }
166
+
167
+ tei-closer {
168
+ margin-top: 1rem;
169
+ }
170
+
171
+ tei-dateline {
172
+ text-align: right;
173
+ }
174
+
163
175
  tei-listAnnotation::before {
164
176
  padding: 1rem 0 0;
165
177
  margin-top: 2rem;
@@ -0,0 +1,7 @@
1
+ import { JinnTap as r } from "./jinn-tap.es.js";
2
+ import { JinnToast as t } from "./jinn-toast.es.js";
3
+ export {
4
+ r as JinnTap,
5
+ t as JinnToast
6
+ };
7
+ //# sourceMappingURL=index.es.js.map