@synerise/ds-core 1.3.0 → 1.3.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,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
+ ## [1.3.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.3.0...@synerise/ds-core@1.3.1) (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
+
6
17
  # [1.3.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.2.0...@synerise/ds-core@1.3.0) (2025-05-19)
7
18
 
8
19
 
package/dist/i18n/en.json CHANGED
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "DS": {
3
+ "CODE-AREA": {
4
+ "FULLSCREEN": "Fullscreen",
5
+ "CLOSE-FULLSCREEN": "Close fullscreen",
6
+ "FULLSCREEN-TITLE": "Fullscreen editor"
7
+ },
3
8
  "MAPPING": {
4
9
  "BULK_SELECTION_ENABLE": "Bulk actions",
5
10
  "BULK_SELECTION_DISABLE": "Hide actions"
@@ -41,7 +46,10 @@
41
46
  "PARAMETER": {
42
47
  "NO_RESULTS": "No results",
43
48
  "SEARCH_PLACEHOLDER": "Search",
44
- "LOADING_PARAMETERS": "Loading parameters"
49
+ "LOADING_PARAMETERS": "Loading parameters",
50
+ "ALL": "All",
51
+ "RECENT": "Recent",
52
+ "SHOW_MORE": "Show more"
45
53
  },
46
54
  "FORMULA": {
47
55
  "BUTTON_PLACEHOLDER": "Formula",
@@ -243,10 +251,11 @@
243
251
  "DATE-PICKER": {
244
252
  "APPLY": "Apply",
245
253
  "SELECT-DATE": "Select date",
246
- "SELECT-TIME": "Select time",
247
- "NOW": "Now"
254
+ "NOW": "Now",
255
+ "CLEAR-TOOLTIP": "Clear"
248
256
  },
249
257
  "DATE-RANGE-PICKER": {
258
+ "EMPTY-DATE-ERROR": "Date cannot be empty",
250
259
  "TODAY": "Today",
251
260
  "YESTERDAY": "Yesterday",
252
261
  "LAST-7-DAYS": "Last 7 days",
@@ -406,7 +415,9 @@
406
415
  "NOT-CONDITION-TYPE": "not event",
407
416
  "MOVE": "Move",
408
417
  "DELETE": "Delete",
409
- "DUPLICATE": "Duplicate"
418
+ "DUPLICATE": "Duplicate",
419
+ "MOVE-DOWN": "Move down",
420
+ "MOVE-UP": "Move up"
410
421
  },
411
422
  "WIZARD": {
412
423
  "BACK-BUTTON": "Back",
@@ -414,7 +425,8 @@
414
425
  },
415
426
  "FILTER": {
416
427
  "DROP-ME-HERE": "Drop me here",
417
- "ADD-FILTER": "Add filter"
428
+ "ADD-FILTER": "Add filter",
429
+ "CONDITIONS-LIMIT": "Conditions limit"
418
430
  },
419
431
  "CONDITION": {
420
432
  "STEP_NAME-PLACEHOLDER": "Step name",
@@ -424,10 +436,11 @@
424
436
  "ADD-CONDITION-ROW-BUTTON": "Add condition",
425
437
  "ADD-STEP": "and then...",
426
438
  "DROP-LABEL": "Drop me here",
439
+ "EMPTY_CONDITION_LABEL": "Choose event first",
427
440
  "MOVE-TOOLTIP": "Move",
428
441
  "DUPLICATE-TOOLTIP": "Duplicate",
429
442
  "REMOVE-TOOLTIP": "Delete",
430
- "AND-SUFFIX": "and"
443
+ "SUFFIX": "and"
431
444
  },
432
445
  "PLACEHOLDER": {
433
446
  "CHOOSE-CONDITION": "Choose type of condition below"