@secondstaxorg/sscomp 1.6.78 → 1.6.79

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 CHANGED
@@ -4304,13 +4304,22 @@ PERFORMANCE OF THIS SOFTWARE.
4304
4304
  font-weight: 500;
4305
4305
  font-family: Circular Book Medium, sans-serif;
4306
4306
  `,Hm=e=>{const{title:i}=e;return t.createElement(Lm,{...e,__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\WidgetTitle\\WidgetTitle.tsx",lineNumber:11}},i)},Im=o.div`
4307
- padding-inline: 32px;
4308
- height: 82px;
4307
+ height: 81px;
4309
4308
  left: 0;
4309
+ background-color: #fff;
4310
4310
  right: 0;
4311
- display: flex;
4311
+ padding-left: 16.5px;
4312
+ padding-right: 16.5px;
4312
4313
  align-items: center;
4313
- `,Fm=e=>{const{children:n,background:l}=e,[o,a]=i(null),c={background:s.white,borderBottom:`1px solid ${s["neutral-100"]}`},d={background:s["neutral-900"],color:s.white};return r((()=>{"light"===l&&a(c),"dark"===l&&a(d)}),[l]),t.createElement(Im,{...e,style:o,__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SSXBar\\SSXBar.tsx",lineNumber:25}},n)};o.div`
4314
+ border-bottom: 1px solid var(--neutral-100, #e8eef7);
4315
+ /* mobile screens */
4316
+ @media (max-width: 767px) {
4317
+ height: 76px;
4318
+ }
4319
+ `;o.div`
4320
+ background: white;
4321
+ color: ${s["error-900"]};
4322
+ `;const Fm=e=>{const{children:i,className:r}=e;return t.createElement(Im,{className:r,...e,__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SSXBar\\SSXBar.tsx",lineNumber:8}},i&&i)};o.div`
4314
4323
  display: flex;
4315
4324
  flex-direction: column;
4316
4325
  gap: 16px;