@synerise/ds-alert 0.8.1 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+
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)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-alert
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.8.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.0...@synerise/ds-alert@0.8.1) (2024-01-15)
7
26
 
8
27
  **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.1",
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.10",
37
- "@synerise/ds-icon": "^0.59.0",
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",
@@ -47,9 +47,9 @@
47
47
  "styled-components": "5.0.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@synerise/ds-utils": "^0.24.23",
50
+ "@synerise/ds-utils": "^0.24.24",
51
51
  "@testing-library/jest-dom": "5.1.1",
52
52
  "@testing-library/react": "10.0.1"
53
53
  },
54
- "gitHead": "ba51e38beff83b8adba409f09311131f429ada01"
54
+ "gitHead": "9e7d97fc5f8a9fd938b38e9d1678e050e0478e0e"
55
55
  }