@jjlmoya/utils-streaming 1.10.0 → 1.11.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-streaming",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -18,7 +18,7 @@
18
18
  padding: 1.5rem;
19
19
  }
20
20
 
21
- :global(.theme-dark) .sorteo-container {
21
+ .theme-dark .sorteo-container {
22
22
  --sorteo-bg: #020617;
23
23
  --sorteo-card: #0f172a;
24
24
  --sorteo-border: #1e293b;
@@ -285,7 +285,7 @@
285
285
  cursor: pointer;
286
286
  }
287
287
 
288
- :global(.theme-dark) .sorteo-option-item {
288
+ .theme-dark .sorteo-option-item {
289
289
  background: rgba(255,255,255,0.02);
290
290
  }
291
291
 
@@ -309,7 +309,7 @@
309
309
  transition: all 0.3s;
310
310
  }
311
311
 
312
- :global(.theme-dark) .sorteo-switch-slider {
312
+ .theme-dark .sorteo-switch-slider {
313
313
  background: #334155;
314
314
  }
315
315
 
@@ -426,7 +426,7 @@
426
426
  color: var(--sorteo-primary);
427
427
  }
428
428
 
429
- :global(.theme-dark) .sorteo-zen-btn:hover {
429
+ .theme-dark .sorteo-zen-btn:hover {
430
430
  background: black;
431
431
  }
432
432
 
@@ -743,7 +743,7 @@
743
743
  transition: transform 0.1s;
744
744
  }
745
745
 
746
- :global(.theme-dark) .sorteo-btn-content {
746
+ .theme-dark .sorteo-btn-content {
747
747
  background: #020617;
748
748
  border-color: #1e293b;
749
749
  }
@@ -762,7 +762,7 @@
762
762
  -webkit-text-fill-color: transparent;
763
763
  }
764
764
 
765
- :global(.theme-dark) .sorteo-btn-content span {
765
+ .theme-dark .sorteo-btn-content span {
766
766
  background: linear-gradient(90deg, #818cf8, #c084fc);
767
767
  -webkit-background-clip: text;
768
768
  -webkit-text-fill-color: transparent;