@seeqdev/qomponents 0.0.70 → 0.0.72

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
@@ -1953,6 +1953,10 @@ ol,
1953
1953
  display: inline-block;
1954
1954
  }
1955
1955
 
1956
+ .tw-inline {
1957
+ display: inline;
1958
+ }
1959
+
1956
1960
  .tw-flex {
1957
1961
  display: flex;
1958
1962
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",