@dgui/react-web 1.4.0 → 1.5.0-next.2

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.
@@ -8,7 +8,7 @@ const WebButton_1 = __importDefault(require("../../../../Generics/WebButton"));
8
8
  const react_shared_1 = require("@dgui/react-shared");
9
9
  const react_1 = require("react");
10
10
  const DrawerToggle = () => {
11
- const toggleDrawer = react_shared_1.useDrawerToggle;
11
+ const toggleDrawer = (0, react_shared_1.useDrawerToggle)();
12
12
  const handlePress = (0, react_1.useCallback)(() => {
13
13
  toggleDrawer();
14
14
  }, [
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Components/WebAppBar/AppBar/DrawerToggle/index.tsx"],"names":[],"mappings":";;;;;;AAAA,+EAA2D;AAC3D,qDAE4B;AAC5B,iCAIe;AAEf,MAAM,YAAY,GAAyC,GAAG,EAAE;IAC/D,MAAM,YAAY,GAAG,8BAAe,CAAC;IAErC,MAAM,WAAW,GAAG,IAAA,mBAAW,EAC9B,GAAG,EAAE;QACJ,YAAY,EAAE,CAAC;IAChB,CAAC,EACD;QACC,YAAY;KACZ,CACD,CAAC;IAEF,OAAO,CACN,uBAAC,mBAAa,IACb,OAAO,EAAE,WAAW,EACpB,KAAK,EAAC,eAAe,GACpB,CACF,CAAC;AACH,CAAC,CAAC;AAEF,kBAAe,IAAA,YAAI,EAClB,YAAY,CACZ,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Components/WebAppBar/AppBar/DrawerToggle/index.tsx"],"names":[],"mappings":";;;;;;AAAA,+EAA2D;AAC3D,qDAE4B;AAC5B,iCAIe;AAEf,MAAM,YAAY,GAAyC,GAAG,EAAE;IAC/D,MAAM,YAAY,GAAG,IAAA,8BAAe,GAAE,CAAC;IAEvC,MAAM,WAAW,GAAG,IAAA,mBAAW,EAC9B,GAAG,EAAE;QACJ,YAAY,EAAE,CAAC;IAChB,CAAC,EACD;QACC,YAAY;KACZ,CACD,CAAC;IAEF,OAAO,CACN,uBAAC,mBAAa,IACb,OAAO,EAAE,WAAW,EACpB,KAAK,EAAC,eAAe,GACpB,CACF,CAAC;AACH,CAAC,CAAC;AAEF,kBAAe,IAAA,YAAI,EAClB,YAAY,CACZ,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dgui/react-web",
3
3
  "title": "Digested React GUI Web Components",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "1.4.0",
5
+ "version": "1.5.0-next.2",
6
6
  "private": false,
7
7
  "description": "Web Components for a boilerplate React GUI",
8
8
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
@@ -64,8 +64,8 @@
64
64
  "rimraf": "^5.0.7"
65
65
  },
66
66
  "dependencies": {
67
- "@dgui/react-shared": "^1.4.0",
68
- "@dgui/react-web-shared": "^1.4.0"
67
+ "@dgui/react-shared": "^1.5.0-next.2",
68
+ "@dgui/react-web-shared": "^1.5.0-next.2"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
@@ -81,5 +81,5 @@
81
81
  "react-dom",
82
82
  "typescript"
83
83
  ],
84
- "gitHead": "e50ff290a20c404c1242bcc9f460a9519809d931"
84
+ "gitHead": "4a9f3b163d9da6d4b72de9ec2b4b5c438228cdbc"
85
85
  }