react-input-material 0.0.771 → 0.0.773
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if("undefined"!=typeof module&&null!==module&&"undefined"!==eval("typeof require")&&null!==eval("require")&&"main"in eval("require")&&"undefined"!==eval("typeof require.main")&&null!==eval("require.main")){var ORIGINAL_MAIN_MODULE=module;module!==eval("require.main")&&"paths"in module&&"paths"in eval("require.main")&&"undefined"!=typeof __dirname&&null!==__dirname&&(module.paths=eval("require.main.paths").concat(module.paths.filter(function(path){return eval("require.main.paths").includes(path)})))}if(null==window)var window="undefined"==typeof global||null===global?{}:global;!function(e,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n();else if("function"==typeof define&&define.amd)define([],n);else{var t=n();for(var o in t)("object"==typeof exports?exports:e)[o]=t[o]}}(this,function(){return function(){var e={d:function(n,t){for(var o in t)e.o(t,o)&&!e.o(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:t[o]})},o:function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},r:function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},n={};e.r(n),e.d(n,{inputsInput:function(){return t}});var t=function(e){var n=e.locator(".inputs__add__button"),t=e.locator(".inputs__item__remove"),o=e.locator(".
|
|
1
|
+
"use strict";if("undefined"!=typeof module&&null!==module&&"undefined"!==eval("typeof require")&&null!==eval("require")&&"main"in eval("require")&&"undefined"!==eval("typeof require.main")&&null!==eval("require.main")){var ORIGINAL_MAIN_MODULE=module;module!==eval("require.main")&&"paths"in module&&"paths"in eval("require.main")&&"undefined"!=typeof __dirname&&null!==__dirname&&(module.paths=eval("require.main.paths").concat(module.paths.filter(function(path){return eval("require.main.paths").includes(path)})))}if(null==window)var window="undefined"==typeof global||null===global?{}:global;!function(e,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n();else if("function"==typeof define&&define.amd)define([],n);else{var t=n();for(var o in t)("object"==typeof exports?exports:e)[o]=t[o]}}(this,function(){return function(){var e={d:function(n,t){for(var o in t)e.o(t,o)&&!e.o(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:t[o]})},o:function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},r:function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},n={};e.r(n),e.d(n,{inputsInput:function(){return t}});var t=function(e){var n=e.locator(".inputs__add__button"),t=e.locator(".inputs__item__remove"),o=e.locator(".inputs__item");return{main:e,items:o,removeButtons:t,addButton:n,add:function(){return n.click()},remove:function(e){return"number"==typeof e?t.nth(e).click():t.last().click()}}};return n.default=t,n}()});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.773",
|
|
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",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@codemirror/lint": "^6.9.2",
|
|
123
123
|
"@codemirror/search": "^6.5.11",
|
|
124
124
|
"@codemirror/state": "^6.5.3",
|
|
125
|
-
"@codemirror/view": "^6.39.
|
|
125
|
+
"@codemirror/view": "^6.39.9",
|
|
126
126
|
"@emotion/react": "^11.14.0",
|
|
127
127
|
"@playwright/test": "^1.57.0",
|
|
128
128
|
"@rmwc/card": "^14.3.5",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"@rmwc/typography": "^14.3.5",
|
|
142
142
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
143
143
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
144
|
-
"@tiptap/core": "^3.
|
|
145
|
-
"@tiptap/react": "^3.
|
|
146
|
-
"@tiptap/starter-kit": "^3.
|
|
144
|
+
"@tiptap/core": "^3.15.1",
|
|
145
|
+
"@tiptap/react": "^3.15.1",
|
|
146
|
+
"@tiptap/starter-kit": "^3.15.1",
|
|
147
147
|
"@types/ejs": "^3.1.5",
|
|
148
148
|
"@types/html-minifier": "^4.0.6",
|
|
149
149
|
"@types/jquery": "^3.5.33",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
158
158
|
"@typescript-eslint/parser": "^8.52.0",
|
|
159
159
|
"blob-util": "^2.0.2",
|
|
160
|
-
"clientnode": "3.0.
|
|
160
|
+
"clientnode": "3.0.1341",
|
|
161
161
|
"css-loader": "^7.1.2",
|
|
162
162
|
"cssnano": "^7.1.2",
|
|
163
163
|
"documentation-website": "^1.0.398",
|
|
@@ -178,9 +178,9 @@
|
|
|
178
178
|
"prop-types": "^15.8.1",
|
|
179
179
|
"react": "^18.3.1",
|
|
180
180
|
"react-dom": "^18.3.1",
|
|
181
|
-
"react-generic-animate": "^0.0.
|
|
182
|
-
"react-generic-dummy": "^0.0.
|
|
183
|
-
"react-generic-tools": "^0.0.
|
|
181
|
+
"react-generic-animate": "^0.0.102",
|
|
182
|
+
"react-generic-dummy": "^0.0.116",
|
|
183
|
+
"react-generic-tools": "^0.0.91",
|
|
184
184
|
"react-transition-group": "^4.4.5",
|
|
185
185
|
"react-useanimations": "^2.10.0",
|
|
186
186
|
"spark-md5": "^3.0.2",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"tslib": "^2.8.1",
|
|
191
191
|
"typescript-eslint": "^8.52.0",
|
|
192
192
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
193
|
-
"web-component-wrapper": "^0.0.
|
|
193
|
+
"web-component-wrapper": "^0.0.540",
|
|
194
194
|
"weboptimizer": "^2.0.1641",
|
|
195
195
|
"webpack-dev-server": "^5.2.2"
|
|
196
196
|
},
|