@secondstaxorg/sscomp 2.0.31 → 2.0.32

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.
Binary file
package/dist/index.es.js CHANGED
@@ -3840,79 +3840,84 @@ function Qt(e){return e+.5|0}const Ut=(e,t,i)=>Math.max(Math.min(e,i),t);functio
3840
3840
  line-height: 17px;
3841
3841
  }
3842
3842
  `,Um="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SearchResultsBar\\SearchResultsBar.tsx";function jm(e){let t,i=e[0],o=1;for(;o<e.length;){const r=e[o],n=e[o+1];if(o+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=n(i)):"call"!==r&&"optionalCall"!==r||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Ym=e=>{const{title:i,resultsDisplayed:o,totalRes:r,labelOverrides:n}=e;return t.createElement(Qm,{__self:void 0,__source:{fileName:Um,lineNumber:12}},t.createElement("div",{className:"search-term",__self:void 0,__source:{fileName:Um,lineNumber:13}},jm([n,"optionalAccess",e=>e.searchTerm])||"Search Term",': "',i,'"'),r&&o&&t.createElement("div",{className:"results-count",__self:void 0,__source:{fileName:Um,lineNumber:16}},jm([n,"optionalAccess",e=>e.showingResMsg])||`Showing ${o} of ${r} results`))},Vm=s.div`
3843
- position: fixed;
3844
- overflow: hidden;
3845
- inset: 0;
3846
- background: rgb(0 0 0 / 40%);
3847
- z-index: 9999;
3843
+ position: fixed;
3844
+ overflow: hidden;
3845
+ inset: 0;
3846
+ background: rgb(0 0 0 / 40%);
3847
+ z-index: 9999;
3848
3848
  `,Gm=s.div`
