monowind 0.2.14 → 0.3.1
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/README.md +18 -0
- package/dist/cdn.js +781 -581
- package/dist/cdn.js.map +1 -1
- package/dist/element.d.ts +13 -0
- package/dist/element.d.ts.map +1 -1
- package/dist/flex.d.ts.map +1 -1
- package/dist/glyph-box.d.ts +25 -7
- package/dist/glyph-box.d.ts.map +1 -1
- package/dist/glyphs.d.ts +10 -0
- package/dist/glyphs.d.ts.map +1 -1
- package/dist/index.js +2629 -1895
- package/dist/index.js.map +1 -1
- package/dist/layout.d.ts +24 -6
- package/dist/layout.d.ts.map +1 -1
- package/dist/leaf.d.ts +0 -7
- package/dist/leaf.d.ts.map +1 -1
- package/dist/metrics.d.ts.map +1 -1
- package/dist/observed.d.ts +5 -0
- package/dist/observed.d.ts.map +1 -0
- package/dist/paint.d.ts +1 -1
- package/dist/paint.d.ts.map +1 -1
- package/dist/plain-text.d.ts +12 -5
- package/dist/plain-text.d.ts.map +1 -1
- package/dist/pointer.d.ts +4 -1
- package/dist/pointer.d.ts.map +1 -1
- package/dist/positioning.d.ts +9 -2
- package/dist/positioning.d.ts.map +1 -1
- package/dist/render.d.ts.map +1 -1
- package/dist/sticky.d.ts +4 -2
- package/dist/sticky.d.ts.map +1 -1
- package/dist/style.d.ts +14 -5
- package/dist/style.d.ts.map +1 -1
- package/dist/top-layer.d.ts +25 -0
- package/dist/top-layer.d.ts.map +1 -0
- package/dist/tree.d.ts.map +1 -1
- package/dist/types.d.ts +93 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +5 -4
- package/src/styles.css +681 -511
- package/src/variants.css +8 -2
package/dist/element.d.ts
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/** ARIA's composite widgets, by role: a container whose items are the
|
|
2
|
+
* widgets and its focus indication, its own cells the grid's
|
|
3
|
+
* (specs/cell-model.md); styles.css mirrors the list, interactive.test.ts
|
|
4
|
+
* holds them equal. */
|
|
5
|
+
export declare const COMPOSITE: string;
|
|
6
|
+
/** The light elements that keep pointer events in grid mode
|
|
7
|
+
* (specs/cell-model.md "Pointer states"): the natively interactive, a
|
|
8
|
+
* focus target other than a COMPOSITE container, and the ARIA widgets.
|
|
9
|
+
* Any other light target got the event by a browser quirk (Firefox
|
|
10
|
+
* hit-tests a multicol spanner's anonymous wrapper as its container
|
|
11
|
+
* despite pointer-events: none) and is handled as a grid event at the
|
|
12
|
+
* same coordinates. */
|
|
13
|
+
export declare const INTERACTIVE: string;
|
|
1
14
|
declare const HTMLElementBase: typeof HTMLElement;
|
|
2
15
|
export declare class MonoWindElement extends HTMLElementBase {
|
|
3
16
|
#private;
|
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":"AA4KA;;;uBAGuB;AACvB,eAAO,MAAM,SAAS,QASV,CAAC;AAEb;;;;;;uBAMuB;AACvB,eAAO,MAAM,WAAW,QAqBZ,CAAC;AA+Hb,QAAA,MAAM,eAAe,EAEhB,OAAO,WAAW,CAAC;AAExB,qBAAa,eAAgB,SAAQ,eAAe;;IAClD,MAAM,CAAC,kBAAkB,WAAuB;IAmJhD,cA8BC;IAqBD,iBAAiB,IAAI,IAAI,CA8HxB;IAED,oBAAoB,IAAI,IAAI,CAsD3B;IA4/CD,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;CA4SF;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/flex.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flex.d.ts","sourceRoot":"","sources":["../src/flex.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAwB,WAAW,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"flex.d.ts","sourceRoot":"","sources":["../src/flex.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAwB,WAAW,EAAE,MAAM,cAAc,CAAC;AActE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAkB,MAAM,YAAY,CAAC;AA0DhF,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,WAAW,EAAE,EACvB,KAAK,EAAE,MAAM,GAAG,cAAc,GAC7B,WAAW,EAAE,CAKf;AAED;;;;GAIG;AAEH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,UAAU,EAChB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,GAAG,SAAS,EACvC,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,cAAc,GACpB,MAAM,CAmQR;AAyBD,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,UAAU,EAChB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,OAAO,EACzB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,cAAc,GACpB,MAAM,CA6LR;AAgDD;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,OAAO,EAAE,SAAS,CAAC,gBAAgB,CAAC,EACpC,KAAK,EAAE,MAAM,EAAE,EACf,QAAQ,EAAE,MAAM,GACf,MAAM,EAAE,CA0CV;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,aAAa,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC,EACF,SAAS,EAAE,MAAM,GAChB,MAAM,EAAE,CA+DV;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAiB5E;AAED;kBACkB;AAClB,wBAAgB,cAAc,CAAC,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,SAAS,CAAC,YAAY,CAAC,CAI7F;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,SAAS,CAAC,YAAY,CAAC,EAC9B,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,GACZ,MAAM,CAIR;AA+CD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,CAAC,gBAAgB,CAAC,CAS9E"}
|
package/dist/glyph-box.d.ts
CHANGED
|
@@ -14,9 +14,15 @@ import type { CellPaint } from "./plain-text.ts";
|
|
|
14
14
|
export interface GlyphBox {
|
|
15
15
|
/** The box's `font-size` as a factor of the grid's. */
|
|
16
16
|
scale: number;
|
|
17
|
-
/** The box's own `line-height` in px, which
|
|
18
|
-
*
|
|
17
|
+
/** The box's own `line-height` in px, which pins a tiling glyph to
|
|
18
|
+
* its row, its ink at least a pixel past the row each side (set for
|
|
19
|
+
* tiling ranges only). */
|
|
19
20
|
lineHeight?: number;
|
|
21
|
+
/** The glyph's advance at that scale, in px: the box places the glyph
|
|
22
|
+
* by a text-indent of half the room left, where a centered line lands
|
|
23
|
+
* on a rounded position and, at one joint in six, ends short of the
|
|
24
|
+
* clip's edge column. */
|
|
25
|
+
advance: number;
|
|
20
26
|
/** The vertical period of a shade's lattice at that scale, in px
|
|
21
27
|
* (set for shades only). */
|
|
22
28
|
period?: number;
|
|
@@ -27,15 +33,24 @@ export interface GlyphBox {
|
|
|
27
33
|
above: number;
|
|
28
34
|
below: number;
|
|
29
35
|
};
|
|
36
|
+
/** Whether the fit exists only because the font draws the glyph PAST
|
|
37
|
+
* the row: it covers the row already, and the box is there to clip
|
|
38
|
+
* the overshoot off the rows below (set for that case alone). */
|
|
39
|
+
past?: boolean;
|
|
30
40
|
}
|
|
31
41
|
/** Where the baseline of `glyph` lands, in px from the top of a box a
|
|
32
42
|
* row tall with that `font-size` factor and `line-height`. */
|
|
33
43
|
export type BaselineOf = (glyph: string, scale: number, lineHeight: number) => number;
|
|
34
44
|
export declare class GlyphBoxes {
|
|
35
45
|
#private;
|
|
46
|
+
/** Counts the measurements forgotten: a grid painted under an
|
|
47
|
+
* earlier count holds boxes fit to another font or cell (paint.ts). */
|
|
48
|
+
generation: number;
|
|
36
49
|
constructor(baselineOf?: BaselineOf);
|
|
37
|
-
/** The grid's font and cell
|
|
38
|
-
*
|
|
50
|
+
/** The grid's font and cell — its baseline, in px from the row's
|
|
51
|
+
* top, where the grid measures one; a change (the device pixel
|
|
52
|
+
* ratio's too — a zoom moves the shades' lattice) forgets every
|
|
53
|
+
* measurement. */
|
|
39
54
|
configure(font: {
|
|
40
55
|
style: string;
|
|
41
56
|
weight: string;
|
|
@@ -45,15 +60,18 @@ export declare class GlyphBoxes {
|
|
|
45
60
|
width: number;
|
|
46
61
|
height: number;
|
|
47
62
|
letterSpacing: number;
|
|
63
|
+
baseline?: number;
|
|
48
64
|
}): void;
|
|
49
65
|
/** Forget every measurement: a font finished loading, so the same
|
|
50
66
|
* cluster may draw differently now (the fallback's measurements would
|
|
51
67
|
* otherwise stay cached under the same font name). */
|
|
52
68
|
invalidate(): void;
|
|
53
69
|
/** The box for a cluster painted with `paint`, or null when the font
|
|
54
|
-
* draws
|
|
55
|
-
*
|
|
56
|
-
*
|
|
70
|
+
* draws THAT cluster at `cells` cells within 0.01 cell (a block: at
|
|
71
|
+
* its width and the row's height). Null is the grid's promise that
|
|
72
|
+
* the cluster needs no box to keep to its cells, so it is never
|
|
73
|
+
* given on another glyph's measurement. Nothing is cached while
|
|
74
|
+
* fonts are still loading. */
|
|
57
75
|
box(cluster: string, cells: number, paint?: CellPaint): GlyphBox | null;
|
|
58
76
|
/** How far a shade's lattice moves in `row` so that it carries on
|
|
59
77
|
* from the row above: down by the phase, or up by the rest of the
|
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;
|
|
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;;8BAE0B;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;6BAGyB;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB;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;IACzC;;qEAEiE;IACjE,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAcD;8DAC8D;AAC9D,MAAM,MAAM,UAAU,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,MAAM,CAAC;AAEtF,qBAAa,UAAU;;IAYrB;2EACuE;IACvE,UAAU,SAAK;IAEf,YAAY,UAAU,CAAC,EAAE,UAAU,EAElC;IAED;;;sBAGkB;IAClB,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,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,GAChF,IAAI,CAmBN;IAED;;0DAEsD;IACtD,UAAU,IAAI,IAAI,CAIjB;IAED;;;;;kCAK8B;IAC9B,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CActE;IAmCD;;;;sEAIkE;IAClE,KAAK,CAAC,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CASxC;CA6NF"}
|
package/dist/glyphs.d.ts
CHANGED
|
@@ -84,6 +84,16 @@ export declare function registerBorderGlyphs(name: string, set: BorderGlyphSet):
|
|
|
84
84
|
* empty names (headless environments read "") mean the built-in
|
|
85
85
|
* defaults. */
|
|
86
86
|
export declare function glyphSetFor(name: string | null | undefined): BorderGlyphSet | undefined;
|
|
87
|
+
/** The clusters a `--mw-missing-glyphs` value names: a CSS string of
|
|
88
|
+
* the characters the themed font has not got, commas and whitespace
|
|
89
|
+
* free to separate them. */
|
|
90
|
+
export declare function missingGlyphs(value: string | null | undefined): Set<string>;
|
|
91
|
+
/** The set name a node carries for `name` on a font whose
|
|
92
|
+
* `--mw-missing-glyphs` reads `declared` (specs/theming.md): the name
|
|
93
|
+
* itself where the set draws none of them, else a derived registration
|
|
94
|
+
* `glyphSetFor` resolves like any other, so every call site keeps
|
|
95
|
+
* taking a NAME. */
|
|
96
|
+
export declare function glyphSetNameFor(name: string | null, declared: string | null | undefined): string | null;
|
|
87
97
|
/** Host subscription to registrations; returns the unsubscriber. */
|
|
88
98
|
export declare function onGlyphRegistryChange(listener: () => void): () => void;
|
|
89
99
|
/** A corner's glyph for its radius: the registration nearest it,
|
package/dist/glyphs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"glyphs.d.ts","sourceRoot":"","sources":["../src/glyphs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE1D;;;;;;;;;GASG;AAEH;;2BAE2B;AAC3B,MAAM,WAAW,UAAU;IACzB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,kCAAkC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iCAAiC;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,2BAA2B;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qEAAqE;IACrE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;uCAGmC;IACnC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;+BAC2B;IAC3B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;;qEAGiE;IACjE,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB;;;0DAGsD;IACtD,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;CACxB;AAED,+CAA+C;AAC/C,QAAA,MAAM,UAAU,YACd,GAAG,EACH,GAAG,EACH,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,OAAO,EACP,SAAS,EACT,SAAS,EACT,UAAU,EACV,OAAO,CACC,CAAC;AACX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AACnD,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;AAEjD;;kEAEkE;AAClE,MAAM,WAAW,UAAW,SAAQ,OAAO,CAAC,SAAS,CAAC;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;eACe;AACf,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC,CAAC;AAKtE;;;kCAGkC;AAClC,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,cAAc,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"glyphs.d.ts","sourceRoot":"","sources":["../src/glyphs.ts"],"names":[],"mappings":"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"}
|