@seeqdev/qomponents 0.0.52 → 0.0.53

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
@@ -2046,6 +2046,10 @@ ol,
2046
2046
  flex: 1 1 0%;
2047
2047
  }
2048
2048
 
2049
+ .tw-flex-grow {
2050
+ flex-grow: 1;
2051
+ }
2052
+
2049
2053
  .-tw-translate-x-1\/2 {
2050
2054
  --tw-translate-x: -50%;
2051
2055
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",