3849
- position: absolute;
3850
- right: 0;
3851
- top: 0;
3852
- width: ${510}px;
3853
- height:100%;
3854
- background: ${l.white};
3855
- padding: 0;
3856
- margin: 0;
3857
- display: flex;
3858
- flex-direction: column;
3859
- animation: 0.3s slideIn ease-out;
3860
- @keyframes slideIn{
3861
- from{
3862
- right: -${510}px;
3863
- opacity: 0.5;
3864
- }
3865
- to{
3866
- right: 0;
3867
- opacity: 1;
3849
+ position: absolute;
3850
+ right: 0;
3851
+ top: 0;
3852
+ width: ${510}px;
3853
+ height: 100%;
3854
+ background: ${l.white};
3855
+ padding: 0;
3856
+ margin: 0;
3857
+ display: flex;
3858
+ flex-direction: column;
3859
+ animation: 0.3s slideIn ease-out;
3860
+ @keyframes slideIn {
3861
+ from {
3862
+ right: -${510}px;
3863
+ opacity: 0.5;
3864
+ }
3865
+ to {
3866
+ right: 0;
3867
+ opacity: 1;
3868
+ }
3868
3869
  }
3869
- }
3870
3870
  `,Zm=s.div`
3871
- display: flex;
3872
- justify-content: space-between;
3873
- align-items: center;
3874
- background: ${l.white};
3875
- border-bottom: 1px solid ${l["neutral-100"]};
3876
- padding: 32px 38px;
3871
+ display: flex;
3872
+ justify-content: space-between;
3873
+ align-items: center;
3874
+ background: ${l.white};
3875
+ border-bottom: 1px solid ${l["neutral-100"]};
3876
+ padding: 32px 38px;
3877
+ height: 88px;
3878
+ box-sizing: border-box;
3877
3879
  `,Km=s.button`
3878
- background: transparent;
3879
- border: none;
3880
- cursor: pointer;
3881
- display: flex;
3882
- gap: 10px;
3883
- align-items: center;
3884
- font-size: 16px;
3885
- &:disabled{
3886
- cursor: not-allowed;
3887
- color: ${l["neutral-100"]};
3888
- }
3880
+ background: transparent;
3881
+ border: none;
3882
+ cursor: pointer;
3883
+ display: flex;
3884
+ gap: 10px;
3885
+ align-items: center;
3886
+ font-size: 16px;
3887
+
3888
+ &:disabled {
3889
+ cursor: not-allowed;
3890
+ color: ${l["neutral-100"]};
3891
+ }
3889
3892
  `,Tm=s.div`
3890
- width: 100%;
3891
- padding: 32px;
3892
- overflow-y: auto;
3893
- display: flex;
3894
- flex-grow: 1;
3895
- flex-direction: column;
3893
+ width: 100%;
3894
+ padding: 32px;
3895
+ overflow-y: auto;
3896
+ display: flex;
3897
+ flex-grow: 1;
3898
+ flex-direction: column;
3896
3899
  `,Wm=s.div`
3897
- display: flex;
3898
- flex-direction: column;
3899
- gap: 4px;
3900
- color: ${l["neutral-900"]};
3901
- margin-bottom: 40px;
3902
- .title{
3903
- font-size: 19px;
3904
- font-weight: 700;
3905
- margin: 0;
3906
- font-style: normal;
3907
- font-family: Circular, sans-serif;
3908
- }
3909
- .sub-text{
3910
- font-size: 14px;
3911
- font-weight: 400;
3912
- margin: 0;
3913
- font-style: normal;
3914
- font-family: Circular, sans-serif;
3915
- }
3900
+ display: flex;
3901
+ flex-direction: column;
3902
+ gap: 4px;
3903
+ color: ${l["neutral-900"]};
3904
+ margin-bottom: 40px;
3905
+
3906
+ .title {
3907
+ font-size: 19px;
3908
+ font-weight: 700;
3909
+ margin: 0;
3910
+ font-style: normal;
3911
+ font-family: Circular, sans-serif;
3912
+ }
3913
+
3914
+ .sub-text {
3915
+ font-size: 14px;
3916
+ font-weight: 400;
3917
+ margin: 0;
3918
+ font-style: normal;
3919
+ font-family: Circular, sans-serif;
3920
+ }
3916
3921
  `,Xm="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SideModal\\SideModal.tsx";const qm=e=>{const{disabledNav:i,modalTitle:r,modalSubText:n,closeModal:s,children:a,navAreaText:l,showNavigation:c,navButtonAction:d,labelOverrides:u}=e;function m(){document.querySelector("body").style.removeProperty("overflow")}return o((()=>{const e=document.querySelector(".backdrop"),t=function(t){t.target===e&&(m(),s(!1))};return e&&e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}),[]),o((()=>{document.querySelector("body").style.overflow="hidden"}),[]),t.createElement(Vm,{className:"backdrop",__self:void 0,__source:{fileName:Xm,lineNumber:36}},t.createElement(Gm,{__self:void 0,__source:{fileName:Xm,lineNumber:37}},t.createElement(Zm,{__self:void 0,__source:{fileName:Xm,lineNumber:38}},t.createElement("div",{__self:void 0,__source:{fileName:Xm,lineNumber:39}},c&&!l&&t.createElement(Km,{disabled:i,onClick:()=>{d&&d()},className:"paragraph2Regular",__self:void 0,__source:{fileName:Xm,lineNumber:41}},!i&&t.createElement("svg",{width:"12",height:"14",viewBox:"0 0 12 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Xm,lineNumber:48}},t.createElement("path",{d:"M11 6H3.41L6.71 2.71C6.89831 2.5217 7.00409 2.2663 7.00409 2C7.00409 1.7337 6.89831 1.47831 6.71 1.29C6.5217 1.1017 6.2663 0.995911 6 0.995911C5.7337 0.995911 5.47831 1.1017 5.29 1.29L0.290003 6.29C0.198963 6.38511 0.127598 6.49725 0.0800031 6.62C-0.0200149 6.86346 -0.0200149 7.13654 0.0800031 7.38C0.127598 7.50275 0.198963 7.6149 0.290003 7.71L5.29 12.71C5.38297 12.8037 5.49357 12.8781 5.61543 12.9289C5.73729 12.9797 5.86799 13.0058 6 13.0058C6.13202 13.0058 6.26272 12.9797 6.38458 12.9289C6.50644 12.8781 6.61704 12.8037 6.71 12.71C6.80373 12.617 6.87813 12.5064 6.92889 12.3846C6.97966 12.2627 7.0058 12.132 7.0058 12C7.0058 11.868 6.97966 11.7373 6.92889 11.6154C6.87813 11.4936 6.80373 11.383 6.71 11.29L3.41 8H11C11.2652 8 11.5196 7.89465 11.7071 7.70711C11.8946 7.51957 12 7.26522 12 7C12 6.73479 11.8946 6.48043 11.7071 6.2929C11.5196 6.10536 11.2652 6 11 6Z",fill:"#070B12",__self:void 0,__source:{fileName:Xm,lineNumber:49}})),i&&t.createElement("svg",{width:"12",height:"14",viewBox:"0 0 12 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Xm,lineNumber:53}},t.createElement("path",{d:"M11 6H3.41L6.71 2.71C6.89831 2.5217 7.00409 2.2663 7.00409 2C7.00409 1.7337 6.89831 1.47831 6.71 1.29C6.5217 1.1017 6.2663 0.995911 6 0.995911C5.7337 0.995911 5.47831 1.1017 5.29 1.29L0.290003 6.29C0.198963 6.38511 0.127598 6.49725 0.0800031 6.62C-0.0200149 6.86346 -0.0200149 7.13654 0.0800031 7.38C0.127598 7.50275 0.198963 7.6149 0.290003 7.71L5.29 12.71C5.38297 12.8037 5.49357 12.8781 5.61543 12.9289C5.73729 12.9797 5.86799 13.0058 6 13.0058C6.13202 13.0058 6.26272 12.9797 6.38458 12.9289C6.50644 12.8781 6.61704 12.8037 6.71 12.71C6.80373 12.617 6.87813 12.5064 6.92889 12.3846C6.97966 12.2627 7.0058 12.132 7.0058 12C7.0058 11.868 6.97966 11.7373 6.92889 11.6154C6.87813 11.4936 6.80373 11.383 6.71 11.29L3.41 8H11C11.2652 8 11.5196 7.89465 11.7071 7.70711C11.8946 7.51957 12 7.26522 12 7C12 6.73479 11.8946 6.48043 11.7071 6.2929C11.5196 6.10536 11.2652 6 11 6Z",fill:"#E8EEF7",__self:void 0,__source:{fileName:Xm,lineNumber:54}})),function(e){let t,i=e[0],o=1;for(;o<e.length;){const r=e[o],n=e[o+1];if(o+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=n(i)):"call"!==r&&"optionalCall"!==r||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([u,"optionalAccess",e=>e.goBack])||"Go Back"),l&&t.createElement("span",{className:"paragraph2Regular",__self:void 0,__source:{fileName:Xm,lineNumber:59}},l)),t.createElement(Km,{onClick:()=>{m(),s(!1)},__self:void 0,__source:{fileName:Xm,lineNumber:61}},t.createElement("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:Xm,lineNumber:66}},t.createElement("path",{d:"M7.4 6L11.7 1.7C12.1 1.3 12.1 0.7 11.7 0.3C11.3 -0.1 10.7 -0.1 10.3 0.3L6 4.6L1.7 0.3C1.3 -0.1 0.7 -0.1 0.3 0.3C-0.0999998 0.7 -0.0999998 1.3 0.3 1.7L4.6 6L0.3 10.3C0.1 10.5 0 10.7 0 11C0 11.6 0.4 12 1 12C1.3 12 1.5 11.9 1.7 11.7L6 7.4L10.3 11.7C10.5 11.9 10.7 12 11 12C11.3 12 11.5 11.9 11.7 11.7C12.1 11.3 12.1 10.7 11.7 10.3L7.4 6Z",fill:"#070B12",__self:void 0,__source:{fileName:Xm,lineNumber:67}})))),t.createElement(Tm,{__self:void 0,__source:{fileName:Xm,lineNumber:71}},r&&t.createElement(Wm,{__self:void 0,__source:{fileName:Xm,lineNumber:73}},t.createElement("h3",{className:"title",__self:void 0,__source:{fileName:Xm,lineNumber:74}},r),t.createElement("p",{className:"sub-text",__self:void 0,__source:{fileName:Xm,lineNumber:75}},n)),a)))},Jm=s.div`
3917
3922
  padding: 16px;
3918
3923
  border-radius: 8px;