tinacms 1.5.10 → 1.5.12

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/style.css CHANGED
@@ -314,6 +314,343 @@
314
314
  --tw-backdrop-saturate: ;
315
315
  --tw-backdrop-sepia: ;
316
316
  }
317
+ .tina-prose {
318
+ color: var(--tw-prose-body);
319
+ max-width: 65ch;
320
+ }
321
+ .tina-prose :where([class~="lead"]):not(:where([class~="not-tina-prose"] *)) {
322
+ color: var(--tw-prose-lead);
323
+ font-size: 1.25em;
324
+ line-height: 1.6;
325
+ margin-top: 1.2em;
326
+ margin-bottom: 1.2em;
327
+ }
328
+ .tina-prose :where(a):not(:where([class~="not-tina-prose"] *)) {
329
+ color: var(--tw-prose-links);
330
+ text-decoration: underline;
331
+ font-weight: 500;
332
+ }
333
+ .tina-prose :where(strong):not(:where([class~="not-tina-prose"] *)) {
334
+ color: var(--tw-prose-bold);
335
+ font-weight: 600;
336
+ }
337
+ .tina-prose :where(ol):not(:where([class~="not-tina-prose"] *)) {
338
+ list-style-type: decimal;
339
+ padding-left: 1.625em;
340
+ }
341
+ .tina-prose :where(ol[type="A"]):not(:where([class~="not-tina-prose"] *)) {
342
+ list-style-type: upper-alpha;
343
+ }
344
+ .tina-prose :where(ol[type="a"]):not(:where([class~="not-tina-prose"] *)) {
345
+ list-style-type: lower-alpha;
346
+ }
347
+ .tina-prose :where(ol[type="A" s]):not(:where([class~="not-tina-prose"] *)) {
348
+ list-style-type: upper-alpha;
349
+ }
350
+ .tina-prose :where(ol[type="a" s]):not(:where([class~="not-tina-prose"] *)) {
351
+ list-style-type: lower-alpha;
352
+ }
353
+ .tina-prose :where(ol[type="I"]):not(:where([class~="not-tina-prose"] *)) {
354
+ list-style-type: upper-roman;
355
+ }
356
+ .tina-prose :where(ol[type="i"]):not(:where([class~="not-tina-prose"] *)) {
357
+ list-style-type: lower-roman;
358
+ }
359
+ .tina-prose :where(ol[type="I" s]):not(:where([class~="not-tina-prose"] *)) {
360
+ list-style-type: upper-roman;
361
+ }
362
+ .tina-prose :where(ol[type="i" s]):not(:where([class~="not-tina-prose"] *)) {
363
+ list-style-type: lower-roman;
364
+ }
365
+ .tina-prose :where(ol[type="1"]):not(:where([class~="not-tina-prose"] *)) {
366
+ list-style-type: decimal;
367
+ }
368
+ .tina-prose :where(ul):not(:where([class~="not-tina-prose"] *)) {
369
+ list-style-type: disc;
370
+ padding-left: 1.625em;
371
+ }
372
+ .tina-prose :where(ol > li):not(:where([class~="not-tina-prose"] *))::marker {
373
+ font-weight: 400;
374
+ color: var(--tw-prose-counters);
375
+ }
376
+ .tina-prose :where(ul > li):not(:where([class~="not-tina-prose"] *))::marker {
377
+ color: var(--tw-prose-bullets);
378
+ }
379
+ .tina-prose :where(hr):not(:where([class~="not-tina-prose"] *)) {
380
+ border-color: var(--tw-prose-hr);
381
+ border-top-width: 1px;
382
+ margin-top: 3em;
383
+ margin-bottom: 3em;
384
+ }
385
+ .tina-prose :where(blockquote):not(:where([class~="not-tina-prose"] *)) {
386
+ font-weight: 500;
387
+ font-style: italic;
388
+ color: var(--tw-prose-quotes);
389
+ border-left-width: 0.25rem;
390
+ border-left-color: var(--tw-prose-quote-borders);
391
+ quotes: "\201C""\201D""\2018""\2019";
392
+ margin-top: 1.6em;
393
+ margin-bottom: 1.6em;
394
+ padding-left: 1em;
395
+ }
396
+ .tina-prose :where(blockquote p:first-of-type):not(:where([class~="not-tina-prose"] *))::before {
397
+ content: open-quote;
398
+ }
399
+ .tina-prose :where(blockquote p:last-of-type):not(:where([class~="not-tina-prose"] *))::after {
400
+ content: close-quote;
401
+ }
402
+ .tina-prose :where(h1):not(:where([class~="not-tina-prose"] *)) {
403
+ color: var(--tw-prose-headings);
404
+ font-weight: 800;
405
+ font-size: 2.25em;
406
+ margin-top: 0;
407
+ margin-bottom: 0.8888889em;
408
+ line-height: 1.1111111;
409
+ }
410
+ .tina-prose :where(h1 strong):not(:where([class~="not-tina-prose"] *)) {
411
+ font-weight: 900;
412
+ }
413
+ .tina-prose :where(h2):not(:where([class~="not-tina-prose"] *)) {
414
+ color: var(--tw-prose-headings);
415
+ font-weight: 700;
416
+ font-size: 1.5em;
417
+ margin-top: 2em;
418
+ margin-bottom: 1em;
419
+ line-height: 1.3333333;
420
+ }
421
+ .tina-prose :where(h2 strong):not(:where([class~="not-tina-prose"] *)) {
422
+ font-weight: 800;
423
+ }
424
+ .tina-prose :where(h3):not(:where([class~="not-tina-prose"] *)) {
425
+ color: var(--tw-prose-headings);
426
+ font-weight: 600;
427
+ font-size: 1.25em;
428
+ margin-top: 1.6em;
429
+ margin-bottom: 0.6em;
430
+ line-height: 1.6;
431
+ }
432
+ .tina-prose :where(h3 strong):not(:where([class~="not-tina-prose"] *)) {
433
+ font-weight: 700;
434
+ }
435
+ .tina-prose :where(h4):not(:where([class~="not-tina-prose"] *)) {
436
+ color: var(--tw-prose-headings);
437
+ font-weight: 600;
438
+ margin-top: 1.5em;
439
+ margin-bottom: 0.5em;
440
+ line-height: 1.5;
441
+ }
442
+ .tina-prose :where(h4 strong):not(:where([class~="not-tina-prose"] *)) {
443
+ font-weight: 700;
444
+ }
445
+ .tina-prose :where(figure > *):not(:where([class~="not-tina-prose"] *)) {
446
+ margin-top: 0;
447
+ margin-bottom: 0;
448
+ }
449
+ .tina-prose :where(figcaption):not(:where([class~="not-tina-prose"] *)) {
450
+ color: var(--tw-prose-captions);
451
+ font-size: 0.875em;
452
+ line-height: 1.4285714;
453
+ margin-top: 0.8571429em;
454
+ }
455
+ .tina-prose :where(code):not(:where([class~="not-tina-prose"] *)) {
456
+ color: var(--tw-prose-code);
457
+ font-weight: 600;
458
+ font-size: 0.875em;
459
+ }
460
+ .tina-prose :where(code):not(:where([class~="not-tina-prose"] *))::before {
461
+ content: "`";
462
+ }
463
+ .tina-prose :where(code):not(:where([class~="not-tina-prose"] *))::after {
464
+ content: "`";
465
+ }
466
+ .tina-prose :where(a code):not(:where([class~="not-tina-prose"] *)) {
467
+ color: var(--tw-prose-links);
468
+ }
469
+ .tina-prose :where(pre):not(:where([class~="not-tina-prose"] *)) {
470
+ color: var(--tw-prose-pre-code);
471
+ background-color: var(--tw-prose-pre-bg);
472
+ overflow-x: auto;
473
+ font-weight: 400;
474
+ font-size: 0.875em;
475
+ line-height: 1.7142857;
476
+ margin-top: 1.7142857em;
477
+ margin-bottom: 1.7142857em;
478
+ border-radius: 0.375rem;
479
+ padding-top: 0.8571429em;
480
+ padding-right: 1.1428571em;
481
+ padding-bottom: 0.8571429em;
482
+ padding-left: 1.1428571em;
483
+ }
484
+ .tina-prose :where(pre code):not(:where([class~="not-tina-prose"] *)) {
485
+ background-color: transparent;
486
+ border-width: 0;
487
+ border-radius: 0;
488
+ padding: 0;
489
+ font-weight: inherit;
490
+ color: inherit;
491
+ font-size: inherit;
492
+ font-family: inherit;
493
+ line-height: inherit;
494
+ }
495
+ .tina-prose :where(pre code):not(:where([class~="not-tina-prose"] *))::before {
496
+ content: none;
497
+ }
498
+ .tina-prose :where(pre code):not(:where([class~="not-tina-prose"] *))::after {
499
+ content: none;
500
+ }
501
+ .tina-prose :where(table):not(:where([class~="not-tina-prose"] *)) {
502
+ width: 100%;
503
+ table-layout: auto;
504
+ text-align: left;
505
+ margin-top: 2em;
506
+ margin-bottom: 2em;
507
+ font-size: 0.875em;
508
+ line-height: 1.7142857;
509
+ }
510
+ .tina-prose :where(thead):not(:where([class~="not-tina-prose"] *)) {
511
+ border-bottom-width: 1px;
512
+ border-bottom-color: var(--tw-prose-th-borders);
513
+ }
514
+ .tina-prose :where(thead th):not(:where([class~="not-tina-prose"] *)) {
515
+ color: var(--tw-prose-headings);
516
+ font-weight: 600;
517
+ vertical-align: bottom;
518
+ padding-right: 0.5714286em;
519
+ padding-bottom: 0.5714286em;
520
+ padding-left: 0.5714286em;
521
+ }
522
+ .tina-prose :where(tbody tr):not(:where([class~="not-tina-prose"] *)) {
523
+ border-bottom-width: 1px;
524
+ border-bottom-color: var(--tw-prose-td-borders);
525
+ }
526
+ .tina-prose :where(tbody tr:last-child):not(:where([class~="not-tina-prose"] *)) {
527
+ border-bottom-width: 0;
528
+ }
529
+ .tina-prose :where(tbody td):not(:where([class~="not-tina-prose"] *)) {
530
+ vertical-align: baseline;
531
+ padding-top: 0.5714286em;
532
+ padding-right: 0.5714286em;
533
+ padding-bottom: 0.5714286em;
534
+ padding-left: 0.5714286em;
535
+ }
536
+ .tina-prose {
537
+ --tw-prose-body: #374151;
538
+ --tw-prose-headings: #111827;
539
+ --tw-prose-lead: #4b5563;
540
+ --tw-prose-links: #111827;
541
+ --tw-prose-bold: #111827;
542
+ --tw-prose-counters: #6b7280;
543
+ --tw-prose-bullets: #d1d5db;
544
+ --tw-prose-hr: #e5e7eb;
545
+ --tw-prose-quotes: #111827;
546
+ --tw-prose-quote-borders: #e5e7eb;
547
+ --tw-prose-captions: #6b7280;
548
+ --tw-prose-code: #111827;
549
+ --tw-prose-pre-code: #e5e7eb;
550
+ --tw-prose-pre-bg: #1f2937;
551
+ --tw-prose-th-borders: #d1d5db;
552
+ --tw-prose-td-borders: #e5e7eb;
553
+ --tw-prose-invert-body: #d1d5db;
554
+ --tw-prose-invert-headings: #fff;
555
+ --tw-prose-invert-lead: #9ca3af;
556
+ --tw-prose-invert-links: #fff;
557
+ --tw-prose-invert-bold: #fff;
558
+ --tw-prose-invert-counters: #9ca3af;
559
+ --tw-prose-invert-bullets: #4b5563;
560
+ --tw-prose-invert-hr: #374151;
561
+ --tw-prose-invert-quotes: #f3f4f6;
562
+ --tw-prose-invert-quote-borders: #374151;
563
+ --tw-prose-invert-captions: #9ca3af;
564
+ --tw-prose-invert-code: #fff;
565
+ --tw-prose-invert-pre-code: #d1d5db;
566
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
567
+ --tw-prose-invert-th-borders: #4b5563;
568
+ --tw-prose-invert-td-borders: #374151;
569
+ font-size: 1rem;
570
+ line-height: 1.75;
571
+ }
572
+ .tina-prose :where(p):not(:where([class~="not-tina-prose"] *)) {
573
+ margin-top: 1.25em;
574
+ margin-bottom: 1.25em;
575
+ }
576
+ .tina-prose :where(img):not(:where([class~="not-tina-prose"] *)) {
577
+ margin-top: 2em;
578
+ margin-bottom: 2em;
579
+ }
580
+ .tina-prose :where(video):not(:where([class~="not-tina-prose"] *)) {
581
+ margin-top: 2em;
582
+ margin-bottom: 2em;
583
+ }
584
+ .tina-prose :where(figure):not(:where([class~="not-tina-prose"] *)) {
585
+ margin-top: 2em;
586
+ margin-bottom: 2em;
587
+ }
588
+ .tina-prose :where(h2 code):not(:where([class~="not-tina-prose"] *)) {
589
+ font-size: 0.875em;
590
+ }
591
+ .tina-prose :where(h3 code):not(:where([class~="not-tina-prose"] *)) {
592
+ font-size: 0.9em;
593
+ }
594
+ .tina-prose :where(li):not(:where([class~="not-tina-prose"] *)) {
595
+ margin-top: 0.5em;
596
+ margin-bottom: 0.5em;
597
+ }
598
+ .tina-prose :where(ol > li):not(:where([class~="not-tina-prose"] *)) {
599
+ padding-left: 0.375em;
600
+ }
601
+ .tina-prose :where(ul > li):not(:where([class~="not-tina-prose"] *)) {
602
+ padding-left: 0.375em;
603
+ }
604
+ .tina-prose > :where(ul > li p):not(:where([class~="not-tina-prose"] *)) {
605
+ margin-top: 0.75em;
606
+ margin-bottom: 0.75em;
607
+ }
608
+ .tina-prose > :where(ul > li > *:first-child):not(:where([class~="not-tina-prose"] *)) {
609
+ margin-top: 1.25em;
610
+ }
611
+ .tina-prose > :where(ul > li > *:last-child):not(:where([class~="not-tina-prose"] *)) {
612
+ margin-bottom: 1.25em;
613
+ }
614
+ .tina-prose > :where(ol > li > *:first-child):not(:where([class~="not-tina-prose"] *)) {
615
+ margin-top: 1.25em;
616
+ }
617
+ .tina-prose > :where(ol > li > *:last-child):not(:where([class~="not-tina-prose"] *)) {
618
+ margin-bottom: 1.25em;
619
+ }
620
+ .tina-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-tina-prose"] *)) {
621
+ margin-top: 0.75em;
622
+ margin-bottom: 0.75em;
623
+ }
624
+ .tina-prose :where(hr + *):not(:where([class~="not-tina-prose"] *)) {
625
+ margin-top: 0;
626
+ }
627
+ .tina-prose :where(h2 + *):not(:where([class~="not-tina-prose"] *)) {
628
+ margin-top: 0;
629
+ }
630
+ .tina-prose :where(h3 + *):not(:where([class~="not-tina-prose"] *)) {
631
+ margin-top: 0;
632
+ }
633
+ .tina-prose :where(h4 + *):not(:where([class~="not-tina-prose"] *)) {
634
+ margin-top: 0;
635
+ }
636
+ .tina-prose :where(thead th:first-child):not(:where([class~="not-tina-prose"] *)) {
637
+ padding-left: 0;
638
+ }
639
+ .tina-prose :where(thead th:last-child):not(:where([class~="not-tina-prose"] *)) {
640
+ padding-right: 0;
641
+ }
642
+ .tina-prose :where(tbody td:first-child):not(:where([class~="not-tina-prose"] *)) {
643
+ padding-left: 0;
644
+ }
645
+ .tina-prose :where(tbody td:last-child):not(:where([class~="not-tina-prose"] *)) {
646
+ padding-right: 0;
647
+ }
648
+ .tina-prose > :where(:first-child):not(:where([class~="not-tina-prose"] *)) {
649
+ margin-top: 0;
650
+ }
651
+ .tina-prose > :where(:last-child):not(:where([class~="not-tina-prose"] *)) {
652
+ margin-bottom: 0;
653
+ }
317
654
  .tina-tailwind .pointer-events-none {
318
655
  pointer-events: none;
319
656
  }
