@ui5/webcomponents-icons-tnt 1.0.0-rc.15 → 1.0.2

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 CHANGED
@@ -3,6 +3,38 @@
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.2](https://github.com/SAP/ui5-webcomponents/compare/v1.0.1...v1.0.2) (2021-11-29)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.0.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0...v1.0.1) (2021-11-10)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
17
+
18
+
19
+
20
+
21
+
22
+ # [1.0.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.16...v1.0.0) (2021-11-10)
23
+
24
+
25
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
26
+
27
+
28
+
29
+
30
+ # [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)
31
+
32
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
33
+
34
+
35
+
36
+
37
+
6
38
  # [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
39
 
8
40
 
package/README.md CHANGED
@@ -7,12 +7,12 @@
7
7
 
8
8
  Provides assets for the rich `tnt` icon collection.
9
9
 
10
- | Icon asset | Module import |
11
- | ------------------------ | ------------------------------------------------------------------ |
12
- | All icons (~33KB zipped) | `import "@ui5/webcomponents-icons-tnt/dist/Assets.js";` |
10
+ | Icon asset | Module import |
11
+ |--------------------------|------------------------------------------------------------------|
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
+ | ... | ... |
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)
@@ -42,7 +40,7 @@ For a complete list of all public module imports from the `icons` package, click
42
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/).
43
41
 
44
42
  ## Contribute
45
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/CONTRIBUTING.md).
43
+ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md).
46
44
 
47
45
  ## License
48
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": "1.0.0-rc.15",
3
+ "version": "1.0.2",
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": "1.0.0-rc.15"
30
+ "@ui5/webcomponents-base": "1.0.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@ui5/webcomponents-tools": "1.0.0-rc.15",
34
- "chromedriver": "92.0.0"
33
+ "@ui5/webcomponents-tools": "1.0.2",
34
+ "chromedriver": "95.0.0"
35
35
  }
36
36
  }