@awsui/theming-runtime
Advanced tools
Comparing version 1.0.34 to 1.0.35
{ | ||
"commit": "535ecc7305018c6a83402a0fe2d623015b9f6f60" | ||
"commit": "3e97baae2321c4fa699bb1f4fdee0cebdbdcc664" | ||
} |
{ | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"name": "@awsui/theming-runtime", | ||
@@ -4,0 +4,0 @@ "main": "./browser/index.js", |
import { Context, Mode } from '.'; | ||
import { Theme, Value } from './interfaces'; | ||
type ModeTokenResolution = Record<string, Value>; | ||
type SpecificTokenResolution = Value; | ||
export type ModeTokenResolution = Record<string, Value>; | ||
export type SpecificTokenResolution = Value; | ||
interface ThemeResolution<TR> { | ||
@@ -6,0 +6,0 @@ [token: string]: TR; |
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
69753