@brightlayer-ui/colors 3.2.0-alpha.1 → 3.2.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## v3.2.0 (Unreleased)
4
4
 
5
+ ### Added
6
+
7
+ - Added new color token `highlight` and `highlightBlue`.
8
+
5
9
  ### Changed
6
10
 
7
11
  - Updated palette color values for blue, white, gray, black, and darkBlack.
@@ -19,3 +19,5 @@ export declare const yellow: BLUIColor;
19
19
  export declare const green: BLUIColor;
20
20
  export declare const lightBlue: BLUIColor;
21
21
  export declare const purple: BLUIColor;
22
+ export declare const highlight: string;
23
+ export declare const highlightBlue: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.purple = exports.lightBlue = exports.green = exports.yellow = exports.gold = exports.orange = exports.red = exports.vantaBlack = exports.darkBlack = exports.black = exports.gray = exports.white = exports.blue = void 0;
3
+ exports.highlightBlue = exports.highlight = exports.purple = exports.lightBlue = exports.green = exports.yellow = exports.gold = exports.orange = exports.red = exports.vantaBlack = exports.darkBlack = exports.black = exports.gray = exports.white = exports.blue = void 0;
4
4
  /* Primary Colors / User Interface Colors */
5
5
  exports.blue = {
6
6
  50: '#ecf0ff',
@@ -161,3 +161,5 @@ exports.purple = {
161
161
  900: '#6a1be4',
162
162
  contrastDefaultColor: 'light',
163
163
  };
164
+ exports.highlight = '#5590EF';
165
+ exports.highlightBlue = '#7BABFF';
@@ -19,3 +19,5 @@ export declare const yellow: BLUIColor;
19
19
  export declare const green: BLUIColor;
20
20
  export declare const lightBlue: BLUIColor;
21
21
  export declare const purple: BLUIColor;
22
+ export declare const highlight: string;
23
+ export declare const highlightBlue: string;
@@ -158,3 +158,5 @@ export var purple = {
158
158
  900: '#6a1be4',
159
159
  contrastDefaultColor: 'light',
160
160
  };
161
+ export var highlight = '#5590EF';
162
+ export var highlightBlue = '#7BABFF';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightlayer-ui/colors",
3
- "version": "3.2.0-alpha.1",
3
+ "version": "3.2.0-alpha.2",
4
4
  "description": "Brightlayer UI colors for Eaton applications",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "types": "./dist/commonjs/index.d.ts",