@jjlmoya/utils-nautical 1.14.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-nautical",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -20,7 +20,7 @@
20
20
  margin: 0 auto;
21
21
  }
22
22
 
23
- :global(.theme-dark) .endurance-calculator {
23
+ .theme-dark .endurance-calculator {
24
24
  --n-bg: #0f172a;
25
25
  --n-bg-muted: #1e293b;
26
26
  --n-text: #f8fafc;
@@ -21,7 +21,7 @@
21
21
  margin: 0 auto;
22
22
  }
23
23
 
24
- :global(.theme-dark) .nautical-converter {
24
+ .theme-dark .nautical-converter {
25
25
  --n-bg: #0f172a;
26
26
  --n-bg-muted: #1e293b;
27
27
  --n-text: #f8fafc;
@@ -23,7 +23,7 @@
23
23
  margin: 0 auto;
24
24
  }
25
25
 
26
- :global(.theme-dark) .sail-area-calculator {
26
+ .theme-dark .sail-area-calculator {
27
27
  --n-bg: #0f172a;
28
28
  --n-bg-muted: #1e293b;
29
29
  --n-text: #f8fafc;
@@ -142,7 +142,7 @@
142
142
  line-height: 1;
143
143
  }
144
144
 
145
- :global(.theme-dark) .sail-area-calculator .sad-value-large {
145
+ .theme-dark .sail-area-calculator .sad-value-large {
146
146
  color: var(--n-accent);
147
147
  }
148
148
 
@@ -21,7 +21,7 @@
21
21
  gap: 2rem;
22
22
  }
23
23
 
24
- :global(.theme-dark) .speed-converter {
24
+ .theme-dark .speed-converter {
25
25
  --n-bg: #0f172a;
26
26
  --n-bg-muted: #1e293b;
27
27
  --n-text: #f8fafc;
@@ -21,7 +21,7 @@
21
21
  margin: 0 auto;
22
22
  }
23
23
 
24
- :global(.theme-dark) .tide-calculator {
24
+ .theme-dark .tide-calculator {
25
25
  --n-bg: #0f172a;
26
26
  --n-bg-muted: #1e293b;
27
27
  --n-text: #f8fafc;
@@ -78,7 +78,7 @@
78
78
  opacity: 0.9;
79
79
  }
80
80
 
81
- :global(#invert-btn) {
81
+ #invert-btn {
82
82
  background: rgba(255, 255, 255, 0.1);
83
83
  border: none;
84
84
  color: var(--n-primary-on);
@@ -92,7 +92,7 @@
92
92
  transition: background 0.2s;
93
93
  }
94
94
 
95
- :global(#invert-btn:hover) {
95
+ #invert-btn:hover {
96
96
  background: rgba(255, 255, 255, 0.2);
97
97
  }
98
98
 
@@ -197,7 +197,7 @@
197
197
  margin: 0.5rem 0;
198
198
  }
199
199
 
200
- :global(#target-value) {
200
+ #target-value {
201
201
  font-size: 4rem;
202
202
  font-weight: 800;
203
203
  color: var(--n-accent);
@@ -24,7 +24,7 @@
24
24
  margin: 0 auto;
25
25
  }
26
26
 
27
- :global(.theme-dark) .under-keel-calculator {
27
+ .theme-dark .under-keel-calculator {
28
28
  --n-bg: #0f172a;
29
29
  --n-bg-muted: #1e293b;
30
30
  --n-text: #f8fafc;