edvoyui-component-library-test-flight 0.0.214 → 0.0.215
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.
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
:class="[
|
|
14
14
|
{ 'pointer-events-none cursor-not-allowed': disabled },
|
|
15
15
|
inputFilled
|
|
16
|
-
? 'overflow-hidden border border-gray-100 cursor-pointer group h-14 rounded-
|
|
16
|
+
? 'overflow-hidden border border-gray-100 cursor-pointer group h-14 rounded-xl eui-datepicker'
|
|
17
17
|
: 'h-10 eui-datepicker normal',
|
|
18
18
|
'relative w-full mb-2',
|
|
19
19
|
]"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
: 'top-1/2 text-sm w-full text-gray-700 cursor-pointer h-14 pt-5 pb-4 bg-white',
|
|
28
28
|
disabled ? ' cursor-not-allowed' : '',
|
|
29
29
|
required && `after:content-['*'] after:ml-0.5 after:text-red-500`,
|
|
30
|
-
'absolute font-medium left-0 px-4 z-[1] -translate-y-1/2 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-
|
|
30
|
+
'absolute font-medium left-0 px-4 z-[1] -translate-y-1/2 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-xl group-focus-within:bg-transparent group-hover:text-xs group-focus-within:h-auto group-focus-within:py-0 group-hover:top-3.5 group-hover:bg-transparent group-hover:h-auto group-hover:py-0 group-focus-within:-translate-y-1/2 group-hover:-translate-y-1/2 text-start first-letter:capitalize group-hover:rounded-none group-hover:text-gray-400 group-hover:w-max transition-all ease-in-out duration-300',
|
|
31
31
|
]"
|
|
32
32
|
>
|
|
33
33
|
{{ label || 'Datepicker' }}
|
|
@@ -248,7 +248,7 @@ const clearIconRight = computed(() =>
|
|
|
248
248
|
padding-right: v-bind(iconshowRight);
|
|
249
249
|
}
|
|
250
250
|
.dp__input.dp__input_focus {
|
|
251
|
-
@apply ring-2 ring-purple-600 rounded-
|
|
251
|
+
@apply ring-2 ring-purple-600 rounded-xl ring-inset h-[3.365rem];
|
|
252
252
|
}
|
|
253
253
|
.dp--clear-btn {
|
|
254
254
|
right: v-bind(clearIconRight);
|