@ui5/webcomponents-tools 1.2.1 → 1.2.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,15 @@
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.2.2](https://github.com/SAP/ui5-webcomponents/compare/v1.2.1...v1.2.2) (2022-03-22)
7
+
8
+
9
+ **Note:** Version bump only for package @ui5/webcomponents-tools
10
+
11
+
12
+
13
+
14
+
6
15
  ## [1.2.1](https://github.com/SAP/ui5-webcomponents/compare/v1.2.0...v1.2.1) (2022-03-02)
7
16
 
8
17
  **Note:** Version bump only for package @ui5/webcomponents-tools
package/assets-meta.js CHANGED
@@ -10,6 +10,9 @@ const assetsMeta = {
10
10
  "sap_fiori_3_hcb",
11
11
  "sap_fiori_3_hcw",
12
12
  "sap_horizon",
13
+ "sap_horizon_dark",
14
+ "sap_horizon_hcb",
15
+ "sap_horizon_hcw",
13
16
  "sap_horizon_exp"
14
17
  ]
15
18
  },
@@ -133,6 +136,7 @@ const assetsMeta = {
133
136
  "sk",
134
137
  "sl",
135
138
  "sr",
139
+ "sr_Latn",
136
140
  "sv",
137
141
  "th",
138
142
  "tr",
@@ -38,10 +38,10 @@ export default { pathData, accData };`;
38
38
 
39
39
 
40
40
 
41
- const collectionTemplate = (name) => `import { isTheme } from "@ui5/webcomponents-base/dist/config/Theme.js";
41
+ const collectionTemplate = (name) => `import { isThemeFamily } from "@ui5/webcomponents-base/dist/config/Theme.js";
42
42
  import pathDataV4 from "./v5/${name}.js";
43
43
  import pathDataV5 from "./v4/${name}.js";
44
- const pathData = isTheme("sap_horizon") ? pathDataV5 : pathDataV4;
44
+ const pathData = isThemeFamily("sap_horizon") ? pathDataV5 : pathDataV4;
45
45
  export default { pathData };`;
46
46
 
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-tools",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "UI5 Web Components: webcomponents.tools",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",