@team-comit/styled-components-theme
Advanced tools
Comparing version 1.0.1 to 1.0.2
import { PropsWithChildren } from "react"; | ||
import { theme } from "./theme"; | ||
export declare const ComitStyleProvider: ({ children }: PropsWithChildren) => JSX.Element; | ||
declare module "styled-components" { | ||
type CustomTheme = typeof theme; | ||
interface DefaultTheme extends CustomTheme { | ||
} | ||
} | ||
//# sourceMappingURL=ComitStyleProvider.d.ts.map |
{ | ||
"name": "@team-comit/styled-components-theme", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "./build/index.js", | ||
@@ -11,3 +11,4 @@ "types": "./build/index.d.ts", | ||
"build:bundle": "node ./esbuild.config.js", | ||
"build:type": "yarn pnpify tsc" | ||
"build:type": "yarn build:clean && yarn pnpify tsc", | ||
"pre-release": "yarn pack" | ||
}, | ||
@@ -14,0 +15,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7355
135
0