@synerise/ds-information-card 1.1.4 → 1.1.7
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,33 @@
|
|
|
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
|
+
## [1.1.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.1.6...@synerise/ds-information-card@1.1.7) (2025-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-information-card
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.1.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.1.5...@synerise/ds-information-card@1.1.6) (2025-09-30)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-information-card
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.1.4...@synerise/ds-information-card@1.1.5) (2025-09-30)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **divider:** fix style ([7a1db45](https://github.com/Synerise/synerise-design/commit/7a1db453d85eb52f887486f74575de17bb3f8ee0))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [1.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.1.3...@synerise/ds-information-card@1.1.4) (2025-09-26)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @synerise/ds-information-card
|
|
@@ -122,9 +122,7 @@ export var InformationCardPropertyItemValue = styled.span.withConfig({
|
|
|
122
122
|
export var InformationCardSummaryWrapper = styled(Flex).withConfig({
|
|
123
123
|
displayName: "InformationCardstyles__InformationCardSummaryWrapper",
|
|
124
124
|
componentId: "sc-zxu5qa-20"
|
|
125
|
-
})(["margin:0 16px;
|
|
126
|
-
return props.theme.palette['grey-300'];
|
|
127
|
-
});
|
|
125
|
+
})(["margin:0 16px;padding-bottom:8px;gap:0 4px;flex-wrap:wrap;"]);
|
|
128
126
|
export var InformationCardSummaryItem = styled(Flex).withConfig({
|
|
129
127
|
displayName: "InformationCardstyles__InformationCardSummaryItem",
|
|
130
128
|
componentId: "sc-zxu5qa-21"
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import React, { useMemo } from 'react';
|
|
3
3
|
import { v4 as uuid } from 'uuid';
|
|
4
|
+
import Divider from '@synerise/ds-divider';
|
|
4
5
|
import Tooltip from '@synerise/ds-tooltip';
|
|
5
6
|
import * as S from '../InformationCard.styles';
|
|
6
7
|
export var InformationCardSummary = function InformationCardSummary(_ref) {
|
|
@@ -14,7 +15,10 @@ export var InformationCardSummary = function InformationCardSummary(_ref) {
|
|
|
14
15
|
}, [items]);
|
|
15
16
|
return /*#__PURE__*/React.createElement(S.InformationCardSummaryWrapper, {
|
|
16
17
|
"data-testid": "information-card-summary"
|
|
17
|
-
},
|
|
18
|
+
}, /*#__PURE__*/React.createElement(Divider, {
|
|
19
|
+
dashed: true,
|
|
20
|
+
marginBottom: 16
|
|
21
|
+
}), itemsWithIDs == null ? void 0 : itemsWithIDs.map(function (_ref2) {
|
|
18
22
|
var icon = _ref2.icon,
|
|
19
23
|
label = _ref2.label,
|
|
20
24
|
tooltip = _ref2.tooltip,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-information-card",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "InformationCard UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@synerise/ds-avatar": "^1.0.23",
|
|
41
41
|
"@synerise/ds-badge": "^1.0.23",
|
|
42
42
|
"@synerise/ds-button": "^1.4.12",
|
|
43
|
-
"@synerise/ds-card": "^1.2.
|
|
43
|
+
"@synerise/ds-card": "^1.2.12",
|
|
44
44
|
"@synerise/ds-description": "^1.1.11",
|
|
45
|
-
"@synerise/ds-divider": "^1.1.
|
|
46
|
-
"@synerise/ds-dropdown": "^1.0.
|
|
45
|
+
"@synerise/ds-divider": "^1.1.3",
|
|
46
|
+
"@synerise/ds-dropdown": "^1.0.29",
|
|
47
47
|
"@synerise/ds-icon": "^1.7.2",
|
|
48
|
-
"@synerise/ds-menu": "^1.0.
|
|
48
|
+
"@synerise/ds-menu": "^1.0.26",
|
|
49
49
|
"@synerise/ds-scrollbar": "^1.1.8",
|
|
50
|
-
"@synerise/ds-subtle-form": "^1.1.
|
|
50
|
+
"@synerise/ds-subtle-form": "^1.1.29",
|
|
51
51
|
"@synerise/ds-tooltip": "^1.2.0",
|
|
52
52
|
"@synerise/ds-typography": "^1.0.21",
|
|
53
53
|
"@synerise/ds-utils": "^1.4.2",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
60
60
|
"styled-components": "^5.3.3"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "1f909e1fc4174f1c05c148338e64652a893ef926"
|
|
63
63
|
}
|