@synerise/ds-information-card 0.3.17 → 0.3.19
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 +22 -0
- package/dist/InformationCard.styles.js +4 -4
- package/package.json +12 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.3.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.3.18...@synerise/ds-information-card@0.3.19) (2023-06-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **information-card:** fixed import path ([361acc1](https://github.com/Synerise/synerise-design/commit/361acc1088630dfac575668858aa4434e9769bf1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.3.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.3.17...@synerise/ds-information-card@0.3.18) (2023-06-14)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **information-card:** add missing dependecies ([daeb175](https://github.com/Synerise/synerise-design/commit/daeb175c4f6d4d7095656186b046237e441bd751))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [0.3.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.3.16...@synerise/ds-information-card@0.3.17) (2023-05-26)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @synerise/ds-information-card
|
|
@@ -3,9 +3,9 @@ var _templateObject;
|
|
|
3
3
|
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
|
4
4
|
|
|
5
5
|
import styled, { createGlobalStyle } from 'styled-components';
|
|
6
|
-
import {
|
|
6
|
+
import { CardStyles } from '@synerise/ds-card';
|
|
7
7
|
import * as S from '@synerise/ds-tooltip/dist/Tooltip.styles';
|
|
8
|
-
import {
|
|
8
|
+
import { ButtonStyles } from '@synerise/ds-button';
|
|
9
9
|
export var Flex = styled.div.withConfig({
|
|
10
10
|
displayName: "InformationCardstyles__Flex",
|
|
11
11
|
componentId: "zxu5qa-0"
|
|
@@ -27,9 +27,9 @@ export var InfoCardWrapper = styled.div.withConfig({
|
|
|
27
27
|
componentId: "zxu5qa-3"
|
|
28
28
|
})(["margin-left:", ";width:294px;", "{background-color:white;margin-bottom:1px;font-weight:400;padding:16px 16px 8px 16px;border-radius:3px;box-shadow:", ";}", "{padding-top:0;}", "{padding:0 0 1px 0;margin-bottom:8px;}", "{align-self:center;margin-left:10px;margin-right:10px;}", "{margin:0;}", "", "{margin-bottom:0;font-size:14px;}", "{width:32px;height:32px;}.ds-button{background:transparent;}.btn-focus,.btn-focus:hover{box-shadow:unset;}"], function (props) {
|
|
29
29
|
return props.asTooltip ? '0' : '8px';
|
|
30
|
-
},
|
|
30
|
+
}, CardStyles.Card.Container, function (props) {
|
|
31
31
|
return props.asTooltip ? 'unset' : '0 16px 32px 0 rgba(35, 41, 54, 0.1)';
|
|
32
|
-
}, PaddingWrapper, Header, IconContainer, HeaderContent, Title, Title, AntdButton);
|
|
32
|
+
}, CardStyles.Card.PaddingWrapper, CardStyles.Card.Header, CardStyles.Card.IconContainer, CardStyles.Card.HeaderContent, CardStyles.Card.Title, CardStyles.Card.Title, ButtonStyles.Button.AntdButton);
|
|
33
33
|
export var AlertWrapper = styled.div.withConfig({
|
|
34
34
|
displayName: "InformationCardstyles__AlertWrapper",
|
|
35
35
|
componentId: "zxu5qa-4"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-information-card",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.19",
|
|
4
4
|
"description": "InformationCard UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -34,15 +34,20 @@
|
|
|
34
34
|
"types": "dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@synerise/ds-alert": "^0.4.4",
|
|
37
|
-
"@synerise/ds-avatar": "^0.14.
|
|
38
|
-
"@synerise/ds-
|
|
39
|
-
"@synerise/ds-
|
|
40
|
-
"@synerise/ds-
|
|
41
|
-
"@synerise/ds-
|
|
37
|
+
"@synerise/ds-avatar": "^0.14.69",
|
|
38
|
+
"@synerise/ds-badge": "^0.6.29",
|
|
39
|
+
"@synerise/ds-button": "^0.17.19",
|
|
40
|
+
"@synerise/ds-card": "^0.15.0",
|
|
41
|
+
"@synerise/ds-description": "^0.3.69",
|
|
42
|
+
"@synerise/ds-divider": "^0.5.36",
|
|
43
|
+
"@synerise/ds-icon": "^0.57.0",
|
|
44
|
+
"@synerise/ds-subtle-form": "^0.9.59",
|
|
45
|
+
"@synerise/ds-tooltip": "^0.13.7",
|
|
46
|
+
"@synerise/ds-typography": "^0.12.8"
|
|
42
47
|
},
|
|
43
48
|
"peerDependencies": {
|
|
44
49
|
"@synerise/ds-core": "^0.31.2",
|
|
45
50
|
"react": ">=16.9.0 < 17.0.0"
|
|
46
51
|
},
|
|
47
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "948b33abd56086fc73880204892f90bd6ddc0a72"
|
|
48
53
|
}
|