@grafana/components 0.0.61 → 0.0.62
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/cjs/index.cjs
CHANGED
|
@@ -192,7 +192,7 @@ const ThemeNameChangeHandler = ({
|
|
|
192
192
|
};
|
|
193
193
|
|
|
194
194
|
const ColorMode = ({ children, getAppEvents, useTheme2 }) => {
|
|
195
|
-
return /* @__PURE__ */ jsxRuntime.jsx(ColorModeProvider, { children: /* @__PURE__ */ jsxRuntime.jsx(ColorModeChangeHandler, { getAppEvents, useTheme2, children: /* @__PURE__ */ jsxRuntime.jsx(ThemeNameChangeHandler, { getAppEvents, useTheme2, children }) }) });
|
|
195
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ColorModeProvider, { children: /* @__PURE__ */ jsxRuntime.jsx(ThemeNameProvider, { children: /* @__PURE__ */ jsxRuntime.jsx(ColorModeChangeHandler, { getAppEvents, useTheme2, children: /* @__PURE__ */ jsxRuntime.jsx(ThemeNameChangeHandler, { getAppEvents, useTheme2, children }) }) }) });
|
|
196
196
|
};
|
|
197
197
|
|
|
198
198
|
const ICON_SIZES = {
|