@entur/icons 5.1.2-beta.0 → 5.1.2-beta.3

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.
Files changed (2) hide show
  1. package/dist/styles.css +28 -24
  2. package/package.json +7 -8
package/dist/styles.css CHANGED
@@ -1,57 +1,61 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
3
  :root {
4
- --eds-icons: 1; }
4
+ --eds-icons: 1;
5
+ }
5
6
 
6
7
  .eds-icon.eds-icon--inline,
7
8
  p .eds-icon {
8
9
  position: relative;
9
- top: 0.2em; }
10
+ top: 0.2em;
11
+ }
10
12
 
11
13
  .eds-icon g,
12
14
  .eds-icon path {
13
- fill: currentColor; }
15
+ fill: currentColor;
16
+ }
14
17
 
15
18
  .eds-contrast .eds-icon__bicycle g,
16
19
  .eds-contrast .eds-icon__bicycle path {
17
- fill: #ffffff; }
18
-
20
+ fill: #ffffff;
21
+ }
19
22
  .eds-contrast .eds-icon__bus g,
20
23
  .eds-contrast .eds-icon__bus path {
21
- fill: #ff6392; }
22
-
24
+ fill: #ff6392;
25
+ }
23
26
  .eds-contrast .eds-icon__cableway g,
24
27
  .eds-contrast .eds-icon__cableway path {
25
- fill: #a476e5; }
26
-
28
+ fill: #a476e5;
29
+ }
27
30
  .eds-contrast .eds-icon__carferry g,
28
31
  .eds-contrast .eds-icon__carferry path {
29
- fill: #6fdfff; }
30
-
32
+ fill: #6fdfff;
33
+ }
31
34
  .eds-contrast .eds-icon__ferry g,
32
35
  .eds-contrast .eds-icon__ferry path {
33
- fill: #6fdfff; }
34
-
36
+ fill: #6fdfff;
37
+ }
35
38
  .eds-contrast .eds-icon__funicular g,
36
39
  .eds-contrast .eds-icon__funicular path {
37
- fill: #a476e5; }
38
-
40
+ fill: #a476e5;
41
+ }
39
42
  .eds-contrast .eds-icon__helicopter g,
40
43
  .eds-contrast .eds-icon__helicopter path {
41
- fill: #e258c3; }
42
-
44
+ fill: #e258c3;
45
+ }
43
46
  .eds-contrast .eds-icon__plane g,
44
47
  .eds-contrast .eds-icon__plane path {
45
- fill: #fbafea; }
46
-
48
+ fill: #fbafea;
49
+ }
47
50
  .eds-contrast .eds-icon__taxi g,
48
51
  .eds-contrast .eds-icon__taxi path {
49
- fill: #ffffff; }
50
-
52
+ fill: #ffffff;
53
+ }
51
54
  .eds-contrast .eds-icon__train g,
52
55
  .eds-contrast .eds-icon__train path {
53
- fill: #42a5f5; }
54
-
56
+ fill: #42a5f5;
57
+ }
55
58
  .eds-contrast .eds-icon__tram g,
56
59
  .eds-contrast .eds-icon__tram path {
57
- fill: #b482fb; }
60
+ fill: #b482fb;
61
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "5.1.2-beta.0",
3
+ "version": "5.1.2-beta.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -20,8 +20,7 @@
20
20
  "access": "public"
21
21
  },
22
22
  "scripts": {
23
- "build": "yarn run rimraf dist native tmp && node bin/build.js && rollup -c && yarn run rimraf tmp",
24
- "prepack": "yarn run build"
23
+ "build": "yarn run rimraf dist native tmp && node bin/build.js && rollup -c && yarn run rimraf tmp"
25
24
  },
26
25
  "peerDependencies": {
27
26
  "react": ">=16.8.0",
@@ -41,13 +40,13 @@
41
40
  "case": "^1.6.2",
42
41
  "dts-cli": "^1.1.6",
43
42
  "fs-extra": "9.0.0",
44
- "node-sass": "^7.0.3",
45
43
  "rimraf": "3.0.2",
46
- "rollup": "2.6.1"
44
+ "rollup": "2.6.1",
45
+ "sass": "^1.55.0"
47
46
  },
48
47
  "dependencies": {
49
- "@entur/tokens": "^3.4.2-beta.0",
50
- "@entur/utils": "^0.4.6-beta.0"
48
+ "@entur/tokens": "^3.4.2-beta.2",
49
+ "@entur/utils": "^0.4.6-beta.2"
51
50
  },
52
- "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
51
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
53
52
  }