web-input-material 0.0.494 → 0.0.495

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-input-material",
3
- "version": "0.0.494",
3
+ "version": "0.0.495",
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",
@@ -63,23 +63,23 @@
63
63
  "prop-types": "^15.8.1",
64
64
  "react": "^18.3.1",
65
65
  "react-dom": "^18.3.1",
66
- "react-input-material": "^0.0.784",
66
+ "react-input-material": "^0.0.787",
67
67
  "react-transition-group": "^4.4.5",
68
- "web-component-wrapper": "^0.0.543"
68
+ "web-component-wrapper": "^0.0.547"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@babel/eslint-parser": "^7.28.6",
72
72
  "@babel/plugin-transform-proto-to-assign": "^7.27.1",
73
73
  "@babel/preset-react": "^7.28.5",
74
74
  "@babel/runtime": "^7.28.6",
75
- "@codemirror/autocomplete": "^6.20.0",
76
- "@codemirror/commands": "^6.10.2",
75
+ "@codemirror/autocomplete": "^6.20.1",
76
+ "@codemirror/commands": "^6.10.3",
77
77
  "@codemirror/lang-css": "^6.3.1",
78
- "@codemirror/lang-javascript": "^6.2.4",
79
- "@codemirror/language": "^6.12.1",
80
- "@codemirror/lint": "^6.9.4",
78
+ "@codemirror/lang-javascript": "^6.2.5",
79
+ "@codemirror/language": "^6.12.2",
80
+ "@codemirror/lint": "^6.9.5",
81
81
  "@codemirror/search": "^6.6.0",
82
- "@codemirror/state": "^6.5.4",
82
+ "@codemirror/state": "^6.6.0",
83
83
  "@eslint/js": "^10.0.1",
84
84
  "@rmwc/card": "^14.3.5",
85
85
  "@rmwc/checkbox": "^14.3.5",
@@ -95,42 +95,42 @@
95
95
  "@rmwc/tooltip": "^14.3.5",
96
96
  "@rmwc/touch-target": "^14.3.5",
97
97
  "@rmwc/typography": "^14.3.5",
98
- "@stylistic/eslint-plugin": "^5.8.0",
99
- "@tiptap/core": "^3.19.0",
100
- "@tiptap/react": "^3.19.0",
101
- "@tiptap/starter-kit": "^3.19.0",
98
+ "@stylistic/eslint-plugin": "^5.10.0",
99
+ "@tiptap/core": "^3.20.1",
100
+ "@tiptap/react": "^3.20.1",
101
+ "@tiptap/starter-kit": "^3.20.1",
102
102
  "@types/ejs": "^3.1.5",
103
103
  "@types/html-minifier": "^4.0.6",
104
- "@types/jquery": "^3.5.33",
105
- "@types/jsdom": "^27.0.0",
106
- "@types/node": "^25.2.3",
104
+ "@types/jquery": "^4.0.0",
105
+ "@types/jsdom": "^28.0.0",
106
+ "@types/node": "^25.5.0",
107
107
  "@types/react": "^18.3.28",
108
108
  "@types/react-dom": "^18.3.7",
109
109
  "@types/react-transition-group": "^4.4.12",
110
110
  "@types/webpack-env": "^1.18.8",
111
- "@typescript-eslint/eslint-plugin": "^8.56.0",
112
- "@typescript-eslint/parser": "^8.56.0",
111
+ "@typescript-eslint/eslint-plugin": "^8.57.0",
112
+ "@typescript-eslint/parser": "^8.57.0",
113
113
  "@webcomponents/webcomponentsjs": "^2.8.0",
114
114
  "blob-util": "^2.0.2",
115
- "clientnode": "^3.0.1347",
116
- "documentation-website": "^1.0.398",
117
- "eslint": "^10.0.0",
115
+ "clientnode": "^4.0.1357",
116
+ "documentation-website": "^1.0.401",
117
+ "eslint": "^10.0.3",
118
118
  "eslint-config-google": "^0.14.0",
119
- "eslint-plugin-jsdoc": "^62.5.5",
119
+ "eslint-plugin-jsdoc": "^62.8.0",
120
120
  "identity-obj-proxy": "^3.0.0",
121
- "jest": "^30.2.0",
121
+ "jest": "^30.3.0",
122
122
  "jsdoc": "^4.0.5",
123
123
  "material-components-web": "^14.0.0",
124
124
  "material-icons": "^1.13.14",
125
- "react-generic-animate": "^0.0.106",
126
- "react-generic-dummy": "^0.0.118",
127
- "react-generic-tools": "^0.0.94",
125
+ "react-generic-animate": "^0.0.114",
126
+ "react-generic-dummy": "^0.0.122",
127
+ "react-generic-tools": "^0.0.104",
128
128
  "react-useanimations": "^2.10.0",
129
129
  "spark-md5": "^3.0.2",
130
130
  "style-loader": "^4.0.0",
131
131
  "tslib": "^2.8.1",
132
- "typescript-eslint": "^8.56.0",
133
- "weboptimizer": "^2.0.1648",
132
+ "typescript-eslint": "^8.57.0",
133
+ "weboptimizer": "^3.0.7",
134
134
  "webpack-dev-server": "^5.2.3"
135
135
  },
136
136
  "peerDependencies": {
package/type.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export type { BaseModel, CommonBaseModel, BaseProperties, BaseProps, Properties, Props, TypedProperties, DefaultBaseProperties, DefaultProperties, ModelState, EditorState, State, ValueState, StaticComponent, StaticFunctionComponent, StaticWebComponent } from 'react-input-material/dist/type';
1
+ export type { BaseModel, CommonBaseModel, BaseProperties, BaseProps, Properties, Props, TypedProperties, DefaultBaseProperties, DefaultProperties, ModelState, State, ValueState, StaticComponent, StaticFunctionComponent, StaticWebComponent } from 'react-input-material/dist/type';
2
2
  export type { GenericEvent } from 'react-generic-tools/type';