@synerise/ds-core 0.32.1 → 0.34.1

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,40 @@
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.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
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **factors:** fixes factor types i18n ([5963bcf](https://github.com/synerise/synerise-design/commit/5963bcfdf070c152e02868144996160f438f36a1))
12
+
13
+
14
+
15
+
16
+
17
+ # [0.34.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.33.0...@synerise/ds-core@0.34.0) (2022-04-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * **condition:** clearing active step on deactivating inner components ([ad45310](https://github.com/synerise/synerise-design/commit/ad45310cde108e40b2b88c0a88bf801d679056db))
23
+
24
+
25
+
26
+
27
+
28
+ # [0.33.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.32.1...@synerise/ds-core@0.33.0) (2022-04-05)
29
+
30
+
31
+ ### Features
32
+
33
+ * **core:** updates defaults translations ([0ded217](https://github.com/synerise/synerise-design/commit/0ded217c927aa1eb7d03b0be92b2994a87c197da))
34
+ * **filter:** fixes bugs ([b862ddd](https://github.com/synerise/synerise-design/commit/b862dddbce1293c2a5381663fc903bb574edd135))
35
+
36
+
37
+
38
+
39
+
6
40
  ## [0.32.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.32.0...@synerise/ds-core@0.32.1) (2022-03-24)
7
41
 
8
42
  **Note:** Version bump only for package @synerise/ds-core
package/dist/i18n/en.json CHANGED
@@ -27,6 +27,17 @@
27
27
  "DYNAMIC_KEY": {
28
28
  "VALUE_PLACEHOLDER": "Value",
29
29
  "KEY_PLACEHOLDER": "Key"
30
+ },
31
+ "FACTOR_TYPES": {
32
+ "TEXT": "Text",
33
+ "NUMBER": "Number",
34
+ "ARRAY": "Array",
35
+ "PARAMETER": "Parameter",
36
+ "CONTEXT_PARAMETER": "Context parameter",
37
+ "DATE": "Date",
38
+ "DATE_RANGE": "Date range",
39
+ "DYNAMIC_KEY": "Dynamic key",
40
+ "FORMULA": "Formula"
30
41
  }
31
42
  },
32
43
  "OPERATORS": {
@@ -300,10 +311,19 @@
300
311
  },
301
312
  "MATCHING": {
302
313
  "MATCHING": "matching",
303
- "NOT-MATCHING": "not matching"
314
+ "NOT-MATCHING": "not matching",
315
+ "PERFORMED": "Performed",
316
+ "NOT-PERFORMED": "Not performed",
317
+ "HAVE": "Have",
318
+ "NOT-HAVE": "Not have",
319
+ "EXPRESSION-TYPE": {
320
+ "ATTRIBUTE": "attribute",
321
+ "EVENT": "event"
322
+ }
304
323
  },
305
324
  "STEP-CARD": {
306
325
  "NAME-PLACEHOLDER": "Name",
326
+ "CONDITION-TYPE": "event",
307
327
  "MOVE": "Move",
308
328
  "DELETE": "Delete",
309
329
  "DUPLICATE": "Duplicate"
@@ -321,11 +341,12 @@
321
341
  "REMOVE-CONDITION-ROW-TOOLTIP": "Delete",
322
342
  "ADD-FIRST-CONDITION-ROW-BUTTON": "Add condition",
323
343
  "ADD-CONDITION-ROW-BUTTON": "Add condition",
324
- "ADD-STEP": "Add step",
344
+ "ADD-STEP": "and then...",
325
345
  "DROP-LABEL": "Drop me here",
326
346
  "MOVE-TOOLTIP": "Move",
327
347
  "DUPLICATE-TOOLTIP": "Duplicate",
328
- "REMOVE-TOOLTIP": "Delete"
348
+ "REMOVE-TOOLTIP": "Delete",
349
+ "AND-SUFFIX": "and"
329
350
  },
330
351
  "PLACEHOLDER": {
331
352
  "CHOOSE-CONDITION": "Choose type of condition below"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.32.1",
3
+ "version": "0.34.1",
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": "8d3f48dbf8e3eddd679dee9f6d667d03b5f25ed0"
45
+ "gitHead": "6e09a689031ae03275336274cc4302de669f380d"
46
46
  }