dga-ui-react 1.8.7 → 1.8.8

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.ts CHANGED
@@ -296,7 +296,7 @@ interface DGA_ModalProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "tit
296
296
  declare const Modal: React.FC<DGA_ModalProps>;
297
297
 
298
298
  interface DGA_NotificationProps {
299
- style: 'success' | 'info' | 'neutral' | 'warning' | 'critical';
299
+ style: "success" | "info" | "neutral" | "warning" | "critical";
300
300
  className?: string;
301
301
  icon?: boolean;
302
302
  leadText?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dga-ui-react",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "DGA ui library",
5
5
  "author": "Ashraf Ainia",
6
6
  "license": "MIT",