@spectrum-web-components/icons-workflow 0.40.2 → 0.40.3
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -103,7 +103,7 @@ Every icons can be customized via the following options:
|
|
|
103
103
|
|
|
104
104
|
### Extended use cases
|
|
105
105
|
|
|
106
|
-
The default exports of this package are pre-wrapped via `setCustomTemplateLiteralTag` in the `html` template tag from `lit-html`, and work
|
|
106
|
+
The default exports of this package are pre-wrapped via `setCustomTemplateLiteralTag` in the `html` template tag from `lit-html`, and work like the following::
|
|
107
107
|
|
|
108
108
|
```js
|
|
109
109
|
import { AbcIcon } from '@spectrum-web-components/icons-workflow';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/icons-workflow",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"lit-html"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@spectrum-web-components/base": "^0.40.
|
|
48
|
-
"@spectrum-web-components/icon": "^0.40.
|
|
47
|
+
"@spectrum-web-components/base": "^0.40.3",
|
|
48
|
+
"@spectrum-web-components/icon": "^0.40.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
|
|
52
|
-
"@spectrum-css/icon": "^
|
|
52
|
+
"@spectrum-css/icon": "^5.0.0",
|
|
53
53
|
"case": "^1.6.1",
|
|
54
54
|
"cheerio": "^1.0.0-rc.2",
|
|
55
55
|
"fast-glob": "^3.2.12",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"./src/index.js",
|
|
64
64
|
"./icons/*"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "76467a3470aeafa4beefce1e4fc76341f1d6733f"
|
|
67
67
|
}
|