@synerise/ds-filter 1.0.7 → 1.0.9

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,25 @@
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
+ ## [1.0.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@1.0.8...@synerise/ds-filter@1.0.9) (2025-05-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** make translation imports static ([76df190](https://github.com/Synerise/synerise-design/commit/76df19067366d42ab324eeb25c6b7418991b2d6b))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.0.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@1.0.7...@synerise/ds-filter@1.0.8) (2025-05-19)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-filter
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.0.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@1.0.6...@synerise/ds-filter@1.0.7) (2025-05-07)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-filter
package/dist/Filter.js CHANGED
@@ -120,29 +120,36 @@ var Filter = function Filter(_ref) {
120
120
  var text = useMemo(function () {
121
121
  return _extends({
122
122
  addFilter: formatMessage({
123
- id: 'DS.FILTER.ADD-FILTER'
123
+ id: 'DS.FILTER.ADD-FILTER',
124
+ defaultMessage: 'Add filter'
124
125
  }),
125
126
  dropMeHere: formatMessage({
126
- id: 'DS.FILTER.DROP-ME-HERE'
127
+ id: 'DS.FILTER.DROP-ME-HERE',
128
+ defaultMessage: 'Drop me here'
127
129
  }),
128
130
  conditionsLimit: formatMessage({
129
- id: 'DS.FILTER.CONDITIONS-LIMIT'
131
+ id: 'DS.FILTER.CONDITIONS-LIMIT',
132
+ defaultMessage: ''
130
133
  })
131
134
  }, texts, {
132
135
  matching: _extends({
133
136
  matching: formatMessage({
134
- id: 'DS.MATCHING.MATCHING'
137
+ id: 'DS.MATCHING.MATCHING',
138
+ defaultMessage: 'Matching'
135
139
  }),
136
140
  notMatching: formatMessage({
137
- id: 'DS.MATCHING.NOT-MATCHING'
141
+ id: 'DS.MATCHING.NOT-MATCHING',
142
+ defaultMessage: 'Not matching'
138
143
  })
139
144
  }, texts == null ? void 0 : texts.matching),
140
145
  step: _extends({
141
146
  matching: formatMessage({
142
- id: 'DS.MATCHING.MATCHING'
147
+ id: 'DS.MATCHING.MATCHING',
148
+ defaultMessage: 'Matching'
143
149
  }),
144
150
  notMatching: formatMessage({
145
- id: 'DS.MATCHING.NOT-MATCHING'
151
+ id: 'DS.MATCHING.NOT-MATCHING',
152
+ defaultMessage: 'Not matching'
146
153
  }),
147
154
  have: formatMessage({
148
155
  id: 'DS.MATCHING.HAVE',
@@ -180,27 +187,29 @@ var Filter = function Filter(_ref) {
180
187
  id: 'DS.STEP-CARD.NAME-PLACEHOLDER'
181
188
  }),
182
189
  moveTooltip: formatMessage({
183
- id: 'DS.STEP-CARD.MOVE'
190
+ id: 'DS.STEP-CARD.MOVE',
191
+ defaultMessage: 'Move'
184
192
  }),
185
193
  moveUpTooltip: formatMessage({
186
- id: 'DS.STEP-CARD.MOVE_UP'
194
+ id: 'DS.STEP-CARD.MOVE-UP',
195
+ defaultMessage: 'Move up'
187
196
  }),
188
197
  moveDownTooltip: formatMessage({
189
- id: 'DS.STEP-CARD.MOVE_DOWN'
198
+ id: 'DS.STEP-CARD.MOVE-DOWN',
199
+ defaultMessage: 'Move down'
190
200
  }),
191
201
  deleteTooltip: formatMessage({
192
- id: 'DS.STEP-CARD.DELETE'
202
+ id: 'DS.STEP-CARD.DELETE',
203
+ defaultMessage: 'Delete'
193
204
  }),
194
205
  duplicateTooltip: formatMessage({
195
- id: 'DS.STEP-CARD.DUPLICATE'
206
+ id: 'DS.STEP-CARD.DUPLICATE',
207
+ defaultMessage: 'Duplicate'
196
208
  })
197
209
  }, texts == null ? void 0 : texts.step),
198
210
  placeholder: _extends({
199
211
  chooseCondition: formatMessage({
200
212
  id: 'DS.PLACEHOLDER.CHOOSE-CONDITION'
201
- }),
202
- getPreview: formatMessage({
203
- id: 'DS.PLACEHOLDER.GET-PREVIEW'
204
213
  })
205
214
  }, texts == null ? void 0 : texts.placeholder)
206
215
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-filter",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Filter UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,10 +34,10 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^1.2.0",
38
- "@synerise/ds-logic": "^1.0.7",
39
- "@synerise/ds-step-card": "^1.0.7",
40
- "@synerise/ds-utils": "^1.1.0",
37
+ "@synerise/ds-button": "^1.3.1",
38
+ "@synerise/ds-logic": "^1.0.9",
39
+ "@synerise/ds-step-card": "^1.0.9",
40
+ "@synerise/ds-utils": "^1.1.1",
41
41
  "react-sortablejs": "^6.0.0",
42
42
  "sortablejs": "1.15.1"
43
43
  },
@@ -47,5 +47,5 @@
47
47
  "react-intl": ">=3.12.0 <= 6.8",
48
48
  "styled-components": "^5.3.3"
49
49
  },
50
- "gitHead": "90af7549cf0f556340bdd0deec4bb59bacf3e95e"
50
+ "gitHead": "9e9cc54e3690b4d51323f91c81b3b79305984da6"
51
51
  }