@pronto-tools-and-more/components 14.49.0 → 14.50.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/dist/main.js
CHANGED
@@ -637,7 +637,9 @@ var Collection = ({
|
|
637
637
|
|
638
638
|
// src/parts/Conditions/Conditions.ts
|
639
639
|
var Conditions = {
|
640
|
-
SearchResultsAreEmpty: "!$context.phrase"
|
640
|
+
SearchResultsAreEmpty: "!$context.phrase",
|
641
|
+
LanguageIsGerman: `'$context.language === "de"'`,
|
642
|
+
LanguageIsNotGerman: `'$context.language !== "de"'`
|
641
643
|
};
|
642
644
|
|
643
645
|
// src/parts/Container/Container.tsx
|