Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/shared-types

Package Overview
Dependencies
Maintainers
20
Versions
820
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/shared-types - npm Package Compare versions

Comparing version 8.11.2-snapshot.15 to 8.11.2-snapshot.16

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc