forstok-ui-lib 5.2.5 → 5.2.6

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.mjs CHANGED
@@ -120,7 +120,7 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
120
120
  width: 55px;
121
121
  text-align: center;
122
122
  }
123
- ${({width:e,height:t,$iconLeft:n,$iconRight:r,$isError:i,$mode:o,type:a,$aliasLabel:s})=>{let l="";return n&&(l+=" \n padding-left: 35px; \n "),r&&(l+=" \n padding-right: 35px; \n "),i&&(l+=" \n border:1px solid var(--err-clr-ln) !important; \n "),t&&(l+=` \n height: ${t}px\n max-height: ${t}px\n `),"search"===o&&(l+=' \n background-color: transparent;\n &, &:not([type="submit"]):focus, &:active, &:active:focus {\n border: 1px solid transparent !important;\n outline: none !important;\n box-shadow: none !important;\n }\n ',n&&(l+=" \n padding-left: 39px; \n ")),"transaction"===o&&(l+="\n padding-left: 45px;\n "),"currency"===o&&(l+=`\n padding-left: ${s?"38px":"30px"} !important;\n `),e&&(l+=` \n width: ${e}px \n `),"submit"===a&&(l+=_),l}}
123
+ ${({width:e,height:t,$iconLeft:n,$iconRight:r,$isError:i,$mode:o,type:a,$aliasLabel:s})=>{let l="";return n&&(l+=" \n padding-left: 35px; \n "),r&&(l+=" \n padding-right: 35px; \n "),i&&(l+=" \n border:1px solid var(--err-clr-ln) !important; \n "),t&&(l+=` \n height: ${t}px;\n max-height: ${t}px;\n `),"search"===o&&(l+=' \n background-color: transparent;\n &, &:not([type="submit"]):focus, &:active, &:active:focus {\n border: 1px solid transparent !important;\n outline: none !important;\n box-shadow: none !important;\n }\n ',n&&(l+=" \n padding-left: 39px; \n ")),"transaction"===o&&(l+="\n padding-left: 45px;\n "),"currency"===o&&(l+=`\n padding-left: ${s?"38px":"30px"} !important;\n `),e&&(l+=` \n width: ${e}px; \n `),"submit"===a&&(l+=_),l}}
124
124
  `,te=h.div`
125
125
  position: relative;
126
126
  & ._refLoadingInput {