@os-design/theming
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ThemeMap as BaseThemeMap, ThemeContextProps as BaseThemeContextProps, ThemeOverriderProps as BaseThemeOverriderProps, ThemeProviderProps as BaseThemeProviderProps } from '@os-design/theming-tools'; | ||
@@ -11,5 +10,5 @@ import { Theme } from './theme-type'; | ||
export declare type ThemeOverriderProps = BaseThemeOverriderProps<Theme>; | ||
export declare const ThemeOverrider: import("react").FC<BaseThemeOverriderProps<Theme>>; | ||
export declare const ThemeOverrider: import("@os-design/theming-tools").ThemeOverrider<Theme>; | ||
export declare type ThemeProviderProps = BaseThemeProviderProps<Theme>; | ||
export declare const ThemeProvider: import("react").FC<BaseThemeProviderProps<Theme>>; | ||
export declare const ThemeProvider: import("@os-design/theming-tools").ThemeProvider<Theme>; | ||
//# sourceMappingURL=tools.d.ts.map |
{ | ||
"name": "@os-design/theming", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"license": "UNLICENSED", | ||
@@ -31,3 +31,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git", | ||
"dependencies": { | ||
"@os-design/theming-tools": "^1.0.4" | ||
"@os-design/theming-tools": "^1.0.5" | ||
}, | ||
@@ -38,3 +38,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "990fa0eb8e38bbb94ebea1ba0c825574ff11fe5e" | ||
"gitHead": "d68e1f41705b52f8a0c5d2fbf7846839c2176a5d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
190383
1743