@tn-pulse-suivi/notion-ui-comps 1.0.8 → 1.0.9
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.
- package/package.json +50 -53
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tn-pulse-suivi/notion-ui-comps",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Private notion-style Tiptap UI components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
12
12
|
"exports": {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"import": "./dist/index.js",
|
|
16
|
+
"require": "./dist/index.cjs"
|
|
17
|
+
},
|
|
18
|
+
"./styles.css": "./dist/styles.css"
|
|
19
19
|
},
|
|
20
20
|
"sideEffects": [
|
|
21
21
|
"*.css"
|
|
@@ -28,26 +28,25 @@
|
|
|
28
28
|
"prepare": "npm run build"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"react": "^18
|
|
32
|
-
"react-dom": "^18
|
|
33
|
-
"@tiptap/core": "^3",
|
|
34
|
-
"@tiptap/react": "^3",
|
|
35
|
-
"@tiptap/starter-kit": "^3",
|
|
36
|
-
"@tiptap/extension-list": "^3",
|
|
37
|
-
"@tiptap/extension-mention": "^3",
|
|
38
|
-
"@tiptap/extension-
|
|
39
|
-
"@tiptap/extension-
|
|
40
|
-
"@tiptap/extension-
|
|
41
|
-
"@tiptap/extension-
|
|
42
|
-
"@tiptap/extension-
|
|
43
|
-
"@tiptap/extension-
|
|
44
|
-
"@tiptap/extension-
|
|
45
|
-
"@tiptap/extension-
|
|
46
|
-
"@tiptap/extension-
|
|
47
|
-
"@tiptap/extension-
|
|
48
|
-
"@tiptap/extension-
|
|
49
|
-
"@tiptap/extension-
|
|
50
|
-
"@tiptap/extension-drag-handle-react": "^3"
|
|
31
|
+
"react": "^18.0.0",
|
|
32
|
+
"react-dom": "^18.0.0",
|
|
33
|
+
"@tiptap/core": "^3.14.0",
|
|
34
|
+
"@tiptap/react": "^3.14.0",
|
|
35
|
+
"@tiptap/starter-kit": "^3.14.0",
|
|
36
|
+
"@tiptap/extension-list": "^3.14.0",
|
|
37
|
+
"@tiptap/extension-mention": "^3.14.0",
|
|
38
|
+
"@tiptap/extension-text-style": "^3.14.0",
|
|
39
|
+
"@tiptap/extension-collaboration": "^3.14.0",
|
|
40
|
+
"@tiptap/extension-typography": "^3.14.0",
|
|
41
|
+
"@tiptap/extension-highlight": "^3.14.0",
|
|
42
|
+
"@tiptap/extension-superscript": "^3.14.0",
|
|
43
|
+
"@tiptap/extension-subscript": "^3.14.0",
|
|
44
|
+
"@tiptap/extension-text-align": "^3.14.0",
|
|
45
|
+
"@tiptap/extension-mathematics": "^3.14.0",
|
|
46
|
+
"@tiptap/extension-unique-id": "^3.14.0",
|
|
47
|
+
"@tiptap/extension-emoji": "^3.14.0",
|
|
48
|
+
"@tiptap/extension-image": "^3.14.0",
|
|
49
|
+
"@tiptap/extension-drag-handle-react": "^3.14.0"
|
|
51
50
|
},
|
|
52
51
|
"dependencies": {
|
|
53
52
|
"@floating-ui/react": "^0.27.16",
|
|
@@ -75,32 +74,30 @@
|
|
|
75
74
|
"@tiptap/extension-list": "^3.14.0"
|
|
76
75
|
},
|
|
77
76
|
"devDependencies": {
|
|
78
|
-
"@types/node": "^
|
|
79
|
-
"sass": "^1.
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"react": "^18.
|
|
83
|
-
"react
|
|
84
|
-
"@types/react": "^18.
|
|
85
|
-
"@
|
|
86
|
-
"@tiptap/
|
|
87
|
-
"@tiptap/
|
|
88
|
-
"@tiptap/
|
|
89
|
-
"@tiptap/extension-
|
|
90
|
-
"@tiptap/extension-
|
|
91
|
-
"@tiptap/extension-
|
|
92
|
-
"@tiptap/extension-
|
|
93
|
-
"@tiptap/extension-
|
|
94
|
-
"@tiptap/extension-
|
|
95
|
-
"@tiptap/extension-
|
|
96
|
-
"@tiptap/extension-
|
|
97
|
-
"@tiptap/extension-
|
|
98
|
-
"@tiptap/extension-
|
|
99
|
-
"@tiptap/extension-
|
|
100
|
-
"@tiptap/extension-
|
|
101
|
-
"@tiptap/extension-
|
|
102
|
-
"@tiptap/extension-image": "^3",
|
|
103
|
-
"@tiptap/extension-drag-handle-react": "^3"
|
|
77
|
+
"@types/node": "^18.0.0",
|
|
78
|
+
"sass": "^1.52.3",
|
|
79
|
+
"typescript": "^5.1.3",
|
|
80
|
+
"react": "^18.0.0",
|
|
81
|
+
"react-dom": "^18.0.0",
|
|
82
|
+
"@types/react": "^18.3.28",
|
|
83
|
+
"@types/react-dom": "^18.3.7",
|
|
84
|
+
"@tiptap/core": "^3.14.0",
|
|
85
|
+
"@tiptap/react": "^3.14.0",
|
|
86
|
+
"@tiptap/starter-kit": "^3.14.0",
|
|
87
|
+
"@tiptap/extension-list": "^3.14.0",
|
|
88
|
+
"@tiptap/extension-mention": "^3.14.0",
|
|
89
|
+
"@tiptap/extension-text-style": "^3.14.0",
|
|
90
|
+
"@tiptap/extension-collaboration": "^3.14.0",
|
|
91
|
+
"@tiptap/extension-typography": "^3.14.0",
|
|
92
|
+
"@tiptap/extension-highlight": "^3.14.0",
|
|
93
|
+
"@tiptap/extension-superscript": "^3.14.0",
|
|
94
|
+
"@tiptap/extension-subscript": "^3.14.0",
|
|
95
|
+
"@tiptap/extension-text-align": "^3.14.0",
|
|
96
|
+
"@tiptap/extension-mathematics": "^3.14.0",
|
|
97
|
+
"@tiptap/extension-unique-id": "^3.14.0",
|
|
98
|
+
"@tiptap/extension-emoji": "^3.14.0",
|
|
99
|
+
"@tiptap/extension-image": "^3.14.0",
|
|
100
|
+
"@tiptap/extension-drag-handle-react": "^3.14.0"
|
|
104
101
|
},
|
|
105
102
|
"author": "Ahmed Feki",
|
|
106
103
|
"license": "ISC",
|