@secondstaxorg/sscomp 1.7.83 → 1.7.84

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.es.js CHANGED
@@ -3631,6 +3631,7 @@ function Dt(e){return e+.5|0}const kt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
3631
3631
  }
3632
3632
  `,df="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SearchResultsBar\\SearchResultsBar.tsx",uf=e=>{const{title:i,resultsDisplayed:r,totalRes:n}=e;return t.createElement(cf,{__self:void 0,__source:{fileName:df,lineNumber:12}},t.createElement("div",{className:"search-term",__self:void 0,__source:{fileName:df,lineNumber:13}},'Search Term: "',i,'"'),t.createElement("div",{className:"results-count",__self:void 0,__source:{fileName:df,lineNumber:16}},"Showing ",r," of ",n," results"))},ff=l.div`
3633
3633
  position: absolute;
3634
+ overflow: clip;
3634
3635
  width: 100%;
3635
3636
  height: 100%;
3636
3637
  left: 0;
@@ -3641,7 +3642,7 @@ function Dt(e){return e+.5|0}const kt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
3641
3642
  position: absolute;
3642
3643
  right: 0;
3643
3644
  top: 0;
3644
- width: 510px;
3645
+ width: ${510}px;
3645
3646
  height:100%;
3646
3647
  background: ${a.white};
3647
3648
  padding: 0;
@@ -3649,14 +3650,12 @@ function Dt(e){return e+.5|0}const kt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
3649
3650
  animation: 0.3s slideIn ease-out;
3650
3651
  @keyframes slideIn{
3651
3652
  from{
3652
- transform: scaleX(0.95);
3653
- transform-origin: right;
3654
- //opacity: 0.7;
3653
+ right: -${510}px;
3654
+ opacity: 0.5;
3655
3655
  }
3656
3656
  to{
3657
- transform: scaleX(1);
3658
- transform-origin: right;
3659
- //opacity: 1;
3657
+ right: 0;
3658
+ opacity: 1;
3660
3659
  }
3661
3660
  }
3662
3661
  `,mf=l.div`