@unpunnyfuns/swatchbook-blocks 0.58.1 → 0.59.0
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/index.d.mts +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _$react from "react";
|
|
2
2
|
import { ReactElement, ReactNode } from "react";
|
|
3
|
-
import { Axis, AxisVarianceResult, Diagnostic, Preset } from "@unpunnyfuns/swatchbook-core";
|
|
3
|
+
import { Axis, AxisVarianceResult, Diagnostic, Preset, TupleKey } from "@unpunnyfuns/swatchbook-core";
|
|
4
4
|
import { SlimListedToken } from "@unpunnyfuns/swatchbook-core/snapshot-for-wire";
|
|
5
5
|
|
|
6
6
|
//#region src/format-color.d.ts
|
|
@@ -151,7 +151,7 @@ interface ProjectSnapshot {
|
|
|
151
151
|
* Same ascending-arity iteration order the Map carries on the
|
|
152
152
|
* server side. Empty array when no joint divergences exist.
|
|
153
153
|
*/
|
|
154
|
-
jointOverrides: readonly (readonly [
|
|
154
|
+
jointOverrides: readonly (readonly [TupleKey, VirtualJointOverrideShape])[];
|
|
155
155
|
/**
|
|
156
156
|
* Cached per-path variance results. Blocks read this for O(1) axis
|
|
157
157
|
* variance lookup instead of recomputing on each render.
|