@ui5/webcomponents-icons-tnt 0.0.0-11d529e8a → 0.0.0-1e08ebdef
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/CHANGELOG.md +24 -0
- package/README.md +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.0.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0...v1.0.1) (2021-11-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-icons-tnt
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.0.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.16...v1.0.0) (2021-11-10)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @ui5/webcomponents-icons-tnt
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.0.0-rc.16](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2021-11-09)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @ui5/webcomponents-icons-tnt
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [1.0.0-rc.15](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.14...v1.0.0-rc.15) (2021-07-23)
|
|
7
31
|
|
|
8
32
|
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Provides assets for the rich `tnt` icon collection.
|
|
|
9
9
|
|
|
10
10
|
| Icon asset | Module import |
|
|
11
11
|
|--------------------------|------------------------------------------------------------------|
|
|
12
|
-
| All icons (~
|
|
12
|
+
| All icons (~31KB 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
|
| ... | ... |
|
|
@@ -40,7 +40,7 @@ For a full list of the icons in the `tnt` collection, click [here](https://openu
|
|
|
40
40
|
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
|
|
41
41
|
|
|
42
42
|
## Contribute
|
|
43
|
-
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/
|
|
43
|
+
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md).
|
|
44
44
|
|
|
45
45
|
## License
|
|
46
46
|
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
|
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-1e08ebdef",
|
|
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-1e08ebdef"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@ui5/webcomponents-tools": "0.0.0-
|
|
34
|
-
"chromedriver": "
|
|
33
|
+
"@ui5/webcomponents-tools": "0.0.0-1e08ebdef",
|
|
34
|
+
"chromedriver": "96.0.0"
|
|
35
35
|
}
|
|
36
36
|
}
|