@synerise/ds-core 0.40.10 → 0.40.12

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
+ ## [0.40.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.11...@synerise/ds-core@0.40.12) (2024-02-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **condition:** updated step name prefix styles ([b6b53fe](https://github.com/synerise/synerise-design/commit/b6b53feabe10428ab9e11ce9ebd7167dd881cd11))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.40.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.10...@synerise/ds-core@0.40.11) (2024-02-19)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-core
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.40.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.9...@synerise/ds-core@0.40.10) (2024-01-17)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-core
package/dist/i18n/en.json CHANGED
@@ -370,6 +370,7 @@
370
370
  },
371
371
  "CONDITION": {
372
372
  "STEP_NAME-PLACEHOLDER": "Step name",
373
+ "STEP_NAME-PREFIX": "Step",
373
374
  "REMOVE-CONDITION-ROW-TOOLTIP": "Delete",
374
375
  "ADD-FIRST-CONDITION-ROW-BUTTON": "Add condition",
375
376
  "ADD-CONDITION-ROW-BUTTON": "Add condition",
package/dist/i18n/pl.json CHANGED
@@ -332,6 +332,7 @@
332
332
  "REMOVE-CONDITION-ROW-TOOLTIP": "Usuń",
333
333
  "ADD-STEP": "Dodaj krok",
334
334
  "STEP_NAME-PLACEHOLDER": "Nazwa kroku",
335
+ "STEP_NAME-PREFIX": "Krok",
335
336
  "DROP-LABEL": "Upuść mnie tutaj",
336
337
  "MOVE-TOOLTIP": "Przenieś",
337
338
  "DUPLICATE-TOOLTIP": "Duplikuj",
package/dist/i18n/pt.json CHANGED
@@ -358,6 +358,7 @@
358
358
  },
359
359
  "CONDITION": {
360
360
  "STEP_NAME-PLACEHOLDER": "Nome do passo",
361
+ "STEP_NAME-PREFIX": "Passo",
361
362
  "REMOVE-CONDITION-ROW-TOOLTIP": "Excluir",
362
363
  "ADD-FIRST-CONDITION-ROW-BUTTON": "Adicionar condição",
363
364
  "ADD-CONDITION-ROW-BUTTON": "Adicionar condição",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.40.10",
3
+ "version": "0.40.12",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "types": "dist/js/index.js",
33
33
  "dependencies": {
34
- "@synerise/ds-data-format": "^0.4.7",
34
+ "@synerise/ds-data-format": "^0.4.8",
35
35
  "deepmerge": "^4.2.2",
36
36
  "flat": "^5.0.0",
37
37
  "intl-messageformat-parser": "^3.6.4",
@@ -49,5 +49,5 @@
49
49
  "less-vars-loader": "1.1.0",
50
50
  "webpack": "4.42.0"
51
51
  },
52
- "gitHead": "16918244eff3f4e37db24ae3d90687d4e6a233a4"
52
+ "gitHead": "673df74b628304300c09f0d7e26279b5901cd925"
53
53
  }