monowind 0.2.9 → 0.2.10
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/cdn.js +77 -60
- package/dist/cdn.js.map +1 -1
- package/dist/element.d.ts.map +1 -1
- package/dist/glyph-box.d.ts +12 -3
- package/dist/glyph-box.d.ts.map +1 -1
- package/dist/index.js +1413 -1252
- package/dist/index.js.map +1 -1
- package/dist/layout.d.ts.map +1 -1
- package/dist/paint.d.ts.map +1 -1
- package/dist/plain-text.d.ts +11 -0
- package/dist/plain-text.d.ts.map +1 -1
- package/dist/pointer.d.ts +27 -8
- package/dist/pointer.d.ts.map +1 -1
- package/dist/selection.d.ts.map +1 -1
- package/dist/style.d.ts +7 -0
- package/dist/style.d.ts.map +1 -1
- package/dist/tree.d.ts +16 -9
- package/dist/tree.d.ts.map +1 -1
- package/dist/types.d.ts +10 -6
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/styles.css +47 -28
package/dist/element.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../src/element.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../src/element.ts"],"names":[],"mappings":"AAgOA,QAAA,MAAM,eAAe,EAEhB,OAAO,WAAW,CAAC;AAExB,qBAAa,eAAgB,SAAQ,eAAe;;IAClD,MAAM,CAAC,kBAAkB,WAAuB;IAyIhD,cAsBC;IAkBD,iBAAiB,IAAI,IAAI,CAoGxB;IAED,oBAAoB,IAAI,IAAI,CA4C3B;IAkoCD,wBAAwB,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CA+B1F;IAED;;;;0DAIsD;IACtD,WAAW,IAAI,MAAM,CAIpB;CA2QF;AAED;+DAC+D;AAC/D,wBAAgB,cAAc,IAAI,IAAI,CAIrC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,eAAe,CAAC;KAC9B;CACF;AAyDD;;;;;;;;;yDASyD;AACzD,wBAAgB,cAAc,CAC5B,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,MAAM,GACX,MAAM,CAMR"}
|
package/dist/glyph-box.d.ts
CHANGED
|
@@ -20,6 +20,13 @@ export interface GlyphBox {
|
|
|
20
20
|
/** The vertical period of a shade's lattice at that scale, in px
|
|
21
21
|
* (set for shades only). */
|
|
22
22
|
period?: number;
|
|
23
|
+
/** How far the glyph's content area — what a browser's selection
|
|
24
|
+
* highlight covers — reaches past the box above and below, in px
|
|
25
|
+
* (set with `period`). */
|
|
26
|
+
reach?: {
|
|
27
|
+
above: number;
|
|
28
|
+
below: number;
|
|
29
|
+
};
|
|
23
30
|
}
|
|
24
31
|
/** Where the baseline of `glyph` lands, in px from the top of a box a
|
|
25
32
|
* row tall with that `font-size` factor and `line-height`. */
|
|
@@ -48,9 +55,11 @@ export declare class GlyphBoxes {
|
|
|
48
55
|
* and at least the row's height). Nothing is cached while fonts are
|
|
49
56
|
* still loading. */
|
|
50
57
|
box(cluster: string, cells: number, paint?: CellPaint): GlyphBox | null;
|
|
51
|
-
/** How far
|
|
52
|
-
*
|
|
53
|
-
*
|
|
58
|
+
/** How far a shade's lattice moves in `row` so that it carries on
|
|
59
|
+
* from the row above: down by the phase, or up by the rest of the
|
|
60
|
+
* period when down would carry the glyph's content area off the
|
|
61
|
+
* box's top and up keeps it past the bottom — a selection highlight
|
|
62
|
+
* covers the content area, and the move must not bare the box. */
|
|
54
63
|
shift(box: GlyphBox, row: number): number;
|
|
55
64
|
}
|
|
56
65
|
//# sourceMappingURL=glyph-box.d.ts.map
|
package/dist/glyph-box.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"glyph-box.d.ts","sourceRoot":"","sources":["../src/glyph-box.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,QAAQ;IACvB,uDAAuD;IACvD,KAAK,EAAE,MAAM,CAAC;IACd;4EACwE;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;gCAC4B;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"glyph-box.d.ts","sourceRoot":"","sources":["../src/glyph-box.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,QAAQ;IACvB,uDAAuD;IACvD,KAAK,EAAE,MAAM,CAAC;IACd;4EACwE;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;gCAC4B;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;8BAE0B;IAC1B,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CAC1C;AAaD;8DAC8D;AAC9D,MAAM,MAAM,UAAU,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,MAAM,CAAC;AAEtF,qBAAa,UAAU;;IASrB,YAAY,UAAU,CAAC,EAAE,UAAU,EAElC;IAED;sEACkE;IAClE,SAAS,CACP,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,EACrE,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,aAAa,EAAE,MAAM,CAAA;KAAE,GAC7D,IAAI,CAiBN;IAED;;0DAEsD;IACtD,UAAU,IAAI,IAAI,CAGjB;IAED;;;wBAGoB;IACpB,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CActE;IA4BD;;;;sEAIkE;IAClE,KAAK,CAAC,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CASxC;CAuIF"}
|