@seeqdev/qomponents 0.0.150 → 0.0.151

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
@@ -2467,6 +2467,10 @@ ol,
2467
2467
  border-radius: 0.25rem;
2468
2468
  }
2469
2469
 
2470
+ .tw-rounded-\[10px\] {
2471
+ border-radius: 10px;
2472
+ }
2473
+
2470
2474
  .tw-rounded-\[15px\] {
2471
2475
  border-radius: 15px;
2472
2476
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.150",
3
+ "version": "0.0.151",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",