@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.
@@ -404,7 +404,7 @@ export {
404
404
  _sfc_main as default
405
405
  };
406
406
 
407
- ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
407
+ ;(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 */
408
408
  @layer properties {
409
409
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
410
410
  *, :before, :after, ::backdrop {
@@ -459,10 +459,8 @@ export {
459
459
 
460
460
  @layer theme {
461
461
  :root, :host {
462
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
463
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
464
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
465
- "Courier New", monospace;
462
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
463
+ monospace;
466
464
  --color-gray-100: oklch(96.7% .003 264.542);
467
465
  --color-gray-200: oklch(92.8% .006 264.531);
468
466
  --color-gray-300: oklch(87.2% .01 258.338);
@@ -502,8 +500,6 @@ export {
502
500
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
503
501
  --default-transition-duration: .15s;
504
502
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
505
- --default-font-family: var(--font-sans);
506
- --default-mono-font-family: var(--font-mono);
507
503
  --color-primary: #f9b11f;
508
504
  --color-bg-dark: #231c0f;
509
505
  --color-electric-blue: #3b82f6;
@@ -516,254 +512,7 @@ export {
516
512
  }
517
513
  }
518
514
 
519
- @layer base {
520
- *, :after, :before, ::backdrop {
521
- box-sizing: border-box;
522
- border: 0 solid;
523
- margin: 0;
524
- padding: 0;
525
- }
526
-
527
- ::file-selector-button {
528
- box-sizing: border-box;
529
- border: 0 solid;
530
- margin: 0;
531
- padding: 0;
532
- }
533
-
534
- html, :host {
535
- -webkit-text-size-adjust: 100%;
536
- tab-size: 4;
537
- line-height: 1.5;
538
- 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");
539
- font-feature-settings: var(--default-font-feature-settings, normal);
540
- font-variation-settings: var(--default-font-variation-settings, normal);
541
- -webkit-tap-highlight-color: transparent;
542
- }
543
-
544
- hr {
545
- height: 0;
546
- color: inherit;
547
- border-top-width: 1px;
548
- }
549
-
550
- abbr:where([title]) {
551
- -webkit-text-decoration: underline dotted;
552
- text-decoration: underline dotted;
553
- }
554
-
555
- h1, h2, h3, h4, h5, h6 {
556
- font-size: inherit;
557
- font-weight: inherit;
558
- }
559
-
560
- a {
561
- color: inherit;
562
- -webkit-text-decoration: inherit;
563
- -webkit-text-decoration: inherit;
564
- -webkit-text-decoration: inherit;
565
- text-decoration: inherit;
566
- }
567
-
568
- b, strong {
569
- font-weight: bolder;
570
- }
571
-
572
- code, kbd, samp, pre {
573
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
574
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
575
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
576
- font-size: 1em;
577
- }
578
-
579
- small {
580
- font-size: 80%;
581
- }
582
-
583
- sub, sup {
584
- vertical-align: baseline;
585
- font-size: 75%;
586
- line-height: 0;
587
- position: relative;
588
- }
589
-
590
- sub {
591
- bottom: -.25em;
592
- }
593
-
594
- sup {
595
- top: -.5em;
596
- }
597
-
598
- table {
599
- text-indent: 0;
600
- border-color: inherit;
601
- border-collapse: collapse;
602
- }
603
-
604
- :-moz-focusring {
605
- outline: auto;
606
- }
607
-
608
- progress {
609
- vertical-align: baseline;
610
- }
611
-
612
- summary {
613
- display: list-item;
614
- }
615
-
616
- ol, ul, menu {
617
- list-style: none;
618
- }
619
-
620
- img, svg, video, canvas, audio, iframe, embed, object {
621
- vertical-align: middle;
622
- display: block;
623
- }
624
-
625
- img, video {
626
- max-width: 100%;
627
- height: auto;
628
- }
629
-
630
- button, input, select, optgroup, textarea {
631
- font: inherit;
632
- font-feature-settings: inherit;
633
- font-variation-settings: inherit;
634
- letter-spacing: inherit;
635
- color: inherit;
636
- opacity: 1;
637
- background-color: #0000;
638
- border-radius: 0;
639
- }
640
-
641
- ::file-selector-button {
642
- font: inherit;
643
- font-feature-settings: inherit;
644
- font-variation-settings: inherit;
645
- letter-spacing: inherit;
646
- color: inherit;
647
- opacity: 1;
648
- background-color: #0000;
649
- border-radius: 0;
650
- }
651
-
652
- :where(select:is([multiple], [size])) optgroup {
653
- font-weight: bolder;
654
- }
655
-
656
- :where(select:is([multiple], [size])) optgroup option {
657
- padding-inline-start: 20px;
658
- }
659
-
660
- ::file-selector-button {
661
- margin-inline-end: 4px;
662
- }
663
-
664
- ::placeholder {
665
- opacity: 1;
666
- }
667
-
668
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
669
- ::placeholder {
670
- color: currentColor;
671
- }
672
-
673
- @supports (color: color-mix(in lab, red, red)) {
674
- ::placeholder {
675
- color: color-mix(in oklab, currentcolor 50%, transparent);
676
- }
677
- }
678
- }
679
-
680
- textarea {
681
- resize: vertical;
682
- }
683
-
684
- ::-webkit-search-decoration {
685
- -webkit-appearance: none;
686
- }
687
-
688
- ::-webkit-date-and-time-value {
689
- min-height: 1lh;
690
- text-align: inherit;
691
- }
692
-
693
- ::-webkit-datetime-edit {
694
- display: inline-flex;
695
- }
696
-
697
- ::-webkit-datetime-edit-fields-wrapper {
698
- padding: 0;
699
- }
700
-
701
- ::-webkit-datetime-edit {
702
- padding-block: 0;
703
- }
704
-
705
- ::-webkit-datetime-edit-year-field {
706
- padding-block: 0;
707
- }
708
-
709
- ::-webkit-datetime-edit-month-field {
710
- padding-block: 0;
711
- }
712
-
713
- ::-webkit-datetime-edit-day-field {
714
- padding-block: 0;
715
- }
716
-
717
- ::-webkit-datetime-edit-hour-field {
718
- padding-block: 0;
719
- }
720
-
721
- ::-webkit-datetime-edit-minute-field {
722
- padding-block: 0;
723
- }
724
-
725
- ::-webkit-datetime-edit-second-field {
726
- padding-block: 0;
727
- }
728
-
729
- ::-webkit-datetime-edit-millisecond-field {
730
- padding-block: 0;
731
- }
732
-
733
- ::-webkit-datetime-edit-meridiem-field {
734
- padding-block: 0;
735
- }
736
-
737
- ::-webkit-calendar-picker-indicator {
738
- line-height: 1;
739
- }
740
-
741
- :-moz-ui-invalid {
742
- box-shadow: none;
743
- }
744
-
745
- button, input:where([type="button"], [type="reset"], [type="submit"]) {
746
- appearance: button;
747
- }
748
-
749
- ::file-selector-button {
750
- appearance: button;
751
- }
752
-
753
- ::-webkit-inner-spin-button {
754
- height: auto;
755
- }
756
-
757
- ::-webkit-outer-spin-button {
758
- height: auto;
759
- }
760
-
761
- [hidden]:where(:not([hidden="until-found"])) {
762
- display: none !important;
763
- }
764
- }
765
-
766
- @layer components;
515
+ @layer base, components;
767
516
 
768
517
  @layer utilities {
769
518
  .pointer-events-none {
@@ -2607,4 +2356,4 @@ export {
2607
2356
  opacity: .5;
2608
2357
  }
2609
2358
  }
2610
- `;document.head.appendChild(s)})();
2359
+ `;})();
@@ -245,7 +245,7 @@ export {
245
245
  _sfc_main as default
246
246
  };
247
247
 
248
- ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
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-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
304
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
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
- `;document.head.appendChild(s)})();
2200
+ `;})();