hive-react-kit 0.6.6 → 0.6.8

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.
package/dist/build.css CHANGED
@@ -427,6 +427,12 @@
427
427
  .z-\[2000\] {
428
428
  z-index: 2000;
429
429
  }
430
+ .z-\[9998\] {
431
+ z-index: 9998;
432
+ }
433
+ .z-\[9999\] {
434
+ z-index: 9999;
435
+ }
430
436
  .col-span-1 {
431
437
  grid-column: span 1 / span 1;
432
438
  }