@harborclient/sdk 1.0.31 → 1.0.32

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.
@@ -190,7 +190,7 @@ export function SegmentedTabs({ tabs, value: valueProp, onChange: onChangeProp,
190
190
  }, [visibleTabs, value, onChange, isRadiogroup, context, getPanelId]);
191
191
  return (_jsxs("div", { ...props, className: outerClassName, children: [_jsx("div", { className: tabListClassName, role: isRadiogroup ? 'radiogroup' : 'tablist', "aria-label": ariaLabel, ...(!isRadiogroup ? { 'aria-orientation': 'horizontal' } : {}), onKeyDown: handleKeyDown, children: visibleTabs.map((tab) => {
192
192
  const selected = value === tab.value;
193
- const tabClassName = `hc-segmented-tabs-tab ${segment(selected)}${fullWidth ? ' flex-1' : ''}`;
193
+ const tabClassName = `hc-segmented-tabs-tab flex items-center ${segment(selected)}${fullWidth ? ' flex-1' : ''}`;
194
194
  return (_jsx("button", { ref: (element) => {
195
195
  if (element)
196
196
  tabRefs.current.set(tab.value, element);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harborclient/sdk",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "TypeScript SDK for HarborClient development.",
5
5
  "keywords": [
6
6
  "harborclient",