@jjlmoya/utils-developer 1.11.0 → 1.13.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 (100) hide show
  1. package/package.json +7 -4
  2. package/scripts/postinstall.mjs +27 -0
  3. package/src/entries.ts +74 -0
  4. package/src/tool/aspectRatio/aspect-ratio-calculator.css +276 -0
  5. package/src/tool/aspectRatio/component.astro +0 -278
  6. package/src/tool/aspectRatio/entry.ts +30 -0
  7. package/src/tool/aspectRatio/index.ts +2 -32
  8. package/src/tool/calculadoraTiempoDatos/component.astro +0 -524
  9. package/src/tool/calculadoraTiempoDatos/data-time-calculator-web-speed-impact.css +522 -0
  10. package/src/tool/calculadoraTiempoDatos/entry.ts +29 -0
  11. package/src/tool/calculadoraTiempoDatos/index.ts +2 -31
  12. package/src/tool/colorConverter/color-converter-rgb-hex-hsl.css +262 -0
  13. package/src/tool/colorConverter/component.astro +0 -264
  14. package/src/tool/colorConverter/entry.ts +29 -0
  15. package/src/tool/colorConverter/index.ts +2 -31
  16. package/src/tool/conversorExcelCsvHtml/component.astro +0 -360
  17. package/src/tool/conversorExcelCsvHtml/entry.ts +29 -0
  18. package/src/tool/conversorExcelCsvHtml/excel-csv-html-table-converter.css +358 -0
  19. package/src/tool/conversorExcelCsvHtml/index.ts +2 -31
  20. package/src/tool/cronGenerator/component.astro +0 -317
  21. package/src/tool/cronGenerator/cron.css +315 -0
  22. package/src/tool/cronGenerator/entry.ts +30 -0
  23. package/src/tool/cronGenerator/index.ts +2 -32
  24. package/src/tool/cssSpecificityCalculator/component.astro +0 -205
  25. package/src/tool/cssSpecificityCalculator/css-specificity-calculator.css +203 -0
  26. package/src/tool/cssSpecificityCalculator/entry.ts +30 -0
  27. package/src/tool/cssSpecificityCalculator/index.ts +2 -32
  28. package/src/tool/cssToInlineConverter/component.astro +0 -150
  29. package/src/tool/cssToInlineConverter/css-to-inline-converter.css +148 -0
  30. package/src/tool/cssToInlineConverter/entry.ts +30 -0
  31. package/src/tool/cssToInlineConverter/index.ts +2 -32
  32. package/src/tool/duplicateCssRemover/component.astro +0 -197
  33. package/src/tool/duplicateCssRemover/duplicate-css-remover.css +195 -0
  34. package/src/tool/duplicateCssRemover/entry.ts +30 -0
  35. package/src/tool/duplicateCssRemover/index.ts +2 -32
  36. package/src/tool/generadorSecurityTxt/component.astro +0 -231
  37. package/src/tool/generadorSecurityTxt/entry.ts +29 -0
  38. package/src/tool/generadorSecurityTxt/index.ts +2 -31
  39. package/src/tool/generadorSecurityTxt/security-txt-generator-rfc-9116.css +229 -0
  40. package/src/tool/hashGenerator/component.astro +0 -229
  41. package/src/tool/hashGenerator/entry.ts +29 -0
  42. package/src/tool/hashGenerator/hash-generator.css +227 -0
  43. package/src/tool/hashGenerator/index.ts +2 -31
  44. package/src/tool/inspectorCertificadosSsl/component.astro +0 -261
  45. package/src/tool/inspectorCertificadosSsl/entry.ts +45 -0
  46. package/src/tool/inspectorCertificadosSsl/index.ts +2 -47
  47. package/src/tool/inspectorCertificadosSsl/ssl-tls-certificate-inspector.css +259 -0
  48. package/src/tool/jsonFormatter/component.astro +0 -346
  49. package/src/tool/jsonFormatter/entry.ts +30 -0
  50. package/src/tool/jsonFormatter/index.ts +2 -32
  51. package/src/tool/jsonFormatter/json-formatter.css +344 -0
  52. package/src/tool/keycode/component.astro +0 -298
  53. package/src/tool/keycode/entry.ts +30 -0
  54. package/src/tool/keycode/index.ts +2 -32
  55. package/src/tool/keycode/keycode.css +296 -0
  56. package/src/tool/llmCostCalculator/component.astro +0 -253
  57. package/src/tool/llmCostCalculator/entry.ts +46 -0
  58. package/src/tool/llmCostCalculator/index.ts +2 -48
  59. package/src/tool/llmCostCalculator/llm-cost-calculator.css +251 -0
  60. package/src/tool/mobileMockupGenerator/component.astro +0 -906
  61. package/src/tool/mobileMockupGenerator/entry.ts +45 -0
  62. package/src/tool/mobileMockupGenerator/index.ts +2 -47
  63. package/src/tool/mobileMockupGenerator/mobile-mockup-generator.css +904 -0
  64. package/src/tool/musicalTypography/component.astro +0 -291
  65. package/src/tool/musicalTypography/entry.ts +29 -0
  66. package/src/tool/musicalTypography/index.ts +2 -31
  67. package/src/tool/musicalTypography/musical-typography.css +289 -0
  68. package/src/tool/placeholderGenerator/component.astro +0 -255
  69. package/src/tool/placeholderGenerator/entry.ts +46 -0
  70. package/src/tool/placeholderGenerator/index.ts +2 -48
  71. package/src/tool/placeholderGenerator/placeholder-image-generator.css +253 -0
  72. package/src/tool/promptLibrary/component.astro +0 -689
  73. package/src/tool/promptLibrary/entry.ts +45 -0
  74. package/src/tool/promptLibrary/index.ts +2 -47
  75. package/src/tool/promptLibrary/prompt-library.css +687 -0
  76. package/src/tool/readabilityCalculator/component.astro +0 -322
  77. package/src/tool/readabilityCalculator/entry.ts +45 -0
  78. package/src/tool/readabilityCalculator/index.ts +2 -47
  79. package/src/tool/readabilityCalculator/visual-readability-calculator-wcag-apca.css +320 -0
  80. package/src/tool/svgSanitizer/component.astro +0 -289
  81. package/src/tool/svgSanitizer/entry.ts +45 -0
  82. package/src/tool/svgSanitizer/index.ts +2 -47
  83. package/src/tool/svgSanitizer/svg-sanitizer.css +287 -0
  84. package/src/tool/svgToCss/component.astro +0 -196
  85. package/src/tool/svgToCss/entry.ts +30 -0
  86. package/src/tool/svgToCss/index.ts +2 -32
  87. package/src/tool/svgToCss/svg-to-css-converter.css +194 -0
  88. package/src/tool/urlCleaner/component.astro +0 -282
  89. package/src/tool/urlCleaner/entry.ts +45 -0
  90. package/src/tool/urlCleaner/index.ts +2 -47
  91. package/src/tool/urlCleaner/url-tracking-cleaner.css +280 -0
  92. package/src/tool/urlEncoderDecoder/component.astro +0 -168
  93. package/src/tool/urlEncoderDecoder/entry.ts +30 -0
  94. package/src/tool/urlEncoderDecoder/index.ts +2 -32
  95. package/src/tool/urlEncoderDecoder/url-encoder-decoder.css +166 -0
  96. package/src/tool/utmGenerator/component.astro +0 -156
  97. package/src/tool/utmGenerator/entry.ts +29 -0
  98. package/src/tool/utmGenerator/index.ts +2 -31
  99. package/src/tool/utmGenerator/utm-generator.css +154 -0
  100. package/src/tools.ts +1 -1
