baaz-custom-components 3.1.3 → 3.1.4

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
@@ -25,6 +25,7 @@
25
25
  --color-white: #fff;
26
26
  --spacing: 0.25rem;
27
27
  --container-sm: 24rem;
28
+ --container-md: 28rem;
28
29
  --container-lg: 32rem;
29
30
  --text-xs: 0.75rem;
30
31
  --text-xs--line-height: calc(1 / 0.75);
@@ -487,6 +488,9 @@
487
488
  .min-h-0 {
488
489
  min-height: calc(var(--spacing) * 0);
489
490
  }
491
+ .\!w-md {
492
+ width: var(--container-md) !important;
493
+ }
490
494
  .w-\(--sidebar-width\) {
491
495
  width: var(--sidebar-width);
492
496
  }
@@ -865,6 +869,10 @@
865
869
  --tw-leading: 1;
866
870
  line-height: 1;
867
871
  }
872
+ .\!font-light {
873
+ --tw-font-weight: var(--font-weight-light) !important;
874
+ font-weight: var(--font-weight-light) !important;
875
+ }
868
876
  .font-light {
869
877
  --tw-font-weight: var(--font-weight-light);
870
878
  font-weight: var(--font-weight-light);
@@ -894,6 +902,9 @@
894
902
  .whitespace-nowrap {
895
903
  white-space: nowrap;
896
904
  }
905
+ .\!text-primary {
906
+ color: var(--primary) !important;
907
+ }
897
908
  .text-accent-foreground {
898
909
  color: var(--accent-foreground);
899
910
  }