@synerise/ds-core 0.40.11 → 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 +11 -0
- package/dist/i18n/en.json +1 -0
- package/dist/i18n/pl.json +1 -0
- package/dist/i18n/pt.json +1 -0
- package/package.json +2 -2
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.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
|
+
|
|
6
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)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @synerise/ds-core
|
package/dist/i18n/en.json
CHANGED
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.
|
|
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",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"less-vars-loader": "1.1.0",
|
|
50
50
|
"webpack": "4.42.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "673df74b628304300c09f0d7e26279b5901cd925"
|
|
53
53
|
}
|