@girs/gdk-4.0 4.0.0-3.0.4 → 4.0.0-3.2.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/gdk-4.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.4.
8
+ GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.0.
9
9
 
10
10
 
11
11
  ## Install
package/gdk-4.0.d.cts CHANGED
@@ -11397,7 +11397,7 @@ export interface RGBA {
11397
11397
  *
11398
11398
  * The string can be either one of:
11399
11399
  *
11400
- * - A standard name (Taken from the Css specification).
11400
+ * - A standard name (Taken from the CSS specification).
11401
11401
  * - A hexadecimal value in the form “\#rgb”, “\#rrggbb”,
11402
11402
  * “\#rrrgggbbb” or ”\#rrrrggggbbbb”
11403
11403
  * - A hexadecimal value in the form “\#rgba”, “\#rrggbbaa”,
@@ -11405,6 +11405,8 @@ export interface RGBA {
11405
11405
  * - A RGB color in the form “rgb(r,g,b)” (In this case the color
11406
11406
  * will have full opacity)
11407
11407
  * - A RGBA color in the form “rgba(r,g,b,a)”
11408
+ * - A HSL color in the form "hsl(hue, saturation, lightness)"
11409
+ * - A HSLA color in the form "hsla(hue, saturation, lightness, alpha)"
11408
11410
  *
11409
11411
  * Where “r”, “g”, “b” and “a” are respectively the red, green,
11410
11412
  * blue and alpha color values. In the last two cases, “r”, “g”,
package/gdk-4.0.d.ts CHANGED
@@ -11399,7 +11399,7 @@ interface RGBA {
11399
11399
  *
11400
11400
  * The string can be either one of:
11401
11401
  *
11402
- * - A standard name (Taken from the Css specification).
11402
+ * - A standard name (Taken from the CSS specification).
11403
11403
  * - A hexadecimal value in the form “\#rgb”, “\#rrggbb”,
11404
11404
  * “\#rrrgggbbb” or ”\#rrrrggggbbbb”
11405
11405
  * - A hexadecimal value in the form “\#rgba”, “\#rrggbbaa”,
@@ -11407,6 +11407,8 @@ interface RGBA {
11407
11407
  * - A RGB color in the form “rgb(r,g,b)” (In this case the color
11408
11408
  * will have full opacity)
11409
11409
  * - A RGBA color in the form “rgba(r,g,b,a)”
11410
+ * - A HSL color in the form "hsl(hue, saturation, lightness)"
11411
+ * - A HSLA color in the form "hsla(hue, saturation, lightness, alpha)"
11410
11412
  *
11411
11413
  * Where “r”, “g”, “b” and “a” are respectively the red, green,
11412
11414
  * blue and alpha color values. In the last two cases, “r”, “g”,
package/package.json CHANGED
@@ -1,16 +1,10 @@
1
1
  {
2
2
  "name": "@girs/gdk-4.0",
3
- "version": "4.0.0-3.0.4",
3
+ "version": "4.0.0-3.2.0",
4
4
  "description": "GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0",
5
5
  "type": "module",
6
6
  "module": "gdk-4.0.js",
7
7
  "main": "gdk-4.0.js",
8
- "typedoc": {
9
- "entryPoint": "./gdk-4.0.d.ts",
10
- "readmeFile": "./README.md",
11
- "displayName": "Gdk-4.0",
12
- "tsconfig": "./tsconfig.doc.json"
13
- },
14
8
  "exports": {
15
9
  "./ambient": "./gdk-4.0-ambient.d.ts",
16
10
  "./import": "./gdk-4.0-import.d.ts",
@@ -27,21 +21,21 @@
27
21
  },
28
22
  "scripts": {
29
23
  "test": "yarn test:esm && yarn test:cjs",
30
- "test:esm": "tsc --noEmit gdk-4.0.d.ts",
31
- "test:cjs": "tsc --noEmit gdk-4.0.d.cts"
24
+ "test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gdk-4.0.d.ts",
25
+ "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gdk-4.0.d.cts"
32
26
  },
33
27
  "dependencies": {
34
- "@girs/cairo-1.0": "^1.0.0-3.0.4",
35
- "@girs/freetype2-2.0": "^2.0.0-3.0.4",
36
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.4",
37
- "@girs/gio-2.0": "^2.76.1-3.0.4",
38
- "@girs/gjs": "^3.0.4",
39
- "@girs/glib-2.0": "^2.76.1-3.0.4",
40
- "@girs/gmodule-2.0": "^2.0.0-3.0.4",
41
- "@girs/gobject-2.0": "^2.76.1-3.0.4",
42
- "@girs/harfbuzz-0.0": "^7.1.0-3.0.4",
43
- "@girs/pango-1.0": "^1.50.14-3.0.4",
44
- "@girs/pangocairo-1.0": "^1.0.0-3.0.4"
28
+ "@girs/cairo-1.0": "^1.0.0-3.2.0",
29
+ "@girs/freetype2-2.0": "^2.0.0-3.2.0",
30
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.0",
31
+ "@girs/gio-2.0": "^2.76.1-3.2.0",
32
+ "@girs/gjs": "^3.2.0",
33
+ "@girs/glib-2.0": "^2.76.1-3.2.0",
34
+ "@girs/gmodule-2.0": "^2.0.0-3.2.0",
35
+ "@girs/gobject-2.0": "^2.76.1-3.2.0",
36
+ "@girs/harfbuzz-0.0": "^7.1.0-3.2.0",
37
+ "@girs/pango-1.0": "^1.50.14-3.2.0",
38
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.0"
45
39
  },
46
40
  "devDependencies": {
47
41
  "typescript": "*"
@@ -3,6 +3,8 @@
3
3
  // General settings for code interpretation
4
4
  "target": "ESNext",
5
5
  "module": "ESNext",
6
+ "lib": ["ESNext"],
7
+ "types": [],
6
8
  "experimentalDecorators": true,
7
9
  "moduleResolution": "node",
8
10
  "noEmit": true,
package/typedoc.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "entryPoints": ["./gdk-4.0.d.ts","./gdk-4.0-ambient.d.ts","./gdk-4.0-import.d.ts"],
3
+ "readme": "./README.md",
4
+ "name": "Gdk-4.0",
5
+ "tsconfig": "./tsconfig.json"
6
+ }
7
+