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.es.js CHANGED
@@ -5018,12 +5018,12 @@ const k0 = R.div`
5018
5018
  background-color: transparent;
5019
5019
  cursor: pointer;
5020
5020
 
5021
- ${(t) => t.$intent && ["tabs", "subtabs"].includes(t.$intent) && (t.$intent === "subtabs" ? d`
5021
+ ${({ $intent: t, $label: i }) => t && ["tabs", "subtabs"].includes(t) && (t === "subtabs" ? d`
5022
5022
  height: 32px;
5023
- padding: 0px 12px 0px 4px;
5023
+ padding: ${i != null && i.length ? "0px 12px 0px 4px" : "0px 4px 0px 4px"};
5024
5024
  ` : d`
5025
5025
  height: 40px;
5026
- padding: 0px 16px 0px 8px;
5026
+ padding: ${i != null && i.length ? "0px 16px 0px 8px" : "0px 8px 0px 8px"};
5027
5027
  `)};
5028
5028
 
5029
5029
  display: flex;
@@ -5475,10 +5475,11 @@ const k0 = R.div`
5475
5475
  $intent: t,
5476
5476
  $selected: r,
5477
5477
  $variant: i,
5478
+ $label: a,
5478
5479
  ...c,
5479
5480
  children: [
5480
5481
  /* @__PURE__ */ L.jsx("div", { children: i === "danger" ? "!" : n }),
5481
- /* @__PURE__ */ L.jsx("span", { children: a })
5482
+ a && /* @__PURE__ */ L.jsx("span", { children: a })
5482
5483
  ]
5483
5484
  }
5484
5485
  ), G0 = R.button`