oddsgate-ds 1.0.105 → 1.0.108

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oddsgate-ds",
3
- "version": "1.0.105",
3
+ "version": "1.0.108",
4
4
  "description": "Miew theme component library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -71,7 +71,7 @@ export const StyledButton = styled.a<IButtonSC>`
71
71
  }
72
72
  }
73
73
 
74
- @media only screen and (max-width: ${responsiveMedia}) {
74
+ @media only screen and (min-width: ${responsiveMedia}) {
75
75
  padding: 2rem 2.8rem;
76
76
  }
77
77
  `;
@@ -1,8 +1,8 @@
1
1
  import { IDropdown, IDropdownContainer, IDropdownItem, IDropdownTitle } from './Dropdown.interface';
2
- import { colors, radius, shadows } from '@/styles/variables';
2
+ import { colors, radius, responsiveMedia, shadows } from '@/styles/variables';
3
+ import styled, { css } from 'styled-components';
3
4
 
4
5
  import { fontSize } from '@/styles/utilities';
5
- import styled from 'styled-components';
6
6
 
7
7
  export const StyledDropdown = styled.div<IDropdown>`
8
8
  position: relative;
@@ -91,12 +91,12 @@ export const typography = <Record<string, Record<string, unknown>>>{
91
91
  display: {
92
92
  size: "250px",
93
93
  sizeMob: "64px",
94
- height: 1.2,
94
+ height: 0.9,
95
95
  },
96
96
  h1: {
97
97
  size: "120px",
98
98
  sizeMob: "48px",
99
- height: 1.2,
99
+ height: 0.9,
100
100
  },
101
101
  h2: {
102
102
  size: "80px",