@useloops/design-system 1.4.74 → 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 +81 -59
- package/dist/index.js +39 -5
- package/package.json +8 -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,12 +106,14 @@
|
|
|
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",
|
|
109
113
|
"react-fast-marquee": "^1.6.5",
|
|
110
114
|
"react-hook-form": "^7.53.2",
|
|
111
115
|
"react-keyed-flatten-children": "^3.0.2",
|
|
116
|
+
"react-number-format": "^5.4.3",
|
|
112
117
|
"react-refresh": "^0.14.2",
|
|
113
118
|
"resize-observer-polyfill": "^1.5.1",
|
|
114
119
|
"rimraf": "^6.0.1",
|
|
@@ -121,6 +126,7 @@
|
|
|
121
126
|
"rollup-preserve-directives": "^1.1.2",
|
|
122
127
|
"storybook": "^8.4.2",
|
|
123
128
|
"swiper": "^11.1.14",
|
|
129
|
+
"tiptap-markdown": "^0.8.10",
|
|
124
130
|
"tsx": "^4.19.2",
|
|
125
131
|
"typescript": "^5.6.3",
|
|
126
132
|
"webpack": "^5.96.1",
|
|
@@ -148,6 +154,7 @@
|
|
|
148
154
|
"react-dom": "^18.3.1"
|
|
149
155
|
},
|
|
150
156
|
"dependencies": {
|
|
157
|
+
"@tiptap/extension-underline": "^2.11.2",
|
|
151
158
|
"express": "^4.21.1",
|
|
152
159
|
"react-phone-number-input": "^3.4.10",
|
|
153
160
|
"stylis": "^4.3.4",
|