@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
|
@@ -338,7 +338,7 @@ export {
|
|
|
338
338
|
_sfc_main as default
|
|
339
339
|
};
|
|
340
340
|
|
|
341
|
-
;(function(){var
|
|
341
|
+
;(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 */
|
|
342
342
|
@layer properties {
|
|
343
343
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
344
344
|
*, :before, :after, ::backdrop {
|
|
@@ -393,10 +393,8 @@ export {
|
|
|
393
393
|
|
|
394
394
|
@layer theme {
|
|
395
395
|
:root, :host {
|
|
396
|
-
--font-
|
|
397
|
-
|
|
398
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
399
|
-
"Courier New", monospace;
|
|
396
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
397
|
+
monospace;
|
|
400
398
|
--color-gray-100: oklch(96.7% .003 264.542);
|
|
401
399
|
--color-gray-200: oklch(92.8% .006 264.531);
|
|
402
400
|
--color-gray-300: oklch(87.2% .01 258.338);
|
|
@@ -436,8 +434,6 @@ export {
|
|
|
436
434
|
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
437
435
|
--default-transition-duration: .15s;
|
|
438
436
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
439
|
-
--default-font-family: var(--font-sans);
|
|
440
|
-
--default-mono-font-family: var(--font-mono);
|
|
441
437
|
--color-primary: #f9b11f;
|
|
442
438
|
--color-bg-dark: #231c0f;
|
|
443
439
|
--color-electric-blue: #3b82f6;
|
|
@@ -450,254 +446,7 @@ export {
|
|
|
450
446
|
}
|
|
451
447
|
}
|
|
452
448
|
|
|
453
|
-
@layer base
|
|
454
|
-
*, :after, :before, ::backdrop {
|
|
455
|
-
box-sizing: border-box;
|
|
456
|
-
border: 0 solid;
|
|
457
|
-
margin: 0;
|
|
458
|
-
padding: 0;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
::file-selector-button {
|
|
462
|
-
box-sizing: border-box;
|
|
463
|
-
border: 0 solid;
|
|
464
|
-
margin: 0;
|
|
465
|
-
padding: 0;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
html, :host {
|
|
469
|
-
-webkit-text-size-adjust: 100%;
|
|
470
|
-
tab-size: 4;
|
|
471
|
-
line-height: 1.5;
|
|
472
|
-
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");
|
|
473
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
474
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
475
|
-
-webkit-tap-highlight-color: transparent;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
hr {
|
|
479
|
-
height: 0;
|
|
480
|
-
color: inherit;
|
|
481
|
-
border-top-width: 1px;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
abbr:where([title]) {
|
|
485
|
-
-webkit-text-decoration: underline dotted;
|
|
486
|
-
text-decoration: underline dotted;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
h1, h2, h3, h4, h5, h6 {
|
|
490
|
-
font-size: inherit;
|
|
491
|
-
font-weight: inherit;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
a {
|
|
495
|
-
color: inherit;
|
|
496
|
-
-webkit-text-decoration: inherit;
|
|
497
|
-
-webkit-text-decoration: inherit;
|
|
498
|
-
-webkit-text-decoration: inherit;
|
|
499
|
-
text-decoration: inherit;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
b, strong {
|
|
503
|
-
font-weight: bolder;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
code, kbd, samp, pre {
|
|
507
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
508
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
509
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
510
|
-
font-size: 1em;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
small {
|
|
514
|
-
font-size: 80%;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
sub, sup {
|
|
518
|
-
vertical-align: baseline;
|
|
519
|
-
font-size: 75%;
|
|
520
|
-
line-height: 0;
|
|
521
|
-
position: relative;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
sub {
|
|
525
|
-
bottom: -.25em;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
sup {
|
|
529
|
-
top: -.5em;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
table {
|
|
533
|
-
text-indent: 0;
|
|
534
|
-
border-color: inherit;
|
|
535
|
-
border-collapse: collapse;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
:-moz-focusring {
|
|
539
|
-
outline: auto;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
progress {
|
|
543
|
-
vertical-align: baseline;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
summary {
|
|
547
|
-
display: list-item;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
ol, ul, menu {
|
|
551
|
-
list-style: none;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
555
|
-
vertical-align: middle;
|
|
556
|
-
display: block;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
img, video {
|
|
560
|
-
max-width: 100%;
|
|
561
|
-
height: auto;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
button, input, select, optgroup, textarea {
|
|
565
|
-
font: inherit;
|
|
566
|
-
font-feature-settings: inherit;
|
|
567
|
-
font-variation-settings: inherit;
|
|
568
|
-
letter-spacing: inherit;
|
|
569
|
-
color: inherit;
|
|
570
|
-
opacity: 1;
|
|
571
|
-
background-color: #0000;
|
|
572
|
-
border-radius: 0;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
::file-selector-button {
|
|
576
|
-
font: inherit;
|
|
577
|
-
font-feature-settings: inherit;
|
|
578
|
-
font-variation-settings: inherit;
|
|
579
|
-
letter-spacing: inherit;
|
|
580
|
-
color: inherit;
|
|
581
|
-
opacity: 1;
|
|
582
|
-
background-color: #0000;
|
|
583
|
-
border-radius: 0;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
587
|
-
font-weight: bolder;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
591
|
-
padding-inline-start: 20px;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
::file-selector-button {
|
|
595
|
-
margin-inline-end: 4px;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
::placeholder {
|
|
599
|
-
opacity: 1;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
603
|
-
::placeholder {
|
|
604
|
-
color: currentColor;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
608
|
-
::placeholder {
|
|
609
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
textarea {
|
|
615
|
-
resize: vertical;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
::-webkit-search-decoration {
|
|
619
|
-
-webkit-appearance: none;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
::-webkit-date-and-time-value {
|
|
623
|
-
min-height: 1lh;
|
|
624
|
-
text-align: inherit;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
::-webkit-datetime-edit {
|
|
628
|
-
display: inline-flex;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
632
|
-
padding: 0;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
::-webkit-datetime-edit {
|
|
636
|
-
padding-block: 0;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
::-webkit-datetime-edit-year-field {
|
|
640
|
-
padding-block: 0;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
::-webkit-datetime-edit-month-field {
|
|
644
|
-
padding-block: 0;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
::-webkit-datetime-edit-day-field {
|
|
648
|
-
padding-block: 0;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
::-webkit-datetime-edit-hour-field {
|
|
652
|
-
padding-block: 0;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
::-webkit-datetime-edit-minute-field {
|
|
656
|
-
padding-block: 0;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
::-webkit-datetime-edit-second-field {
|
|
660
|
-
padding-block: 0;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
664
|
-
padding-block: 0;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
668
|
-
padding-block: 0;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
::-webkit-calendar-picker-indicator {
|
|
672
|
-
line-height: 1;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
:-moz-ui-invalid {
|
|
676
|
-
box-shadow: none;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
680
|
-
appearance: button;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
::file-selector-button {
|
|
684
|
-
appearance: button;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
::-webkit-inner-spin-button {
|
|
688
|
-
height: auto;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
::-webkit-outer-spin-button {
|
|
692
|
-
height: auto;
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
696
|
-
display: none !important;
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
@layer components;
|
|
449
|
+
@layer base, components;
|
|
701
450
|
|
|
702
451
|
@layer utilities {
|
|
703
452
|
.pointer-events-none {
|
|
@@ -2541,4 +2290,4 @@ export {
|
|
|
2541
2290
|
opacity: .5;
|
|
2542
2291
|
}
|
|
2543
2292
|
}
|
|
2544
|
-
`;
|
|
2293
|
+
`;})();
|
package/dist/translator.mjs
CHANGED
|
@@ -666,7 +666,7 @@ export {
|
|
|
666
666
|
_sfc_main as default
|
|
667
667
|
};
|
|
668
668
|
|
|
669
|
-
;(function(){var
|
|
669
|
+
;(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 */
|
|
670
670
|
@layer properties {
|
|
671
671
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
672
672
|
*, :before, :after, ::backdrop {
|
|
@@ -721,10 +721,8 @@ export {
|
|
|
721
721
|
|
|
722
722
|
@layer theme {
|
|
723
723
|
:root, :host {
|
|
724
|
-
--font-
|
|
725
|
-
|
|
726
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
727
|
-
"Courier New", monospace;
|
|
724
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
725
|
+
monospace;
|
|
728
726
|
--color-gray-100: oklch(96.7% .003 264.542);
|
|
729
727
|
--color-gray-200: oklch(92.8% .006 264.531);
|
|
730
728
|
--color-gray-300: oklch(87.2% .01 258.338);
|
|
@@ -764,8 +762,6 @@ export {
|
|
|
764
762
|
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
765
763
|
--default-transition-duration: .15s;
|
|
766
764
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
767
|
-
--default-font-family: var(--font-sans);
|
|
768
|
-
--default-mono-font-family: var(--font-mono);
|
|
769
765
|
--color-primary: #f9b11f;
|
|
770
766
|
--color-bg-dark: #231c0f;
|
|
771
767
|
--color-electric-blue: #3b82f6;
|
|
@@ -778,254 +774,7 @@ export {
|
|
|
778
774
|
}
|
|
779
775
|
}
|
|
780
776
|
|
|
781
|
-
@layer base
|
|
782
|
-
*, :after, :before, ::backdrop {
|
|
783
|
-
box-sizing: border-box;
|
|
784
|
-
border: 0 solid;
|
|
785
|
-
margin: 0;
|
|
786
|
-
padding: 0;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
::file-selector-button {
|
|
790
|
-
box-sizing: border-box;
|
|
791
|
-
border: 0 solid;
|
|
792
|
-
margin: 0;
|
|
793
|
-
padding: 0;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
html, :host {
|
|
797
|
-
-webkit-text-size-adjust: 100%;
|
|
798
|
-
tab-size: 4;
|
|
799
|
-
line-height: 1.5;
|
|
800
|
-
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");
|
|
801
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
802
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
803
|
-
-webkit-tap-highlight-color: transparent;
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
hr {
|
|
807
|
-
height: 0;
|
|
808
|
-
color: inherit;
|
|
809
|
-
border-top-width: 1px;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
abbr:where([title]) {
|
|
813
|
-
-webkit-text-decoration: underline dotted;
|
|
814
|
-
text-decoration: underline dotted;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
h1, h2, h3, h4, h5, h6 {
|
|
818
|
-
font-size: inherit;
|
|
819
|
-
font-weight: inherit;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
a {
|
|
823
|
-
color: inherit;
|
|
824
|
-
-webkit-text-decoration: inherit;
|
|
825
|
-
-webkit-text-decoration: inherit;
|
|
826
|
-
-webkit-text-decoration: inherit;
|
|
827
|
-
text-decoration: inherit;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
b, strong {
|
|
831
|
-
font-weight: bolder;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
code, kbd, samp, pre {
|
|
835
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
836
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
837
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
838
|
-
font-size: 1em;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
small {
|
|
842
|
-
font-size: 80%;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
sub, sup {
|
|
846
|
-
vertical-align: baseline;
|
|
847
|
-
font-size: 75%;
|
|
848
|
-
line-height: 0;
|
|
849
|
-
position: relative;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
sub {
|
|
853
|
-
bottom: -.25em;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
sup {
|
|
857
|
-
top: -.5em;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
table {
|
|
861
|
-
text-indent: 0;
|
|
862
|
-
border-color: inherit;
|
|
863
|
-
border-collapse: collapse;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
:-moz-focusring {
|
|
867
|
-
outline: auto;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
progress {
|
|
871
|
-
vertical-align: baseline;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
summary {
|
|
875
|
-
display: list-item;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
ol, ul, menu {
|
|
879
|
-
list-style: none;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
883
|
-
vertical-align: middle;
|
|
884
|
-
display: block;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
img, video {
|
|
888
|
-
max-width: 100%;
|
|
889
|
-
height: auto;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
button, input, select, optgroup, textarea {
|
|
893
|
-
font: inherit;
|
|
894
|
-
font-feature-settings: inherit;
|
|
895
|
-
font-variation-settings: inherit;
|
|
896
|
-
letter-spacing: inherit;
|
|
897
|
-
color: inherit;
|
|
898
|
-
opacity: 1;
|
|
899
|
-
background-color: #0000;
|
|
900
|
-
border-radius: 0;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
::file-selector-button {
|
|
904
|
-
font: inherit;
|
|
905
|
-
font-feature-settings: inherit;
|
|
906
|
-
font-variation-settings: inherit;
|
|
907
|
-
letter-spacing: inherit;
|
|
908
|
-
color: inherit;
|
|
909
|
-
opacity: 1;
|
|
910
|
-
background-color: #0000;
|
|
911
|
-
border-radius: 0;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
915
|
-
font-weight: bolder;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
919
|
-
padding-inline-start: 20px;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
::file-selector-button {
|
|
923
|
-
margin-inline-end: 4px;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
::placeholder {
|
|
927
|
-
opacity: 1;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
931
|
-
::placeholder {
|
|
932
|
-
color: currentColor;
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
936
|
-
::placeholder {
|
|
937
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
textarea {
|
|
943
|
-
resize: vertical;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
::-webkit-search-decoration {
|
|
947
|
-
-webkit-appearance: none;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
::-webkit-date-and-time-value {
|
|
951
|
-
min-height: 1lh;
|
|
952
|
-
text-align: inherit;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
::-webkit-datetime-edit {
|
|
956
|
-
display: inline-flex;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
960
|
-
padding: 0;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
::-webkit-datetime-edit {
|
|
964
|
-
padding-block: 0;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
::-webkit-datetime-edit-year-field {
|
|
968
|
-
padding-block: 0;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
::-webkit-datetime-edit-month-field {
|
|
972
|
-
padding-block: 0;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
::-webkit-datetime-edit-day-field {
|
|
976
|
-
padding-block: 0;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
::-webkit-datetime-edit-hour-field {
|
|
980
|
-
padding-block: 0;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
::-webkit-datetime-edit-minute-field {
|
|
984
|
-
padding-block: 0;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
::-webkit-datetime-edit-second-field {
|
|
988
|
-
padding-block: 0;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
992
|
-
padding-block: 0;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
996
|
-
padding-block: 0;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
::-webkit-calendar-picker-indicator {
|
|
1000
|
-
line-height: 1;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
:-moz-ui-invalid {
|
|
1004
|
-
box-shadow: none;
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
1008
|
-
appearance: button;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
::file-selector-button {
|
|
1012
|
-
appearance: button;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
::-webkit-inner-spin-button {
|
|
1016
|
-
height: auto;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
::-webkit-outer-spin-button {
|
|
1020
|
-
height: auto;
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
1024
|
-
display: none !important;
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
@layer components;
|
|
777
|
+
@layer base, components;
|
|
1029
778
|
|
|
1030
779
|
@layer utilities {
|
|
1031
780
|
.pointer-events-none {
|
|
@@ -2869,4 +2618,4 @@ export {
|
|
|
2869
2618
|
opacity: .5;
|
|
2870
2619
|
}
|
|
2871
2620
|
}
|
|
2872
|
-
`;
|
|
2621
|
+
`;})();
|