@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.
package/dist/index.mjs CHANGED
@@ -9591,7 +9591,7 @@ var LanguageDialog = ({
9591
9591
  {
9592
9592
  value: language,
9593
9593
  onValueChanged: (language2) => setLanguage(language2),
9594
- contentPanelProps: { className: "z-200" },
9594
+ contentPanelProps: { containerClassName: "z-200" },
9595
9595
  buttonProps: {
9596
9596
  selectedDisplay: (value) => translation(value)
9597
9597
  },
@@ -9756,7 +9756,7 @@ var ThemeDialog = ({
9756
9756
  onValueChanged: (theme2) => setTheme(theme2),
9757
9757
  iconAppearance: "right",
9758
9758
  contentPanelProps: {
9759
- className: "z-200"
9759
+ containerClassName: "z-200"
9760
9760
  },
9761
9761
  buttonProps: {
9762
9762
  selectedDisplay: (value) => /* @__PURE__ */ jsxs13("div", { className: "flex-row-2 items-center", children: [