@girs/dazzle-1.0 3.44.0-3.2.8 → 3.44.0-3.3.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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/dazzle-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Dazzle-1.0, generated from library version 3.44.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for Dazzle-1.0, generated from library version 3.44.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
  The libdazzle library is a companion library to GObject and Gtk+. It provides various features that we wish were in the underlying library but cannot for various reasons. In most cases, they are wildly out of scope for those libraries. In other cases, our design isn't quite generic enough to work for everyone.
11
11
 
package/dazzle-1.0.d.cts CHANGED
@@ -20824,7 +20824,7 @@ export interface SuggestionEntry extends Atk.ImplementorIface, Gtk.Buildable, Gt
20824
20824
  *
20825
20825
  * In `func,` you should set the height of the rectangle to the maximum height
20826
20826
  * that the popover should be allowed to grow.
20827
- * @param func A function to call to position the popover, or %NULL to set the default.
20827
+ * @param func A function to call to position the popover, or %NULL to set the default.
20828
20828
  */
20829
20829
  set_position_func(func: SuggestionPositionFunc | null): void
20830
20830
  set_suggestion(suggestion: Suggestion): void
package/dazzle-1.0.d.ts CHANGED
@@ -20826,7 +20826,7 @@ interface SuggestionEntry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellE
20826
20826
  *
20827
20827
  * In `func,` you should set the height of the rectangle to the maximum height
20828
20828
  * that the popover should be allowed to grow.
20829
- * @param func A function to call to position the popover, or %NULL to set the default.
20829
+ * @param func A function to call to position the popover, or %NULL to set the default.
20830
20830
  */
20831
20831
  set_position_func(func: SuggestionPositionFunc | null): void
20832
20832
  set_suggestion(suggestion: Suggestion): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/dazzle-1.0",
3
- "version": "3.44.0-3.2.8",
3
+ "version": "3.44.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for Dazzle-1.0, generated from library version 3.44.0",
5
5
  "type": "module",
6
6
  "module": "dazzle-1.0.js",
@@ -31,20 +31,20 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit dazzle-1.0.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/atk-1.0": "^2.45.1-3.2.8",
35
- "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
- "@girs/freetype2-2.0": "^2.0.0-3.2.8",
37
- "@girs/gdk-3.0": "^3.24.39-3.2.8",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
39
- "@girs/gio-2.0": "^2.77.0-3.2.8",
40
- "@girs/gjs": "^3.2.8",
41
- "@girs/glib-2.0": "^2.77.0-3.2.8",
42
- "@girs/gmodule-2.0": "^2.0.0-3.2.8",
43
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
44
- "@girs/gtk-3.0": "^3.24.39-3.2.8",
45
- "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
46
- "@girs/pango-1.0": "^1.51.0-3.2.8",
47
- "@girs/xlib-2.0": "^2.0.0-3.2.8"
34
+ "@girs/atk-1.0": "^2.50.1-3.3.0",
35
+ "@girs/cairo-1.0": "^1.0.0-3.3.0",
36
+ "@girs/freetype2-2.0": "^2.0.0-3.3.0",
37
+ "@girs/gdk-3.0": "^3.24.41-3.3.0",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.3.0",
39
+ "@girs/gio-2.0": "^2.78.0-3.3.0",
40
+ "@girs/gjs": "^3.3.0",
41
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
42
+ "@girs/gmodule-2.0": "^2.0.0-3.3.0",
43
+ "@girs/gobject-2.0": "^2.78.0-3.3.0",
44
+ "@girs/gtk-3.0": "^3.24.41-3.3.0",
45
+ "@girs/harfbuzz-0.0": "^8.2.1-3.3.0",
46
+ "@girs/pango-1.0": "^1.51.0-3.3.0",
47
+ "@girs/xlib-2.0": "^2.0.0-3.3.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "*"