@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.
@@ -2056,7 +2056,7 @@ var LanguageDialog = ({
2056
2056
  {
2057
2057
  value: language,
2058
2058
  onValueChanged: (language2) => setLanguage(language2),
2059
- contentPanelProps: { className: "z-200" },
2059
+ contentPanelProps: { containerClassName: "z-200" },
2060
2060
  buttonProps: {
2061
2061
  selectedDisplay: (value) => translation(value)
2062
2062
  },
@@ -2153,7 +2153,7 @@ var ThemeDialog = ({
2153
2153
  onValueChanged: (theme2) => setTheme(theme2),
2154
2154
  iconAppearance: "right",
2155
2155
  contentPanelProps: {
2156
- className: "z-200"
2156
+ containerClassName: "z-200"
2157
2157
  },
2158
2158
  buttonProps: {
2159
2159
  selectedDisplay: (value) => /* @__PURE__ */ jsxs8("div", { className: "flex-row-2 items-center", children: [