@dreamcommerce/aurora 2.16.8-8 → 2.16.8-9

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.
@@ -54,6 +54,7 @@ import { IControlRadioGroupOption } from "./components/controls/types";
54
54
  import { IDatepickerRange } from "./components/date_picker/types";
55
55
  import { IDropdownContext } from "./components/dropdown/context/types";
56
56
  import { IHeadingProps } from "./components/heading/types";
57
+ import { IImageEditorProps } from "./components/xhr_image_picker/types";
57
58
  import { ILoaderProps } from "./components/loader/types";
58
59
  import { IWithLoader } from "./components/with_loader/types";
59
60
  import IconArrow from "./assets/icon_arrow";
@@ -127,4 +128,4 @@ export { Accordion, Button, Tooltip, ButtonsGroup, Dropdown, Select, MultiSelect
127
128
  /**
128
129
  * export types
129
130
  */
130
- export type { IDropdownProps, ISelectOption, IHeadingProps, ICellProps, IIRowProps, ITableProps, IDropdownContext, IControlRadioGroupOption, IColor, IColorPickerColor, IDatepickerRange, TFilePickerFile, TImagePickerFile, TMessageBoxType, ILoaderProps, IWithLoader, TFlashMessage, TFlashMessageExtended, TImageSize };
131
+ export type { IDropdownProps, ISelectOption, IHeadingProps, ICellProps, IIRowProps, ITableProps, IDropdownContext, IControlRadioGroupOption, IColor, IColorPickerColor, IDatepickerRange, TFilePickerFile, TImagePickerFile, TMessageBoxType, ILoaderProps, IWithLoader, TFlashMessage, TFlashMessageExtended, TImageSize, IImageEditorProps };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "2.16.8-8",
5
+ "version": "2.16.8-9",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",