@itcase/ui 1.3.4 → 1.3.5

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.
@@ -26,7 +26,7 @@ var styleAttributes = [
26
26
  /**
27
27
  * Image
28
28
  */
29
- 'overlayColor', 'resizeMode', 'tintColor', 'objectFit',
29
+ 'overlayColor', 'resizeMode', 'tintColor', 'objectFit', 'objectPosition',
30
30
  /**
31
31
  * Grid
32
32
  */
@@ -22,7 +22,7 @@ var styleAttributes = [
22
22
  /**
23
23
  * Image
24
24
  */
25
- 'overlayColor', 'resizeMode', 'tintColor', 'objectFit',
25
+ 'overlayColor', 'resizeMode', 'tintColor', 'objectFit', 'objectPosition',
26
26
  /**
27
27
  * Grid
28
28
  */
@@ -120,6 +120,7 @@ export interface iStyleAttributes {
120
120
  * Image
121
121
  */
122
122
  objectFit?: CSS.Property.ObjectFit;
123
+ objectPosition?: CSS.Property.ObjectPosition;
123
124
  overlayColor?: string;
124
125
  resizeMode?: string;
125
126
  tintColor?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",