@synerise/ds-filter 2.0.2 → 2.0.4
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 +12 -0
- package/dist/Filter.js +2 -2
- package/dist/index.d.ts +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
## [2.0.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@2.0.3...@synerise/ds-filter@2.0.4) (2026-09-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-filter
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.0.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@2.0.2...@synerise/ds-filter@2.0.3) (2026-09-16)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-filter
|
|
17
|
+
|
|
6
18
|
## [2.0.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@2.0.1...@synerise/ds-filter@2.0.2) (2026-09-08)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @synerise/ds-filter
|
package/dist/Filter.js
CHANGED
|
@@ -4,9 +4,9 @@ import { useIntl } from "react-intl";
|
|
|
4
4
|
import { Matching, Placeholder } from "@synerise/ds-logic";
|
|
5
5
|
import Sortable from "@synerise/ds-sortable";
|
|
6
6
|
import { usePrevious, NOOP } from "@synerise/ds-utils";
|
|
7
|
-
import { placeholderCss, FilterWrapper, FilterHeader, FilterTitle, MatchingAndConditionsWrapper, MatchingWrapper, ConditionsLimit, ConditionsLimitResults, FilterHeaderRightSide, AddButtonWrapper } from "./Filter.styles.js";
|
|
8
7
|
import { DraggableExpressionItem } from "./components/ExpressionItem/DraggableExpressionItem.js";
|
|
9
8
|
import { ExpressionItem } from "./components/ExpressionItem/ExpressionItem.js";
|
|
9
|
+
import { placeholderCss, FilterWrapper, FilterHeader, FilterTitle, MatchingAndConditionsWrapper, MatchingWrapper, ConditionsLimit, ConditionsLimitResults, FilterHeaderRightSide, AddButtonWrapper } from "./Filter.styles.js";
|
|
10
10
|
import { isStepType } from "./utils.js";
|
|
11
11
|
const TRANSITION_DURATION = 0.5;
|
|
12
12
|
const TRANSITION_DURATION_MAX = 1.5;
|
|
@@ -194,7 +194,7 @@ const Filter = ({
|
|
|
194
194
|
}
|
|
195
195
|
}), [formatMessage, texts]);
|
|
196
196
|
const getContextTypeTexts = useCallback(
|
|
197
|
-
//
|
|
197
|
+
// biome-ignore lint/suspicious/noExplicitAny: upstream type is not expressible here
|
|
198
198
|
(expression) => {
|
|
199
199
|
const contextType = expression.expressionType;
|
|
200
200
|
return {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default } from './Filter';
|
|
2
|
-
export type { Expression,
|
|
2
|
+
export type { Expression, FilterProps, LogicType, StepType, } from './Filter.types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-filter",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Filter UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
],
|
|
43
43
|
"types": "dist/index.d.ts",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@synerise/ds-button": "^2.0.
|
|
46
|
-
"@synerise/ds-logic": "^2.0.
|
|
47
|
-
"@synerise/ds-sortable": "^2.0.
|
|
48
|
-
"@synerise/ds-step-card": "^2.0.
|
|
49
|
-
"@synerise/ds-utils": "^2.
|
|
45
|
+
"@synerise/ds-button": "^2.0.4",
|
|
46
|
+
"@synerise/ds-logic": "^2.0.4",
|
|
47
|
+
"@synerise/ds-sortable": "^2.0.2",
|
|
48
|
+
"@synerise/ds-step-card": "^2.0.4",
|
|
49
|
+
"@synerise/ds-utils": "^2.1.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@synerise/ds-core": "*",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"styled-components": "^5.3.3",
|
|
56
56
|
"vitest": "4"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "b1d905617dfb186b5d80966d63ce55bf29df743d"
|
|
59
59
|
}
|