@26lights/orcha 0.38.4 → 0.38.6

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.
@@ -61,7 +61,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
61
61
  addComment: (payload: AddCommentPayload) => void;
62
62
  updateComment: (payload: UpdateCommentPayload) => void;
63
63
  removeComment: (payload: RemoveCommentPayload) => void;
64
- toast: (message: string, type: "success" | "error") => void;
64
+ toast: (messageKey: string, type: "success" | "error") => void;
65
65
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
66
66
  activity: {
67
67
  type: import("vue").PropType<Activity>;
@@ -124,7 +124,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
124
124
  onUpdateSubtask?: ((payload: UpdateSubtaskFieldPayload) => any) | undefined;
125
125
  onAddFiles?: ((payload: AddFilesPayload) => any) | undefined;
126
126
  onAddComment?: ((payload: AddCommentPayload) => any) | undefined;
127
- onToast?: ((message: string, type: "success" | "error") => any) | undefined;
127
+ onToast?: ((messageKey: string, type: "success" | "error") => any) | undefined;
128
128
  }, {}, {}>, {
129
129
  header(): any;
130
130
  default(props: {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
7
- "version": "0.38.4",
7
+ "version": "0.38.6",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],
@@ -27,7 +27,7 @@
27
27
  "vuedraggable": "~4.1.0"
28
28
  },
29
29
  "dependencies": {
30
- "@26lights/orcha": "^0.38.4",
30
+ "@26lights/orcha": "^0.38.6",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.6",
33
33
  "@vueuse/core": "^10.8.0",