@onereach/ui-components 26.3.1 → 26.3.2-beta.5863.0

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.
@@ -23,9 +23,9 @@ declare const _default: import("vue").DefineComponent<{
23
23
  };
24
24
  }>> & {
25
25
  onClick?: ((...args: any[]) => any) | undefined;
26
+ onDrop?: ((...args: any[]) => any) | undefined;
26
27
  onContextmenu?: ((...args: any[]) => any) | undefined;
27
28
  onDragstart?: ((...args: any[]) => any) | undefined;
28
- onDrop?: ((...args: any[]) => any) | undefined;
29
29
  onExpand?: ((...args: any[]) => any) | undefined;
30
30
  onCollapse?: ((...args: any[]) => any) | undefined;
31
31
  }, {
@@ -78,9 +78,9 @@ declare const _default: import("vue").DefineComponent<{
78
78
  };
79
79
  }>> & {
80
80
  onClick?: ((...args: any[]) => any) | undefined;
81
+ onDrop?: ((...args: any[]) => any) | undefined;
81
82
  onContextmenu?: ((...args: any[]) => any) | undefined;
82
83
  onDragstart?: ((...args: any[]) => any) | undefined;
83
- onDrop?: ((...args: any[]) => any) | undefined;
84
84
  onExpand?: ((...args: any[]) => any) | undefined;
85
85
  onCollapse?: ((...args: any[]) => any) | undefined;
86
86
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "26.3.1",
3
+ "version": "26.3.2-beta.5863.0",
4
4
  "description": "Vue components library for v3",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -34,52 +34,52 @@
34
34
  "dev": "vite build --watch"
35
35
  },
36
36
  "dependencies": {
37
- "@codemirror/commands": "6.2.4",
38
- "@codemirror/lang-css": "6.2.0",
39
- "@codemirror/lang-html": "6.4.4",
40
- "@codemirror/lang-javascript": "6.1.9",
41
- "@codemirror/lang-json": "6.0.1",
42
- "@codemirror/lang-markdown": "6.1.1",
37
+ "@codemirror/commands": "6.10.1",
38
+ "@codemirror/lang-css": "6.3.1",
39
+ "@codemirror/lang-html": "6.4.11",
40
+ "@codemirror/lang-javascript": "6.2.4",
41
+ "@codemirror/lang-json": "6.0.2",
42
+ "@codemirror/lang-markdown": "6.5.0",
43
43
  "@codemirror/language": "^6",
44
44
  "@codemirror/lint": "^6",
45
45
  "@codemirror/state": "^6",
46
46
  "@codemirror/view": "^6",
47
47
  "@floating-ui/dom": "1.5.3",
48
48
  "@lezer/highlight": "*",
49
- "@onereach/styles": "^26.3.1",
50
- "@onereach/ui-components-common": "^26.3.1",
49
+ "@onereach/styles": "^26.3.2-beta.5863.0",
50
+ "@onereach/ui-components-common": "^26.3.2-beta.5863.0",
51
51
  "@splidejs/splide": "4.0.6",
52
- "@tiptap/core": "2.0.3",
53
- "@tiptap/extension-blockquote": "2.0.3",
54
- "@tiptap/extension-bold": "2.0.3",
55
- "@tiptap/extension-bullet-list": "2.0.3",
56
- "@tiptap/extension-code-block": "2.0.3",
57
- "@tiptap/extension-hard-break": "2.0.3",
58
- "@tiptap/extension-heading": "2.0.3",
59
- "@tiptap/extension-highlight": "2.0.3",
60
- "@tiptap/extension-horizontal-rule": "2.0.3",
61
- "@tiptap/extension-italic": "2.0.3",
62
- "@tiptap/extension-link": "2.0.3",
63
- "@tiptap/extension-list-item": "2.0.3",
64
- "@tiptap/extension-ordered-list": "2.0.3",
65
- "@tiptap/extension-paragraph": "2.0.3",
66
- "@tiptap/extension-placeholder": "2.0.3",
67
- "@tiptap/extension-strike": "2.0.3",
68
- "@tiptap/extension-underline": "2.0.3",
69
- "@tiptap/starter-kit": "2.0.3",
52
+ "@tiptap/core": "2.27.1",
53
+ "@tiptap/extension-blockquote": "2.27.1",
54
+ "@tiptap/extension-bold": "2.27.1",
55
+ "@tiptap/extension-bullet-list": "2.27.1",
56
+ "@tiptap/extension-code-block": "2.27.1",
57
+ "@tiptap/extension-hard-break": "2.27.1",
58
+ "@tiptap/extension-heading": "2.27.1",
59
+ "@tiptap/extension-highlight": "2.27.1",
60
+ "@tiptap/extension-horizontal-rule": "2.27.1",
61
+ "@tiptap/extension-italic": "2.27.1",
62
+ "@tiptap/extension-link": "2.27.1",
63
+ "@tiptap/extension-list-item": "2.27.1",
64
+ "@tiptap/extension-ordered-list": "2.27.1",
65
+ "@tiptap/extension-paragraph": "2.27.1",
66
+ "@tiptap/extension-placeholder": "2.27.1",
67
+ "@tiptap/extension-strike": "2.27.1",
68
+ "@tiptap/extension-underline": "2.27.1",
69
+ "@tiptap/starter-kit": "2.27.1",
70
70
  "@types/sortablejs": "1.10.7",
71
71
  "@types/uuid": "8.3.1",
72
72
  "@vueuse/core": "11.3.0",
73
73
  "@vueuse/integrations": "11.3.0",
74
74
  "@vueuse/math": "11.3.0",
75
- "codemirror": "6.0.1",
75
+ "codemirror": "6.0.2",
76
76
  "focus-trap": "7.5.2",
77
77
  "marked": "9.1.2",
78
- "prosemirror-commands": "*",
79
- "prosemirror-markdown": "1.10.1",
80
- "prosemirror-model": "*",
81
- "prosemirror-state": "*",
82
- "prosemirror-view": "*",
78
+ "prosemirror-commands": "1.7.1",
79
+ "prosemirror-markdown": "1.13.2",
80
+ "prosemirror-model": "1.25.4",
81
+ "prosemirror-state": "1.4.4",
82
+ "prosemirror-view": "1.41.4",
83
83
  "sortablejs": "1.14.0",
84
84
  "tailwindcss": "3.4.16",
85
85
  "uuid": "8.3.2",
@@ -102,6 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "npmUnpacked": "4.15.2",
106
- "gitHead": "4bb3fe4ae2ed2741cbe089b0cfda34e4e3704ff5"
105
+ "npmUnpacked": "4.15.2"
107
106
  }