rbro-tat-uds 1.6.17 → 1.6.18

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.cjs.js CHANGED
@@ -1758,12 +1758,12 @@ See https://s-c.sh/2BAXzed for more info.`),window[m2]+=1);const W5=t=>e.createE
1758
1758
  background-color: transparent;
1759
1759
  cursor: pointer;
1760
1760
 
1761
- ${t=>t.$intent&&["tabs","subtabs"].includes(t.$intent)&&(t.$intent==="subtabs"?d`
1761
+ ${({$intent:t,$label:i})=>t&&["tabs","subtabs"].includes(t)&&(t==="subtabs"?d`
1762
1762
  height: 32px;
1763
- padding: 0px 12px 0px 4px;
1763
+ padding: ${i!=null&&i.length?"0px 12px 0px 4px":"0px 4px 0px 4px"};
1764
1764
  `:d`
1765
1765
  height: 40px;
1766
- padding: 0px 16px 0px 8px;
1766
+ padding: ${i!=null&&i.length?"0px 16px 0px 8px":"0px 8px 0px 8px"};
1767
1767
  `)};
1768
1768
 
1769
1769
  display: flex;
@@ -2178,7 +2178,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[m2]+=1);const W5=t=>e.createE
2178
2178
  color: ${l.danger_600};
2179
2179
  }
2180
2180
  `}
2181
- `},se=({intent:t="tabs",variant:i="default",label:a="Configuratie",stepText:n="A",selected:r=!1,...c})=>L.jsxs(Ce,{$intent:t,$selected:r,$variant:i,...c,children:[L.jsx("div",{children:i==="danger"?"!":n}),L.jsx("span",{children:a})]}),pe=B.button`
2181
+ `},se=({intent:t="tabs",variant:i="default",label:a="Configuratie",stepText:n="A",selected:r=!1,...c})=>L.jsxs(Ce,{$intent:t,$selected:r,$variant:i,$label:a,...c,children:[L.jsx("div",{children:i==="danger"?"!":n}),a&&L.jsx("span",{children:a})]}),pe=B.button`
2182
2182
  width: fit-content;
2183
2183
  background-color: transparent;
2184
2184
  outline: none;