@seeqdev/qomponents 0.0.150 → 0.0.152

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
  }
@@ -2495,6 +2499,10 @@ ol,
2495
2499
  border-radius: 0px;
2496
2500
  }
2497
2501
 
2502
+ .tw-rounded-popover {
2503
+ border-radius: 8px;
2504
+ }
2505
+
2498
2506
  .tw-rounded-sm {
2499
2507
  border-radius: 3px;
2500
2508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.150",
3
+ "version": "0.0.152",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",