@edc-motor/admin-kit 0.4.6 → 0.4.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edc-motor/admin-kit",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "EdC Motor — kit del panel de administración: layout, gestores CRUD, imágenes, PDF, páginas, configuración, usuarios y copias (paquete fuente: lo compila el consumidor con Vite)",
5
5
  "license": "GPL-3.0-only",
6
6
  "type": "module",
@@ -33,7 +33,7 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@edc-motor/ui": "^0.4.6",
36
+ "@edc-motor/ui": "^0.4.8",
37
37
  "axios": "^1.7.0",
38
38
  "vue-draggable-plus": "^0.6.1"
39
39
  },
@@ -16,7 +16,7 @@
16
16
 
17
17
  &__search-icon {
18
18
  position: absolute;
19
- right: $space-3;
19
+ right: $input-padding-x;
20
20
  top: 50%;
21
21
  transform: translateY(-50%);
22
22
  color: $text-3;
@@ -25,8 +25,8 @@
25
25
 
26
26
  &__search-input {
27
27
  width: 100%;
28
- height: 40px;
29
- padding: 0 36px 0 $space-3;
28
+ height: $input-height;
29
+ padding: 0 34px 0 $input-padding-x; // hueco a la derecha para la lupa
30
30
  background: $surface-2;
31
31
  color: $text-1;
32
32
  border: 1px solid $border;