@6thbridge/hexa 0.0.42 → 0.0.43

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/output.css CHANGED
@@ -588,10 +588,6 @@ video {
588
588
  position: relative;
589
589
  }
590
590
 
591
- .sticky{
592
- position: sticky;
593
- }
594
-
595
591
  .inset-0{
596
592
  inset: 0px;
597
593
  }
@@ -636,10 +632,6 @@ video {
636
632
  isolation: isolate;
637
633
  }
638
634
 
639
- .z-10{
640
- z-index: 10;
641
- }
642
-
643
635
  .z-50{
644
636
  z-index: 50;
645
637
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {