reshaped 3.7.0-canary.11 → 3.7.0-canary.13

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/bundle.d.ts CHANGED
@@ -131,7 +131,6 @@ export type { ViewProps, ViewItemProps } from "./components/View";
131
131
  */
132
132
  export { useFormControl } from "./components/FormControl";
133
133
  export { default as Theme, useTheme, type ThemeProps } from "./components/Theme";
134
- export type { ColorMode } from "./components/Theme";
135
134
  export { default as useHandlerRef } from "./hooks/useHandlerRef";
136
135
  export { default as useHotkeys } from "./hooks/useHotkeys";
137
136
  export { default as useIsomorphicLayoutEffect } from "./hooks/useIsomorphicLayoutEffect";
@@ -150,7 +149,7 @@ export { TrapFocus } from "./utilities/a11y";
150
149
  * Types
151
150
  */
152
151
  export type { ReshapedConfig } from "./types/config";
153
- export type { Responsive, Attributes } from "./types/global";
152
+ export type { Responsive, Attributes, ColorMode } from "./types/global";
154
153
  /**
155
154
  * Dev utilities
156
155
  */