@antscorp/antsomi-ui 1.3.5-beta.79 → 1.3.5-beta.82

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.
@@ -1,5 +1,5 @@
1
1
  // Libraries
2
- import styled from 'styled-components/macro';
2
+ import styled from 'styled-components';
3
3
  // Assets
4
4
  import MobileFrameV2 from '@antscorp/antsomi-ui/es/assets/images/ip14-pro-mobile-frame.png';
5
5
  import cameraImage from '@antscorp/antsomi-ui/es/assets/images/ip14-pro-camera.png';
@@ -29,7 +29,7 @@ export const MobileCamera = styled.div `
29
29
  top: 30px;
30
30
  left: 50%;
31
31
  transform: translateX(-50%);
32
- z-index: 10;
32
+ z-index: 1000000;
33
33
  background: url(${cameraImage}) no-repeat center center;
34
34
  background-size: contain;
35
35
  `;
@@ -1,4 +1,4 @@
1
- import styled from 'styled-components/macro';
1
+ import styled from 'styled-components';
2
2
  // Images
3
3
  import skeletonBackground from '../../../../../assets/images/background/skeleton-background.png';
4
4
  const THUMBNAIL_CARD_RADIUS = 5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.79",
3
+ "version": "1.3.5-beta.82",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",