tinacms 0.66.2 → 0.66.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/style.css CHANGED
@@ -725,6 +725,10 @@ Document
725
725
  height: 20px !important;
726
726
  }
727
727
 
728
+ .tina-tailwind .h-12 {
729
+ height: 48px !important;
730
+ }
731
+
728
732
  .tina-tailwind .w-full {
729
733
  width: 100% !important;
730
734
  }
@@ -745,10 +749,6 @@ Document
745
749
  width: 224px !important;
746
750
  }
747
751
 
748
- .tina-tailwind .w-0 {
749
- width: 0px !important;
750
- }
751
-
752
752
  .tina-tailwind .w-6 {
753
753
  width: 24px !important;
754
754
  }
@@ -773,6 +773,14 @@ Document
773
773
  flex: 1 1 0% !important;
774
774
  }
775
775
 
776
+ .tina-tailwind .flex-shrink-0 {
777
+ flex-shrink: 0 !important;
778
+ }
779
+
780
+ .tina-tailwind .flex-grow-0 {
781
+ flex-grow: 0 !important;
782
+ }
783
+
776
784
  .tina-tailwind .table-auto {
777
785
  table-layout: auto !important;
778
786
  }
@@ -812,6 +820,10 @@ Document
812
820
  transform: var(--tw-transform) !important;
813
821
  }
814
822
 
823
+ .tina-tailwind .cursor-pointer {
824
+ cursor: pointer !important;
825
+ }
826
+
815
827
  .tina-tailwind .flex-col {
816
828
  flex-direction: column !important;
817
829
  }
@@ -828,6 +840,10 @@ Document
828
840
  align-items: stretch !important;
829
841
  }
830
842
 
843
+ .tina-tailwind .justify-end {
844
+ justify-content: flex-end !important;
845
+ }
846
+
831
847
  .tina-tailwind .justify-center {
832
848
  justify-content: center !important;
833
849
  }
@@ -895,10 +911,6 @@ Document
895
911
  border-color: rgba(225, 221, 236, var(--tw-border-opacity)) !important;
896
912
  }
897
913
 
898
- .tina-tailwind .border-transparent {
899
- border-color: transparent !important;
900
- }
901
-
902
914
  .tina-tailwind .bg-white {
903
915
  --tw-bg-opacity: 1 !important;
904
916
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
@@ -982,9 +994,8 @@ Document
982
994
  padding-bottom: 12px !important;
983
995
  }
984
996
 
985
- .tina-tailwind .px-8 {
986
- padding-left: 32px !important;
987
- padding-right: 32px !important;
997
+ .tina-tailwind .pt-4 {
998
+ padding-top: 16px !important;
988
999
  }
989
1000
 
990
1001
  .tina-tailwind .pb-4 {
@@ -1061,10 +1072,6 @@ Document
1061
1072
  line-height: 20px !important;
1062
1073
  }
1063
1074
 
1064
- .tina-tailwind .leading-4 {
1065
- line-height: 16px !important;
1066
- }
1067
-
1068
1075
  .tina-tailwind .tracking-wide {
1069
1076
  letter-spacing: 0.025em !important;
1070
1077
  }
@@ -1166,11 +1173,6 @@ Document
1166
1173
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1167
1174
  }
1168
1175
 
1169
- .tina-tailwind .shadow-sm {
1170
- --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
1171
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1172
- }
1173
-
1174
1176
  .tina-tailwind .ring-1 {
1175
1177
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
1176
1178
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
@@ -1265,11 +1267,6 @@ Document
1265
1267
  background-color: rgba(5, 116, 228, var(--tw-bg-opacity)) !important;
1266
1268
  }
1267
1269
 
1268
- .hover\:bg-gray-50:hover {
1269
- --tw-bg-opacity: 1 !important;
1270
- background-color: rgba(246, 246, 249, var(--tw-bg-opacity)) !important;
1271
- }
1272
-
1273
1270
  .hover\:text-blue-600:hover {
1274
1271
  --tw-text-opacity: 1 !important;
1275
1272
  color: rgba(5, 116, 228, var(--tw-text-opacity)) !important;
@@ -1284,10 +1281,6 @@ Document
1284
1281
  opacity: 1 !important;
1285
1282
  }
1286
1283
 
1287
- .hover\:opacity-80:hover {
1288
- opacity: .8 !important;
1289
- }
1290
-
1291
1284
  .focus\:text-blue-400:focus {
1292
1285
  --tw-text-opacity: 1 !important;
1293
1286
  color: rgba(34, 150, 254, var(--tw-text-opacity)) !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms",
3
- "version": "0.66.2",
3
+ "version": "0.66.5",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"
@@ -24,7 +24,7 @@
24
24
  "@headlessui/react": "^1.4.1",
25
25
  "@heroicons/react": "^1.0.4",
26
26
  "@tinacms/sharedctx": "0.1.0",
27
- "@tinacms/toolkit": "0.56.12",
27
+ "@tinacms/toolkit": "0.56.15",
28
28
  "crypto-js": "^4.0.0",
29
29
  "final-form": "4.20.1",
30
30
  "graphql": "^15.1.0",