@seeqdev/qomponents 0.0.47 → 0.0.48

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
@@ -1940,6 +1940,10 @@ h6 {
1940
1940
  margin-right: 0.5rem;
1941
1941
  }
1942
1942
 
1943
+ .tw-mr-5 {
1944
+ margin-right: 1.25rem;
1945
+ }
1946
+
1943
1947
  .tw-mr-\[7px\] {
1944
1948
  margin-right: 7px;
1945
1949
  }
@@ -1992,10 +1996,6 @@ h6 {
1992
1996
  height: 34px;
1993
1997
  }
1994
1998
 
1995
- .tw-w-24 {
1996
- width: 6rem;
1997
- }
1998
-
1999
1999
  .tw-w-3 {
2000
2000
  width: 0.75rem;
2001
2001
  }
@@ -2130,6 +2130,12 @@ h6 {
2130
2130
  cursor: pointer;
2131
2131
  }
2132
2132
 
2133
+ .tw-select-none {
2134
+ -webkit-user-select: none;
2135
+ -moz-user-select: none;
2136
+ user-select: none;
2137
+ }
2138
+
2133
2139
  .tw-grid-cols-2 {
2134
2140
  grid-template-columns: repeat(2, minmax(0, 1fr));
2135
2141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",