@seeqdev/qomponents 0.0.149 → 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/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +13 -13
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2492,7 +2492,7 @@ ol,
|
|
|
2492
2492
|
}
|
|
2493
2493
|
|
|
2494
2494
|
.tw-rounded-md {
|
|
2495
|
-
border-radius:
|
|
2495
|
+
border-radius: 6px;
|
|
2496
2496
|
}
|
|
2497
2497
|
|
|
2498
2498
|
.tw-rounded-none {
|
|
@@ -2514,8 +2514,8 @@ ol,
|
|
|
2514
2514
|
}
|
|
2515
2515
|
|
|
2516
2516
|
.tw-rounded-l-md {
|
|
2517
|
-
border-top-left-radius:
|
|
2518
|
-
border-bottom-left-radius:
|
|
2517
|
+
border-top-left-radius: 6px;
|
|
2518
|
+
border-bottom-left-radius: 6px;
|
|
2519
2519
|
}
|
|
2520
2520
|
|
|
2521
2521
|
.tw-rounded-r-\[15px\] {
|
|
@@ -2524,8 +2524,8 @@ ol,
|
|
|
2524
2524
|
}
|
|
2525
2525
|
|
|
2526
2526
|
.tw-rounded-r-md {
|
|
2527
|
-
border-top-right-radius:
|
|
2528
|
-
border-bottom-right-radius:
|
|
2527
|
+
border-top-right-radius: 6px;
|
|
2528
|
+
border-bottom-right-radius: 6px;
|
|
2529
2529
|
}
|
|
2530
2530
|
|
|
2531
2531
|
.tw-rounded-r-none {
|
|
@@ -2534,16 +2534,16 @@ ol,
|
|
|
2534
2534
|
}
|
|
2535
2535
|
|
|
2536
2536
|
.tw-rounded-t-md {
|
|
2537
|
-
border-top-left-radius:
|
|
2538
|
-
border-top-right-radius:
|
|
2537
|
+
border-top-left-radius: 6px;
|
|
2538
|
+
border-top-right-radius: 6px;
|
|
2539
2539
|
}
|
|
2540
2540
|
|
|
2541
2541
|
.tw-rounded-tl-md {
|
|
2542
|
-
border-top-left-radius:
|
|
2542
|
+
border-top-left-radius: 6px;
|
|
2543
2543
|
}
|
|
2544
2544
|
|
|
2545
2545
|
.tw-rounded-tr-md {
|
|
2546
|
-
border-top-right-radius:
|
|
2546
|
+
border-top-right-radius: 6px;
|
|
2547
2547
|
}
|
|
2548
2548
|
|
|
2549
2549
|
.tw-border {
|
|
@@ -3379,8 +3379,8 @@ ol,
|
|
|
3379
3379
|
}
|
|
3380
3380
|
|
|
3381
3381
|
.first\:tw-rounded-l-md:first-child {
|
|
3382
|
-
border-top-left-radius:
|
|
3383
|
-
border-bottom-left-radius:
|
|
3382
|
+
border-top-left-radius: 6px;
|
|
3383
|
+
border-bottom-left-radius: 6px;
|
|
3384
3384
|
}
|
|
3385
3385
|
|
|
3386
3386
|
.last\:tw-mr-0:last-child {
|
|
@@ -3388,8 +3388,8 @@ ol,
|
|
|
3388
3388
|
}
|
|
3389
3389
|
|
|
3390
3390
|
.last\:tw-rounded-r-md:last-child {
|
|
3391
|
-
border-top-right-radius:
|
|
3392
|
-
border-bottom-right-radius:
|
|
3391
|
+
border-top-right-radius: 6px;
|
|
3392
|
+
border-bottom-right-radius: 6px;
|
|
3393
3393
|
}
|
|
3394
3394
|
|
|
3395
3395
|
.last\:tw-border-r-0:last-child {
|