@synerise/ds-core 0.34.2 → 0.35.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 CHANGED
@@ -3,6 +3,17 @@
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.35.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.2...@synerise/ds-core@0.35.0) (2022-07-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **filter:** adds additional translation ([a00063a](https://github.com/synerise/synerise-design/commit/a00063a01e4d6d67e1cb6b040f867ecf88f57c14))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.34.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.1...@synerise/ds-core@0.34.2) (2022-07-08)
7
18
 
8
19
 
package/dist/i18n/en.json CHANGED
@@ -321,12 +321,15 @@
321
321
  "NOT-HAVE": "Not have",
322
322
  "EXPRESSION-TYPE": {
323
323
  "ATTRIBUTE": "attribute",
324
- "EVENT": "event"
324
+ "EVENT": "event",
325
+ "NOT_ATTRIBUTE": "attribute",
326
+ "NOT_EVENT": "event"
325
327
  }
326
328
  },
327
329
  "STEP-CARD": {
328
330
  "NAME-PLACEHOLDER": "Name",
329
331
  "CONDITION-TYPE": "event",
332
+ "NOT-CONDITION-TYPE": "not event",
330
333
  "MOVE": "Move",
331
334
  "DELETE": "Delete",
332
335
  "DUPLICATE": "Duplicate"
@@ -75,7 +75,10 @@ var LocaleProvider = /*#__PURE__*/function (_React$Component) {
75
75
  textComponent: "span",
76
76
  locale: code,
77
77
  messages: currentMessages,
78
- timeZone: timeZone
78
+ timeZone: timeZone,
79
+ onError: function onError() {
80
+ return undefined;
81
+ }
79
82
  }, children));
80
83
  };
81
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.34.2",
3
+ "version": "0.35.4",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -42,5 +42,5 @@
42
42
  "less-vars-loader": "1.1.0",
43
43
  "webpack": "4.42.0"
44
44
  },
45
- "gitHead": "e28fd3bb9b226dbbddf22e7aee71bca89db58c4c"
45
+ "gitHead": "1ff23a390382403be15699d1963ad8f6c26e5ba6"
46
46
  }