@os-design/theming
Advanced tools
Comparing version 1.0.52 to 1.0.53
{ | ||
"name": "@os-design/theming", | ||
"version": "1.0.52", | ||
"version": "1.0.53", | ||
"license": "UNLICENSED", | ||
"repository": "git@gitlab.com:os-team/libs/os-design.git", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -23,5 +23,4 @@ "dist", | ||
"clean": "rimraf dist", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/esm --source-maps", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/cjs --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist", | ||
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declaration --declarationDir dist", | ||
"build": "yarn clean && npm-run-all 'build:*'", | ||
@@ -34,3 +33,3 @@ "ncu": "ncu -u" | ||
"dependencies": { | ||
"@os-design/theming-tools": "^1.0.22" | ||
"@os-design/theming-tools": "^1.0.23" | ||
}, | ||
@@ -41,3 +40,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "f9cb806c601f5118bb20331f1b785816c56d3af8" | ||
"gitHead": "86a83e87297a07afe132782ca2c95023b7139276" | ||
} |
@@ -5,4 +5,4 @@ import '@emotion/react'; | ||
declare module '@emotion/react' { | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type | ||
export interface Theme extends BaseTheme {} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Color } from '@os-design/theming-tools'; | ||
import type { Color } from '@os-design/theming-tools'; | ||
@@ -3,0 +3,0 @@ export interface Theme { |
@@ -1,3 +0,7 @@ | ||
import { Color, overrideTheme, ThemeMap } from '@os-design/theming-tools'; | ||
import { Theme } from './theme-type'; | ||
import { | ||
type Color, | ||
overrideTheme, | ||
type ThemeMap, | ||
} from '@os-design/theming-tools'; | ||
import type { Theme } from './theme-type'; | ||
@@ -4,0 +8,0 @@ export const light: Theme = { |
import { | ||
ThemeContextProps as BaseThemeContextProps, | ||
ThemeMap as BaseThemeMap, | ||
ThemeOverriderProps as BaseThemeOverriderProps, | ||
ThemeProviderProps as BaseThemeProviderProps, | ||
type ThemeContextProps as BaseThemeContextProps, | ||
type ThemeMap as BaseThemeMap, | ||
type ThemeOverriderProps as BaseThemeOverriderProps, | ||
type ThemeProviderProps as BaseThemeProviderProps, | ||
createThemeContext, | ||
@@ -11,3 +11,3 @@ createThemeOverrider, | ||
} from '@os-design/theming-tools'; | ||
import { Theme } from './theme-type'; | ||
import type { Theme } from './theme-type'; | ||
import themes from './themes'; | ||
@@ -14,0 +14,0 @@ |
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
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
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
Yes
83307
22
2178
1