@nypl/design-system-react-components 1.6.1-test-provider → 1.6.1-test-provider-2

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.
@@ -16,5 +16,5 @@
16
16
  * - typography (font, font size, font weight)
17
17
  * - spacing
18
18
  */
19
- declare const theme: import("@chakra-ui/utils").Dict<any>;
19
+ declare const theme: any;
20
20
  export default theme;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { ChakraProviderProps } from "./internalProvider";
3
- declare const DSProvider: ({ children, colorModeManager, resetCSS, disableGlobalStyle, }: React.PropsWithChildren<ChakraProviderProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ declare const DSProvider: ({ children, colorModeManager, disableGlobalStyle, resetCSS, theme, }: React.PropsWithChildren<ChakraProviderProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  export default DSProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "1.6.1-test-provider",
3
+ "version": "1.6.1-test-provider-2",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",