@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 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
@@ -2,7 +2,7 @@
2
2
  color: var(--ffe-v-icons-default-color);
3
3
  mask-repeat: no-repeat;
4
4
  mask-position: top;
5
- background-color: currentColor;
5
+ background-color: currentcolor;
6
6
  display: inline-block;
7
7
 
8
8
  &--sm {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-icons",
3
- "version": "14.0.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": "^5.9.0"
30
+ "eslint": "^8.57.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "2fadcfb7bea0491a5ac048bdcc455d6ef3f33ca8"
35
+ "gitHead": "c2e7c509b580bc205ca92d91b7e2e2c0503a0087"
36
36
  }