tc-dazzle-ui 1.10.5 → 1.10.7

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
@@ -453,7 +453,7 @@ const GlobalHeader = ({ tabs, activeTabId, onTabClick, onMenuClick, showMenuButt
453
453
  };
454
454
 
455
455
  const MIN_WIDTH = 242;
456
- const MAX_WIDTH = 1100;
456
+ const MAX_WIDTH = 424;
457
457
  const DEFAULT_WIDTH = 280;
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(() => {