tc-dazzle-ui 1.10.8 → 1.10.10

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.esm.js CHANGED
@@ -454,7 +454,7 @@ const GlobalHeader = ({ tabs, activeTabId, onTabClick, onMenuClick, showMenuButt
454
454
 
455
455
  const MIN_WIDTH = 242;
456
456
  const MAX_WIDTH = 424;
457
- const DEFAULT_WIDTH = 280;
457
+ const DEFAULT_WIDTH = 242;
458
458
  const Sidebar = ({ sections, activeItemId, onItemClick, onSettingsClick, onExpandAllClick, onCollapseAllClick, onWidthChange, defaultWidth = DEFAULT_WIDTH, minWidth = MIN_WIDTH, maxWidth = MAX_WIDTH, className = '', }) => {
459
459
  const [expandedSections, setExpandedSections] = useState(() => {
460
460
  const initialExpanded = new Set();