@synerise/ds-manageable-list 0.25.13 → 0.26.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 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.26.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-manageable-list@0.25.14...@synerise/ds-manageable-list@0.26.0) (2023-08-20)
7
+
8
+
9
+ ### Features
10
+
11
+ * **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/Synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.25.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-manageable-list@0.25.13...@synerise/ds-manageable-list@0.25.14) (2023-07-26)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-manageable-list
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.25.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-manageable-list@0.25.12...@synerise/ds-manageable-list@0.25.13) (2023-07-17)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-manageable-list
@@ -123,7 +123,6 @@ var FilterItem = function FilterItem(_ref) {
123
123
  color: theme.palette['grey-600']
124
124
  })))))), /*#__PURE__*/React.createElement(ModalProxy, {
125
125
  blank: true,
126
- closable: true,
127
126
  onCancel: function onCancel() {
128
127
  return setConfirmDeleteVisible(false);
129
128
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-manageable-list",
3
- "version": "0.25.13",
3
+ "version": "0.26.0",
4
4
  "description": "ManageableList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,19 +32,19 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-avatar": "^0.14.74",
36
- "@synerise/ds-button": "^0.17.19",
37
- "@synerise/ds-dropdown": "^0.17.70",
38
- "@synerise/ds-icon": "^0.57.0",
39
- "@synerise/ds-inline-edit": "^0.6.69",
40
- "@synerise/ds-input": "^0.18.44",
41
- "@synerise/ds-list": "^0.6.39",
42
- "@synerise/ds-menu": "^0.17.13",
43
- "@synerise/ds-modal": "^0.16.17",
44
- "@synerise/ds-popconfirm": "^0.10.10",
45
- "@synerise/ds-result": "^0.6.26",
46
- "@synerise/ds-tags": "^0.8.4",
47
- "@synerise/ds-tooltip": "^0.13.7",
35
+ "@synerise/ds-avatar": "^0.14.76",
36
+ "@synerise/ds-button": "^0.18.0",
37
+ "@synerise/ds-dropdown": "^0.17.72",
38
+ "@synerise/ds-icon": "^0.58.0",
39
+ "@synerise/ds-inline-edit": "^0.6.71",
40
+ "@synerise/ds-input": "^0.18.46",
41
+ "@synerise/ds-list": "^0.6.40",
42
+ "@synerise/ds-menu": "^0.17.15",
43
+ "@synerise/ds-modal": "^0.17.0",
44
+ "@synerise/ds-popconfirm": "^0.10.12",
45
+ "@synerise/ds-result": "^0.6.28",
46
+ "@synerise/ds-tags": "^0.8.6",
47
+ "@synerise/ds-tooltip": "^0.14.1",
48
48
  "@synerise/ds-typography": "^0.12.8",
49
49
  "@synerise/ds-utils": "^0.19.0",
50
50
  "lodash": "^4.17.19",
@@ -58,5 +58,5 @@
58
58
  "react": ">=16.9.0 < 17.0.0",
59
59
  "styled-components": "^4.4.0"
60
60
  },
61
- "gitHead": "b2df0b45094602990b6ef46e20fb0eb655baf126"
61
+ "gitHead": "0795eb5071d9160e429731ba8f8807c1ae509085"
62
62
  }