@marianmeres/stuic 2.38.2 → 2.39.1
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.
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
const _classTitle = `text-center sm:text-left text-base font-semibold leading-6`;
|
|
131
131
|
|
|
132
|
-
const _classContent = `mt-2 mx-3 sm:mx-0 text-center sm:text-left
|
|
132
|
+
const _classContent = `mt-2 mx-3 sm:mx-0 text-center sm:text-left opacity-75`;
|
|
133
133
|
|
|
134
134
|
const _classMenu = `mt-6 sm:flex sm:space-x-4 justify-end space-y-4 sm:space-y-0`;
|
|
135
135
|
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
{id}
|
|
128
128
|
class={twMerge(
|
|
129
129
|
"form-input",
|
|
130
|
-
"block border-0 w-full
|
|
130
|
+
"block border-0 w-full",
|
|
131
131
|
"file:rounded file:border-0 file:mr-4 file:bg-neutral-200",
|
|
132
|
-
"file:px-2
|
|
132
|
+
"file:px-2 file:cursor-pointer",
|
|
133
133
|
"focus-visible:ring-0 focus:ring-0 focus:leading-0",
|
|
134
134
|
renderSize,
|
|
135
135
|
classInput
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
class={twMerge(
|
|
339
339
|
INPUT_CLS,
|
|
340
340
|
"flex-1",
|
|
341
|
-
renderSize === "sm" && "text-sm",
|
|
341
|
+
// renderSize === "sm" && "text-sm",
|
|
342
342
|
classKeyInput
|
|
343
343
|
)}
|
|
344
344
|
{disabled}
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
class={twMerge(
|
|
355
355
|
INPUT_CLS,
|
|
356
356
|
"min-h-10 overflow-auto",
|
|
357
|
-
renderSize === "sm" && "text-sm",
|
|
357
|
+
// renderSize === "sm" && "text-sm",
|
|
358
358
|
classValueInput
|
|
359
359
|
)}
|
|
360
360
|
style="resize: vertical;"
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
class={twMerge(
|
|
395
395
|
"flex items-center gap-1 text-sm opacity-75 hover:opacity-100",
|
|
396
396
|
"bg-neutral-200 dark:bg-neutral-600",
|
|
397
|
-
"p-1 pr-2 rounded hover:bg-neutral-300 dark:hover:bg-neutral-500"
|
|
397
|
+
"p-1.5 pr-2 rounded hover:bg-neutral-300 dark:hover:bg-neutral-500"
|
|
398
398
|
)}
|
|
399
399
|
{disabled}
|
|
400
400
|
>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
placeholder:text-neutral-950/35 dark:placeholder:text-neutral-50/35
|
|
21
21
|
text-neutral-950 dark:text-neutral-50;
|
|
22
22
|
&.sm {
|
|
23
|
-
@apply text-sm placeholder:text-sm;
|
|
23
|
+
/* @apply text-sm placeholder:text-sm; */
|
|
24
24
|
}
|
|
25
25
|
&.lg {
|
|
26
26
|
@apply text-lg placeholder:text-lg;
|