@levo-so/studio 0.1.88 → 0.1.90

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.
Files changed (1) hide show
  1. package/package.json +54 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levo-so/studio",
3
- "version": "0.1.88",
3
+ "version": "0.1.90",
4
4
  "author": "Levo Engineering <devs@theinternetfolks.com>",
5
5
  "description": "Levo Studio components and utilities for building block-based pages",
6
6
  "type": "module",
@@ -53,39 +53,76 @@
53
53
  "react-select": "5.10.1",
54
54
  "use-debounce": "10.0.2",
55
55
  "yup": "1.7.1",
56
- "clsx": "2.1.1",
57
- "@vanilla-extract/dynamic": "2.1.5",
56
+ "@base-ui/react": "1.1.0",
58
57
  "@tabler/icons-react": "3.34.1",
58
+ "@vanilla-extract/css": "1.19.0",
59
+ "@vanilla-extract/dynamic": "2.1.5",
59
60
  "@vanilla-extract/recipes": "0.5.7",
60
- "@tiptap/pm": "3.19.0",
61
- "@tiptap/react": "3.19.0",
61
+ "clsx": "2.1.1",
62
+ "@floating-ui/react": "0.27.16",
62
63
  "@tiptap/core": "3.19.0",
64
+ "@tiptap/extension-blockquote": "3.19.0",
65
+ "@tiptap/extension-bold": "3.19.0",
66
+ "@tiptap/extension-bullet-list": "3.19.0",
67
+ "@tiptap/extension-character-count": "3.19.0",
68
+ "@tiptap/extension-code": "3.19.0",
69
+ "@tiptap/extension-code-block": "3.19.0",
63
70
  "@tiptap/extension-code-block-lowlight": "3.19.0",
64
- "lowlight": "3.1.0",
71
+ "@tiptap/extension-color": "3.19.0",
72
+ "@tiptap/extension-document": "3.19.0",
65
73
  "@tiptap/extension-details": "3.19.0",
66
- "@tiptap/extension-details-content": "2.26.2",
67
- "@tiptap/extension-details-summary": "2.26.2",
74
+ "@tiptap/extension-details-content": "2.27.2",
75
+ "@tiptap/extension-details-summary": "2.27.2",
76
+ "@tiptap/extension-dropcursor": "3.19.0",
77
+ "@tiptap/extension-drag-handle": "3.19.0",
78
+ "@tiptap/extension-drag-handle-react": "3.19.0",
68
79
  "@tiptap/extension-emoji": "3.19.0",
69
- "@tiptap/extension-text-style": "3.19.0",
80
+ "@tiptap/extension-file-handler": "3.19.0",
81
+ "@tiptap/extension-focus": "3.19.0",
82
+ "@tiptap/extension-gapcursor": "3.19.0",
83
+ "@tiptap/extension-hard-break": "3.19.0",
84
+ "@tiptap/extension-heading": "3.19.0",
85
+ "@tiptap/extension-highlight": "3.19.0",
70
86
  "@tiptap/extension-horizontal-rule": "3.19.0",
71
87
  "@tiptap/extension-image": "3.19.0",
72
- "@tiptap/extension-table": "3.19.0",
73
- "@tiptap/extension-unique-id": "3.19.0",
74
- "@tiptap/starter-kit": "3.19.0",
75
- "@tiptap/extension-color": "3.19.0",
76
- "@tiptap/extension-highlight": "3.19.0",
88
+ "@tiptap/extension-italic": "3.19.0",
89
+ "@tiptap/extension-link": "3.19.0",
90
+ "@tiptap/extension-list": "3.19.0",
91
+ "@tiptap/extension-list-item": "3.19.0",
92
+ "@tiptap/extension-list-keymap": "3.19.0",
93
+ "@tiptap/extension-mention": "3.19.0",
94
+ "@tiptap/extension-ordered-list": "3.19.0",
95
+ "@tiptap/extension-paragraph": "3.19.0",
96
+ "@tiptap/extension-strike": "3.19.0",
77
97
  "@tiptap/extension-subscript": "3.19.0",
78
98
  "@tiptap/extension-superscript": "3.19.0",
99
+ "@tiptap/extension-table": "3.19.0",
100
+ "@tiptap/extension-table-of-contents": "3.19.0",
101
+ "@tiptap/extension-text": "3.19.0",
102
+ "@tiptap/extension-text-align": "3.19.0",
103
+ "@tiptap/extension-text-style": "3.19.0",
79
104
  "@tiptap/extension-typography": "3.19.0",
105
+ "@tiptap/extension-underline": "3.19.0",
106
+ "@tiptap/extension-unique-id": "3.19.0",
80
107
  "@tiptap/extension-youtube": "3.19.0",
108
+ "@tiptap/extensions": "3.19.0",
81
109
  "@tiptap/html": "3.20.0",
82
- "@tiptap/static-renderer": "3.19.0"
110
+ "@tiptap/pm": "3.19.0",
111
+ "@tiptap/react": "3.19.0",
112
+ "@tiptap/starter-kit": "3.19.0",
113
+ "@tiptap/static-renderer": "3.19.0",
114
+ "@tiptap/suggestion": "3.19.0",
115
+ "is-hotkey": "0.2.0",
116
+ "lowlight": "3.1.0",
117
+ "react-colorful": "5.6.1",
118
+ "react-hotkeys-hook": "5.2.1",
119
+ "react-textarea-autosize": "8.5.9"
83
120
  },
84
121
  "peerDependencies": {
85
122
  "react": ">=18",
86
123
  "react-dom": ">=18",
87
124
  "@levo-so/core": "0.1.82",
88
- "@levo-so/react-collection": "0.1.86",
89
- "@levo-so/react": "0.1.86"
125
+ "@levo-so/react": "0.1.86",
126
+ "@levo-so/react-collection": "0.1.86"
90
127
  }
91
128
  }