@jjlmoya/utils-drones 1.13.0 → 1.15.0

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": "@jjlmoya/utils-drones",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -12,30 +12,3 @@ const { ui } = Astro.props;
12
12
  </div>
13
13
  </div>
14
14
 
15
- <style>
16
- .history-list {
17
- display: flex;
18
- flex-direction: column;
19
- gap: 1.25rem;
20
- }
21
- .header-row {
22
- display: flex;
23
- justify-content: space-between;
24
- align-items: center;
25
- }
26
- .text-btn {
27
- background: transparent;
28
- border: none;
29
- color: #94a3b8;
30
- font-size: 0.7rem;
31
- font-weight: 700;
32
- cursor: pointer;
33
- text-transform: uppercase;
34
- }
35
- .text-btn:hover { color: #ef4444; }
36
- .no-history {
37
- font-size: 0.8rem;
38
- color: #94a3b8;
39
- font-style: italic;
40
- }
41
- </style>
@@ -53,40 +53,3 @@ import { Icon } from "astro-icon/components";
53
53
  </div>
54
54
  </div>
55
55
 
56
- <style>
57
- .row-header {
58
- display: flex;
59
- justify-content: space-between;
60
- align-items: center;
61
- gap: 1rem;
62
- }
63
- .loc-btn {
64
- background: #0ea5e910;
65
- border: 1px solid #0ea5e930;
66
- color: #0ea5e9;
67
- padding: 0.6rem;
68
- border-radius: 12px;
69
- cursor: pointer;
70
- display: flex;
71
- align-items: center;
72
- justify-content: center;
73
- transition: all 0.2s;
74
- }
75
- .loc-btn:hover {
76
- background: #0ea5e920;
77
- transform: scale(1.05);
78
- }
79
- .gms-group {
80
- display: flex;
81
- flex-direction: column;
82
- gap: 0.5rem;
83
- }
84
- .compact-inputs {
85
- display: grid;
86
- grid-template-columns: repeat(4, 1fr);
87
- gap: 0.5rem;
88
- }
89
- #dd-inputs.compact-inputs {
90
- grid-template-columns: 1fr 1fr;
91
- }
92
- </style>
@@ -8,10 +8,3 @@ import 'leaflet/dist/leaflet.css';
8
8
  <small class="hint">Haz clic en el mapa para capturar coordenadas directamente.</small>
9
9
  </div>
10
10
 
11
- <style>
12
- .hint {
13
- font-size: 0.75rem;
14
- color: #94a3b8;
15
- margin-top: -0.5rem;
16
- }
17
- </style>