@codeandfunction/callaloo 1.16.1 → 1.16.2

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.
@@ -53,5 +53,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
53
53
  testId: string;
54
54
  theme: CLInputThemes;
55
55
  size: CLSizes;
56
+ orientation: CLOrientation;
56
57
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
57
58
  export default _default;
@@ -71,6 +71,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
71
71
  testId: string;
72
72
  theme: CLInputThemes;
73
73
  size: CLSizes;
74
+ orientation: CLOrientation;
74
75
  resizable: boolean;
75
76
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
76
77
  export default _default;