@tracktor/design-system 3.6.0 → 3.6.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.
@@ -17,7 +17,7 @@ interface DialogValidationProps extends Omit<DialogProps, "children" | "onClose"
17
17
  * Color of the dialog
18
18
  * @default "secondary"
19
19
  */
20
- color?: "secondary" | "error" | "warning" | "info";
20
+ color?: "secondary" | "error" | "warning" | "info" | "success";
21
21
  /**
22
22
  * Button primary props
23
23
  */
@@ -61,6 +61,8 @@ export type { AvatarProps } from './components/DataDisplay/Avatar/Avatar';
61
61
  export * from './components/DataDisplay/Avatar';
62
62
  export { default as DialogPopper } from './components/Feedback/Dialog/DialogPopper';
63
63
  export * from './components/Feedback/Dialog/DialogPopper';
64
+ export { default as DialogValidation } from './components/Feedback/Dialog/DialogValidation/DialogValidation';
65
+ export * from './components/Feedback/Dialog/DialogValidation/DialogValidation';
64
66
  export { default as ThemeProvider } from './context/Theme/ThemeProvider';
65
67
  export * from './context/Theme/ThemeProvider';
66
68
  export { default as PermissionProvider } from './context/Permission/PermissionProvider';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tracktor/design-system",
3
3
  "description": "Tracktor Design System",
4
4
  "sideEffects": false,
5
- "version": "3.6.0",
5
+ "version": "3.6.2",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",