analytica-frontend-lib 1.1.29 → 1.1.30

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.
package/dist/index.mjs CHANGED
@@ -4025,7 +4025,7 @@ var CardBase = forwardRef12(
4025
4025
  );
4026
4026
  var ACTION_CARD_CLASSES = {
4027
4027
  warning: "bg-warning-background",
4028
- success: "bg-success-300",
4028
+ success: "bg-success-200",
4029
4029
  error: "bg-error-100",
4030
4030
  info: "bg-info-background"
4031
4031
  };