Socket
Socket
Sign inDemoInstall

@instructure/canvas-high-contrast-theme

Package Overview
Dependencies
Maintainers
33
Versions
1382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/canvas-high-contrast-theme - npm Package Compare versions

Comparing version 9.0.2-snapshot-3 to 9.0.2-snapshot-4

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [9.0.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-3) (2024-05-28)
## [9.0.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-4) (2024-06-05)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/canvas-high-contrast-theme

{
"name": "@instructure/canvas-high-contrast-theme",
"version": "9.0.2-snapshot-3",
"version": "9.0.2-snapshot-4",
"description": "A high contrast theme for Canvas LMS made by Instructure Inc.",

@@ -25,9 +25,9 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "9.0.2-snapshot-3"
"@instructure/ui-babel-preset": "9.0.2-snapshot-4"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@instructure/shared-types": "9.0.2-snapshot-3",
"@instructure/theme-registry": "9.0.2-snapshot-3",
"@instructure/ui-theme-tokens": "9.0.2-snapshot-3"
"@instructure/shared-types": "9.0.2-snapshot-4",
"@instructure/theme-registry": "9.0.2-snapshot-4",
"@instructure/ui-theme-tokens": "9.0.2-snapshot-4"
},

@@ -34,0 +34,0 @@ "publishConfig": {

import { canvasHighContrast } from '@instructure/ui-theme-tokens';
import { BaseTheme } from '@instructure/shared-types';
declare const borders: import("@instructure/shared-types/types/BaseTheme").Border, breakpoints: import("@instructure/shared-types/types/BaseTheme").Breakpoints, colors: import("@instructure/shared-types/types/Colors").Colors, forms: import("@instructure/shared-types/types/BaseTheme").Forms, media: import("@instructure/shared-types/types/BaseTheme").Media, shadows: import("@instructure/shared-types/types/BaseTheme").Shadows, spacing: import("@instructure/shared-types/types/BaseTheme").Spacing, stacking: import("@instructure/shared-types/types/BaseTheme").Stacking, transitions: import("@instructure/shared-types/types/BaseTheme").Transitions, typography: import("@instructure/shared-types/types/BaseTheme").Typography;
declare const borders: import("@instructure/shared-types").Border, breakpoints: import("@instructure/shared-types").Breakpoints, colors: import("@instructure/shared-types").Colors, forms: import("@instructure/shared-types").Forms, media: import("@instructure/shared-types").Media, shadows: import("@instructure/shared-types").Shadows, spacing: import("@instructure/shared-types").Spacing, stacking: import("@instructure/shared-types").Stacking, transitions: import("@instructure/shared-types").Transitions, typography: import("@instructure/shared-types").Typography;
declare const key = "canvas-high-contrast";

@@ -8,5 +8,5 @@ export type CanvasHighContrastTheme = BaseTheme & {

} & typeof canvasHighContrast;
declare const theme: import("@instructure/theme-registry/types/ThemeRegistry").Theme<CanvasHighContrastTheme>;
declare const theme: import("@instructure/theme-registry").Theme<CanvasHighContrastTheme>;
export default theme;
export { theme, key, colors, borders, transitions, typography, spacing, forms, media, breakpoints, shadows, stacking };
//# sourceMappingURL=index.d.ts.map

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

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