forstok-ui-lib 5.11.2 → 5.11.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.
package/dist/index.js CHANGED
@@ -376,7 +376,7 @@
376
376
  top: 0;
377
377
  left: 0;
378
378
  z-index: 100;
379
- background-color: rgba(0, 0, 0, .1);
379
+ background-color: rgba(0, 0, 0, .5);
380
380
  display: none;
381
381
  @media only screen and (min-width: 768px) {
382
382
  display: none !important;
@@ -608,7 +608,7 @@
608
608
  padding: 20px 10px;
609
609
  grid-gap: 1em;
610
610
  min-height: 5vh;
611
- max-height: calc(100vh - 170px);
611
+ max-height: calc(100vh - 250px);
612
612
  height: auto;
613
613
  overflow: auto;
614
614
  overflow-x: hidden;
@@ -1141,7 +1141,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
1141
1141
  }
1142
1142
  }
1143
1143
  }
1144
- ${({$isOpen:e})=>{let t="";return e&&(t+="\n transition: bottom .2s;\n bottom: 0;\n @media (max-width: 767.9px) {\n @keyframes droptoup {\n 50% { \n bottom: -100px; \n }\n 50% { \n bottom: -50px; \n }\n 100% { \n bottom: 0px; \n }\n }\n &._refMasterTableBulkWrapper {\n display: grid;\n left: 0;\n animation: droptoup .075s linear;\n bottom: 0;\n overflow-x: hidden;\n & + ._refDropdownOverlay {\n display: block;\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n z-index: 100;\n background-color: rgba(0, 0, 0, .1);\n }\n }\n }\n "),t}}
1144
+ ${({$isOpen:e})=>{let t="";return e&&(t+="\n transition: bottom .2s;\n bottom: 0;\n @media (max-width: 767.9px) {\n @keyframes droptoup {\n 50% { \n bottom: -100px; \n }\n 50% { \n bottom: -50px; \n }\n 100% { \n bottom: 0px; \n }\n }\n &._refMasterTableBulkWrapper {\n display: grid;\n left: 0;\n animation: droptoup .075s linear;\n bottom: 0;\n overflow-x: hidden;\n & + ._refDropdownOverlay {\n display: block;\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n z-index: 100;\n background-color: rgba(0, 0, 0, .5);\n }\n }\n }\n "),t}}
1145
1145
  `,Zx=o.default.span`
1146
1146
  ${Nx}
1147
1147
  align-items: center;
package/dist/index.mjs CHANGED
@@ -376,7 +376,7 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
376
376
  top: 0;
377
377
  left: 0;
378
378
  z-index: 100;
379
- background-color: rgba(0, 0, 0, .1);
379
+ background-color: rgba(0, 0, 0, .5);
380
380
  display: none;
381
381
  @media only screen and (min-width: 768px) {
382
382
  display: none !important;
@@ -608,7 +608,7 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
608
608
  padding: 20px 10px;
609
609
  grid-gap: 1em;
610
610
  min-height: 5vh;
611
- max-height: calc(100vh - 170px);
611
+ max-height: calc(100vh - 250px);
612
612
  height: auto;
613
613
  overflow: auto;
614
614
  overflow-x: hidden;
@@ -1141,7 +1141,7 @@ r.version="2.30.1",i(qn),r.fn=lo,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=co,r.
1141
1141
  }
1142
1142
  }
1143
1143
  }
1144
- ${({$isOpen:e})=>{let t="";return e&&(t+="\n transition: bottom .2s;\n bottom: 0;\n @media (max-width: 767.9px) {\n @keyframes droptoup {\n 50% { \n bottom: -100px; \n }\n 50% { \n bottom: -50px; \n }\n 100% { \n bottom: 0px; \n }\n }\n &._refMasterTableBulkWrapper {\n display: grid;\n left: 0;\n animation: droptoup .075s linear;\n bottom: 0;\n overflow-x: hidden;\n & + ._refDropdownOverlay {\n display: block;\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n z-index: 100;\n background-color: rgba(0, 0, 0, .1);\n }\n }\n }\n "),t}}
1144
+ ${({$isOpen:e})=>{let t="";return e&&(t+="\n transition: bottom .2s;\n bottom: 0;\n @media (max-width: 767.9px) {\n @keyframes droptoup {\n 50% { \n bottom: -100px; \n }\n 50% { \n bottom: -50px; \n }\n 100% { \n bottom: 0px; \n }\n }\n &._refMasterTableBulkWrapper {\n display: grid;\n left: 0;\n animation: droptoup .075s linear;\n bottom: 0;\n overflow-x: hidden;\n & + ._refDropdownOverlay {\n display: block;\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n z-index: 100;\n background-color: rgba(0, 0, 0, .5);\n }\n }\n }\n "),t}}
1145
1145
  `,By=x.span`
1146
1146
  ${wy}
1147
1147
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "5.11.2",
3
+ "version": "5.11.3",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -104,7 +104,7 @@ const getBulkActionWrapperModifiedStyled = ({ $isOpen }:{ $isOpen?: boolean }) =
104
104
  top: 0;
105
105
  left: 0;
106
106
  z-index: 100;
107
- background-color: rgba(0, 0, 0, .1);
107
+ background-color: rgba(0, 0, 0, .5);
108
108
  }
109
109
  }
110
110
  }
@@ -240,7 +240,7 @@ export const DropDownOverlayWrapper = styled.div`
240
240
  top: 0;
241
241
  left: 0;
242
242
  z-index: 100;
243
- background-color: rgba(0, 0, 0, .1);
243
+ background-color: rgba(0, 0, 0, .5);
244
244
  display: none;
245
245
  @media only screen and (min-width: 768px) {
246
246
  display: none !important;
@@ -253,7 +253,7 @@ export const PopupBody = styled.div<{ $mode?: string | null, $width?: string | n
253
253
  padding: 20px 10px;
254
254
  grid-gap: 1em;
255
255
  min-height: 5vh;
256
- max-height: calc(100vh - 170px);
256
+ max-height: calc(100vh - 250px);
257
257
  height: auto;
258
258
  overflow: auto;
259
259
  overflow-x: hidden;