@spectrum-web-components/icons 0.8.9-devmode.24 → 0.8.10-devmode.0
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/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-icons-large.
|
|
7
|
+
"path": "sp-icons-large.js",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "sp-icons-medium.
|
|
22
|
+
"path": "sp-icons-medium.js",
|
|
23
23
|
"declarations": [],
|
|
24
24
|
"exports": [
|
|
25
25
|
{
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"kind": "javascript-module",
|
|
37
|
-
"path": "src/IconsLarge.
|
|
37
|
+
"path": "src/IconsLarge.js",
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
40
|
"kind": "class",
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"name": "IconsLarge",
|
|
115
115
|
"declaration": {
|
|
116
116
|
"name": "IconsLarge",
|
|
117
|
-
"module": "src/IconsLarge.
|
|
117
|
+
"module": "src/IconsLarge.js"
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"kind": "javascript-module",
|
|
124
|
-
"path": "src/IconsMedium.
|
|
124
|
+
"path": "src/IconsMedium.js",
|
|
125
125
|
"declarations": [
|
|
126
126
|
{
|
|
127
127
|
"kind": "class",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"name": "IconsMedium",
|
|
202
202
|
"declaration": {
|
|
203
203
|
"name": "IconsMedium",
|
|
204
|
-
"module": "src/IconsMedium.
|
|
204
|
+
"module": "src/IconsMedium.js"
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/icons",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.10-devmode.0+1a8b29491",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -72,14 +72,15 @@
|
|
|
72
72
|
"lit-html"
|
|
73
73
|
],
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@spectrum-web-components/base": "^0.
|
|
76
|
-
"@spectrum-web-components/iconset": "^0.6.
|
|
75
|
+
"@spectrum-web-components/base": "^0.6.1-devmode.0+1a8b29491",
|
|
76
|
+
"@spectrum-web-components/iconset": "^0.6.10-devmode.0+1a8b29491",
|
|
77
77
|
"tslib": "^2.0.0"
|
|
78
78
|
},
|
|
79
79
|
"types": "./src/index.d.ts",
|
|
80
80
|
"customElements": "custom-elements.json",
|
|
81
81
|
"sideEffects": [
|
|
82
|
-
"./sp-*.js"
|
|
82
|
+
"./sp-*.js",
|
|
83
|
+
"./**/*.dev.js"
|
|
83
84
|
],
|
|
84
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "1a8b294911ab377fa4f07e16eb016f1e3bf7b517"
|
|
85
86
|
}
|
package/stories/icons.stories.js
CHANGED
|
@@ -16,15 +16,11 @@ export const listMedium = ({ color }) => html`
|
|
|
16
16
|
<sp-icons-medium></sp-icons-medium>
|
|
17
17
|
</icons-demo>
|
|
18
18
|
`;
|
|
19
|
-
listMedium.
|
|
20
|
-
name: "UI Icons - Medium"
|
|
21
|
-
};
|
|
19
|
+
listMedium.storyName = "UI Icons - Medium";
|
|
22
20
|
export const listLarge = ({ color }) => html`
|
|
23
21
|
<icons-demo style="color: ${color}">
|
|
24
22
|
<sp-icons-large></sp-icons-large>
|
|
25
23
|
</icons-demo>
|
|
26
24
|
`;
|
|
27
|
-
listLarge.
|
|
28
|
-
name: "UI Icons - Large"
|
|
29
|
-
};
|
|
25
|
+
listLarge.storyName = "UI Icons - Large";
|
|
30
26
|
//# sourceMappingURL=icons.stories.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["icons.stories.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport '@spectrum-web-components/icons/sp-icons-large.js';\nimport '@spectrum-web-components/icons/sp-icons-medium.js';\nimport '../../iconset/stories/icons-demo.js';\nimport { html, TemplateResult } from '@spectrum-web-components/base';\n\nexport default {\n title: 'Icons',\n argTypes: {\n color: { control: 'color' },\n },\n args: {\n color: '#000000',\n },\n};\n\ninterface Properties {\n color: string;\n}\n\nexport const listMedium = ({ color }: Properties): TemplateResult => html`\n <icons-demo style=\"color: ${color}\">\n <sp-icons-medium></sp-icons-medium>\n </icons-demo>\n`;\n\nlistMedium.
|
|
5
|
-
"mappings": "AAWA;AACA;AACA;AACA;AAEA,eAAe;AAAA,EACX,OAAO;AAAA,EACP,UAAU;AAAA,IACN,OAAO,EAAE,SAAS,QAAQ;AAAA,EAC9B;AAAA,EACA,MAAM;AAAA,IACF,OAAO;AAAA,EACX;AACJ;AAMO,aAAM,aAAa,CAAC,EAAE,YAAwC;AAAA,gCACrC;AAAA;AAAA;AAAA;AAKhC,WAAW,
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport '@spectrum-web-components/icons/sp-icons-large.js';\nimport '@spectrum-web-components/icons/sp-icons-medium.js';\nimport '../../iconset/stories/icons-demo.js';\nimport { html, TemplateResult } from '@spectrum-web-components/base';\n\nexport default {\n title: 'Icons',\n argTypes: {\n color: { control: 'color' },\n },\n args: {\n color: '#000000',\n },\n};\n\ninterface Properties {\n color: string;\n}\n\nexport const listMedium = ({ color }: Properties): TemplateResult => html`\n <icons-demo style=\"color: ${color}\">\n <sp-icons-medium></sp-icons-medium>\n </icons-demo>\n`;\n\nlistMedium.storyName = 'UI Icons - Medium';\n\nexport const listLarge = ({ color }: Properties): TemplateResult => html`\n <icons-demo style=\"color: ${color}\">\n <sp-icons-large></sp-icons-large>\n </icons-demo>\n`;\n\nlistLarge.storyName = 'UI Icons - Large';\n"],
|
|
5
|
+
"mappings": "AAWA;AACA;AACA;AACA;AAEA,eAAe;AAAA,EACX,OAAO;AAAA,EACP,UAAU;AAAA,IACN,OAAO,EAAE,SAAS,QAAQ;AAAA,EAC9B;AAAA,EACA,MAAM;AAAA,IACF,OAAO;AAAA,EACX;AACJ;AAMO,aAAM,aAAa,CAAC,EAAE,YAAwC;AAAA,gCACrC;AAAA;AAAA;AAAA;AAKhC,WAAW,YAAY;AAEhB,aAAM,YAAY,CAAC,EAAE,YAAwC;AAAA,gCACpC;AAAA;AAAA;AAAA;AAKhC,UAAU,YAAY;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|