@@ -375,21 +712,16 @@
375
712
  margin-left: auto;
376
713
  margin-right: auto;
377
714
  }
715
+ .tina-tailwind .my-8 {
716
+ margin-top: 32px;
717
+ margin-bottom: 32px;
718
+ }
378
719
  .tina-tailwind .-ml-px {
379
720
  margin-left: -1px;
380
721
  }
381
- .tina-tailwind .-mt-0 {
382
- margin-top: -0px;
383
- }
384
- .tina-tailwind .-mt-0\.5 {
385
- margin-top: -2px;
386
- }
387
722
  .tina-tailwind .mb-1 {
388
723
  margin-bottom: 4px;
389
724
  }
390
- .tina-tailwind .mb-2 {
391
- margin-bottom: 8px;
392
- }
393
725
  .tina-tailwind .mb-4 {
394
726
  margin-bottom: 16px;
395
727
  }
@@ -492,9 +824,15 @@
492
824
  .tina-tailwind .min-w-\[200px\] {
493
825
  min-width: 200px;
494
826
  }
827
+ .tina-tailwind .min-w-\[48px\] {
828
+ min-width: 48px;
829
+ }
495
830
  .tina-tailwind .max-w-0 {
496
831
  max-width: 0rem;
497
832
  }
833
+ .tina-tailwind .max-w-5xl {
834
+ max-width: 64rem;
835
+ }
498
836
  .tina-tailwind .max-w-form {
499
837
  max-width: 900px;
500
838
  }
