@synerise/ds-alert 0.8.2 → 0.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.2...@synerise/ds-alert@0.8.3) (2024-01-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **alert:** fixed section message styles ([a7a8a61](https://github.com/Synerise/synerise-design/commit/a7a8a619f934d24be76d572998d936866b1a08eb))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.8.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.1...@synerise/ds-alert@0.8.2) (2024-01-17)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-alert
@@ -50,6 +50,7 @@ var SectionMessage = function SectionMessage(_ref) {
50
50
  };
51
51
 
52
52
  return /*#__PURE__*/React.createElement(S.Container, {
53
+ "data-testid": "ds-section-message-" + type,
53
54
  color: color,
54
55
  customColor: customColor
55
56
  }, /*#__PURE__*/React.createElement(S.WrapperSectionMessage, null, /*#__PURE__*/React.createElement(S.AllContent, null, /*#__PURE__*/React.createElement(S.IconWrapper, {
@@ -88,7 +88,7 @@ export var WrapperSectionMessage = styled.div.withConfig({
88
88
  export var AlertMessage = styled.span.withConfig({
89
89
  displayName: "SectionMessagestyles__AlertMessage",
90
90
  componentId: "sc-1kuq4h0-14"
91
- })(["font-size:16px;line-height:1.25;font-weight:500;max-width:400px;overflow:hidden;text-overflow:ellipsis;color:", ";"], function (props) {
91
+ })(["font-size:13px;line-height:1.39;font-weight:500;max-width:400px;overflow:hidden;text-overflow:ellipsis;color:", ";"], function (props) {
92
92
  return props.theme.palette['grey-700'];
93
93
  });
94
94
  export var AlertDescription = styled.span.withConfig({
@@ -104,7 +104,7 @@ export var EmphasisWrapper = styled.span.withConfig({
104
104
  export var LinkWrapper = styled.span.withConfig({
105
105
  displayName: "SectionMessagestyles__LinkWrapper",
106
106
  componentId: "sc-1kuq4h0-17"
107
- })(["display:flex;font-size:13px;line-height:1.5;font-weight:400;margin-top:2px;color:inherit;text-decoration:underline;cursor:pointer;"]);
107
+ })(["display:flex;font-size:13px;line-height:1.5;font-weight:400;margin-top:2px;color:inherit;text-decoration:underline;cursor:pointer;a{color:inherit;}"]);
108
108
  export var AlertShowMore = styled.span.withConfig({
109
109
  displayName: "SectionMessagestyles__AlertShowMore",
110
110
  componentId: "sc-1kuq4h0-18"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-alert",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
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.18.11",
37
- "@synerise/ds-icon": "^0.59.1",
36
+ "@synerise/ds-button": "^0.19.0",
37
+ "@synerise/ds-icon": "^0.60.0",
38
38
  "animate.css": "^4.1.1",
39
39
  "react-animate-height": "^2.0.23",
40
40
  "react-dom": "16.13.0",
@@ -51,5 +51,5 @@
51
51
  "@testing-library/jest-dom": "5.1.1",
52
52
  "@testing-library/react": "10.0.1"
53
53
  },
54
- "gitHead": "16918244eff3f4e37db24ae3d90687d4e6a233a4"
54
+ "gitHead": "9e7d97fc5f8a9fd938b38e9d1678e050e0478e0e"
55
55
  }