@digilogiclabs/saas-factory-ui 1.8.2 → 1.9.0

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
@@ -733,6 +733,9 @@ body {
733
733
  .bottom-2 {
734
734
  bottom: 0.5rem;
735
735
  }
736
+ .bottom-20 {
737
+ bottom: 5rem;
738
+ }
736
739
  .bottom-4 {
737
740
  bottom: 1rem;
738
741
  }
@@ -784,6 +787,9 @@ body {
784
787
  .right-4 {
785
788
  right: 1rem;
786
789
  }
790
+ .right-5 {
791
+ right: 1.25rem;
792
+ }
787
793
  .right-\[-4px\] {
788
794
  right: -4px;
789
795
  }
@@ -844,6 +850,9 @@ body {
844
850
  .z-\[100\] {
845
851
  z-index: 100;
846
852
  }
853
+ .z-\[9999\] {
854
+ z-index: 9999;
855
+ }
847
856
  .col-span-1 {
848
857
  grid-column: span 1 / span 1;
849
858
  }
@@ -869,6 +878,10 @@ body {
869
878
  margin-left: -0.25rem;
870
879
  margin-right: -0.25rem;
871
880
  }
881
+ .mx-1\.5 {
882
+ margin-left: 0.375rem;
883
+ margin-right: 0.375rem;
884
+ }
872
885
  .mx-2 {
873
886
  margin-left: 0.5rem;
874
887
  margin-right: 0.5rem;
@@ -1301,6 +1314,9 @@ body {
1301
1314
  .w-\[1px\] {
1302
1315
  width: 1px;
1303
1316
  }
1317
+ .w-\[340px\] {
1318
+ width: 340px;
1319
+ }
1304
1320
  .w-\[calc\(100\%-1rem\)\] {
1305
1321
  width: calc(100% - 1rem);
1306
1322
  }
@@ -3129,6 +3145,9 @@ body {
3129
3145
  .text-muted-foreground\/50 {
3130
3146
  color: hsl(var(--muted-foreground) / 0.5);
3131
3147
  }
3148
+ .text-muted-foreground\/60 {
3149
+ color: hsl(var(--muted-foreground) / 0.6);
3150
+ }
3132
3151
  .text-muted-foreground\/70 {
3133
3152
  color: hsl(var(--muted-foreground) / 0.7);
3134
3153
  }
@@ -4340,6 +4359,9 @@ body {
4340
4359
  .hover\:opacity-80:hover {
4341
4360
  opacity: 0.8;
4342
4361
  }
4362
+ .hover\:opacity-90:hover {
4363
+ opacity: 0.9;
4364
+ }
4343
4365
  .hover\:shadow-2xl:hover {
4344
4366
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
4345
4367
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
@@ -4395,6 +4417,28 @@ body {
4395
4417
  --tw-bg-opacity: 1;
4396
4418
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
4397
4419
  }
4420
+ .focus\:not-sr-only:focus {
4421
+ position: static;
4422
+ width: auto;
4423
+ height: auto;
4424
+ padding: 0;
4425
+ margin: 0;
4426
+ overflow: visible;
4427
+ clip: auto;
4428
+ white-space: normal;
4429
+ }
4430
+ .focus\:absolute:focus {
4431
+ position: absolute;
4432
+ }
4433
+ .focus\:left-4:focus {
4434
+ left: 1rem;
4435
+ }
4436
+ .focus\:top-4:focus {
4437
+ top: 1rem;
4438
+ }
4439
+ .focus\:z-\[90\]:focus {
4440
+ z-index: 90;
4441
+ }
4398
4442
  .focus\:scale-\[1\.01\]:focus {
4399
4443
  --tw-scale-x: 1.01;
4400
4444
  --tw-scale-y: 1.01;
@@ -4408,6 +4452,9 @@ body {
4408
4452
  .focus\:animate-pulse:focus {
4409
4453
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
4410
4454
  }
4455
+ .focus\:rounded-lg:focus {
4456
+ border-radius: var(--radius);
4457
+ }
4411
4458
  .focus\:border-blue-500:focus {
4412
4459
  --tw-border-opacity: 1;
4413
4460
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
@@ -4422,12 +4469,26 @@ body {
4422
4469
  .focus\:bg-accent:focus {
4423
4470
  background-color: hsl(var(--accent));
4424
4471
  }
4472
+ .focus\:bg-primary:focus {
4473
+ background-color: hsl(var(--primary));
4474
+ }
4475
+ .focus\:px-4:focus {
4476
+ padding-left: 1rem;
4477
+ padding-right: 1rem;
4478
+ }
4479
+ .focus\:py-2:focus {
4480
+ padding-top: 0.5rem;
4481
+ padding-bottom: 0.5rem;
4482
+ }
4425
4483
  .focus\:text-accent-foreground:focus {
4426
4484
  color: hsl(var(--accent-foreground));
4427
4485
  }
4428
4486
  .focus\:text-destructive:focus {
4429
4487
  color: hsl(var(--destructive));
4430
4488
  }
4489
+ .focus\:text-primary-foreground:focus {
4490
+ color: hsl(var(--primary-foreground));
4491
+ }
4431
4492
  .focus\:opacity-100:focus {
4432
4493
  opacity: 1;
4433
4494
  }
@@ -4460,6 +4521,12 @@ body {
4460
4521
  .focus\:ring-ring:focus {
4461
4522
  --tw-ring-color: hsl(var(--ring));
4462
4523
  }
4524
+ .focus\:ring-ring\/30:focus {
4525
+ --tw-ring-color: hsl(var(--ring) / 0.3);
4526
+ }
4527
+ .focus\:ring-ring\/50:focus {
4528
+ --tw-ring-color: hsl(var(--ring) / 0.5);
4529
+ }
4463
4530
  .focus\:ring-offset-2:focus {
4464
4531
  --tw-ring-offset-width: 2px;
4465
4532
  }