@xqmsg/ui-core 0.9.0 → 0.9.2

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.
@@ -1,8 +1,8 @@
1
- import React from 'react';
1
+ import React, { ReactNode } from 'react';
2
2
  export declare type BannerVariant = 'positive' | 'warning' | 'error' | 'neutral';
3
3
  export interface BannerProps {
4
4
  variant: BannerVariant;
5
- message: string;
5
+ message: ReactNode;
6
6
  buttonText?: string;
7
7
  onClick?: () => void;
8
8
  }
@@ -242,8 +242,8 @@ var Icon = function Icon(_ref) {
242
242
 
243
243
  case 'complete':
244
244
  return {
245
- bg: '#0082FF',
246
- color: colors.label.primary.dark
245
+ bg: '#7474800D',
246
+ color: colors.label.primary.light
247
247
  };
248
248
 
249
249
  case 'inactive':