@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.js CHANGED
@@ -1909,7 +1909,7 @@ function ThemeProvider({
1909
1909
  children,
1910
1910
  ...props
1911
1911
  }) {
1912
- const [NextThemesProvider, setNextThemesProvider] = React2__namespace.useState(null);
1912
+ const [NextThemesProvider, setNextThemesProvider] = React2__namespace.useState(void 0);
1913
1913
  const [mounted, setMounted] = React2__namespace.useState(false);
1914
1914
  React2__namespace.useEffect(() => {
1915
1915
  import('next-themes').then(({ ThemeProvider: Provider }) => {
@@ -1964,7 +1964,7 @@ function ClientThemeProvider({
1964
1964
  }
1965
1965
  function ClientThemeToggle(props) {
1966
1966
  const [mounted, setMounted] = React2__namespace.useState(false);
1967
- const [ThemeToggleComponent, setThemeToggleComponent] = React2__namespace.useState(null);
1967
+ const [ThemeToggleComponent, setThemeToggleComponent] = React2__namespace.useState(void 0);
1968
1968
  React2__namespace.useEffect(() => {
1969
1969
  setMounted(true);
1970
1970
  Promise.resolve().then(() => (init_theme_toggle2(), theme_toggle_exports)).then(({ ThemeToggle: ThemeToggle2 }) => {