@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.
package/dist/index.min.js CHANGED
@@ -3841,79 +3841,84 @@ function _t(e){return e+.5|0}const Dt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
3841
3841
  line-height: 17px;
3842
3842
  }
3843
3843
  `,ef="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SearchResultsBar\\SearchResultsBar.tsx";function tf(e){let t,i=e[0],o=1;for(;o<e.length;){const r=e[o],s=e[o+1];if(o+=2,("optionalAccess"===r||"optionalCall"===r)&&null==i)return;"access"===r||"optionalAccess"===r?(t=i,i=s(i)):"call"!==r&&"optionalCall"!==r||(i=s(((...e)=>i.call(t,...e))),t=void 0)}return i}const of=t.div`
3844
- position: fixed;
3845
- overflow: hidden;
3846
- inset: 0;
3847
- background: rgb(0 0 0 / 40%);
3848
- z-index: 9999;
3844
+ position: fixed;
3845
+ overflow: hidden;
3846
+ inset: 0;
3847
+ background: rgb(0 0 0 / 40%);
3848
+ z-index: 9999;
3849
3849
  `,rf=t.div`
3850
- position: absolute;
3851
- right: 0;
3852
- top: 0;
3853
- width: ${510}px;
3854
- height:100%;
3855
- background: ${s.white};
3856
- padding: 0;
3857
- margin: 0;
3858
- display: flex;
3859
- flex-direction: column;
3860
- animation: 0.3s slideIn ease-out;
3861
- @keyframes slideIn{
3862
- from{
3863
- right: -${510}px;
3864
- opacity: 0.5;
3865
- }
3866
- to{
3867
- right: 0;
3868
- opacity: 1;
3850
+ position: absolute;
3851
+ right: 0;
3852
+ top: 0;
3853
+ width: ${510}px;
3854
+ height: 100%;
3855
+ background: ${s.white};
3856
+ padding: 0;
3857
+ margin: 0;
3858
+ display: flex;
3859
+ flex-direction: column;
3860
+ animation: 0.3s slideIn ease-out;
3861
+ @keyframes slideIn {
3862
+ from {
3863
+ right: -${510}px;
3864
+ opacity: 0.5;
3865
+ }
3866
+ to {
3867
+ right: 0;
3868
+ opacity: 1;
3869
+ }
3869
3870
  }
3870
- }
3871
3871
  `,sf=t.div`
3872
- display: flex;
3873
- justify-content: space-between;
3874
- align-items: center;
3875
- background: ${s.white};
3876
- border-bottom: 1px solid ${s["neutral-100"]};
3877
- padding: 32px 38px;
3872
+ display: flex;
3873
+ justify-content: space-between;
3874
+ align-items: center;
3875
+ background: ${s.white};
3876
+ border-bottom: 1px solid ${s["neutral-100"]};
3877
+ padding: 32px 38px;
3878
+ height: 88px;
3879
+ box-sizing: border-box;
3878
3880
  `,nf=t.button`
3879
- background: transparent;
3880
- border: none;
3881
- cursor: pointer;
3882
- display: flex;
3883
- gap: 10px;
3884
- align-items: center;
3885
- font-size: 16px;
3886
- &:disabled{
3887
- cursor: not-allowed;
3888
- color: ${s["neutral-100"]};
3889
- }
3881
+ background: transparent;
3882
+ border: none;
3883
+ cursor: pointer;
3884
+ display: flex;
3885
+ gap: 10px;
3886
+ align-items: center;
3887
+ font-size: 16px;
3888
+
3889
+ &:disabled {
3890
+ cursor: not-allowed;
3891
+ color: ${s["neutral-100"]};
3892
+ }
3890
3893
  `,af=t.div`
3891
- width: 100%;
3892
- padding: 32px;
3893
- overflow-y: auto;
3894
- display: flex;
3895
- flex-grow: 1;
3896
- flex-direction: column;
3894
+ width: 100%;
3895
+ padding: 32px;
3896
+ overflow-y: auto;
3897
+ display: flex;
3898
+ flex-grow: 1;
3899
+ flex-direction: column;
3897
3900
  `,lf=t.div`
3898
- display: flex;
3899
- flex-direction: column;
3900
- gap: 4px;
3901
- color: ${s["neutral-900"]};
3902
- margin-bottom: 40px;
3903
- .title{
3904
- font-size: 19px;
3905
- font-weight: 700;
3906
- margin: 0;
3907
- font-style: normal;
3908
- font-family: Circular, sans-serif;
3909
- }
3910
- .sub-text{
3911
- font-size: 14px;
3912
- font-weight: 400;
3913
- margin: 0;
3914
- font-style: normal;
3915
- font-family: Circular, sans-serif;
3916
- }
3901
+ display: flex;
3902
+ flex-direction: column;
3903
+ gap: 4px;
3904
+ color: ${s["neutral-900"]};
3905
+ margin-bottom: 40px;
3906
+
3907
+ .title {
3908
+ font-size: 19px;
3909
+ font-weight: 700;
3910
+ margin: 0;
3911
+ font-style: normal;
3912
+ font-family: Circular, sans-serif;
3913
+ }
3914
+
3915
+ .sub-text {
3916
+ font-size: 14px;
3917
+ font-weight: 400;
3918
+ margin: 0;
3919
+ font-style: normal;
3920
+ font-family: Circular, sans-serif;
3921
+ }
3917
3922
  `,cf="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SideModal\\SideModal.tsx";const df=t.div`
3918
3923
  padding: 16px;
3919
3924
  border-radius: 8px;