unika-components 1.1.127 → 1.1.129

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.
@@ -114,7 +114,9 @@ declare const _default: import("vue").DefineComponent<{
114
114
  }>;
115
115
  maskStyle: import("vue").ComputedRef<{
116
116
  '-webkit-mask-box-image-source': string;
117
+ 'mask-box-image-source': string;
117
118
  '-webkit-mask-box-image-slice': string;
119
+ 'mask-box-image-slice': string;
118
120
  }>;
119
121
  aniWrapStyle: import("vue").ComputedRef<{
120
122
  backgroundColor: string | undefined;
@@ -58,6 +58,7 @@ export declare const imageDefaultProps: {
58
58
  shadowBlur: number;
59
59
  shadowPoint: number;
60
60
  aniOrigin: string;
61
+ maskBoxImageSource: string;
61
62
  animations: {
62
63
  animate: string;
63
64
  count: number;