@wise/dynamic-flow-client-internal 4.22.0 → 4.23.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/build/i18n/cs.json +1 -1
- package/build/i18n/pl.json +2 -2
- package/build/i18n/ro.json +1 -1
- package/build/main.css +7 -9
- package/build/main.js +454 -327
- package/build/main.mjs +397 -271
- package/package.json +11 -11
package/build/i18n/cs.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"df.wise.ArraySchema.maxItemsError": "Přidejte {maxItems} nebo méně.",
|
|
6
6
|
"df.wise.ArraySchema.minItemsError": "Přidejte alespoň {minItems}.",
|
|
7
7
|
"df.wise.ArraySchema.removeItem": "Odebrat",
|
|
8
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "
|
|
8
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Může to trvat pár sekund",
|
|
9
9
|
"df.wise.ControlFeedback.maxLength": "Zadejte {maxLength} nebo méně znaků.",
|
|
10
10
|
"df.wise.ControlFeedback.maximum": "Zadejte číslo, které je {maximum} nebo menší.",
|
|
11
11
|
"df.wise.ControlFeedback.maximumDate": "Zadejte datum, které je {maximum} nebo předtím.",
|
package/build/i18n/pl.json
CHANGED
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Skopiowano do schowka",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Nie udało się skopiować do schowka",
|
|
21
21
|
"df.wise.Decision.all": "Wszystkie",
|
|
22
|
-
"df.wise.Decision.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "Zacznij pisać, żeby wyszukać",
|
|
23
23
|
"df.wise.Decision.noResults": "Brak wyników",
|
|
24
24
|
"df.wise.Decision.popular": "Popularne",
|
|
25
|
-
"df.wise.Decision.recent": "
|
|
25
|
+
"df.wise.Decision.recent": "Ostatnie",
|
|
26
26
|
"df.wise.Decision.results": "Wyniki wyszukiwania",
|
|
27
27
|
"df.wise.DynamicParagraph.copied": "Skopiowano do schowka",
|
|
28
28
|
"df.wise.DynamicParagraph.copy": "Kopiuj",
|
package/build/i18n/ro.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Copiat în clipboard",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Copierea în clipboard a eșuat",
|
|
21
21
|
"df.wise.Decision.all": "Toate",
|
|
22
|
-
"df.wise.Decision.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "Începe să tastezi pentru a căuta",
|
|
23
23
|
"df.wise.Decision.noResults": "Niciun rezultat",
|
|
24
24
|
"df.wise.Decision.popular": "Populare",
|
|
25
25
|
"df.wise.Decision.recent": "Recente",
|
package/build/main.css
CHANGED
|
@@ -346,15 +346,13 @@ button.df-back-btn {
|
|
|
346
346
|
width: 300px;
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
|
-
.df-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
.df-back-btn:active .tw-avatar__content {
|
|
357
|
-
background-color: var(--color-background-neutral-active);
|
|
349
|
+
.df-toolbar {
|
|
350
|
+
display: flex;
|
|
351
|
+
gap: 0.25em;
|
|
352
|
+
overflow-x: auto;
|
|
353
|
+
padding: 0.5em;
|
|
354
|
+
padding-right: 0;
|
|
355
|
+
margin-left: auto;
|
|
358
356
|
}
|
|
359
357
|
.splash-screen {
|
|
360
358
|
display: flex;
|