web-input-material 0.0.245 → 0.0.249

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,13 +1,7 @@
1
1
  {
2
2
  "name": "web-input-material",
3
- "version": "0.0.245",
4
- "license": "CC-BY-3.0",
3
+ "version": "0.0.249",
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/web-input-material",
7
- "documentationWebsite": {
8
- "tagline": "Do not refactor input fields anymore.<!--deDE:Nie wieder Eingabefelder anpassen.-->",
9
- "trackingCode": "TODO"
10
- },
11
5
  "keywords": [
12
6
  "form-field",
13
7
  "input",
@@ -17,6 +11,17 @@
17
11
  "webcomponent",
18
12
  "component"
19
13
  ],
14
+ "homepage": "https://torben.website/web-input-material",
15
+ "bugs": {
16
+ "email": "info@torben.website",
17
+ "url": "https://github.com/thaibault/web-input-material/issues"
18
+ },
19
+ "license": "CC-BY-3.0",
20
+ "author": {
21
+ "name": "Torben Sickert",
22
+ "email": "info@torben.website",
23
+ "url": "https://torben.website"
24
+ },
20
25
  "files": [
21
26
  "components",
22
27
  "index.d.ts",
@@ -46,7 +51,7 @@
46
51
  "serve:minimal": "weboptimizer serve '{__reference__: \"target:minimal\"}'",
47
52
  "start": "yarn serve",
48
53
  "test": "weboptimizer test",
49
- "test:browser": "weboptimizer test:browser",
54
+ "test:browser": "yarn clear && weboptimizer test:browser",
50
55
  "test:coverage": "weboptimizer test:coverage",
51
56
  "test:coverage:report": "weboptimizer test:coverage:report",
52
57
  "update": "yarn version --patch && yarn publish",
@@ -119,11 +124,19 @@
119
124
  "optional": true
120
125
  }
121
126
  },
127
+ "engines": {
128
+ "node": ">=17",
129
+ "npm": ">=7"
130
+ },
122
131
  "resolutions": {
123
132
  "@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
124
133
  "colors": "1.4.0"
125
134
  },
126
135
  "sideEffects": false,
136
+ "documentationWebsite": {
137
+ "tagline": "Do not refactor input fields anymore.<!--deDE:Nie wieder Eingabefelder anpassen.-->",
138
+ "trackingCode": "TODO"
139
+ },
127
140
  "webOptimizer": {
128
141
  "commandLine": {
129
142
  "test": {
package/readme.md CHANGED
@@ -1,2 +1,37 @@
1
- # web-input-material
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
+ [![npm](https://img.shields.io/npm/v/web-input-material?color=%23d55e5d&label=npm%20package%20version&logoColor=%23d55e5d)](https://www.npmjs.com/package/web-input-material)
17
+ [![npm downloads](https://img.shields.io/npm/dy/web-input-material.svg)](https://www.npmjs.com/package/web-input-material)
18
+
19
+ [![<LABEL>](https://github.com/thaibault/web-input-material/actions/workflows/build.yaml/badge.svg)](https://github.com/thaibault/web-input-material/actions/workflows/build.yaml)
20
+ [![<LABEL>](https://github.com/thaibault/web-input-material/actions/workflows/test.yaml/badge.svg)](https://github.com/thaibault/web-input-material/actions/workflows/test.yaml)
21
+ [![<LABEL>](https://github.com/thaibault/web-input-material/actions/workflows/test:coverage:report.yaml/badge.svg)](https://github.com/thaibault/web-input-material/actions/workflows/test:coverage:report.yaml)
22
+ [![<LABEL>](https://github.com/thaibault/web-input-material/actions/workflows/check:types.yaml/badge.svg)](https://github.com/thaibault/web-input-material/actions/workflows/check:types.yaml)
23
+ [![<LABEL>](https://github.com/thaibault/web-input-material/actions/workflows/lint.yaml/badge.svg)](https://github.com/thaibault/web-input-material/actions/workflows/lint.yaml)
24
+
25
+ [![code coverage](https://coveralls.io/repos/github/thaibault/web-input-material/badge.svg)](https://coveralls.io/github/thaibault/web-input-material)
26
+
27
+ <!-- Too unstable yet
28
+ [![dependencies](https://img.shields.io/david/thaibault/web-input-material.svg)](https://david-dm.org/thaibault/web-input-material)
29
+ [![development dependencies](https://img.shields.io/david/dev/thaibault/web-input-material.svg)](https://david-dm.org/thaibault/web-input-material?type=dev)
30
+ [![peer dependencies](https://img.shields.io/david/peer/thaibault/web-input-material.svg)](https://david-dm.org/thaibault/web-input-material?type=peer)
31
+ -->
32
+ [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/web-input-material.svg?label=documentation-website)](https://torben.website/web-input-material)
33
+
34
+ Use case
35
+ --------
36
+
2
37
  Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.