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

@instructure/ui-theme-tokens

Package Overview
Dependencies
Maintainers
31
Versions
1021
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-theme-tokens - npm Package Compare versions

Comparing version 6.26.1-rc.16 to 6.26.1-rc.17

13

es/instructure/colors.js

@@ -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;

12

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

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