@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.
@@ -204,7 +204,7 @@ export {
204
204
  _sfc_main as default
205
205
  };
206
206
 
207
- ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
207
+ ;(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 */
208
208
  @layer properties {
209
209
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
210
210
  *, :before, :after, ::backdrop {
@@ -259,10 +259,8 @@ export {
259
259
 
260
260
  @layer theme {
261
261
  :root, :host {
262
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
263
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
264
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
265
- "Courier New", monospace;
262
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
263
+ monospace;
266
264
  --color-gray-100: oklch(96.7% .003 264.542);
267
265
  --color-gray-200: oklch(92.8% .006 264.531);
268
266
  --color-gray-300: oklch(87.2% .01 258.338);
@@ -302,8 +300,6 @@ export {
302
300
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
303
301
  --default-transition-duration: .15s;
304
302
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
305
- --default-font-family: var(--font-sans);
306
- --default-mono-font-family: var(--font-mono);
307
303
  --color-primary: #f9b11f;
308
304
  --color-bg-dark: #231c0f;
309
305
  --color-electric-blue: #3b82f6;
@@ -316,254 +312,7 @@ export {
316
312
  }
317
313
  }
318
314
 
319
- @layer base {
320
- *, :after, :before, ::backdrop {
321
- box-sizing: border-box;
322
- border: 0 solid;
323
- margin: 0;
324
- padding: 0;
325
- }
326
-
327
- ::file-selector-button {
328
- box-sizing: border-box;
329
- border: 0 solid;
330
- margin: 0;
331
- padding: 0;
332
- }
333
-
334
- html, :host {
335
- -webkit-text-size-adjust: 100%;
336
- tab-size: 4;
337
- line-height: 1.5;
338
- 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");
339
- font-feature-settings: var(--default-font-feature-settings, normal);
340
- font-variation-settings: var(--default-font-variation-settings, normal);
341
- -webkit-tap-highlight-color: transparent;
342
- }
343
-
344
- hr {
345
- height: 0;
346
- color: inherit;
347
- border-top-width: 1px;
348
- }
349
-
350
- abbr:where([title]) {
351
- -webkit-text-decoration: underline dotted;
352
- text-decoration: underline dotted;
353
- }
354
-
355
- h1, h2, h3, h4, h5, h6 {
356
- font-size: inherit;
357
- font-weight: inherit;
358
- }
359
-
360
- a {
361
- color: inherit;
362
- -webkit-text-decoration: inherit;
363
- -webkit-text-decoration: inherit;
364
- -webkit-text-decoration: inherit;
365
- text-decoration: inherit;
366
- }
367
-
368
- b, strong {
369
- font-weight: bolder;
370
- }
371
-
372
- code, kbd, samp, pre {
373
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
374
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
375
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
376
- font-size: 1em;
377
- }
378
-
379
- small {
380
- font-size: 80%;
381
- }
382
-
383
- sub, sup {
384
- vertical-align: baseline;
385
- font-size: 75%;
386
- line-height: 0;
387
- position: relative;
388
- }
389
-
390
- sub {
391
- bottom: -.25em;
392
- }
393
-
394
- sup {
395
- top: -.5em;
396
- }
397
-
398
- table {
399
- text-indent: 0;
400
- border-color: inherit;
401
- border-collapse: collapse;
402
- }
403
-
404
- :-moz-focusring {
405
- outline: auto;
406
- }
407
-
408
- progress {
409
- vertical-align: baseline;
410
- }
411
-
412
- summary {
413
- display: list-item;
414
- }
415
-
416
- ol, ul, menu {
417
- list-style: none;
418
- }
419
-
420
- img, svg, video, canvas, audio, iframe, embed, object {
421
- vertical-align: middle;
422
- display: block;
423
- }
424
-
425
- img, video {
426
- max-width: 100%;
427
- height: auto;
428
- }
429
-
430
- button, input, select, optgroup, textarea {
431
- font: inherit;
432
- font-feature-settings: inherit;
433
- font-variation-settings: inherit;
434
- letter-spacing: inherit;
435
- color: inherit;
436
- opacity: 1;
437
- background-color: #0000;
438
- border-radius: 0;
439
- }
440
-
441
- ::file-selector-button {
442
- font: inherit;
443
- font-feature-settings: inherit;
444
- font-variation-settings: inherit;
445
- letter-spacing: inherit;
446
- color: inherit;
447
- opacity: 1;
448
- background-color: #0000;
449
- border-radius: 0;
450
- }
451
-
452
- :where(select:is([multiple], [size])) optgroup {
453
- font-weight: bolder;
454
- }
455
-
456
- :where(select:is([multiple], [size])) optgroup option {
457
- padding-inline-start: 20px;
458
- }
459
-
460
- ::file-selector-button {
461
- margin-inline-end: 4px;
462
- }
463
-
464
- ::placeholder {
465
- opacity: 1;
466
- }
467
-
468
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
469
- ::placeholder {
470
- color: currentColor;
471
- }
472
-
473
- @supports (color: color-mix(in lab, red, red)) {
474
- ::placeholder {
475
- color: color-mix(in oklab, currentcolor 50%, transparent);
476
- }
477
- }
478
- }
479
-
480
- textarea {
481
- resize: vertical;
482
- }
483
-
484
- ::-webkit-search-decoration {
485
- -webkit-appearance: none;
486
- }
487
-
488
- ::-webkit-date-and-time-value {
489
- min-height: 1lh;
490
- text-align: inherit;
491
- }
492
-
493
- ::-webkit-datetime-edit {
494
- display: inline-flex;
495
- }
496
-
497
- ::-webkit-datetime-edit-fields-wrapper {
498
- padding: 0;
499
- }
500
-
501
- ::-webkit-datetime-edit {
502
- padding-block: 0;
503
- }
504
-
505
- ::-webkit-datetime-edit-year-field {
506
- padding-block: 0;
507
- }
508
-
509
- ::-webkit-datetime-edit-month-field {
510
- padding-block: 0;
511
- }
512
-
513
- ::-webkit-datetime-edit-day-field {
514
- padding-block: 0;
515
- }
516
-
517
- ::-webkit-datetime-edit-hour-field {
518
- padding-block: 0;
519
- }
520
-
521
- ::-webkit-datetime-edit-minute-field {
522
- padding-block: 0;
523
- }
524
-
525
- ::-webkit-datetime-edit-second-field {
526
- padding-block: 0;
527
- }
528
-
529
- ::-webkit-datetime-edit-millisecond-field {
530
- padding-block: 0;
531
- }
532
-
533
- ::-webkit-datetime-edit-meridiem-field {
534
- padding-block: 0;
535
- }
536
-
537
- ::-webkit-calendar-picker-indicator {
538
- line-height: 1;
539
- }
540
-
541
- :-moz-ui-invalid {
542
- box-shadow: none;
543
- }
544
-
545
- button, input:where([type="button"], [type="reset"], [type="submit"]) {
546
- appearance: button;
547
- }
548
-
549
- ::file-selector-button {
550
- appearance: button;
551
- }
552
-
553
- ::-webkit-inner-spin-button {
554
- height: auto;
555
- }
556
-
557
- ::-webkit-outer-spin-button {
558
- height: auto;
559
- }
560
-
561
- [hidden]:where(:not([hidden="until-found"])) {
562
- display: none !important;
563
- }
564
- }
565
-
566
- @layer components;
315
+ @layer base, components;
567
316
 
568
317
  @layer utilities {
569
318
  .pointer-events-none {
@@ -2407,4 +2156,4 @@ export {
2407
2156
  opacity: .5;
2408
2157
  }
2409
2158
  }
2410
- `;document.head.appendChild(s)})();
2159
+ `;})();
@@ -338,7 +338,7 @@ export {
338
338
  _sfc_main as default
339
339
  };
340
340
 
341
- ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
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-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
397
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
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
- `;document.head.appendChild(s)})();
2293
+ `;})();