@jjlmoya/utils-science 1.18.0 → 1.19.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-science",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -27,7 +27,7 @@
27
27
  --asteroid-transition-slow: all 0.3s ease;
28
28
  }
29
29
 
30
- :global(.theme-dark) {
30
+ .theme-dark {
31
31
  --asteroid-primary: #ff9f43;
32
32
  --asteroid-secondary: #ff6b5b;
33
33
  --asteroid-accent: #94a3b8;
@@ -134,7 +134,7 @@
134
134
  transition: var(--asteroid-transition);
135
135
  }
136
136
 
137
- :global(.theme-dark) .asteroid-gps-btn {
137
+ .theme-dark .asteroid-gps-btn {
138
138
  background: rgba(30, 41, 59, 0.95);
139
139
  border: 1px solid rgba(100, 116, 139, 0.4);
140
140
  }
@@ -16,7 +16,7 @@
16
16
  --colony-text-light: #f1f5f9;
17
17
  }
18
18
 
19
- :global(.theme-dark) {
19
+ .theme-dark {
20
20
  --colony-bg-light: #0f172a;
21
21
  --colony-bg-card: #1e293b;
22
22
  --colony-bg-modal: rgba(30, 41, 59, 0.9);
@@ -240,7 +240,7 @@
240
240
  color: var(--colony-primary);
241
241
  }
242
242
 
243
- :global(.theme-dark) .colony-mode-btn-active {
243
+ .theme-dark .colony-mode-btn-active {
244
244
  background: color-mix(in srgb, var(--colony-primary) 15%, var(--colony-bg-light));
245
245
  }
246
246
 
@@ -371,7 +371,7 @@
371
371
  border-color: color-mix(in srgb, var(--colony-danger) 40%, var(--colony-border-light));
372
372
  }
373
373
 
374
- :global(.theme-dark) .colony-clear-btn {
374
+ .theme-dark .colony-clear-btn {
375
375
  color: var(--colony-danger-light);
376
376
  }
377
377