opus-toolkit-components 1.4.5 → 1.4.7
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.
|
@@ -3848,6 +3848,7 @@ function Card(_ref) {
|
|
|
3848
3848
|
const intentClasses = {
|
|
3849
3849
|
default: 'bg-[--color-primary-bg] text-[--color-text-weak]',
|
|
3850
3850
|
info: 'bg-[--color-util-blue-200] text-[--color-black] border-[--color-util-blue]',
|
|
3851
|
+
warning: 'bg-[--color-util-yellow-200] text-[--color-black] border-[--color-util-yellow]',
|
|
3851
3852
|
success: 'bg-[--color-util-green-200] text-[--color-black] border-[--color-util-green]',
|
|
3852
3853
|
error: 'bg-[--color-util-red-200] text-[--color-text-black] border-[--color-util-red]',
|
|
3853
3854
|
brand: 'bg-[--color-brand-primary] text-[--color-white]',
|