unika-components 1.1.183 → 1.1.185

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.
@@ -6,7 +6,6 @@ declare const _default: import("vue").DefineComponent<{
6
6
  required: true;
7
7
  };
8
8
  }, {
9
- css: import("../../defaultProps").CssData;
10
9
  properties: {
11
10
  visible: boolean;
12
11
  isLock: boolean;
@@ -87,7 +86,7 @@ declare const _default: import("vue").DefineComponent<{
87
86
  fontFamily: string;
88
87
  fontSize: string;
89
88
  lineHeight: number;
90
- letterSpacing: string;
89
+ 'letter-spacing': string;
91
90
  fontWeight: string;
92
91
  fontStyle: string;
93
92
  textDecoration: string;
@@ -104,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
104
103
  fontFamily: string;
105
104
  fontSize: string;
106
105
  lineHeight: number;
107
- letterSpacing: string;
106
+ 'letter-spacing': string;
108
107
  fontWeight: string;
109
108
  fontStyle: string;
110
109
  textDecoration: string;
@@ -175,6 +175,8 @@ export interface CssData {
175
175
  left: number;
176
176
  top: number;
177
177
  transform: number;
178
+ flipHorizontal?: boolean;
179
+ flipVertical?: boolean;
178
180
  padding?: number;
179
181
  backgroundColor?: string;
180
182
  textIndent?: number;