@synerise/ds-information-card 0.2.6 → 0.3.1

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
+ ## [0.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.3.0...@synerise/ds-information-card@0.3.1) (2023-03-02)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-information-card
9
+
10
+
11
+
12
+
13
+
14
+ # [0.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.2.6...@synerise/ds-information-card@0.3.0) (2023-03-02)
15
+
16
+
17
+ ### Features
18
+
19
+ * tooltip improvements ([7bd8c7f](https://github.com/Synerise/synerise-design/commit/7bd8c7fb3921932540edce5ee1435e5a810c852f))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.2.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.2.5...@synerise/ds-information-card@0.2.6) (2023-03-02)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-information-card
@@ -83,7 +83,7 @@ export declare type InformationCardProps = {
83
83
  /**
84
84
  * Second line. Required prop. Can be copied.
85
85
  */
86
- subtitle: string;
86
+ subtitle?: string;
87
87
  /**
88
88
  * Title of the information-card. Can be copied.
89
89
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-information-card",
3
- "version": "0.2.6",
3
+ "version": "0.3.1",
4
4
  "description": "InformationCard UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,15 +34,15 @@
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
36
  "@synerise/ds-alert": "^0.4.4",
37
- "@synerise/ds-avatar": "^0.14.54",
38
- "@synerise/ds-card": "^0.14.0",
39
- "@synerise/ds-description": "^0.3.54",
40
- "@synerise/ds-subtle-form": "^0.9.40",
37
+ "@synerise/ds-avatar": "^0.14.55",
38
+ "@synerise/ds-card": "^0.14.1",
39
+ "@synerise/ds-description": "^0.3.55",
40
+ "@synerise/ds-subtle-form": "^0.9.41",
41
41
  "@synerise/ds-typography": "^0.12.7"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@synerise/ds-core": "^0.31.2",
45
45
  "react": ">=16.9.0 < 17.0.0"
46
46
  },
47
- "gitHead": "5b18fcd6b2f2f64aa2878fe6ba6a98877fa7067f"
47
+ "gitHead": "91c3937d5564d273bfb0ad2029eecaf14ca921c8"
48
48
  }