@instructure/ui-themes
Advanced tools
Comparing version 10.5.0 to 10.5.1-snapshot-0
@@ -6,2 +6,10 @@ # Change Log | ||
## [10.5.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.5.1-snapshot-0) (2024-11-08) | ||
**Note:** Version bump only for package @instructure/ui-themes | ||
# [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07) | ||
@@ -8,0 +16,0 @@ |
@@ -32,10 +32,17 @@ var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$contrasts10, _colors$contrasts11, _colors$contrasts12, _colors$contrasts13; | ||
/* Defaults for Canvas account branding variables: */ | ||
// used for border/background/shadow colors in many places | ||
'ic-brand-primary': colors === null || colors === void 0 ? void 0 : (_colors$contrasts = colors.contrasts) === null || _colors$contrasts === void 0 ? void 0 : _colors$contrasts.blue4570, | ||
// used in lots of places for text color | ||
'ic-brand-font-color-dark': colors === null || colors === void 0 ? void 0 : (_colors$contrasts2 = colors.contrasts) === null || _colors$contrasts2 === void 0 ? void 0 : _colors$contrasts2.grey125125, | ||
// used by Link and links in Billboard | ||
'ic-link-color': colors === null || colors === void 0 ? void 0 : (_colors$contrasts3 = colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.blue4570, | ||
'ic-link-decoration': 'none', | ||
// Used by BaseButton and its subcomponents | ||
'ic-brand-button--primary-bgd': colors === null || colors === void 0 ? void 0 : (_colors$contrasts4 = colors.contrasts) === null || _colors$contrasts4 === void 0 ? void 0 : _colors$contrasts4.blue4570, | ||
'ic-brand-button--primary-text': colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.white1010, | ||
'ic-brand-button--secondary-bgd': colors === null || colors === void 0 ? void 0 : (_colors$contrasts6 = colors.contrasts) === null || _colors$contrasts6 === void 0 ? void 0 : _colors$contrasts6.grey125125, | ||
// unused! | ||
'ic-brand-button--secondary-text': colors === null || colors === void 0 ? void 0 : (_colors$contrasts7 = colors.contrasts) === null || _colors$contrasts7 === void 0 ? void 0 : _colors$contrasts7.white1010, | ||
// unused! | ||
// these are used only by SideNavBar | ||
'ic-brand-global-nav-bgd': colors === null || colors === void 0 ? void 0 : (_colors$contrasts8 = colors.contrasts) === null || _colors$contrasts8 === void 0 ? void 0 : _colors$contrasts8.grey100100, | ||
@@ -42,0 +49,0 @@ 'ic-global-nav-link-hover': colors === null || colors === void 0 ? void 0 : (_colors$contrasts9 = colors.contrasts) === null || _colors$contrasts9 === void 0 ? void 0 : _colors$contrasts9.grey125125, |
@@ -38,10 +38,17 @@ "use strict"; | ||
/* Defaults for Canvas account branding variables: */ | ||
// used for border/background/shadow colors in many places | ||
'ic-brand-primary': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts = _colors.colors.contrasts) === null || _colors$contrasts === void 0 ? void 0 : _colors$contrasts.blue4570, | ||
// used in lots of places for text color | ||
'ic-brand-font-color-dark': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts2 = _colors.colors.contrasts) === null || _colors$contrasts2 === void 0 ? void 0 : _colors$contrasts2.grey125125, | ||
// used by Link and links in Billboard | ||
'ic-link-color': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts3 = _colors.colors.contrasts) === null || _colors$contrasts3 === void 0 ? void 0 : _colors$contrasts3.blue4570, | ||
'ic-link-decoration': 'none', | ||
// Used by BaseButton and its subcomponents | ||
'ic-brand-button--primary-bgd': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts4 = _colors.colors.contrasts) === null || _colors$contrasts4 === void 0 ? void 0 : _colors$contrasts4.blue4570, | ||
'ic-brand-button--primary-text': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts5 = _colors.colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.white1010, | ||
'ic-brand-button--secondary-bgd': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts6 = _colors.colors.contrasts) === null || _colors$contrasts6 === void 0 ? void 0 : _colors$contrasts6.grey125125, | ||
// unused! | ||
'ic-brand-button--secondary-text': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts7 = _colors.colors.contrasts) === null || _colors$contrasts7 === void 0 ? void 0 : _colors$contrasts7.white1010, | ||
// unused! | ||
// these are used only by SideNavBar | ||
'ic-brand-global-nav-bgd': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts8 = _colors.colors.contrasts) === null || _colors$contrasts8 === void 0 ? void 0 : _colors$contrasts8.grey100100, | ||
@@ -48,0 +55,0 @@ 'ic-global-nav-link-hover': _colors.colors === null || _colors.colors === void 0 ? void 0 : (_colors$contrasts9 = _colors.colors.contrasts) === null || _colors$contrasts9 === void 0 ? void 0 : _colors$contrasts9.grey125125, |
{ | ||
"name": "@instructure/ui-themes", | ||
"version": "10.5.0", | ||
"version": "10.5.1-snapshot-0", | ||
"description": "A library of instructure themes", | ||
@@ -25,3 +25,3 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "10.5.0", | ||
"@instructure/ui-babel-preset": "10.5.1-snapshot-0", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
@@ -32,4 +32,4 @@ "@testing-library/react": "^16.0.1", | ||
"dependencies": { | ||
"@instructure/shared-types": "10.5.0", | ||
"@instructure/theme-registry": "10.5.0" | ||
"@instructure/shared-types": "10.5.1-snapshot-0", | ||
"@instructure/theme-registry": "10.5.1-snapshot-0" | ||
}, | ||
@@ -36,0 +36,0 @@ "publishConfig": { |
@@ -34,13 +34,15 @@ /* | ||
/* Defaults for Canvas account branding variables: */ | ||
// used for border/background/shadow colors in many places | ||
'ic-brand-primary': colors?.contrasts?.blue4570, | ||
// used in lots of places for text color | ||
'ic-brand-font-color-dark': colors?.contrasts?.grey125125, | ||
// used by Link and links in Billboard | ||
'ic-link-color': colors?.contrasts?.blue4570, | ||
'ic-link-decoration': 'none', | ||
// Used by BaseButton and its subcomponents | ||
'ic-brand-button--primary-bgd': colors?.contrasts?.blue4570, | ||
'ic-brand-button--primary-text': colors?.contrasts?.white1010, | ||
'ic-brand-button--secondary-bgd': colors?.contrasts?.grey125125, | ||
'ic-brand-button--secondary-text': colors?.contrasts?.white1010, | ||
'ic-brand-button--secondary-bgd': colors?.contrasts?.grey125125, // unused! | ||
'ic-brand-button--secondary-text': colors?.contrasts?.white1010, // unused! | ||
// these are used only by SideNavBar | ||
'ic-brand-global-nav-bgd': colors?.contrasts?.grey100100, | ||
@@ -47,0 +49,0 @@ 'ic-global-nav-link-hover': colors?.contrasts?.grey125125, |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
325471
3469
1
+ Added@instructure/console@10.5.1-snapshot-0(transitive)
+ Added@instructure/shared-types@10.5.1-snapshot-0(transitive)
+ Added@instructure/theme-registry@10.5.1-snapshot-0(transitive)
+ Added@instructure/ui-dom-utils@10.5.1-snapshot-0(transitive)
+ Added@instructure/ui-utils@10.5.1-snapshot-0(transitive)
- Removed@instructure/console@10.5.0(transitive)
- Removed@instructure/shared-types@10.5.0(transitive)
- Removed@instructure/theme-registry@10.5.0(transitive)
- Removed@instructure/ui-dom-utils@10.5.0(transitive)
- Removed@instructure/ui-utils@10.5.0(transitive)