@synerise/ds-information-card 1.0.5 → 1.0.6
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 +11 -0
- package/dist/InformationCard.styles.js +2 -2
- package/package.json +2 -2
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
|
+
## [1.0.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.0.5...@synerise/ds-information-card@1.0.6) (2025-04-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **information-card:** update property list styles ([647e0b3](https://github.com/Synerise/synerise-design/commit/647e0b3951d51b7b1bb205f9e05052074993c9c5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [1.0.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.0.4...@synerise/ds-information-card@1.0.5) (2025-04-04)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @synerise/ds-information-card
|
|
@@ -104,11 +104,11 @@ export var InformationCardActionsWrapper = styled.div.withConfig({
|
|
|
104
104
|
export var InformationCardPropertyListWrapper = styled.div.withConfig({
|
|
105
105
|
displayName: "InformationCardstyles__InformationCardPropertyListWrapper",
|
|
106
106
|
componentId: "sc-zxu5qa-16"
|
|
107
|
-
})(["display:flex;flex-direction:column;padding:0 16px 8px;"]);
|
|
107
|
+
})(["display:flex;flex-direction:column;padding:0 16px 8px;gap:8px;"]);
|
|
108
108
|
export var InformationCardPropertyItem = styled.div.withConfig({
|
|
109
109
|
displayName: "InformationCardstyles__InformationCardPropertyItem",
|
|
110
110
|
componentId: "sc-zxu5qa-17"
|
|
111
|
-
})(["display:flex;align-items:center;
|
|
111
|
+
})(["display:flex;align-items:center;flex-wrap:wrap;column-gap:8px;row-gap:6px;"]);
|
|
112
112
|
export var InformationCardPropertyItemLabel = styled.span.withConfig({
|
|
113
113
|
displayName: "InformationCardstyles__InformationCardPropertyItemLabel",
|
|
114
114
|
componentId: "sc-zxu5qa-18"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-information-card",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "InformationCard UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
59
59
|
"styled-components": "^5.3.3"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "7586f8946fc312eae130021f8ae4ad4b9455e8d4"
|
|
62
62
|
}
|