@@ -0,0 +1,227 @@
1
+ .hg-root {
2
+ width: 100%;
3
+ }
4
+
5
+ .hg-card {
6
+ background: #fff;
7
+ border: 1px solid rgb(226, 232, 240);
8
+ border-radius: 1.5rem;
9
+ overflow: hidden;
10
+ }
11
+
12
+ :global(.theme-dark) .hg-card {
13
+ background: rgb(15, 23, 42);
14
+ border-color: rgb(30, 41, 59);
15
+ }
16
+
17
+ .hg-input-block {
18
+ padding: 1.5rem;
19
+ display: flex;
20
+ flex-direction: column;
21
+ gap: 1rem;
22
+ }
23
+
24
+ .hg-field {
25
+ display: flex;
26
+ flex-direction: column;
27
+ gap: 0.5rem;
28
+ }
29
+
30
+ .hg-label {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 0.5rem;
34
+ font-size: 0.875rem;
35
+ font-weight: 600;
36
+ color: rgb(15, 23, 42);
37
+ }
38
+
39
+ :global(.theme-dark) .hg-label {
40
+ color: rgb(226, 232, 240);
41
+ }
42
+
43
+ .hg-label-icon {
44
+ width: 1rem;
45
+ height: 1rem;
46
+ color: rgb(99, 102, 241);
47
+ }
48
+
49
+ .hg-textarea {
50
+ width: 100%;
51
+ min-height: 100px;
52
+ padding: 0.75rem 1rem;
53
+ font-size: 0.875rem;
54
+ color: rgb(15, 23, 42);
55
+ background: rgb(248, 250, 252);
56
+ border: 1px solid rgb(226, 232, 240);
57
+ border-radius: 0.75rem;
58
+ resize: vertical;
59
+ transition: border-color 0.2s;
60
+ box-sizing: border-box;
61
+ }
62
+
63
+ .hg-textarea:focus {
64
+ outline: none;
65
+ border-color: rgb(99, 102, 241);
66
+ box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
67
+ }
68
+
69
+ :global(.theme-dark) .hg-textarea {
70
+ background: rgb(30, 41, 59);
71
+ border-color: rgb(51, 65, 85);
72
+ color: rgb(226, 232, 240);
73
+ }
74
+
75
+ .hg-options-row {
76
+ display: grid;
77
+ grid-template-columns: 1fr 1fr;
78
+ gap: 0.75rem;
79
+ }
80
+
81
+ .hg-option {
82
+ display: flex;
83
+ flex-direction: column;
84
+ gap: 0.25rem;
85
+ }
86
+
87
+ .hg-option-label {
88
+ font-size: 0.75rem;
89
+ font-weight: 600;
90
+ color: rgb(100, 116, 139);
91
+ }
92
+
93
+ .hg-option-input {
94
+ width: 100%;
95
+ padding: 0.5rem 0.75rem;
96
+ font-size: 0.8125rem;
97
+ color: rgb(15, 23, 42);
98
+ background: rgb(248, 250, 252);
99
+ border: 1px solid rgb(226, 232, 240);
100
+ border-radius: 0.5rem;
101
+ transition: border-color 0.2s;
102
+ box-sizing: border-box;
103
+ }
104
+
105
+ .hg-option-input:focus {
106
+ outline: none;
107
+ border-color: rgb(99, 102, 241);
108
+ }
109
+
110
+ :global(.theme-dark) .hg-option-input {
111
+ background: rgb(30, 41, 59);
112
+ border-color: rgb(51, 65, 85);
113
+ color: rgb(226, 232, 240);
114
+ }
115
+
116
+ .hg-divider {
117
+ height: 1px;
118
+ background: rgb(226, 232, 240);
119
+ }
120
+
121
+ :global(.theme-dark) .hg-divider {
122
+ background: rgb(30, 41, 59);
123
+ }
124
+
125
+ .hg-results-block {
126
+ display: flex;
127
+ flex-direction: column;
128
+ }
129
+
130
+ .hg-row {
131
+ display: flex;
132
+ align-items: center;
133
+ gap: 0.75rem;
134
+ padding: 0.75rem 1.5rem;
135
+ border-bottom: 1px solid rgb(241, 245, 249);
136
+ transition: background 0.15s;
137
+ }
138
+
139
+ .hg-row:last-child {
140
+ border-bottom: none;
141
+ }
142
+
143
+ .hg-row:hover {
144
+ background: rgb(248, 250, 252);
145
+ }
146
+
147
+ :global(.theme-dark) .hg-row {
148
+ border-bottom-color: rgb(30, 41, 59);
149
+ }
150
+
151
+ :global(.theme-dark) .hg-row:hover {
152
+ background: rgb(30, 41, 59);
153
+ }
154
+
155
+ .hg-badge {
156
+ flex-shrink: 0;
157
+ width: 4.5rem;
158
+ text-align: center;
159
+ padding: 0.125rem 0;
160
+ font-size: 0.6875rem;
161
+ font-weight: 700;
162
+ color: rgb(99, 102, 241);
163
+ background: rgba(99, 102, 241, 0.1);
164
+ border-radius: 9999px;
165
+ }
166
+
167
+ .hg-hash {
168
+ flex: 1;
169
+ font-size: 0.75rem;
170
+ color: rgb(71, 85, 105);
171
+ word-break: break-all;
172
+ line-height: 1.4;
173
+ }
174
+
175
+ :global(.theme-dark) .hg-hash {
176
+ color: rgb(148, 163, 184);
177
+ }
178
+
179
+ .hg-copy-btn {
180
+ flex-shrink: 0;
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ width: 1.75rem;
185
+ height: 1.75rem;
186
+ background: transparent;
187
+ border: 1px solid rgb(226, 232, 240);
188
+ border-radius: 0.375rem;
189
+ cursor: pointer;
190
+ color: rgb(148, 163, 184);
191
+ transition: all 0.15s;
192
+ }
193
+
194
+ .hg-copy-btn:hover {
195
+ background: rgb(241, 245, 249);
196
+ color: rgb(99, 102, 241);
197
+ border-color: rgb(99, 102, 241);
198
+ }
199
+
200
+ .hg-copy-btn:active {
201
+ transform: scale(0.92);
202
+ }
203
+
204
+ :global(.theme-dark) .hg-copy-btn {
205
+ border-color: rgb(51, 65, 85);
206
+ color: rgb(100, 116, 139);
207
+ }
208
+
209
+ :global(.theme-dark) .hg-copy-btn:hover {
210
+ background: rgb(51, 65, 85);
211
+ color: rgb(99, 102, 241);
212
+ }
213
+
214
+ .hg-copy-icon {
215
+ width: 0.875rem;
216
+ height: 0.875rem;
217
+ }
218
+
219
+ @media (max-width: 480px) {
220
+ .hg-options-row {
221
+ grid-template-columns: 1fr;
222
+ }
223
+
224
+ .hg-row {
225
+ padding: 0.625rem 1rem;
226
+ }
227
+ }
@@ -1,34 +1,5 @@
1
- import type { DeveloperToolEntry, ToolLocaleContent, ToolDefinition } from '../../types';
2
- import type { HashGeneratorUI } from './ui';
3
-
4
- export type HashGeneratorLocaleContent = ToolLocaleContent<HashGeneratorUI>;
5
-
6
- export const hashGenerator: DeveloperToolEntry<HashGeneratorUI> = {
7
- id: 'hash-generator',
8
- icons: {
9
- bg: 'mdi:shield-lock',
10
- fg: 'mdi:pound',
11
- },
12
- i18n: {
13
- de: async () => (await import('./i18n/de')).content,
14
- en: async () => (await import('./i18n/en')).content,
15
- es: async () => (await import('./i18n/es')).content,
16
- fr: async () => (await import('./i18n/fr')).content,
17
- id: async () => (await import('./i18n/id')).content,
18
- it: async () => (await import('./i18n/it')).content,
19
- ja: async () => (await import('./i18n/ja')).content,
20
- ko: async () => (await import('./i18n/ko')).content,
21
- nl: async () => (await import('./i18n/nl')).content,
22
- pl: async () => (await import('./i18n/pl')).content,
23
- pt: async () => (await import('./i18n/pt')).content,
24
- ru: async () => (await import('./i18n/ru')).content,
25
- sv: async () => (await import('./i18n/sv')).content,
26
- tr: async () => (await import('./i18n/tr')).content,
27
- zh: async () => (await import('./i18n/zh')).content,
28
- },
29
- };
30
-
31
-
1
+ import { hashGenerator } from './entry';
2
+ export * from './entry';
32
3
  export const HASH_GENERATOR_TOOL: ToolDefinition = {
33
4
  entry: hashGenerator,
34
5
  Component: () => import('./component.astro'),
@@ -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,45 @@
1
+ import type { DeveloperToolEntry, ToolLocaleContent } from '../../types';
2
+ import type { InspectorCertificadosSslUI } from './ui';
3
+
4
+ export type InspectorCertificadosSslLocaleContent = ToolLocaleContent<InspectorCertificadosSslUI>;
5
+
6
+ import { content as es } from './i18n/es';
7
+ import { content as en } from './i18n/en';
8
+ import { content as fr } from './i18n/fr';
9
+ import { content as de } from './i18n/de';
10
+ import { content as it } from './i18n/it';
11
+ import { content as ja } from './i18n/ja';
12
+ import { content as ko } from './i18n/ko';
13
+ import { content as nl } from './i18n/nl';
14
+ import { content as pl } from './i18n/pl';
15
+ import { content as pt } from './i18n/pt';
16
+ import { content as ru } from './i18n/ru';
17
+ import { content as sv } from './i18n/sv';
18
+ import { content as tr } from './i18n/tr';
19
+ import { content as zh } from './i18n/zh';
20
+ import { content as id } from './i18n/id';
21
+
22
+ export const inspectorCertificadosSsl: DeveloperToolEntry<InspectorCertificadosSslUI> = {
23
+ id: 'inspector-certificados-ssl',
24
+ icons: {
25
+ bg: 'mdi:security',
26
+ fg: 'mdi:certificate',
27
+ },
28
+ i18n: {
29
+ es: async () => es,
30
+ en: async () => en,
31
+ fr: async () => fr,
32
+ de: async () => de,
33
+ it: async () => it,
34
+ ja: async () => ja,
35
+ ko: async () => ko,
36
+ nl: async () => nl,
37
+ pl: async () => pl,
38
+ pt: async () => pt,
39
+ ru: async () => ru,
40
+ sv: async () => sv,
41
+ tr: async () => tr,
42
+ zh: async () => zh,
43
+ id: async () => id,
44
+ },
45
+ };
@@ -1,50 +1,5 @@
1
- import type { DeveloperToolEntry, ToolLocaleContent, ToolDefinition } from '../../types';
2
- import type { InspectorCertificadosSslUI } from './ui';
3
-
4
- export type InspectorCertificadosSslLocaleContent = ToolLocaleContent<InspectorCertificadosSslUI>;
5
-
6
- import { content as es } from './i18n/es';
7
- import { content as en } from './i18n/en';
8
- import { content as fr } from './i18n/fr';
9
- import { content as de } from './i18n/de';
10
- import { content as it } from './i18n/it';
11
- import { content as ja } from './i18n/ja';
12
- import { content as ko } from './i18n/ko';
13
- import { content as nl } from './i18n/nl';
14
- import { content as pl } from './i18n/pl';
15
- import { content as pt } from './i18n/pt';
16
- import { content as ru } from './i18n/ru';
17
- import { content as sv } from './i18n/sv';
18
- import { content as tr } from './i18n/tr';
19
- import { content as zh } from './i18n/zh';
20
- import { content as id } from './i18n/id';
21
-
22
- export const inspectorCertificadosSsl: DeveloperToolEntry<InspectorCertificadosSslUI> = {
23
- id: 'inspector-certificados-ssl',
24
- icons: {
25
- bg: 'mdi:security',
26
- fg: 'mdi:certificate',
27
- },
28
- i18n: {
29
- es: async () => es,
30
- en: async () => en,
31
- fr: async () => fr,
32
- de: async () => de,
33
- it: async () => it,
34
- ja: async () => ja,
35
- ko: async () => ko,
36
- nl: async () => nl,
37
- pl: async () => pl,
38
- pt: async () => pt,
39
- ru: async () => ru,
40
- sv: async () => sv,
41
- tr: async () => tr,
42
- zh: async () => zh,
43
- id: async () => id,
44
- },
45
- };
46
-
47
-
1
+ import { inspectorCertificadosSsl } from './entry';
2
+ export * from './entry';
48
3
  export const INSPECTOR_CERTIFICADOS_SSL_TOOL: ToolDefinition = {
49
4
  entry: inspectorCertificadosSsl,
50
5
  Component: () => import('./component.astro'),