react-input-material 0.0.728 → 0.0.730
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/Checkbox/index.css +2 -0
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/FileInput/index.css +2 -2
- package/dist/components/FileInput/index.js +1 -1
- package/dist/components/Inputs/index.css +1 -1
- package/dist/components/Inputs/index.js +1 -1
- package/dist/components/Interval/index.css +1 -1
- package/dist/components/Interval/index.js +1 -1
- package/dist/components/TextInput/index.css +1 -1
- package/dist/components/TextInput/index.js +1 -1
- package/dist/components/TextInput/type.d.ts +2 -6
- package/dist/helper.d.ts +7 -7
- package/dist/helper.js +1 -1
- package/dist/index.css +6 -4
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/type.d.ts +5 -6
- package/package.json +14 -14
- package/readme.md +6 -6
- package/dist/implementations/rmwc/material-fixes.css +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.730",
|
|
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",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
|
|
104
104
|
"@babel/preset-react": "^7.27.1",
|
|
105
105
|
"@babel/runtime": "^7.28.4",
|
|
106
|
-
"@codemirror/autocomplete": "^6.
|
|
106
|
+
"@codemirror/autocomplete": "^6.19.0",
|
|
107
107
|
"@codemirror/commands": "^6.8.1",
|
|
108
108
|
"@codemirror/lang-css": "^6.3.1",
|
|
109
109
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
@@ -129,9 +129,9 @@
|
|
|
129
129
|
"@rmwc/typography": "^14.3.5",
|
|
130
130
|
"@stylistic/eslint-plugin": "^5.4.0",
|
|
131
131
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
132
|
-
"@tiptap/core": "^3.
|
|
133
|
-
"@tiptap/react": "^3.
|
|
134
|
-
"@tiptap/starter-kit": "^3.
|
|
132
|
+
"@tiptap/core": "^3.6.1",
|
|
133
|
+
"@tiptap/react": "^3.6.1",
|
|
134
|
+
"@tiptap/starter-kit": "^3.6.1",
|
|
135
135
|
"@types/ejs": "^3.1.5",
|
|
136
136
|
"@types/html-minifier": "^4.0.5",
|
|
137
137
|
"@types/jquery": "^3.5.33",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"documentation-website": "^1.0.394",
|
|
152
152
|
"eslint": "^9.36.0",
|
|
153
153
|
"eslint-config-google": "^0.14.0",
|
|
154
|
-
"eslint-plugin-jsdoc": "^60.
|
|
154
|
+
"eslint-plugin-jsdoc": "^60.4.0",
|
|
155
155
|
"identity-obj-proxy": "^3.0.0",
|
|
156
156
|
"jest": "^30.1.3",
|
|
157
157
|
"jsdoc": "^4.0.4",
|
|
@@ -390,26 +390,26 @@
|
|
|
390
390
|
},
|
|
391
391
|
"generic": {
|
|
392
392
|
"entry": {
|
|
393
|
-
"./components/
|
|
393
|
+
"./components/Checkbox/import.module": "./implementations/rmwc/Checkbox/import.module",
|
|
394
|
+
"./components/Checkbox/index": "./components/Checkbox/index",
|
|
395
|
+
"./components/Checkbox/type": "./components/Checkbox/type",
|
|
396
|
+
"./components/FileInput/import.module": "./implementations/rmwc/MediaCard/import.module",
|
|
394
397
|
"./components/FileInput/index": "./components/FileInput/index",
|
|
395
398
|
"./components/FileInput/type": "./components/FileInput/type",
|
|
396
|
-
"./components/TextInput/import.module": "./
|
|
399
|
+
"./components/TextInput/import.module": "./implementations/rmwc/TextField/import.module",
|
|
397
400
|
"./components/TextInput/index": "./components/TextInput/index",
|
|
398
401
|
"./components/TextInput/type": "./components/TextInput/type",
|
|
399
|
-
"./components/Inputs/import.module": "./
|
|
402
|
+
"./components/Inputs/import.module": "./implementations/rmwc/Inputs/import.module",
|
|
400
403
|
"./components/Inputs/index": "./components/Inputs/index",
|
|
401
404
|
"./components/Inputs/type": "./components/Inputs/type",
|
|
402
|
-
"./components/Interval/import.module": "./
|
|
405
|
+
"./components/Interval/import.module": "./implementations/rmwc/Interval/import.module",
|
|
403
406
|
"./components/Interval/index": "./components/Interval/index",
|
|
404
407
|
"./components/Interval/type": "./components/Interval/type",
|
|
405
|
-
"./components/Checkbox/import.module": "./components/Checkbox/import.module",
|
|
406
|
-
"./components/Checkbox/index": "./components/Checkbox/index",
|
|
407
|
-
"./components/Checkbox/type": "./components/Checkbox/type",
|
|
408
408
|
"./components/Wrapper/WrapConfigurations": "./components/Wrapper/WrapConfigurations",
|
|
409
409
|
"./components/Wrapper/WrapStrict": "./components/Wrapper/WrapStrict",
|
|
410
410
|
"./components/Wrapper/WrapThemeProvider": "./components/Wrapper/WrapThemeProvider",
|
|
411
411
|
"./components/Wrapper/WrapTooltip": "./components/Wrapper/WrapTooltip",
|
|
412
|
-
"./
|
|
412
|
+
"./material-fixes": "./implementations/rmwc/material-fixes",
|
|
413
413
|
"helper": "./helper",
|
|
414
414
|
"index": [
|
|
415
415
|
"./index.css",
|
package/readme.md
CHANGED
|
@@ -42,12 +42,12 @@ selections, numbers, dates and so on.
|
|
|
42
42
|
|
|
43
43
|
#### FileInput
|
|
44
44
|
|
|
45
|
-
-
|
|
45
|
+
- Index
|
|
46
46
|
- CircularProgress
|
|
47
47
|
|
|
48
|
-
####
|
|
48
|
+
#### Index
|
|
49
49
|
|
|
50
|
-
-
|
|
50
|
+
- Index
|
|
51
51
|
|
|
52
52
|
#### Inputs
|
|
53
53
|
|
|
@@ -59,8 +59,8 @@ selections, numbers, dates and so on.
|
|
|
59
59
|
|
|
60
60
|
#### TextInput
|
|
61
61
|
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
62
|
+
- Index
|
|
63
|
+
- Index (with advanced editor integration interface)
|
|
64
|
+
- Index
|
|
65
65
|
- Menu
|
|
66
66
|
- TODO
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/* !/usr/bin/env css
|
|
2
|
-
-*- coding: utf-8 -*- */.text-input .mdc-form-field,.text-input label{width:100%}.text-input .mdc-form-field.mdc-text-field--textarea,.text-input label.mdc-text-field--textarea:not(.does-not-exist){width:100%}.text-input .mdc-select--outlined .mdc-floating-label--float-above,.text-input .mdc-text-field--outlined .mdc-floating-label--float-above{background-color:var(--mdc-theme-surface)}.text-input .mdc-icon-button{font-size:1rem;height:30px;padding:6px;vertical-align:middle;width:30px}.text-input .mdc-select{width:100%}.text-input .mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{color:rgba(0,0,0,.38)}.text-input .mdc-select .mdc-select__menu{width:100%}.text-input .mdc-select-helper-text{color:rgba(0,0,0,.6);margin-left:0}.text-input .mdc-select-helper-text .material-icons{font-size:1rem}.text-input .mdc-text-field .ace_editor.mdc-text-field__input{font-family:monospace}.text-input .mdc-text-field+.mdc-text-field-helper-line{padding-left:0;padding-right:0}.text-input .mdc-text-field+.mdc-text-field-helper-line .material-icons{font-size:1rem}.generic-tooltip{display:inline}::-ms-clear{display:none}
|