@synerise/ds-subtle-form 0.9.57 → 0.9.59

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.59](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.9.58...@synerise/ds-subtle-form@0.9.59) (2023-06-28)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-subtle-form
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.9.58](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.9.57...@synerise/ds-subtle-form@0.9.58) (2023-06-14)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-subtle-form
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.9.57](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.9.56...@synerise/ds-subtle-form@0.9.57) (2023-05-26)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-subtle-form
@@ -7,7 +7,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
7
7
  import * as React from 'react';
8
8
  import Icon, { CalendarM } from '@synerise/ds-icon';
9
9
  import Tooltip from '@synerise/ds-tooltip';
10
- import theme from '@synerise/ds-core/dist/js/DSProvider/ThemeProvider/theme';
10
+ import { theme } from '@synerise/ds-core';
11
11
  import { Label } from '@synerise/ds-input';
12
12
  import { DatePicker } from '@synerise/ds-date-picker';
13
13
  import format from '@synerise/ds-date-picker/dist/format';
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import Tooltip from '@synerise/ds-tooltip';
3
3
  import Icon, { EditS } from '@synerise/ds-icon';
4
- import theme from '@synerise/ds-core/dist/js/DSProvider/ThemeProvider/theme';
4
+ import { theme } from '@synerise/ds-core';
5
5
  import { Label } from '@synerise/ds-input';
6
6
  import { useOnClickOutside } from '@synerise/ds-utils';
7
7
  import * as S from '../../SubtleForm.styles';
@@ -7,7 +7,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
7
7
  import * as React from 'react';
8
8
  import Tooltip from '@synerise/ds-tooltip';
9
9
  import Icon, { EditS } from '@synerise/ds-icon';
10
- import theme from '@synerise/ds-core/dist/js/DSProvider/ThemeProvider/theme';
10
+ import { theme } from '@synerise/ds-core';
11
11
  import { Input, Label } from '@synerise/ds-input';
12
12
  import * as S from '../../SubtleForm.styles';
13
13
  import { focusPadding } from '../../SubtleForm.styles';
@@ -13,7 +13,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
13
13
  import * as React from 'react';
14
14
  import Icon, { AngleDownS } from '@synerise/ds-icon';
15
15
  import Tooltip from '@synerise/ds-tooltip';
16
- import theme from '@synerise/ds-core/dist/js/DSProvider/ThemeProvider/theme';
16
+ import { theme } from '@synerise/ds-core';
17
17
  import { Label } from '@synerise/ds-input';
18
18
  import Select from '@synerise/ds-select';
19
19
  import * as S from '../../SubtleForm.styles';
@@ -7,7 +7,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
7
7
  import * as React from 'react';
8
8
  import Icon, { EditS } from '@synerise/ds-icon';
9
9
  import Tooltip from '@synerise/ds-tooltip';
10
- import theme from '@synerise/ds-core/dist/js/DSProvider/ThemeProvider/theme';
10
+ import { theme } from '@synerise/ds-core';
11
11
  import { Label, TextArea } from '@synerise/ds-input';
12
12
  import calculateSize from 'calculate-size';
13
13
  import * as S from '../../SubtleForm.styles';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-subtle-form",
3
- "version": "0.9.57",
3
+ "version": "0.9.59",
4
4
  "description": "SubtleForm 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-date-picker": "^0.10.1",
36
- "@synerise/ds-icon": "^0.56.0",
37
- "@synerise/ds-input": "^0.18.42",
38
- "@synerise/ds-select": "^0.15.7",
39
- "@synerise/ds-tooltip": "^0.13.5",
35
+ "@synerise/ds-date-picker": "^0.10.3",
36
+ "@synerise/ds-icon": "^0.57.0",
37
+ "@synerise/ds-input": "^0.18.44",
38
+ "@synerise/ds-select": "^0.15.9",
39
+ "@synerise/ds-tooltip": "^0.13.7",
40
40
  "calculate-size": "^1.1.1"
41
41
  },
42
42
  "peerDependencies": {
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "@synerise/ds-utils": "^0.19.0"
48
48
  },
49
- "gitHead": "2b2a3ea268c4cf9790e9b1b98365d08f3c8526ef"
49
+ "gitHead": "948b33abd56086fc73880204892f90bd6ddc0a72"
50
50
  }