@@ -513,12 +851,21 @@
513
851
  .tina-tailwind .flex-shrink-0 {
514
852
  flex-shrink: 0;
515
853
  }
854
+ .tina-tailwind .shrink {
855
+ flex-shrink: 1;
856
+ }
516
857
  .tina-tailwind .shrink-0 {
517
858
  flex-shrink: 0;
518
859
  }
519
860
  .tina-tailwind .flex-grow-0 {
520
861
  flex-grow: 0;
521
862
  }
863
+ .tina-tailwind .grow-0 {
864
+ flex-grow: 0;
865
+ }
866
+ .tina-tailwind .basis-0 {
867
+ flex-basis: 0px;
868
+ }
522
869
  .tina-tailwind .table-auto {
523
870
  table-layout: auto;
524
871
  }
@@ -554,6 +901,15 @@
554
901
  .tina-tailwind .transform {
555
902
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
556
903
  }
904
+ @keyframes spin {
905
+
906
+ to {
907
+ transform: rotate(360deg);
908
+ }
909
+ }
910
+ .tina-tailwind .animate-spin {
911
+ animation: spin 1s linear infinite;
912
+ }
557
913
  .tina-tailwind .cursor-pointer {
558
914
  cursor: pointer;
559
915
  }
@@ -599,6 +955,9 @@
599
955
  .tina-tailwind .gap-1 {
600
956
  gap: 4px;
601
957
  }
