monowind 0.2.2 → 0.2.3

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/element.d.ts CHANGED
@@ -21,5 +21,16 @@ declare global {
21
21
  "mono-wind": MonoWindElement;
22
22
  }
23
23
  }
24
+ /** Native scroll position → whole-cell offset within the engine's
25
+ * range (specs/scrolling.md). Within half a cell of `base` (the last
26
+ * painted offset) the shown cell stays — a wobble never flips it;
27
+ * beyond that, the NEAREST cell, ties away from `base`, so a keyboard
28
+ * step of two and a half cells moves three in either direction. At
29
+ * the native `ceiling` the container IS at max: the spacer ends at the
30
+ * engine's edge, but scrollHeight and clientHeight round
31
+ * independently, so the ceiling can sit a pixel either side of the
32
+ * multiple. (A container still at 0 never reads as "at max", whatever
33
+ * its ceiling — the spacer may not have applied yet.) */
34
+ export declare function quantizeScroll(px: number, ceiling: number, cellSize: number, max: number, base: number): number;
24
35
  export {};
25
36
  //# sourceMappingURL=element.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../src/element.ts"],"names":[],"mappings":"AAoGA,QAAA,MAAM,eAAe,EAEhB,OAAO,WAAW,CAAC;AAExB,qBAAa,eAAgB,SAAQ,eAAe;;IAClD,MAAM,CAAC,kBAAkB,WAAc;IAmGvC,cAsBC;IAED,iBAAiB,IAAI,IAAI,CAwFxB;IAED,oBAAoB,IAAI,IAAI,CAqC3B;IA+iBD,wBAAwB,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAkB1F;IAED;;;;0DAIsD;IACtD,WAAW,IAAI,MAAM,CAIpB;CAwPF;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"}
1
+ {"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../src/element.ts"],"names":[],"mappings":"AAyGA,QAAA,MAAM,eAAe,EAEhB,OAAO,WAAW,CAAC;AAExB,qBAAa,eAAgB,SAAQ,eAAe;;IAClD,MAAM,CAAC,kBAAkB,WAAc;IAuGvC,cAsBC;IAED,iBAAiB,IAAI,IAAI,CAyFxB;IAED,oBAAoB,IAAI,IAAI,CAqC3B;IAylBD,wBAAwB,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAkB1F;IAED;;;;0DAIsD;IACtD,WAAW,IAAI,MAAM,CAIpB;CA4QF;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;AA+CD;;;;;;;;;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"}