@cnc_cbz/usefultools-plugin-official 1.0.3 → 1.0.5
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/dist/base-converter.mjs +5 -256
- package/dist/case-converter.mjs +5 -256
- package/dist/chmod-calculator.mjs +5 -256
- package/dist/color-converter.mjs +5 -256
- package/dist/cron-expression.mjs +5 -256
- package/dist/cyber-chef.mjs +5 -256
- package/dist/hash-generator.mjs +5 -256
- package/dist/html-entity.mjs +5 -256
- package/dist/image-compressor.mjs +5 -256
- package/dist/ip-subnet.mjs +5 -256
- package/dist/js-runner.mjs +73 -350
- package/dist/json-diff.mjs +5 -256
- package/dist/json-formatter.mjs +5 -256
- package/dist/json-yaml.mjs +5 -256
- package/dist/jwt-parser.mjs +5 -256
- package/dist/lorem-ipsum.mjs +5 -256
- package/dist/markdown-preview.mjs +5 -256
- package/dist/password-generator.mjs +5 -256
- package/dist/qr-generator.mjs +5 -256
- package/dist/regex-tester.mjs +5 -256
- package/dist/sql-formatter.mjs +5 -256
- package/dist/text-diff.mjs +5 -256
- package/dist/text-stats.mjs +5 -256
- package/dist/timestamp-converter.mjs +5 -256
- package/dist/translator.mjs +5 -256
- package/dist/url-codec.mjs +5 -256
- package/dist/uuid-generator.mjs +5 -256
- package/package.json +1 -1
package/dist/lorem-ipsum.mjs
CHANGED
|
@@ -245,7 +245,7 @@ export {
|
|
|
245
245
|
_sfc_main as default
|
|
246
246
|
};
|
|
247
247
|
|
|
248
|
-
;(function(){var
|
|
248
|
+
;(function(){var c=typeof __exports__!=="undefined"&&__exports__;var d=c&&(c.default||c);if(d)d.__pluginCss=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
249
249
|
@layer properties {
|
|
250
250
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
251
251
|
*, :before, :after, ::backdrop {
|
|
@@ -300,10 +300,8 @@ export {
|
|
|
300
300
|
|
|
301
301
|
@layer theme {
|
|
302
302
|
:root, :host {
|
|
303
|
-
--font-
|
|
304
|
-
|
|
305
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
306
|
-
"Courier New", monospace;
|
|
303
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
304
|
+
monospace;
|
|
307
305
|
--color-gray-100: oklch(96.7% .003 264.542);
|
|
308
306
|
--color-gray-200: oklch(92.8% .006 264.531);
|
|
309
307
|
--color-gray-300: oklch(87.2% .01 258.338);
|
|
@@ -343,8 +341,6 @@ export {
|
|
|
343
341
|
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
344
342
|
--default-transition-duration: .15s;
|
|
345
343
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
346
|
-
--default-font-family: var(--font-sans);
|
|
347
|
-
--default-mono-font-family: var(--font-mono);
|
|
348
344
|
--color-primary: #f9b11f;
|
|
349
345
|
--color-bg-dark: #231c0f;
|
|
350
346
|
--color-electric-blue: #3b82f6;
|
|
@@ -357,254 +353,7 @@ export {
|
|
|
357
353
|
}
|
|
358
354
|
}
|
|
359
355
|
|
|
360
|
-
@layer base
|
|
361
|
-
*, :after, :before, ::backdrop {
|
|
362
|
-
box-sizing: border-box;
|
|
363
|
-
border: 0 solid;
|
|
364
|
-
margin: 0;
|
|
365
|
-
padding: 0;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
::file-selector-button {
|
|
369
|
-
box-sizing: border-box;
|
|
370
|
-
border: 0 solid;
|
|
371
|
-
margin: 0;
|
|
372
|
-
padding: 0;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
html, :host {
|
|
376
|
-
-webkit-text-size-adjust: 100%;
|
|
377
|
-
tab-size: 4;
|
|
378
|
-
line-height: 1.5;
|
|
379
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
380
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
381
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
382
|
-
-webkit-tap-highlight-color: transparent;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
hr {
|
|
386
|
-
height: 0;
|
|
387
|
-
color: inherit;
|
|
388
|
-
border-top-width: 1px;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
abbr:where([title]) {
|
|
392
|
-
-webkit-text-decoration: underline dotted;
|
|
393
|
-
text-decoration: underline dotted;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
h1, h2, h3, h4, h5, h6 {
|
|
397
|
-
font-size: inherit;
|
|
398
|
-
font-weight: inherit;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
a {
|
|
402
|
-
color: inherit;
|
|
403
|
-
-webkit-text-decoration: inherit;
|
|
404
|
-
-webkit-text-decoration: inherit;
|
|
405
|
-
-webkit-text-decoration: inherit;
|
|
406
|
-
text-decoration: inherit;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
b, strong {
|
|
410
|
-
font-weight: bolder;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
code, kbd, samp, pre {
|
|
414
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
415
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
416
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
417
|
-
font-size: 1em;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
small {
|
|
421
|
-
font-size: 80%;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
sub, sup {
|
|
425
|
-
vertical-align: baseline;
|
|
426
|
-
font-size: 75%;
|
|
427
|
-
line-height: 0;
|
|
428
|
-
position: relative;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
sub {
|
|
432
|
-
bottom: -.25em;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
sup {
|
|
436
|
-
top: -.5em;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
table {
|
|
440
|
-
text-indent: 0;
|
|
441
|
-
border-color: inherit;
|
|
442
|
-
border-collapse: collapse;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
:-moz-focusring {
|
|
446
|
-
outline: auto;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
progress {
|
|
450
|
-
vertical-align: baseline;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
summary {
|
|
454
|
-
display: list-item;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
ol, ul, menu {
|
|
458
|
-
list-style: none;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
462
|
-
vertical-align: middle;
|
|
463
|
-
display: block;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
img, video {
|
|
467
|
-
max-width: 100%;
|
|
468
|
-
height: auto;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
button, input, select, optgroup, textarea {
|
|
472
|
-
font: inherit;
|
|
473
|
-
font-feature-settings: inherit;
|
|
474
|
-
font-variation-settings: inherit;
|
|
475
|
-
letter-spacing: inherit;
|
|
476
|
-
color: inherit;
|
|
477
|
-
opacity: 1;
|
|
478
|
-
background-color: #0000;
|
|
479
|
-
border-radius: 0;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
::file-selector-button {
|
|
483
|
-
font: inherit;
|
|
484
|
-
font-feature-settings: inherit;
|
|
485
|
-
font-variation-settings: inherit;
|
|
486
|
-
letter-spacing: inherit;
|
|
487
|
-
color: inherit;
|
|
488
|
-
opacity: 1;
|
|
489
|
-
background-color: #0000;
|
|
490
|
-
border-radius: 0;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
494
|
-
font-weight: bolder;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
498
|
-
padding-inline-start: 20px;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
::file-selector-button {
|
|
502
|
-
margin-inline-end: 4px;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
::placeholder {
|
|
506
|
-
opacity: 1;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
510
|
-
::placeholder {
|
|
511
|
-
color: currentColor;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
515
|
-
::placeholder {
|
|
516
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
textarea {
|
|
522
|
-
resize: vertical;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
::-webkit-search-decoration {
|
|
526
|
-
-webkit-appearance: none;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
::-webkit-date-and-time-value {
|
|
530
|
-
min-height: 1lh;
|
|
531
|
-
text-align: inherit;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
::-webkit-datetime-edit {
|
|
535
|
-
display: inline-flex;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
539
|
-
padding: 0;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
::-webkit-datetime-edit {
|
|
543
|
-
padding-block: 0;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
::-webkit-datetime-edit-year-field {
|
|
547
|
-
padding-block: 0;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
::-webkit-datetime-edit-month-field {
|
|
551
|
-
padding-block: 0;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
::-webkit-datetime-edit-day-field {
|
|
555
|
-
padding-block: 0;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
::-webkit-datetime-edit-hour-field {
|
|
559
|
-
padding-block: 0;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
::-webkit-datetime-edit-minute-field {
|
|
563
|
-
padding-block: 0;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
::-webkit-datetime-edit-second-field {
|
|
567
|
-
padding-block: 0;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
571
|
-
padding-block: 0;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
575
|
-
padding-block: 0;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
::-webkit-calendar-picker-indicator {
|
|
579
|
-
line-height: 1;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
:-moz-ui-invalid {
|
|
583
|
-
box-shadow: none;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
587
|
-
appearance: button;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
::file-selector-button {
|
|
591
|
-
appearance: button;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
::-webkit-inner-spin-button {
|
|
595
|
-
height: auto;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
::-webkit-outer-spin-button {
|
|
599
|
-
height: auto;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
603
|
-
display: none !important;
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
@layer components;
|
|
356
|
+
@layer base, components;
|
|
608
357
|
|
|
609
358
|
@layer utilities {
|
|
610
359
|
.pointer-events-none {
|
|
@@ -2448,4 +2197,4 @@ export {
|
|
|
2448
2197
|
opacity: .5;
|
|
2449
2198
|
}
|
|
2450
2199
|
}
|
|
2451
|
-
`;
|
|
2200
|
+
`;})();
|
|
@@ -146,7 +146,7 @@ export {
|
|
|
146
146
|
index as default
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
;(function(){var
|
|
149
|
+
;(function(){var c=typeof __exports__!=="undefined"&&__exports__;var d=c&&(c.default||c);if(d)d.__pluginCss=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
150
150
|
@layer properties {
|
|
151
151
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
152
152
|
*, :before, :after, ::backdrop {
|
|
@@ -201,10 +201,8 @@ export {
|
|
|
201
201
|
|
|
202
202
|
@layer theme {
|
|
203
203
|
:root, :host {
|
|
204
|
-
--font-
|
|
205
|
-
|
|
206
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
207
|
-
"Courier New", monospace;
|
|
204
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
205
|
+
monospace;
|
|
208
206
|
--color-gray-100: oklch(96.7% .003 264.542);
|
|
209
207
|
--color-gray-200: oklch(92.8% .006 264.531);
|
|
210
208
|
--color-gray-300: oklch(87.2% .01 258.338);
|
|
@@ -244,8 +242,6 @@ export {
|
|
|
244
242
|
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
245
243
|
--default-transition-duration: .15s;
|
|
246
244
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
247
|
-
--default-font-family: var(--font-sans);
|
|
248
|
-
--default-mono-font-family: var(--font-mono);
|
|
249
245
|
--color-primary: #f9b11f;
|
|
250
246
|
--color-bg-dark: #231c0f;
|
|
251
247
|
--color-electric-blue: #3b82f6;
|
|
@@ -258,254 +254,7 @@ export {
|
|
|
258
254
|
}
|
|
259
255
|
}
|
|
260
256
|
|
|
261
|
-
@layer base
|
|
262
|
-
*, :after, :before, ::backdrop {
|
|
263
|
-
box-sizing: border-box;
|
|
264
|
-
border: 0 solid;
|
|
265
|
-
margin: 0;
|
|
266
|
-
padding: 0;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
::file-selector-button {
|
|
270
|
-
box-sizing: border-box;
|
|
271
|
-
border: 0 solid;
|
|
272
|
-
margin: 0;
|
|
273
|
-
padding: 0;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
html, :host {
|
|
277
|
-
-webkit-text-size-adjust: 100%;
|
|
278
|
-
tab-size: 4;
|
|
279
|
-
line-height: 1.5;
|
|
280
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
281
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
282
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
283
|
-
-webkit-tap-highlight-color: transparent;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
hr {
|
|
287
|
-
height: 0;
|
|
288
|
-
color: inherit;
|
|
289
|
-
border-top-width: 1px;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
abbr:where([title]) {
|
|
293
|
-
-webkit-text-decoration: underline dotted;
|
|
294
|
-
text-decoration: underline dotted;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
h1, h2, h3, h4, h5, h6 {
|
|
298
|
-
font-size: inherit;
|
|
299
|
-
font-weight: inherit;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
a {
|
|
303
|
-
color: inherit;
|
|
304
|
-
-webkit-text-decoration: inherit;
|
|
305
|
-
-webkit-text-decoration: inherit;
|
|
306
|
-
-webkit-text-decoration: inherit;
|
|
307
|
-
text-decoration: inherit;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
b, strong {
|
|
311
|
-
font-weight: bolder;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
code, kbd, samp, pre {
|
|
315
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
316
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
317
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
318
|
-
font-size: 1em;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
small {
|
|
322
|
-
font-size: 80%;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
sub, sup {
|
|
326
|
-
vertical-align: baseline;
|
|
327
|
-
font-size: 75%;
|
|
328
|
-
line-height: 0;
|
|
329
|
-
position: relative;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
sub {
|
|
333
|
-
bottom: -.25em;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
sup {
|
|
337
|
-
top: -.5em;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
table {
|
|
341
|
-
text-indent: 0;
|
|
342
|
-
border-color: inherit;
|
|
343
|
-
border-collapse: collapse;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
:-moz-focusring {
|
|
347
|
-
outline: auto;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
progress {
|
|
351
|
-
vertical-align: baseline;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
summary {
|
|
355
|
-
display: list-item;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
ol, ul, menu {
|
|
359
|
-
list-style: none;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
363
|
-
vertical-align: middle;
|
|
364
|
-
display: block;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
img, video {
|
|
368
|
-
max-width: 100%;
|
|
369
|
-
height: auto;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
button, input, select, optgroup, textarea {
|
|
373
|
-
font: inherit;
|
|
374
|
-
font-feature-settings: inherit;
|
|
375
|
-
font-variation-settings: inherit;
|
|
376
|
-
letter-spacing: inherit;
|
|
377
|
-
color: inherit;
|
|
378
|
-
opacity: 1;
|
|
379
|
-
background-color: #0000;
|
|
380
|
-
border-radius: 0;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
::file-selector-button {
|
|
384
|
-
font: inherit;
|
|
385
|
-
font-feature-settings: inherit;
|
|
386
|
-
font-variation-settings: inherit;
|
|
387
|
-
letter-spacing: inherit;
|
|
388
|
-
color: inherit;
|
|
389
|
-
opacity: 1;
|
|
390
|
-
background-color: #0000;
|
|
391
|
-
border-radius: 0;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
395
|
-
font-weight: bolder;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
399
|
-
padding-inline-start: 20px;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
::file-selector-button {
|
|
403
|
-
margin-inline-end: 4px;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
::placeholder {
|
|
407
|
-
opacity: 1;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
411
|
-
::placeholder {
|
|
412
|
-
color: currentColor;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
416
|
-
::placeholder {
|
|
417
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
textarea {
|
|
423
|
-
resize: vertical;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
::-webkit-search-decoration {
|
|
427
|
-
-webkit-appearance: none;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
::-webkit-date-and-time-value {
|
|
431
|
-
min-height: 1lh;
|
|
432
|
-
text-align: inherit;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
::-webkit-datetime-edit {
|
|
436
|
-
display: inline-flex;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
440
|
-
padding: 0;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
::-webkit-datetime-edit {
|
|
444
|
-
padding-block: 0;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
::-webkit-datetime-edit-year-field {
|
|
448
|
-
padding-block: 0;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
::-webkit-datetime-edit-month-field {
|
|
452
|
-
padding-block: 0;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
::-webkit-datetime-edit-day-field {
|
|
456
|
-
padding-block: 0;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
::-webkit-datetime-edit-hour-field {
|
|
460
|
-
padding-block: 0;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
::-webkit-datetime-edit-minute-field {
|
|
464
|
-
padding-block: 0;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
::-webkit-datetime-edit-second-field {
|
|
468
|
-
padding-block: 0;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
472
|
-
padding-block: 0;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
476
|
-
padding-block: 0;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
::-webkit-calendar-picker-indicator {
|
|
480
|
-
line-height: 1;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
:-moz-ui-invalid {
|
|
484
|
-
box-shadow: none;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
488
|
-
appearance: button;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
::file-selector-button {
|
|
492
|
-
appearance: button;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
::-webkit-inner-spin-button {
|
|
496
|
-
height: auto;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
::-webkit-outer-spin-button {
|
|
500
|
-
height: auto;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
504
|
-
display: none !important;
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
@layer components;
|
|
257
|
+
@layer base, components;
|
|
509
258
|
|
|
510
259
|
@layer utilities {
|
|
511
260
|
.pointer-events-none {
|
|
@@ -2384,4 +2133,4 @@ export {
|
|
|
2384
2133
|
}
|
|
2385
2134
|
.md-preview[data-v-ff15d17d] .md-table td { border: 2px solid #000; padding: 0.4rem 0.6rem; color: #d1d5db; font-size: 0.8rem;
|
|
2386
2135
|
}
|
|
2387
|
-
`;
|
|
2136
|
+
`;})();
|