@brightlayer-ui/colors 3.2.0-alpha.3 → 3.2.0-alpha.4
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.
|
@@ -22,3 +22,5 @@ export declare const purple: BLUIColor;
|
|
|
22
22
|
export declare const highlight: string;
|
|
23
23
|
export declare const highlightBlue: string;
|
|
24
24
|
export declare const textFieldContainer: string;
|
|
25
|
+
export declare const lightThemeDivider: string;
|
|
26
|
+
export declare const darkThemeDivider: string;
|
package/dist/commonjs/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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;
|
|
3
|
+
exports.darkThemeDivider = exports.lightThemeDivider = 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',
|
|
@@ -164,3 +164,5 @@ exports.purple = {
|
|
|
164
164
|
exports.highlight = '#5590EF';
|
|
165
165
|
exports.highlightBlue = '#7BABFF';
|
|
166
166
|
exports.textFieldContainer = '#BDCAD1';
|
|
167
|
+
exports.lightThemeDivider = '#4D5C6A';
|
|
168
|
+
exports.darkThemeDivider = '#F5FAFF';
|
package/dist/es2015/palette.d.ts
CHANGED
|
@@ -22,3 +22,5 @@ export declare const purple: BLUIColor;
|
|
|
22
22
|
export declare const highlight: string;
|
|
23
23
|
export declare const highlightBlue: string;
|
|
24
24
|
export declare const textFieldContainer: string;
|
|
25
|
+
export declare const lightThemeDivider: string;
|
|
26
|
+
export declare const darkThemeDivider: string;
|
package/dist/es2015/palette.js
CHANGED
package/package.json
CHANGED