@lax-wp/design-system 0.8.32 → 0.8.34
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/components/forms/md-input/MarkdownPreview.d.ts +45 -0
- package/dist/components/forms/md-input/RichMarkdownInput.d.ts +79 -0
- package/dist/components/forms/md-input/index.d.ts +6 -0
- package/dist/design-system.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +34 -21
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +8 -8
- package/dist/index.umd.js.map +1 -1
- package/package.json +14 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lax-wp/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.34",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -78,12 +78,14 @@
|
|
|
78
78
|
"react-popper-tooltip": "^4.0.0",
|
|
79
79
|
"react-router-dom": "^6.0.0",
|
|
80
80
|
"react-select": "^5.0.0",
|
|
81
|
+
"react-syntax-highlighter": "^15.0.0",
|
|
81
82
|
"react-toastify": "^9.0.0",
|
|
82
83
|
"react-window": "^1.8.0",
|
|
83
84
|
"react-zoom-pan-pinch": "^3.0.0",
|
|
85
|
+
"rehype-raw": "^7.0.0",
|
|
84
86
|
"remark-gfm": "^4.0.0",
|
|
85
87
|
"styled-components": "^6.0.0",
|
|
86
|
-
"swiper": "^
|
|
88
|
+
"swiper": "^12.1.2"
|
|
87
89
|
},
|
|
88
90
|
"peerDependenciesMeta": {
|
|
89
91
|
"@codeium/react-code-editor": {
|
|
@@ -98,6 +100,12 @@
|
|
|
98
100
|
"react-markdown": {
|
|
99
101
|
"optional": true
|
|
100
102
|
},
|
|
103
|
+
"react-syntax-highlighter": {
|
|
104
|
+
"optional": true
|
|
105
|
+
},
|
|
106
|
+
"rehype-raw": {
|
|
107
|
+
"optional": true
|
|
108
|
+
},
|
|
101
109
|
"remark-gfm": {
|
|
102
110
|
"optional": true
|
|
103
111
|
},
|
|
@@ -123,6 +131,7 @@
|
|
|
123
131
|
"@types/lodash": "^4.17.0",
|
|
124
132
|
"@types/react": "^18.2.0",
|
|
125
133
|
"@types/react-dom": "^18.2.0",
|
|
134
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
126
135
|
"@types/react-window": "^1.8.8",
|
|
127
136
|
"@vitejs/plugin-react": "^4.6.0",
|
|
128
137
|
"@vitest/browser": "^3.2.4",
|
|
@@ -159,13 +168,15 @@
|
|
|
159
168
|
"react-popper-tooltip": "^4.4.2",
|
|
160
169
|
"react-router-dom": "^6.30.3",
|
|
161
170
|
"react-select": "^5.7.3",
|
|
171
|
+
"react-syntax-highlighter": "^15.5.0",
|
|
162
172
|
"react-toastify": "^9.1.3",
|
|
163
173
|
"react-window": "1.8.11",
|
|
164
174
|
"react-zoom-pan-pinch": "^3.1.0",
|
|
175
|
+
"rehype-raw": "^7.0.0",
|
|
165
176
|
"remark-gfm": "^4.0.1",
|
|
166
177
|
"storybook": "^9.0.18",
|
|
167
178
|
"styled-components": "^6.1.9",
|
|
168
|
-
"swiper": "^
|
|
179
|
+
"swiper": "^12.1.2",
|
|
169
180
|
"tailwindcss": "^3.4.13",
|
|
170
181
|
"typescript": "^5.6.3",
|
|
171
182
|
"typescript-eslint": "^8.35.1",
|