@gtkx/react 0.13.0 → 0.13.1
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.
|
@@ -691,11 +691,13 @@ export const PROPS = {
|
|
|
691
691
|
vscrollPolicy: ["getVscrollPolicy", "setVscrollPolicy"],
|
|
692
692
|
},
|
|
693
693
|
GtkImage: {
|
|
694
|
+
file: [null, "setFromFile"],
|
|
694
695
|
gicon: ["getGicon", "setFromGicon"],
|
|
695
696
|
iconName: ["getIconName", "setFromIconName"],
|
|
696
697
|
iconSize: ["getIconSize", "setIconSize"],
|
|
697
698
|
paintable: ["getPaintable", "setFromPaintable"],
|
|
698
699
|
pixelSize: ["getPixelSize", "setPixelSize"],
|
|
700
|
+
resource: [null, "setFromResource"],
|
|
699
701
|
},
|
|
700
702
|
GtkInfoBar: {
|
|
701
703
|
messageType: ["getMessageType", "setMessageType"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gtkx/react",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "Build GTK4 desktop applications with React and TypeScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gtkx",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"react-reconciler": "^0.33.0",
|
|
40
|
-
"@gtkx/
|
|
41
|
-
"@gtkx/
|
|
40
|
+
"@gtkx/gir": "0.13.1",
|
|
41
|
+
"@gtkx/ffi": "0.13.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/react-reconciler": "^0.32.3"
|