@secondstaxorg/sscomp 1.6.51 → 1.6.52
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 +18 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +41 -9
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +17 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/DropdownList/type.d.ts +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2874,6 +2874,7 @@ button{
|
|
|
2874
2874
|
align-items: center;
|
|
2875
2875
|
justify-content: space-between;
|
|
2876
2876
|
height: 72px;
|
|
2877
|
+
gap: 16px;
|
|
2877
2878
|
color:${s["neutral-50"]};
|
|
2878
2879
|
&.light{
|
|
2879
2880
|
background:${s["neutral-100"]};
|
|
@@ -2883,13 +2884,25 @@ button{
|
|
|
2883
2884
|
background:${s["neutral-900"]};
|
|
2884
2885
|
color: ${s["neutral-50"]};
|
|
2885
2886
|
}
|
|
2887
|
+
@media (max-width: 720px) {
|
|
2888
|
+
flex-direction: column;
|
|
2889
|
+
height: fit-content;
|
|
2890
|
+
align-items: start;
|
|
2891
|
+
width: 100%;
|
|
2892
|
+
}
|
|
2886
2893
|
`,qd=l.div`
|
|
2887
2894
|
display: flex;
|
|
2888
2895
|
gap: 16px;
|
|
2889
2896
|
.filterContainer{
|
|
2890
2897
|
width: 200px;
|
|
2891
2898
|
}
|
|
2892
|
-
|
|
2899
|
+
@media (max-width: 720px) {
|
|
2900
|
+
width: 100%;
|
|
2901
|
+
.filterContainer{
|
|
2902
|
+
width: 100%;
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
`,Jd="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\NewsFilterBar\\NewsFilterBar.tsx",$d=e=>{const{countries:n,outlets:o,selectedCountryFxn:l,selectedOutletFxn:s,theme:a}=e,[c,d]=i(720);return r((()=>{d(window.innerWidth),window.addEventListener("resize",(function(){d(window.innerWidth)}))}),[]),t.createElement(Kd,{className:a,...e,__self:void 0,__source:{fileName:Jd,lineNumber:22}},t.createElement("h4",{className:c<=720?"paragraph2Medium":"heading6Medium",__self:void 0,__source:{fileName:Jd,lineNumber:23}},"News"),t.createElement(qd,{__self:void 0,__source:{fileName:Jd,lineNumber:24}},n&&n.length>0&&t.createElement("div",{className:"filterContainer",__self:void 0,__source:{fileName:Jd,lineNumber:26}},t.createElement(oc,{options:n,returnedSelection:e=>{l&&l(e)},placeholder:"Select Country",__self:void 0,__source:{fileName:Jd,lineNumber:27}})),o&&o.length>0&&t.createElement("div",{className:"filterContainer",__self:void 0,__source:{fileName:Jd,lineNumber:33}},t.createElement(oc,{options:o,returnedSelection:e=>{s&&s(e)},placeholder:"Select Outlet",__self:void 0,__source:{fileName:Jd,lineNumber:34}}))))},eu=l.div`
|
|
2893
2906
|
background: ${s["neutral-50"]};
|
|
2894
2907
|
border-radius: 8px;
|
|
2895
2908
|
display: inline-flex;
|
|
@@ -2924,7 +2937,10 @@ button{
|
|
|
2924
2937
|
background:${s["neutral-900"]};
|
|
2925
2938
|
color: ${s["neutral-50"]};
|
|
2926
2939
|
}
|
|
2927
|
-
|
|
2940
|
+
@media (max-width: 720px) {
|
|
2941
|
+
height: 48px;
|
|
2942
|
+
}
|
|
2943
|
+
`,nu="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\NewsTitleBar\\NewsTitleBar.tsx",ou=e=>{const{title:n,theme:o}=e,[l,s]=i(720);return r((()=>{s(window.innerWidth),window.addEventListener("resize",(function(){s(window.innerWidth)}))}),[]),t.createElement(ru,{className:o,...e,__self:void 0,__source:{fileName:nu,lineNumber:21}},t.createElement("h5",{className:l<=720?"paragraph2Medium":"heading6Medium",__self:void 0,__source:{fileName:nu,lineNumber:22}},n))},lu=l.div`
|
|
2928
2944
|
display: flex;
|
|
2929
2945
|
gap: 4px;
|
|
2930
2946
|
flex-direction: column;
|