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

@brightspace-ui/core

Package Overview
Dependencies
Maintainers
3
Versions
1442
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui/core - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

26

components/colors/colors.js

@@ -100,28 +100,2 @@ import '@webcomponents/shadycss/entrypoints/custom-style-interface.js';

--d2l-color-feedback-action: var(--d2l-color-celestine-plus-1);
/* deprecated */
--d2l-color-white: #fff;
--d2l-color-woolonardo: var(--d2l-color-sylvite);
--d2l-color-titanius: var(--d2l-color-mica);
--d2l-color-pressicus: var(--d2l-color-corundum);
--d2l-color-violettine: var(--d2l-color-amethyst-minus-1);
--d2l-color-panthera: var(--d2l-color-tourmaline-plus-1);
--d2l-color-koolaudica: var(--d2l-color-peridot);
--d2l-color-deephonica: var(--d2l-color-malachite);
--d2l-color-lurite: var(--d2l-color-topaz);
--d2l-color-buttonic: linear-gradient(to bottom, var(--d2l-color-regolith) 0%, var(--d2l-color-gypsum) 100%);
--d2l-color-meglor: linear-gradient(to bottom, var(--d2l-color-corundum) 0%, var(--d2l-color-tungsten) 100%);
--d2l-color-trancition: linear-gradient(to bottom, #fff 0%, var(--d2l-color-regolith) 100%);
--d2l-color-trixon: linear-gradient(to bottom, var(--d2l-color-regolith) 0%, var(--d2l-color-sylvite) 100%);
--d2l-color-azurite: var(--d2l-color-zircon-plus-1);
--d2l-color-celestuba: var(--d2l-color-celestine-minus-1);
--d2l-color-gravah: var(--d2l-color-amethyst-minus-1);
--d2l-color-saphirella: var(--d2l-color-zircon-plus-1);
--d2l-color-chartronic: var(--d2l-color-topaz);
--d2l-color-celestine-light-1: var(--d2l-color-celestine-plus-2);
--d2l-color-celestine-light-2: var(--d2l-color-celestine-plus-1);
--d2l-color-olivine-light-1: var(--d2l-color-olivine-plus-1);
--d2l-color-olivine-light-2: var(--d2l-color-olivine);
--d2l-color-zircon-light-1: var(--d2l-color-zircon-plus-2);
--d2l-color-zircon-light-2: var(--d2l-color-zircon-plus-2);
}

@@ -128,0 +102,0 @@ `;

2

components/colors/README.md
# Colors
Importing `colors` will add the color palette to the document and polyfill for IE11 usinf [shadyCSS](https://github.com/webcomponents/shadycss). Run the demo page to see the full palette. See [colors.js](colors.js) for the variable names (i.e. `--d2l-color-*`).
Importing `colors` will add the color palette to the document and polyfill for IE11 using [shadyCSS](https://github.com/webcomponents/shadycss). Run the demo page to see the full palette. See [colors.js](colors.js) for the variable names (i.e. `--d2l-color-*`).

@@ -5,0 +5,0 @@ ### Usage

{
"name": "@brightspace-ui/core",
"version": "0.2.0",
"version": "0.2.1",
"description": "Brightspace core UI components.",

@@ -21,3 +21,4 @@ "repository": "https://github.com/BrightspaceUI/core.git",

"test:sauce": "polymer test --skip-plugin local",
"test:travis": "polymer test --config-file wct.conf-travis.json"
"test:travis": "polymer test --config-file wct.conf-travis.json",
"update-version": "node ./cli/update-version.js"
},

@@ -53,3 +54,2 @@ "files": [

"eslint-plugin-sort-class-members": "^1",
"frau-ci": "^1.37.0",
"mocha": "^6",

@@ -59,2 +59,3 @@ "node-sass": "^4",

"puppeteer": "^1",
"simple-git": "^1.120.0",
"wct-mocha": "^1",

@@ -61,0 +62,0 @@ "whatwg-fetch": "^3"

@@ -111,4 +111,2 @@ # core

Commits and pull request merges to `master` will use [frau-ci](https://github.com/Brightspace/frau-ci) to automatically increment the `package.json` version and create a tag, which will subsequently trigger a deployment to NPM.
By default, the minor version will be bumped. To increment the major or patch version instead, use `[increment major]` or `[increment patch]` in your merge message.
Include either `[increment major]`, `[increment minor]` or `[increment patch]` in your merge commit message to automatically increment the `package.json` version, create a tag, and trigger a deployment to NPM.
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