@synerise/ds-manageable-list 0.26.70 → 0.26.71
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,14 @@
|
|
|
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.26.71](https://github.com/Synerise/synerise-design/compare/@synerise/ds-manageable-list@0.26.70...@synerise/ds-manageable-list@0.26.71) (2024-09-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-manageable-list
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.26.70](https://github.com/Synerise/synerise-design/compare/@synerise/ds-manageable-list@0.26.69...@synerise/ds-manageable-list@0.26.70) (2024-09-17)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-manageable-list
|
|
@@ -293,13 +293,13 @@ declare const ContentItem: React.ForwardRefExoticComponent<{
|
|
|
293
293
|
id: React.ReactText;
|
|
294
294
|
name: string;
|
|
295
295
|
}) => void) | undefined;
|
|
296
|
+
dashed?: boolean | undefined;
|
|
296
297
|
onRemove?: ((removeParams: {
|
|
297
298
|
id: React.ReactText;
|
|
298
299
|
}) => void) | undefined;
|
|
299
300
|
onDuplicate?: ((duplicateParams: {
|
|
300
301
|
id: React.ReactText;
|
|
301
302
|
}) => void) | undefined;
|
|
302
|
-
dashed?: boolean | undefined;
|
|
303
303
|
changeOrderDisabled?: boolean | undefined;
|
|
304
304
|
texts?: {
|
|
305
305
|
[k: string]: React.ReactNode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-manageable-list",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.71",
|
|
4
4
|
"description": "ManageableList UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
],
|
|
34
34
|
"types": "dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@synerise/ds-avatar": "^0.17.
|
|
36
|
+
"@synerise/ds-avatar": "^0.17.12",
|
|
37
37
|
"@synerise/ds-button": "^0.21.11",
|
|
38
38
|
"@synerise/ds-dropdown": "^0.18.15",
|
|
39
39
|
"@synerise/ds-icon": "^0.65.6",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@synerise/ds-modal": "^0.17.42",
|
|
45
45
|
"@synerise/ds-popconfirm": "^0.10.52",
|
|
46
46
|
"@synerise/ds-result": "^0.7.5",
|
|
47
|
-
"@synerise/ds-tags": "^0.10.
|
|
47
|
+
"@synerise/ds-tags": "^0.10.9",
|
|
48
48
|
"@synerise/ds-tooltip": "^0.14.41",
|
|
49
49
|
"@synerise/ds-typography": "^0.15.2",
|
|
50
50
|
"@synerise/ds-utils": "^0.29.3",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"react": ">=16.9.0 <= 17.0.2",
|
|
61
61
|
"styled-components": "^5.0.1"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "a2c7baeed8b391294c9a24866cd4c9dfd4646fa9"
|
|
64
64
|
}
|