@spectrum-web-components/icons 0.35.0 → 0.35.1-rc.24
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
- package/custom-elements.json +0 -210
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/icons",
|
3
|
-
"version": "0.35.
|
3
|
+
"version": "0.35.1-rc.24+e3649e123",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -72,8 +72,8 @@
|
|
72
72
|
"lit-html"
|
73
73
|
],
|
74
74
|
"dependencies": {
|
75
|
-
"@spectrum-web-components/base": "^0.35.
|
76
|
-
"@spectrum-web-components/iconset": "^0.35.
|
75
|
+
"@spectrum-web-components/base": "^0.35.1-rc.24+e3649e123",
|
76
|
+
"@spectrum-web-components/iconset": "^0.35.1-rc.24+e3649e123"
|
77
77
|
},
|
78
78
|
"types": "./src/index.d.ts",
|
79
79
|
"customElements": "custom-elements.json",
|
@@ -81,5 +81,5 @@
|
|
81
81
|
"./sp-*.js",
|
82
82
|
"./**/*.dev.js"
|
83
83
|
],
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "e3649e1230ed727048988a452969c38ced5467ac"
|
85
85
|
}
|
package/custom-elements.json
DELETED
@@ -1,210 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"schemaVersion": "1.0.0",
|
3
|
-
"readme": "",
|
4
|
-
"modules": [
|
5
|
-
{
|
6
|
-
"kind": "javascript-module",
|
7
|
-
"path": "sp-icons-large.js",
|
8
|
-
"declarations": [],
|
9
|
-
"exports": [
|
10
|
-
{
|
11
|
-
"kind": "custom-element-definition",
|
12
|
-
"name": "sp-icons-large",
|
13
|
-
"declaration": {
|
14
|
-
"name": "IconsLarge",
|
15
|
-
"module": "/src/IconsLarge.js"
|
16
|
-
}
|
17
|
-
}
|
18
|
-
]
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"kind": "javascript-module",
|
22
|
-
"path": "sp-icons-medium.js",
|
23
|
-
"declarations": [],
|
24
|
-
"exports": [
|
25
|
-
{
|
26
|
-
"kind": "custom-element-definition",
|
27
|
-
"name": "sp-icons-medium",
|
28
|
-
"declaration": {
|
29
|
-
"name": "IconsMedium",
|
30
|
-
"module": "/src/IconsMedium.js"
|
31
|
-
}
|
32
|
-
}
|
33
|
-
]
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"kind": "javascript-module",
|
37
|
-
"path": "src/IconsLarge.js",
|
38
|
-
"declarations": [
|
39
|
-
{
|
40
|
-
"kind": "class",
|
41
|
-
"description": "",
|
42
|
-
"name": "IconsLarge",
|
43
|
-
"members": [
|
44
|
-
{
|
45
|
-
"kind": "method",
|
46
|
-
"name": "renderDefaultContent",
|
47
|
-
"privacy": "protected",
|
48
|
-
"return": {
|
49
|
-
"type": {
|
50
|
-
"text": "TemplateResult"
|
51
|
-
}
|
52
|
-
}
|
53
|
-
},
|
54
|
-
{
|
55
|
-
"kind": "method",
|
56
|
-
"name": "getSVGIconName",
|
57
|
-
"privacy": "protected",
|
58
|
-
"return": {
|
59
|
-
"type": {
|
60
|
-
"text": "string"
|
61
|
-
}
|
62
|
-
},
|
63
|
-
"parameters": [
|
64
|
-
{
|
65
|
-
"name": "icon",
|
66
|
-
"type": {
|
67
|
-
"text": "string"
|
68
|
-
}
|
69
|
-
},
|
70
|
-
{
|
71
|
-
"name": "size"
|
72
|
-
}
|
73
|
-
],
|
74
|
-
"description": "Overrides createIconName to make icon strings compatible with spectrum-icon id format"
|
75
|
-
},
|
76
|
-
{
|
77
|
-
"kind": "method",
|
78
|
-
"name": "getSanitizedIconName",
|
79
|
-
"privacy": "protected",
|
80
|
-
"return": {
|
81
|
-
"type": {
|
82
|
-
"text": "string"
|
83
|
-
}
|
84
|
-
},
|
85
|
-
"parameters": [
|
86
|
-
{
|
87
|
-
"name": "icon",
|
88
|
-
"type": {
|
89
|
-
"text": "string"
|
90
|
-
}
|
91
|
-
}
|
92
|
-
]
|
93
|
-
},
|
94
|
-
{
|
95
|
-
"kind": "field",
|
96
|
-
"name": "name",
|
97
|
-
"type": {
|
98
|
-
"text": "string"
|
99
|
-
},
|
100
|
-
"default": "'ui'"
|
101
|
-
}
|
102
|
-
],
|
103
|
-
"superclass": {
|
104
|
-
"name": "IconsetSVG",
|
105
|
-
"package": "@spectrum-web-components/iconset/src/iconset-svg.js"
|
106
|
-
},
|
107
|
-
"tagName": "sp-icons-large",
|
108
|
-
"customElement": true
|
109
|
-
}
|
110
|
-
],
|
111
|
-
"exports": [
|
112
|
-
{
|
113
|
-
"kind": "js",
|
114
|
-
"name": "IconsLarge",
|
115
|
-
"declaration": {
|
116
|
-
"name": "IconsLarge",
|
117
|
-
"module": "src/IconsLarge.js"
|
118
|
-
}
|
119
|
-
}
|
120
|
-
]
|
121
|
-
},
|
122
|
-
{
|
123
|
-
"kind": "javascript-module",
|
124
|
-
"path": "src/IconsMedium.js",
|
125
|
-
"declarations": [
|
126
|
-
{
|
127
|
-
"kind": "class",
|
128
|
-
"description": "",
|
129
|
-
"name": "IconsMedium",
|
130
|
-
"members": [
|
131
|
-
{
|
132
|
-
"kind": "method",
|
133
|
-
"name": "renderDefaultContent",
|
134
|
-
"privacy": "protected",
|
135
|
-
"return": {
|
136
|
-
"type": {
|
137
|
-
"text": "TemplateResult"
|
138
|
-
}
|
139
|
-
}
|
140
|
-
},
|
141
|
-
{
|
142
|
-
"kind": "method",
|
143
|
-
"name": "getSVGIconName",
|
144
|
-
"privacy": "protected",
|
145
|
-
"return": {
|
146
|
-
"type": {
|
147
|
-
"text": "string"
|
148
|
-
}
|
149
|
-
},
|
150
|
-
"parameters": [
|
151
|
-
{
|
152
|
-
"name": "icon",
|
153
|
-
"type": {
|
154
|
-
"text": "string"
|
155
|
-
}
|
156
|
-
},
|
157
|
-
{
|
158
|
-
"name": "size"
|
159
|
-
}
|
160
|
-
],
|
161
|
-
"description": "Overrides createIconName to make icon strings compatible with spectrum-icon id format"
|
162
|
-
},
|
163
|
-
{
|
164
|
-
"kind": "method",
|
165
|
-
"name": "getSanitizedIconName",
|
166
|
-
"privacy": "protected",
|
167
|
-
"return": {
|
168
|
-
"type": {
|
169
|
-
"text": "string"
|
170
|
-
}
|
171
|
-
},
|
172
|
-
"parameters": [
|
173
|
-
{
|
174
|
-
"name": "icon",
|
175
|
-
"type": {
|
176
|
-
"text": "string"
|
177
|
-
}
|
178
|
-
}
|
179
|
-
]
|
180
|
-
},
|
181
|
-
{
|
182
|
-
"kind": "field",
|
183
|
-
"name": "name",
|
184
|
-
"type": {
|
185
|
-
"text": "string"
|
186
|
-
},
|
187
|
-
"default": "'ui'"
|
188
|
-
}
|
189
|
-
],
|
190
|
-
"superclass": {
|
191
|
-
"name": "IconsetSVG",
|
192
|
-
"package": "@spectrum-web-components/iconset/src/iconset-svg.js"
|
193
|
-
},
|
194
|
-
"tagName": "sp-icons-medium",
|
195
|
-
"customElement": true
|
196
|
-
}
|
197
|
-
],
|
198
|
-
"exports": [
|
199
|
-
{
|
200
|
-
"kind": "js",
|
201
|
-
"name": "IconsMedium",
|
202
|
-
"declaration": {
|
203
|
-
"name": "IconsMedium",
|
204
|
-
"module": "src/IconsMedium.js"
|
205
|
-
}
|
206
|
-
}
|
207
|
-
]
|
208
|
-
}
|
209
|
-
]
|
210
|
-
}
|