@useloops/design-system 1.4.75 → 1.4.76
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/dist/esm/index.js +39 -5
- package/dist/index.d.ts +16 -3
- package/dist/index.js +39 -5
- package/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.76",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@dnd-kit/core": "^6.1.0",
|
|
58
58
|
"@dnd-kit/sortable": "^8.0.0",
|
|
59
59
|
"@dnd-kit/utilities": "^3.2.2",
|
|
60
|
+
"@farscrl/tiptap-extension-spellchecker": "^1.0.6",
|
|
60
61
|
"@gsap/react": "^2.1.1",
|
|
61
62
|
"@happy-dom/jest-environment": "^15.11.2",
|
|
62
63
|
"@hookform/error-message": "^2.0.1",
|
|
@@ -86,6 +87,8 @@
|
|
|
86
87
|
"@swc/core": "^1.9.2",
|
|
87
88
|
"@swc/jest": "^0.2.37",
|
|
88
89
|
"@testing-library/react": "^16.0.1",
|
|
90
|
+
"@tiptap/extension-placeholder": "^2.11.2",
|
|
91
|
+
"@tiptap/starter-kit": "^2.11.2",
|
|
89
92
|
"@types/jest": "^29.5.14",
|
|
90
93
|
"@types/react": "^18.3.12",
|
|
91
94
|
"@types/react-dom": "^18.3.1",
|
|
@@ -103,6 +106,7 @@
|
|
|
103
106
|
"husky": "^9.1.6",
|
|
104
107
|
"jest": "^29.7.0",
|
|
105
108
|
"merge-sx": "^3.2.4",
|
|
109
|
+
"mui-tiptap": "^1.17.0",
|
|
106
110
|
"prettier": "^3.3.3",
|
|
107
111
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
108
112
|
"react-error-overlay": "^6.0.11",
|
|
@@ -122,6 +126,7 @@
|
|
|
122
126
|
"rollup-preserve-directives": "^1.1.2",
|
|
123
127
|
"storybook": "^8.4.2",
|
|
124
128
|
"swiper": "^11.1.14",
|
|
129
|
+
"tiptap-markdown": "^0.8.10",
|
|
125
130
|
"tsx": "^4.19.2",
|
|
126
131
|
"typescript": "^5.6.3",
|
|
127
132
|
"webpack": "^5.96.1",
|
|
@@ -149,6 +154,7 @@
|
|
|
149
154
|
"react-dom": "^18.3.1"
|
|
150
155
|
},
|
|
151
156
|
"dependencies": {
|
|
157
|
+
"@tiptap/extension-underline": "^2.11.2",
|
|
152
158
|
"express": "^4.21.1",
|
|
153
159
|
"react-phone-number-input": "^3.4.10",
|
|
154
160
|
"stylis": "^4.3.4",
|