asma-ui-richeditor 0.1.7 → 0.1.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
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.9",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/**/*",
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"types": "./dist/index.d.ts",
|
|
16
16
|
"main": "./dist/asma-ui-richeditor.es.js",
|
|
17
17
|
"module": "./dist/asma-ui-richeditor.es.js",
|
|
18
|
+
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"import": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"default": "./dist/asma-ui-richeditor.es.js"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"./dist/style.css": "./dist/style.css",
|
|
26
|
+
"./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
|
|
27
|
+
},
|
|
18
28
|
"license": "UNLICENSED",
|
|
19
29
|
"dependencies": {
|
|
20
30
|
"@emotion/react": "^11.11.1",
|
|
@@ -22,26 +32,26 @@
|
|
|
22
32
|
"@fontsource/roboto": "^5.0.4",
|
|
23
33
|
"@iconify/react": "^5.0.2",
|
|
24
34
|
"@mui/material": "^5.13.7",
|
|
25
|
-
"@tiptap/core": "^2.
|
|
26
|
-
"@tiptap/extension-blockquote": "^2.
|
|
27
|
-
"@tiptap/extension-bold": "^2.
|
|
28
|
-
"@tiptap/extension-bullet-list": "^2.
|
|
29
|
-
"@tiptap/extension-color": "^2.
|
|
30
|
-
"@tiptap/extension-document": "^2.
|
|
31
|
-
"@tiptap/extension-hard-break": "^2.
|
|
32
|
-
"@tiptap/extension-heading": "^2.
|
|
33
|
-
"@tiptap/extension-horizontal-rule": "^2.
|
|
34
|
-
"@tiptap/extension-italic": "^2.
|
|
35
|
-
"@tiptap/extension-link": "^2.
|
|
36
|
-
"@tiptap/extension-list-item": "^2.
|
|
37
|
-
"@tiptap/extension-ordered-list": "^2.
|
|
38
|
-
"@tiptap/extension-paragraph": "^2.
|
|
39
|
-
"@tiptap/extension-placeholder": "^2.
|
|
40
|
-
"@tiptap/extension-strike": "^2.
|
|
41
|
-
"@tiptap/extension-text": "^2.
|
|
42
|
-
"@tiptap/extension-text-style": "^2.
|
|
43
|
-
"@tiptap/extension-underline": "^2.
|
|
44
|
-
"@tiptap/react": "^2.
|
|
35
|
+
"@tiptap/core": "^2.11.7",
|
|
36
|
+
"@tiptap/extension-blockquote": "^2.11.7",
|
|
37
|
+
"@tiptap/extension-bold": "^2.11.7",
|
|
38
|
+
"@tiptap/extension-bullet-list": "^2.11.7",
|
|
39
|
+
"@tiptap/extension-color": "^2.11.7",
|
|
40
|
+
"@tiptap/extension-document": "^2.11.7",
|
|
41
|
+
"@tiptap/extension-hard-break": "^2.11.7",
|
|
42
|
+
"@tiptap/extension-heading": "^2.11.7",
|
|
43
|
+
"@tiptap/extension-horizontal-rule": "^2.11.7",
|
|
44
|
+
"@tiptap/extension-italic": "^2.11.7",
|
|
45
|
+
"@tiptap/extension-link": "^2.11.7",
|
|
46
|
+
"@tiptap/extension-list-item": "^2.11.7",
|
|
47
|
+
"@tiptap/extension-ordered-list": "^2.11.7",
|
|
48
|
+
"@tiptap/extension-paragraph": "^2.11.7",
|
|
49
|
+
"@tiptap/extension-placeholder": "^2.11.7",
|
|
50
|
+
"@tiptap/extension-strike": "^2.11.7",
|
|
51
|
+
"@tiptap/extension-text": "^2.11.7",
|
|
52
|
+
"@tiptap/extension-text-style": "^2.11.7",
|
|
53
|
+
"@tiptap/extension-underline": "^2.11.7",
|
|
54
|
+
"@tiptap/react": "^2.11.7",
|
|
45
55
|
"clsx": "^2.1.1",
|
|
46
56
|
"node": "18.17.0",
|
|
47
57
|
"react": "^18.2.0",
|
|
@@ -75,7 +85,7 @@
|
|
|
75
85
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
76
86
|
"@typescript-eslint/parser": "^5.59.0",
|
|
77
87
|
"@vitejs/plugin-react": "^4.0.0",
|
|
78
|
-
"asma-core-ui": "^3.0.
|
|
88
|
+
"asma-core-ui": "^3.0.147",
|
|
79
89
|
"autoprefixer": "^10.4.14",
|
|
80
90
|
"axe-playwright": "^1.2.3",
|
|
81
91
|
"axios": "^1.6.8",
|
|
@@ -109,13 +119,6 @@
|
|
|
109
119
|
"@types/node": "18.0.3",
|
|
110
120
|
"node": "18.17.0"
|
|
111
121
|
},
|
|
112
|
-
"exports": {
|
|
113
|
-
".": {
|
|
114
|
-
"import": "./dist/asma-ui-richeditor.es.js"
|
|
115
|
-
},
|
|
116
|
-
"./dist/style.css": "./dist/style.css",
|
|
117
|
-
"./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
|
|
118
|
-
},
|
|
119
122
|
"scripts": {
|
|
120
123
|
"dev": "vite",
|
|
121
124
|
"build": "npx tsc && rm -rf ./dist && vite build",
|