@synerise/ds-core 1.10.2 → 1.11.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 +6 -0
- package/README.md +2 -1
- package/dist/i18n/en.json +2 -1
- package/dist/i18n/es.json +2 -1
- package/dist/i18n/index.d.ts +5 -0
- package/dist/i18n/pl.json +2 -1
- package/dist/i18n/pt.json +2 -1
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.utils.d.ts +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.11.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.10.2...@synerise/ds-core@1.11.0) (2026-03-20)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **item-picker:** empty state default and custom ([a3b9af1](https://github.com/synerise/synerise-design/commit/a3b9af1c0fc1e4a626da266199c456ef0aad67b1))
|
|
11
|
+
|
|
6
12
|
## [1.10.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.10.1...@synerise/ds-core@1.10.2) (2026-02-11)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -25,7 +25,8 @@ Bunch of components to bootstrap application.
|
|
|
25
25
|
| messages | Object with translations | object | |
|
|
26
26
|
| defaultMessages | Object with fallback translations | object | |
|
|
27
27
|
| dataFormatConfig | Object with data (dates/numbers) notations | DataFormatConfig | EU notation |
|
|
28
|
-
|
|
|
28
|
+
| toasterProps | Pass TOASTER_DEFAULTS or custom config to enable toast container; false disables the Toaster element | false or Partial<ToasterProps> | false |
|
|
29
|
+
| onErrorIntl | react-intl error handler for missing translation keys | (error) => void | |
|
|
29
30
|
|
|
30
31
|
# Data formatting
|
|
31
32
|
|
package/dist/i18n/en.json
CHANGED
|
@@ -165,7 +165,8 @@
|
|
|
165
165
|
"CLEAR-SEARCH-TOOLTIP": "Clear",
|
|
166
166
|
"BACK-TOOLTIP": "Back",
|
|
167
167
|
"SEARCH-EVERYWHERE": "Search all folders",
|
|
168
|
-
"SEARCH-PLACEHOLDER": "Search for object or type {shortCutKey} to show actions"
|
|
168
|
+
"SEARCH-PLACEHOLDER": "Search for object or type {shortCutKey} to show actions",
|
|
169
|
+
"EMPTY-STATE": "No items"
|
|
169
170
|
},
|
|
170
171
|
"ITEM-PICKER": {
|
|
171
172
|
"CLEAR-CONFIRM": "Are you sure you want to remove this selection?",
|
package/dist/i18n/es.json
CHANGED
|
@@ -161,7 +161,8 @@
|
|
|
161
161
|
"CLEAR-SEARCH-TOOLTIP": "Borrar",
|
|
162
162
|
"BACK-TOOLTIP": "Atrás",
|
|
163
163
|
"SEARCH-EVERYWHERE": "Buscar en todas las carpetas",
|
|
164
|
-
"SEARCH-PLACEHOLDER": "Busca un objeto o escribe {shortCutKey} para mostrar acciones"
|
|
164
|
+
"SEARCH-PLACEHOLDER": "Busca un objeto o escribe {shortCutKey} para mostrar acciones",
|
|
165
|
+
"EMPTY-STATE": "Sin ítems"
|
|
165
166
|
},
|
|
166
167
|
"ITEM-PICKER": {
|
|
167
168
|
"CLEAR-CONFIRM": "¿Seguro que quieres eliminar esta selección?",
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -151,6 +151,7 @@ declare const _default: {
|
|
|
151
151
|
"BACK-TOOLTIP": string;
|
|
152
152
|
"SEARCH-EVERYWHERE": string;
|
|
153
153
|
"SEARCH-PLACEHOLDER": string;
|
|
154
|
+
"EMPTY-STATE": string;
|
|
154
155
|
};
|
|
155
156
|
"ITEM-PICKER": {
|
|
156
157
|
"CLEAR-CONFIRM": string;
|
|
@@ -596,6 +597,7 @@ declare const _default: {
|
|
|
596
597
|
"BACK-TOOLTIP": string;
|
|
597
598
|
"SEARCH-EVERYWHERE": string;
|
|
598
599
|
"SEARCH-PLACEHOLDER": string;
|
|
600
|
+
"EMPTY-STATE": string;
|
|
599
601
|
};
|
|
600
602
|
"ITEM-PICKER": {
|
|
601
603
|
"CLEAR-CONFIRM": string;
|
|
@@ -1084,6 +1086,7 @@ declare const _default: {
|
|
|
1084
1086
|
"BACK-TOOLTIP": string;
|
|
1085
1087
|
"SEARCH-EVERYWHERE": string;
|
|
1086
1088
|
"SEARCH-PLACEHOLDER": string;
|
|
1089
|
+
"EMPTY-STATE": string;
|
|
1087
1090
|
};
|
|
1088
1091
|
"ITEM-PICKER": {
|
|
1089
1092
|
"CLEAR-CONFIRM": string;
|
|
@@ -1571,6 +1574,7 @@ declare const _default: {
|
|
|
1571
1574
|
"BACK-TOOLTIP": string;
|
|
1572
1575
|
"SEARCH-EVERYWHERE": string;
|
|
1573
1576
|
"SEARCH-PLACEHOLDER": string;
|
|
1577
|
+
"EMPTY-STATE": string;
|
|
1574
1578
|
};
|
|
1575
1579
|
"ITEM-PICKER": {
|
|
1576
1580
|
"CLEAR-CONFIRM": string;
|
|
@@ -2064,6 +2068,7 @@ declare const _default: {
|
|
|
2064
2068
|
"BACK-TOOLTIP": string;
|
|
2065
2069
|
"SEARCH-EVERYWHERE": string;
|
|
2066
2070
|
"SEARCH-PLACEHOLDER": string;
|
|
2071
|
+
"EMPTY-STATE": string;
|
|
2067
2072
|
};
|
|
2068
2073
|
"ITEM-PICKER": {
|
|
2069
2074
|
"CLEAR-CONFIRM": string;
|
package/dist/i18n/pl.json
CHANGED
|
@@ -149,7 +149,8 @@
|
|
|
149
149
|
"CLEAR-SEARCH-TOOLTIP": "Wyczyść",
|
|
150
150
|
"BACK-TOOLTIP": "Wstecz",
|
|
151
151
|
"SEARCH-EVERYWHERE": "Przeszukaj wszystkie foldery",
|
|
152
|
-
"SEARCH-PLACEHOLDER": "Wyszukaj obiekt lub wpisz {shortCutKey} aby wylistować akcje"
|
|
152
|
+
"SEARCH-PLACEHOLDER": "Wyszukaj obiekt lub wpisz {shortCutKey} aby wylistować akcje",
|
|
153
|
+
"EMPTY-STATE": "Brak obiektów"
|
|
153
154
|
},
|
|
154
155
|
"ITEM-PICKER": {
|
|
155
156
|
"CLEAR-CONFIRM": "Czy na pewno chcesz usunąć to zaznaczenie?",
|
package/dist/i18n/pt.json
CHANGED
|
@@ -161,7 +161,8 @@
|
|
|
161
161
|
"CLEAR-SEARCH-TOOLTIP": "Limpar",
|
|
162
162
|
"BACK-TOOLTIP": "Voltar",
|
|
163
163
|
"SEARCH-EVERYWHERE": "Buscar em todas as pastas",
|
|
164
|
-
"SEARCH-PLACEHOLDER": "Busque um objeto ou digite {shortCutKey} para exibir ações"
|
|
164
|
+
"SEARCH-PLACEHOLDER": "Busque um objeto ou digite {shortCutKey} para exibir ações",
|
|
165
|
+
"EMPTY-STATE": "Sem itens"
|
|
165
166
|
},
|
|
166
167
|
"ITEM-PICKER": {
|
|
167
168
|
"CLEAR-CONFIRM": "Você tem certeza de que quer remover esta seleção?",
|
|
@@ -164,6 +164,7 @@ export declare const getDSMessages: (lang: string) => {
|
|
|
164
164
|
"BACK-TOOLTIP": string;
|
|
165
165
|
"SEARCH-EVERYWHERE": string;
|
|
166
166
|
"SEARCH-PLACEHOLDER": string;
|
|
167
|
+
"EMPTY-STATE": string;
|
|
167
168
|
};
|
|
168
169
|
"ITEM-PICKER": {
|
|
169
170
|
"CLEAR-CONFIRM": string;
|
|
@@ -638,6 +639,7 @@ export declare const getDSMessages: (lang: string) => {
|
|
|
638
639
|
"BACK-TOOLTIP": string;
|
|
639
640
|
"SEARCH-EVERYWHERE": string;
|
|
640
641
|
"SEARCH-PLACEHOLDER": string;
|
|
642
|
+
"EMPTY-STATE": string;
|
|
641
643
|
};
|
|
642
644
|
"ITEM-PICKER": {
|
|
643
645
|
"CLEAR-CONFIRM": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Core Components for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "synerise/synerise-design",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"hex-rgb": "^5.0.0",
|
|
58
58
|
"less-vars-to-js": "^1.3.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "8efc031fa688c0b87c7b3915bae93546bb63bcac"
|
|
61
61
|
}
|