@synerise/ds-item-filter 0.8.102 → 0.8.104

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.8.104](https://github.com/Synerise/synerise-design/compare/@synerise/ds-item-filter@0.8.103...@synerise/ds-item-filter@0.8.104) (2024-02-06)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-item-filter
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.8.103](https://github.com/Synerise/synerise-design/compare/@synerise/ds-item-filter@0.8.102...@synerise/ds-item-filter@0.8.103) (2024-01-31)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-item-filter
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.8.102](https://github.com/Synerise/synerise-design/compare/@synerise/ds-item-filter@0.8.101...@synerise/ds-item-filter@0.8.102) (2024-01-24)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-item-filter
@@ -1,6 +1,5 @@
1
1
  import * as React from 'react';
2
2
  declare const _default: React.ForwardRefExoticComponent<import("react-intl").Omit<{
3
- children?: React.ReactNode;
4
3
  intl: import("react-intl").IntlShape;
5
4
  visible: boolean;
6
5
  hide: () => void;
@@ -36,7 +35,6 @@ declare const _default: React.ForwardRefExoticComponent<import("react-intl").Omi
36
35
  forwardedRef?: React.Ref<any> | undefined;
37
36
  } & React.RefAttributes<any>> & {
38
37
  WrappedComponent: React.ComponentType<{
39
- children?: React.ReactNode;
40
38
  intl: import("react-intl").IntlShape;
41
39
  visible: boolean;
42
40
  hide: () => void;
@@ -16,7 +16,7 @@ import Result from '@synerise/ds-result';
16
16
  import SearchBar from '@synerise/ds-search-bar';
17
17
  import Scrollbar from '@synerise/ds-scrollbar';
18
18
  import { FixedSizeList as List } from 'react-window';
19
- import FilterItem from '@synerise/ds-manageable-list/dist/Item/FilterItem/FilterItem';
19
+ import { FilterItem } from '@synerise/ds-manageable-list';
20
20
  import * as S from './ItemFIlter.styles';
21
21
  var DRAWER_WIDTH = 676;
22
22
  var FILTER_ITEM_HEIGHT = 48;
@@ -130,8 +130,7 @@ var ItemFilter = function ItemFilter(_ref) {
130
130
  onSelect: selectItem,
131
131
  onUpdate: editItem,
132
132
  onRemove: removeItem,
133
- onDuplicate: duplicateItem // @ts-ignore
134
- ,
133
+ onDuplicate: duplicateItem,
135
134
  item: item,
136
135
  selected: item.id === selectedItemId,
137
136
  searchQuery: search == null ? void 0 : search.value,
@@ -139,7 +138,7 @@ var ItemFilter = function ItemFilter(_ref) {
139
138
  height: parseFloat(style.height) - FILTER_ITEM_MARGIN_BOTTOM,
140
139
  top: parseFloat(style.top) + 24
141
140
  })
142
- }, item.name);
141
+ });
143
142
  };
144
143
 
145
144
  var handleScroll = function handleScroll(_ref3) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-item-filter",
3
- "version": "0.8.102",
3
+ "version": "0.8.104",
4
4
  "description": "ItemFilter UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -36,12 +36,12 @@
36
36
  "@synerise/ds-button": "^0.19.0",
37
37
  "@synerise/ds-drawer": "^0.6.7",
38
38
  "@synerise/ds-icon": "^0.60.0",
39
- "@synerise/ds-manageable-list": "^0.26.24",
40
- "@synerise/ds-result": "^0.6.43",
39
+ "@synerise/ds-manageable-list": "^0.26.26",
40
+ "@synerise/ds-result": "^0.6.44",
41
41
  "@synerise/ds-scrollbar": "^0.7.3",
42
- "@synerise/ds-search-bar": "^0.6.57",
43
- "@synerise/ds-tabs": "^0.13.92",
44
- "@synerise/ds-typography": "^0.14.2",
42
+ "@synerise/ds-search-bar": "^0.6.58",
43
+ "@synerise/ds-tabs": "^0.13.93",
44
+ "@synerise/ds-typography": "^0.14.3",
45
45
  "react-intl": "3.12.0",
46
46
  "react-window": "^1.8.5"
47
47
  },
@@ -55,5 +55,5 @@
55
55
  "@testing-library/jest-dom": "5.1.1",
56
56
  "@testing-library/react": "10.0.1"
57
57
  },
58
- "gitHead": "9e7d97fc5f8a9fd938b38e9d1678e050e0478e0e"
58
+ "gitHead": "413b02fb31c0c6fb8631fde0bc5b00e16f7f30b7"
59
59
  }