@6thbridge/hexa 0.0.35 → 0.0.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.
package/dist/output.css CHANGED
@@ -572,6 +572,10 @@ video {
572
572
  pointer-events: auto;
573
573
  }
574
574
 
575
+ .static{
576
+ position: static;
577
+ }
578
+
575
579
  .fixed{
576
580
  position: fixed;
577
581
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {