beer-assembly-biz 1.1.2-alpha.2 → 1.1.2-alpha.3

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.
Files changed (2) hide show
  1. package/AppLayout.js +1 -1
  2. package/package.json +1 -1
package/AppLayout.js CHANGED
@@ -207,7 +207,7 @@ const Component = (props) => {
207
207
  });
208
208
  }
209
209
  return React.createElement(React.Fragment, null, props?.collapsed ? undefined : React.createElement("div", { style: {
210
- padding: props?.isMobile ? '12px 10px' : '2px 0',
210
+ padding: '2px 0',
211
211
  textIndent: 10,
212
212
  fontSize: 15,
213
213
  color: '#333',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "beer-assembly-biz",
3
3
  "private": false,
4
- "version": "1.1.2-alpha.2",
4
+ "version": "1.1.2-alpha.3",
5
5
  "scripts": {
6
6
  "pub-w": "tsc && copy package.json .\\dist\\package.json && npm publish ./dist",
7
7
  "pub-m": "tsc && cp -a src/icon ./dist && cp -a src/fonts ./dist && cp -a src/images ./dist && cp package.json ./dist/package.json && npm publish ./dist"