@alexochihua/exos-library-components 2.25.32 → 2.25.33

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
@@ -10363,6 +10363,11 @@ li:first-child div.e-stepTracker__tracker {
10363
10363
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
10364
10364
  }
10365
10365
 
10366
+ .exos-bg-amber-300 {
10367
+ --tw-bg-opacity: 1;
10368
+ background-color: rgb(252 211 77 / var(--tw-bg-opacity));
10369
+ }
10370
+
10366
10371
  .exos-bg-amber-400 {
10367
10372
  --tw-bg-opacity: 1;
10368
10373
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
@@ -10770,6 +10775,16 @@ li:first-child div.e-stepTracker__tracker {
10770
10775
  padding-right: 20px;
10771
10776
  }
10772
10777
 
10778
+ .exos-py-0 {
10779
+ padding-top: 0px;
10780
+ padding-bottom: 0px;
10781
+ }
10782
+
10783
+ .exos-py-0\.5 {
10784
+ padding-top: 0.125rem;
10785
+ padding-bottom: 0.125rem;
10786
+ }
10787
+
10773
10788
  .exos-py-1 {
10774
10789
  padding-top: 0.25rem;
10775
10790
  padding-bottom: 0.25rem;
@@ -10942,6 +10957,10 @@ li:first-child div.e-stepTracker__tracker {
10942
10957
  line-height: 2.25rem;
10943
10958
  }
10944
10959
 
10960
+ .exos-text-\[10px\] {
10961
+ font-size: 10px;
10962
+ }
10963
+
10945
10964
  .exos-text-base {
10946
10965
  font-size: 1rem;
10947
10966
  line-height: 1.5rem;
@@ -10967,6 +10986,10 @@ li:first-child div.e-stepTracker__tracker {
10967
10986
  line-height: 1rem;
10968
10987
  }
10969
10988
 
10989
+ .exos-font-black {
10990
+ font-weight: 900;
10991
+ }
10992
+
10970
10993
  .exos-font-bold {
10971
10994
  font-weight: 700;
10972
10995
  }
@@ -10999,6 +11022,10 @@ li:first-child div.e-stepTracker__tracker {
10999
11022
  text-transform: none;
11000
11023
  }
11001
11024
 
11025
+ .exos-tracking-widest {
11026
+ letter-spacing: 0.1em;
11027
+ }
11028
+
11002
11029
  .exos-text-\[\#7F7E9E\] {
11003
11030
  --tw-text-opacity: 1;
11004
11031
  color: rgb(127 126 158 / var(--tw-text-opacity));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexochihua/exos-library-components",
3
- "version": "2.25.32",
3
+ "version": "2.25.33",
4
4
  "description": "## Componentes base Vue 3 y Tailwind",
5
5
  "author": "Exos",
6
6
  "scripts": {