@mahatisystems/mahati-ui-components 0.1.1 → 0.1.2

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.css CHANGED
@@ -2420,6 +2420,10 @@
2420
2420
  .mahati .m-0 {
2421
2421
  margin: 0px;
2422
2422
  }
2423
+ .mahati .mx-6 {
2424
+ margin-left: 1.5rem;
2425
+ margin-right: 1.5rem;
2426
+ }
2423
2427
  .mahati .mx-auto {
2424
2428
  margin-left: auto;
2425
2429
  margin-right: auto;
@@ -2428,6 +2432,10 @@
2428
2432
  margin-top: 0.5rem;
2429
2433
  margin-bottom: 0.5rem;
2430
2434
  }
2435
+ .mahati .my-4 {
2436
+ margin-top: 1rem;
2437
+ margin-bottom: 1rem;
2438
+ }
2431
2439
  .mahati .mb-2 {
2432
2440
  margin-bottom: 0.5rem;
2433
2441
  }
@@ -2452,6 +2460,9 @@
2452
2460
  .mahati .mt-2 {
2453
2461
  margin-top: 0.5rem;
2454
2462
  }
2463
+ .mahati .mt-6 {
2464
+ margin-top: 1.5rem;
2465
+ }
2455
2466
  .mahati .block {
2456
2467
  display: block;
2457
2468
  }
@@ -2530,6 +2541,9 @@
2530
2541
  .mahati .h-full {
2531
2542
  height: 100%;
2532
2543
  }
2544
+ .mahati .h-px {
2545
+ height: 1px;
2546
+ }
2533
2547
  .mahati .h-screen {
2534
2548
  height: 100vh;
2535
2549
  }
@@ -2569,12 +2583,18 @@
2569
2583
  .mahati .w-\[24px\] {
2570
2584
  width: 24px;
2571
2585
  }
2586
+ .mahati .w-\[26px\] {
2587
+ width: 26px;
2588
+ }
2572
2589
  .mahati .w-\[280px\] {
2573
2590
  width: 280px;
2574
2591
  }
2575
2592
  .mahati .w-\[438px\] {
2576
2593
  width: 438px;
2577
2594
  }
2595
+ .mahati .w-\[562px\] {
2596
+ width: 562px;
2597
+ }
2578
2598
  .mahati .w-\[98px\] {
2579
2599
  width: 98px;
2580
2600
  }
@@ -2596,6 +2616,9 @@
2596
2616
  .mahati .flex-shrink-0 {
2597
2617
  flex-shrink: 0;
2598
2618
  }
2619
+ .mahati .shrink-0 {
2620
+ flex-shrink: 0;
2621
+ }
2599
2622
  .mahati .border-collapse {
2600
2623
  border-collapse: collapse;
2601
2624
  }
@@ -2672,6 +2695,9 @@
2672
2695
  .mahati .flex-wrap {
2673
2696
  flex-wrap: wrap;
2674
2697
  }
2698
+ .mahati .items-start {
2699
+ align-items: flex-start;
2700
+ }
2675
2701
  .mahati .items-center {
2676
2702
  align-items: center;
2677
2703
  }
@@ -2805,6 +2831,10 @@
2805
2831
  .mahati .border-input {
2806
2832
  border-color: hsl(var(--input));
2807
2833
  }
