react-input-material 0.0.782 → 0.0.783

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.
Files changed (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.782",
3
+ "version": "0.0.783",
4
4
  "description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
5
5
  "keywords": [
6
6
  "form-field",
@@ -218,6 +218,7 @@
218
218
  "@rmwc/touch-target": "*",
219
219
  "@rmwc/typography": "*",
220
220
  "@tiptap/core": "*",
221
+ "@tiptap/extensions": "*",
221
222
  "@tiptap/react": "*",
222
223
  "@tiptap/starter-kit": "*",
223
224
  "@types/react": "*",
@@ -299,6 +300,9 @@
299
300
  "@tiptap/core": {
300
301
  "optional": true
301
302
  },
303
+ "@tiptap/extensions": {
304
+ "optional": true
305
+ },
302
306
  "@tiptap/react": {
303
307
  "optional": true
304
308
  },
@@ -537,7 +541,8 @@
537
541
  "@codemirror/view": "react-generic-dummy",
538
542
  "@rmwc/tooltip": "react-generic-dummy",
539
543
  "@tiptap/core$": "react-generic-dummy",
540
- "@tiptap/react": "react-generic-dummy",
544
+ "@tiptap/extensions$": "react-generic-dummy",
545
+ "@tiptap/react$": "react-generic-dummy",
541
546
  "@tiptap/starter-kit$": "react-generic-dummy",
542
547
  "react-useanimations$": "react-generic-dummy",
543
548
  "react-useanimations/lib/lock$": "react-generic-dummy",