@jjlmoya/utils-developer 1.13.0 → 1.14.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.
Files changed (25) hide show
  1. package/package.json +1 -1
  2. package/src/tool/aspectRatio/aspect-ratio-calculator.css +1 -1
  3. package/src/tool/calculadoraTiempoDatos/data-time-calculator-web-speed-impact.css +26 -26
  4. package/src/tool/colorConverter/color-converter-rgb-hex-hsl.css +9 -9
  5. package/src/tool/conversorExcelCsvHtml/excel-csv-html-table-converter.css +24 -24
  6. package/src/tool/cronGenerator/cron.css +5 -5
  7. package/src/tool/cssSpecificityCalculator/css-specificity-calculator.css +1 -1
  8. package/src/tool/cssToInlineConverter/css-to-inline-converter.css +1 -1
  9. package/src/tool/duplicateCssRemover/duplicate-css-remover.css +2 -2
  10. package/src/tool/generadorSecurityTxt/security-txt-generator-rfc-9116.css +9 -9
  11. package/src/tool/hashGenerator/hash-generator.css +10 -10
  12. package/src/tool/inspectorCertificadosSsl/ssl-tls-certificate-inspector.css +9 -9
  13. package/src/tool/jsonFormatter/json-formatter.css +33 -33
  14. package/src/tool/keycode/keycode.css +1 -1
  15. package/src/tool/llmCostCalculator/llm-cost-calculator.css +1 -1
  16. package/src/tool/mobileMockupGenerator/mobile-mockup-generator.css +68 -68
  17. package/src/tool/musicalTypography/musical-typography.css +8 -8
  18. package/src/tool/placeholderGenerator/placeholder-image-generator.css +2 -2
  19. package/src/tool/promptLibrary/prompt-library.css +30 -30
  20. package/src/tool/readabilityCalculator/visual-readability-calculator-wcag-apca.css +11 -11
  21. package/src/tool/svgSanitizer/svg-sanitizer.css +7 -7
  22. package/src/tool/svgToCss/svg-to-css-converter.css +2 -2
  23. package/src/tool/urlCleaner/url-tracking-cleaner.css +12 -12
  24. package/src/tool/urlEncoderDecoder/url-encoder-decoder.css +1 -1
  25. package/src/tool/utmGenerator/utm-generator.css +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-developer",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -16,7 +16,7 @@
16
16
  color: var(--arc-text);
17
17
  }
18
18
 
19
- :global(.theme-dark) .arc-container {
19
+ .theme-dark .arc-container {
20
20
  --arc-bg: #0f172a;
21
21
  --arc-card-bg: #1e293b;
22
22
  --arc-text: #f8fafc;
@@ -19,7 +19,7 @@
19
19
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
20
20
  }
21
21
 
22
- :global(.theme-dark) .ctd-card {
22
+ .theme-dark .ctd-card {
23
23
  background: rgb(30, 41, 59);
24
24
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
25
25
  }
@@ -44,7 +44,7 @@
44
44
  flex-shrink: 0;
45
45
  }
46
46
 
47
- .ctd-icon :global(svg) {
47
+ .ctd-icon svg {
48
48
  width: 32px;
49
49
  height: 32px;
50
50
  }
@@ -57,7 +57,7 @@
57
57
  letter-spacing: -0.02em;
58
58
  }
59
59
 
60
- :global(.theme-dark) .ctd-header h2 {
60
+ .theme-dark .ctd-header h2 {
61
61
  color: rgb(241, 245, 249);
62
62
  }
63
63
 
@@ -75,7 +75,7 @@
75
75
  letter-spacing: 0.05em;
76
76
  }
77
77
 
78
- :global(.theme-dark) .ctd-input-section > label {
78
+ .theme-dark .ctd-input-section > label {
79
79
  color: rgb(203, 213, 225);
80
80
  }
81
81
 
@@ -100,7 +100,7 @@
100
100
  box-sizing: border-box;
101
101
  }
102
102
 
103
- :global(.theme-dark) .ctd-input {
103
+ .theme-dark .ctd-input {
104
104
  background: rgb(15, 23, 42);
105
105
  border-color: rgb(51, 65, 85);
106
106
  color: rgb(241, 245, 249);
@@ -112,7 +112,7 @@
112
112
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.1);
113
113
  }
114
114
 
115
- :global(.theme-dark) .ctd-input:focus {
115
+ .theme-dark .ctd-input:focus {
116
116
  background: rgb(30, 41, 59);
117
117
  }
118
118
 
@@ -123,7 +123,7 @@
123
123
  white-space: nowrap;
124
124
  }
125
125
 
126
- :global(.theme-dark) .ctd-input-unit {
126
+ .theme-dark .ctd-input-unit {
127
127
  color: rgb(203, 213, 225);
128
128
  }
129
129
 
@@ -158,7 +158,7 @@
158
158
  gap: 0.5rem;
159
159
  }
160
160
 
161
- :global(.theme-dark) .ctd-preset {
161
+ .theme-dark .ctd-preset {
162
162
  background: rgb(15, 23, 42);
163
163
  border-color: rgb(51, 65, 85);
164
164
  color: rgb(241, 245, 249);
@@ -171,7 +171,7 @@
171
171
  box-shadow: 0 8px 16px rgba(99, 102, 241, 0.2);
172
172
  }
173
173
 
174
- :global(.theme-dark) .ctd-preset:hover {
174
+ .theme-dark .ctd-preset:hover {
175
175
  background: rgba(99, 102, 241, 0.1);
176
176
  }
177
177
 
@@ -196,7 +196,7 @@
196
196
  letter-spacing: 0.05em;
197
197
  }
198
198
 
199
- :global(.theme-dark) .ctd-speed-section > label {
199
+ .theme-dark .ctd-speed-section > label {
200
200
  color: rgb(203, 213, 225);
201
201
  }
202
202
 
@@ -219,7 +219,7 @@
219
219
  transition: all 0.3s;
220
220
  }
221
221
 
222
- :global(.theme-dark) .ctd-speed-btn {
222
+ .theme-dark .ctd-speed-btn {
223
223
  background: rgb(15, 23, 42);
224
224
  border-color: rgb(51, 65, 85);
225
225
  }
@@ -230,7 +230,7 @@
230
230
  color: rgb(15, 23, 42);
231
231
  }
232
232
 
233
- :global(.theme-dark) .ctd-speed-label {
233
+ .theme-dark .ctd-speed-label {
234
234
  color: rgb(241, 245, 249);
235
235
  }
236
236
 
@@ -240,7 +240,7 @@
240
240
  color: rgb(100, 116, 139);
241
241
  }
242
242
 
243
- :global(.theme-dark) .ctd-speed-value {
243
+ .theme-dark .ctd-speed-value {
244
244
  color: rgb(203, 213, 225);
245
245
  }
246
246
 
@@ -251,7 +251,7 @@
251
251
  box-shadow: 0 8px 16px rgba(99, 102, 241, 0.2);
252
252
  }
253
253
 
254
- :global(.theme-dark) .ctd-speed-btn:hover {
254
+ .theme-dark .ctd-speed-btn:hover {
255
255
  background: rgba(99, 102, 241, 0.1);
256
256
  }
257
257
 
@@ -284,7 +284,7 @@
284
284
  letter-spacing: 0.05em;
285
285
  }
286
286
 
287
- :global(.theme-dark) .ctd-multiplier-section > label {
287
+ .theme-dark .ctd-multiplier-section > label {
288
288
  color: rgb(203, 213, 225);
289
289
  }
290
290
 
@@ -307,7 +307,7 @@
307
307
  transition: all 0.2s;
308
308
  }
309
309
 
310
- :global(.theme-dark) .ctd-times-btn {
310
+ .theme-dark .ctd-times-btn {
311
311
  background: rgb(15, 23, 42);
312
312
  border-color: rgb(51, 65, 85);
313
313
  color: rgb(241, 245, 249);
@@ -318,7 +318,7 @@
318
318
  background: rgb(219, 234, 254);
319
319
  }
320
320
 
321
- :global(.theme-dark) .ctd-times-btn:hover {
321
+ .theme-dark .ctd-times-btn:hover {
322
322
  background: rgba(99, 102, 241, 0.1);
323
323
  }
324
324
 
@@ -342,7 +342,7 @@
342
342
  box-sizing: border-box;
343
343
  }
344
344
 
345
- :global(.theme-dark) .ctd-times-input {
345
+ .theme-dark .ctd-times-input {
346
346
  background: rgb(15, 23, 42);
347
347
  border-color: rgb(51, 65, 85);
348
348
  color: rgb(241, 245, 249);
@@ -364,7 +364,7 @@
364
364
  align-items: center;
365
365
  }
366
366
 
367
- :global(.theme-dark) .ctd-results {
367
+ .theme-dark .ctd-results {
368
368
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(16, 185, 129, 0.05));
369
369
  }
370
370
 
@@ -384,7 +384,7 @@
384
384
  letter-spacing: 0.05em;
385
385
  }
386
386
 
387
- :global(.theme-dark) .ctd-result-label {
387
+ .theme-dark .ctd-result-label {
388
388
  color: rgb(203, 213, 225);
389
389
  }
390
390
 
@@ -403,8 +403,8 @@
403
403
  color: rgb(100, 116, 139);
404
404
  }
405
405
 
406
- :global(.theme-dark) .ctd-result-life,
407
- :global(.theme-dark) .ctd-result-life-total {
406
+ .theme-dark .ctd-result-life,
407
+ .theme-dark .ctd-result-life-total {
408
408
  color: rgb(203, 213, 225);
409
409
  }
410
410
 
@@ -414,7 +414,7 @@
414
414
  background: linear-gradient(180deg, transparent, rgb(203, 213, 225), transparent);
415
415
  }
416
416
 
417
- :global(.theme-dark) .ctd-divider {
417
+ .theme-dark .ctd-divider {
418
418
  background: linear-gradient(180deg, transparent, rgba(203, 213, 225, 0.2), transparent);
419
419
  }
420
420
 
@@ -434,7 +434,7 @@
434
434
  transition: all 0.3s;
435
435
  }
436
436
 
437
- :global(.theme-dark) .ctd-impact-card {
437
+ .theme-dark .ctd-impact-card {
438
438
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(255, 140, 0, 0.05));
439
439
  border-color: rgba(99, 102, 241, 0.1);
440
440
  }
@@ -461,7 +461,7 @@
461
461
  color: rgb(100, 116, 139);
462
462
  }
463
463
 
464
- :global(.theme-dark) .ctd-impact-text {
464
+ .theme-dark .ctd-impact-text {
465
465
  color: rgb(203, 213, 225);
466
466
  }
467
467
 
@@ -477,7 +477,7 @@
477
477
  line-height: 1.6;
478
478
  }
479
479
 
480
- :global(.theme-dark) .ctd-message {
480
+ .theme-dark .ctd-message {
481
481
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.1), rgba(254, 202, 202, 0.1));
482
482
  border-color: rgba(251, 191, 36, 0.3);
483
483
  color: rgb(251, 191, 36);
@@ -30,7 +30,7 @@
30
30
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
31
31
  }
32
32
 
33
- :global(.theme-dark) .cc-card {
33
+ .theme-dark .cc-card {
34
34
  background: rgba(30, 41, 59, 0.7);
35
35
  border: 1px solid rgba(255, 255, 255, 0.1);
36
36
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
@@ -62,7 +62,7 @@
62
62
  letter-spacing: 0.05em;
63
63
  }
64
64
 
65
- :global(.theme-dark) .cc-label {
65
+ .theme-dark .cc-label {
66
66
  color: rgb(148, 163, 184);
67
67
  }
68
68
 
@@ -79,7 +79,7 @@
79
79
  box-sizing: border-box;
80
80
  }
81
81
 
82
- :global(.theme-dark) .cc-text-input {
82
+ .theme-dark .cc-text-input {
83
83
  background: rgba(15, 23, 42, 0.5);
84
84
  border-color: rgb(51, 65, 85);
85
85
  color: rgb(241, 245, 249);
@@ -105,7 +105,7 @@
105
105
  transition: all 0.2s ease;
106
106
  }
107
107
 
108
- :global(.theme-dark) .cc-copy-badge {
108
+ .theme-dark .cc-copy-badge {
109
109
  background: rgba(255, 255, 255, 0.05);
110
110
  border-color: rgba(255, 255, 255, 0.1);
111
111
  color: rgb(148, 163, 184);
@@ -118,7 +118,7 @@
118
118
  transform: translateY(-1px);
119
119
  }
120
120
 
121
- :global(.theme-dark) .cc-copy-badge:hover {
121
+ .theme-dark .cc-copy-badge:hover {
122
122
  background: rgba(99, 102, 241, 0.1);
123
123
  }
124
124
 
@@ -130,8 +130,8 @@
130
130
  transform: none;
131
131
  }
132
132
 
133
- :global(.theme-dark) .cc-copy-badge.cc-copied,
134
- :global(.theme-dark) .cc-copy-badge.cc-copied:hover {
133
+ .theme-dark .cc-copy-badge.cc-copied,
134
+ .theme-dark .cc-copy-badge.cc-copied:hover {
135
135
  background: rgba(34, 197, 94, 0.1);
136
136
  }
137
137
 
@@ -165,7 +165,7 @@
165
165
  outline: none;
166
166
  }
167
167
 
168
- :global(.theme-dark) .cc-range {
168
+ .theme-dark .cc-range {
169
169
  background: rgb(51, 65, 85);
170
170
  }
171
171
 
@@ -202,7 +202,7 @@
202
202
  cursor: pointer;
203
203
  }
204
204
 
205
- :global(.theme-dark) .cc-main-preview {
205
+ .theme-dark .cc-main-preview {
206
206
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
207
207
  }
208
208
 
@@ -28,7 +28,7 @@
28
28
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
29
29
  }
30
30
 
31
- :global(.theme-dark) .cec-converter-card {
31
+ .theme-dark .cec-converter-card {
32
32
  background: rgba(15, 23, 42, 0.6);
33
33
  border-color: rgba(255, 255, 255, 0.05);
34
34
  }
@@ -59,7 +59,7 @@
59
59
  letter-spacing: 0.05em;
60
60
  }
61
61
 
62
- :global(.theme-dark) .cec-input-label {
62
+ .theme-dark .cec-input-label {
63
63
  color: rgb(148, 163, 184);
64
64
  }
65
65
 
@@ -76,7 +76,7 @@
76
76
  transition: all 0.2s;
77
77
  }
78
78
 
79
- :global(.theme-dark) .cec-csv-textarea {
79
+ .theme-dark .cec-csv-textarea {
80
80
  background: rgb(2, 6, 23);
81
81
  border-color: rgb(30, 41, 59);
82
82
  color: var(--cec-text-light);
@@ -102,7 +102,7 @@
102
102
  background: rgba(248, 250, 252, 0.5);
103
103
  }
104
104
 
105
- :global(.theme-dark) .cec-drop-zone {
105
+ .theme-dark .cec-drop-zone {
106
106
  border-color: var(--cec-border-dark);
107
107
  background: rgba(30, 41, 59, 0.2);
108
108
  }
@@ -113,7 +113,7 @@
113
113
  background: rgba(139, 92, 246, 0.05);
114
114
  }
115
115
 
116
- .cec-drop-zone :global(svg) {
116
+ .cec-drop-zone svg {
117
117
  color: var(--cec-primary);
118
118
  }
119
119
 
@@ -132,7 +132,7 @@
132
132
  border-top: 1px solid rgba(0, 0, 0, 0.05);
133
133
  }
134
134
 
135
- :global(.theme-dark) .cec-options-row {
135
+ .theme-dark .cec-options-row {
136
136
  border-top-color: rgba(255, 255, 255, 0.05);
137
137
  }
138
138
 
@@ -164,7 +164,7 @@
164
164
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
165
165
  }
166
166
 
167
- :global(.theme-dark) .cec-option-item input[type="checkbox"] {
167
+ .theme-dark .cec-option-item input[type="checkbox"] {
168
168
  background: rgb(15, 23, 42);
169
169
  border-color: var(--cec-border-dark);
170
170
  }
@@ -193,7 +193,7 @@
193
193
  color: var(--cec-text-secondary);
194
194
  }
195
195
 
196
- :global(.theme-dark) .cec-option-item span {
196
+ .theme-dark .cec-option-item span {
197
197
  color: rgb(148, 163, 184);
198
198
  }
199
199
 
@@ -201,7 +201,7 @@
201
201
  color: rgb(88, 28, 135);
202
202
  }
203
203
 
204
- :global(.theme-dark) .cec-option-item input[type="checkbox"]:checked + span {
204
+ .theme-dark .cec-option-item input[type="checkbox"]:checked + span {
205
205
  color: rgb(196, 181, 253);
206
206
  }
207
207
 
@@ -217,7 +217,7 @@
217
217
  border-bottom: 2px solid var(--cec-border);
218
218
  }
219
219
 
220
- :global(.theme-dark) .cec-result-tabs {
220
+ .theme-dark .cec-result-tabs {
221
221
  border-bottom-color: rgb(30, 41, 59);
222
222
  }
223
223
 
@@ -248,7 +248,7 @@
248
248
  padding: 1rem;
249
249
  }
250
250
 
251
- :global(.theme-dark) .cec-preview-container {
251
+ .theme-dark .cec-preview-container {
252
252
  background: rgb(15, 23, 42);
253
253
  border-color: rgb(30, 41, 59);
254
254
  }
@@ -291,13 +291,13 @@
291
291
  background: var(--cec-primary-hover);
292
292
  }
293
293
 
294
- .cec-preview-container :global(table) {
294
+ .cec-preview-container table {
295
295
  width: 100%;
296
296
  border-collapse: collapse;
297
297
  font-size: 0.875rem;
298
298
  }
299
299
 
300
- .cec-preview-container :global(th) {
300
+ .cec-preview-container th {
301
301
  background: var(--cec-bg-light);
302
302
  border-bottom: 2px solid var(--cec-border);
303
303
  padding: 0.75rem;
@@ -306,19 +306,19 @@
306
306
  color: var(--cec-text-primary);
307
307
  }
308
308
 
309
- :global(.theme-dark) .cec-preview-container :global(th) {
309
+ .theme-dark .cec-preview-container th {
310
310
  background: rgb(30, 41, 59);
311
311
  border-bottom-color: var(--cec-border-dark);
312
312
  color: var(--cec-text-light);
313
313
  }
314
314
 
315
- .cec-preview-container :global(td) {
315
+ .cec-preview-container td {
316
316
  padding: 0.75rem;
317
317
  border-bottom: 1px solid rgb(241, 245, 249);
318
318
  color: var(--cec-text-secondary);
319
319
  }
320
320
 
321
- :global(.theme-dark) .cec-preview-container :global(td) {
321
+ .theme-dark .cec-preview-container td {
322
322
  border-bottom-color: rgb(30, 41, 59);
323
323
  color: rgb(148, 163, 184);
324
324
  }
@@ -334,25 +334,25 @@
334
334
  gap: 1rem;
335
335
  }
336
336
 
337
- .cec-preview-container :global(table.bordered) {
337
+ .cec-preview-container table.bordered {
338
338
  border: 1px solid var(--cec-border);
339
339
  }
340
340
 
341
- .cec-preview-container :global(table.bordered th),
342
- .cec-preview-container :global(table.bordered td) {
341
+ .cec-preview-container table.bordered th,
342
+ .cec-preview-container table.bordered td {
343
343
  border: 1px solid var(--cec-border);
344
344
  }
345
345
 
346
- :global(.theme-dark) .cec-preview-container :global(table.bordered),
347
- :global(.theme-dark) .cec-preview-container :global(table.bordered th),
348
- :global(.theme-dark) .cec-preview-container :global(table.bordered td) {
346
+ .theme-dark .cec-preview-container table.bordered,
347
+ .theme-dark .cec-preview-container table.bordered th,
348
+ .theme-dark .cec-preview-container table.bordered td {
349
349
  border-color: var(--cec-border-dark);
350
350
  }
351
351
 
352
- .cec-preview-container :global(table.zebra tbody tr:nth-child(even)) {
352
+ .cec-preview-container table.zebra tbody tr:nth-child(even) {
353
353
  background: var(--cec-bg-light);
354
354
  }
355
355
 
356
- :global(.theme-dark) .cec-preview-container :global(table.zebra tbody tr:nth-child(even)) {
356
+ .theme-dark .cec-preview-container table.zebra tbody tr:nth-child(even) {
357
357
  background: rgba(30, 41, 59, 0.5);
358
358
  }
@@ -12,7 +12,7 @@
12
12
  color: var(--cron-text);
13
13
  }
14
14
 
15
- :global(.theme-dark) .cron-root {
15
+ .theme-dark .cron-root {
16
16
  --cron-card-bg: #1e293b;
17
17
  --cron-bg: #0f172a;
18
18
  --cron-text: #f1f5f9;
@@ -249,7 +249,7 @@
249
249
  border: 1px solid var(--cron-border);
250
250
  }
251
251
 
252
- :global(.cron-run-item) {
252
+ .cron-run-item {
253
253
  display: flex;
254
254
  align-items: center;
255
255
  justify-content: space-between;
@@ -260,18 +260,18 @@
260
260
  font-size: 0.825rem;
261
261
  }
262
262
 
263
- :global(.cron-run-date) {
263
+ .cron-run-date {
264
264
  font-weight: 600;
265
265
  color: var(--cron-text);
266
266
  text-transform: capitalize;
267
267
  }
268
268
 
269
- :global(.cron-run-rel) {
269
+ .cron-run-rel {
270
270
  font-size: 0.72rem;
271
271
  color: var(--cron-text-muted);
272
272
  }
273
273
 
274
- :global(.cron-no-runs) {
274
+ .cron-no-runs {
275
275
  padding: 1rem;
276
276
  text-align: center;
277
277
  color: var(--cron-text-muted);
@@ -13,7 +13,7 @@
13
13
  color: var(--spec-text);
14
14
  }
15
15
 
16
- :global(.theme-dark) .spec-root {
16
+ .theme-dark .spec-root {
17
17
  --spec-card-bg: #1e293b;
18
18
  --spec-bg: #0f172a;
19
19
  --spec-text: #f1f5f9;
@@ -13,7 +13,7 @@
13
13
  color: var(--cssi-text);
14
14
  }
15
15
 
16
- :global(.theme-dark) .cssi-root {
16
+ .theme-dark .cssi-root {
17
17
  --cssi-card-bg: #1e293b;
18
18
  --cssi-bg: #0f172a;
19
19
  --cssi-text: #f1f5f9;
@@ -14,7 +14,7 @@
14
14
  color: var(--dupcss-text);
15
15
  }
16
16
 
17
- :global(.theme-dark) .dupcss-root {
17
+ .theme-dark .dupcss-root {
18
18
  --dupcss-card-bg: #1e293b;
19
19
  --dupcss-bg: #0f172a;
20
20
  --dupcss-text: #f1f5f9;
@@ -43,7 +43,7 @@
43
43
  overflow: hidden;
44
44
  }
45
45
 
46
- :global(.dupcss-stats-visible) {
46
+ .dupcss-stats-visible {
47
47
  display: flex;
48
48
  }
49
49
 
@@ -20,7 +20,7 @@
20
20
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.07);
21
21
  }
22
22
 
23
- :global(.theme-dark) .gst-glass-card {
23
+ .theme-dark .gst-glass-card {
24
24
  background: rgba(20, 20, 25, 0.7);
25
25
  border: 1px solid rgba(255, 255, 255, 0.05);
26
26
  }
@@ -49,7 +49,7 @@
49
49
  margin-bottom: 0.5rem;
50
50
  }
51
51
 
52
- :global(.theme-dark) .gst-group-title {
52
+ .theme-dark .gst-group-title {
53
53
  color: rgb(148, 163, 184);
54
54
  }
55
55
 
@@ -74,7 +74,7 @@
74
74
  gap: 0.5rem;
75
75
  }
76
76
 
77
- :global(.theme-dark) .gst-input-field label {
77
+ .theme-dark .gst-input-field label {
78
78
  color: rgb(203, 213, 225);
79
79
  }
80
80
 
@@ -95,7 +95,7 @@
95
95
  box-sizing: border-box;
96
96
  }
97
97
 
98
- :global(.theme-dark) .gst-premium-input {
98
+ .theme-dark .gst-premium-input {
99
99
  background: rgb(15, 23, 42);
100
100
  border-color: rgb(51, 65, 85);
101
101
  color: white;
@@ -111,7 +111,7 @@
111
111
  color: rgb(100, 116, 139);
112
112
  }
113
113
 
114
- :global(.theme-dark) .gst-field-tip {
114
+ .theme-dark .gst-field-tip {
115
115
  color: rgb(148, 163, 184);
116
116
  }
117
117
 
@@ -130,7 +130,7 @@
130
130
  color: rgb(30, 41, 59);
131
131
  }
132
132
 
133
- :global(.theme-dark) .gst-result-title {
133
+ .theme-dark .gst-result-title {
134
134
  color: white;
135
135
  }
136
136
 
@@ -147,7 +147,7 @@
147
147
  border: 1px solid rgba(0, 0, 0, 0.05);
148
148
  }
149
149
 
150
- :global(.theme-dark) .gst-code-display {
150
+ .theme-dark .gst-code-display {
151
151
  background: rgba(255, 255, 255, 0.03);
152
152
  color: rgb(203, 213, 225);
153
153
  border-color: rgba(255, 255, 255, 0.05);
@@ -197,7 +197,7 @@
197
197
  transition: all 0.2s ease;
198
198
  }
199
199
 
200
- :global(.theme-dark) .gst-btn-secondary {
200
+ .theme-dark .gst-btn-secondary {
201
201
  background: rgb(30, 41, 59);
202
202
  color: white;
203
203
  border-color: rgb(51, 65, 85);
@@ -207,7 +207,7 @@
207
207
  background: rgb(248, 250, 252);
208
208
  }
209
209
 
210
- :global(.theme-dark) .gst-btn-secondary:hover {
210
+ .theme-dark .gst-btn-secondary:hover {
211
211
  background: rgb(51, 65, 85);
212
212
  }
213
213