@bookjane2/bookjane-design-library 7.2.6 → 7.2.7

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.
@@ -52,6 +52,6 @@ export const colors = {
52
52
  ShiftTimeOff: '#F7F9FC',
53
53
  ShiftOtherPosition: '#bfbfdc',
54
54
  ShiftUnfulfilledStroke: '#961E36',
55
- ShiftSwapped: '#00B7D9',
55
+ ShiftSwapped: '#3F6FA8',
56
56
  };
57
57
  //# sourceMappingURL=BKJColors.js.map
@@ -68,7 +68,7 @@ export const BKJThemeColor = {
68
68
  ShiftTimeOff: '#F7F9FC',
69
69
  ShiftOtherPosition: '#bfbfdc',
70
70
  ShiftUnfulfilledStroke: '#961E36',
71
- ShiftSwapped: '#00B7D9',
71
+ ShiftSwapped: '#3F6FA8',
72
72
  };
73
73
  export const BKJThemeFont = {
74
74
  PoppinsSemiBold: css `
@@ -109,7 +109,7 @@ export declare type BKJThemeColorTypeShiftUnfulfilled = '#45424E';
109
109
  export declare type BKJThemeColorTypeShiftUnfulfilledStroke = '#961E36';
110
110
  export declare type BKJThemeColorTypeShiftTimeOff = '#F7F9FC';
111
111
  export declare type BKJThemeColorTypeShiftOtherPosition = '#bfbfdc';
112
- export declare type BKJThemeColorTypeShiftSwapped = '#00B7D9';
112
+ export declare type BKJThemeColorTypeShiftSwapped = '#3F6FA8';
113
113
  export interface IBKJThemeColor {
114
114
  TextDarkGrey: BKJThemeColorTypeTextDarkGrey;
115
115
  TextSubtleGrey: BKJThemeColorTypeTextSubtleGrey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bookjane2/bookjane-design-library",
3
- "version": "7.2.6",
3
+ "version": "7.2.7",
4
4
  "main": "./lib/index.js",
5
5
  "typings": "./lib/index.d.ts",
6
6
  "engines": {