@helpwave/hightide 0.1.40 → 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.
@@ -9370,7 +9370,7 @@ var LanguageDialog = ({
9370
9370
  {
9371
9371
  value: language,
9372
9372
  onValueChanged: (language2) => setLanguage(language2),
9373
- contentPanelProps: { className: "z-200" },
9373
+ contentPanelProps: { containerClassName: "z-200" },
9374
9374
  buttonProps: {
9375
9375
  selectedDisplay: (value) => translation(value)
9376
9376
  },
@@ -9467,7 +9467,7 @@ var ThemeDialog = ({
9467
9467
  onValueChanged: (theme2) => setTheme(theme2),
9468
9468
  iconAppearance: "right",
9469
9469
  contentPanelProps: {
9470
- className: "z-200"
9470
+ containerClassName: "z-200"
9471
9471
  },
9472
9472
  buttonProps: {
9473
9473
  selectedDisplay: (value) => /* @__PURE__ */ jsxs13("div", { className: "flex-row-2 items-center", children: [