958
+ .tina-tailwind .gap-1\.5 {
959
+ gap: 6px;
960
+ }
602
961
  .tina-tailwind .gap-2 {
603
962
  gap: 8px;
604
963
  }
@@ -626,6 +985,9 @@
626
985
  .tina-tailwind .overflow-hidden {
627
986
  overflow: hidden;
628
987
  }
988
+ .tina-tailwind .overflow-scroll {
989
+ overflow: scroll;
990
+ }
629
991
  .tina-tailwind .overflow-y-auto {
630
992
  overflow-y: auto;
631
993
  }
@@ -665,6 +1027,9 @@
665
1027
  .tina-tailwind .border-b {
666
1028
  border-bottom-width: 1px;
667
1029
  }
1030
+ .tina-tailwind .border-l-2 {
1031
+ border-left-width: 2px;
1032
+ }
668
1033
  .tina-tailwind .border-r {
669
1034
  border-right-width: 1px;
670
1035
  }
@@ -742,10 +1107,20 @@
742
1107
  .tina-tailwind .p-0 {
743
1108
  padding: 0px;
744
1109
  }
1110
+ .tina-tailwind .p-6 {
1111
+ padding: 24px;
1112
+ }
1113
+ .tina-tailwind .p-8 {
1114
+ padding: 32px;
1115
+ }
745
1116
  .tina-tailwind .px-12 {
746
1117
  padding-left: 48px;
747
1118
  padding-right: 48px;
748
1119
  }
