@tydavidson/design-system 1.1.11 → 1.1.12

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
@@ -1878,7 +1878,7 @@ function ThemeProvider({
1878
1878
  children,
1879
1879
  ...props
1880
1880
  }) {
1881
- const [NextThemesProvider, setNextThemesProvider] = React2.useState(null);
1881
+ const [NextThemesProvider, setNextThemesProvider] = React2.useState(void 0);
1882
1882
  const [mounted, setMounted] = React2.useState(false);
1883
1883
  React2.useEffect(() => {
1884
1884
  import('next-themes').then(({ ThemeProvider: Provider }) => {
@@ -1933,7 +1933,7 @@ function ClientThemeProvider({
1933
1933
  }
1934
1934
  function ClientThemeToggle(props) {
1935
1935
  const [mounted, setMounted] = React2.useState(false);
1936
- const [ThemeToggleComponent, setThemeToggleComponent] = React2.useState(null);
1936
+ const [ThemeToggleComponent, setThemeToggleComponent] = React2.useState(void 0);
1937
1937
  React2.useEffect(() => {
1938
1938
  setMounted(true);
1939
1939
  Promise.resolve().then(() => (init_theme_toggle2(), theme_toggle_exports)).then(({ ThemeToggle: ThemeToggle2 }) => {