@synerise/ds-factors 0.19.3 → 0.19.5

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.19.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.4...@synerise/ds-factors@0.19.5) (2023-09-08)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-factors
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.19.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.3...@synerise/ds-factors@0.19.4) (2023-09-05)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-factors
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.19.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.2...@synerise/ds-factors@0.19.3) (2023-08-30)
7
23
 
8
24
 
@@ -5,9 +5,7 @@ import { useCallback, useEffect, useMemo, useState, useRef } from 'react';
5
5
  import { debounce } from 'lodash';
6
6
  import Icon, { FullScreenM } from '@synerise/ds-icon';
7
7
  import { theme } from '@synerise/ds-core';
8
- import Autocomplete from '@synerise/ds-autocomplete'; // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
9
- // @ts-ignore
10
-
8
+ import Autocomplete from '@synerise/ds-autocomplete';
11
9
  import { Input } from '@synerise/ds-input';
12
10
  import * as S from './Text.styles';
13
11
  import TextModal from './TextModal';
@@ -95,8 +93,9 @@ var TextInput = function TextInput(_ref) {
95
93
  onBlur: onDeactivate,
96
94
  error: localError || error,
97
95
  handleInputRef: setInputRef,
98
- defaultOpen: true,
99
- readOnly: readOnly
96
+ defaultOpen: true // fixme no readonly prop for autocomplete
97
+ // readOnly={readOnly}
98
+
100
99
  }), autocompleteOptions == null ? void 0 : autocompleteOptions.map(function (option) {
101
100
  return /*#__PURE__*/React.createElement(Autocomplete.Option, {
102
101
  key: option,
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- export declare const Group: import("styled-components").StyledComponent<import("react").FC<import("@synerise/ds-input/dist/InputGroup.types").Props>, any, {
2
+ export declare const Group: import("styled-components").StyledComponent<({ children, label, errors, description, resetMargin, tooltip, ...antdInputGroupProps }: import("@synerise/ds-input/dist/InputGroup.types").Props) => JSX.Element, any, {
3
3
  withoutTypeSelector: boolean;
4
4
  }, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "0.19.3",
3
+ "version": "0.19.5",
4
4
  "description": "Factors UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,32 +32,39 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-autocomplete": "^0.4.48",
36
- "@synerise/ds-badge": "^0.6.34",
37
- "@synerise/ds-button": "^0.18.0",
38
- "@synerise/ds-date-picker": "^0.10.12",
39
- "@synerise/ds-date-range-picker": "^0.24.0",
40
- "@synerise/ds-dropdown": "^0.17.75",
41
- "@synerise/ds-icon": "^0.58.0",
42
- "@synerise/ds-information-card": "^0.3.32",
43
- "@synerise/ds-inline-edit": "^0.6.74",
44
- "@synerise/ds-input": "^0.18.49",
45
- "@synerise/ds-input-number": "^0.8.22",
46
- "@synerise/ds-loader": "^0.2.42",
47
- "@synerise/ds-menu": "^0.17.16",
48
- "@synerise/ds-modal": "^0.17.2",
49
- "@synerise/ds-result": "^0.6.28",
50
- "@synerise/ds-scrollbar": "^0.6.5",
51
- "@synerise/ds-tabs": "^0.13.72",
52
- "@synerise/ds-tooltip": "^0.14.2",
53
- "@synerise/ds-typography": "^0.12.8",
54
- "@synerise/ds-utils": "^0.24.14",
55
- "classnames": "^2.2.6",
56
- "react-window": "1.8.5"
35
+ "@synerise/ds-autocomplete": "^0.4.50",
36
+ "@synerise/ds-badge": "^0.6.36",
37
+ "@synerise/ds-button": "^0.18.1",
38
+ "@synerise/ds-date-picker": "^0.10.14",
39
+ "@synerise/ds-date-range-picker": "^0.24.2",
40
+ "@synerise/ds-dropdown": "^0.17.77",
41
+ "@synerise/ds-icon": "^0.58.1",
42
+ "@synerise/ds-information-card": "^0.3.34",
43
+ "@synerise/ds-inline-edit": "^0.6.76",
44
+ "@synerise/ds-input": "^0.18.51",
45
+ "@synerise/ds-input-number": "^0.8.23",
46
+ "@synerise/ds-loader": "^0.2.43",
47
+ "@synerise/ds-menu": "^0.17.17",
48
+ "@synerise/ds-modal": "^0.17.4",
49
+ "@synerise/ds-result": "^0.6.30",
50
+ "@synerise/ds-scrollbar": "^0.6.6",
51
+ "@synerise/ds-tabs": "^0.13.74",
52
+ "@synerise/ds-tooltip": "^0.14.3",
53
+ "@synerise/ds-utils": "^0.24.15",
54
+ "lodash": "^4.17.19",
55
+ "react-intl": "3.12.0",
56
+ "react-window": "1.8.5",
57
+ "uuid": "^8.3.2"
57
58
  },
58
59
  "peerDependencies": {
59
60
  "@synerise/ds-core": "*",
60
- "react": ">=16.9.0 < 17.0.0"
61
+ "react": ">=16.9.0 < 17.0.0",
62
+ "styled-components": "5.0.1"
61
63
  },
62
- "gitHead": "291e114ff38d1a8e9d5ad8d9e499add6c6f25ee5"
64
+ "devDependencies": {
65
+ "@testing-library/jest-dom": "5.1.1",
66
+ "@testing-library/react": "10.0.1",
67
+ "@testing-library/user-event": "^10.3.1"
68
+ },
69
+ "gitHead": "955a885f58b3fca4caa4f879deb147fe5b9dc6d8"
63
70
  }