@sikka/hawa 0.0.267 → 0.0.269

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
@@ -443,6 +443,51 @@ video {
443
443
  margin: 0;
444
444
  }
445
445
 
446
+ .radio-item {
447
+ position: relative;
448
+ }
449
+
450
+ .radio-item input[type="radio"] {
451
+ display: none;
452
+ }
453
+
454
+ .radio-item label:before {
455
+ content: " ";
456
+ display: inline-block;
457
+ position: relative;
458
+ top: 3px;
459
+ margin: 0 5px 0 0;
460
+ width: 15px;
461
+ height: 15px;
462
+ border-radius: 11px;
463
+ /* border: 2px solid var(--button-primary-500); */
464
+ border: 2px solid #a3a3a3;
465
+ background-color: transparent;
466
+ }
467
+
468
+ .radio-item-default input[type="radio"]:checked + label:after {
469
+ border-radius: 100%;
470
+ width: 9px;
471
+ height: 9px;
472
+ position: absolute;
473
+ top: 6px;
474
+ left: 11px;
475
+ content: " ";
476
+ display: block;
477
+ background: var(--button-primary-500);
478
+ }
479
+ .radio-item-bordered input[type="radio"]:checked + label:after {
480
+ border-radius: 100%;
481
+ width: 9px;
482
+ height: 9px;
483
+ position: absolute;
484
+ top: 22px;
485
+ left: 23px;
486
+ content: " ";
487
+ display: block;
488
+ background: var(--button-primary-500);
489
+ }
490
+
446
491
  *, ::before, ::after {
447
492
  --tw-border-spacing-x: 0;
448
493
  --tw-border-spacing-y: 0;
@@ -637,11 +682,11 @@ video {
637
682
  .-right-10 {
638
683
  right: -2.5rem;
639
684
  }
640
- .-right-3 {
641
- right: -0.75rem;
685
+ .-right-2 {
686
+ right: -0.5rem;
642
687
  }
643
- .-top-3 {
644
- top: -0.75rem;
688
+ .-top-2 {
689
+ top: -0.5rem;
645
690
  }
646
691
  .bottom-0 {
647
692
  bottom: 0px;
@@ -1015,6 +1060,9 @@ video {
1015
1060
  .max-h-56 {
1016
1061
  max-height: 14rem;
1017
1062
  }
1063
+ .max-h-8 {
1064
+ max-height: 2rem;
1065
+ }
1018
1066
  .max-h-fit {
1019
1067
  max-height: -moz-fit-content;
1020
1068
  max-height: fit-content;
@@ -1332,6 +1380,9 @@ video {
1332
1380
  .gap-1 {
1333
1381
  gap: 0.25rem;
1334
1382
  }
1383
+ .gap-10 {
1384
+ gap: 2.5rem;
1385
+ }
1335
1386
  .gap-2 {
1336
1387
  gap: 0.5rem;
1337
1388
  }
@@ -2431,6 +2482,10 @@ body {
2431
2482
  .hover\:font-bold:hover {
2432
2483
  font-weight: 700;
2433
2484
  }
2485
+ .hover\:text-black:hover {
2486
+ --tw-text-opacity: 1;
2487
+ color: rgb(0 0 0 / var(--tw-text-opacity));
2488
+ }
2434
2489
  .hover\:text-blue-600:hover {
2435
2490
  --tw-text-opacity: 1;
2436
2491
  color: rgb(37 99 235 / var(--tw-text-opacity));
@@ -2442,6 +2497,10 @@ body {
2442
2497
  --tw-text-opacity: 1;
2443
2498
  color: rgb(156 163 175 / var(--tw-text-opacity));
2444
2499
  }
2500
+ .hover\:text-gray-600:hover {
2501
+ --tw-text-opacity: 1;
2502
+ color: rgb(75 85 99 / var(--tw-text-opacity));
2503
+ }
2445
2504
  .hover\:text-gray-900:hover {
2446
2505
  --tw-text-opacity: 1;
2447
2506
  color: rgb(17 24 39 / var(--tw-text-opacity));
@@ -2530,9 +2589,17 @@ body {
2530
2589
  --tw-blur: blur(16px);
2531
2590
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2532
2591
  }
2592
+ .peer:checked ~ .peer-checked\:border-blue-600 {
2593
+ --tw-border-opacity: 1;
2594
+ border-color: rgb(37 99 235 / var(--tw-border-opacity));
2595
+ }
2533
2596
  .peer:checked ~ .peer-checked\:bg-buttonPrimary-500 {
2534
2597
  background-color: var(--button-primary-500);
2535
2598
  }
2599
+ .peer:checked ~ .peer-checked\:text-blue-600 {
2600
+ --tw-text-opacity: 1;
2601
+ color: rgb(37 99 235 / var(--tw-text-opacity));
2602
+ }
2536
2603
  .peer:checked ~ .peer-checked\:after\:translate-x-\[2\.445rem\]::after {
2537
2604
  content: var(--tw-content);
2538
2605
  --tw-translate-x: 2.445rem;
@@ -2704,6 +2771,10 @@ body {
2704
2771
  --tw-text-opacity: 1;
2705
2772
  color: rgb(59 130 246 / var(--tw-text-opacity));
2706
2773
  }
2774
+ :is(.dark .dark\:hover\:text-gray-300:hover) {
2775
+ --tw-text-opacity: 1;
2776
+ color: rgb(209 213 219 / var(--tw-text-opacity));
2777
+ }
2707
2778
  :is(.dark .dark\:hover\:text-white:hover) {
2708
2779
  --tw-text-opacity: 1;
2709
2780
  color: rgb(255 255 255 / var(--tw-text-opacity));
@@ -2739,6 +2810,10 @@ body {
2739
2810
  --tw-ring-opacity: 1;
2740
2811
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
2741
2812
  }
2813
+ :is(.dark .peer:checked ~ .dark\:peer-checked\:text-blue-500) {
2814
+ --tw-text-opacity: 1;
2815
+ color: rgb(59 130 246 / var(--tw-text-opacity));
2816
+ }
2742
2817
  :is(.dark .peer:focus ~ .dark\:peer-focus\:ring-buttonPrimary-700) {
2743
2818
  --tw-ring-color: var(--button-primary-700);
2744
2819
  }
@@ -1,9 +1,15 @@
1
1
  import { FC } from "react";
2
2
  type RadioTypes = {
3
+ orientation?: "vertical" | "horizontal";
4
+ design?: "default" | "tabs" | "cards" | "bordered";
3
5
  options?: [
4
6
  {
5
7
  value: any;
6
8
  label: any;
9
+ disabled?: any;
10
+ sublabel?: any;
11
+ beforeIcon?: any;
12
+ afterIcon?: any;
7
13
  }
8
14
  ];
9
15
  onChangeTab?: any;