@seeqdev/qomponents 0.0.164 → 0.0.166

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
@@ -2034,6 +2034,10 @@ ol,
2034
2034
  margin-bottom: 2rem;
2035
2035
  }
2036
2036
 
2037
+ .tw-ml-0 {
2038
+ margin-left: 0px;
2039
+ }
2040
+
2037
2041
  .tw-ml-1 {
2038
2042
  margin-left: 0.25rem;
2039
2043
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.164",
3
+ "version": "0.0.166",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/src/index.d.ts",