@synerise/ds-field-set 0.2.28 → 0.2.29

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,17 @@
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.2.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.28...@synerise/ds-field-set@0.2.29) (2024-08-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **field-set:** remove centering field set description ([1a38256](https://github.com/Synerise/synerise-design/commit/1a3825605dcd0e78b6a51471082e917576760388))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.2.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.27...@synerise/ds-field-set@0.2.28) (2024-07-05)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-field-set
package/dist/FieldSet.js CHANGED
@@ -18,9 +18,7 @@ var FieldSet = function FieldSet(_ref) {
18
18
  onClick: onTitleClick,
19
19
  isClickable: Boolean(onTitleClick),
20
20
  description: Boolean(description)
21
- }, title), /*#__PURE__*/React.createElement(S.Description, {
22
- description: Boolean(description)
23
- }, description))), /*#__PURE__*/React.createElement(Divider, null), component && /*#__PURE__*/React.createElement(S.ComponentWrapper, null, component), button && /*#__PURE__*/React.createElement(S.ActionButton, null, button));
21
+ }, title), /*#__PURE__*/React.createElement(S.Description, null, description))), /*#__PURE__*/React.createElement(Divider, null), component && /*#__PURE__*/React.createElement(S.ComponentWrapper, null, component), button && /*#__PURE__*/React.createElement(S.ActionButton, null, button));
24
22
  };
25
23
 
26
24
  export default FieldSet;
@@ -13,6 +13,4 @@ export declare const FieldSetTitle: import("styled-components").StyledComponent<
13
13
  description?: boolean | undefined;
14
14
  }, never>;
15
15
  export declare const ComponentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
16
- export declare const Description: import("styled-components").StyledComponent<"div", any, {
17
- description?: boolean | undefined;
18
- }, never>;
16
+ export declare const Description: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -46,4 +46,4 @@ export var ComponentWrapper = styled.div.withConfig({
46
46
  export var Description = styled.div.withConfig({
47
47
  displayName: "FieldSetstyles__Description",
48
48
  componentId: "sc-1hezedi-8"
49
- })(["display:flex;line-height:16px;font-size:12px;word-wrap:break-word;text-align:center;"]);
49
+ })(["display:flex;line-height:16px;font-size:12px;word-wrap:break-word;"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-field-set",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "FieldSet UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -40,5 +40,5 @@
40
40
  "react": ">=16.9.0 <= 17.0.2",
41
41
  "styled-components": "5.0.1"
42
42
  },
43
- "gitHead": "6e5e5202d6c6f1c2caf6bfef799009813b437b3d"
43
+ "gitHead": "fa49911755b906a6990b19d13abae131b0737a3a"
44
44
  }