forstok-ui-lib 5.9.1 → 5.9.2

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/dist/index.js CHANGED
@@ -425,7 +425,7 @@
425
425
  max-height: 75vh;
426
426
  overflow-x: hidden;
427
427
  @media (max-width: 767px) {
428
- max-height: 65vh;
428
+ max-height: 72vh;
429
429
  }
430
430
  ${({$area:e})=>{let t="";return"promotion"===e&&(t+="\n max-height: 347px;\n overflow-y: auto;\n "),t}}
431
431
  `,Ge=o.default.section`
package/dist/index.mjs CHANGED
@@ -425,7 +425,7 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
425
425
  max-height: 75vh;
426
426
  overflow-x: hidden;
427
427
  @media (max-width: 767px) {
428
- max-height: 65vh;
428
+ max-height: 72vh;
429
429
  }
430
430
  ${({$area:e})=>{let t="";return"promotion"===e&&(t+="\n max-height: 347px;\n overflow-y: auto;\n "),t}}
431
431
  `,wt=x.section`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "5.9.1",
3
+ "version": "5.9.2",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -301,7 +301,7 @@ export const DropDownBody = styled.section<{ $area?: string }>`
301
301
  max-height: 75vh;
302
302
  overflow-x: hidden;
303
303
  @media (max-width: 767px) {
304
- max-height: 65vh;
304
+ max-height: 72vh;
305
305
  }
306
306
  ${getDropDownBodyModifiedStyled}
307
307
  `