1120
+ .tina-tailwind .px-2 {
1121
+ padding-left: 8px;
1122
+ padding-right: 8px;
1123
+ }
749
1124
  .tina-tailwind .px-20 {
750
1125
  padding-left: 80px;
751
1126
  padding-right: 80px;
@@ -798,12 +1173,18 @@
798
1173
  padding-top: 32px;
799
1174
  padding-bottom: 32px;
800
1175
  }
1176
+ .tina-tailwind .pb-4 {
1177
+ padding-bottom: 16px;
1178
+ }
801
1179
  .tina-tailwind .pl-18 {
802
1180
  padding-left: 72px;
803
1181
  }
804
1182
  .tina-tailwind .pl-3 {
805
1183
  padding-left: 12px;
806
1184
  }
1185
+ .tina-tailwind .pl-4 {
1186
+ padding-left: 16px;
1187
+ }
807
1188
  .tina-tailwind .pl-5 {
808
1189
  padding-left: 20px;
809
1190
  }
@@ -822,6 +1203,9 @@
822
1203
  .tina-tailwind .pt-12 {
823
1204
  padding-top: 48px;
824
1205
  }
1206
+ .tina-tailwind .pt-3 {
1207
+ padding-top: 12px;
1208
+ }
825
1209
  .tina-tailwind .pt-4 {
826
1210
  padding-top: 16px;
827
1211
  }
