@eui/components 18.2.4-snapshot-1733998205626 → 18.2.5-snapshot-1734075833251

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.
@@ -141,6 +141,9 @@
141
141
  <li>
142
142
  <a href="#acceptLabel" >acceptLabel</a>
143
143
  </li>
144
+ <li>
145
+ <a href="#classList" >classList</a>
146
+ </li>
144
147
  <li>
145
148
  <a href="#dismissLabel" >dismissLabel</a>
146
149
  </li>
@@ -287,6 +290,32 @@
287
290
  </tr>
288
291
 
289
292
 
293
+ </tbody>
294
+ </table>
295
+ <table class="table table-sm table-bordered">
296
+ <tbody>
297
+ <tr>
298
+ <td class="col-md-4">
299
+ <a name="classList"></a>
300
+ <span class="name">
301
+ <span ><b>classList</b></span>
302
+ <a href="#classList"><span class="icon ion-ios-link"></span></a>
303
+ </span>
304
+ </td>
305
+ </tr>
306
+ <tr>
307
+ <td class="col-md-4">
308
+ <i>Type : </i> <code>null</code>
309
+
310
+ </td>
311
+ </tr>
312
+ <tr>
313
+ <td class="col-md-4">
314
+ <i>Default value : </i><code>null</code>
315
+ </td>
316
+ </tr>
317
+
318
+
290
319
  </tbody>
291
320
  </table>
292
321
  <table class="table table-sm table-bordered">
@@ -283,6 +283,9 @@
283
283
  <li>
284
284
  <a href="#acceptLabel" >acceptLabel</a>
285
285
  </li>
286
+ <li>
287
+ <a href="#classList" >classList</a>
288
+ </li>
286
289
  <li>
287
290
  <a href="#dismissLabel" >dismissLabel</a>
288
291
  </li>
@@ -503,6 +506,27 @@
503
506
  </tr>
504
507
  </tbody>
505
508
  </table>
509
+ <table class="table table-sm table-bordered">
510
+ <tbody>
511
+ <tr>
512
+ <td class="col-md-4">
513
+ <a name="classList"></a>
514
+ <b>classList</b>
515
+ </td>
516
+ </tr>
517
+ <tr>
518
+ <td class="col-md-4">
519
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
520
+
521
+ </td>
522
+ </tr>
523
+ <tr>
524
+ <td class="col-md-4">
525
+ <i>Default value : </i><code>null</code>
526
+ </td>
527
+ </tr>
528
+ </tbody>
529
+ </table>
506
530
  <table class="table table-sm table-bordered">
507
531
  <tbody>
508
532
  <tr>
@@ -286,9 +286,9 @@
286
286
  <li>
287
287
  <b>@stackblitz/sdk</b> : 1.11.0</li>
288
288
  <li>
289
- <b>@eui/styles</b> : 18.2.4-snapshot-1733919439046</li>
289
+ <b>@eui/styles</b> : 18.2.4</li>
290
290
  <li>
291
- <b>@eui/ecl</b> : 18.2.4-snapshot-1733919439046</li>
291
+ <b>@eui/ecl</b> : 18.2.4</li>
292
292
  <li>
293
293
  <b>@eui/tools</b> : ^6.0.0</li>
294
294
  </ul>
@@ -154,6 +154,13 @@
154
154
  bodyComponent
155
155
  </a>
156
156
  </li>
157
+ <li>
158
+ <span class="modifier">Optional</span>
159
+ <a href="#classList"
160
+ >
161
+ classList
162
+ </a>
163
+ </li>
157
164
  <li>
158
165
  <span class="modifier">Optional</span>
159
166
  <a href="#clickOutside"
@@ -545,6 +552,44 @@
545
552
 
546
553
 
547
554
 
555
+ </tbody>
556
+ </table>
557
+ <table class="table table-sm table-bordered">
558
+ <tbody>
559
+ <tr>
560
+ <td class="col-md-4">
561
+ <a name="classList"></a>
562
+ <span class="name "><b>classList</b>
563
+ <a href="#classList">
564
+ <span class="icon ion-ios-link"></span>
565
+ </a>
566
+ </span>
567
+ </td>
568
+ </tr>
569
+ <tr>
570
+ <td class="col-md-4">
571
+ <code>classList: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
572
+ </code>
573
+ </td>
574
+ </tr>
575
+
576
+
577
+ <tr>
578
+ <td class="col-md-4">
579
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
580
+
581
+ </td>
582
+ </tr>
583
+
584
+ <tr>
585
+ <td class="col-md-4">
586
+ <i>Optional</i>
587
+ </td>
588
+ </tr>
589
+
590
+
591
+
592
+
548
593
  </tbody>
549
594
  </table>
550
595
  <table class="table table-sm table-bordered">