@grida/canvas-wasm 0.0.58 → 0.0.59

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.
Binary file
package/dist/index.d.mts CHANGED
@@ -86,9 +86,12 @@ declare namespace fonts {
86
86
 
87
87
  /** Font style instance for UI consumption */
88
88
  export interface FontStyle {
89
+ face_id: string;
90
+ face_post_script_name: string;
89
91
  name: string;
90
92
  postscript_name: string | null;
91
93
  italic: boolean;
94
+ weight: number;
92
95
  }
93
96
 
94
97
  /** Complete family-level analysis result for UI consumption */
package/dist/index.d.ts CHANGED
@@ -86,9 +86,12 @@ declare namespace fonts {
86
86
 
87
87
  /** Font style instance for UI consumption */
88
88
  export interface FontStyle {
89
+ face_id: string;
90
+ face_post_script_name: string;
89
91
  name: string;
90
92
  postscript_name: string | null;
91
93
  italic: boolean;
94
+ weight: number;
92
95
  }
93
96
 
94
97
  /** Complete family-level analysis result for UI consumption */
package/dist/index.js CHANGED
@@ -5816,7 +5816,7 @@ module.exports = __toCommonJS(index_exports);
5816
5816
  var import_grida_canvas_wasm = __toESM(require_grida_canvas_wasm());
5817
5817
 
5818
5818
  // package.json
5819
- var version = "0.0.58";
5819
+ var version = "0.0.59";
5820
5820
 
5821
5821
  // lib/modules/fonts.ts
5822
5822
  var FontsAPI = class {
package/dist/index.mjs CHANGED
@@ -5805,7 +5805,7 @@ var require_grida_canvas_wasm = __commonJS({
5805
5805
  var import_grida_canvas_wasm = __toESM(require_grida_canvas_wasm());
5806
5806
 
5807
5807
  // package.json
5808
- var version = "0.0.58";
5808
+ var version = "0.0.59";
5809
5809
 
5810
5810
  // lib/modules/fonts.ts
5811
5811
  var FontsAPI = class {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grida/canvas-wasm",
3
3
  "description": "WASM bindings for Grida Canvas",
4
- "version": "0.0.58",
4
+ "version": "0.0.59",
5
5
  "keywords": [
6
6
  "grida",
7
7
  "canvas",