@synerise/ds-field-set 0.0.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.2...@synerise/ds-field-set@0.1.3) (2021-11-22)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-field-set
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.1.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.1...@synerise/ds-field-set@0.1.2) (2021-11-16)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-field-set
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.0.2...@synerise/ds-field-set@0.1.1) (2021-11-09)
23
+
24
+ **Note:** Version bump only for package @synerise/ds-field-set
25
+
26
+
27
+
28
+
29
+
30
+ # [0.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.0.2...@synerise/ds-field-set@0.1.0) (2021-11-09)
31
+
32
+ **Note:** Version bump only for package @synerise/ds-field-set
33
+
34
+
35
+
36
+
37
+
6
38
  ## 0.0.2 (2021-11-05)
7
39
 
8
40
  **Note:** Version bump only for package @synerise/ds-field-set
package/dist/FieldSet.js CHANGED
@@ -8,15 +8,15 @@ var FieldSet = function FieldSet(_ref) {
8
8
  description = _ref.description,
9
9
  component = _ref.component,
10
10
  button = _ref.button;
11
- return React.createElement(S.ContainerWrapper, {
11
+ return /*#__PURE__*/React.createElement(S.ContainerWrapper, {
12
12
  className: "ds-field-set"
13
- }, React.createElement(S.HeaderWrapper, null, React.createElement(S.ButtonWrapper, null, prefix), React.createElement(S.FieldSetTitle, {
13
+ }, /*#__PURE__*/React.createElement(S.HeaderWrapper, null, /*#__PURE__*/React.createElement(S.ButtonWrapper, null, prefix), /*#__PURE__*/React.createElement(S.FieldSetTitle, {
14
14
  description: Boolean(description)
15
- }, React.createElement(S.Title, {
15
+ }, /*#__PURE__*/React.createElement(S.Title, {
16
16
  description: Boolean(description)
17
- }, title), React.createElement(S.Description, {
17
+ }, title), /*#__PURE__*/React.createElement(S.Description, {
18
18
  description: Boolean(description)
19
- }, description))), React.createElement(Divider, null), React.createElement(S.ComponentWrapper, null, component), React.createElement(S.ActionButton, null, button));
19
+ }, description))), /*#__PURE__*/React.createElement(Divider, null), /*#__PURE__*/React.createElement(S.ComponentWrapper, null, component), /*#__PURE__*/React.createElement(S.ActionButton, null, button));
20
20
  };
21
21
 
22
22
  export default FieldSet;
@@ -40,7 +40,7 @@ export var FieldSetTitle = styled.div.withConfig({
40
40
  export var ComponentWrapper = styled.div.withConfig({
41
41
  displayName: "FieldSetstyles__ComponentWrapper",
42
42
  componentId: "sc-1hezedi-7"
43
- })(["display:flex;padding:16px 4px;"]);
43
+ })(["display:flex;padding:16px 0px;"]);
44
44
  export var Description = styled.div.withConfig({
45
45
  displayName: "FieldSetstyles__Description",
46
46
  componentId: "sc-1hezedi-8"
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-field-set",
3
- "version": "0.0.2",
3
+ "version": "0.1.3",
4
4
  "description": "FieldSet UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,11 +32,11 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-divider": "^0.4.74"
35
+ "@synerise/ds-divider": "^0.5.3"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@synerise/ds-core": "*",
39
39
  "react": ">=16.9.0 < 17.0.0"
40
40
  },
41
- "gitHead": "bf865b6d1967c42effb68dc794f34dd18ddebe27"
41
+ "gitHead": "2468359677783819939fb9f1ef5acc36667ecd1a"
42
42
  }