@npm_leadtech/legal-lib-components 7.0.6 → 7.0.7

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.
@@ -119,7 +119,7 @@ export const MidBannerRatafiaSectionStyled = styled.section `
119
119
  .mid-banner-ratafia-section__wrapper__sample.--is-about {
120
120
  display: none;
121
121
 
122
- @media ${device['landscape-tablets']} {
122
+ @media ${device.laptop} {
123
123
  display: flex;
124
124
  }
125
125
 
@@ -120,7 +120,7 @@ export const MidBannerRatafiaSectionStyled = styled.section`
120
120
  .mid-banner-ratafia-section__wrapper__sample.--is-about {
121
121
  display: none;
122
122
 
123
- @media ${device['landscape-tablets']} {
123
+ @media ${device.laptop} {
124
124
  display: flex;
125
125
  }
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.0.6",
3
+ "version": "7.0.7",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",