@cnc_cbz/usefultools-plugin-official 1.0.3 → 1.0.4

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.
@@ -237,7 +237,7 @@ export {
237
237
  _sfc_main as default
238
238
  };
239
239
 
240
- ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
240
+ ;(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 */
241
241
  @layer properties {
242
242
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
243
243
  *, :before, :after, ::backdrop {
@@ -292,10 +292,8 @@ export {
292
292
 
293
293
  @layer theme {
294
294
  :root, :host {
295
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
296
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
297
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
298
- "Courier New", monospace;
295
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
296
+ monospace;
299
297
  --color-gray-100: oklch(96.7% .003 264.542);
300
298
  --color-gray-200: oklch(92.8% .006 264.531);
301
299
  --color-gray-300: oklch(87.2% .01 258.338);
@@ -335,8 +333,6 @@ export {
335
333
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
336
334
  --default-transition-duration: .15s;
337
335
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
338
- --default-font-family: var(--font-sans);
339
- --default-mono-font-family: var(--font-mono);
340
336
  --color-primary: #f9b11f;
341
337
  --color-bg-dark: #231c0f;
342
338
  --color-electric-blue: #3b82f6;
@@ -349,254 +345,7 @@ export {
349
345
  }
350
346
  }
351
347
 
352
- @layer base {
353
- *, :after, :before, ::backdrop {
354
- box-sizing: border-box;
355
- border: 0 solid;
356
- margin: 0;
357
- padding: 0;
358
- }
359
-
360
- ::file-selector-button {
361
- box-sizing: border-box;
362
- border: 0 solid;
363
- margin: 0;
364
- padding: 0;
365
- }
366
-
367
- html, :host {
368
- -webkit-text-size-adjust: 100%;
369
- tab-size: 4;
370
- line-height: 1.5;
371
- 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");
372
- font-feature-settings: var(--default-font-feature-settings, normal);
373
- font-variation-settings: var(--default-font-variation-settings, normal);
374
- -webkit-tap-highlight-color: transparent;
375
- }
376
-
377
- hr {
378
- height: 0;
379
- color: inherit;
380
- border-top-width: 1px;
381
- }
382
-
383
- abbr:where([title]) {
384
- -webkit-text-decoration: underline dotted;
385
- text-decoration: underline dotted;
386
- }
387
-
388
- h1, h2, h3, h4, h5, h6 {
389
- font-size: inherit;
390
- font-weight: inherit;
391
- }
392
-
393
- a {
394
- color: inherit;
395
- -webkit-text-decoration: inherit;
396
- -webkit-text-decoration: inherit;
397
- -webkit-text-decoration: inherit;
398
- text-decoration: inherit;
399
- }
400
-
401
- b, strong {
402
- font-weight: bolder;
403
- }
404
-
405
- code, kbd, samp, pre {
406
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
407
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
408
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
409
- font-size: 1em;
410
- }
411
-
412
- small {
413
- font-size: 80%;
414
- }
415
-
416
- sub, sup {
417
- vertical-align: baseline;
418
- font-size: 75%;
419
- line-height: 0;
420
- position: relative;
421
- }
422
-
423
- sub {
424
- bottom: -.25em;
425
- }
426
-
427
- sup {
428
- top: -.5em;
429
- }
430
-
431
- table {
432
- text-indent: 0;
433
- border-color: inherit;
434
- border-collapse: collapse;
435
- }
436
-
437
- :-moz-focusring {
438
- outline: auto;
439
- }
440
-
441
- progress {
442
- vertical-align: baseline;
443
- }
444
-
445
- summary {
446
- display: list-item;
447
- }
448
-
449
- ol, ul, menu {
450
- list-style: none;
451
- }
452
-
453
- img, svg, video, canvas, audio, iframe, embed, object {
454
- vertical-align: middle;
455
- display: block;
456
- }
457
-
458
- img, video {
459
- max-width: 100%;
460
- height: auto;
461
- }
462
-
463
- button, input, select, optgroup, textarea {
464
- font: inherit;
465
- font-feature-settings: inherit;
466
- font-variation-settings: inherit;
467
- letter-spacing: inherit;
468
- color: inherit;
469
- opacity: 1;
470
- background-color: #0000;
471
- border-radius: 0;
472
- }
473
-
474
- ::file-selector-button {
475
- font: inherit;
476
- font-feature-settings: inherit;
477
- font-variation-settings: inherit;
478
- letter-spacing: inherit;
479
- color: inherit;
480
- opacity: 1;
481
- background-color: #0000;
482
- border-radius: 0;
483
- }
484
-
485
- :where(select:is([multiple], [size])) optgroup {
486
- font-weight: bolder;
487
- }
488
-
489
- :where(select:is([multiple], [size])) optgroup option {
490
- padding-inline-start: 20px;
491
- }
492
-
493
- ::file-selector-button {
494
- margin-inline-end: 4px;
495
- }
496
-
497
- ::placeholder {
498
- opacity: 1;
499
- }
500
-
501
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
502
- ::placeholder {
503
- color: currentColor;
504
- }
505
-
506
- @supports (color: color-mix(in lab, red, red)) {
507
- ::placeholder {
508
- color: color-mix(in oklab, currentcolor 50%, transparent);
509
- }
510
- }
511
- }
512
-
513
- textarea {
514
- resize: vertical;
515
- }
516
-
517
- ::-webkit-search-decoration {
518
- -webkit-appearance: none;
519
- }
520
-
521
- ::-webkit-date-and-time-value {
522
- min-height: 1lh;
523
- text-align: inherit;
524
- }
525
-
526
- ::-webkit-datetime-edit {
527
- display: inline-flex;
528
- }
529
-
530
- ::-webkit-datetime-edit-fields-wrapper {
531
- padding: 0;
532
- }
533
-
534
- ::-webkit-datetime-edit {
535
- padding-block: 0;
536
- }
537
-
538
- ::-webkit-datetime-edit-year-field {
539
- padding-block: 0;
540
- }
541
-
542
- ::-webkit-datetime-edit-month-field {
543
- padding-block: 0;
544
- }
545
-
546
- ::-webkit-datetime-edit-day-field {
547
- padding-block: 0;
548
- }
549
-
550
- ::-webkit-datetime-edit-hour-field {
551
- padding-block: 0;
552
- }
553
-
554
- ::-webkit-datetime-edit-minute-field {
555
- padding-block: 0;
556
- }
557
-
558
- ::-webkit-datetime-edit-second-field {
559
- padding-block: 0;
560
- }
561
-
562
- ::-webkit-datetime-edit-millisecond-field {
563
- padding-block: 0;
564
- }
565
-
566
- ::-webkit-datetime-edit-meridiem-field {
567
- padding-block: 0;
568
- }
569
-
570
- ::-webkit-calendar-picker-indicator {
571
- line-height: 1;
572
- }
573
-
574
- :-moz-ui-invalid {
575
- box-shadow: none;
576
- }
577
-
578
- button, input:where([type="button"], [type="reset"], [type="submit"]) {
579
- appearance: button;
580
- }
581
-
582
- ::file-selector-button {
583
- appearance: button;
584
- }
585
-
586
- ::-webkit-inner-spin-button {
587
- height: auto;
588
- }
589
-
590
- ::-webkit-outer-spin-button {
591
- height: auto;
592
- }
593
-
594
- [hidden]:where(:not([hidden="until-found"])) {
595
- display: none !important;
596
- }
597
- }
598
-
599
- @layer components;
348
+ @layer base, components;
600
349
 
601
350
  @layer utilities {
602
351
  .pointer-events-none {
@@ -2440,4 +2189,4 @@ export {
2440
2189
  opacity: .5;
2441
2190
  }
2442
2191
  }
2443
- `;document.head.appendChild(s)})();
2192
+ `;})();
@@ -423,7 +423,7 @@ export {
423
423
  _sfc_main as default
424
424
  };
425
425
 
426
- ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
426
+ ;(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 */
427
427
  @layer properties {
428
428
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
429
429
  *, :before, :after, ::backdrop {
@@ -478,10 +478,8 @@ export {
478
478
 
479
479
  @layer theme {
480
480
  :root, :host {
481
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
482
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
483
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
484
- "Courier New", monospace;
481
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
482
+ monospace;
485
483
  --color-gray-100: oklch(96.7% .003 264.542);
486
484
  --color-gray-200: oklch(92.8% .006 264.531);
487
485
  --color-gray-300: oklch(87.2% .01 258.338);
@@ -521,8 +519,6 @@ export {
521
519
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
522
520
  --default-transition-duration: .15s;
523
521
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
524
- --default-font-family: var(--font-sans);
525
- --default-mono-font-family: var(--font-mono);
526
522
  --color-primary: #f9b11f;
527
523
  --color-bg-dark: #231c0f;
528
524
  --color-electric-blue: #3b82f6;
@@ -535,254 +531,7 @@ export {
535
531
  }
536
532
  }
537
533
 
538
- @layer base {
539
- *, :after, :before, ::backdrop {
540
- box-sizing: border-box;
541
- border: 0 solid;
542
- margin: 0;
543
- padding: 0;
544
- }
545
-
546
- ::file-selector-button {
547
- box-sizing: border-box;
548
- border: 0 solid;
549
- margin: 0;
550
- padding: 0;
551
- }
552
-
553
- html, :host {
554
- -webkit-text-size-adjust: 100%;
555
- tab-size: 4;
556
- line-height: 1.5;
557
- 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");
558
- font-feature-settings: var(--default-font-feature-settings, normal);
559
- font-variation-settings: var(--default-font-variation-settings, normal);
560
- -webkit-tap-highlight-color: transparent;
561
- }
562
-
563
- hr {
564
- height: 0;
565
- color: inherit;
566
- border-top-width: 1px;
567
- }
568
-
569
- abbr:where([title]) {
570
- -webkit-text-decoration: underline dotted;
571
- text-decoration: underline dotted;
572
- }
573
-
574
- h1, h2, h3, h4, h5, h6 {
575
- font-size: inherit;
576
- font-weight: inherit;
577
- }
578
-
579
- a {
580
- color: inherit;
581
- -webkit-text-decoration: inherit;
582
- -webkit-text-decoration: inherit;
583
- -webkit-text-decoration: inherit;
584
- text-decoration: inherit;
585
- }
586
-
587
- b, strong {
588
- font-weight: bolder;
589
- }
590
-
591
- code, kbd, samp, pre {
592
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
593
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
594
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
595
- font-size: 1em;
596
- }
597
-
598
- small {
599
- font-size: 80%;
600
- }
601
-
602
- sub, sup {
603
- vertical-align: baseline;
604
- font-size: 75%;
605
- line-height: 0;
606
- position: relative;
607
- }
608
-
609
- sub {
610
- bottom: -.25em;
611
- }
612
-
613
- sup {
614
- top: -.5em;
615
- }
616
-
617
- table {
618
- text-indent: 0;
619
- border-color: inherit;
620
- border-collapse: collapse;
621
- }
622
-
623
- :-moz-focusring {
624
- outline: auto;
625
- }
626
-
627
- progress {
628
- vertical-align: baseline;
629
- }
630
-
631
- summary {
632
- display: list-item;
633
- }
634
-
635
- ol, ul, menu {
636
- list-style: none;
637
- }
638
-
639
- img, svg, video, canvas, audio, iframe, embed, object {
640
- vertical-align: middle;
641
- display: block;
642
- }
643
-
644
- img, video {
645
- max-width: 100%;
646
- height: auto;
647
- }
648
-
649
- button, input, select, optgroup, textarea {
650
- font: inherit;
651
- font-feature-settings: inherit;
652
- font-variation-settings: inherit;
653
- letter-spacing: inherit;
654
- color: inherit;
655
- opacity: 1;
656
- background-color: #0000;
657
- border-radius: 0;
658
- }
659
-
660
- ::file-selector-button {
661
- font: inherit;
662
- font-feature-settings: inherit;
663
- font-variation-settings: inherit;
664
- letter-spacing: inherit;
665
- color: inherit;
666
- opacity: 1;
667
- background-color: #0000;
668
- border-radius: 0;
669
- }
670
-
671
- :where(select:is([multiple], [size])) optgroup {
672
- font-weight: bolder;
673
- }
674
-
675
- :where(select:is([multiple], [size])) optgroup option {
676
- padding-inline-start: 20px;
677
- }
678
-
679
- ::file-selector-button {
680
- margin-inline-end: 4px;
681
- }
682
-
683
- ::placeholder {
684
- opacity: 1;
685
- }
686
-
687
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
688
- ::placeholder {
689
- color: currentColor;
690
- }
691
-
692
- @supports (color: color-mix(in lab, red, red)) {
693
- ::placeholder {
694
- color: color-mix(in oklab, currentcolor 50%, transparent);
695
- }
696
- }
697
- }
698
-
699
- textarea {
700
- resize: vertical;
701
- }
702
-
703
- ::-webkit-search-decoration {
704
- -webkit-appearance: none;
705
- }
706
-
707
- ::-webkit-date-and-time-value {
708
- min-height: 1lh;
709
- text-align: inherit;
710
- }
711
-
712
- ::-webkit-datetime-edit {
713
- display: inline-flex;
714
- }
715
-
716
- ::-webkit-datetime-edit-fields-wrapper {
717
- padding: 0;
718
- }
719
-
720
- ::-webkit-datetime-edit {
721
- padding-block: 0;
722
- }
723
-
724
- ::-webkit-datetime-edit-year-field {
725
- padding-block: 0;
726
- }
727
-
728
- ::-webkit-datetime-edit-month-field {
729
- padding-block: 0;
730
- }
731
-
732
- ::-webkit-datetime-edit-day-field {
733
- padding-block: 0;
734
- }
735
-
736
- ::-webkit-datetime-edit-hour-field {
737
- padding-block: 0;
738
- }
739
-
740
- ::-webkit-datetime-edit-minute-field {
741
- padding-block: 0;
742
- }
743
-
744
- ::-webkit-datetime-edit-second-field {
745
- padding-block: 0;
746
- }
747
-
748
- ::-webkit-datetime-edit-millisecond-field {
749
- padding-block: 0;
750
- }
751
-
752
- ::-webkit-datetime-edit-meridiem-field {
753
- padding-block: 0;
754
- }
755
-
756
- ::-webkit-calendar-picker-indicator {
757
- line-height: 1;
758
- }
759
-
760
- :-moz-ui-invalid {
761
- box-shadow: none;
762
- }
763
-
764
- button, input:where([type="button"], [type="reset"], [type="submit"]) {
765
- appearance: button;
766
- }
767
-
768
- ::file-selector-button {
769
- appearance: button;
770
- }
771
-
772
- ::-webkit-inner-spin-button {
773
- height: auto;
774
- }
775
-
776
- ::-webkit-outer-spin-button {
777
- height: auto;
778
- }
779
-
780
- [hidden]:where(:not([hidden="until-found"])) {
781
- display: none !important;
782
- }
783
- }
784
-
785
- @layer components;
534
+ @layer base, components;
786
535
 
787
536
  @layer utilities {
788
537
  .pointer-events-none {
@@ -2626,4 +2375,4 @@ export {
2626
2375
  opacity: .5;
2627
2376
  }
2628
2377
  }
2629
- `;document.head.appendChild(s)})();
2378
+ `;})();