@@ -831,6 +1215,9 @@
831
1215
  .tina-tailwind .text-center {
832
1216
  text-align: center;
833
1217
  }
1218
+ .tina-tailwind .font-mono {
1219
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1220
+ }
834
1221
  .tina-tailwind .font-sans {
835
1222
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
836
1223
  }
@@ -862,6 +1249,9 @@
862
1249
  font-size: 13px;
863
1250
  line-height: 1.33;
864
1251
  }
1252
+ .tina-tailwind .font-bold {
1253
+ font-weight: 700;
1254
+ }
865
1255
  .tina-tailwind .font-medium {
866
1256
  font-weight: 500;
867
1257
  }
@@ -898,9 +1288,6 @@
898
1288
  --tw-text-opacity: 1;
899
1289
  color: rgb(5 116 228 / var(--tw-text-opacity));
900
1290
  }
901
- .tina-tailwind .text-current {
902
- color: currentColor;
903
- }
904
1291
  .tina-tailwind .text-gray-200 {
905
1292
  --tw-text-opacity: 1;
906
1293
  color: rgb(225 221 236 / var(--tw-text-opacity));
@@ -929,6 +1316,10 @@
929
1316
  --tw-text-opacity: 1;
930
1317
  color: rgb(37 35 54 / var(--tw-text-opacity));
931
1318
  }
1319
+ .tina-tailwind .text-orange-600 {
1320
+ --tw-text-opacity: 1;
1321
+ color: rgb(220 68 25 / var(--tw-text-opacity));
1322
+ }
932
1323
  .tina-tailwind .text-red-400 {
933
1324
  --tw-text-opacity: 1;
934
1325
  color: rgb(248 113 113 / var(--tw-text-opacity));
@@ -937,6 +1328,10 @@
937
1328
  --tw-text-opacity: 1;
938
1329
  color: rgb(239 68 68 / var(--tw-text-opacity));
939
1330
  }
