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

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.
@@ -332,6 +332,13 @@
332
332
  isSidebarActive
333
333
  </a>
334
334
  </li>
335
+ <li>
336
+ <span class="modifier">Optional</span>
337
+ <a href="#isSidebarFocused"
338
+ >
339
+ isSidebarFocused
340
+ </a>
341
+ </li>
335
342
  <li>
336
343
  <span class="modifier">Optional</span>
337
344
  <a href="#isSidebarHidden"
@@ -1383,6 +1390,44 @@
1383
1390
 
1384
1391
 
1385
1392
 
1393
+ </tbody>
1394
+ </table>
1395
+ <table class="table table-sm table-bordered">
1396
+ <tbody>
1397
+ <tr>
1398
+ <td class="col-md-4">
1399
+ <a name="isSidebarFocused"></a>
1400
+ <span class="name "><b>isSidebarFocused</b>
1401
+ <a href="#isSidebarFocused">
1402
+ <span class="icon ion-ios-link"></span>
1403
+ </a>
1404
+ </span>
1405
+ </td>
1406
+ </tr>
1407
+ <tr>
1408
+ <td class="col-md-4">
1409
+ <code>isSidebarFocused: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1410
+ </code>
1411
+ </td>
1412
+ </tr>
1413
+
1414
+
1415
+ <tr>
1416
+ <td class="col-md-4">
1417
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1418
+
1419
+ </td>
1420
+ </tr>
1421
+
1422
+ <tr>
1423
+ <td class="col-md-4">
1424
+ <i>Optional</i>
1425
+ </td>
1426
+ </tr>
1427
+
1428
+
1429
+
1430
+
1386
1431
  </tbody>
1387
1432
  </table>
1388
1433
  <table class="table table-sm table-bordered">