@marianmeres/stuic 1.26.0 → 1.27.0
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.
|
@@ -66,7 +66,7 @@ export class AlertConfirmPromptConfig {
|
|
|
66
66
|
spinnerBox: `
|
|
67
67
|
absolute inset-0 flex justify-center items-center
|
|
68
68
|
rounded-lg
|
|
69
|
-
bg-white/
|
|
69
|
+
bg-white/75
|
|
70
70
|
`.trim()
|
|
71
71
|
};
|
|
72
72
|
// main userland configuration
|
|
@@ -474,5 +474,5 @@ $:
|
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
476
|
.rotating-cw {
|
|
477
|
-
animation: rotating-cw 0.
|
|
477
|
+
animation: rotating-cw 0.6s linear infinite;
|
|
478
478
|
}</style>
|
|
@@ -130,5 +130,5 @@ export const acpDefaultIcons = {
|
|
|
130
130
|
success: () => iconFeatherCheckCircle({}),
|
|
131
131
|
warn: () => iconFeatherAlertCircle({}),
|
|
132
132
|
error: () => iconFeatherXOctagon({}),
|
|
133
|
-
spinner: () => iconFeatherRotateCw({ size: 32, class: 'opacity-
|
|
133
|
+
spinner: () => iconFeatherRotateCw({ size: 32, class: 'opacity-50' }),
|
|
134
134
|
};
|