@datarailsshared/datarailsshared 1.5.266 → 1.5.267

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.
@@ -98,7 +98,7 @@ export interface ModalFormField {
98
98
  datePickerFormat?: TimeframeOption;
99
99
  formGroupClass?: string;
100
100
  }
101
- 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';
101
+ 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';
102
102
  export type DataProp<T = any> = DialogData<T>['data'];
103
103
  export type DialogTheme = DataProp['theme'];
104
104
  export type DialogFooterButton = {
@@ -118,7 +118,8 @@ export declare enum DIALOG_SIZE {
118
118
  MEDIUM_LARGE = "medium-large-modal",
119
119
  LARGE = "large-modal",
120
120
  X_LARGE = "xl-modal",
121
- X_CUSTOM_LARGE = "xl-custom-modal"
121
+ X_CUSTOM_LARGE = "xl-custom-modal",
122
+ X_MEDIUM = "xl-medium-modal"
122
123
  }
123
124
  export declare enum DIALOG_BUTTON_LABEL {
124
125
  SAVE = "Save",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.5.266",
3
+ "version": "1.5.267",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",