@synerise/ds-context-selector 0.23.3 → 0.24.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.24.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.24.0...@synerise/ds-context-selector@0.24.1) (2024-07-26)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-context-selector
9
+
10
+
11
+
12
+
13
+
14
+ # [0.24.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.23.3...@synerise/ds-context-selector@0.24.0) (2024-07-24)
15
+
16
+
17
+ ### Features
18
+
19
+ * **context-selector:** add renderAdditionalDescription prop ([a4fbd63](https://github.com/Synerise/synerise-design/commit/a4fbd639b408e6b3a14675b48911718ba2f77e1a))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.23.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.23.2...@synerise/ds-context-selector@0.23.3) (2024-07-15)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-context-selector
@@ -124,6 +124,7 @@ var ContextSelector = function ContextSelector(_ref) {
124
124
  icon: selectedItem.icon,
125
125
  subtitle: selectedItem.subtitle,
126
126
  title: selectedItem.name,
127
+ renderAdditionalDescription: selectedItem.renderAdditionalDescription,
127
128
  descriptionConfig: selectedItem.description ? {
128
129
  value: selectedItem.description,
129
130
  disabled: true,
@@ -22,6 +22,7 @@ export type ContextItem = {
22
22
  useCustomIcon?: boolean;
23
23
  subtitle?: string;
24
24
  informationCardProps?: Partial<InformationCardProps>;
25
+ renderAdditionalDescription?: () => ReactNode;
25
26
  };
26
27
  export type ContextGroup = {
27
28
  id: ReactText;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-context-selector",
3
- "version": "0.23.3",
3
+ "version": "0.24.1",
4
4
  "description": "ContextSelector UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -27,24 +27,24 @@
27
27
  "test:watch": "npm run test -- --watchAll",
28
28
  "types": "tsc --noEmit"
29
29
  },
30
- "gitHead": "6f4996380356c1e5cb9a9d8b553069ad9cea7c27",
30
+ "gitHead": "4e55972a1ad60990a53ba6559dc2b200ae24556f",
31
31
  "sideEffects": [
32
32
  "dist/style/*",
33
33
  "*.less"
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^0.21.3",
38
- "@synerise/ds-dropdown": "^0.18.5",
39
- "@synerise/ds-factors": "^0.23.2",
37
+ "@synerise/ds-button": "^0.21.4",
38
+ "@synerise/ds-dropdown": "^0.18.6",
39
+ "@synerise/ds-factors": "^0.23.3",
40
40
  "@synerise/ds-icon": "^0.64.1",
41
- "@synerise/ds-information-card": "^0.4.14",
42
- "@synerise/ds-list-item": "^0.4.1",
43
- "@synerise/ds-menu": "^0.19.5",
44
- "@synerise/ds-result": "^0.6.60",
41
+ "@synerise/ds-information-card": "^0.5.0",
42
+ "@synerise/ds-list-item": "^0.4.2",
43
+ "@synerise/ds-menu": "^0.19.6",
44
+ "@synerise/ds-result": "^0.6.61",
45
45
  "@synerise/ds-scrollbar": "^0.11.4",
46
46
  "@synerise/ds-skeleton": "^0.6.2",
47
- "@synerise/ds-tabs": "^0.14.9",
47
+ "@synerise/ds-tabs": "^0.14.10",
48
48
  "@synerise/ds-utils": "^0.28.0",
49
49
  "react-window": "1.8.5",
50
50
  "uuid": "^8.3.2"