@manuscripts/style-guide 3.4.4 → 3.4.5

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.
@@ -15,7 +15,7 @@
15
15
  * limitations under the License.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.butteryYellow = exports.wheatYellow = exports.zestOrange = exports.peppermintGreen = exports.springGreen = exports.killarneyGreen = exports.darkRed = exports.chablisRed = exports.mandysRed = exports.punchRed = exports.graphBlue1 = exports.focusBlue = exports.powderBlue = exports.aliceBlue = exports.jellyBeanBlue = exports.white = exports.alabasterGrey = exports.seashellGrey = exports.mercuryGrey = exports.greyLight = exports.greyMutedText = exports.greyMuted = exports.greyDark = exports.black = exports.manuscriptsSecondary = exports.manuscriptsXLight2 = exports.manuscriptsXLight = exports.manuscriptsLight = exports.manuscriptsIcons = exports.manuscriptsBlue = exports.manuscriptsBlueDark = void 0;
18
+ exports.butteryYellow = exports.wheatYellow = exports.zestOrange = exports.peppermintGreen = exports.springGreen = exports.killarneyGreen = exports.darkRed = exports.chablisRed = exports.mandysRed = exports.punchRed = exports.veryLightBlue = exports.graphBlue1 = exports.focusBlue = exports.powderBlue = exports.aliceBlue = exports.jellyBeanBlue = exports.white = exports.alabasterGrey = exports.seashellGrey = exports.mercuryGrey = exports.greyLight = exports.greyMutedText = exports.greyMuted = exports.greyDark = exports.black = exports.manuscriptsSecondary = exports.manuscriptsXLight2 = exports.manuscriptsXLight = exports.manuscriptsLight = exports.manuscriptsIcons = exports.manuscriptsBlue = exports.manuscriptsBlueDark = void 0;
19
19
  exports.manuscriptsBlueDark = '#0b6bb8';
20
20
  exports.manuscriptsBlue = '#0d79d0';
21
21
  exports.manuscriptsIcons = '#1a9bc7';
@@ -37,6 +37,7 @@ exports.aliceBlue = '#f2fbfc';
37
37
  exports.powderBlue = '#ddf3fa';
38
38
  exports.focusBlue = '#3DADFF';
39
39
  exports.graphBlue1 = '#20AEDF';
40
+ exports.veryLightBlue = '#e6f7fc';
40
41
  exports.punchRed = '#f35143';
41
42
  exports.mandysRed = '#f5c1b7';
42
43
  exports.chablisRed = '#fff1f0';
@@ -67,9 +67,9 @@ exports.defaultTheme = {
67
67
  selected: colors.aliceBlue,
68
68
  muted: colors.greyMuted,
69
69
  tracked: {
70
- active: colors.graphBlue1,
71
- default: colors.greyLight,
72
- hover: colors.greyLight,
70
+ active: colors.veryLightBlue,
71
+ default: colors.white,
72
+ hover: colors.seashellGrey,
73
73
  },
74
74
  },
75
75
  border: {
package/dist/es/colors.js CHANGED
@@ -34,6 +34,7 @@ export const aliceBlue = '#f2fbfc';
34
34
  export const powderBlue = '#ddf3fa';
35
35
  export const focusBlue = '#3DADFF';
36
36
  export const graphBlue1 = '#20AEDF';
37
+ export const veryLightBlue = '#e6f7fc';
37
38
  export const punchRed = '#f35143';
38
39
  export const mandysRed = '#f5c1b7';
39
40
  export const chablisRed = '#fff1f0';
@@ -31,9 +31,9 @@ export const defaultTheme = {
31
31
  selected: colors.aliceBlue,
32
32
  muted: colors.greyMuted,
33
33
  tracked: {
34
- active: colors.graphBlue1,
35
- default: colors.greyLight,
36
- hover: colors.greyLight,
34
+ active: colors.veryLightBlue,
35
+ default: colors.white,
36
+ hover: colors.seashellGrey,
37
37
  },
38
38
  },
39
39
  border: {
@@ -34,6 +34,7 @@ export declare const aliceBlue = "#f2fbfc";
34
34
  export declare const powderBlue = "#ddf3fa";
35
35
  export declare const focusBlue = "#3DADFF";
36
36
  export declare const graphBlue1 = "#20AEDF";
37
+ export declare const veryLightBlue = "#e6f7fc";
37
38
  export declare const punchRed = "#f35143";
38
39
  export declare const mandysRed = "#f5c1b7";
39
40
  export declare const chablisRed = "#fff1f0";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "3.4.4",
4
+ "version": "3.4.5",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",