@synerise/ds-alert 0.8.12 → 0.8.14

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.8.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.13...@synerise/ds-alert@0.8.14) (2024-05-29)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.8.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.12...@synerise/ds-alert@0.8.13) (2024-05-16)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-alert
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.8.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.11...@synerise/ds-alert@0.8.12) (2024-05-10)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-alert
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { Props } from './Alert.types';
3
3
  export declare const AntdAlert: import("styled-components").StyledComponent<(props: Props & {
4
4
  message: React.ReactNode;
5
- }) => JSX.Element, any, {}, never>;
5
+ }) => React.JSX.Element, any, {}, never>;
6
6
  export declare const AlertContent: import("styled-components").StyledComponent<"div", any, {}, never>;
7
7
  export declare const AlertMessage: import("styled-components").StyledComponent<"span", any, {}, never>;
8
8
  export declare const AlertDescription: import("styled-components").StyledComponent<"span", any, {}, never>;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { Props } from './SectionMessage.types';
2
- declare const SectionMessage: ({ icon, type, message, description, showMoreLabel, onShowMore, onClose, newClient, moreButtons, withEmphasis, withLink, unorderedList, color, withClose, customColor, customColorIcon, customIcon, textButton, }: Props) => JSX.Element;
3
+ declare const SectionMessage: ({ icon, type, message, description, showMoreLabel, onShowMore, onClose, newClient, moreButtons, withEmphasis, withLink, unorderedList, color, withClose, customColor, customColorIcon, customIcon, textButton, }: Props) => React.JSX.Element;
3
4
  export default SectionMessage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-alert",
3
- "version": "0.8.12",
3
+ "version": "0.8.14",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,8 +33,8 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-button": "^0.19.9",
37
- "@synerise/ds-icon": "^0.60.9",
36
+ "@synerise/ds-button": "^0.20.1",
37
+ "@synerise/ds-icon": "^0.62.0",
38
38
  "animate.css": "^4.1.1",
39
39
  "react-animate-height": "^2.0.23",
40
40
  "react-dom": "16.13.0",
@@ -47,9 +47,9 @@
47
47
  "styled-components": "5.0.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@synerise/ds-utils": "^0.26.5",
50
+ "@synerise/ds-utils": "^0.27.0",
51
51
  "@testing-library/jest-dom": "5.1.1",
52
52
  "@testing-library/react": "10.0.1"
53
53
  },
54
- "gitHead": "dea3898f262a7c333c6fd8ef806036ed4368bde7"
54
+ "gitHead": "6bd94c78745df68ee3b853120a863ab24fc233ef"
55
55
  }