@entur/icons 8.0.0 → 8.0.1-beta.0

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/index.js +1 -1
  2. package/package.json +24 -14
package/dist/index.js CHANGED
@@ -8711,4 +8711,4 @@ exports.ZoneIcon = ForwardRef$2H;
8711
8711
  exports.ZoomInIcon = ForwardRef$1;
8712
8712
  exports.ZoomOutIcon = ForwardRef;
8713
8713
  exports.ZvippIcon = ForwardRef$4o;
8714
- exports["ØresundstågIcon"] = ForwardRef$4n;
8714
+ exports.ØresundstågIcon = ForwardRef$4n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "8.0.0",
3
+ "version": "8.0.1-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -22,32 +22,42 @@
22
22
  "scripts": {
23
23
  "prebuild": "rimraf dist native tmp ",
24
24
  "build": "yarn prebuild && tsx bin/build.ts && rollup -c && yarn postbuild",
25
- "postbuild": "rimraf tmp"
25
+ "postbuild": "rimraf tmp",
26
+ "start": "rollup -c --watch",
27
+ "test": "jest"
26
28
  },
27
29
  "peerDependencies": {
28
30
  "react": ">=16.8.0"
29
31
  },
30
32
  "devDependencies": {
31
- "@babel/core": "7.26.8",
32
- "@babel/preset-env": "7.26.8",
33
- "@babel/preset-react": "7.26.3",
33
+ "@babel/core": "7.28.3",
34
+ "@babel/preset-env": "7.28.3",
35
+ "@babel/preset-react": "7.27.1",
34
36
  "@rollup/plugin-babel": "6.0.4",
35
- "@rollup/plugin-node-resolve": "16.0.0",
37
+ "@rollup/plugin-node-resolve": "16.0.1",
36
38
  "@svgr/core": "8.1.0",
37
39
  "@svgr/plugin-jsx": "8.1.0",
38
40
  "@svgr/plugin-prettier": "8.1.0",
39
41
  "@svgr/plugin-svgo": "8.1.0",
42
+ "@testing-library/jest-dom": "^5.17.0",
43
+ "@testing-library/react": "^10.4.9",
44
+ "@testing-library/user-event": "14.6.1",
40
45
  "@types/fs-extra": "^11.0.4",
41
- "case": "1.6.2",
42
- "fs-extra": "^11.3.0",
46
+ "case": "1.6.3",
47
+ "eslint": "^7.32.0",
48
+ "fs-extra": "^11.3.1",
49
+ "jest": "^29.0.0",
50
+ "jest-environment-jsdom": "^29.0.0",
43
51
  "rimraf": "6.0.1",
44
- "rollup": "^3.20.0",
45
- "sass": "^1.83.0",
46
- "svgo": "3.3.2",
47
- "tsx": "4.19.2"
52
+ "rollup": "^4.48.1",
53
+ "sass": "^1.90.0",
54
+ "svgo": "4.0.0",
55
+ "ts-jest": "^29.0.0",
56
+ "tsx": "4.20.5",
57
+ "typescript": "^5.9.2"
48
58
  },
49
59
  "dependencies": {
50
- "@entur/tokens": "^3.19.1"
60
+ "@entur/tokens": "^3.19.2-beta.0"
51
61
  },
52
- "gitHead": "4833d9307ba9b2524458c08e8815674094cef97b"
62
+ "gitHead": "414181fa2084722438238256a9aa32e304896b9d"
53
63
  }