@marianmeres/stuic 2.1.24 → 2.1.25
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.
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
class={twMerge(
|
|
174
174
|
"validation-box",
|
|
175
175
|
_classCommon,
|
|
176
|
-
"text-
|
|
176
|
+
"text-sm text-input-accent-invalid dark:text-input-accent-invalid-dark tracking-tight",
|
|
177
177
|
classValidationBox
|
|
178
178
|
)}
|
|
179
179
|
>
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
classLabelBox,
|
|
85
85
|
classInputBox,
|
|
86
86
|
classInputBoxWrap,
|
|
87
|
+
classInputBoxWrapInvalid,
|
|
87
88
|
classDescBox,
|
|
88
89
|
classBelowBox,
|
|
89
90
|
style,
|
|
@@ -116,6 +117,7 @@
|
|
|
116
117
|
{classLabelBox}
|
|
117
118
|
{classInputBox}
|
|
118
119
|
{classInputBoxWrap}
|
|
120
|
+
{classInputBoxWrapInvalid}
|
|
119
121
|
{classDescBox}
|
|
120
122
|
{classBelowBox}
|
|
121
123
|
{validation}
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
class={twMerge(
|
|
196
196
|
"validation-box",
|
|
197
197
|
_classCommon,
|
|
198
|
-
"my-1 text-
|
|
198
|
+
"my-1 text-sm px-2 text-input-accent-invalid dark:text-input-accent-invalid-dark",
|
|
199
199
|
classValidationBox
|
|
200
200
|
)}
|
|
201
201
|
>
|