@dgui/react-native-web-material-bars 1.7.6-next.1 → 1.8.0-next.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.
- package/dist/cjs/AppBar.js +8 -0
- package/dist/cjs/AppBar.js.map +1 -0
- package/dist/cjs/DrawerBar.js +8 -0
- package/dist/cjs/DrawerBar.js.map +1 -0
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/esm/AppBar.js +8 -0
- package/dist/esm/AppBar.js.map +1 -0
- package/dist/esm/DrawerBar.js +8 -0
- package/dist/esm/DrawerBar.js.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/package.json +27 -22
- package/dist/AppBar.js +0 -10
- package/dist/AppBar.js.map +0 -1
- package/dist/DrawerBar.js +0 -10
- package/dist/DrawerBar.js.map +0 -1
- package/dist/index.js +0 -13
- package/dist/index.js.map +0 -1
- /package/dist/{AppBar.d.ts → esm/AppBar.d.ts} +0 -0
- /package/dist/{DrawerBar.d.ts → esm/DrawerBar.d.ts} +0 -0
- /package/dist/{index.d.ts → esm/index.d.ts} +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { ReactNativeMaterialSharedAppBar } from '@dgui/react-native-material-bars-shared';
|
|
3
|
+
import { ReactNativeWebDigestAppBar } from '@dgui/react-native-web';
|
|
4
|
+
const AppBar = (props) => {
|
|
5
|
+
return (_jsx(ReactNativeWebDigestAppBar, { children: _jsx(ReactNativeMaterialSharedAppBar, { ...props }) }));
|
|
6
|
+
};
|
|
7
|
+
export default AppBar;
|
|
8
|
+
//# sourceMappingURL=AppBar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppBar.js","sourceRoot":"","sources":["../../src/AppBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,+BAA+B,EAEhC,MAAM,yCAAyC,CAAC;AACjD,OAAO,EACL,0BAA0B,EAC3B,MAAM,wBAAwB,CAAC;AAKhC,MAAM,MAAM,GAAmC,CAC7C,KAAK,EACL,EAAE;IACF,OAAO,CACL,KAAC,0BAA0B,cACzB,KAAC,+BAA+B,OAC1B,KAAK,GACT,GACyB,CAC9B,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { ReactNativeMaterialSharedDrawerBar } from '@dgui/react-native-material-bars-shared';
|
|
3
|
+
import { ReactNativeWebDigestDrawerBar } from '@dgui/react-native-web';
|
|
4
|
+
const DrawerBar = (props) => {
|
|
5
|
+
return (_jsx(ReactNativeWebDigestDrawerBar, { children: _jsx(ReactNativeMaterialSharedDrawerBar, { ...props }) }));
|
|
6
|
+
};
|
|
7
|
+
export default DrawerBar;
|
|
8
|
+
//# sourceMappingURL=DrawerBar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DrawerBar.js","sourceRoot":"","sources":["../../src/DrawerBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,kCAAkC,EAEnC,MAAM,yCAAyC,CAAC;AACjD,OAAO,EACL,6BAA6B,EAC9B,MAAM,wBAAwB,CAAC;AAKhC,MAAM,SAAS,GAAsC,CACnD,KAAK,EACL,EAAE;IACF,OAAO,CACL,KAAC,6BAA6B,cAC5B,KAAC,kCAAkC,OAC7B,KAAK,GACT,GAC4B,CACjC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { default as ReactNativeWebMaterialAppBar } from './AppBar';
|
|
2
|
+
export { default as ReactNativeWebMaterialDrawerBar } from './DrawerBar';
|
|
3
|
+
export { ReactNativeMaterialSharedTabs as ReactNativeWebMaterialTabs } from '@dgui/react-native-material-bars-shared';
|
|
4
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,4BAA4B,EAExC,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,OAAO,IAAI,+BAA+B,EAE3C,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,6BAA6B,IAAI,0BAA0B,EAE5D,MAAM,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { ReactNativeMaterialSharedAppBar } from '@dgui/react-native-material-bars-shared';
|
|
3
|
+
import { ReactNativeWebDigestAppBar } from '@dgui/react-native-web';
|
|
4
|
+
const AppBar = (props) => {
|
|
5
|
+
return (_jsx(ReactNativeWebDigestAppBar, { children: _jsx(ReactNativeMaterialSharedAppBar, { ...props }) }));
|
|
6
|
+
};
|
|
7
|
+
export default AppBar;
|
|
8
|
+
//# sourceMappingURL=AppBar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppBar.js","sourceRoot":"","sources":["../../src/AppBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,+BAA+B,EAEhC,MAAM,yCAAyC,CAAC;AACjD,OAAO,EACL,0BAA0B,EAC3B,MAAM,wBAAwB,CAAC;AAKhC,MAAM,MAAM,GAAmC,CAC7C,KAAK,EACL,EAAE;IACF,OAAO,CACL,KAAC,0BAA0B,cACzB,KAAC,+BAA+B,OAC1B,KAAK,GACT,GACyB,CAC9B,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { ReactNativeMaterialSharedDrawerBar } from '@dgui/react-native-material-bars-shared';
|
|
3
|
+
import { ReactNativeWebDigestDrawerBar } from '@dgui/react-native-web';
|
|
4
|
+
const DrawerBar = (props) => {
|
|
5
|
+
return (_jsx(ReactNativeWebDigestDrawerBar, { children: _jsx(ReactNativeMaterialSharedDrawerBar, { ...props }) }));
|
|
6
|
+
};
|
|
7
|
+
export default DrawerBar;
|
|
8
|
+
//# sourceMappingURL=DrawerBar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DrawerBar.js","sourceRoot":"","sources":["../../src/DrawerBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,kCAAkC,EAEnC,MAAM,yCAAyC,CAAC;AACjD,OAAO,EACL,6BAA6B,EAC9B,MAAM,wBAAwB,CAAC;AAKhC,MAAM,SAAS,GAAsC,CACnD,KAAK,EACL,EAAE;IACF,OAAO,CACL,KAAC,6BAA6B,cAC5B,KAAC,kCAAkC,OAC7B,KAAK,GACT,GAC4B,CACjC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { default as ReactNativeWebMaterialAppBar } from './AppBar';
|
|
2
|
+
export { default as ReactNativeWebMaterialDrawerBar } from './DrawerBar';
|
|
3
|
+
export { ReactNativeMaterialSharedTabs as ReactNativeWebMaterialTabs } from '@dgui/react-native-material-bars-shared';
|
|
4
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,4BAA4B,EAExC,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,OAAO,IAAI,+BAA+B,EAE3C,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,6BAA6B,IAAI,0BAA0B,EAE5D,MAAM,yCAAyC,CAAC"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@dgui/react-native-web-material-bars",
|
|
3
3
|
"title": "Digested React GUI Shared Native Web Material Bars",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.8.0-next.1",
|
|
6
6
|
"private": false,
|
|
7
7
|
"description": "Shared Native Web Material Bars (AppBar & DrawerBar) and supporting components for @dgui",
|
|
8
8
|
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
"position": "Initial and Lead Developer"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"main": "dist/index.js",
|
|
17
|
-
"
|
|
16
|
+
"main": "dist/cjs/index.js",
|
|
17
|
+
"module": "dist/esm/index.js",
|
|
18
|
+
"types": "dist/esm/index.d.ts",
|
|
18
19
|
"files": [
|
|
19
20
|
"dist/",
|
|
20
21
|
"COPYING.md",
|
|
@@ -30,7 +31,9 @@
|
|
|
30
31
|
},
|
|
31
32
|
"scripts": {
|
|
32
33
|
"build": "run-s clean:dist build:prod",
|
|
33
|
-
"build:prod": "
|
|
34
|
+
"build:prod": "run-p build:cjs:prod build:esm:prod",
|
|
35
|
+
"build:cjs:prod": "tsc -p ./tsconfig.cjs.json",
|
|
36
|
+
"build:esm:prod": "tsc -p ./tsconfig.json",
|
|
34
37
|
"build:watch": "tsc -p ./tsconfig.json --watch --pretty --preserveWatchOutput",
|
|
35
38
|
"----------------------------------------------------------------": "",
|
|
36
39
|
"build:prod:config": "",
|
|
@@ -42,43 +45,45 @@
|
|
|
42
45
|
"clean:dist": "rimraf dist"
|
|
43
46
|
},
|
|
44
47
|
"devDependencies": {
|
|
45
|
-
"@digest/eslint-config-jest": "^4.14.
|
|
46
|
-
"@digest/eslint-config-react": "^4.14.
|
|
47
|
-
"@digest/eslint-config-typescript": "^4.14.
|
|
48
|
-
"@digest/jest-junit": "^4.14.
|
|
49
|
-
"@digest/jest-react": "^4.14.
|
|
50
|
-
"@digest/jest-typescript": "^4.14.
|
|
51
|
-
"@digest/typescript": "^4.14.
|
|
48
|
+
"@digest/eslint-config-jest": "^4.14.14",
|
|
49
|
+
"@digest/eslint-config-react": "^4.14.14",
|
|
50
|
+
"@digest/eslint-config-typescript": "^4.14.14",
|
|
51
|
+
"@digest/jest-junit": "^4.14.14",
|
|
52
|
+
"@digest/jest-react": "^4.14.14",
|
|
53
|
+
"@digest/jest-typescript": "^4.14.14",
|
|
54
|
+
"@digest/typescript": "^4.14.14",
|
|
55
|
+
"@react-native-vector-icons/get-image": "^12.3.0",
|
|
56
|
+
"@react-native-vector-icons/material-design-icons": "^12.4.0",
|
|
52
57
|
"@types/jest": "^30.0.0",
|
|
53
|
-
"@types/react": "^19.2.
|
|
58
|
+
"@types/react": "^19.2.13",
|
|
54
59
|
"@types/react-test-renderer": "^19.1.0",
|
|
55
60
|
"cross-env": "^10.1.0",
|
|
56
61
|
"jest-environment-jsdom": "^30.2.0",
|
|
57
62
|
"jest-environment-jsdom-global": "^4.0.0",
|
|
58
63
|
"npm-run-all": "^4.1.5",
|
|
59
|
-
"react": "^19.2.
|
|
60
|
-
"react-art": "^19.2.
|
|
61
|
-
"react-dom": "^19.2.
|
|
64
|
+
"react": "^19.2.4",
|
|
65
|
+
"react-art": "^19.2.4",
|
|
66
|
+
"react-dom": "^19.2.4",
|
|
62
67
|
"react-native": "^0.83.1",
|
|
63
|
-
"react-native-paper": "^5.
|
|
68
|
+
"react-native-paper": "^5.15.0",
|
|
64
69
|
"react-native-safe-area-context": "^5.6.2",
|
|
65
|
-
"react-native-vector-icons": "^10.3.0",
|
|
66
70
|
"react-native-web": "^0.21.2",
|
|
67
|
-
"react-test-renderer": "^19.2.
|
|
71
|
+
"react-test-renderer": "^19.2.4",
|
|
68
72
|
"rimraf": "^6.1.2"
|
|
69
73
|
},
|
|
70
74
|
"dependencies": {
|
|
71
|
-
"@dgui/react-native-material-bars-shared": "1.
|
|
72
|
-
"@dgui/react-native-web": "1.
|
|
75
|
+
"@dgui/react-native-material-bars-shared": "1.8.0-next.1",
|
|
76
|
+
"@dgui/react-native-web": "1.8.0-next.1"
|
|
73
77
|
},
|
|
74
78
|
"peerDependencies": {
|
|
79
|
+
"@react-native-vector-icons/get-image": "^12.0.0",
|
|
80
|
+
"@react-native-vector-icons/material-design-icons": "^12.0.0",
|
|
75
81
|
"react": "^18.0.0 || ^19.0.0",
|
|
76
82
|
"react-art": "^18.0.0 || ^19.0.0",
|
|
77
83
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
78
84
|
"react-native": "^0.83.0",
|
|
79
85
|
"react-native-paper": "^5.0.0",
|
|
80
86
|
"react-native-safe-area-context": "^5.0.0",
|
|
81
|
-
"react-native-vector-icons": "^10.0.0",
|
|
82
87
|
"react-native-web": "^0.21.0"
|
|
83
88
|
},
|
|
84
89
|
"keywords": [
|
|
@@ -93,5 +98,5 @@
|
|
|
93
98
|
"material",
|
|
94
99
|
"typescript"
|
|
95
100
|
],
|
|
96
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "8c988440fbced187ef0eb3b458b429666ba85415"
|
|
97
102
|
}
|
package/dist/AppBar.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
-
const react_native_material_bars_shared_1 = require("@dgui/react-native-material-bars-shared");
|
|
5
|
-
const react_native_web_1 = require("@dgui/react-native-web");
|
|
6
|
-
const AppBar = (props) => {
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)(react_native_web_1.ReactNativeWebDigestAppBar, { children: (0, jsx_runtime_1.jsx)(react_native_material_bars_shared_1.ReactNativeMaterialSharedAppBar, Object.assign({}, props)) }));
|
|
8
|
-
};
|
|
9
|
-
exports.default = AppBar;
|
|
10
|
-
//# sourceMappingURL=AppBar.js.map
|
package/dist/AppBar.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppBar.js","sourceRoot":"","sources":["../src/AppBar.tsx"],"names":[],"mappings":";;;AAAA,+FAGiD;AACjD,6DAEgC;AAKhC,MAAM,MAAM,GAAmC,CAC7C,KAAK,EACL,EAAE;IACF,OAAO,CACL,uBAAC,6CAA0B,cACzB,uBAAC,mEAA+B,oBAC1B,KAAK,EACT,GACyB,CAC9B,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,MAAM,CAAC"}
|
package/dist/DrawerBar.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
-
const react_native_material_bars_shared_1 = require("@dgui/react-native-material-bars-shared");
|
|
5
|
-
const react_native_web_1 = require("@dgui/react-native-web");
|
|
6
|
-
const DrawerBar = (props) => {
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)(react_native_web_1.ReactNativeWebDigestDrawerBar, { children: (0, jsx_runtime_1.jsx)(react_native_material_bars_shared_1.ReactNativeMaterialSharedDrawerBar, Object.assign({}, props)) }));
|
|
8
|
-
};
|
|
9
|
-
exports.default = DrawerBar;
|
|
10
|
-
//# sourceMappingURL=DrawerBar.js.map
|
package/dist/DrawerBar.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerBar.js","sourceRoot":"","sources":["../src/DrawerBar.tsx"],"names":[],"mappings":";;;AAAA,+FAGiD;AACjD,6DAEgC;AAKhC,MAAM,SAAS,GAAsC,CACnD,KAAK,EACL,EAAE;IACF,OAAO,CACL,uBAAC,gDAA6B,cAC5B,uBAAC,sEAAkC,oBAC7B,KAAK,EACT,GAC4B,CACjC,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
package/dist/index.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ReactNativeWebMaterialTabs = exports.ReactNativeWebMaterialDrawerBar = exports.ReactNativeWebMaterialAppBar = void 0;
|
|
7
|
-
var AppBar_1 = require("./AppBar");
|
|
8
|
-
Object.defineProperty(exports, "ReactNativeWebMaterialAppBar", { enumerable: true, get: function () { return __importDefault(AppBar_1).default; } });
|
|
9
|
-
var DrawerBar_1 = require("./DrawerBar");
|
|
10
|
-
Object.defineProperty(exports, "ReactNativeWebMaterialDrawerBar", { enumerable: true, get: function () { return __importDefault(DrawerBar_1).default; } });
|
|
11
|
-
var react_native_material_bars_shared_1 = require("@dgui/react-native-material-bars-shared");
|
|
12
|
-
Object.defineProperty(exports, "ReactNativeWebMaterialTabs", { enumerable: true, get: function () { return react_native_material_bars_shared_1.ReactNativeMaterialSharedTabs; } });
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,mCAGkB;AAFhB,uIAAA,OAAO,OAAgC;AAGzC,yCAGqB;AAFnB,6IAAA,OAAO,OAAmC;AAG5C,6FAGiD;AAF/C,+IAAA,6BAA6B,OAA8B"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|