@seeqdev/qomponents 0.0.43 → 0.0.44

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
@@ -1888,6 +1888,10 @@ ol,
1888
1888
  height: 45px;
1889
1889
  }
1890
1890
 
1891
+ .tw-h-full {
1892
+ height: 100%;
1893
+ }
1894
+
1891
1895
  .tw-h-inputs {
1892
1896
  height: 34px;
1893
1897
  }
@@ -2004,6 +2008,10 @@ ol,
2004
2008
  overflow: hidden;
2005
2009
  }
2006
2010
 
2011
+ .tw-overflow-y-auto {
2012
+ overflow-y: auto;
2013
+ }
2014
+
2007
2015
  .tw-whitespace-nowrap {
2008
2016
  white-space: nowrap;
2009
2017
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",