@synerise/ds-insight 1.1.15 → 1.1.16

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,10 @@
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.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-insight@1.1.15...@synerise/ds-insight@1.1.16) (2026-03-20)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-insight
9
+
6
10
  ## [1.1.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-insight@1.1.14...@synerise/ds-insight@1.1.15) (2026-02-19)
7
11
 
8
12
  **Note:** Version bump only for package @synerise/ds-insight
package/README.md CHANGED
@@ -32,9 +32,9 @@ import Insight from '@synerise/ds-insight'
32
32
  | --------------- | ------------------------------------------------------------------- | ------------------------------ | ------- |
33
33
  | avatar | avatar component | ReactNode | - |
34
34
  | subTitle | text under title of Insight | ReactNode | - |
35
- | title | title of Insight | ReactNode | - |
35
+ | title | title of Insight (**required**) | ReactNode | - |
36
36
  | headerRightSide | component on right side of Insight | ReactNode | - |
37
37
  | footer | render components in footer | ReactNode | - |
38
- | onClick | The callback function that is triggered when click on outer wrapper | function | - |
38
+ | onClick | The callback function that is triggered when click on outer wrapper | `() => void` | - |
39
39
  | content | render components inside Insight | ReactNode / InlineAlertProps[] | - |
40
40
  | className | Insight className | string | - |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-insight",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Insight UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,13 +34,13 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-inline-alert": "^1.1.13",
38
- "@synerise/ds-utils": "^1.6.0"
37
+ "@synerise/ds-inline-alert": "^1.1.14",
38
+ "@synerise/ds-utils": "^1.7.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@synerise/ds-core": "*",
42
42
  "react": ">=16.9.0 <= 18.3.1",
43
43
  "styled-components": "^5.3.3"
44
44
  },
45
- "gitHead": "b3d1312cbfbe69aba1cb5667b54be7f76938156c"
45
+ "gitHead": "8efc031fa688c0b87c7b3915bae93546bb63bcac"
46
46
  }