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

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
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### Added
6
6
 
7
- - Added new color token `highlight` and `highlightBlue`.
7
+ - Added new color token `highlight`, `highlightBlue` and `textFieldContainer`.
8
8
 
9
9
  ### Changed
10
10
 
@@ -21,3 +21,4 @@ export declare const lightBlue: BLUIColor;
21
21
  export declare const purple: BLUIColor;
22
22
  export declare const highlight: string;
23
23
  export declare const highlightBlue: string;
24
+ export declare const textFieldContainer: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
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;
3
+ exports.textFieldContainer = 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',
@@ -163,3 +163,4 @@ exports.purple = {
163
163
  };
164
164
  exports.highlight = '#5590EF';
165
165
  exports.highlightBlue = '#7BABFF';
166
+ exports.textFieldContainer = '#BDCAD1';
@@ -21,3 +21,4 @@ export declare const lightBlue: BLUIColor;
21
21
  export declare const purple: BLUIColor;
22
22
  export declare const highlight: string;
23
23
  export declare const highlightBlue: string;
24
+ export declare const textFieldContainer: string;
@@ -160,3 +160,4 @@ export var purple = {
160
160
  };
161
161
  export var highlight = '#5590EF';
162
162
  export var highlightBlue = '#7BABFF';
163
+ export var textFieldContainer = '#BDCAD1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightlayer-ui/colors",
3
- "version": "3.2.0-alpha.2",
3
+ "version": "3.2.0-alpha.3",
4
4
  "description": "Brightlayer UI colors for Eaton applications",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "types": "./dist/commonjs/index.d.ts",