@eui/core 18.0.0-rc.35 → 18.0.0-rc.36

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.
@@ -485,7 +485,38 @@
485
485
  </td>
486
486
  </tr>
487
487
 
488
+ <tr>
489
+ <td class="col-md-4">
490
+ <div class="io-description"><p>Get the value of a CSS variable. Using getComputedStyle to get the value of the CSS variable (Browser Specific API)</p>
491
+ </div>
492
+ </td>
493
+ </tr>
488
494
 
495
+ <tr>
496
+ <td class="col-md-4">
497
+ <div class="io-description">
498
+ <b>Parameters :</b>
499
+ <table class="params">
500
+ <thead>
501
+ <tr>
502
+ <td>Name</td>
503
+ </tr>
504
+ </thead>
505
+ <tbody>
506
+ <tr>
507
+ <td>inputProperty</td>
508
+ </tr>
509
+ <tr>
510
+ <td>document</td>
511
+ </tr>
512
+ <tr>
513
+ <td>platform</td>
514
+ </tr>
515
+ </tbody>
516
+ </table>
517
+ </div>
518
+ </td>
519
+ </tr>
489
520
  </tbody>
490
521
  </table>
491
522
  <table class="table table-sm table-bordered">
@@ -284,7 +284,7 @@
284
284
  <li>
285
285
  <b>@stackblitz/sdk</b> : 1.10.0</li>
286
286
  <li>
287
- <b>@eui/ecl</b> : 18.0.0-rc.34</li>
287
+ <b>@eui/ecl</b> : 18.0.0-rc.35</li>
288
288
  <li>
289
289
  <b>@eui/tools</b> : ^6.0.0</li>
290
290
  </ul>