@instructure/shared-types
Advanced tools
Comparing version 8.11.2-snapshot.15 to 8.11.2-snapshot.16
{ | ||
"name": "@instructure/shared-types", | ||
"version": "8.11.2-snapshot.15+4f855a7cf", | ||
"version": "8.11.2-snapshot.16+cc5ce19b9", | ||
"description": "Shared TypeScript typings for Instructure UI packages.", | ||
@@ -29,3 +29,3 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
}, | ||
"gitHead": "4f855a7cfb0f347bca6a71b18be9504447ba768f" | ||
"gitHead": "cc5ce19b934d6d6f54117e75432a6fb7e65c80ea" | ||
} |
@@ -136,2 +136,15 @@ /* | ||
type BaseThemeVariableKeys = [ | ||
'borders', | ||
'breakpoints', | ||
'colors', | ||
'forms', | ||
'media', | ||
'shadows', | ||
'spacing', | ||
'stacking', | ||
'transitions', | ||
'typography' | ||
] | ||
type BaseTheme = { | ||
@@ -144,2 +157,3 @@ key: string | ||
BaseTheme, | ||
BaseThemeVariableKeys, | ||
BaseThemeVariables, | ||
@@ -146,0 +160,0 @@ Shadows, |
@@ -99,2 +99,14 @@ import { Colors } from './Colors'; | ||
}; | ||
declare type BaseThemeVariableKeys = [ | ||
'borders', | ||
'breakpoints', | ||
'colors', | ||
'forms', | ||
'media', | ||
'shadows', | ||
'spacing', | ||
'stacking', | ||
'transitions', | ||
'typography' | ||
]; | ||
declare type BaseTheme = { | ||
@@ -104,3 +116,3 @@ key: string; | ||
} & BaseThemeVariables; | ||
export type { BaseTheme, BaseThemeVariables, Shadows, Border, Breakpoints, Media, Forms, Spacing, Stacking, Transitions, Typography, Size, Radius, StrokeWidth }; | ||
export type { BaseTheme, BaseThemeVariableKeys, BaseThemeVariables, Shadows, Border, Breakpoints, Media, Forms, Spacing, Stacking, Transitions, Typography, Size, Radius, StrokeWidth }; | ||
//# sourceMappingURL=BaseTheme.d.ts.map |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
192213
3584