@seeqdev/qomponents 0.0.28 → 0.0.30
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 +7 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/styles.css +58 -22
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1800,6 +1800,14 @@ ol,
|
|
|
1800
1800
|
margin: 1.25rem;
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
|
+
.tw--mt-0 {
|
|
1804
|
+
margin-top: -0px;
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.tw--mt-0\.5 {
|
|
1808
|
+
margin-top: -0.125rem;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1803
1811
|
.tw-ml-1 {
|
|
1804
1812
|
margin-left: 0.25rem;
|
|
1805
1813
|
}
|
|
@@ -1924,10 +1932,6 @@ ol,
|
|
|
1924
1932
|
flex-direction: row;
|
|
1925
1933
|
}
|
|
1926
1934
|
|
|
1927
|
-
.tw-items-center {
|
|
1928
|
-
align-items: center;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
1935
|
.tw-gap-4 {
|
|
1932
1936
|
gap: 1rem;
|
|
1933
1937
|
}
|
|
@@ -2253,14 +2257,21 @@ ol,
|
|
|
2253
2257
|
min-height: 22px !important;
|
|
2254
2258
|
}
|
|
2255
2259
|
|
|
2256
|
-
[type=
|
|
2257
|
-
|
|
2258
|
-
|
|
2260
|
+
[type="checkbox"]:checked, [type="radio"]:checked {
|
|
2261
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
[type="checkbox"]:disabled, [type="radio"]:disabled {
|
|
2265
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23DDE1E3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
2259
2266
|
}
|
|
2260
2267
|
|
|
2261
2268
|
.tw-dark [type='checkbox']:checked,
|
|
2262
2269
|
.tw-dark [type='radio']:checked {
|
|
2263
|
-
background-image: url(
|
|
2270
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23C2BCB0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
.tw-dark [type="checkbox"]:disabled, .tw-dark [type="radio"]:disabled {
|
|
2274
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23606061' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
2264
2275
|
}
|
|
2265
2276
|
|
|
2266
2277
|
@keyframes fadeIn {
|
|
@@ -2383,9 +2394,14 @@ ol,
|
|
|
2383
2394
|
content: var(--tw-content);
|
|
2384
2395
|
}
|
|
2385
2396
|
|
|
2386
|
-
.checked\:tw-
|
|
2397
|
+
.checked\:tw-border-sq-text-color:checked {
|
|
2398
|
+
--tw-border-opacity: 1;
|
|
2399
|
+
border-color: rgb(var(--sq-text-color));
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.checked\:tw-text-white:checked {
|
|
2387
2403
|
--tw-text-opacity: 1;
|
|
2388
|
-
color: rgb(var(--
|
|
2404
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2389
2405
|
}
|
|
2390
2406
|
|
|
2391
2407
|
.hover\:tw-cursor-pointer:hover {
|
|
@@ -2447,6 +2463,11 @@ ol,
|
|
|
2447
2463
|
color: rgb(var(--sq-danger-color));
|
|
2448
2464
|
}
|
|
2449
2465
|
|
|
2466
|
+
.checked\:hover\:tw-border-sq-color-dark:hover:checked {
|
|
2467
|
+
--tw-border-opacity: 1;
|
|
2468
|
+
border-color: rgb(var(--sq-color-dark));
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2450
2471
|
.focus\:tw-border-l:focus {
|
|
2451
2472
|
border-left-width: 1px;
|
|
2452
2473
|
}
|
|
@@ -2486,6 +2507,11 @@ ol,
|
|
|
2486
2507
|
--tw-ring-offset-width: 0px;
|
|
2487
2508
|
}
|
|
2488
2509
|
|
|
2510
|
+
.checked\:focus\:tw-border-sq-color-dark:focus:checked {
|
|
2511
|
+
--tw-border-opacity: 1;
|
|
2512
|
+
border-color: rgb(var(--sq-color-dark));
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2489
2515
|
.active\:tw-border-l:active {
|
|
2490
2516
|
border-left-width: 1px;
|
|
2491
2517
|
}
|
|
@@ -2509,6 +2535,11 @@ ol,
|
|
|
2509
2535
|
color: rgb(var(--sq-color-dark));
|
|
2510
2536
|
}
|
|
2511
2537
|
|
|
2538
|
+
.checked\:active\:tw-border-sq-color-dark:active:checked {
|
|
2539
|
+
--tw-border-opacity: 1;
|
|
2540
|
+
border-color: rgb(var(--sq-color-dark));
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2512
2543
|
.disabled\:tw-pointer-events-none:disabled {
|
|
2513
2544
|
pointer-events: none;
|
|
2514
2545
|
}
|
|
@@ -2517,9 +2548,9 @@ ol,
|
|
|
2517
2548
|
cursor: not-allowed;
|
|
2518
2549
|
}
|
|
2519
2550
|
|
|
2520
|
-
.disabled\:tw-
|
|
2521
|
-
--tw-
|
|
2522
|
-
color: rgb(var(--sq-
|
|
2551
|
+
.disabled\:tw-border-sq-disabled-gray:disabled {
|
|
2552
|
+
--tw-border-opacity: 1;
|
|
2553
|
+
border-color: rgb(var(--sq-disabled-gray));
|
|
2523
2554
|
}
|
|
2524
2555
|
|
|
2525
2556
|
.disabled\:tw-opacity-50:disabled {
|
|
@@ -2629,11 +2660,6 @@ ol,
|
|
|
2629
2660
|
color: rgba(var(--sq-dark-text), 0.3);
|
|
2630
2661
|
}
|
|
2631
2662
|
|
|
2632
|
-
.tw-dark .dark\:checked\:tw-bg-sq-dark-text:checked {
|
|
2633
|
-
--tw-bg-opacity: 1;
|
|
2634
|
-
background-color: rgb(var(--sq-dark-text));
|
|
2635
|
-
}
|
|
2636
|
-
|
|
2637
2663
|
.tw-dark .dark\:hover\:tw-border-sq-color-dark-dark:hover {
|
|
2638
2664
|
--tw-border-opacity: 1;
|
|
2639
2665
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
@@ -2654,6 +2680,11 @@ ol,
|
|
|
2654
2680
|
background-color: rgb(var(--sq-color-highlight));
|
|
2655
2681
|
}
|
|
2656
2682
|
|
|
2683
|
+
.tw-dark .dark\:hover\:tw-bg-sq-dark-background:hover {
|
|
2684
|
+
--tw-bg-opacity: 1;
|
|
2685
|
+
background-color: rgb(var(--sq-dark-background));
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2657
2688
|
.tw-dark .dark\:hover\:tw-bg-sq-gray-highlight-dark:hover {
|
|
2658
2689
|
--tw-bg-opacity: 1;
|
|
2659
2690
|
background-color: rgb(var(--sq-gray-highlight-dark));
|
|
@@ -2684,9 +2715,9 @@ ol,
|
|
|
2684
2715
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
2685
2716
|
}
|
|
2686
2717
|
|
|
2687
|
-
.tw-dark .dark\:focus\:tw-bg-sq-
|
|
2718
|
+
.tw-dark .dark\:focus\:tw-bg-sq-multi-gray-dark:focus {
|
|
2688
2719
|
--tw-bg-opacity: 1;
|
|
2689
|
-
background-color: rgb(var(--sq-
|
|
2720
|
+
background-color: rgb(var(--sq-multi-gray-dark));
|
|
2690
2721
|
}
|
|
2691
2722
|
|
|
2692
2723
|
.tw-dark .dark\:focus\:tw-text-sq-color-dark-dark:focus {
|
|
@@ -2704,12 +2735,17 @@ ol,
|
|
|
2704
2735
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
2705
2736
|
}
|
|
2706
2737
|
|
|
2707
|
-
.tw-dark .dark\:active\:tw-bg-sq-
|
|
2738
|
+
.tw-dark .dark\:active\:tw-bg-sq-multi-gray-dark:active {
|
|
2708
2739
|
--tw-bg-opacity: 1;
|
|
2709
|
-
background-color: rgb(var(--sq-
|
|
2740
|
+
background-color: rgb(var(--sq-multi-gray-dark));
|
|
2710
2741
|
}
|
|
2711
2742
|
|
|
2712
2743
|
.tw-dark .dark\:active\:tw-text-sq-color-dark-dark:active {
|
|
2713
2744
|
--tw-text-opacity: 1;
|
|
2714
2745
|
color: rgb(var(--sq-color-dark-dark));
|
|
2715
2746
|
}
|
|
2747
|
+
|
|
2748
|
+
.tw-dark .dark\:disabled\:tw-border-sq-fairly-dark-gray:disabled {
|
|
2749
|
+
--tw-border-opacity: 1;
|
|
2750
|
+
border-color: rgb(var(--sq-fairly-dark-gray));
|
|
2751
|
+
}
|