@6thbridge/hexa 0.0.0-pr59-91 → 0.0.0-pr59-93

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.d.mts CHANGED
@@ -677,6 +677,7 @@ type FeatureBannerProps = {
677
677
  action?: {
678
678
  label: string;
679
679
  onClick: () => void;
680
+ className?: string;
680
681
  };
681
682
  dismissible?: boolean;
682
683
  onDismiss?: () => void;
package/dist/index.d.ts CHANGED
@@ -677,6 +677,7 @@ type FeatureBannerProps = {
677
677
  action?: {
678
678
  label: string;
679
679
  onClick: () => void;
680
+ className?: string;
680
681
  };
681
682
  dismissible?: boolean;
682
683
  onDismiss?: () => void;