@secondstaxorg/sscomp 1.5.95 → 1.5.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 CHANGED
@@ -3358,11 +3358,11 @@ button{
3358
3358
  background: white;
3359
3359
  color: ${s["neutral-900"]};
3360
3360
  }
3361
- &.light:hover{
3361
+ &.light:hover,&.current{
3362
3362
  background:${s["primary-500"]};
3363
3363
  color: white;
3364
3364
  }
3365
- `,$u="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Ribbon\\Ribbon.tsx",ef=e=>{const{links:i,bgColor:r,openInNewTab:n}=e;return t.createElement(t.Fragment,null,i&&i.length>0&&t.createElement(Ju,{__self:void 0,__source:{fileName:$u,lineNumber:14}},i.map(((e,i)=>t.createElement(qu,{key:i,href:e.url,target:n?"_blank":"_self",className:r,__self:void 0,__source:{fileName:$u,lineNumber:16}},e.label)))))},tf=l.div`
3365
+ `,$u="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Ribbon\\Ribbon.tsx",ef=e=>{const{links:i,bgColor:r,openInNewTab:n,currentPageItem:o}=e;return t.createElement(t.Fragment,null,i&&i.length>0&&t.createElement(Ju,{__self:void 0,__source:{fileName:$u,lineNumber:14}},i.map(((e,i)=>t.createElement(qu,{key:i,href:e.url,target:n?"_blank":"_self",className:`${r} ${o&&o===e.label?"current":""}`,__self:void 0,__source:{fileName:$u,lineNumber:16}},e.label)))))},tf=l.div`
3366
3366
  display: flex;
3367
3367
  gap: 8px;
3368
3368
  justify-content: space-between;