@synerise/ds-core 0.34.1 → 0.35.3

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,52 @@
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.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.35.2...@synerise/ds-core@0.35.3) (2022-08-04)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-core
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.35.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.35.0...@synerise/ds-core@0.35.2) (2022-08-04)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-core
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.35.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.35.0...@synerise/ds-core@0.35.1) (2022-08-04)
23
+
24
+ **Note:** Version bump only for package @synerise/ds-core
25
+
26
+
27
+
28
+
29
+
30
+ # [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)
31
+
32
+
33
+ ### Features
34
+
35
+ * **filter:** adds additional translation ([a00063a](https://github.com/synerise/synerise-design/commit/a00063a01e4d6d67e1cb6b040f867ecf88f57c14))
36
+
37
+
38
+
39
+
40
+
41
+ ## [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)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **table:** fixes i18n in row selection component ([0e73b64](https://github.com/synerise/synerise-design/commit/0e73b644740c444b0115d2a6da040874883650fb))
47
+
48
+
49
+
50
+
51
+
6
52
  ## [0.34.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.0...@synerise/ds-core@0.34.1) (2022-07-06)
7
53
 
8
54
 
package/dist/i18n/en.json CHANGED
@@ -152,7 +152,10 @@
152
152
  "NO_MORE_DATA": "There are no more items to load",
153
153
  "LOADING": "Loading more items",
154
154
  "BACK_TO_TOP": "Back to top"
155
- }
155
+ },
156
+ "SELECT_ALL": "Select all",
157
+ "UNSELECT_ALL": "Unselect all",
158
+ "SELECT_INVERT": "Invert selection"
156
159
  },
157
160
  "ICON-PICKER": {
158
161
  "NO-RESULTS": "No results"
@@ -318,12 +321,15 @@
318
321
  "NOT-HAVE": "Not have",
319
322
  "EXPRESSION-TYPE": {
320
323
  "ATTRIBUTE": "attribute",
321
- "EVENT": "event"
324
+ "EVENT": "event",
325
+ "NOT_ATTRIBUTE": "attribute",
326
+ "NOT_EVENT": "event"
322
327
  }
323
328
  },
324
329
  "STEP-CARD": {
325
330
  "NAME-PLACEHOLDER": "Name",
326
331
  "CONDITION-TYPE": "event",
332
+ "NOT-CONDITION-TYPE": "not event",
327
333
  "MOVE": "Move",
328
334
  "DELETE": "Delete",
329
335
  "DUPLICATE": "Duplicate"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.34.1",
3
+ "version": "0.35.3",
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": "6e09a689031ae03275336274cc4302de669f380d"
45
+ "gitHead": "28486eab4b37b485cbe2a383e3ae9b8e9d789862"
46
46
  }