@seeqdev/qomponents 0.0.29 → 0.0.31

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
@@ -2257,14 +2257,21 @@ ol,
2257
2257
  min-height: 22px !important;
2258
2258
  }
2259
2259
 
2260
- [type='checkbox']:checked,
2261
- [type='radio']:checked {
2262
- background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path 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"/></svg>');
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");
2263
2266
  }
2264
2267
 
2265
2268
  .tw-dark [type='checkbox']:checked,
2266
2269
  .tw-dark [type='radio']:checked {
2267
- background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path 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"/></svg>');
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");
2268
2275
  }
2269
2276
 
2270
2277
  @keyframes fadeIn {
@@ -2387,9 +2394,14 @@ ol,
2387
2394
  content: var(--tw-content);
2388
2395
  }
2389
2396
 
2390
- .checked\:tw-text-sq-text-color:checked {
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 {
2391
2403
  --tw-text-opacity: 1;
2392
- color: rgb(var(--sq-text-color));
2404
+ color: rgb(255 255 255 / var(--tw-text-opacity));
2393
2405
  }
2394
2406
 
2395
2407
  .hover\:tw-cursor-pointer:hover {
@@ -2451,6 +2463,11 @@ ol,
2451
2463
  color: rgb(var(--sq-danger-color));
2452
2464
  }
2453
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
+
2454
2471
  .focus\:tw-border-l:focus {
2455
2472
  border-left-width: 1px;
2456
2473
  }
@@ -2490,6 +2507,11 @@ ol,
2490
2507
  --tw-ring-offset-width: 0px;
2491
2508
  }
2492
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
+
2493
2515
  .active\:tw-border-l:active {
2494
2516
  border-left-width: 1px;
2495
2517
  }
@@ -2513,6 +2535,11 @@ ol,
2513
2535
  color: rgb(var(--sq-color-dark));
2514
2536
  }
2515
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
+
2516
2543
  .disabled\:tw-pointer-events-none:disabled {
2517
2544
  pointer-events: none;
2518
2545
  }
@@ -2521,9 +2548,9 @@ ol,
2521
2548
  cursor: not-allowed;
2522
2549
  }
2523
2550
 
2524
- .disabled\:tw-text-sq-fairly-dark-gray:disabled {
2525
- --tw-text-opacity: 1;
2526
- color: rgb(var(--sq-fairly-dark-gray));
2551
+ .disabled\:tw-border-sq-disabled-gray:disabled {
2552
+ --tw-border-opacity: 1;
2553
+ border-color: rgb(var(--sq-disabled-gray));
2527
2554
  }
2528
2555
 
2529
2556
  .disabled\:tw-opacity-50:disabled {
@@ -2633,11 +2660,6 @@ ol,
2633
2660
  color: rgba(var(--sq-dark-text), 0.3);
2634
2661
  }
2635
2662
 
2636
- .tw-dark .dark\:checked\:tw-bg-sq-dark-text:checked {
2637
- --tw-bg-opacity: 1;
2638
- background-color: rgb(var(--sq-dark-text));
2639
- }
2640
-
2641
2663
  .tw-dark .dark\:hover\:tw-border-sq-color-dark-dark:hover {
2642
2664
  --tw-border-opacity: 1;
2643
2665
  border-color: rgb(var(--sq-color-dark-dark));
@@ -2658,6 +2680,11 @@ ol,
2658
2680
  background-color: rgb(var(--sq-color-highlight));
2659
2681
  }
2660
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
+
2661
2688
  .tw-dark .dark\:hover\:tw-bg-sq-gray-highlight-dark:hover {
2662
2689
  --tw-bg-opacity: 1;
2663
2690
  background-color: rgb(var(--sq-gray-highlight-dark));
@@ -2698,6 +2725,11 @@ ol,
2698
2725
  color: rgb(var(--sq-color-dark-dark));
2699
2726
  }
2700
2727
 
2728
+ .tw-dark .dark\:checked\:focus\:tw-bg-sq-dark-background:focus:checked {
2729
+ --tw-bg-opacity: 1;
2730
+ background-color: rgb(var(--sq-dark-background));
2731
+ }
2732
+
2701
2733
  .tw-dark .dark\:active\:tw-border-sq-color-dark:active {
2702
2734
  --tw-border-opacity: 1;
2703
2735
  border-color: rgb(var(--sq-color-dark));
@@ -2717,3 +2749,8 @@ ol,
2717
2749
  --tw-text-opacity: 1;
2718
2750
  color: rgb(var(--sq-color-dark-dark));
2719
2751
  }
2752
+
2753
+ .tw-dark .dark\:disabled\:tw-border-sq-fairly-dark-gray:disabled {
2754
+ --tw-border-opacity: 1;
2755
+ border-color: rgb(var(--sq-fairly-dark-gray));
2756
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",