@alexochihua/exos-library-components 2.25.33 → 2.25.34

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
@@ -10126,6 +10126,10 @@ li:first-child div.e-stepTracker__tracker {
10126
10126
  overflow: hidden;
10127
10127
  }
10128
10128
 
10129
+ .exos-overflow-x-auto {
10130
+ overflow-x: auto;
10131
+ }
10132
+
10129
10133
  .exos-text-ellipsis {
10130
10134
  text-overflow: ellipsis;
10131
10135
  }
@@ -10334,6 +10338,10 @@ li:first-child div.e-stepTracker__tracker {
10334
10338
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
10335
10339
  }
10336
10340
 
10341
+ .exos-border-neutralLightGrey {
10342
+ border-color: var(--color-neutral-light-grey);
10343
+ }
10344
+
10337
10345
  .exos-border-orange-500 {
10338
10346
  --tw-border-opacity: 1;
10339
10347
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexochihua/exos-library-components",
3
- "version": "2.25.33",
3
+ "version": "2.25.34",
4
4
  "description": "## Componentes base Vue 3 y Tailwind",
5
5
  "author": "Exos",
6
6
  "scripts": {