@brightspace-ui/core 3.292.0 → 3.294.0

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.
@@ -12,7 +12,7 @@ export const panelStateStorageKey = key => `d2l-page-panel-state-${key}`;
12
12
 
13
13
  const DRAWER_MIN_HEIGHT = 200; // TO DO: Confirm
14
14
  export const MAIN_MIN_WIDTH = 600; // TO DO: Confirm
15
- export const PANEL_MIN_WIDTH = 320;
15
+ export const PANEL_MIN_WIDTH = 298;
16
16
 
17
17
  export const DIVIDER_GUTTER_WIDTH = 18;
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.292.0",
3
+ "version": "3.294.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",