@konoma-development/react-components 0.2.10 → 0.2.11
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.
|
@@ -23369,7 +23369,7 @@ function Tabs({
|
|
|
23369
23369
|
children: [
|
|
23370
23370
|
/* @__PURE__ */ jsx("span", { children: tab.label }),
|
|
23371
23371
|
showCounts && /* @__PURE__ */ jsx("div", { className: [countBaseClasses, equalTabs(tab.id, active) ? countActiveClasses : countInactiveClasses].join(" "), children: tab.count }),
|
|
23372
|
-
tab.id
|
|
23372
|
+
equalTabs(tab.id, active) && /* @__PURE__ */ jsx("div", { className: activeMarkerClass })
|
|
23373
23373
|
]
|
|
23374
23374
|
},
|
|
23375
23375
|
i
|