@zealicsolutions/web-ui 0.2.33 → 0.2.34

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,6 +1,6 @@
1
1
  export declare type ThemeColors = 'primary' | 'secondary' | 'background' | 'gray1' | 'gray2' | 'gray3' | 'gray4' | 'gray5' | 'indigo' | 'blue' | 'white' | 'black' | 'indigoTint' | 'indigoTint2' | 'success' | 'error' | 'warning' | 'green' | 'greenTint';
2
2
  export declare type SizesTypes = '3XL' | '2XL' | 'XL' | 'L' | 'M' | 'S' | 'XS';
3
- export declare type FontSizesTypes = SizesTypes | 'H2';
3
+ export declare type FontSizesTypes = SizesTypes | 'H2' | 'H1';
4
4
  export declare type BreakpointSizesTypes = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
5
  export declare type ThemeColorsType = Record<ThemeColors, string>;
6
6
  export declare type ThemeTextType = Record<FontSizesTypes, {
package/dist/index.d.ts CHANGED
@@ -454,7 +454,7 @@ declare const ZealThemeProvider: (props: PropsWithChildren<{
454
454
 
455
455
  declare type ThemeColors = 'primary' | 'secondary' | 'background' | 'gray1' | 'gray2' | 'gray3' | 'gray4' | 'gray5' | 'indigo' | 'blue' | 'white' | 'black' | 'indigoTint' | 'indigoTint2' | 'success' | 'error' | 'warning' | 'green' | 'greenTint';
456
456
  declare type SizesTypes = '3XL' | '2XL' | 'XL' | 'L' | 'M' | 'S' | 'XS';
457
- declare type FontSizesTypes = SizesTypes | 'H2';
457
+ declare type FontSizesTypes = SizesTypes | 'H2' | 'H1';
458
458
  declare type BreakpointSizesTypes = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
459
459
  declare type ThemeColorsType = Record<ThemeColors, string>;
460
460
  declare type ThemeTextType = Record<FontSizesTypes, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.2.33",
3
+ "version": "0.2.34",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"