@helpwave/hightide 0.1.39 → 0.1.41

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.
@@ -1772,7 +1772,7 @@ var LanguageDialog = ({
1772
1772
  {
1773
1773
  value: language,
1774
1774
  onValueChanged: (language2) => setLanguage(language2),
1775
- contentPanelProps: { className: "z-200" },
1775
+ contentPanelProps: { containerClassName: "z-200" },
1776
1776
  buttonProps: {
1777
1777
  selectedDisplay: (value) => translation(value)
1778
1778
  },