@synerise/ds-form-field 1.1.7 → 1.1.9

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,7 +3,7 @@
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
- ## [1.1.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.6...@synerise/ds-form-field@1.1.7) (2025-06-26)
6
+ ## [1.1.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.8...@synerise/ds-form-field@1.1.9) (2025-07-08)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-form-field
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [1.1.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.5...@synerise/ds-form-field@1.1.6) (2025-06-24)
14
+ ## [1.1.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.7...@synerise/ds-form-field@1.1.8) (2025-07-01)
15
15
 
16
16
  **Note:** Version bump only for package @synerise/ds-form-field
17
17
 
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [1.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.4...@synerise/ds-form-field@1.1.5) (2025-06-05)
22
+ ## [1.1.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.6...@synerise/ds-form-field@1.1.7) (2025-06-26)
23
23
 
24
24
  **Note:** Version bump only for package @synerise/ds-form-field
25
25
 
@@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
27
 
28
28
 
29
29
 
30
- ## [1.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.3...@synerise/ds-form-field@1.1.4) (2025-05-26)
30
+ ## [1.1.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.5...@synerise/ds-form-field@1.1.6) (2025-06-24)
31
31
 
32
32
  **Note:** Version bump only for package @synerise/ds-form-field
33
33
 
@@ -35,33 +35,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
35
 
36
36
 
37
37
 
38
- ## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.2...@synerise/ds-form-field@1.1.3) (2025-05-19)
38
+ ## [1.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.4...@synerise/ds-form-field@1.1.5) (2025-06-05)
39
39
 
40
40
  **Note:** Version bump only for package @synerise/ds-form-field
41
41
 
42
+ ## [1.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.3...@synerise/ds-form-field@1.1.4) (2025-05-26)
42
43
 
44
+ **Note:** Version bump only for package @synerise/ds-form-field
43
45
 
46
+ ## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.2...@synerise/ds-form-field@1.1.3) (2025-05-19)
44
47
 
48
+ **Note:** Version bump only for package @synerise/ds-form-field
45
49
 
46
50
  ## [1.1.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.1...@synerise/ds-form-field@1.1.2) (2025-05-07)
47
51
 
48
52
  **Note:** Version bump only for package @synerise/ds-form-field
49
53
 
50
-
51
-
52
-
53
-
54
54
  ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form-field@1.1.0...@synerise/ds-form-field@1.1.1) (2025-04-24)
55
55
 
56
56
  **Note:** Version bump only for package @synerise/ds-form-field
57
57
 
58
-
59
-
60
-
61
-
62
58
  # 1.1.0 (2025-04-16)
63
59
 
64
-
65
60
  ### Features
66
61
 
67
- * **form-field:** add form-field component ([7f6b191](https://github.com/Synerise/synerise-design/commit/7f6b191132a3b0d694c21fb4d649f4deea6acb89))
62
+ - **form-field:** add form-field component ([7f6b191](https://github.com/Synerise/synerise-design/commit/7f6b191132a3b0d694c21fb4d649f4deea6acb89))
@@ -1,5 +1,5 @@
1
1
  import styled from 'styled-components';
2
- import { ErrorText as BaseErrorText, Description as BaseDescription, Label, macro } from '@synerise/ds-typography';
2
+ import { Description as BaseDescription, ErrorText as BaseErrorText, Label, macro } from '@synerise/ds-typography';
3
3
  export var FormFieldWrapper = styled.div.withConfig({
4
4
  displayName: "FormFieldstyles__FormFieldWrapper",
5
5
  componentId: "sc-584zv-0"
@@ -1,6 +1,6 @@
1
1
  import type { ReactNode } from 'react';
2
- import type { WithHTMLAttributes } from '@synerise/ds-utils';
3
2
  import type { TooltipProps } from '@synerise/ds-tooltip';
3
+ import type { WithHTMLAttributes } from '@synerise/ds-utils';
4
4
  export type ContentAboveProps = BaseLabelProps & {
5
5
  rightSide?: ReactNode;
6
6
  };
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
2
  import type { ContentAboveProps } from '../FormField.types';
3
- export declare const ContentAboveElement: ({ label, id, tooltip, tooltipConfig, rightSide }: ContentAboveProps) => React.JSX.Element;
3
+ export declare const ContentAboveElement: ({ label, id, tooltip, tooltipConfig, rightSide, }: ContentAboveProps) => React.JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- import { ContentBelowProps } from '../FormField.types';
3
- export declare const ContentBelowElement: ({ description, errorText }: ContentBelowProps) => React.JSX.Element | null;
2
+ import { type ContentBelowProps } from '../FormField.types';
3
+ export declare const ContentBelowElement: ({ description, errorText, }: ContentBelowProps) => React.JSX.Element | null;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- import { FormFieldLabelProps } from '../FormField.types';
2
+ import { type FormFieldLabelProps } from '../FormField.types';
3
3
  export declare const FormFieldLabel: ({ id, label, tooltip, tooltipConfig, children, ...htmlAttributes }: FormFieldLabelProps) => React.JSX.Element;
@@ -2,8 +2,8 @@ var _excluded = ["id", "label", "tooltip", "tooltipConfig", "children"];
2
2
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
3
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
4
4
  import React from 'react';
5
- import Tooltip from '@synerise/ds-tooltip';
6
5
  import Icon, { InfoFillS } from '@synerise/ds-icon';
6
+ import Tooltip from '@synerise/ds-tooltip';
7
7
  import { Text } from '@synerise/ds-typography';
8
8
  import * as S from '../FormField.styles';
9
9
  export var FormFieldLabel = function FormFieldLabel(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-form-field",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "FormField UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,15 +34,15 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-icon": "^1.5.3",
38
- "@synerise/ds-tooltip": "^1.1.11",
39
- "@synerise/ds-typography": "^1.0.12",
40
- "@synerise/ds-utils": "^1.3.0"
37
+ "@synerise/ds-icon": "^1.5.4",
38
+ "@synerise/ds-tooltip": "^1.1.12",
39
+ "@synerise/ds-typography": "^1.0.14",
40
+ "@synerise/ds-utils": "^1.3.1"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@synerise/ds-core": "*",
44
44
  "react": ">=16.9.0 <= 18.3.1",
45
45
  "styled-components": "^5.3.3"
46
46
  },
47
- "gitHead": "11fe1d29b2ac23e70c3d5e6ce8ae20201a619a34"
47
+ "gitHead": "8db1900bf3f7b0782c834ff82f628199530cd934"
48
48
  }