dga-ui-react 1.8.2 → 1.8.3

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
@@ -218,7 +218,7 @@ interface DGA_GridProps extends HTMLAttributes<HTMLDivElement> {
218
218
  }
219
219
  declare const Grid: React.FC<DGA_GridProps>;
220
220
 
221
- type InlineAlertType = ThemeColorName & "destructive";
221
+ type InlineAlertType = "neutral" | "warning" | "info" | "success" | "destructive";
222
222
  interface DGA_InlineAlertProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "title"> {
223
223
  leadText: React.ReactNode;
224
224
  helpText?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dga-ui-react",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "DGA ui library",
5
5
  "author": "Ashraf Ainia",
6
6
  "license": "MIT",