@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.
@@ -1062,7 +1062,7 @@ export {
1062
1062
  index as default
1063
1063
  };
1064
1064
 
1065
- ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
1065
+ ;(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 */
1066
1066
  @layer properties {
1067
1067
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
1068
1068
  *, :before, :after, ::backdrop {
@@ -1117,10 +1117,8 @@ export {
1117
1117
 
1118
1118
  @layer theme {
1119
1119
  :root, :host {
1120
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
1121
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1122
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
1123
- "Courier New", monospace;
1120
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
1121
+ monospace;
1124
1122
  --color-gray-100: oklch(96.7% .003 264.542);
1125
1123
  --color-gray-200: oklch(92.8% .006 264.531);
1126
1124
  --color-gray-300: oklch(87.2% .01 258.338);
@@ -1160,8 +1158,6 @@ export {
1160
1158
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
1161
1159
  --default-transition-duration: .15s;
1162
1160
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1163
- --default-font-family: var(--font-sans);
1164
- --default-mono-font-family: var(--font-mono);
1165
1161
  --color-primary: #f9b11f;
1166
1162
  --color-bg-dark: #231c0f;
1167
1163
  --color-electric-blue: #3b82f6;
@@ -1174,254 +1170,7 @@ export {
1174
1170
  }
1175
1171
  }
1176
1172
 
1177
- @layer base {
1178
- *, :after, :before, ::backdrop {
1179
- box-sizing: border-box;
1180
- border: 0 solid;
1181
- margin: 0;
1182
- padding: 0;
1183
- }
1184
-
1185
- ::file-selector-button {
1186
- box-sizing: border-box;
1187
- border: 0 solid;
1188
- margin: 0;
1189
- padding: 0;
1190
- }
1191
-
1192
- html, :host {
1193
- -webkit-text-size-adjust: 100%;
1194
- tab-size: 4;
1195
- line-height: 1.5;
1196
- 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");
1197
- font-feature-settings: var(--default-font-feature-settings, normal);
1198
- font-variation-settings: var(--default-font-variation-settings, normal);
1199
- -webkit-tap-highlight-color: transparent;
1200
- }
1201
-
1202
- hr {
1203
- height: 0;
1204
- color: inherit;
1205
- border-top-width: 1px;
1206
- }
1207
-
1208
- abbr:where([title]) {
1209
- -webkit-text-decoration: underline dotted;
1210
- text-decoration: underline dotted;
1211
- }
1212
-
1213
- h1, h2, h3, h4, h5, h6 {
1214
- font-size: inherit;
1215
- font-weight: inherit;
1216
- }
1217
-
1218
- a {
1219
- color: inherit;
1220
- -webkit-text-decoration: inherit;
1221
- -webkit-text-decoration: inherit;
1222
- -webkit-text-decoration: inherit;
1223
- text-decoration: inherit;
1224
- }
1225
-
1226
- b, strong {
1227
- font-weight: bolder;
1228
- }
1229
-
1230
- code, kbd, samp, pre {
1231
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
1232
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
1233
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
1234
- font-size: 1em;
1235
- }
1236
-
1237
- small {
1238
- font-size: 80%;
1239
- }
1240
-
1241
- sub, sup {
1242
- vertical-align: baseline;
1243
- font-size: 75%;
1244
- line-height: 0;
1245
- position: relative;
1246
- }
1247
-
1248
- sub {
1249
- bottom: -.25em;
1250
- }
1251
-
1252
- sup {
1253
- top: -.5em;
1254
- }
1255
-
1256
- table {
1257
- text-indent: 0;
1258
- border-color: inherit;
1259
- border-collapse: collapse;
1260
- }
1261
-
1262
- :-moz-focusring {
1263
- outline: auto;
1264
- }
1265
-
1266
- progress {
1267
- vertical-align: baseline;
1268
- }
1269
-
1270
- summary {
1271
- display: list-item;
1272
- }
1273
-
1274
- ol, ul, menu {
1275
- list-style: none;
1276
- }
1277
-
1278
- img, svg, video, canvas, audio, iframe, embed, object {
1279
- vertical-align: middle;
1280
- display: block;
1281
- }
1282
-
1283
- img, video {
1284
- max-width: 100%;
1285
- height: auto;
1286
- }
1287
-
1288
- button, input, select, optgroup, textarea {
1289
- font: inherit;
1290
- font-feature-settings: inherit;
1291
- font-variation-settings: inherit;
1292
- letter-spacing: inherit;
1293
- color: inherit;
1294
- opacity: 1;
1295
- background-color: #0000;
1296
- border-radius: 0;
1297
- }
1298
-
1299
- ::file-selector-button {
1300
- font: inherit;
1301
- font-feature-settings: inherit;
1302
- font-variation-settings: inherit;
1303
- letter-spacing: inherit;
1304
- color: inherit;
1305
- opacity: 1;
1306
- background-color: #0000;
1307
- border-radius: 0;
1308
- }
1309
-
1310
- :where(select:is([multiple], [size])) optgroup {
1311
- font-weight: bolder;
1312
- }
1313
-
1314
- :where(select:is([multiple], [size])) optgroup option {
1315
- padding-inline-start: 20px;
1316
- }
1317
-
1318
- ::file-selector-button {
1319
- margin-inline-end: 4px;
1320
- }
1321
-
1322
- ::placeholder {
1323
- opacity: 1;
1324
- }
1325
-
1326
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
1327
- ::placeholder {
1328
- color: currentColor;
1329
- }
1330
-
1331
- @supports (color: color-mix(in lab, red, red)) {
1332
- ::placeholder {
1333
- color: color-mix(in oklab, currentcolor 50%, transparent);
1334
- }
1335
- }
1336
- }
1337
-
1338
- textarea {
1339
- resize: vertical;
1340
- }
1341
-
1342
- ::-webkit-search-decoration {
1343
- -webkit-appearance: none;
1344
- }
1345
-
1346
- ::-webkit-date-and-time-value {
1347
- min-height: 1lh;
1348
- text-align: inherit;
1349
- }
1350
-
1351
- ::-webkit-datetime-edit {
1352
- display: inline-flex;
1353
- }
1354
-
1355
- ::-webkit-datetime-edit-fields-wrapper {
1356
- padding: 0;
1357
- }
1358
-
1359
- ::-webkit-datetime-edit {
1360
- padding-block: 0;
1361
- }
1362
-
1363
- ::-webkit-datetime-edit-year-field {
1364
- padding-block: 0;
1365
- }
1366
-
1367
- ::-webkit-datetime-edit-month-field {
1368
- padding-block: 0;
1369
- }
1370
-
1371
- ::-webkit-datetime-edit-day-field {
1372
- padding-block: 0;
1373
- }
1374
-
1375
- ::-webkit-datetime-edit-hour-field {
1376
- padding-block: 0;
1377
- }
1378
-
1379
- ::-webkit-datetime-edit-minute-field {
1380
- padding-block: 0;
1381
- }
1382
-
1383
- ::-webkit-datetime-edit-second-field {
1384
- padding-block: 0;
1385
- }
1386
-
1387
- ::-webkit-datetime-edit-millisecond-field {
1388
- padding-block: 0;
1389
- }
1390
-
1391
- ::-webkit-datetime-edit-meridiem-field {
1392
- padding-block: 0;
1393
- }
1394
-
1395
- ::-webkit-calendar-picker-indicator {
1396
- line-height: 1;
1397
- }
1398
-
1399
- :-moz-ui-invalid {
1400
- box-shadow: none;
1401
- }
1402
-
1403
- button, input:where([type="button"], [type="reset"], [type="submit"]) {
1404
- appearance: button;
1405
- }
1406
-
1407
- ::file-selector-button {
1408
- appearance: button;
1409
- }
1410
-
1411
- ::-webkit-inner-spin-button {
1412
- height: auto;
1413
- }
1414
-
1415
- ::-webkit-outer-spin-button {
1416
- height: auto;
1417
- }
1418
-
1419
- [hidden]:where(:not([hidden="until-found"])) {
1420
- display: none !important;
1421
- }
1422
- }
1423
-
1424
- @layer components;
1173
+ @layer base, components;
1425
1174
 
1426
1175
  @layer utilities {
1427
1176
  .pointer-events-none {
@@ -3338,4 +3087,4 @@ export {
3338
3087
  .json-viewer-panel[data-v-306b8d9e] .vjs-node-index {
3339
3088
  color: #4b5563;
3340
3089
  }
3341
- `;document.head.appendChild(s)})();
3090
+ `;})();
@@ -255,7 +255,7 @@ export {
255
255
  _sfc_main as default
256
256
  };
257
257
 
258
- ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
258
+ ;(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 */
259
259
  @layer properties {
260
260
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
261
261
  *, :before, :after, ::backdrop {
@@ -310,10 +310,8 @@ export {
310
310
 
311
311
  @layer theme {
312
312
  :root, :host {
313
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
314
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
315
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
316
- "Courier New", monospace;
313
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
314
+ monospace;
317
315
  --color-gray-100: oklch(96.7% .003 264.542);
318
316
  --color-gray-200: oklch(92.8% .006 264.531);
319
317
  --color-gray-300: oklch(87.2% .01 258.338);
@@ -353,8 +351,6 @@ export {
353
351
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
354
352
  --default-transition-duration: .15s;
355
353
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
356
- --default-font-family: var(--font-sans);
357
- --default-mono-font-family: var(--font-mono);
358
354
  --color-primary: #f9b11f;
359
355
  --color-bg-dark: #231c0f;
360
356
  --color-electric-blue: #3b82f6;
@@ -367,254 +363,7 @@ export {
367
363
  }
368
364
  }
369
365
 
370
- @layer base {
371
- *, :after, :before, ::backdrop {
372
- box-sizing: border-box;
373
- border: 0 solid;
374
- margin: 0;
375
- padding: 0;
376
- }
377
-
378
- ::file-selector-button {
379
- box-sizing: border-box;
380
- border: 0 solid;
381
- margin: 0;
382
- padding: 0;
383
- }
384
-
385
- html, :host {
386
- -webkit-text-size-adjust: 100%;
387
- tab-size: 4;
388
- line-height: 1.5;
389
- 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");
390
- font-feature-settings: var(--default-font-feature-settings, normal);
391
- font-variation-settings: var(--default-font-variation-settings, normal);
392
- -webkit-tap-highlight-color: transparent;
393
- }
394
-
395
- hr {
396
- height: 0;
397
- color: inherit;
398
- border-top-width: 1px;
399
- }
400
-
401
- abbr:where([title]) {
402
- -webkit-text-decoration: underline dotted;
403
- text-decoration: underline dotted;
404
- }
405
-
406
- h1, h2, h3, h4, h5, h6 {
407
- font-size: inherit;
408
- font-weight: inherit;
409
- }
410
-
411
- a {
412
- color: inherit;
413
- -webkit-text-decoration: inherit;
414
- -webkit-text-decoration: inherit;
415
- -webkit-text-decoration: inherit;
416
- text-decoration: inherit;
417
- }
418
-
419
- b, strong {
420
- font-weight: bolder;
421
- }
422
-
423
- code, kbd, samp, pre {
424
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
425
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
426
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
427
- font-size: 1em;
428
- }
429
-
430
- small {
431
- font-size: 80%;
432
- }
433
-
434
- sub, sup {
435
- vertical-align: baseline;
436
- font-size: 75%;
437
- line-height: 0;
438
- position: relative;
439
- }
440
-
441
- sub {
442
- bottom: -.25em;
443
- }
444
-
445
- sup {
446
- top: -.5em;
447
- }
448
-
449
- table {
450
- text-indent: 0;
451
- border-color: inherit;
452
- border-collapse: collapse;
453
- }
454
-
455
- :-moz-focusring {
456
- outline: auto;
457
- }
458
-
459
- progress {
460
- vertical-align: baseline;
461
- }
462
-
463
- summary {
464
- display: list-item;
465
- }
466
-
467
- ol, ul, menu {
468
- list-style: none;
469
- }
470
-
471
- img, svg, video, canvas, audio, iframe, embed, object {
472
- vertical-align: middle;
473
- display: block;
474
- }
475
-
476
- img, video {
477
- max-width: 100%;
478
- height: auto;
479
- }
480
-
481
- button, input, select, optgroup, textarea {
482
- font: inherit;
483
- font-feature-settings: inherit;
484
- font-variation-settings: inherit;
485
- letter-spacing: inherit;
486
- color: inherit;
487
- opacity: 1;
488
- background-color: #0000;
489
- border-radius: 0;
490
- }
491
-
492
- ::file-selector-button {
493
- font: inherit;
494
- font-feature-settings: inherit;
495
- font-variation-settings: inherit;
496
- letter-spacing: inherit;
497
- color: inherit;
498
- opacity: 1;
499
- background-color: #0000;
500
- border-radius: 0;
501
- }
502
-
503
- :where(select:is([multiple], [size])) optgroup {
504
- font-weight: bolder;
505
- }
506
-
507
- :where(select:is([multiple], [size])) optgroup option {
508
- padding-inline-start: 20px;
509
- }
510
-
511
- ::file-selector-button {
512
- margin-inline-end: 4px;
513
- }
514
-
515
- ::placeholder {
516
- opacity: 1;
517
- }
518
-
519
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
520
- ::placeholder {
521
- color: currentColor;
522
- }
523
-
524
- @supports (color: color-mix(in lab, red, red)) {
525
- ::placeholder {
526
- color: color-mix(in oklab, currentcolor 50%, transparent);
527
- }
528
- }
529
- }
530
-
531
- textarea {
532
- resize: vertical;
533
- }
534
-
535
- ::-webkit-search-decoration {
536
- -webkit-appearance: none;
537
- }
538
-
539
- ::-webkit-date-and-time-value {
540
- min-height: 1lh;
541
- text-align: inherit;
542
- }
543
-
544
- ::-webkit-datetime-edit {
545
- display: inline-flex;
546
- }
547
-
548
- ::-webkit-datetime-edit-fields-wrapper {
549
- padding: 0;
550
- }
551
-
552
- ::-webkit-datetime-edit {
553
- padding-block: 0;
554
- }
555
-
556
- ::-webkit-datetime-edit-year-field {
557
- padding-block: 0;
558
- }
559
-
560
- ::-webkit-datetime-edit-month-field {
561
- padding-block: 0;
562
- }
563
-
564
- ::-webkit-datetime-edit-day-field {
565
- padding-block: 0;
566
- }
567
-
568
- ::-webkit-datetime-edit-hour-field {
569
- padding-block: 0;
570
- }
571
-
572
- ::-webkit-datetime-edit-minute-field {
573
- padding-block: 0;
574
- }
575
-
576
- ::-webkit-datetime-edit-second-field {
577
- padding-block: 0;
578
- }
579
-
580
- ::-webkit-datetime-edit-millisecond-field {
581
- padding-block: 0;
582
- }
583
-
584
- ::-webkit-datetime-edit-meridiem-field {
585
- padding-block: 0;
586
- }
587
-
588
- ::-webkit-calendar-picker-indicator {
589
- line-height: 1;
590
- }
591
-
592
- :-moz-ui-invalid {
593
- box-shadow: none;
594
- }
595
-
596
- button, input:where([type="button"], [type="reset"], [type="submit"]) {
597
- appearance: button;
598
- }
599
-
600
- ::file-selector-button {
601
- appearance: button;
602
- }
603
-
604
- ::-webkit-inner-spin-button {
605
- height: auto;
606
- }
607
-
608
- ::-webkit-outer-spin-button {
609
- height: auto;
610
- }
611
-
612
- [hidden]:where(:not([hidden="until-found"])) {
613
- display: none !important;
614
- }
615
- }
616
-
617
- @layer components;
366
+ @layer base, components;
618
367
 
619
368
  @layer utilities {
620
369
  .pointer-events-none {
@@ -2458,4 +2207,4 @@ export {
2458
2207
  opacity: .5;
2459
2208
  }
2460
2209
  }
2461
- `;document.head.appendChild(s)})();
2210
+ `;})();