venice-ui 2.0.1 → 2.0.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.
@@ -11,7 +11,5 @@ exports.ElementHeaderWrapper = (0, styled_components_1.default)(Aligment_1.Aligm
11
11
  ${(p) => p.bottomDivader &&
12
12
  `
13
13
  border-bottom: 2px solid rgba(0, 0, 0, 0.14);
14
- overflow-x:hidden;
15
14
  `}
16
- `;
17
- // box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
15
+ `;
@@ -5,7 +5,5 @@ export const ElementHeaderWrapper = styled(Aligment) `
5
5
  ${(p) => p.bottomDivader &&
6
6
  `
7
7
  border-bottom: 2px solid rgba(0, 0, 0, 0.14);
8
- overflow-x:hidden;
9
8
  `}
10
- `;
11
- // box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
9
+ `;
@@ -7,6 +7,6 @@ export interface ITileProps {
7
7
  backgroundColor?: string;
8
8
  height?: string;
9
9
  theme?: any;
10
- headerDivader: boolean;
10
+ headerDivader?: boolean;
11
11
  }
12
12
  export declare const Tile: FC<ITileProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venice-ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "module": "./dist/esm/index.js",