@instructure/ui-theme-tokens
Advanced tools
Comparing version 6.26.1-rc.16 to 6.26.1-rc.17
@@ -0,1 +1,3 @@ | ||
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; | ||
/* | ||
@@ -40,5 +42,12 @@ * The MIT License (MIT) | ||
white: '#FFFFFF' | ||
}; | ||
var colors = Object.freeze(functionalColors(values)); | ||
}; // Two Inst colors are not accessible, so adding them for display purposes only | ||
// in decorative elements | ||
var appendInaccessibleColors = _objectSpread({}, functionalColors(values), { | ||
inaccessibleAlert: '#fccb0e', | ||
inaccessibleWarning: '#f68e1f' | ||
}); | ||
var colors = Object.freeze(appendInaccessibleColors); | ||
export default colors; | ||
export { colors }; |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -8,2 +10,4 @@ value: true | ||
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); | ||
var _functionalColors = require("../utils/functionalColors"); | ||
@@ -49,6 +53,12 @@ | ||
white: '#FFFFFF' | ||
}; | ||
var colors = Object.freeze((0, _functionalColors.functionalColors)(values)); | ||
}; // Two Inst colors are not accessible, so adding them for display purposes only | ||
// in decorative elements | ||
var appendInaccessibleColors = (0, _objectSpread2.default)({}, (0, _functionalColors.functionalColors)(values), { | ||
inaccessibleAlert: '#fccb0e', | ||
inaccessibleWarning: '#f68e1f' | ||
}); | ||
var colors = Object.freeze(appendInaccessibleColors); | ||
exports.colors = colors; | ||
var _default = colors; | ||
exports.default = _default; |
{ | ||
"name": "@instructure/ui-theme-tokens", | ||
"version": "6.26.1-rc.16+93cd9c372", | ||
"version": "6.26.1-rc.17+ee4957b9f", | ||
"description": "Cross-platform theme tokens for Instructure products", | ||
@@ -27,9 +27,9 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "6.26.1-rc.16+93cd9c372", | ||
"@instructure/ui-color-utils": "6.26.1-rc.16+93cd9c372", | ||
"@instructure/ui-test-utils": "6.26.1-rc.16+93cd9c372" | ||
"@instructure/ui-babel-preset": "6.26.1-rc.17+ee4957b9f", | ||
"@instructure/ui-color-utils": "6.26.1-rc.17+ee4957b9f", | ||
"@instructure/ui-test-utils": "6.26.1-rc.17+ee4957b9f" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.9.2", | ||
"@instructure/ui-themeable": "6.26.1-rc.16+93cd9c372" | ||
"@instructure/ui-themeable": "6.26.1-rc.17+ee4957b9f" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
"sideEffects": false, | ||
"gitHead": "93cd9c372bc1879f0525a0ddd6318b6cf5427f62" | ||
"gitHead": "ee4957b9f50b9ecacd83195fb0b1c40010d417eb" | ||
} |
@@ -44,5 +44,13 @@ /* | ||
const colors = Object.freeze(functionalColors(values)) | ||
// Two Inst colors are not accessible, so adding them for display purposes only | ||
// in decorative elements | ||
const appendInaccessibleColors = { | ||
...functionalColors(values), | ||
inaccessibleAlert: '#fccb0e', | ||
inaccessibleWarning: '#f68e1f' | ||
} | ||
const colors = Object.freeze(appendInaccessibleColors) | ||
export default colors | ||
export { colors } |
@@ -35,2 +35,3 @@ /* | ||
fontSizeMedium: '1rem', | ||
fontSizeLarge: '1.25rem', | ||
@@ -37,0 +38,0 @@ fontSizeXLarge: '2.25rem', |
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
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
131130
3142