@digital-ai/dot-components 1.3.0 → 1.3.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.
@@ -1,7 +1,9 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { Theme } from '@material-ui/core';
3
+ import { TypographyOptions } from '@material-ui/core/styles/createTypography';
3
4
  import { AvatarPaletteColorOptions } from '../../../../../typings/material/index';
4
5
  export declare type ThemeOptions = 'light' | 'dark' | 'agility-light' | 'agility-dark';
6
+ export declare const typographyOptions: TypographyOptions;
5
7
  export declare const avatarColors: AvatarPaletteColorOptions;
6
8
  export declare const agilityLightTheme: Theme;
7
9
  export declare const agilityDarkTheme: Theme;
@@ -35,8 +35,10 @@ export declare const n400 = "#667385";
35
35
  export declare const n500 = "#4b5a6f";
36
36
  export declare const n600 = "#445267";
37
37
  export declare const n700 = "#3b485c";
38
+ export declare const n700_90 = "rgba(59, 72, 92, 0.9)";
38
39
  export declare const n800 = "#333f52";
39
40
  export declare const n900 = "#232e40";
41
+ export declare const n900_70 = "rgba(35, 46, 64, 0.7)";
40
42
  export declare const nA100 = "#88b1ff";
41
43
  export declare const nA200 = "#5590ff";
42
44
  export declare const nA400 = "#226eff";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "1.3.0",
3
+ "version": "1.3.4",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [