@saasmakers/ui 1.4.9 → 1.4.11
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.
|
@@ -46,7 +46,7 @@ function onClose(event: KeyboardEvent | MouseEvent) {
|
|
|
46
46
|
|
|
47
47
|
<button
|
|
48
48
|
v-if="action"
|
|
49
|
-
class="ml-1.5 rounded-
|
|
49
|
+
class="ml-1.5 rounded-md px-1.5 py-0 transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-1 focus-visible:ring-offset-gray-900 dark:focus-visible:ring-offset-gray-800"
|
|
50
50
|
:class="{
|
|
51
51
|
'bg-red-600/20 text-red-400 hover:bg-red-600/30 focus-visible:ring-red-500 dark:bg-red-400/15 dark:text-red-400 dark:hover:bg-red-400/25': status === 'error',
|
|
52
52
|
'bg-indigo-600/20 text-indigo-400 hover:bg-indigo-600/30 focus-visible:ring-indigo-500 dark:bg-indigo-400/15 dark:text-indigo-400 dark:hover:bg-indigo-400/25': status === 'info',
|
|
@@ -60,7 +60,7 @@ function onClose(event: KeyboardEvent | MouseEvent) {
|
|
|
60
60
|
bold
|
|
61
61
|
class="pointer-events-none"
|
|
62
62
|
no-wrap
|
|
63
|
-
size="
|
|
63
|
+
size="base"
|
|
64
64
|
:text="action.label"
|
|
65
65
|
uppercase
|
|
66
66
|
/>
|