@malloydata/render 0.0.395 → 0.0.397

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.
@@ -5,7 +5,6 @@ export declare const NULL_SYMBOL = "\u2205";
5
5
  type UnionToIntersection<U> = (U extends unknown ? (k: U) => void : never) extends (k: infer I) => void ? I : never;
6
6
  export declare function deepMerge<T extends Record<string, unknown>[]>(...sources: [...T]): UnionToIntersection<T[number]>;
7
7
  export declare function tagFromAnnotations(annotations: Malloy.Annotation[] | undefined, prefix?: string): import('@malloydata/malloy-tag').Tag;
8
- export declare function renderTagFromAnnotations(annotations: Malloy.Annotation[] | undefined): import('@malloydata/malloy-tag').Tag;
9
8
  export declare function getTextWidthCanvas(text: string, font: string, canvasToUse?: HTMLCanvasElement): number;
10
9
  export declare function getTextWidthDOM(text: string, styles: Record<string, string>): number;
11
10
  export declare function clamp(s: number, e: number, v: number): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/render",
3
- "version": "0.0.395",
3
+ "version": "0.0.397",
4
4
  "license": "MIT",
5
5
  "main": "dist/module/index.umd.js",
6
6
  "types": "dist/module/index.d.ts",
@@ -29,8 +29,8 @@
29
29
  "generate-flow": "ts-node ../../scripts/gen-flow.ts"
30
30
  },
31
31
  "dependencies": {
32
- "@malloydata/malloy-interfaces": "0.0.395",
33
- "@malloydata/malloy-tag": "0.0.395",
32
+ "@malloydata/malloy-interfaces": "0.0.397",
33
+ "@malloydata/malloy-tag": "0.0.397",
34
34
  "@tanstack/solid-virtual": "^3.10.4",
35
35
  "lodash": "^4.18.1",
36
36
  "luxon": "^3.5.0",
@@ -42,8 +42,8 @@
42
42
  "vega-lite": "^5.2.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@malloydata/db-duckdb": "0.0.395",
46
- "@malloydata/malloy": "0.0.395",
45
+ "@malloydata/db-duckdb": "0.0.397",
46
+ "@malloydata/malloy": "0.0.397",
47
47
  "@storybook/addon-essentials": "^8.6.15",
48
48
  "@storybook/addon-interactions": "^8.6.15",
49
49
  "@storybook/addon-links": "^8.6.15",