@synerise/ds-inline-edit 0.7.6 → 0.7.8

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.7.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-edit@0.7.7...@synerise/ds-inline-edit@0.7.8) (2024-05-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **inline-edit:** pass placeholder prop to autosize ([8d446b0](https://github.com/Synerise/synerise-design/commit/8d446b0495f4745047fc29dbbb913ebf8a5b5cba))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.7.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-edit@0.7.6...@synerise/ds-inline-edit@0.7.7) (2024-05-23)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-inline-edit
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.7.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-edit@0.7.5...@synerise/ds-inline-edit@0.7.6) (2024-05-16)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-inline-edit
@@ -64,6 +64,7 @@ var InlineEdit = function InlineEdit(_ref) {
64
64
  }, /*#__PURE__*/React.createElement(AutosizeInput, {
65
65
  extraWidth: 2,
66
66
  value: input.value || '',
67
+ placeholder: input.placeholder,
67
68
  placeholderIsMinWidth: false,
68
69
  wrapperClassName: "autosize-input"
69
70
  }, /*#__PURE__*/React.createElement("input", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-inline-edit",
3
- "version": "0.7.6",
3
+ "version": "0.7.8",
4
4
  "description": "InlineEdit UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,9 +33,9 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-dropdown": "^0.17.110",
36
+ "@synerise/ds-dropdown": "^0.17.111",
37
37
  "@synerise/ds-icon": "^0.61.0",
38
- "@synerise/ds-input": "^0.21.3",
38
+ "@synerise/ds-input": "^0.21.4",
39
39
  "@synerise/ds-menu": "^0.18.23",
40
40
  "@synerise/ds-scrollbar": "^0.10.5",
41
41
  "@synerise/ds-search": "^0.8.91",
@@ -52,5 +52,5 @@
52
52
  "@testing-library/jest-dom": "5.1.1",
53
53
  "@testing-library/react": "10.0.1"
54
54
  },
55
- "gitHead": "fc089bbf34c691a313b3fa648851d7831a23e3d0"
55
+ "gitHead": "c80c0d2190921ba3786768a0ff2cf34a1dca679e"
56
56
  }