@seeqdev/qomponents 0.0.13 → 0.0.14

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/styles.css CHANGED
@@ -1736,12 +1736,12 @@ ol, ul, menu {
1736
1736
  z-index: 9000 !important;
1737
1737
  }
1738
1738
 
1739
- .tw-z-50 {
1740
- z-index: 50;
1739
+ .\!tw-z-\[9999\] {
1740
+ z-index: 9999 !important;
1741
1741
  }
1742
1742
 
1743
- .tw-z-\[9999\] {
1744
- z-index: 9999;
1743
+ .tw-z-50 {
1744
+ z-index: 50;
1745
1745
  }
1746
1746
 
1747
1747
  .tw-m-0 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",