@alexochihua/exos-library-components 2.16.9 → 2.16.10

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 +4 -28
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -4674,36 +4674,12 @@ tbody.e-table__body__container td {
4674
4674
 
4675
4675
  .e-table__pagination__paginationTable__container {
4676
4676
  display: flex;
4677
+ width: -moz-fit-content;
4678
+ width: fit-content;
4677
4679
  }
4678
4680
 
4679
- @media (min-width: 390px) {
4680
- @media not all and (min-width: 1024px) {
4681
- .e-table__pagination__paginationTable__container {
4682
- width: 100%;
4683
- }
4684
- }
4685
- }
4686
-
4687
- @media (min-width: 1024px) {
4688
- @media not all and (min-width: 1280px) {
4689
- .e-table__pagination__paginationTable__container {
4690
- width: 30%;
4691
- }
4692
- }
4693
- }
4694
-
4695
- @media (min-width: 1280px) {
4696
- @media not all and (min-width: 1920px) {
4697
- .e-table__pagination__paginationTable__container {
4698
- width: 25%;
4699
- }
4700
- }
4701
- }
4702
-
4703
- @media (min-width: 1920px) {
4704
- .e-table__pagination__paginationTable__container {
4705
- width: 16%;
4706
- }
4681
+ .e-table__pagination__select__container {
4682
+ margin-bottom: 0.5rem;
4707
4683
  }
4708
4684
 
4709
4685
  @media (min-width: 390px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexochihua/exos-library-components",
3
- "version": "2.16.9",
3
+ "version": "2.16.10",
4
4
  "description": "## Componentes base Vue 3 y Tailwind",
5
5
  "author": "Exos",
6
6
  "scripts": {