1331
+ .tina-tailwind .text-red-700 {
1332
+ --tw-text-opacity: 1;
1333
+ color: rgb(185 28 28 / var(--tw-text-opacity));
1334
+ }
940
1335
  .tina-tailwind .text-white {
941
1336
  --tw-text-opacity: 1;
942
1337
  color: rgb(255 255 255 / var(--tw-text-opacity));
@@ -962,8 +1357,8 @@
962
1357
  .tina-tailwind .opacity-20 {
963
1358
  opacity: .2;
964
1359
  }
965
- .tina-tailwind .opacity-50 {
966
- opacity: .5;
1360
+ .tina-tailwind .opacity-30 {
1361
+ opacity: .3;
967
1362
  }
968
1363
  .tina-tailwind .opacity-70 {
969
1364
  opacity: .7;
@@ -1022,11 +1417,6 @@
1022
1417
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1023
1418
  transition-duration: 150ms;
1024
1419
  }
1025
- .tina-tailwind .transition-colors {
1026
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1027
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1028
- transition-duration: 150ms;
1029
- }
1030
1420
  .tina-tailwind .transition-opacity {
1031
1421
  transition-property: opacity;
1032
1422
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -1082,6 +1472,9 @@
1082
1472
  --tw-text-opacity: 1;
1083
1473
  color: rgb(5 116 228 / var(--tw-text-opacity));
1084
1474
  }
1475
+ .tina-tailwind .hover\:underline:hover {
1476
+ text-decoration-line: underline;
1477
+ }
1085
1478
  .tina-tailwind .hover\:decoration-blue-400:hover {
1086
1479
  text-decoration-color: #2296fe;
1087
1480
  }
@@ -1095,17 +1488,10 @@
1095
1488
  --tw-border-opacity: 1;
1096
1489
  border-color: rgb(0 132 255 / var(--tw-border-opacity));
1097
1490
  }
1098
- .tina-tailwind .focus\:text-blue-400:focus {
1099
- --tw-text-opacity: 1;
1100
- color: rgb(34 150 254 / var(--tw-text-opacity));
1101
- }
1102
1491
  .tina-tailwind .focus\:text-gray-900:focus {
1103
1492
  --tw-text-opacity: 1;
1104
1493
  color: rgb(37 35 54 / var(--tw-text-opacity));
1105
1494
  }
1106
- .tina-tailwind .focus\:underline:focus {
1107
- text-decoration-line: underline;
1108
- }
1109
1495
  .tina-tailwind .focus\:shadow-outline:focus {
1110
1496
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
1111
1497
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms",
3
- "version": "1.5.10",
3
+ "version": "1.5.12",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "exports": {
@@ -29,6 +29,11 @@
29
29
  "import": "./dist/rich-text/index.es.js",
30
30
  "require": "./dist/rich-text/index.js"
31
31
  },
32
+ "./dist/dev-tools": {
33
+ "types": "./dist/dev-tools.d.ts",
34
+ "import": "./dist/dev-tools.es.js",
35
+ "require": "./dist/dev-tools.js"
36
+ },
32
37
  "./dist/rich-text/prism": {
33
38
  "types": "./dist/rich-text/prism.d.ts",
34
39
  "import": "./dist/rich-text/prism.es.js",
@@ -45,7 +50,8 @@
45
50
  "src/rich-text/index.tsx",
46
51
  "src/rich-text/prism.tsx",
47
52
  "src/react.tsx",
48
- "src/client.ts"
53
+ "src/client.ts",
54
+ "src/dev-tools.tsx"
49
55
  ]
50
56
  },
51
57
  "typings": "dist/index.d.ts",
@@ -56,10 +62,10 @@
56
62
  "@headlessui/react": "^1.5.0",
57
63
  "@heroicons/react": "^1.0.4",
58
64
  "@react-hook/window-size": "^3.0.7",
59
- "@tinacms/search": "1.0.2",
60
- "@tinacms/schema-tools": "1.4.6",
65
+ "@tinacms/search": "1.0.3",
66
+ "@tinacms/schema-tools": "1.4.7",
61
67
  "@tinacms/sharedctx": "1.0.1",
62
- "@tinacms/toolkit": "1.7.6",
68
+ "@tinacms/toolkit": "1.7.8",
63
69
  "crypto-js": "^4.0.0",
64
70
  "encoding": "0.1.13",
65
71
  "fetch-ponyfill": "^7.1.0",