@helpwave/hightide 0.1.40 → 0.1.42

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.
@@ -1796,7 +1796,7 @@ var LanguageDialog = ({
1796
1796
  {
1797
1797
  value: language,
1798
1798
  onValueChanged: (language2) => setLanguage(language2),
1799
- contentPanelProps: { className: "z-200" },
1799
+ contentPanelProps: { containerClassName: "z-200" },
1800
1800
  buttonProps: {
1801
1801
  selectedDisplay: (value) => translation(value)
1802
1802
  },