@spectrum-web-components/illustrated-message 1.0.0-rc.9 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/custom-elements.json +113 -0
- package/package.json +4 -4
@@ -0,0 +1,113 @@
|
|
1
|
+
{
|
2
|
+
"schemaVersion": "1.0.0",
|
3
|
+
"readme": "",
|
4
|
+
"modules": [
|
5
|
+
{
|
6
|
+
"kind": "javascript-module",
|
7
|
+
"path": "sp-illustrated-message.js",
|
8
|
+
"declarations": [],
|
9
|
+
"exports": [
|
10
|
+
{
|
11
|
+
"kind": "custom-element-definition",
|
12
|
+
"name": "sp-illustrated-message",
|
13
|
+
"declaration": {
|
14
|
+
"name": "IllustratedMessage",
|
15
|
+
"module": "/src/IllustratedMessage.js"
|
16
|
+
}
|
17
|
+
}
|
18
|
+
]
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"kind": "javascript-module",
|
22
|
+
"path": "src/IllustratedMessage.js",
|
23
|
+
"declarations": [
|
24
|
+
{
|
25
|
+
"kind": "class",
|
26
|
+
"description": "",
|
27
|
+
"name": "IllustratedMessage",
|
28
|
+
"slots": [
|
29
|
+
{
|
30
|
+
"description": "The SVG that represents the illustration",
|
31
|
+
"name": ""
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"description": "Headline for the message",
|
35
|
+
"name": "heading"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"description": "Description text for the illustration",
|
39
|
+
"name": "description"
|
40
|
+
}
|
41
|
+
],
|
42
|
+
"members": [
|
43
|
+
{
|
44
|
+
"kind": "field",
|
45
|
+
"name": "is",
|
46
|
+
"type": {
|
47
|
+
"text": "string"
|
48
|
+
},
|
49
|
+
"privacy": "public",
|
50
|
+
"static": true,
|
51
|
+
"readonly": true,
|
52
|
+
"default": "'sp-illustrated-message'"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"kind": "field",
|
56
|
+
"name": "heading",
|
57
|
+
"type": {
|
58
|
+
"text": "string"
|
59
|
+
},
|
60
|
+
"privacy": "public",
|
61
|
+
"default": "''",
|
62
|
+
"attribute": "heading"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"kind": "field",
|
66
|
+
"name": "description",
|
67
|
+
"type": {
|
68
|
+
"text": "string"
|
69
|
+
},
|
70
|
+
"privacy": "public",
|
71
|
+
"default": "''",
|
72
|
+
"attribute": "description"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"attributes": [
|
76
|
+
{
|
77
|
+
"name": "heading",
|
78
|
+
"type": {
|
79
|
+
"text": "string"
|
80
|
+
},
|
81
|
+
"default": "''",
|
82
|
+
"fieldName": "heading"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"name": "description",
|
86
|
+
"type": {
|
87
|
+
"text": "string"
|
88
|
+
},
|
89
|
+
"default": "''",
|
90
|
+
"fieldName": "description"
|
91
|
+
}
|
92
|
+
],
|
93
|
+
"superclass": {
|
94
|
+
"name": "SpectrumElement",
|
95
|
+
"package": "@spectrum-web-components/base"
|
96
|
+
},
|
97
|
+
"tagName": "sp-illustrated-message",
|
98
|
+
"customElement": true
|
99
|
+
}
|
100
|
+
],
|
101
|
+
"exports": [
|
102
|
+
{
|
103
|
+
"kind": "js",
|
104
|
+
"name": "IllustratedMessage",
|
105
|
+
"declaration": {
|
106
|
+
"name": "IllustratedMessage",
|
107
|
+
"module": "src/IllustratedMessage.js"
|
108
|
+
}
|
109
|
+
}
|
110
|
+
]
|
111
|
+
}
|
112
|
+
]
|
113
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/illustrated-message",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -58,8 +58,8 @@
|
|
58
58
|
"lit-html"
|
59
59
|
],
|
60
60
|
"dependencies": {
|
61
|
-
"@spectrum-web-components/base": "^1.0.
|
62
|
-
"@spectrum-web-components/styles": "^1.0.
|
61
|
+
"@spectrum-web-components/base": "^1.0.1",
|
62
|
+
"@spectrum-web-components/styles": "^1.0.1"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
65
|
"@spectrum-css/illustratedmessage": "^8.0.0-s2-foundations.15"
|
@@ -70,5 +70,5 @@
|
|
70
70
|
"./sp-*.js",
|
71
71
|
"./**/*.dev.js"
|
72
72
|
],
|
73
|
-
"gitHead": "
|
73
|
+
"gitHead": "b359bc0242712be118c5e3e2cc05f88707d3eeb1"
|
74
74
|
}
|