@alexochihua/exos-library-components 0.2.0 → 0.2.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/style.css CHANGED
@@ -591,10 +591,6 @@ video {
591
591
  left: 0.75rem;
592
592
  }
593
593
 
594
- .left-4 {
595
- left: 1rem;
596
- }
597
-
598
594
  .right-0 {
599
595
  right: 0px;
600
596
  }
@@ -719,6 +715,11 @@ video {
719
715
  margin-right: 2.25rem;
720
716
  }
721
717
 
718
+ .mx-auto {
719
+ margin-left: auto;
720
+ margin-right: auto;
721
+ }
722
+
722
723
  .my-0 {
723
724
  margin-top: 0px;
724
725
  margin-bottom: 0px;
@@ -805,14 +806,18 @@ video {
805
806
  margin-top: 0.25rem;
806
807
  }
807
808
 
808
- .mt-12 {
809
- margin-top: 3rem;
809
+ .mt-10 {
810
+ margin-top: 2.5rem;
810
811
  }
811
812
 
812
813
  .mt-2 {
813
814
  margin-top: 0.5rem;
814
815
  }
815
816
 
817
+ .mt-20 {
818
+ margin-top: 5rem;
819
+ }
820
+
816
821
  .mt-3 {
817
822
  margin-top: 0.75rem;
818
823
  }
@@ -829,6 +834,10 @@ video {
829
834
  margin-top: 2.25rem;
830
835
  }
831
836
 
837
+ .mt-\[0\.80rem\] {
838
+ margin-top: 0.80rem;
839
+ }
840
+
832
841
  .line-clamp-1 {
833
842
  overflow: hidden;
834
843
  display: -webkit-box;
@@ -908,6 +917,10 @@ video {
908
917
  height: 0.37rem;
909
918
  }
910
919
 
920
+ .h-\[0\.58rem\] {
921
+ height: 0.58rem;
922
+ }
923
+
911
924
  .h-\[4\.3rem\] {
912
925
  height: 4.3rem;
913
926
  }
@@ -929,6 +942,10 @@ video {
929
942
  max-height: 40vh;
930
943
  }
931
944
 
945
+ .min-h-\[10rem\] {
946
+ min-height: 10rem;
947
+ }
948
+
932
949
  .min-h-\[13rem\] {
933
950
  min-height: 13rem;
934
951
  }
@@ -999,6 +1016,10 @@ video {
999
1016
  width: max-content;
1000
1017
  }
1001
1018
 
1019
+ .min-w-\[5rem\] {
1020
+ min-width: 5rem;
1021
+ }
1022
+
1002
1023
  .min-w-full {
1003
1024
  min-width: 100%;
1004
1025
  }
@@ -1487,6 +1508,10 @@ video {
1487
1508
  background-color: rgb(var(--color-main-light));
1488
1509
  }
1489
1510
 
1511
+ .bg-primary {
1512
+ background-color: rgb(var(--color-primary));
1513
+ }
1514
+
1490
1515
  .bg-red-500 {
1491
1516
  --tw-bg-opacity: 1;
1492
1517
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
@@ -1800,10 +1825,6 @@ video {
1800
1825
  letter-spacing: 0.025em;
1801
1826
  }
1802
1827
 
1803
- .tracking-wider {
1804
- letter-spacing: 0.05em;
1805
- }
1806
-
1807
1828
  .text-\[\#FAFAFA\] {
1808
1829
  --tw-text-opacity: 1;
1809
1830
  color: rgb(250 250 250 / var(--tw-text-opacity));
@@ -1832,6 +1853,11 @@ video {
1832
1853
  color: rgb(239 68 68 / var(--tw-text-opacity));
1833
1854
  }
1834
1855
 
1856
+ .text-gray-100 {
1857
+ --tw-text-opacity: 1;
1858
+ color: rgb(243 244 246 / var(--tw-text-opacity));
1859
+ }
1860
+
1835
1861
  .text-gray-200 {
1836
1862
  --tw-text-opacity: 1;
1837
1863
  color: rgb(229 231 235 / var(--tw-text-opacity));
@@ -1950,6 +1976,11 @@ video {
1950
1976
  outline-color: #fff;
1951
1977
  }
1952
1978
 
1979
+ .blur {
1980
+ --tw-blur: blur(8px);
1981
+ 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);
1982
+ }
1983
+
1953
1984
  .filter {
1954
1985
  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);
1955
1986
  }
@@ -1980,6 +2011,10 @@ video {
1980
2011
  transition-duration: 300ms;
1981
2012
  }
1982
2013
 
2014
+ .duration-500 {
2015
+ transition-duration: 500ms;
2016
+ }
2017
+
1983
2018
  .ease-out {
1984
2019
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1985
2020
  }
@@ -2087,6 +2122,10 @@ video {
2087
2122
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2088
2123
  }
2089
2124
 
2125
+ .hover\:cursor-not-allowed:hover {
2126
+ cursor: not-allowed;
2127
+ }
2128
+
2090
2129
  .hover\:cursor-pointer:hover {
2091
2130
  cursor: pointer;
2092
2131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexochihua/exos-library-components",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "## Componentes base Vue 3 y Tailwind",
5
5
  "author": "Exos",
6
6
  "scripts": {