sevago-sso-fe 1.0.20 → 1.0.22

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.
@@ -2,6 +2,5 @@ export * from './apps.constant';
2
2
  export * from './mode.constant';
3
3
  export * from './opacity.constant';
4
4
  export * from './reg-exp.constant';
5
- export * from './style.constant';
6
- export * from './tree.constant';
7
5
  export * from './typography.constant';
6
+ export * as STYLE from './style.constant';
@@ -1,4 +1,4 @@
1
- import { TypographyVariant } from '@mui/material';
1
+ import { TypographyVariant } from '@mui/material/styles';
2
2
  export declare const ANIMATION_TIME = 300;
3
3
  export declare const SCALE_VALUE = "scale(1.05)";
4
4
  export declare const TRANSITION_TIME = "0.2s";
@@ -26,6 +26,7 @@ export declare const TEXT_FIELD: {
26
26
  };
27
27
  export declare const FONT_SIZE_ICON: {
28
28
  large: string;
29
+ xl: string;
29
30
  medium: string;
30
31
  small: string;
31
32
  };
@@ -54,60 +55,3 @@ export declare const WIDTH_TEXT_FIELD: {
54
55
  medium: number;
55
56
  small: number;
56
57
  };
57
- export declare const STYLE: {
58
- ANIMATION_TIME: number;
59
- SCALE_VALUE: string;
60
- TRANSITION_TIME: string;
61
- WIDTH_LAYOUT_DESKTOP: string;
62
- HEIGHT_LOGO_DEFAULT: string;
63
- HEIGHT_IMAGE_DEFAULT: string;
64
- PADDING_GAP_TAB: string;
65
- PADDING_GAP_LAYOUT: string;
66
- PADDING_GAP_BUTTON: string;
67
- PADDING_LAYOUT_HEADER: string;
68
- PADDING_GAP_ITEM: string;
69
- PADDING_GAP_ITEM_SMALL: string;
70
- HEIGHT_ELEMENT_OTHER: string;
71
- BORDER_RADIUS_ELEMENT_ACTION: string;
72
- BORDER_RADIUS_ELEMENT_WRAPPER: string;
73
- BORDER_RADIUS_ELEMENT: string;
74
- BORDER_RADIUS_ELEMENT_SMALL: string;
75
- BORDER_RADIUS_ELEMENT_MIDDLE: string;
76
- BORDER_RADIUS_ELEMENT_TAG: string;
77
- HEIGHT_DEFAULT_TEXT_FIELD_BUTTON: string;
78
- TEXT_FIELD: {
79
- FONT_SIZE_LABEL: number;
80
- FONT_SIZE_TITLE: number;
81
- FONT_SIZE_CAPTION: number;
82
- };
83
- FONT_SIZE_ICON: {
84
- large: string;
85
- medium: string;
86
- small: string;
87
- };
88
- FONT_SIZE_LOADING: {
89
- large: number;
90
- medium: number;
91
- small: number;
92
- };
93
- VARIANT_BY_SIZE: {
94
- [key: string]: TypographyVariant;
95
- };
96
- GAP_ICON_CONTENT_BY_SIZE: {
97
- large: string;
98
- medium: string;
99
- small: string;
100
- };
101
- BORDER_COLOR_CARD: string;
102
- BORDER_COLOR_LAYOUT: string;
103
- HEIGHT_HEADER: number;
104
- WIDTH_COLLAPSE: number;
105
- WIDTH_SIDEBAR: number;
106
- WIDTH_SIDEBAR_EXPAND: number;
107
- BACKGROUND_SYSTEM: string;
108
- WIDTH_TEXT_FIELD: {
109
- large: number;
110
- medium: number;
111
- small: number;
112
- };
113
- };
@@ -1,5 +1,5 @@
1
1
  export declare const TYPOGRAPHY_STYLES: {
2
- '2xl': {
2
+ "2xl": {
3
3
  regular: {
4
4
  fontFamily: string;
5
5
  fontWeight: number;
@@ -1,6 +1,3 @@
1
1
  export * from './app-category.enum';
2
- export * from './country.enum';
3
- export * from './file-type.enum';
4
2
  export * from './mode.enum';
5
3
  export * from './order-type.enum';
6
- export * from './payment-method.enum';