web-input-material 0.0.461 → 0.0.463

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/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-input-material",
3
- "version": "0.0.461",
3
+ "version": "0.0.463",
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",
@@ -56,7 +56,6 @@
56
56
  "test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
57
57
  "test:coverage": "weboptimizer test:coverage '{__reference__: \"target:minimal\"}'",
58
58
  "test:coverage:report": "weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
59
- "update": "yarn version patch && yarn npm publish",
60
59
  "update:documentation": "documentation-website",
61
60
  "watch": "weboptimizer build --watch"
62
61
  },
@@ -65,23 +64,23 @@
65
64
  "prop-types": "^15.8.1",
66
65
  "react": "^18.3.1",
67
66
  "react-dom": "^18.3.1",
68
- "react-input-material": "^0.0.700",
67
+ "react-input-material": "^0.0.702",
69
68
  "react-transition-group": "^4.4.5",
70
- "web-component-wrapper": "^0.0.512"
69
+ "web-component-wrapper": "^0.0.514"
71
70
  },
72
71
  "devDependencies": {
73
- "@babel/eslint-parser": "^7.26.5",
72
+ "@babel/eslint-parser": "^7.26.8",
74
73
  "@babel/plugin-transform-proto-to-assign": "^7.25.9",
75
74
  "@babel/preset-react": "^7.26.3",
76
- "@babel/runtime": "^7.26.0",
77
- "@codemirror/autocomplete": "^6.18.4",
75
+ "@babel/runtime": "^7.26.7",
76
+ "@codemirror/autocomplete": "^6.18.5",
78
77
  "@codemirror/commands": "^6.8.0",
79
78
  "@codemirror/lang-css": "^6.3.1",
80
- "@codemirror/lang-javascript": "^6.2.2",
79
+ "@codemirror/lang-javascript": "^6.2.3",
81
80
  "@codemirror/language": "^6.10.8",
82
81
  "@codemirror/lint": "^6.8.4",
83
- "@codemirror/search": "^6.5.8",
84
- "@codemirror/state": "^6.5.1",
82
+ "@codemirror/search": "^6.5.9",
83
+ "@codemirror/state": "^6.5.2",
85
84
  "@rmwc/card": "^14.3.5",
86
85
  "@rmwc/checkbox": "^14.3.5",
87
86
  "@rmwc/circular-progress": "^14.3.5",
@@ -96,42 +95,42 @@
96
95
  "@rmwc/tooltip": "^14.3.5",
97
96
  "@rmwc/touch-target": "^14.3.5",
98
97
  "@rmwc/typography": "^14.3.5",
99
- "@stylistic/eslint-plugin-ts": "^2.13.0",
100
- "@tiptap/core": "^2.11.2",
101
- "@tiptap/react": "^2.11.2",
102
- "@tiptap/starter-kit": "^2.11.2",
98
+ "@stylistic/eslint-plugin-ts": "^3.1.0",
99
+ "@tiptap/core": "^2.11.5",
100
+ "@tiptap/react": "^2.11.5",
101
+ "@tiptap/starter-kit": "^2.11.5",
103
102
  "@types/ejs": "^3.1.5",
104
103
  "@types/html-minifier": "^4.0.5",
105
104
  "@types/jquery": "^3.5.32",
106
105
  "@types/jsdom": "^21.1.7",
107
- "@types/node": "^22.10.6",
106
+ "@types/node": "^22.13.1",
108
107
  "@types/react": "^18.3.18",
109
108
  "@types/react-dom": "^18.3.5",
110
109
  "@types/react-transition-group": "^4.4.12",
111
- "@types/webpack-env": "^1.18.5",
112
- "@typescript-eslint/eslint-plugin": "^8.20.0",
113
- "@typescript-eslint/parser": "^8.20.0",
110
+ "@types/webpack-env": "^1.18.8",
111
+ "@typescript-eslint/eslint-plugin": "^8.24.0",
112
+ "@typescript-eslint/parser": "^8.24.0",
114
113
  "@webcomponents/webcomponentsjs": "^2.8.0",
115
114
  "blob-util": "^2.0.2",
116
- "clientnode": "^3.0.1256",
117
- "documentation-website": "^1.0.342",
118
- "eslint": "^9.18.0",
115
+ "clientnode": "^3.0.1271",
116
+ "documentation-website": "^1.0.343",
117
+ "eslint": "^9.20.1",
119
118
  "eslint-config-google": "^0.14.0",
120
- "eslint-plugin-jsdoc": "^50.6.1",
119
+ "eslint-plugin-jsdoc": "^50.6.3",
121
120
  "identity-obj-proxy": "^3.0.0",
122
121
  "jest": "^29.7.0",
123
122
  "jsdoc": "^4.0.4",
124
123
  "material-components-web": "^14.0.0",
125
- "material-icons": "^1.13.12",
126
- "react-generic-animate": "^0.0.70",
127
- "react-generic-dummy": "^0.0.91",
128
- "react-generic-tools": "^0.0.64",
124
+ "material-icons": "^1.13.14",
125
+ "react-generic-animate": "^0.0.73",
126
+ "react-generic-dummy": "^0.0.93",
127
+ "react-generic-tools": "^0.0.66",
129
128
  "react-useanimations": "^2.10.0",
130
129
  "spark-md5": "^3.0.2",
131
130
  "style-loader": "^4.0.0",
132
131
  "tslib": "^2.8.1",
133
- "typescript-eslint": "^8.20.0",
134
- "weboptimizer": "^2.0.1553",
132
+ "typescript-eslint": "^8.24.0",
133
+ "weboptimizer": "^2.0.1561",
135
134
  "webpack-dev-server": "^5.2.0"
136
135
  },
137
136
  "peerDependencies": {
package/readme.md CHANGED
@@ -17,6 +17,7 @@ Project status
17
17
  [![npm downloads](https://img.shields.io/npm/dy/web-input-material.svg?style=for-the-badge)](https://www.npmjs.com/package/web-input-material)
18
18
 
19
19
  [![build](https://img.shields.io/github/actions/workflow/status/thaibault/web-input-material/build.yaml?style=for-the-badge)](https://github.com/thaibault/web-input-material/actions/workflows/build.yaml)
20
+ [![build push package](https://img.shields.io/github/actions/workflow/status/thaibault/web-input-material/build-package-and-push.yaml?label=build%20push%20package&style=for-the-badge)](https://github.com/thaibault/web-input-material/actions/workflows/build-package-and-push.yaml)
20
21
 
21
22
  [![check types](https://img.shields.io/github/actions/workflow/status/thaibault/web-input-material/check-types.yaml?label=check%20types&style=for-the-badge)](https://github.com/thaibault/web-input-material/actions/workflows/check-types.yaml)
22
23
  [![lint](https://img.shields.io/github/actions/workflow/status/thaibault/web-input-material/lint.yaml?label=lint&style=for-the-badge)](https://github.com/thaibault/web-input-material/actions/workflows/lint.yaml)