@seeqdev/qomponents 0.0.72 → 0.0.73

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
@@ -1839,6 +1839,10 @@ ol,
1839
1839
  z-index: 1001;
1840
1840
  }
1841
1841
 
1842
+ .tw-z-\[1200\] {
1843
+ z-index: 1200;
1844
+ }
1845
+
1842
1846
  .tw-z-\[500\] {
1843
1847
  z-index: 500;
1844
1848
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",