@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/url-codec.mjs
CHANGED
|
@@ -178,7 +178,7 @@ export {
|
|
|
178
178
|
_sfc_main as default
|
|
179
179
|
};
|
|
180
180
|
|
|
181
|
-
;(function(){var
|
|
181
|
+
;(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 */
|
|
182
182
|
@layer properties {
|
|
183
183
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
184
184
|
*, :before, :after, ::backdrop {
|
|
@@ -233,10 +233,8 @@ export {
|
|
|
233
233
|
|
|
234
234
|
@layer theme {
|
|
235
235
|
:root, :host {
|
|
236
|
-
--font-
|
|
237
|
-
|
|
238
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
239
|
-
"Courier New", monospace;
|
|
236
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
237
|
+
monospace;
|
|
240
238
|
--color-gray-100: oklch(96.7% .003 264.542);
|
|
241
239
|
--color-gray-200: oklch(92.8% .006 264.531);
|
|
242
240
|
--color-gray-300: oklch(87.2% .01 258.338);
|
|
@@ -276,8 +274,6 @@ export {
|
|
|
276
274
|
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
277
275
|
--default-transition-duration: .15s;
|
|
278
276
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
279
|
-
--default-font-family: var(--font-sans);
|
|
280
|
-
--default-mono-font-family: var(--font-mono);
|
|
281
277
|
--color-primary: #f9b11f;
|
|
282
278
|
--color-bg-dark: #231c0f;
|
|
283
279
|
--color-electric-blue: #3b82f6;
|
|
@@ -290,254 +286,7 @@ export {
|
|
|
290
286
|
}
|
|
291
287
|
}
|
|
292
288
|
|
|
293
|
-
@layer base
|
|
294
|
-
*, :after, :before, ::backdrop {
|
|
295
|
-
box-sizing: border-box;
|
|
296
|
-
border: 0 solid;
|
|
297
|
-
margin: 0;
|
|
298
|
-
padding: 0;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
::file-selector-button {
|
|
302
|
-
box-sizing: border-box;
|
|
303
|
-
border: 0 solid;
|
|
304
|
-
margin: 0;
|
|
305
|
-
padding: 0;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
html, :host {
|
|
309
|
-
-webkit-text-size-adjust: 100%;
|
|
310
|
-
tab-size: 4;
|
|
311
|
-
line-height: 1.5;
|
|
312
|
-
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");
|
|
313
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
314
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
315
|
-
-webkit-tap-highlight-color: transparent;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
hr {
|
|
319
|
-
height: 0;
|
|
320
|
-
color: inherit;
|
|
321
|
-
border-top-width: 1px;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
abbr:where([title]) {
|
|
325
|
-
-webkit-text-decoration: underline dotted;
|
|
326
|
-
text-decoration: underline dotted;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
h1, h2, h3, h4, h5, h6 {
|
|
330
|
-
font-size: inherit;
|
|
331
|
-
font-weight: inherit;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
a {
|
|
335
|
-
color: inherit;
|
|
336
|
-
-webkit-text-decoration: inherit;
|
|
337
|
-
-webkit-text-decoration: inherit;
|
|
338
|
-
-webkit-text-decoration: inherit;
|
|
339
|
-
text-decoration: inherit;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
b, strong {
|
|
343
|
-
font-weight: bolder;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
code, kbd, samp, pre {
|
|
347
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
348
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
349
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
350
|
-
font-size: 1em;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
small {
|
|
354
|
-
font-size: 80%;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
sub, sup {
|
|
358
|
-
vertical-align: baseline;
|
|
359
|
-
font-size: 75%;
|
|
360
|
-
line-height: 0;
|
|
361
|
-
position: relative;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
sub {
|
|
365
|
-
bottom: -.25em;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
sup {
|
|
369
|
-
top: -.5em;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
table {
|
|
373
|
-
text-indent: 0;
|
|
374
|
-
border-color: inherit;
|
|
375
|
-
border-collapse: collapse;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
:-moz-focusring {
|
|
379
|
-
outline: auto;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
progress {
|
|
383
|
-
vertical-align: baseline;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
summary {
|
|
387
|
-
display: list-item;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
ol, ul, menu {
|
|
391
|
-
list-style: none;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
395
|
-
vertical-align: middle;
|
|
396
|
-
display: block;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
img, video {
|
|
400
|
-
max-width: 100%;
|
|
401
|
-
height: auto;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
button, input, select, optgroup, textarea {
|
|
405
|
-
font: inherit;
|
|
406
|
-
font-feature-settings: inherit;
|
|
407
|
-
font-variation-settings: inherit;
|
|
408
|
-
letter-spacing: inherit;
|
|
409
|
-
color: inherit;
|
|
410
|
-
opacity: 1;
|
|
411
|
-
background-color: #0000;
|
|
412
|
-
border-radius: 0;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
::file-selector-button {
|
|
416
|
-
font: inherit;
|
|
417
|
-
font-feature-settings: inherit;
|
|
418
|
-
font-variation-settings: inherit;
|
|
419
|
-
letter-spacing: inherit;
|
|
420
|
-
color: inherit;
|
|
421
|
-
opacity: 1;
|
|
422
|
-
background-color: #0000;
|
|
423
|
-
border-radius: 0;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
427
|
-
font-weight: bolder;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
431
|
-
padding-inline-start: 20px;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
::file-selector-button {
|
|
435
|
-
margin-inline-end: 4px;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
::placeholder {
|
|
439
|
-
opacity: 1;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
443
|
-
::placeholder {
|
|
444
|
-
color: currentColor;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
448
|
-
::placeholder {
|
|
449
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
textarea {
|
|
455
|
-
resize: vertical;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
::-webkit-search-decoration {
|
|
459
|
-
-webkit-appearance: none;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
::-webkit-date-and-time-value {
|
|
463
|
-
min-height: 1lh;
|
|
464
|
-
text-align: inherit;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
::-webkit-datetime-edit {
|
|
468
|
-
display: inline-flex;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
472
|
-
padding: 0;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
::-webkit-datetime-edit {
|
|
476
|
-
padding-block: 0;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
::-webkit-datetime-edit-year-field {
|
|
480
|
-
padding-block: 0;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
::-webkit-datetime-edit-month-field {
|
|
484
|
-
padding-block: 0;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
::-webkit-datetime-edit-day-field {
|
|
488
|
-
padding-block: 0;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
::-webkit-datetime-edit-hour-field {
|
|
492
|
-
padding-block: 0;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
::-webkit-datetime-edit-minute-field {
|
|
496
|
-
padding-block: 0;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
::-webkit-datetime-edit-second-field {
|
|
500
|
-
padding-block: 0;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
504
|
-
padding-block: 0;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
508
|
-
padding-block: 0;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
::-webkit-calendar-picker-indicator {
|
|
512
|
-
line-height: 1;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
:-moz-ui-invalid {
|
|
516
|
-
box-shadow: none;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
520
|
-
appearance: button;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
::file-selector-button {
|
|
524
|
-
appearance: button;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
::-webkit-inner-spin-button {
|
|
528
|
-
height: auto;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
::-webkit-outer-spin-button {
|
|
532
|
-
height: auto;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
536
|
-
display: none !important;
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
@layer components;
|
|
289
|
+
@layer base, components;
|
|
541
290
|
|
|
542
291
|
@layer utilities {
|
|
543
292
|
.pointer-events-none {
|
|
@@ -2381,4 +2130,4 @@ export {
|
|
|
2381
2130
|
opacity: .5;
|
|
2382
2131
|
}
|
|
2383
2132
|
}
|
|
2384
|
-
`;
|
|
2133
|
+
`;})();
|
package/dist/uuid-generator.mjs
CHANGED
|
@@ -164,7 +164,7 @@ export {
|
|
|
164
164
|
_sfc_main as default
|
|
165
165
|
};
|
|
166
166
|
|
|
167
|
-
;(function(){var
|
|
167
|
+
;(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 */
|
|
168
168
|
@layer properties {
|
|
169
169
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
170
170
|
*, :before, :after, ::backdrop {
|
|
@@ -219,10 +219,8 @@ export {
|
|
|
219
219
|
|
|
220
220
|
@layer theme {
|
|
221
221
|
:root, :host {
|
|
222
|
-
--font-
|
|
223
|
-
|
|
224
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
225
|
-
"Courier New", monospace;
|
|
222
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
|
223
|
+
monospace;
|
|
226
224
|
--color-gray-100: oklch(96.7% .003 264.542);
|
|
227
225
|
--color-gray-200: oklch(92.8% .006 264.531);
|
|
228
226
|
--color-gray-300: oklch(87.2% .01 258.338);
|
|
@@ -262,8 +260,6 @@ export {
|
|
|
262
260
|
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
|
263
261
|
--default-transition-duration: .15s;
|
|
264
262
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
265
|
-
--default-font-family: var(--font-sans);
|
|
266
|
-
--default-mono-font-family: var(--font-mono);
|
|
267
263
|
--color-primary: #f9b11f;
|
|
268
264
|
--color-bg-dark: #231c0f;
|
|
269
265
|
--color-electric-blue: #3b82f6;
|
|
@@ -276,254 +272,7 @@ export {
|
|
|
276
272
|
}
|
|
277
273
|
}
|
|
278
274
|
|
|
279
|
-
@layer base
|
|
280
|
-
*, :after, :before, ::backdrop {
|
|
281
|
-
box-sizing: border-box;
|
|
282
|
-
border: 0 solid;
|
|
283
|
-
margin: 0;
|
|
284
|
-
padding: 0;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
::file-selector-button {
|
|
288
|
-
box-sizing: border-box;
|
|
289
|
-
border: 0 solid;
|
|
290
|
-
margin: 0;
|
|
291
|
-
padding: 0;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
html, :host {
|
|
295
|
-
-webkit-text-size-adjust: 100%;
|
|
296
|
-
tab-size: 4;
|
|
297
|
-
line-height: 1.5;
|
|
298
|
-
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");
|
|
299
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
300
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
301
|
-
-webkit-tap-highlight-color: transparent;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
hr {
|
|
305
|
-
height: 0;
|
|
306
|
-
color: inherit;
|
|
307
|
-
border-top-width: 1px;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
abbr:where([title]) {
|
|
311
|
-
-webkit-text-decoration: underline dotted;
|
|
312
|
-
text-decoration: underline dotted;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
h1, h2, h3, h4, h5, h6 {
|
|
316
|
-
font-size: inherit;
|
|
317
|
-
font-weight: inherit;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
a {
|
|
321
|
-
color: inherit;
|
|
322
|
-
-webkit-text-decoration: inherit;
|
|
323
|
-
-webkit-text-decoration: inherit;
|
|
324
|
-
-webkit-text-decoration: inherit;
|
|
325
|
-
text-decoration: inherit;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
b, strong {
|
|
329
|
-
font-weight: bolder;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
code, kbd, samp, pre {
|
|
333
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
334
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
335
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
336
|
-
font-size: 1em;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
small {
|
|
340
|
-
font-size: 80%;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
sub, sup {
|
|
344
|
-
vertical-align: baseline;
|
|
345
|
-
font-size: 75%;
|
|
346
|
-
line-height: 0;
|
|
347
|
-
position: relative;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
sub {
|
|
351
|
-
bottom: -.25em;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
sup {
|
|
355
|
-
top: -.5em;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
table {
|
|
359
|
-
text-indent: 0;
|
|
360
|
-
border-color: inherit;
|
|
361
|
-
border-collapse: collapse;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
:-moz-focusring {
|
|
365
|
-
outline: auto;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
progress {
|
|
369
|
-
vertical-align: baseline;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
summary {
|
|
373
|
-
display: list-item;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
ol, ul, menu {
|
|
377
|
-
list-style: none;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
381
|
-
vertical-align: middle;
|
|
382
|
-
display: block;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
img, video {
|
|
386
|
-
max-width: 100%;
|
|
387
|
-
height: auto;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
button, input, select, optgroup, textarea {
|
|
391
|
-
font: inherit;
|
|
392
|
-
font-feature-settings: inherit;
|
|
393
|
-
font-variation-settings: inherit;
|
|
394
|
-
letter-spacing: inherit;
|
|
395
|
-
color: inherit;
|
|
396
|
-
opacity: 1;
|
|
397
|
-
background-color: #0000;
|
|
398
|
-
border-radius: 0;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
::file-selector-button {
|
|
402
|
-
font: inherit;
|
|
403
|
-
font-feature-settings: inherit;
|
|
404
|
-
font-variation-settings: inherit;
|
|
405
|
-
letter-spacing: inherit;
|
|
406
|
-
color: inherit;
|
|
407
|
-
opacity: 1;
|
|
408
|
-
background-color: #0000;
|
|
409
|
-
border-radius: 0;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
413
|
-
font-weight: bolder;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
417
|
-
padding-inline-start: 20px;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
::file-selector-button {
|
|
421
|
-
margin-inline-end: 4px;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
::placeholder {
|
|
425
|
-
opacity: 1;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
429
|
-
::placeholder {
|
|
430
|
-
color: currentColor;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
434
|
-
::placeholder {
|
|
435
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
textarea {
|
|
441
|
-
resize: vertical;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
::-webkit-search-decoration {
|
|
445
|
-
-webkit-appearance: none;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
::-webkit-date-and-time-value {
|
|
449
|
-
min-height: 1lh;
|
|
450
|
-
text-align: inherit;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
::-webkit-datetime-edit {
|
|
454
|
-
display: inline-flex;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
458
|
-
padding: 0;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
::-webkit-datetime-edit {
|
|
462
|
-
padding-block: 0;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
::-webkit-datetime-edit-year-field {
|
|
466
|
-
padding-block: 0;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
::-webkit-datetime-edit-month-field {
|
|
470
|
-
padding-block: 0;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
::-webkit-datetime-edit-day-field {
|
|
474
|
-
padding-block: 0;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
::-webkit-datetime-edit-hour-field {
|
|
478
|
-
padding-block: 0;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
::-webkit-datetime-edit-minute-field {
|
|
482
|
-
padding-block: 0;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
::-webkit-datetime-edit-second-field {
|
|
486
|
-
padding-block: 0;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
490
|
-
padding-block: 0;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
494
|
-
padding-block: 0;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
::-webkit-calendar-picker-indicator {
|
|
498
|
-
line-height: 1;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
:-moz-ui-invalid {
|
|
502
|
-
box-shadow: none;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
506
|
-
appearance: button;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
::file-selector-button {
|
|
510
|
-
appearance: button;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
::-webkit-inner-spin-button {
|
|
514
|
-
height: auto;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
::-webkit-outer-spin-button {
|
|
518
|
-
height: auto;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
522
|
-
display: none !important;
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
@layer components;
|
|
275
|
+
@layer base, components;
|
|
527
276
|
|
|
528
277
|
@layer utilities {
|
|
529
278
|
.pointer-events-none {
|
|
@@ -2367,4 +2116,4 @@ export {
|
|
|
2367
2116
|
opacity: .5;
|
|
2368
2117
|
}
|
|
2369
2118
|
}
|
|
2370
|
-
`;
|
|
2119
|
+
`;})();
|