@dgui/react-web-material-bars 0.6.1 → 0.7.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/AppBar.js CHANGED
@@ -13,7 +13,6 @@ const styles = {
13
13
  tabBar: {
14
14
  alignItems: 'center',
15
15
  backgroundColor: '#CCC',
16
- boxShadow: '0 0 10px 5px rgba(0, 0, 0, 0.1)',
17
16
  display: 'flex',
18
17
  flexDirection: 'row',
19
18
  position: 'relative',
package/dist/DrawerBar.js CHANGED
@@ -11,7 +11,6 @@ const react_1 = require("react");
11
11
  const styles = {
12
12
  tabBar: {
13
13
  backgroundColor: '#CCC',
14
- boxShadow: '0 0 10px 5px rgba(0, 0, 0, 0.1)',
15
14
  display: 'flex',
16
15
  flexDirection: 'row'
17
16
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dgui/react-web-material-bars",
3
3
  "title": "Digested React GUI Shared Web Material Bars",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "0.6.1",
5
+ "version": "0.7.0-next.1",
6
6
  "private": false,
7
7
  "description": "Shared Web Material Bars (AppBar & DrawerBar) and supporting components for @dgui",
8
8
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
@@ -42,18 +42,18 @@
42
42
  "clean:dist": "rimraf dist"
43
43
  },
44
44
  "devDependencies": {
45
- "@digest/eslint-config-jest": "^4.2.6",
46
- "@digest/eslint-config-react": "^4.2.6",
47
- "@digest/eslint-config-typescript": "^4.2.6",
48
- "@digest/jest-junit": "^4.2.6",
49
- "@digest/jest-react": "^4.2.6",
50
- "@digest/jest-typescript": "^4.2.6",
51
- "@digest/typescript": "^4.2.6",
52
- "@mui/icons-material": "^5.14.15",
53
- "@mui/material": "^5.14.15",
54
- "@types/jest": "^29.5.6",
55
- "@types/react": "^18.2.33",
56
- "@types/react-test-renderer": "^18.0.5",
45
+ "@digest/eslint-config-jest": "^4.3.0",
46
+ "@digest/eslint-config-react": "^4.3.0",
47
+ "@digest/eslint-config-typescript": "^4.3.0",
48
+ "@digest/jest-junit": "^4.3.0",
49
+ "@digest/jest-react": "^4.3.0",
50
+ "@digest/jest-typescript": "^4.3.0",
51
+ "@digest/typescript": "^4.3.0",
52
+ "@mui/icons-material": "^5.15.5",
53
+ "@mui/material": "^5.15.5",
54
+ "@types/jest": "^29.5.11",
55
+ "@types/react": "^18.2.48",
56
+ "@types/react-test-renderer": "^18.0.7",
57
57
  "cross-env": "^7.0.3",
58
58
  "jest-environment-jsdom": "^29.7.0",
59
59
  "jest-environment-jsdom-global": "^4.0.0",
@@ -64,8 +64,8 @@
64
64
  "rimraf": "^5.0.5"
65
65
  },
66
66
  "dependencies": {
67
- "@dgui/react-shared": "^0.6.1",
68
- "@dgui/react-web": "^0.6.1"
67
+ "@dgui/react-shared": "^0.7.0-next.1",
68
+ "@dgui/react-web": "^0.7.0-next.1"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@mui/material": "^5.0.0",
@@ -82,5 +82,5 @@
82
82
  "material",
83
83
  "typescript"
84
84
  ],
85
- "gitHead": "022d26436f7667ab54aa583c2a8b1728a88effd5"
85
+ "gitHead": "04fda91619a1d40f68c15de07dc94ccae971b1dc"
86
86
  }