react-input-material 0.0.349 → 0.0.354
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/components/Dummy.tsx +3 -3
- package/components/FileInput.js +1 -1
- package/components/FileInput.module.css +12 -24
- package/components/FileInput.styles.css +4 -4
- package/components/FileInput.tsx +16 -18
- package/components/GenericAnimate.module.css +3 -4
- package/components/GenericAnimate.styles.css +1 -1
- package/components/GenericInput.module.css +32 -45
- package/components/GenericInput.styles.css +2 -2
- package/components/GenericInput.tsx +1 -1
- package/components/Inputs.js +1 -1
- package/components/Inputs.module.css +10 -9
- package/components/Inputs.styles.css +3 -3
- package/components/Interval.js +1 -1
- package/components/Interval.module.css +16 -15
- package/components/Interval.styles.css +3 -3
- package/components/RequireableCheckbox.module.css +4 -4
- package/components/RequireableCheckbox.styles.css +1 -1
- package/index.js +1 -1
- package/index.styles.css +12 -12
- package/package.json +32 -16
- package/readme.md +38 -2
package/package.json
CHANGED
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"license": "CC-BY-3.0",
|
|
3
|
+
"version": "0.0.354",
|
|
5
4
|
"description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
|
|
6
|
-
"homepage": "https://torben.website/react-input-material",
|
|
7
|
-
"documentationWebsite": {
|
|
8
|
-
"languages": [
|
|
9
|
-
"deDE",
|
|
10
|
-
"enUS"
|
|
11
|
-
],
|
|
12
|
-
"tagline": "Do not refactor input fields anymore.<!--deDE:Nie wieder Eingabefelder anpassen.-->",
|
|
13
|
-
"trackingCode": "TODO"
|
|
14
|
-
},
|
|
15
5
|
"keywords": [
|
|
16
6
|
"form-field",
|
|
17
7
|
"input",
|
|
@@ -19,6 +9,17 @@
|
|
|
19
9
|
"rich-text",
|
|
20
10
|
"text"
|
|
21
11
|
],
|
|
12
|
+
"homepage": "https://torben.website/react-input-material",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"email": "info@torben.website",
|
|
15
|
+
"url": "https://github.com/thaibault/react-input-material/issues"
|
|
16
|
+
},
|
|
17
|
+
"license": "CC-BY-3.0",
|
|
18
|
+
"author": {
|
|
19
|
+
"name": "Torben Sickert",
|
|
20
|
+
"email": "info@torben.website",
|
|
21
|
+
"url": "https://torben.website"
|
|
22
|
+
},
|
|
22
23
|
"files": [
|
|
23
24
|
"components",
|
|
24
25
|
"helper.d.ts",
|
|
@@ -46,14 +47,14 @@
|
|
|
46
47
|
"clear": "weboptimizer clear && (rm *.styles.css components/*.styles.css 2>/dev/null || true)",
|
|
47
48
|
"document": "weboptimizer document",
|
|
48
49
|
"lint": "weboptimizer lint",
|
|
49
|
-
"prepare": "yarn build",
|
|
50
|
+
"prepare": "ln --force --symbolic react node_modules/@emotion/core && yarn build",
|
|
50
51
|
"serve": "weboptimizer serve",
|
|
51
52
|
"serve:minimal": "weboptimizer serve '{__reference__: \"target:minimal\"}'",
|
|
52
53
|
"start": "yarn serve",
|
|
53
54
|
"test": "weboptimizer test",
|
|
54
|
-
"test:browser": "weboptimizer test:browser",
|
|
55
|
-
"test:coverage": "weboptimizer test:coverage",
|
|
56
|
-
"test:coverage:report": "weboptimizer test:coverage:report",
|
|
55
|
+
"test:browser": "yarn clear; weboptimizer test:browser",
|
|
56
|
+
"test:coverage": "yarn clear; weboptimizer test:coverage",
|
|
57
|
+
"test:coverage:report": "yarn clear; weboptimizer test:coverage:report",
|
|
57
58
|
"update": "yarn version --patch && yarn publish",
|
|
58
59
|
"update:documentation": "documentationWebsite --log-level info",
|
|
59
60
|
"watch": "weboptimizer build --watch"
|
|
@@ -62,6 +63,7 @@
|
|
|
62
63
|
"@babel/eslint-parser": "*",
|
|
63
64
|
"@babel/plugin-transform-proto-to-assign": "*",
|
|
64
65
|
"@babel/preset-react": "*",
|
|
66
|
+
"@emotion/react": "*",
|
|
65
67
|
"@rmwc/card": "*",
|
|
66
68
|
"@rmwc/checkbox": "*",
|
|
67
69
|
"@rmwc/circular-progress": "*",
|
|
@@ -85,6 +87,7 @@
|
|
|
85
87
|
"@types/react": "*",
|
|
86
88
|
"@types/react-dom": "*",
|
|
87
89
|
"@types/react-transition-group": "*",
|
|
90
|
+
"@types/webpack-env": "*",
|
|
88
91
|
"@types/workbox-webpack-plugin": "*",
|
|
89
92
|
"@typescript-eslint/eslint-plugin": "*",
|
|
90
93
|
"@typescript-eslint/parser": "*",
|
|
@@ -221,10 +224,23 @@
|
|
|
221
224
|
"optional": true
|
|
222
225
|
}
|
|
223
226
|
},
|
|
227
|
+
"engines": {
|
|
228
|
+
"node": ">=16",
|
|
229
|
+
"npm": ">=7"
|
|
230
|
+
},
|
|
224
231
|
"resolutions": {
|
|
232
|
+
"@emotion/core": "@emotion/react",
|
|
225
233
|
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz"
|
|
226
234
|
},
|
|
227
235
|
"sideEffects": false,
|
|
236
|
+
"documentationWebsite": {
|
|
237
|
+
"languages": [
|
|
238
|
+
"deDE",
|
|
239
|
+
"enUS"
|
|
240
|
+
],
|
|
241
|
+
"tagline": "Do not refactor input fields anymore.<!--deDE:Nie wieder Eingabefelder anpassen.-->",
|
|
242
|
+
"trackingCode": "TODO"
|
|
243
|
+
},
|
|
228
244
|
"webOptimizer": {
|
|
229
245
|
"commandLine": {
|
|
230
246
|
"test": {
|
|
@@ -249,7 +265,7 @@
|
|
|
249
265
|
},
|
|
250
266
|
"injection": {
|
|
251
267
|
"entry": {
|
|
252
|
-
"__evaluate__": "2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2] === 'serve' ? ['./index.css', './playground'] : 2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2]
|
|
268
|
+
"__evaluate__": "2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2] === 'serve' ? ['./index.css', './playground'] : 2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2].startsWith('test') ? {testBundle: './test'} : {'./components/Dummy': './components/Dummy', './components/FileInput': './components/FileInput', './components/GenericAnimate': './components/GenericAnimate', './components/GenericInput': './components/GenericInput', './components/Inputs': './components/Inputs', './components/Interval': './components/Interval', './components/RequireableCheckbox': './components/RequireableCheckbox', './components/WrapConfigurations': './components/WrapConfigurations', './components/WrapThemeProvider': './components/WrapThemeProvider', './components/WrapTooltip': './components/WrapTooltip', helper: './helper', index: ['./index.css', './index.tsx'], testHelper: './testHelper'}"
|
|
253
269
|
}
|
|
254
270
|
},
|
|
255
271
|
"module": {
|
package/readme.md
CHANGED
|
@@ -1,2 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
<!-- !/usr/bin/env markdown
|
|
2
|
+
-*- coding: utf-8 -*-
|
|
3
|
+
region header
|
|
4
|
+
Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
|
|
5
|
+
|
|
6
|
+
License
|
|
7
|
+
-------
|
|
8
|
+
|
|
9
|
+
This library written by Torben Sickert stand under a creative commons naming
|
|
10
|
+
3.0 unported license. See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
11
|
+
endregion -->
|
|
12
|
+
|
|
13
|
+
Project status
|
|
14
|
+
--------------
|
|
15
|
+
|
|
16
|
+
[](https://www.npmjs.com/package/react-input-material)
|
|
17
|
+
[](https://www.npmjs.com/package/react-input-material)
|
|
18
|
+
|
|
19
|
+
[](https://github.com/thaibault/react-input-material/actions/workflows/build.yaml)
|
|
20
|
+
[](https://github.com/thaibault/react-input-material/actions/workflows/test.yaml)
|
|
21
|
+
[](https://github.com/thaibault/react-input-material/actions/workflows/test:coverage:report.yaml)
|
|
22
|
+
[](https://github.com/thaibault/react-input-material/actions/workflows/check:types.yaml)
|
|
23
|
+
[](https://github.com/thaibault/react-input-material/actions/workflows/lint.yaml)
|
|
24
|
+
|
|
25
|
+
[](https://coveralls.io/github/thaibault/react-input-material)
|
|
26
|
+
|
|
27
|
+
<!-- Too unstable yet
|
|
28
|
+
[](https://david-dm.org/thaibault/react-input-material)
|
|
29
|
+
[](https://david-dm.org/thaibault/react-input-material?type=dev)
|
|
30
|
+
[](https://david-dm.org/thaibault/react-input-material?type=peer)
|
|
31
|
+
-->
|
|
32
|
+
[](https://torben.website/react-input-material)
|
|
33
|
+
|
|
34
|
+
Use case
|
|
35
|
+
--------
|
|
36
|
+
|
|
37
|
+
Reusable material design based input field with support for (richt-)text, code,
|
|
38
|
+
selections, numbers, dates and so on.
|