@seeqdev/qomponents 0.0.149 → 0.0.150

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,10 +2467,6 @@ ol,
2467
2467
  border-radius: 0.25rem;
2468
2468
  }
2469
2469
 
2470
- .tw-rounded-\[10px\] {
2471
- border-radius: 10px;
2472
- }
2473
-
2474
2470
  .tw-rounded-\[15px\] {
2475
2471
  border-radius: 15px;
2476
2472
  }
@@ -2492,7 +2488,7 @@ ol,
2492
2488
  }
2493
2489
 
2494
2490
  .tw-rounded-md {
2495
- border-radius: 10px;
2491
+ border-radius: 6px;
2496
2492
  }
2497
2493
 
2498
2494
  .tw-rounded-none {
@@ -2514,8 +2510,8 @@ ol,
2514
2510
  }
2515
2511
 
2516
2512
  .tw-rounded-l-md {
2517
- border-top-left-radius: 10px;
2518
- border-bottom-left-radius: 10px;
2513
+ border-top-left-radius: 6px;
2514
+ border-bottom-left-radius: 6px;
2519
2515
  }
2520
2516
 
2521
2517
  .tw-rounded-r-\[15px\] {
@@ -2524,8 +2520,8 @@ ol,
2524
2520
  }
2525
2521
 
2526
2522
  .tw-rounded-r-md {
2527
- border-top-right-radius: 10px;
2528
- border-bottom-right-radius: 10px;
2523
+ border-top-right-radius: 6px;
2524
+ border-bottom-right-radius: 6px;
2529
2525
  }
2530
2526
 
2531
2527
  .tw-rounded-r-none {
@@ -2534,16 +2530,16 @@ ol,
2534
2530
  }
2535
2531
 
2536
2532
  .tw-rounded-t-md {
2537
- border-top-left-radius: 10px;
2538
- border-top-right-radius: 10px;
2533
+ border-top-left-radius: 6px;
2534
+ border-top-right-radius: 6px;
2539
2535
  }
2540
2536
 
2541
2537
  .tw-rounded-tl-md {
2542
- border-top-left-radius: 10px;
2538
+ border-top-left-radius: 6px;
2543
2539
  }
2544
2540
 
2545
2541
  .tw-rounded-tr-md {
2546
- border-top-right-radius: 10px;
2542
+ border-top-right-radius: 6px;
2547
2543
  }
2548
2544
 
2549
2545
  .tw-border {
@@ -3379,8 +3375,8 @@ ol,
3379
3375
  }
3380
3376
 
3381
3377
  .first\:tw-rounded-l-md:first-child {
3382
- border-top-left-radius: 10px;
3383
- border-bottom-left-radius: 10px;
3378
+ border-top-left-radius: 6px;
3379
+ border-bottom-left-radius: 6px;
3384
3380
  }
3385
3381
 
3386
3382
  .last\:tw-mr-0:last-child {
@@ -3388,8 +3384,8 @@ ol,
3388
3384
  }
3389
3385
 
3390
3386
  .last\:tw-rounded-r-md:last-child {
3391
- border-top-right-radius: 10px;
3392
- border-bottom-right-radius: 10px;
3387
+ border-top-right-radius: 6px;
3388
+ border-bottom-right-radius: 6px;
3393
3389
  }
3394
3390
 
3395
3391
  .last\:tw-border-r-0:last-child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.149",
3
+ "version": "0.0.150",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",