@synerise/ds-subtle-form 0.8.16 → 0.9.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,34 @@
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.9.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.8.18...@synerise/ds-subtle-form@0.9.0) (2022-06-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **subtle-form:** hide label prop in textarea ([f89c05d](https://github.com/Synerise/synerise-design/commit/f89c05d08c3f4d4b22bfdb5b74e60f0c58074507))
12
+ * **subtle-form:** textarea - no rendering label if no description ([0933292](https://github.com/Synerise/synerise-design/commit/0933292b7cb5c389c713d8902af95c370cc35039))
13
+
14
+
15
+
16
+
17
+
18
+ ## [0.8.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.8.17...@synerise/ds-subtle-form@0.8.18) (2022-05-13)
19
+
20
+ **Note:** Version bump only for package @synerise/ds-subtle-form
21
+
22
+
23
+
24
+
25
+
26
+ ## [0.8.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.8.16...@synerise/ds-subtle-form@0.8.17) (2022-04-29)
27
+
28
+ **Note:** Version bump only for package @synerise/ds-subtle-form
29
+
30
+
31
+
32
+
33
+
6
34
  ## [0.8.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.8.15...@synerise/ds-subtle-form@0.8.16) (2022-04-05)
7
35
 
8
36
  **Note:** Version bump only for package @synerise/ds-subtle-form
@@ -100,7 +100,7 @@ var SubtleTextArea = function SubtleTextArea(_ref) {
100
100
  }, []);
101
101
  return /*#__PURE__*/React.createElement(S.Subtle, {
102
102
  className: "ds-subtle-form"
103
- }, /*#__PURE__*/React.createElement(S.ContentAbove, {
103
+ }, label && /*#__PURE__*/React.createElement(S.ContentAbove, {
104
104
  active: active
105
105
  }, /*#__PURE__*/React.createElement(Label, {
106
106
  label: label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-subtle-form",
3
- "version": "0.8.16",
3
+ "version": "0.9.0",
4
4
  "description": "SubtleForm UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-date-picker": "^0.6.16",
35
+ "@synerise/ds-date-picker": "^0.6.19",
36
36
  "@synerise/ds-icon": "^0.49.0",
37
37
  "@synerise/ds-input": "^0.18.10",
38
38
  "@synerise/ds-select": "^0.14.11",
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "@synerise/ds-utils": "^0.19.0"
48
48
  },
49
- "gitHead": "5793ce09feb88b36cc8ca1923ddfcb272b889cb0"
49
+ "gitHead": "d787395998e479858cb58f6d56555e4c51fe45d5"
50
50
  }