@synerise/ds-form 0.7.8 → 1.0.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,14 @@
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.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form@0.7.8...@synerise/ds-form@0.7.9) (2025-03-10)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-form
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.7.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form@0.7.7...@synerise/ds-form@0.7.8) (2025-03-04)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-form
@@ -2,10 +2,10 @@ import styled from 'styled-components';
2
2
  import { macro } from '@synerise/ds-typography';
3
3
  export var TopWrapper = styled.div.withConfig({
4
4
  displayName: "FieldSetstyles__TopWrapper",
5
- componentId: "pb79tu-0"
5
+ componentId: "sc-pb79tu-0"
6
6
  })(["margin-bottom:24px;"]);
7
7
  export var Heading = styled.div.withConfig({
8
8
  displayName: "FieldSetstyles__Heading",
9
- componentId: "pb79tu-1"
9
+ componentId: "sc-pb79tu-1"
10
10
  })(["margin-bottom:4px;", ";", ";"], macro.heading, macro.h400);
11
11
  export var Description = 'div';
package/dist/Form.js CHANGED
@@ -3,10 +3,10 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Objec
3
3
  import React from 'react';
4
4
  import FieldSet from './Elements/FieldSet/FieldSet';
5
5
  var Form = /*#__PURE__*/function (_React$Component) {
6
+ _inheritsLoose(Form, _React$Component);
6
7
  function Form() {
7
8
  return _React$Component.apply(this, arguments) || this;
8
9
  }
9
- _inheritsLoose(Form, _React$Component);
10
10
  return Form;
11
11
  }(React.Component);
12
12
  Form.FieldSet = FieldSet;
@@ -2,31 +2,31 @@ import styled from 'styled-components';
2
2
  import Button from '@synerise/ds-button';
3
3
  export var RowWrapper = styled.div.withConfig({
4
4
  displayName: "editable-liststyles__RowWrapper",
5
- componentId: "ctaimf-0"
5
+ componentId: "sc-ctaimf-0"
6
6
  })(["@media (min-width:1280px){display:flex;align-items:start;}padding:8px 0px 8px 0px;"]);
7
7
  export var AutoCompleteWrapper = styled.div.withConfig({
8
8
  displayName: "editable-liststyles__AutoCompleteWrapper",
9
- componentId: "ctaimf-1"
9
+ componentId: "sc-ctaimf-1"
10
10
  })(["padding-right:10px;margin-bottom:15px;"]);
11
11
  export var ButtonWrapper = styled.div.withConfig({
12
12
  displayName: "editable-liststyles__ButtonWrapper",
13
- componentId: "ctaimf-2"
13
+ componentId: "sc-ctaimf-2"
14
14
  })([""]);
15
15
  export var AddButton = styled(Button).withConfig({
16
16
  displayName: "editable-liststyles__AddButton",
17
- componentId: "ctaimf-3"
17
+ componentId: "sc-ctaimf-3"
18
18
  })(["span{padding:0 4px;}"]);
19
19
  export var AddIconWrapper = styled.div.withConfig({
20
20
  displayName: "editable-liststyles__AddIconWrapper",
21
- componentId: "ctaimf-4"
21
+ componentId: "sc-ctaimf-4"
22
22
  })(["display:inline-block;"]);
23
23
  export var CrudWrapper = styled.div.withConfig({
24
24
  displayName: "editable-liststyles__CrudWrapper",
25
- componentId: "ctaimf-5"
25
+ componentId: "sc-ctaimf-5"
26
26
  })(["padding-left:4px;margin-top:", ";"], function (props) {
27
27
  return props.marginWithLabel ? '30px' : '4px';
28
28
  });
29
29
  export var InputWrapper = styled.div.withConfig({
30
30
  displayName: "editable-liststyles__InputWrapper",
31
- componentId: "ctaimf-6"
31
+ componentId: "sc-ctaimf-6"
32
32
  })(["padding-left:4px;"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-form",
3
- "version": "0.7.8",
3
+ "version": "1.0.0",
4
4
  "description": "Form UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -21,7 +21,7 @@
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
22
  "build:watch": "npm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
- "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
24
+ "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
@@ -34,14 +34,14 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-autocomplete": "^0.9.8",
38
- "@synerise/ds-button": "^0.23.3",
39
- "@synerise/ds-cruds": "^0.6.6",
40
- "@synerise/ds-divider": "^0.9.5",
41
- "@synerise/ds-icon": "^0.72.0",
42
- "@synerise/ds-input": "^0.25.8",
43
- "@synerise/ds-typography": "^0.17.6",
44
- "@synerise/ds-utils": "^0.32.2"
37
+ "@synerise/ds-autocomplete": "^1.0.0",
38
+ "@synerise/ds-button": "^1.0.0",
39
+ "@synerise/ds-cruds": "^1.0.0",
40
+ "@synerise/ds-divider": "^1.0.0",
41
+ "@synerise/ds-icon": "^1.0.0",
42
+ "@synerise/ds-input": "^1.0.0",
43
+ "@synerise/ds-typography": "^1.0.0",
44
+ "@synerise/ds-utils": "^1.0.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@synerise/ds-core": "*",
@@ -49,5 +49,5 @@
49
49
  "react": ">=16.9.0 <= 18.3.1",
50
50
  "styled-components": "^5.3.3"
51
51
  },
52
- "gitHead": "c5a647bd7a24a2c9294e781b2b69223e8543859f"
52
+ "gitHead": "e4c3690238a44b584b9ea41e4aa52b1eec42174b"
53
53
  }