@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/Icon/Icon.stories.js +1 -1
- package/dist/Icon/Icon.stories.js.map +1 -1
- package/dist/Tabs/Tabs.types.d.ts +1 -0
- package/dist/index.esm.js +2 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -0
- package/package.json +1 -1
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
|
}
|