@datarailsshared/datarailsshared 1.6.220 → 1.6.222

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.
@@ -105,7 +105,7 @@ export interface ModalFormField {
105
105
  formGroupClass?: string;
106
106
  isOptional?: boolean;
107
107
  }
108
- export type SizeModal = 'small-modal' | 'small-modal-max-height' | 'medium-small-modal' | 'medium-modal' | 'medium-modal-max-height' | 'medium-large-modal' | 'large-modal' | 'xl-modal' | 'xl-custom-modal' | 'xl-medium-modal';
108
+ export type SizeModal = 'small-modal' | 'small-modal-max-height' | 'medium-small-modal' | 'medium-small-modal-max-height' | 'medium-modal' | 'medium-modal-max-height' | 'medium-large-modal' | 'large-modal' | 'xl-modal' | 'xl-custom-modal' | 'xl-medium-modal';
109
109
  export type DataProp<T = any> = DialogData<T>['data'];
110
110
  export type DialogTheme = DataProp['theme'];
111
111
  export type DialogFooterButton = {
@@ -122,6 +122,7 @@ export declare enum DIALOG_SIZE {
122
122
  SMALL_MAX_HEIGHT = "small-modal-max-height",
123
123
  MEDIUM = "medium-modal",
124
124
  MEDIUM_SMALL = "medium-small-modal",
125
+ MEDIUM_SMALL_MAX_HEIGHT = "medium-small-modal-max-height",
125
126
  MEDIUM_MAX_HEIGHT = "medium-modal-max-height",
126
127
  MEDIUM_LARGE = "medium-large-modal",
127
128
  LARGE = "large-modal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.220",
3
+ "version": "1.6.222",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",