@ui5/webcomponents-icons-tnt 0.0.0-f734ea2da → 0.0.0-fb61e9889
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 +4 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
Provides assets for the rich `tnt` icon collection.
|
|
9
9
|
|
|
10
|
-
|
|
|
11
|
-
|
|
12
|
-
| All icons (~33KB zipped) | `import "@ui5/webcomponents-icons-tnt/dist/
|
|
10
|
+
| Icon asset | Module import |
|
|
11
|
+
|--------------------------|------------------------------------------------------------------|
|
|
12
|
+
| All icons (~33KB zipped) | `import "@ui5/webcomponents-icons-tnt/dist/AllIcons.js";` |
|
|
13
13
|
| Actor icon | `import "@ui5/webcomponents-icons-tnt/dist/actor.js";` |
|
|
14
14
|
| Ad hoc actor icon | `import "@ui5/webcomponents-icons-tnt/dist/ad-hoc-actor.js";` |
|
|
15
|
-
| ... | ...
|
|
15
|
+
| ... | ... |
|
|
16
16
|
| Workflow editor icon | `import "@ui5/webcomponents-icons-tnt/dist/workflow-editor.js";` |
|
|
17
17
|
|
|
18
18
|
*Note:* The `@ui5/webcomponents-icons-tnt` package does not provide any web components per se, but rather icon assets,
|
|
@@ -31,8 +31,6 @@ Example usage with `<ui5-icon>` web component:
|
|
|
31
31
|
|
|
32
32
|
For a full list of the icons in the `tnt` collection, click [here](https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).
|
|
33
33
|
|
|
34
|
-
For a complete list of all public module imports from the `icons` package, click [here](../../docs/Public%20Module%20Imports.md#icons):
|
|
35
|
-
|
|
36
34
|
## Resources
|
|
37
35
|
- [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/master/README.md)
|
|
38
36
|
- [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-icons-tnt",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-fb61e9889",
|
|
4
4
|
"description": "UI5 Web Components: SAP Fiori Tools icon set",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"directory": "packages/icons-tnt"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ui5/webcomponents-base": "0.0.0-
|
|
30
|
+
"@ui5/webcomponents-base": "0.0.0-fb61e9889"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@ui5/webcomponents-tools": "0.0.0-
|
|
34
|
-
"chromedriver": "
|
|
33
|
+
"@ui5/webcomponents-tools": "0.0.0-fb61e9889",
|
|
34
|
+
"chromedriver": "94.0.0"
|
|
35
35
|
}
|
|
36
36
|
}
|