@secondstaxorg/sscomp 1.8.94 → 1.8.96
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 +20 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2095 -2059
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +20 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5644,16 +5644,35 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5644
5644
|
display: flex;
|
|
5645
5645
|
gap: 4px;
|
|
5646
5646
|
align-items: center;
|
|
5647
|
+
svg{
|
|
5648
|
+
rotate: 0;
|
|
5649
|
+
transition: 0.3s ease-out;
|
|
5650
|
+
&.rotate{
|
|
5651
|
+
rotate: -180deg;
|
|
5652
|
+
}
|
|
5653
|
+
}
|
|
5647
5654
|
}
|
|
5648
5655
|
`,kg=l.div`
|
|
5656
|
+
position: absolute;
|
|
5649
5657
|
background:#ffffff;
|
|
5650
5658
|
border-radius: 8px;
|
|
5651
5659
|
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
|
|
5652
5660
|
width: fit-content;
|
|
5653
5661
|
min-width: 150px;
|
|
5654
5662
|
margin-top: 4px;
|
|
5663
|
+
transform-origin: top;
|
|
5655
5664
|
overflow:auto;
|
|
5656
5665
|
max-height: 150px;
|
|
5666
|
+
animation: pull-down 0.3s ease-out;
|
|
5667
|
+
opacity: 1;
|
|
5668
|
+
@keyframes pull-down{
|
|
5669
|
+
from{
|
|
5670
|
+
transform: scaleY(0);
|
|
5671
|
+
}
|
|
5672
|
+
to{
|
|
5673
|
+
transform: scaleY(1);
|
|
5674
|
+
}
|
|
5675
|
+
}
|
|
5657
5676
|
.option-item{
|
|
5658
5677
|
padding: 12px 16px;
|
|
5659
5678
|
display: flex;
|
|
@@ -5667,5 +5686,5 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5667
5686
|
background: ${s["neutral-50"]};
|
|
5668
5687
|
}
|
|
5669
5688
|
}
|
|
5670
|
-
`,Dg="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\LanguageSwitcher\\LanguageSwitcher.tsx",Bg=e=>{const{languages:
|
|
5689
|
+
`,Dg="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\LanguageSwitcher\\LanguageSwitcher.tsx",Bg=e=>{const{languages:n,onClick:o,initialLanguage:l}=e,[a,s]=i(!1),[c,d]=i({flag:"",language:"",shortName:""});function u(e){const t=n.filter((t=>e.toLowerCase()===t.language.toLowerCase()||e.toLowerCase()===t.shortName.toLowerCase()))[0];d(t)}return r((()=>{function e(e){const t=document.querySelector(".lang-switcher");if(t){const i=t.contains(e.target);s(i)}}return document.addEventListener("click",e),()=>document.removeEventListener("click",e)}),[]),r((()=>{l&&u(l)}),[l]),t.createElement("div",{className:"lang-switcher",__self:void 0,__source:{fileName:Dg,lineNumber:37}},t.createElement(_g,{type:"button",onClick:()=>{setTimeout((()=>{s(!a)}),0)},__self:void 0,__source:{fileName:Dg,lineNumber:38}},t.createElement("div",{className:"selected-language",__self:void 0,__source:{fileName:Dg,lineNumber:43}},t.createElement("img",{src:c.flag||Mg,alt:c.language,__self:void 0,__source:{fileName:Dg,lineNumber:44}}),t.createElement("span",{className:"paragraph1Regular",__self:void 0,__source:{fileName:Dg,lineNumber:45}},c.language),t.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a?"rotate":"",__self:void 0,__source:{fileName:Dg,lineNumber:47}},t.createElement("g",{clipPath:"url(#clip0_2662_482)",__self:void 0,__source:{fileName:Dg,lineNumber:48}},t.createElement("path",{d:"M11.3333 6.11336C11.2084 5.98919 11.0395 5.91949 10.8633 5.91949C10.6872 5.91949 10.5182 5.98919 10.3933 6.11336L8.00001 8.47336L5.64001 6.11336C5.5151 5.98919 5.34613 5.91949 5.17001 5.91949C4.99388 5.91949 4.82491 5.98919 4.70001 6.11336C4.63752 6.17533 4.58792 6.24907 4.55408 6.33031C4.52023 6.41154 4.50281 6.49868 4.50281 6.58669C4.50281 6.6747 4.52023 6.76183 4.55408 6.84307C4.58792 6.92431 4.63752 6.99805 4.70001 7.06002L7.52667 9.88669C7.58865 9.94918 7.66238 9.99877 7.74362 10.0326C7.82486 10.0665 7.912 10.0839 8.00001 10.0839C8.08801 10.0839 8.17515 10.0665 8.25639 10.0326C8.33763 9.99877 8.41136 9.94918 8.47334 9.88669L11.3333 7.06002C11.3958 6.99805 11.4454 6.92431 11.4793 6.84307C11.5131 6.76183 11.5305 6.6747 11.5305 6.58669C11.5305 6.49868 11.5131 6.41154 11.4793 6.33031C11.4454 6.24907 11.3958 6.17533 11.3333 6.11336Z",fill:"#070B12",__self:void 0,__source:{fileName:Dg,lineNumber:49}})),t.createElement("defs",{__self:void 0,__source:{fileName:Dg,lineNumber:51}},t.createElement("clipPath",{id:"clip0_2662_482",__self:void 0,__source:{fileName:Dg,lineNumber:52}},t.createElement("rect",{width:"16",height:"16",fill:"white",__self:void 0,__source:{fileName:Dg,lineNumber:53}})))))),a&&t.createElement(kg,{className:"dropdown-container transition",__self:void 0,__source:{fileName:Dg,lineNumber:60}},n.map(((e,i)=>t.createElement("button",{key:i,type:"button",className:"option-item",onClick:()=>{u(e.language),s(!1),o(e)},__self:void 0,__source:{fileName:Dg,lineNumber:62}},t.createElement("img",{src:e.flag||Mg,alt:e.language,__self:void 0,__source:{fileName:Dg,lineNumber:67}}),t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Dg,lineNumber:68}},e.language))))))};export{Tp as Accordion,m as ActionFailed,A as ActionSuccess,k as AppActionsTable,L as AppFormsTable,j as AppModulesTable,G as AuditLog,ie as BankAccounts,se as BankSelector,Jf as BidsCards,ue as BreadcrumbBar,Ae as BrokersTable,d as Button,J as ButtonOutline,qa as Chart,ls as ChartMedium,fs as ChartSmall,vs as CookieConsent,Is as CountrySelector,Fs as CurrencyPairs,Zs as DatePicker,$s as DateRangePicker,ic as DisplayField,vg as DocumentViewer,bc as DropdownList,ag as EmailField,gc as ExchangeRates,tg as FileUpload,vc as FooterNew,_c as Indices,Qc as LPRequestTable,Kc as LPSideNav,hd as LPTopBar,Bg as LanguageSwitcher,Ic as LoadingShimmer,ee as LoadingSpinner,Md as MarketData,zd as MarketMovers,Vd as MenuBar,Jd as NewsCard,iu as NewsFilterBar,ou as NewsSourceTag,su as NewsTitleBar,fg as NumberField,M as Pagination,hu as PasswordField,Nu as PaymentMethodsTable,Dm as PhoneInput,ku as PopupModal,Ru as ProvidersTable,Su as RateHistory,eb as RequestForm,ob as Ribbon,Uf as SSXBar,cb as SearchBar,bb as SearchResultsBar,fm as Selector,vb as SideModal,yg as SignatureField,kb as SmallNewsCard,Lu as StatusBadge,Cm as StepProgress,Qb as StocksTicker,Sb as SystemConfigTable,Fd as Tab,Xb as Table,om as TableAlternative,im as TablePrimary,rf as TextArea,Ju as TextField,Zp as Tooltip,sf as TransactionDetails,bf as TransactionDetailsWithPayment,Cf as UpdateUserActions,Mf as UserActions,Hf as UserRolesTable,Qf as UsersTable,jf as WidgetTitle};
|
|
5671
5690
|
//# sourceMappingURL=index.es.js.map
|