@toclocoinc/lattice-grid 1.12.1 → 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.
- package/README.md +1 -1
- package/docs/API.html +1 -1
- package/lattice-grid.d.ts +1 -1
- package/lattice-grid.esm.min.js +1 -1
- package/lattice-grid.min.cjs +1 -1
- package/lattice-grid.min.js +1 -1
- package/modules/charts.esm.min.js +3 -1
- package/modules/devtools.esm.min.js +1 -1
- package/modules/dhtmlx-compat.esm.min.js +1 -1
- package/modules/htmx.esm.min.js +1 -1
- package/modules/htmx.min.cjs +1 -1
- package/modules/htmx.min.js +1 -1
- package/modules/react.esm.min.js +1 -1
- package/modules/svelte.esm.min.js +1 -1
- package/modules/vue.esm.min.js +1 -1
- package/modules/webcomponent.esm.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
dependencies, no build step required. Optional adapters for React, Vue, Svelte
|
|
5
5
|
and Web Components ship alongside it.
|
|
6
6
|
|
|
7
|
-
Version 1.12.
|
|
7
|
+
Version 1.12.2 · [latticegrid.dev](https://www.latticegrid.dev) · TOCLOCO Inc
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
package/docs/API.html
CHANGED
|
@@ -5660,7 +5660,7 @@ createGrid(el, {
|
|
|
5660
5660
|
<!-- END GENERATED TYPE REFERENCE -->
|
|
5661
5661
|
|
|
5662
5662
|
<footer>
|
|
5663
|
-
Lattice Grid 1.12.
|
|
5663
|
+
Lattice Grid 1.12.2 · Copyright © 2026 TOCLOCO Inc. All rights reserved.
|
|
5664
5664
|
This document describes the behaviour of the shipped library. Where this guide and the code
|
|
5665
5665
|
disagree, the code wins: please <a href="https://www.latticegrid.dev">tell us</a>.
|
|
5666
5666
|
</footer>
|
package/lattice-grid.d.ts
CHANGED
package/lattice-grid.esm.min.js
CHANGED
package/lattice-grid.min.cjs
CHANGED
package/lattice-grid.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Lattice Grid 1.12.
|
|
2
|
+
* Lattice Grid 1.12.2, charts module
|
|
3
3
|
* Copyright (c) 2026 TOCLOCO Inc. All rights reserved.
|
|
4
4
|
* https://latticegrid.dev
|
|
5
5
|
*/
|
|
@@ -394,6 +394,7 @@ return`
|
|
|
394
394
|
.${NS}__qq-line{stroke:var(--lattice-foreground-muted,#5b6570);stroke-width:1;stroke-dasharray:4 3;fill:none}
|
|
395
395
|
.${NS}__ecdf{stroke-width:1.5;fill:none}
|
|
396
396
|
.${NS}__control-line{stroke-width:1.25;fill:none}
|
|
397
|
+
.${NS}__error-bar{stroke:var(--lattice-foreground,#1a1a1a);stroke-width:1.5;fill:none;stroke-linecap:round}
|
|
397
398
|
.${NS}__control-centre{stroke:var(--lattice-foreground-muted,#5b6570);stroke-width:1;fill:none}
|
|
398
399
|
.${NS}__control-limit{stroke:var(--lattice-foreground-muted,#5b6570);stroke-width:1;stroke-dasharray:6 3;fill:none}
|
|
399
400
|
.${NS}__spec-limit{stroke:var(--lattice-danger,#a4262c);stroke-width:1;stroke-dasharray:2 3;fill:none}
|
|
@@ -1756,6 +1757,7 @@ d:path([
|
|
|
1756
1757
|
'M',x-cap,bottom,'L',x+cap,bottom,
|
|
1757
1758
|
]),
|
|
1758
1759
|
fill:'none',
|
|
1760
|
+
stroke:'currentColor',
|
|
1759
1761
|
'data-lower':lower,
|
|
1760
1762
|
'data-upper':upper,
|
|
1761
1763
|
});
|
package/modules/htmx.esm.min.js
CHANGED
package/modules/htmx.min.cjs
CHANGED
package/modules/htmx.min.js
CHANGED
package/modules/react.esm.min.js
CHANGED
package/modules/vue.esm.min.js
CHANGED