@synerise/ds-information-card 1.0.5 → 1.0.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,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
+ ## [1.0.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.0.6...@synerise/ds-information-card@1.0.7) (2025-04-16)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-information-card
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **information-card:** update property list styles ([647e0b3](https://github.com/Synerise/synerise-design/commit/647e0b3951d51b7b1bb205f9e05052074993c9c5))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [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
26
 
8
27
  **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;height:24px;gap:8px;"]);
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.5",
3
+ "version": "1.0.7",
4
4
  "description": "InformationCard UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -35,20 +35,20 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-alert": "^1.0.4",
39
- "@synerise/ds-avatar": "^1.0.4",
40
- "@synerise/ds-badge": "^1.0.4",
41
- "@synerise/ds-button": "^1.1.3",
42
- "@synerise/ds-card": "^1.1.3",
43
- "@synerise/ds-description": "^1.0.4",
44
- "@synerise/ds-divider": "^1.0.4",
45
- "@synerise/ds-dropdown": "^1.0.4",
46
- "@synerise/ds-icon": "^1.3.0",
47
- "@synerise/ds-menu": "^1.0.4",
48
- "@synerise/ds-scrollbar": "^1.0.4",
49
- "@synerise/ds-subtle-form": "^1.0.4",
50
- "@synerise/ds-tooltip": "^1.1.3",
51
- "@synerise/ds-typography": "^1.0.4",
38
+ "@synerise/ds-alert": "^1.0.5",
39
+ "@synerise/ds-avatar": "^1.0.5",
40
+ "@synerise/ds-badge": "^1.0.5",
41
+ "@synerise/ds-button": "^1.1.4",
42
+ "@synerise/ds-card": "^1.1.4",
43
+ "@synerise/ds-description": "^1.0.5",
44
+ "@synerise/ds-divider": "^1.0.5",
45
+ "@synerise/ds-dropdown": "^1.0.5",
46
+ "@synerise/ds-icon": "^1.4.0",
47
+ "@synerise/ds-menu": "^1.0.5",
48
+ "@synerise/ds-scrollbar": "^1.0.5",
49
+ "@synerise/ds-subtle-form": "^1.1.0",
50
+ "@synerise/ds-tooltip": "^1.1.4",
51
+ "@synerise/ds-typography": "^1.0.5",
52
52
  "@synerise/ds-utils": "^1.0.1",
53
53
  "rc-trigger": "^5.3.4"
54
54
  },
@@ -58,5 +58,5 @@
58
58
  "react-intl": ">=3.12.0 <= 6.8",
59
59
  "styled-components": "^5.3.3"
60
60
  },
61
- "gitHead": "55537c6449492265a1d50c1e055ef7cc03c7935e"
61
+ "gitHead": "6735f9babfeef53122f54ca86cba5f581e8870d9"
62
62
  }