@synerise/ds-subtle-form 0.9.124 → 0.9.126

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,22 @@
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.126](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.9.125...@synerise/ds-subtle-form@0.9.126) (2024-09-17)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-subtle-form
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.9.125](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.9.124...@synerise/ds-subtle-form@0.9.125) (2024-09-13)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-subtle-form
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.9.124](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.9.123...@synerise/ds-subtle-form@0.9.124) (2024-09-11)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-subtle-form
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { SubtleDatePickerProps } from './DatePicker.types';
3
3
  declare const SubtleDatePicker: React.FC<SubtleDatePickerProps>;
4
4
  export default SubtleDatePicker;
@@ -4,7 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
4
4
 
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
 
7
- import * as React from 'react';
7
+ import React from 'react';
8
8
  import Icon, { CalendarM } from '@synerise/ds-icon';
9
9
  import Tooltip from '@synerise/ds-tooltip';
10
10
  import { theme } from '@synerise/ds-core';
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { SubtleFieldProps } from '../../SubtleForm.types';
3
3
  declare const SubtleField: React.FC<SubtleFieldProps>;
4
4
  export default SubtleField;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import Tooltip from '@synerise/ds-tooltip';
3
3
  import Icon, { EditS } from '@synerise/ds-icon';
4
4
  import { theme } from '@synerise/ds-core';
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { SubtleInputProps } from './Input.types';
3
3
  declare const SubtleTextArea: React.FC<SubtleInputProps>;
4
4
  export default SubtleTextArea;
@@ -4,7 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
4
4
 
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
 
7
- import * as React from 'react';
7
+ import React from 'react';
8
8
  import Tooltip from '@synerise/ds-tooltip';
9
9
  import Icon, { EditS } from '@synerise/ds-icon';
10
10
  import { theme } from '@synerise/ds-core';
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { SubtleSelectProps } from './Select.types';
3
3
  declare const SubtleSelect: React.FC<SubtleSelectProps>;
4
4
  export default SubtleSelect;
@@ -10,7 +10,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
10
10
 
11
11
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
12
 
13
- import * as React from 'react';
13
+ import React from 'react';
14
14
  import Icon, { AngleDownS } from '@synerise/ds-icon';
15
15
  import Tooltip from '@synerise/ds-tooltip';
16
16
  import { theme } from '@synerise/ds-core';
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { SubtleTextAreaProps } from './TextArea.types';
3
3
  declare const SubtleTextArea: React.FC<SubtleTextAreaProps>;
4
4
  export default SubtleTextArea;
@@ -4,7 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
4
4
 
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
 
7
- import * as React from 'react';
7
+ import React from 'react';
8
8
  import Icon, { EditS } from '@synerise/ds-icon';
9
9
  import Tooltip from '@synerise/ds-tooltip';
10
10
  import { theme } from '@synerise/ds-core';
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { SubtleFormSubComponents } from './SubtleForm.types';
3
3
  declare const SubtleForm: React.FC & SubtleFormSubComponents;
4
4
  export default SubtleForm;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { SubtleTextAreaProps } from './Elements/TextArea/TextArea.types';
3
3
  import { SubtleSelectProps } from './Elements/Select/Select.types';
4
4
  import { SubtleDatePickerProps } from './Elements/DatePicker/DatePicker.types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-subtle-form",
3
- "version": "0.9.124",
3
+ "version": "0.9.126",
4
4
  "description": "SubtleForm UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,12 +33,12 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-date-picker": "^0.11.15",
37
- "@synerise/ds-icon": "^0.65.4",
38
- "@synerise/ds-input": "^0.24.3",
39
- "@synerise/ds-select": "^0.16.15",
40
- "@synerise/ds-tooltip": "^0.14.39",
41
- "@synerise/ds-utils": "^0.29.1",
36
+ "@synerise/ds-date-picker": "^0.11.17",
37
+ "@synerise/ds-icon": "^0.65.6",
38
+ "@synerise/ds-input": "^0.24.5",
39
+ "@synerise/ds-select": "^0.16.17",
40
+ "@synerise/ds-tooltip": "^0.14.41",
41
+ "@synerise/ds-utils": "^0.29.3",
42
42
  "calculate-size": "^1.1.1"
43
43
  },
44
44
  "peerDependencies": {
@@ -47,5 +47,5 @@
47
47
  "react": ">=16.9.0 <= 17.0.2",
48
48
  "styled-components": "5.0.1"
49
49
  },
50
- "gitHead": "fcf3fa64e906cf9fefb37a61ee28218c8eed9b73"
50
+ "gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
51
51
  }