@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.js CHANGED
@@ -23937,90 +23937,95 @@ const SearchResultsBar = (props) => {
23937
23937
  };
23938
23938
 
23939
23939
  const ModalBackdrop = styled.div`
23940
- position: fixed;
23941
- overflow: hidden;
23942
- inset: 0;
23943
- background: rgb(0 0 0 / 40%);
23944
- z-index: 9999;
23940
+ position: fixed;
23941
+ overflow: hidden;
23942
+ inset: 0;
23943
+ background: rgb(0 0 0 / 40%);
23944
+ z-index: 9999;
23945
23945
  `;
23946
23946
 
23947
23947
  const panelWidth = 510;
23948
23948
  const SideModalContainer = styled.div`
23949
- position: absolute;
23950
- right: 0;
23951
- top: 0;
23952
- width: ${panelWidth}px;
23953
- height:100%;
23954
- background: ${theme.colors.white};
23955
- padding: 0;
23956
- margin: 0;
23957
- display: flex;
23958
- flex-direction: column;
23959
- animation: 0.3s slideIn ease-out;
23960
- @keyframes slideIn{
23961
- from{
23962
- right: -${panelWidth}px;
23963
- opacity: 0.5;
23964
- }
23965
- to{
23966
- right: 0;
23967
- opacity: 1;
23949
+ position: absolute;
23950
+ right: 0;
23951
+ top: 0;
23952
+ width: ${panelWidth}px;
23953
+ height: 100%;
23954
+ background: ${theme.colors.white};
23955
+ padding: 0;
23956
+ margin: 0;
23957
+ display: flex;
23958
+ flex-direction: column;
23959
+ animation: 0.3s slideIn ease-out;
23960
+ @keyframes slideIn {
23961
+ from {
23962
+ right: -${panelWidth}px;
23963
+ opacity: 0.5;
23964
+ }
23965
+ to {
23966
+ right: 0;
23967
+ opacity: 1;
23968
+ }
23968
23969
  }
23969
- }
23970
23970
  `;
23971
23971
 
23972
23972
  const NavSection = styled.div`
23973
- display: flex;
23974
- justify-content: space-between;
23975
- align-items: center;
23976
- background: ${theme.colors.white};
23977
- border-bottom: 1px solid ${theme.colors["neutral-100"]};
23978
- padding: 32px 38px;
23973
+ display: flex;
23974
+ justify-content: space-between;
23975
+ align-items: center;
23976
+ background: ${theme.colors.white};
23977
+ border-bottom: 1px solid ${theme.colors["neutral-100"]};
23978
+ padding: 32px 38px;
23979
+ height: 88px;
23980
+ box-sizing: border-box;
23979
23981
  `;
23980
23982
 
23981
23983
  const Button$1 = styled.button`
23982
- background: transparent;
23983
- border: none;
23984
- cursor: pointer;
23985
- display: flex;
23986
- gap: 10px;
23987
- align-items: center;
23988
- font-size: 16px;
23989
- &:disabled{
23990
- cursor: not-allowed;
23991
- color: ${theme.colors["neutral-100"]};
23992
- }
23984
+ background: transparent;
23985
+ border: none;
23986
+ cursor: pointer;
23987
+ display: flex;
23988
+ gap: 10px;
23989
+ align-items: center;
23990
+ font-size: 16px;
23991
+
23992
+ &:disabled {
23993
+ cursor: not-allowed;
23994
+ color: ${theme.colors["neutral-100"]};
23995
+ }
23993
23996
  `;
23994
23997
 
23995
23998
  const ModalContent = styled.div`
23996
- width: 100%;
23997
- padding: 32px;
23998
- overflow-y: auto;
23999
- display: flex;
24000
- flex-grow: 1;
24001
- flex-direction: column;
23999
+ width: 100%;
24000
+ padding: 32px;
24001
+ overflow-y: auto;
24002
+ display: flex;
24003
+ flex-grow: 1;
24004
+ flex-direction: column;
24002
24005
  `;
24003
24006
 
24004
24007
  const ModalTitleArea = styled.div`
24005
- display: flex;
24006
- flex-direction: column;
24007
- gap: 4px;
24008
- color: ${theme.colors["neutral-900"]};
24009
- margin-bottom: 40px;
24010
- .title{
24011
- font-size: 19px;
24012
- font-weight: 700;
24013
- margin: 0;
24014
- font-style: normal;
24015
- font-family: Circular, sans-serif;
24016
- }
24017
- .sub-text{
24018
- font-size: 14px;
24019
- font-weight: 400;
24020
- margin: 0;
24021
- font-style: normal;
24022
- font-family: Circular, sans-serif;
24023
- }
24008
+ display: flex;
24009
+ flex-direction: column;
24010
+ gap: 4px;
24011
+ color: ${theme.colors["neutral-900"]};
24012
+ margin-bottom: 40px;
24013
+
24014
+ .title {
24015
+ font-size: 19px;
24016
+ font-weight: 700;
24017
+ margin: 0;
24018
+ font-style: normal;
24019
+ font-family: Circular, sans-serif;
24020
+ }
24021
+
24022
+ .sub-text {
24023
+ font-size: 14px;
24024
+ font-weight: 400;
24025
+ margin: 0;
24026
+ font-style: normal;
24027
+ font-family: Circular, sans-serif;
24028
+ }
24024
24029
  `;
24025
24030
 
24026
24031
  const _jsxFileName$C = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SideModal\\SideModal.tsx"; function _optionalChain$m(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }