@jjlmoya/utils-developer 1.12.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 (50) hide show
  1. package/package.json +5 -3
  2. package/scripts/postinstall.mjs +27 -0
  3. package/src/tool/aspectRatio/aspect-ratio-calculator.css +276 -0
  4. package/src/tool/aspectRatio/component.astro +0 -278
  5. package/src/tool/calculadoraTiempoDatos/component.astro +0 -524
  6. package/src/tool/calculadoraTiempoDatos/data-time-calculator-web-speed-impact.css +522 -0
  7. package/src/tool/colorConverter/color-converter-rgb-hex-hsl.css +262 -0
  8. package/src/tool/colorConverter/component.astro +0 -264
  9. package/src/tool/conversorExcelCsvHtml/component.astro +0 -360
  10. package/src/tool/conversorExcelCsvHtml/excel-csv-html-table-converter.css +358 -0
  11. package/src/tool/cronGenerator/component.astro +0 -317
  12. package/src/tool/cronGenerator/cron.css +315 -0
  13. package/src/tool/cssSpecificityCalculator/component.astro +0 -205
  14. package/src/tool/cssSpecificityCalculator/css-specificity-calculator.css +203 -0
  15. package/src/tool/cssToInlineConverter/component.astro +0 -150
  16. package/src/tool/cssToInlineConverter/css-to-inline-converter.css +148 -0
  17. package/src/tool/duplicateCssRemover/component.astro +0 -197
  18. package/src/tool/duplicateCssRemover/duplicate-css-remover.css +195 -0
  19. package/src/tool/generadorSecurityTxt/component.astro +0 -231
  20. package/src/tool/generadorSecurityTxt/security-txt-generator-rfc-9116.css +229 -0
  21. package/src/tool/hashGenerator/component.astro +0 -229
  22. package/src/tool/hashGenerator/hash-generator.css +227 -0
  23. package/src/tool/inspectorCertificadosSsl/component.astro +0 -261
  24. package/src/tool/inspectorCertificadosSsl/ssl-tls-certificate-inspector.css +259 -0
  25. package/src/tool/jsonFormatter/component.astro +0 -346
  26. package/src/tool/jsonFormatter/json-formatter.css +344 -0
  27. package/src/tool/keycode/component.astro +0 -298
  28. package/src/tool/keycode/keycode.css +296 -0
  29. package/src/tool/llmCostCalculator/component.astro +0 -253
  30. package/src/tool/llmCostCalculator/llm-cost-calculator.css +251 -0
  31. package/src/tool/mobileMockupGenerator/component.astro +0 -906
  32. package/src/tool/mobileMockupGenerator/mobile-mockup-generator.css +904 -0
  33. package/src/tool/musicalTypography/component.astro +0 -291
  34. package/src/tool/musicalTypography/musical-typography.css +289 -0
  35. package/src/tool/placeholderGenerator/component.astro +0 -255
  36. package/src/tool/placeholderGenerator/placeholder-image-generator.css +253 -0
  37. package/src/tool/promptLibrary/component.astro +0 -689
  38. package/src/tool/promptLibrary/prompt-library.css +687 -0
  39. package/src/tool/readabilityCalculator/component.astro +0 -322
  40. package/src/tool/readabilityCalculator/visual-readability-calculator-wcag-apca.css +320 -0
  41. package/src/tool/svgSanitizer/component.astro +0 -289
  42. package/src/tool/svgSanitizer/svg-sanitizer.css +287 -0
  43. package/src/tool/svgToCss/component.astro +0 -196
  44. package/src/tool/svgToCss/svg-to-css-converter.css +194 -0
  45. package/src/tool/urlCleaner/component.astro +0 -282
  46. package/src/tool/urlCleaner/url-tracking-cleaner.css +280 -0
  47. package/src/tool/urlEncoderDecoder/component.astro +0 -168
  48. package/src/tool/urlEncoderDecoder/url-encoder-decoder.css +166 -0
  49. package/src/tool/utmGenerator/component.astro +0 -156
  50. package/src/tool/utmGenerator/utm-generator.css +154 -0
