@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
package/dist/base-converter.mjs
CHANGED
|
@@ -332,7 +332,7 @@ export {
|
|
|
332
332
|
_sfc_main as default
|
|
333
333
|
};
|
|
334
334
|
|
|
335
|
-
;(function(){var
|
|
335
|
+
;(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 */
|
|
336
336
|
@layer properties {
|
|
337
337
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
338
338
|
*, :before, :after, ::backdrop {
|
|
@@ -387,10 +387,8 @@ export {
|
|
|
387
387
|
|
|
388
388
|
@layer theme {
|
|
389
389
|
:root, :host {
|
|
390
|
-
--font-
|
|
391
|
-
|
|
392
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
393
|
-
"Courier New", monospace;
|
|
390
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
391
|
+
monospace;
|
|
394
392
|
--color-gray-100: oklch(96.7% .003 264.542);
|
|
395
393
|
--color-gray-200: oklch(92.8% .006 264.531);
|
|
396
394
|
--color-gray-300: oklch(87.2% .01 258.338);
|
|
@@ -430,8 +428,6 @@ export {
|
|
|
430
428
|
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
431
429
|
--default-transition-duration: .15s;
|
|
432
430
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
433
|
-
--default-font-family: var(--font-sans);
|
|
434
|
-
--default-mono-font-family: var(--font-mono);
|
|
435
431
|
--color-primary: #f9b11f;
|
|
436
432
|
--color-bg-dark: #231c0f;
|
|
437
433
|
--color-electric-blue: #3b82f6;
|
|
@@ -444,254 +440,7 @@ export {
|
|
|
444
440
|
}
|
|
445
441
|
}
|
|
446
442
|
|
|
447
|
-
@layer base
|
|
448
|
-
*, :after, :before, ::backdrop {
|
|
449
|
-
box-sizing: border-box;
|
|
450
|
-
border: 0 solid;
|
|
451
|
-
margin: 0;
|
|
452
|
-
padding: 0;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
::file-selector-button {
|
|
456
|
-
box-sizing: border-box;
|
|
457
|
-
border: 0 solid;
|
|
458
|
-
margin: 0;
|
|
459
|
-
padding: 0;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
html, :host {
|
|
463
|
-
-webkit-text-size-adjust: 100%;
|
|
464
|
-
tab-size: 4;
|
|
465
|
-
line-height: 1.5;
|
|
466
|
-
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");
|
|
467
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
468
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
469
|
-
-webkit-tap-highlight-color: transparent;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
hr {
|
|
473
|
-
height: 0;
|
|
474
|
-
color: inherit;
|
|
475
|
-
border-top-width: 1px;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
abbr:where([title]) {
|
|
479
|
-
-webkit-text-decoration: underline dotted;
|
|
480
|
-
text-decoration: underline dotted;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
h1, h2, h3, h4, h5, h6 {
|
|
484
|
-
font-size: inherit;
|
|
485
|
-
font-weight: inherit;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
a {
|
|
489
|
-
color: inherit;
|
|
490
|
-
-webkit-text-decoration: inherit;
|
|
491
|
-
-webkit-text-decoration: inherit;
|
|
492
|
-
-webkit-text-decoration: inherit;
|
|
493
|
-
text-decoration: inherit;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
b, strong {
|
|
497
|
-
font-weight: bolder;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
code, kbd, samp, pre {
|
|
501
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
502
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
503
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
504
|
-
font-size: 1em;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
small {
|
|
508
|
-
font-size: 80%;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
sub, sup {
|
|
512
|
-
vertical-align: baseline;
|
|
513
|
-
font-size: 75%;
|
|
514
|
-
line-height: 0;
|
|
515
|
-
position: relative;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
sub {
|
|
519
|
-
bottom: -.25em;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
sup {
|
|
523
|
-
top: -.5em;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
table {
|
|
527
|
-
text-indent: 0;
|
|
528
|
-
border-color: inherit;
|
|
529
|
-
border-collapse: collapse;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
:-moz-focusring {
|
|
533
|
-
outline: auto;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
progress {
|
|
537
|
-
vertical-align: baseline;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
summary {
|
|
541
|
-
display: list-item;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
ol, ul, menu {
|
|
545
|
-
list-style: none;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
549
|
-
vertical-align: middle;
|
|
550
|
-
display: block;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
img, video {
|
|
554
|
-
max-width: 100%;
|
|
555
|
-
height: auto;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
button, input, select, optgroup, textarea {
|
|
559
|
-
font: inherit;
|
|
560
|
-
font-feature-settings: inherit;
|
|
561
|
-
font-variation-settings: inherit;
|
|
562
|
-
letter-spacing: inherit;
|
|
563
|
-
color: inherit;
|
|
564
|
-
opacity: 1;
|
|
565
|
-
background-color: #0000;
|
|
566
|
-
border-radius: 0;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
::file-selector-button {
|
|
570
|
-
font: inherit;
|
|
571
|
-
font-feature-settings: inherit;
|
|
572
|
-
font-variation-settings: inherit;
|
|
573
|
-
letter-spacing: inherit;
|
|
574
|
-
color: inherit;
|
|
575
|
-
opacity: 1;
|
|
576
|
-
background-color: #0000;
|
|
577
|
-
border-radius: 0;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
581
|
-
font-weight: bolder;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
585
|
-
padding-inline-start: 20px;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
::file-selector-button {
|
|
589
|
-
margin-inline-end: 4px;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
::placeholder {
|
|
593
|
-
opacity: 1;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
597
|
-
::placeholder {
|
|
598
|
-
color: currentColor;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
602
|
-
::placeholder {
|
|
603
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
textarea {
|
|
609
|
-
resize: vertical;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
::-webkit-search-decoration {
|
|
613
|
-
-webkit-appearance: none;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
::-webkit-date-and-time-value {
|
|
617
|
-
min-height: 1lh;
|
|
618
|
-
text-align: inherit;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
::-webkit-datetime-edit {
|
|
622
|
-
display: inline-flex;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
626
|
-
padding: 0;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
::-webkit-datetime-edit {
|
|
630
|
-
padding-block: 0;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
::-webkit-datetime-edit-year-field {
|
|
634
|
-
padding-block: 0;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
::-webkit-datetime-edit-month-field {
|
|
638
|
-
padding-block: 0;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
::-webkit-datetime-edit-day-field {
|
|
642
|
-
padding-block: 0;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
::-webkit-datetime-edit-hour-field {
|
|
646
|
-
padding-block: 0;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
::-webkit-datetime-edit-minute-field {
|
|
650
|
-
padding-block: 0;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
::-webkit-datetime-edit-second-field {
|
|
654
|
-
padding-block: 0;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
658
|
-
padding-block: 0;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
662
|
-
padding-block: 0;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
::-webkit-calendar-picker-indicator {
|
|
666
|
-
line-height: 1;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
:-moz-ui-invalid {
|
|
670
|
-
box-shadow: none;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
674
|
-
appearance: button;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
::file-selector-button {
|
|
678
|
-
appearance: button;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
::-webkit-inner-spin-button {
|
|
682
|
-
height: auto;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
::-webkit-outer-spin-button {
|
|
686
|
-
height: auto;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
690
|
-
display: none !important;
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
@layer components;
|
|
443
|
+
@layer base, components;
|
|
695
444
|
|
|
696
445
|
@layer utilities {
|
|
697
446
|
.pointer-events-none {
|
|
@@ -2535,4 +2284,4 @@ export {
|
|
|
2535
2284
|
opacity: .5;
|
|
2536
2285
|
}
|
|
2537
2286
|
}
|
|
2538
|
-
`;
|
|
2287
|
+
`;})();
|
package/dist/case-converter.mjs
CHANGED
|
@@ -141,7 +141,7 @@ export {
|
|
|
141
141
|
_sfc_main as default
|
|
142
142
|
};
|
|
143
143
|
|
|
144
|
-
;(function(){var
|
|
144
|
+
;(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 */
|
|
145
145
|
@layer properties {
|
|
146
146
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
147
147
|
*, :before, :after, ::backdrop {
|
|
@@ -196,10 +196,8 @@ export {
|
|
|
196
196
|
|
|
197
197
|
@layer theme {
|
|
198
198
|
:root, :host {
|
|
199
|
-
--font-
|
|
200
|
-
|
|
201
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
202
|
-
"Courier New", monospace;
|
|
199
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
200
|
+
monospace;
|
|
203
201
|
--color-gray-100: oklch(96.7% .003 264.542);
|
|
204
202
|
--color-gray-200: oklch(92.8% .006 264.531);
|
|
205
203
|
--color-gray-300: oklch(87.2% .01 258.338);
|
|
@@ -239,8 +237,6 @@ export {
|
|
|
239
237
|
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
240
238
|
--default-transition-duration: .15s;
|
|
241
239
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
242
|
-
--default-font-family: var(--font-sans);
|
|
243
|
-
--default-mono-font-family: var(--font-mono);
|
|
244
240
|
--color-primary: #f9b11f;
|
|
245
241
|
--color-bg-dark: #231c0f;
|
|
246
242
|
--color-electric-blue: #3b82f6;
|
|
@@ -253,254 +249,7 @@ export {
|
|
|
253
249
|
}
|
|
254
250
|
}
|
|
255
251
|
|
|
256
|
-
@layer base
|
|
257
|
-
*, :after, :before, ::backdrop {
|
|
258
|
-
box-sizing: border-box;
|
|
259
|
-
border: 0 solid;
|
|
260
|
-
margin: 0;
|
|
261
|
-
padding: 0;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
::file-selector-button {
|
|
265
|
-
box-sizing: border-box;
|
|
266
|
-
border: 0 solid;
|
|
267
|
-
margin: 0;
|
|
268
|
-
padding: 0;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
html, :host {
|
|
272
|
-
-webkit-text-size-adjust: 100%;
|
|
273
|
-
tab-size: 4;
|
|
274
|
-
line-height: 1.5;
|
|
275
|
-
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");
|
|
276
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
277
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
278
|
-
-webkit-tap-highlight-color: transparent;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
hr {
|
|
282
|
-
height: 0;
|
|
283
|
-
color: inherit;
|
|
284
|
-
border-top-width: 1px;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
abbr:where([title]) {
|
|
288
|
-
-webkit-text-decoration: underline dotted;
|
|
289
|
-
text-decoration: underline dotted;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
h1, h2, h3, h4, h5, h6 {
|
|
293
|
-
font-size: inherit;
|
|
294
|
-
font-weight: inherit;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
a {
|
|
298
|
-
color: inherit;
|
|
299
|
-
-webkit-text-decoration: inherit;
|
|
300
|
-
-webkit-text-decoration: inherit;
|
|
301
|
-
-webkit-text-decoration: inherit;
|
|
302
|
-
text-decoration: inherit;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
b, strong {
|
|
306
|
-
font-weight: bolder;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
code, kbd, samp, pre {
|
|
310
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
311
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
312
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
313
|
-
font-size: 1em;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
small {
|
|
317
|
-
font-size: 80%;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
sub, sup {
|
|
321
|
-
vertical-align: baseline;
|
|
322
|
-
font-size: 75%;
|
|
323
|
-
line-height: 0;
|
|
324
|
-
position: relative;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
sub {
|
|
328
|
-
bottom: -.25em;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
sup {
|
|
332
|
-
top: -.5em;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
table {
|
|
336
|
-
text-indent: 0;
|
|
337
|
-
border-color: inherit;
|
|
338
|
-
border-collapse: collapse;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
:-moz-focusring {
|
|
342
|
-
outline: auto;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
progress {
|
|
346
|
-
vertical-align: baseline;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
summary {
|
|
350
|
-
display: list-item;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
ol, ul, menu {
|
|
354
|
-
list-style: none;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
358
|
-
vertical-align: middle;
|
|
359
|
-
display: block;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
img, video {
|
|
363
|
-
max-width: 100%;
|
|
364
|
-
height: auto;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
button, input, select, optgroup, textarea {
|
|
368
|
-
font: inherit;
|
|
369
|
-
font-feature-settings: inherit;
|
|
370
|
-
font-variation-settings: inherit;
|
|
371
|
-
letter-spacing: inherit;
|
|
372
|
-
color: inherit;
|
|
373
|
-
opacity: 1;
|
|
374
|
-
background-color: #0000;
|
|
375
|
-
border-radius: 0;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
::file-selector-button {
|
|
379
|
-
font: inherit;
|
|
380
|
-
font-feature-settings: inherit;
|
|
381
|
-
font-variation-settings: inherit;
|
|
382
|
-
letter-spacing: inherit;
|
|
383
|
-
color: inherit;
|
|
384
|
-
opacity: 1;
|
|
385
|
-
background-color: #0000;
|
|
386
|
-
border-radius: 0;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
390
|
-
font-weight: bolder;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
394
|
-
padding-inline-start: 20px;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
::file-selector-button {
|
|
398
|
-
margin-inline-end: 4px;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
::placeholder {
|
|
402
|
-
opacity: 1;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
406
|
-
::placeholder {
|
|
407
|
-
color: currentColor;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
411
|
-
::placeholder {
|
|
412
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
textarea {
|
|
418
|
-
resize: vertical;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
::-webkit-search-decoration {
|
|
422
|
-
-webkit-appearance: none;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
::-webkit-date-and-time-value {
|
|
426
|
-
min-height: 1lh;
|
|
427
|
-
text-align: inherit;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
::-webkit-datetime-edit {
|
|
431
|
-
display: inline-flex;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
435
|
-
padding: 0;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
::-webkit-datetime-edit {
|
|
439
|
-
padding-block: 0;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
::-webkit-datetime-edit-year-field {
|
|
443
|
-
padding-block: 0;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
::-webkit-datetime-edit-month-field {
|
|
447
|
-
padding-block: 0;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
::-webkit-datetime-edit-day-field {
|
|
451
|
-
padding-block: 0;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
::-webkit-datetime-edit-hour-field {
|
|
455
|
-
padding-block: 0;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
::-webkit-datetime-edit-minute-field {
|
|
459
|
-
padding-block: 0;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
::-webkit-datetime-edit-second-field {
|
|
463
|
-
padding-block: 0;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
467
|
-
padding-block: 0;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
471
|
-
padding-block: 0;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
::-webkit-calendar-picker-indicator {
|
|
475
|
-
line-height: 1;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
:-moz-ui-invalid {
|
|
479
|
-
box-shadow: none;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
483
|
-
appearance: button;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
::file-selector-button {
|
|
487
|
-
appearance: button;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
::-webkit-inner-spin-button {
|
|
491
|
-
height: auto;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
::-webkit-outer-spin-button {
|
|
495
|
-
height: auto;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
499
|
-
display: none !important;
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
@layer components;
|
|
252
|
+
@layer base, components;
|
|
504
253
|
|
|
505
254
|
@layer utilities {
|
|
506
255
|
.pointer-events-none {
|
|
@@ -2344,4 +2093,4 @@ export {
|
|
|
2344
2093
|
opacity: .5;
|
|
2345
2094
|
}
|
|
2346
2095
|
}
|
|
2347
|
-
`;
|
|
2096
|
+
`;})();
|