2834
+ .mahati .border-red-300 {
2835
+ --tw-border-opacity: 1;
2836
+ border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
2837
+ }
2808
2838
  .mahati .border-red-500 {
2809
2839
  --tw-border-opacity: 1;
2810
2840
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
@@ -2879,9 +2909,12 @@
2879
2909
  .mahati .bg-background {
2880
2910
  background-color: hsl(var(--background));
2881
2911
  }
2882
- .mahati .bg-black {
2912
+ .mahati .bg-black\/50 {
2913
+ background-color: rgb(0 0 0 / 0.5);
2914
+ }
2915
+ .mahati .bg-blue-300 {
2883
2916
  --tw-bg-opacity: 1;
2884
- background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
2917
+ background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
2885
2918
  }
2886
2919
  .mahati .bg-blue-600 {
2887
2920
  --tw-bg-opacity: 1;
@@ -2906,6 +2939,10 @@
2906
2939
  .mahati .bg-primary {
2907
2940
  background-color: hsl(var(--primary));
2908
2941
  }
2942
+ .mahati .bg-red-600 {
2943
+ --tw-bg-opacity: 1;
2944
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
2945
+ }
2909
2946
  .mahati .bg-secondary {
2910
2947
  background-color: hsl(var(--secondary));
2911
2948
  }
@@ -2927,8 +2964,12 @@
2927
2964
  .mahati .bg-white\/20 {
2928
2965
  background-color: rgb(255 255 255 / 0.2);
2929
2966
  }
2930
- .mahati .bg-opacity-50 {
2931
- --tw-bg-opacity: 0.5;
2967
+ .mahati .bg-\[linear-gradient\(90deg\,\#1761A3_0\%\,\#4DAF83_100\%\)\] {
2968
+ background-image:
2969
+ linear-gradient(
2970
+ 90deg,
2971
+ #1761A3 0%,
2972
+ #4DAF83 100%);
2932
2973
  }
2933
2974
  .mahati .bg-gradient-to-r {
2934
2975
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
@@ -3044,9 +3085,15 @@
3044
3085
  .mahati .pb-4 {
3045
3086
  padding-bottom: 1rem;
3046
3087
  }
3088
+ .mahati .pb-\[10px\] {
3089
+ padding-bottom: 10px;
3090
+ }
3047
3091
  .mahati .pr-8 {
3048
3092
  padding-right: 2rem;
3049
3093
  }
3094
+ .mahati .pt-4 {
3095
+ padding-top: 1rem;
3096
+ }
3050
3097
  .mahati .pt-5 {
3051
3098
  padding-top: 1.25rem;
3052
3099
  }
@@ -3062,14 +3109,13 @@
3062
3109
  .mahati .text-\[14px\] {
3063
3110
  font-size: 14px;
3064
3111
  }
3112
+ .mahati .text-\[20px\] {
3113
+ font-size: 20px;
3114
+ }
3065
3115
  .mahati .text-base {
3066
3116
  font-size: 1rem;
3067
3117
  line-height: 1.5rem;
3068
3118
  }
3069
- .mahati .text-lg {
3070
- font-size: 1.125rem;
3071
- line-height: 1.75rem;
3072
- }
3073
3119
  .mahati .text-sm {
3074
3120
  font-size: 0.875rem;
3075
3121
  line-height: 1.25rem;
@@ -3116,10 +3162,6 @@
3116
3162
  .mahati .text-\[rgba\(255\,255\,255\,1\)\] {
3117
3163
  color: rgba(255, 255, 255, 1);
3118
3164
  }
3119
- .mahati .text-black {
3120
- --tw-text-opacity: 1;
3121
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
3122
- }
3123
3165
  .mahati .text-blue-600 {
3124
3166
  --tw-text-opacity: 1;
3125
3167
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
@@ -3132,10 +3174,6 @@
3132
3174
  --tw-text-opacity: 1;
3133
3175
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
3134
3176
  }
3135
- .mahati .text-gray-400 {
3136
- --tw-text-opacity: 1;
3137
- color: rgb(156 163 175 / var(--tw-text-opacity, 1));
3138
- }
3139
3177
  .mahati .text-gray-500 {
3140
3178
  --tw-text-opacity: 1;
3141
3179
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
@@ -3152,10 +3190,6 @@
3152
3190
  --tw-text-opacity: 1;
3153
3191
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
3154
3192
  }
3155
- .mahati .text-gray-900 {
3156
- --tw-text-opacity: 1;
3157
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
3158
- }
3159
3193
  .mahati .text-primary {
3160
3194
  color: hsl(var(--primary));
3161
3195
  }
@@ -3393,6 +3427,13 @@
3393
3427
  .mahati .\[backface-visibility\:hidden\] {
3394
3428
  backface-visibility: hidden;
3395
3429
  }
3430
+ .mahati .\[background\:linear-gradient\(90deg\,\#1761A3_0\%\,\#4DAF83_100\%\)\] {
3431
+ background:
3432
+ linear-gradient(
3433
+ 90deg,
3434
+ #1761A3 0%,
3435
+ #4DAF83 100%);
3436
+ }
3396
3437
  .mahati .\[perspective\:1000px\] {
3397
3438
  perspective: 1000px;
3398
3439
  }
@@ -3449,6 +3490,10 @@
3449
3490
  .mahati .hover\:bg-primary\/90:hover {
3450
3491
  background-color: hsl(var(--primary) / 0.9);
3451
3492
  }
3493
+ .mahati .hover\:bg-red-700:hover {
3494
+ --tw-bg-opacity: 1;
3495
+ background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
3496
+ }
3452
3497
  .mahati .hover\:bg-secondary\/80:hover {
3453
3498
  background-color: hsl(var(--secondary) / 0.8);
3454
3499
  }
@@ -3474,10 +3519,6 @@
3474
3519
  .mahati .hover\:text-accent-foreground:hover {
3475
3520
  color: hsl(var(--accent-foreground));
3476
3521
  }
3477
- .mahati .hover\:text-gray-500:hover {
3478
- --tw-text-opacity: 1;
3479
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
3480
- }
3481
3522
  .mahati .hover\:text-gray-800:hover {
3482
3523
  --tw-text-opacity: 1;
3483
3524
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
@@ -3564,19 +3605,4 @@
3564
3605
  .mahati .disabled\:opacity-50:disabled {
3565
3606
  opacity: 0.5;
3566
3607
  }
3567
- @media (min-width: 640px) {
3568
- .mahati .sm\:my-8 {
3569
- margin-top: 2rem;
3570
- margin-bottom: 2rem;
3571
- }
3572
- .mahati .sm\:w-full {
3573
- width: 100%;
3574
- }
3575
- .mahati .sm\:max-w-lg {
3576
- max-width: 32rem;
3577
- }
3578
- .mahati .sm\:p-6 {
3579
- padding: 1.5rem;
3580
- }
3581
- }
3582
3608
  /*# sourceMappingURL=index.css.map */