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