@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 +16 -0
- package/dist/Elements/DatePicker/DatePicker.d.ts +1 -1
- package/dist/Elements/DatePicker/DatePicker.js +1 -1
- package/dist/Elements/Field/Field.d.ts +1 -1
- package/dist/Elements/Field/Field.js +1 -1
- package/dist/Elements/Input/Input.d.ts +1 -1
- package/dist/Elements/Input/Input.js +1 -1
- package/dist/Elements/Select/Select.d.ts +1 -1
- package/dist/Elements/Select/Select.js +1 -1
- package/dist/Elements/TextArea/TextArea.d.ts +1 -1
- package/dist/Elements/TextArea/TextArea.js +1 -1
- package/dist/SubtleForm.d.ts +1 -1
- package/dist/SubtleForm.types.d.ts +1 -1
- package/package.json +8 -8
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
|
|
@@ -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
|
|
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';
|
|
@@ -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
|
|
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';
|
|
@@ -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
|
|
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';
|
|
@@ -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
|
|
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';
|
package/dist/SubtleForm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
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.
|
|
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.
|
|
37
|
-
"@synerise/ds-icon": "^0.65.
|
|
38
|
-
"@synerise/ds-input": "^0.24.
|
|
39
|
-
"@synerise/ds-select": "^0.16.
|
|
40
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
41
|
-
"@synerise/ds-utils": "^0.29.
|
|
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": "
|
|
50
|
+
"gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
|
|
51
51
|
}
|