@@ -317,264 +317,3 @@ const t = (ui ?? {}) as InspectorCertificadosSslUI;
317
317
  }
318
318
  </script>
319
319
 
320
- <style>
321
- .ics-root {
322
- width: 100%;
323
- }
324
-
325
- .ics-container {
326
- display: flex;
327
- flex-direction: column;
328
- gap: 2rem;
329
- width: 100%;
330
- }
331
-
332
- .ics-drop-zone {
333
- border: 2px dashed rgba(16, 185, 129, 0.3);
334
- border-radius: 1.5rem;
335
- padding: 4rem 2rem;
336
- text-align: center;
337
- background: rgba(255, 255, 255, 0.05);
338
- backdrop-filter: blur(10px);
339
- transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
340
- cursor: pointer;
341
- position: relative;
342
- overflow: hidden;
343
- }
344
-
345
- :global(.theme-dark) .ics-drop-zone {
346
- background: rgba(255, 255, 255, 0.03);
347
- }
348
-
349
- .ics-drop-zone:hover,
350
- .ics-drop-zone.ics-drag-active {
351
- border-color: var(--ics-theme-color, #10b981);
352
- background: rgba(16, 185, 129, 0.05);
353
- transform: translateY(-4px);
354
- box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
355
- }
356
-
357
- .ics-drop-zone-content {
358
- display: flex;
359
- flex-direction: column;
360
- align-items: center;
361
- gap: 1rem;
362
- pointer-events: none;
363
- }
364
-
365
- .ics-icon-wrapper {
366
- width: 80px;
367
- height: 80px;
368
- background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05));
369
- border-radius: 50%;
370
- display: flex;
371
- align-items: center;
372
- justify-content: center;
373
- font-size: 2.5rem;
374
- color: var(--ics-theme-color, #10b981);
375
- margin-bottom: 1rem;
376
- box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
377
- }
378
-
379
- .ics-certificate-icon {
380
- width: 2.5rem;
381
- height: 2.5rem;
382
- }
383
-
384
- .ics-drop-zone-title {
385
- font-size: 1.5rem;
386
- font-weight: 700;
387
- color: rgb(30, 41, 59);
388
- margin: 0;
389
- }
390
-
391
- :global(.theme-dark) .ics-drop-zone-title {
392
- color: rgb(226, 232, 240);
393
- }
394
-
395
- .ics-drop-zone-text {
396
- color: rgb(100, 116, 139);
397
- margin: 0;
398
- }
399
-
400
- :global(.theme-dark) .ics-drop-zone-text {
401
- color: rgb(148, 163, 184);
402
- }
403
-
404
- .ics-drop-zone-subtext {
405
- color: rgb(148, 163, 184);
406
- margin: 0;
407
- }
408
-
409
- :global(.theme-dark) .ics-drop-zone-subtext {
410
- color: rgb(100, 116, 139);
411
- }
412
-
413
- .ics-file-input {
414
- position: absolute;
415
- inset: 0;
416
- opacity: 0;
417
- cursor: pointer;
418
- }
419
-
420
- .ics-results-grid {
421
- display: none;
422
- grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
423
- gap: 1.5rem;
424
- opacity: 0;
425
- transform: translateY(20px);
426
- transition: all 0.5s ease;
427
- }
428
-
429
- .ics-results-grid.ics-visible {
430
- display: grid;
431
- opacity: 1;
432
- transform: translateY(0);
433
- }
434
-
435
- .ics-card {
436
- background: rgba(255, 255, 255, 0.5);
437
- border: 1px solid rgba(0, 0, 0, 0.05);
438
- border-radius: 1.25rem;
439
- padding: 1.5rem;
440
- backdrop-filter: blur(10px);
441
- display: flex;
442
- flex-direction: column;
443
- gap: 1rem;
444
- transition: transform 0.3s ease, background 0.3s ease;
445
- }
446
-
447
- :global(.theme-dark) .ics-card {
448
- background: rgba(255, 255, 255, 0.03);
449
- border: 1px solid rgba(255, 255, 255, 0.08);
450
- }
451
-
452
- .ics-card:hover {
453
- transform: translateY(-2px);
454
- border-color: rgba(255, 255, 255, 0.15);
455
- }
456
-
457
- .ics-card-header {
458
- display: flex;
459
- align-items: center;
460
- gap: 0.75rem;
461
- padding-bottom: 0.75rem;
462
- border-bottom: 1px solid rgba(255, 255, 255, 0.05);
463
- }
464
-
465
- .ics-card-icon {
466
- font-size: 1.25rem;
467
- color: var(--ics-theme-color, #10b981);
468
- width: 1.25rem;
469
- height: 1.25rem;
470
- }
471
-
472
- .ics-card-header h4 {
473
- margin: 0;
474
- font-size: 0.9rem;
475
- font-weight: 700;
476
- text-transform: uppercase;
477
- letter-spacing: 0.05em;
478
- color: rgb(30, 41, 59);
479
- opacity: 0.8;
480
- }
481
-
482
- :global(.theme-dark) .ics-card-header h4 {
483
- color: rgb(226, 232, 240);
484
- }
485
-
486
- .ics-card-content {
487
- overflow-wrap: break-word;
488
- }
489
-
490
- .ics-data-item {
491
- display: flex;
492
- flex-direction: column;
493
- gap: 0.25rem;
494
- margin-bottom: 1rem;
495
- }
496
-
497
- .ics-data-label {
498
- font-size: 0.75rem;
499
- color: rgb(71, 85, 105);
500
- font-weight: 600;
501
- text-transform: uppercase;
502
- letter-spacing: 0.025em;
503
- }
504
-
505
- :global(.theme-dark) .ics-data-label {
506
- color: rgb(148, 163, 184);
507
- }
508
-
509
- .ics-data-value {
510
- font-size: 1rem;
511
- color: rgb(15, 23, 42);
512
- line-height: 1.5;
513
- word-break: break-all;
514
- }
515
-
516
- :global(.theme-dark) .ics-data-value {
517
- color: rgb(226, 232, 240);
518
- }
519
-
520
- .ics-status-badge {
521
- display: inline-flex;
522
- align-items: center;
523
- padding: 0.25rem 0.75rem;
524
- border-radius: 2rem;
525
- font-size: 0.75rem;
526
- font-weight: 600;
527
- }
528
-
529
- .ics-status-symbol {
530
- font-weight: bold;
531
- }
532
-
533
- .ics-status-valid {
534
- background: rgba(34, 197, 94, 0.1);
535
- color: #22c55e;
536
- border: 1px solid rgba(34, 197, 94, 0.2);
537
- }
538
-
539
- .ics-status-expired {
540
- background: rgba(239, 68, 68, 0.1);
541
- color: #ef4444;
542
- border: 1px solid rgba(239, 68, 68, 0.2);
543
- }
544
-
545
- .ics-fingerprint {
546
- background: rgba(0, 0, 0, 0.05);
547
- padding: 0.75rem;
548
- border-radius: 0.75rem;
549
- font-size: 0.85rem;
550
- color: rgb(30, 41, 59);
551
- word-break: break-all;
552
- border: 1px solid rgba(0, 0, 0, 0.05);
553
- }
554
-
555
- :global(.theme-dark) .ics-fingerprint {
556
- background: rgba(0, 0, 0, 0.2);
557
- color: rgb(212, 212, 212);
558
- border: 1px solid rgba(255, 255, 255, 0.03);
559
- }
560
-
561
- .ics-error-message {
562
- background: rgba(239, 68, 68, 0.1);
563
- border: 1px solid rgba(239, 68, 68, 0.2);
564
- color: #ef4444;
565
- padding: 1rem;
566
- border-radius: 1rem;
567
- text-align: center;
568
- display: none;
569
- }
570
-
571
- @media (max-width: 768px) {
572
- .ics-drop-zone {
573
- padding: 3rem 1.5rem;
574
- }
575
-
576
- .ics-results-grid {
577
- grid-template-columns: 1fr;
578
- }
579
- }
580
- </style>
@@ -0,0 +1,259 @@
1
+ .ics-root {
2
+ width: 100%;
3
+ }
4
+
5
+ .ics-container {
6
+ display: flex;
7
+ flex-direction: column;
8
+ gap: 2rem;
9
+ width: 100%;
10
+ }
11
+
12
+ .ics-drop-zone {
13
+ border: 2px dashed rgba(16, 185, 129, 0.3);
14
+ border-radius: 1.5rem;
15
+ padding: 4rem 2rem;
16
+ text-align: center;
17
+ background: rgba(255, 255, 255, 0.05);
18
+ backdrop-filter: blur(10px);
19
+ transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
20
+ cursor: pointer;
21
+ position: relative;
22
+ overflow: hidden;
23
+ }
24
+
25
+ .theme-dark .ics-drop-zone {
26
+ background: rgba(255, 255, 255, 0.03);
27
+ }
28
+
29
+ .ics-drop-zone:hover,
30
+ .ics-drop-zone.ics-drag-active {
31
+ border-color: var(--ics-theme-color, #10b981);
32
+ background: rgba(16, 185, 129, 0.05);
33
+ transform: translateY(-4px);
34
+ box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
35
+ }
36
+
37
+ .ics-drop-zone-content {
38
+ display: flex;
39
+ flex-direction: column;
40
+ align-items: center;
41
+ gap: 1rem;
42
+ pointer-events: none;
43
+ }
44
+
45
+ .ics-icon-wrapper {
46
+ width: 80px;
47
+ height: 80px;
48
+ background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05));
49
+ border-radius: 50%;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ font-size: 2.5rem;
54
+ color: var(--ics-theme-color, #10b981);
55
+ margin-bottom: 1rem;
56
+ box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
57
+ }
58
+
59
+ .ics-certificate-icon {
60
+ width: 2.5rem;
61
+ height: 2.5rem;
62
+ }
63
+
64
+ .ics-drop-zone-title {
65
+ font-size: 1.5rem;
66
+ font-weight: 700;
67
+ color: rgb(30, 41, 59);
68
+ margin: 0;
69
+ }
70
+
71
+ .theme-dark .ics-drop-zone-title {
72
+ color: rgb(226, 232, 240);
73
+ }
74
+
75
+ .ics-drop-zone-text {
76
+ color: rgb(100, 116, 139);
77
+ margin: 0;
78
+ }
79
+
80
+ .theme-dark .ics-drop-zone-text {
81
+ color: rgb(148, 163, 184);
82
+ }
83
+
84
+ .ics-drop-zone-subtext {
85
+ color: rgb(148, 163, 184);
86
+ margin: 0;
87
+ }
88
+
89
+ .theme-dark .ics-drop-zone-subtext {
90
+ color: rgb(100, 116, 139);
91
+ }
92
+
93
+ .ics-file-input {
94
+ position: absolute;
95
+ inset: 0;
96
+ opacity: 0;
97
+ cursor: pointer;
98
+ }
99
+
100
+ .ics-results-grid {
101
+ display: none;
102
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
103
+ gap: 1.5rem;
104
+ opacity: 0;
105
+ transform: translateY(20px);
106
+ transition: all 0.5s ease;
107
+ }
108
+
109
+ .ics-results-grid.ics-visible {
110
+ display: grid;
111
+ opacity: 1;
112
+ transform: translateY(0);
113
+ }
114
+
115
+ .ics-card {
116
+ background: rgba(255, 255, 255, 0.5);
117
+ border: 1px solid rgba(0, 0, 0, 0.05);
118
+ border-radius: 1.25rem;
119
+ padding: 1.5rem;
120
+ backdrop-filter: blur(10px);
121
+ display: flex;
122
+ flex-direction: column;
123
+ gap: 1rem;
124
+ transition: transform 0.3s ease, background 0.3s ease;
125
+ }
126
+
127
+ .theme-dark .ics-card {
128
+ background: rgba(255, 255, 255, 0.03);
129
+ border: 1px solid rgba(255, 255, 255, 0.08);
130
+ }
131
+
132
+ .ics-card:hover {
133
+ transform: translateY(-2px);
134
+ border-color: rgba(255, 255, 255, 0.15);
135
+ }
136
+
137
+ .ics-card-header {
138
+ display: flex;
139
+ align-items: center;
140
+ gap: 0.75rem;
141
+ padding-bottom: 0.75rem;
142
+ border-bottom: 1px solid rgba(255, 255, 255, 0.05);
143
+ }
144
+
145
+ .ics-card-icon {
146
+ font-size: 1.25rem;
147
+ color: var(--ics-theme-color, #10b981);
148
+ width: 1.25rem;
149
+ height: 1.25rem;
150
+ }
151
+
152
+ .ics-card-header h4 {
153
+ margin: 0;
154
+ font-size: 0.9rem;
155
+ font-weight: 700;
156
+ text-transform: uppercase;
157
+ letter-spacing: 0.05em;
158
+ color: rgb(30, 41, 59);
159
+ opacity: 0.8;
160
+ }
161
+
162
+ .theme-dark .ics-card-header h4 {
163
+ color: rgb(226, 232, 240);
164
+ }
165
+
166
+ .ics-card-content {
167
+ overflow-wrap: break-word;
168
+ }
169
+
170
+ .ics-data-item {
171
+ display: flex;
172
+ flex-direction: column;
173
+ gap: 0.25rem;
174
+ margin-bottom: 1rem;
175
+ }
176
+
177
+ .ics-data-label {
178
+ font-size: 0.75rem;
179
+ color: rgb(71, 85, 105);
180
+ font-weight: 600;
181
+ text-transform: uppercase;
182
+ letter-spacing: 0.025em;
183
+ }
184
+
185
+ .theme-dark .ics-data-label {
186
+ color: rgb(148, 163, 184);
187
+ }
188
+
189
+ .ics-data-value {
190
+ font-size: 1rem;
191
+ color: rgb(15, 23, 42);
192
+ line-height: 1.5;
193
+ word-break: break-all;
194
+ }
195
+
196
+ .theme-dark .ics-data-value {
197
+ color: rgb(226, 232, 240);
198
+ }
199
+
200
+ .ics-status-badge {
201
+ display: inline-flex;
202
+ align-items: center;
203
+ padding: 0.25rem 0.75rem;
204
+ border-radius: 2rem;
205
+ font-size: 0.75rem;
206
+ font-weight: 600;
207
+ }
208
+
209
+ .ics-status-symbol {
210
+ font-weight: bold;
211
+ }
212
+
213
+ .ics-status-valid {
214
+ background: rgba(34, 197, 94, 0.1);
215
+ color: #22c55e;
216
+ border: 1px solid rgba(34, 197, 94, 0.2);
217
+ }
218
+
219
+ .ics-status-expired {
220
+ background: rgba(239, 68, 68, 0.1);
221
+ color: #ef4444;
222
+ border: 1px solid rgba(239, 68, 68, 0.2);
223
+ }
224
+
225
+ .ics-fingerprint {
226
+ background: rgba(0, 0, 0, 0.05);
227
+ padding: 0.75rem;
228
+ border-radius: 0.75rem;
229
+ font-size: 0.85rem;
230
+ color: rgb(30, 41, 59);
231
+ word-break: break-all;
232
+ border: 1px solid rgba(0, 0, 0, 0.05);
233
+ }
234
+
235
+ .theme-dark .ics-fingerprint {
236
+ background: rgba(0, 0, 0, 0.2);
237
+ color: rgb(212, 212, 212);
238
+ border: 1px solid rgba(255, 255, 255, 0.03);
239
+ }
240
+
241
+ .ics-error-message {
242
+ background: rgba(239, 68, 68, 0.1);
243
+ border: 1px solid rgba(239, 68, 68, 0.2);
244
+ color: #ef4444;
245
+ padding: 1rem;
246
+ border-radius: 1rem;
247
+ text-align: center;
248
+ display: none;
249
+ }
250
+
251
+ @media (max-width: 768px) {
252
+ .ics-drop-zone {
253
+ padding: 3rem 1.5rem;
254
+ }
255
+
256
+ .ics-results-grid {
257
+ grid-template-columns: 1fr;
258
+ }
259
+ }