@eui/core 21.0.0-alpha.16 → 21.0.0-alpha.17

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.
@@ -3546,6 +3546,7 @@
3546
3546
  hasToolbarMenu: false,
3547
3547
  environmentValue: '',
3548
3548
  isSidebarHidden: false,
3549
+ isSidebarFocused: false,
3549
3550
  hasSidebarCollapsedVariant: false,
3550
3551
  hasTopMessage: false,
3551
3552
  windowWidth: 0,
@@ -121,7 +121,7 @@
121
121
  </ol>
122
122
  <ul class="properties-list">
123
123
  <li>
124
- <b>Version</b> : 21.0.0-alpha.16</li>
124
+ <b>Version</b> : 21.0.0-alpha.17</li>
125
125
  </ul>
126
126
 
127
127
 
@@ -2979,6 +2979,7 @@ const initialState$1 = {
2979
2979
  hasToolbarMenu: false,
2980
2980
  environmentValue: '',
2981
2981
  isSidebarHidden: false,
2982
+ isSidebarFocused: false,
2982
2983
  hasSidebarCollapsedVariant: false,
2983
2984
  hasTopMessage: false,
2984
2985
  windowWidth: 0,