@bookjane2/bookjane-design-library 7.0.2 → 7.0.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.
@@ -61,7 +61,7 @@ export declare type BKJThemeColorTypeTextSubtleGrey = '#6D7682';
61
61
  export declare type BKJThemeColorTypeTextDisabled = '#8B96A3';
62
62
  export declare type BKJThemeColorTypeTextWhite = '#FFFFFF';
63
63
  export declare type BKJThemeColorTypeTextHighlight1 = '#1C0F51' | '#212121';
64
- export declare type BKJThemeColorTypeTextHighlight2 = '#4E4785' | '#EDEDED';
64
+ export declare type BKJThemeColorTypeTextHighlight2 = '#4E4785' | '#212121';
65
65
  export declare type BKJThemeColorTypeErrorClick = '#B93751';
66
66
  export declare type BKJThemeColorTypeErrorDefault = '#AC1936';
67
67
  export declare type BKJThemeColorTypeErrorHover = '#991630';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bookjane2/bookjane-design-library",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "main": "./lib/index.js",
5
5
  "typings": "./lib/index.d.ts",
6
6
  "engines": {