@proximus/lavender-device-card 2.0.0-alpha.196 → 2.0.0-alpha.197

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.
@@ -0,0 +1,94 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/DeviceCard.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "variable",
11
+ "name": "styleSheet",
12
+ "default": "new CSSStyleSheet()"
13
+ },
14
+ {
15
+ "kind": "class",
16
+ "description": "",
17
+ "name": "DeviceCard",
18
+ "members": [
19
+ {
20
+ "kind": "field",
21
+ "name": "nativeName",
22
+ "type": {
23
+ "text": "string"
24
+ },
25
+ "static": true,
26
+ "default": "'a'"
27
+ },
28
+ {
29
+ "kind": "field",
30
+ "name": "template"
31
+ },
32
+ {
33
+ "kind": "field",
34
+ "name": "innerHTML"
35
+ }
36
+ ],
37
+ "superclass": {
38
+ "name": "VerticallyExtendedElement",
39
+ "package": "@proximus/lavender-common"
40
+ },
41
+ "tagName": "px-device-card",
42
+ "customElement": true
43
+ }
44
+ ],
45
+ "exports": [
46
+ {
47
+ "kind": "js",
48
+ "name": "styleSheet",
49
+ "declaration": {
50
+ "name": "styleSheet",
51
+ "module": "src/DeviceCard.ts"
52
+ }
53
+ },
54
+ {
55
+ "kind": "js",
56
+ "name": "DeviceCard",
57
+ "declaration": {
58
+ "name": "DeviceCard",
59
+ "module": "src/DeviceCard.ts"
60
+ }
61
+ },
62
+ {
63
+ "kind": "custom-element-definition",
64
+ "name": "px-device-card",
65
+ "declaration": {
66
+ "name": "DeviceCard",
67
+ "module": "src/DeviceCard.ts"
68
+ }
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "kind": "javascript-module",
74
+ "path": "src/device-card.css",
75
+ "declarations": [],
76
+ "exports": []
77
+ },
78
+ {
79
+ "kind": "javascript-module",
80
+ "path": "src/index.ts",
81
+ "declarations": [],
82
+ "exports": [
83
+ {
84
+ "kind": "js",
85
+ "name": "*",
86
+ "declaration": {
87
+ "name": "*",
88
+ "module": "src/DeviceCard"
89
+ }
90
+ }
91
+ ]
92
+ }
93
+ ]
94
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vscode-css-languageservice/main/docs/customData.schema.json",
3
+ "version": 1.1,
4
+ "properties": [],
5
+ "pseudoElements": []
6
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
+ "version": 1.1,
4
+ "tags": [
5
+ {
6
+ "name": "px-device-card",
7
+ "description": "\n---\n",
8
+ "attributes": [],
9
+ "references": []
10
+ }
11
+ ]
12
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
+ "name": "@proximus/lavender-device-card",
4
+ "version": "2.0.0-alpha.197",
5
+ "description-markup": "markdown",
6
+ "contributions": {
7
+ "html": {
8
+ "elements": [
9
+ {
10
+ "name": "px-device-card",
11
+ "description": "\n---\n",
12
+ "doc-url": "",
13
+ "attributes": [],
14
+ "events": [],
15
+ "js": {
16
+ "properties": [{ "name": "template" }, { "name": "innerHTML" }],
17
+ "events": []
18
+ }
19
+ }
20
+ ]
21
+ },
22
+ "css": {
23
+ "properties": [],
24
+ "pseudo-elements": []
25
+ }
26
+ }
27
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-device-card",
3
- "version": "2.0.0-alpha.196",
3
+ "version": "2.0.0-alpha.197",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",