@secondstaxorg/sscomp 1.8.74 → 1.8.75
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 +2 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -5
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3754,12 +3754,9 @@ function kt(e){return e+.5|0}const Bt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
|
|
|
3754
3754
|
line-height: 17px;
|
|
3755
3755
|
}
|
|
3756
3756
|
`,ff="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SearchResultsBar\\SearchResultsBar.tsx",bf=e=>{const{title:i,resultsDisplayed:r,totalRes:n}=e;return t.createElement(uf,{__self:void 0,__source:{fileName:ff,lineNumber:12}},t.createElement("div",{className:"search-term",__self:void 0,__source:{fileName:ff,lineNumber:13}},'Search Term: "',i,'"'),t.createElement("div",{className:"results-count",__self:void 0,__source:{fileName:ff,lineNumber:16}},"Showing ",r," of ",n," results"))},mf=l.div`
|
|
3757
|
-
position:
|
|
3757
|
+
position: fixed;
|
|
3758
3758
|
overflow: hidden;
|
|
3759
|
-
|
|
3760
|
-
height: 100%;
|
|
3761
|
-
left: 0;
|
|
3762
|
-
top: 0;
|
|
3759
|
+
inset: 0;
|
|
3763
3760
|
background: rgb(0 0 0 / 40%);
|
|
3764
3761
|
z-index: 9999;
|
|
3765
3762
|
`,hf=l.div`
|