@alexochihua/exos-library-components 0.1.79 → 0.1.81

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.
Files changed (2) hide show
  1. package/dist/style.css +7 -23
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -2299,7 +2299,7 @@ video {
2299
2299
  --tw-ring-color: rgb(var(--color-primary));
2300
2300
  }
2301
2301
 
2302
- @media (min-width: 300px) {
2302
+ @media (min-width: 390px) {
2303
2303
  .xs\:col-span-12 {
2304
2304
  grid-column: span 12 / span 12;
2305
2305
  }
@@ -2320,7 +2320,7 @@ video {
2320
2320
  padding-right: 1.25rem;
2321
2321
  }
2322
2322
 
2323
- @media not all and (min-width: 768px) {
2323
+ @media not all and (min-width: 1280px) {
2324
2324
  .xs\:max-md\:grid-cols-1 {
2325
2325
  grid-template-columns: repeat(1, minmax(0, 1fr));
2326
2326
  }
@@ -2355,7 +2355,7 @@ video {
2355
2355
  }
2356
2356
  }
2357
2357
 
2358
- @media (min-width: 768px) {
2358
+ @media (min-width: 1280px) {
2359
2359
  .md\:mt-0 {
2360
2360
  margin-top: 0px;
2361
2361
  }
@@ -2381,14 +2381,14 @@ video {
2381
2381
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2382
2382
  }
2383
2383
 
2384
- @media not all and (min-width: 1024px) {
2384
+ @media not all and (min-width: 1440px) {
2385
2385
  .md\:max-lg\:grid-cols-2 {
2386
2386
  grid-template-columns: repeat(2, minmax(0, 1fr));
2387
2387
  }
2388
2388
  }
2389
2389
  }
2390
2390
 
2391
- @media (min-width: 1024px) {
2391
+ @media (min-width: 1440px) {
2392
2392
  .lg\:mx-8 {
2393
2393
  margin-left: 2rem;
2394
2394
  margin-right: 2rem;
@@ -2449,31 +2449,15 @@ video {
2449
2449
  padding-right: 2.5rem;
2450
2450
  }
2451
2451
 
2452
- @media not all and (min-width: 1280px) {
2452
+ @media not all and (min-width: 1920px) {
2453
2453
  .lg\:max-xl\:grid-cols-3 {
2454
2454
  grid-template-columns: repeat(3, minmax(0, 1fr));
2455
2455
  }
2456
2456
  }
2457
2457
  }
2458
2458
 
2459
- @media (min-width: 1280px) {
2459
+ @media (min-width: 1920px) {
2460
2460
  .xl\:grid-cols-4 {
2461
2461
  grid-template-columns: repeat(4, minmax(0, 1fr));
2462
2462
  }
2463
-
2464
- @media not all and (min-width: 1536px) {
2465
- .xl\:max-2xl\:grid-cols-4 {
2466
- grid-template-columns: repeat(4, minmax(0, 1fr));
2467
- }
2468
- }
2469
- }
2470
-
2471
- @media (min-width: 1536px) {
2472
- .\32xl\:grid-cols-4 {
2473
- grid-template-columns: repeat(4, minmax(0, 1fr));
2474
- }
2475
-
2476
- .\32xl\:grid-cols-6 {
2477
- grid-template-columns: repeat(6, minmax(0, 1fr));
2478
- }
2479
2463
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexochihua/exos-library-components",
3
- "version": "0.1.79",
3
+ "version": "0.1.81",
4
4
  "description": "## Componentes base Vue 3 y Tailwind",
5
5
  "author": "Exos",
6
6
  "scripts": {