unika-components 1.1.141 → 1.1.142

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.
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
57
57
  transform: string;
58
58
  opacity: number | undefined;
59
59
  flexDirection: string;
60
- alignItems: string;
60
+ alignItems: boolean;
61
61
  }>;
62
62
  comStyle: import("vue").ComputedRef<{
63
63
  borderColor: string | undefined;
@@ -227,7 +227,6 @@ export interface ElementData {
227
227
  mapStyle?: string;
228
228
  iframeUrl?: string;
229
229
  url?: string;
230
- deadline?: string;
231
230
  showType?: string;
232
231
  direction?: string;
233
232
  endText?: string;