@synerise/ds-context-selector 0.23.2 → 0.24.0
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 +19 -0
- package/dist/ContextSelector.js +1 -0
- package/dist/ContextSelector.types.d.ts +1 -0
- package/package.json +12 -12
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.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)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **context-selector:** add renderAdditionalDescription prop ([a4fbd63](https://github.com/Synerise/synerise-design/commit/a4fbd639b408e6b3a14675b48911718ba2f77e1a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [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)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @synerise/ds-context-selector
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [0.23.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.23.1...@synerise/ds-context-selector@0.23.2) (2024-07-05)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @synerise/ds-context-selector
|
package/dist/ContextSelector.js
CHANGED
|
@@ -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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-context-selector",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0",
|
|
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": "
|
|
30
|
+
"gitHead": "fe14904466fdee3220aa232cefa157c0ca83822a",
|
|
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.
|
|
38
|
-
"@synerise/ds-dropdown": "^0.18.
|
|
39
|
-
"@synerise/ds-factors": "^0.23.
|
|
40
|
-
"@synerise/ds-icon": "^0.64.
|
|
41
|
-
"@synerise/ds-information-card": "^0.4.
|
|
42
|
-
"@synerise/ds-list-item": "^0.4.
|
|
43
|
-
"@synerise/ds-menu": "^0.19.
|
|
44
|
-
"@synerise/ds-result": "^0.6.
|
|
45
|
-
"@synerise/ds-scrollbar": "^0.11.
|
|
37
|
+
"@synerise/ds-button": "^0.21.3",
|
|
38
|
+
"@synerise/ds-dropdown": "^0.18.5",
|
|
39
|
+
"@synerise/ds-factors": "^0.23.2",
|
|
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",
|
|
45
|
+
"@synerise/ds-scrollbar": "^0.11.4",
|
|
46
46
|
"@synerise/ds-skeleton": "^0.6.2",
|
|
47
|
-
"@synerise/ds-tabs": "^0.14.
|
|
47
|
+
"@synerise/ds-tabs": "^0.14.9",
|
|
48
48
|
"@synerise/ds-utils": "^0.28.0",
|
|
49
49
|
"react-window": "1.8.5",
|
|
50
50
|
"uuid": "^8.3.2"
|