@sb1/ffe-icons 14.0.0 → 14.0.1
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/bin/build.js +3 -1
- package/less/icons.less +1 -1
- package/package.json +3 -3
package/bin/build.js
CHANGED
|
@@ -21,11 +21,13 @@ const {
|
|
|
21
21
|
const iconNames = await getIconNames();
|
|
22
22
|
const listOfRemovedIcons = await createListOfRemovedIcons(iconNames);
|
|
23
23
|
let downloads = [];
|
|
24
|
-
|
|
24
|
+
// eslint-disable-next-line no-unused-vars
|
|
25
25
|
for (const weight of weights) {
|
|
26
|
+
// eslint-disable-next-line no-unused-vars
|
|
26
27
|
for (const fillValue of fill) {
|
|
27
28
|
const type = fillValue === 1 ? 'filled' : 'open';
|
|
28
29
|
|
|
30
|
+
// eslint-disable-next-line no-unused-vars
|
|
29
31
|
for (const size of sizes) {
|
|
30
32
|
let folderPath = `../icons/${type}/${weight}/${size.name}`;
|
|
31
33
|
if (type === 'filled') {
|
package/less/icons.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sb1/ffe-icons",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.1",
|
|
4
4
|
"description": "Felles Front End Icons",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "SpareBank 1",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"yargs": "^16.0.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"eslint": "^
|
|
30
|
+
"eslint": "^8.57.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "c2e7c509b580bc205ca92d91b7e2e2c0503a0087"
|
|
36
36
|
}
|