bump to v1.1.0 — parameter hints, custom files, i18n, version compatibility

This commit is contained in:
2026-08-07 18:36:53 +03:00
parent 51820db9de
commit ab13666126
2 changed files with 167 additions and 11 deletions
+31
View File
@@ -599,6 +599,10 @@ video {
margin-left: 2rem;
}
.ml-auto {
margin-left: auto;
}
.mr-1 {
margin-right: 0.25rem;
}
@@ -663,6 +667,10 @@ video {
width: 6rem;
}
.w-48 {
width: 12rem;
}
.w-6 {
width: 1.5rem;
}
@@ -769,6 +777,10 @@ video {
overflow-y: auto;
}
.whitespace-nowrap {
white-space: nowrap;
}
.whitespace-pre-wrap {
white-space: pre-wrap;
}
@@ -802,6 +814,11 @@ video {
border-top-width: 1px;
}
.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
@@ -962,6 +979,10 @@ video {
font-weight: 400;
}
.italic {
font-style: italic;
}
.leading-relaxed {
line-height: 1.625;
}
@@ -1073,6 +1094,11 @@ video {
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
--tw-text-opacity: 1;
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
@@ -1099,6 +1125,11 @@ video {
border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.dark\:border-slate-700:is(.dark *) {
--tw-border-opacity: 1;
border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.dark\:bg-blue-500:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));