@secondstaxorg/sscomp 1.6.87 → 1.6.89

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
@@ -2677,6 +2677,7 @@ button{
2677
2677
  `,gd=o.div`
2678
2678
  display: flex;
2679
2679
  justify-content: space-between;
2680
+ gap: 16px;
2680
2681
  width: 250px;
2681
2682
  `,pd=o.div`
2682
2683
  small{
@@ -2957,7 +2958,7 @@ button{
2957
2958
  width: 100%;
2958
2959
  }
2959
2960
  }
2960
- `,Gd="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\NewsFilterBar\\NewsFilterBar.tsx",Kd=e=>{const{countries:n,outlets:l,selectedCountryFxn:o,selectedOutletFxn:s,theme:a}=e,[c,d]=i(720),[u,f]=i("");return r((()=>{d(window.innerWidth),window.addEventListener("resize",(function(){d(window.innerWidth)}))}),[]),t.createElement(Zd,{className:a,...e,__self:void 0,__source:{fileName:Gd,lineNumber:23}},t.createElement("h4",{className:c<=720?"paragraph2Medium":"heading6Medium",__self:void 0,__source:{fileName:Gd,lineNumber:24}},"News"),t.createElement(Ud,{__self:void 0,__source:{fileName:Gd,lineNumber:25}},n&&n.length>0&&t.createElement("div",{className:"filterContainer",__self:void 0,__source:{fileName:Gd,lineNumber:27}},t.createElement(sc,{options:n,returnedSelection:e=>{o&&(o(e),f(""),setTimeout((()=>{f("All")}),200))},placeholder:"Select Country",__self:void 0,__source:{fileName:Gd,lineNumber:28}})),l&&l.length>0&&t.createElement("div",{className:"filterContainer",__self:void 0,__source:{fileName:Gd,lineNumber:40}},t.createElement(sc,{options:l,initialText:u,returnedSelection:e=>{s&&s(e)},placeholder:"Select Outlet",__self:void 0,__source:{fileName:Gd,lineNumber:41}}))))},qd=o.div`
2961
+ `,Gd="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\NewsFilterBar\\NewsFilterBar.tsx",Kd=e=>{const{countries:n,outlets:l,selectedCountryFxn:o,selectedOutletFxn:s,theme:a}=e,[c,d]=i(720),[u,f]=i("");return r((()=>{d(window.innerWidth),window.addEventListener("resize",(function(){d(window.innerWidth)}))}),[]),t.createElement(Zd,{className:a,...e,__self:void 0,__source:{fileName:Gd,lineNumber:23}},t.createElement("h4",{className:c<=720?"paragraph2Medium":"heading6Medium",__self:void 0,__source:{fileName:Gd,lineNumber:24}},"News"),t.createElement(Ud,{__self:void 0,__source:{fileName:Gd,lineNumber:25}},n&&n.length>0&&t.createElement("div",{className:"filterContainer",__self:void 0,__source:{fileName:Gd,lineNumber:27}},t.createElement(sc,{options:n,returnedSelection:e=>{o&&(o(e),f(""),setTimeout((()=>{f("All")}),200))},placeholder:"Select Country",searchable:!0,__self:void 0,__source:{fileName:Gd,lineNumber:28}})),l&&l.length>0&&t.createElement("div",{className:"filterContainer",__self:void 0,__source:{fileName:Gd,lineNumber:40}},t.createElement(sc,{options:l,initialText:u,returnedSelection:e=>{s&&s(e)},placeholder:"Select Outlet",searchable:!0,__self:void 0,__source:{fileName:Gd,lineNumber:41}}))))},qd=o.div`
2961
2962
  background: ${s["neutral-50"]};
2962
2963
  border-radius: 8px;
2963
2964
  display: inline-flex;