@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.
@@ -2085,7 +2085,7 @@ var LanguageDialog = ({
2085
2085
  {
2086
2086
  value: language,
2087
2087
  onValueChanged: (language2) => setLanguage(language2),
2088
- contentPanelProps: { className: "z-200" },
2088
+ contentPanelProps: { containerClassName: "z-200" },
2089
2089
  buttonProps: {
2090
2090
  selectedDisplay: (value) => translation(value)
2091
2091
  },
@@ -2182,7 +2182,7 @@ var ThemeDialog = ({
2182
2182
  onValueChanged: (theme2) => setTheme(theme2),
2183
2183
  iconAppearance: "right",
2184
2184
  contentPanelProps: {
2185
- className: "z-200"
2185
+ containerClassName: "z-200"
2186
2186
  },
2187
2187
  buttonProps: {
2188
2188
  selectedDisplay: (value) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "flex-row-2 items-center", children: [