@synerise/ds-core 1.2.0 → 1.3.0
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 +8 -1
- package/dist/i18n/pl.json +8 -2
- 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
|
+
# [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
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **collector:** make texts prop optional ([6d59694](https://github.com/synerise/synerise-design/commit/6d59694a427102714ebcd9579fe086d72066d9af))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [1.2.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.1.0...@synerise/ds-core@1.2.0) (2025-05-07)
|
|
7
18
|
|
|
8
19
|
|
package/dist/i18n/en.json
CHANGED
|
@@ -4,6 +4,13 @@
|
|
|
4
4
|
"BULK_SELECTION_ENABLE": "Bulk actions",
|
|
5
5
|
"BULK_SELECTION_DISABLE": "Hide actions"
|
|
6
6
|
},
|
|
7
|
+
"COLLECTOR": {
|
|
8
|
+
"ADD": "Add",
|
|
9
|
+
"CANCEL": "Cancel",
|
|
10
|
+
"PLACEHOLDER": "Type value",
|
|
11
|
+
"TO-NAVIGATE": "to navigate",
|
|
12
|
+
"TO-SELECT": "to select"
|
|
13
|
+
},
|
|
7
14
|
"MENU": {
|
|
8
15
|
"SHOW-LESS": "Show less",
|
|
9
16
|
"SHOW-MORE": "Show more"
|
|
@@ -426,4 +433,4 @@
|
|
|
426
433
|
"CHOOSE-CONDITION": "Choose type of condition below"
|
|
427
434
|
}
|
|
428
435
|
}
|
|
429
|
-
}
|
|
436
|
+
}
|
package/dist/i18n/pl.json
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"RECENT": "Ostatnie",
|
|
13
13
|
"ALL": "Wszystkie"
|
|
14
14
|
},
|
|
15
|
-
|
|
16
15
|
"MANAGABLE-LIST": {
|
|
17
16
|
"LESS": "mniej",
|
|
18
17
|
"MORE": "więcej",
|
|
@@ -138,6 +137,13 @@
|
|
|
138
137
|
"SEARCH": "Szukaj",
|
|
139
138
|
"NO-RESULTS": "Brak wyników"
|
|
140
139
|
},
|
|
140
|
+
"COLLECTOR": {
|
|
141
|
+
"ADD": "Dodaj",
|
|
142
|
+
"CANCEL": "Anuluj",
|
|
143
|
+
"PLACEHOLDER": "Wpisz wartość",
|
|
144
|
+
"TO-NAVIGATE": "nawiguj",
|
|
145
|
+
"TO-SELECT": "wybierz"
|
|
146
|
+
},
|
|
141
147
|
"COLUMN-MANAGER": {
|
|
142
148
|
"GROUP_TITLE": "Ustawienia dla grupowania wyników w tabeli",
|
|
143
149
|
"SELECT_PLACEHOLDER": "Wybierz",
|
|
@@ -383,4 +389,4 @@
|
|
|
383
389
|
"CHOOSE-CONDITION": "Wybierz rodzaj warunku"
|
|
384
390
|
}
|
|
385
391
|
}
|
|
386
|
-
}
|
|
392
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
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
|
"hex-rgb": "^5.0.0",
|
|
50
50
|
"less-vars-to-js": "^1.3.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "8aa16b27c86c97e3ac774d92561ab0a03176c439"
|
|
53
53
|
}
|