@transferwise/icons 4.4.4 → 4.4.5
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/build/components/b-pay.tsx +52 -0
- package/build/components/card-plus.tsx +52 -0
- package/build/components/link-plus.tsx +52 -0
- package/build/components/person-plus.tsx +52 -0
- package/build/components/warning.tsx +1 -1
- package/build/icons.json +28 -0
- package/build/index.ts +4 -0
- package/lib/components/b-pay.d.ts +13 -0
- package/lib/components/b-pay.d.ts.map +1 -0
- package/lib/components/card-plus.d.ts +13 -0
- package/lib/components/card-plus.d.ts.map +1 -0
- package/lib/components/link-plus.d.ts +13 -0
- package/lib/components/link-plus.d.ts.map +1 -0
- package/lib/components/person-plus.d.ts +13 -0
- package/lib/components/person-plus.d.ts.map +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.esm.js +2680 -2526
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2683 -2525
- package/lib/index.js.map +1 -1
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/icons",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.5",
|
|
4
4
|
"description": "Wise SVG icons",
|
|
5
5
|
"author": "Wise Payments Ltd.",
|
|
6
6
|
"sideEffects": [
|
|
@@ -45,43 +45,43 @@
|
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://github.com/transferwise/icons#readme",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@babel/runtime": "^
|
|
48
|
+
"@babel/runtime": "^8.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "*"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/core": "^
|
|
55
|
-
"@babel/plugin-transform-runtime": "^
|
|
56
|
-
"@babel/preset-env": "^
|
|
57
|
-
"@babel/preset-react": "^
|
|
58
|
-
"@babel/preset-typescript": "^
|
|
54
|
+
"@babel/core": "^8.0.1",
|
|
55
|
+
"@babel/plugin-transform-runtime": "^8.0.1",
|
|
56
|
+
"@babel/preset-env": "^8.0.2",
|
|
57
|
+
"@babel/preset-react": "^8.0.1",
|
|
58
|
+
"@babel/preset-typescript": "^8.0.1",
|
|
59
59
|
"@csstools/postcss-minify": "^3.0.0",
|
|
60
60
|
"@rollup/plugin-babel": "^7.1.0",
|
|
61
61
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
62
|
-
"@transferwise/neptune-css": "^14.
|
|
62
|
+
"@transferwise/neptune-css": "^14.29.1",
|
|
63
63
|
"@tsconfig/recommended": "^1.0.13",
|
|
64
64
|
"@types/babel__core": "^7.20.5",
|
|
65
|
-
"@types/node": "^24.13.
|
|
65
|
+
"@types/node": "^24.13.3",
|
|
66
66
|
"@types/react": "^18.3.31",
|
|
67
|
-
"@wise/components-theming": "^1.10.
|
|
68
|
-
"@wise/eslint-config": "^14.
|
|
69
|
-
"eslint": "^9.39.
|
|
67
|
+
"@wise/components-theming": "^1.10.3",
|
|
68
|
+
"@wise/eslint-config": "^14.3.0",
|
|
69
|
+
"eslint": "^9.39.5",
|
|
70
70
|
"gh-pages": "^6.3.0",
|
|
71
|
-
"next": "^16.
|
|
72
|
-
"npm-run-
|
|
73
|
-
"postcss": "^8.5.
|
|
71
|
+
"next": "^16.3.3",
|
|
72
|
+
"npm-run-all2": "^9.0.3",
|
|
73
|
+
"postcss": "^8.5.26",
|
|
74
74
|
"postcss-cli": "^11.0.1",
|
|
75
|
-
"postcss-preset-env": "^11.
|
|
76
|
-
"prettier": "^3.
|
|
75
|
+
"postcss-preset-env": "^11.5.0",
|
|
76
|
+
"prettier": "^3.9.6",
|
|
77
77
|
"react": "^18.3.1",
|
|
78
78
|
"react-dom": "^18.3.1",
|
|
79
79
|
"release-to-github-with-changelog": "^1.2.4",
|
|
80
80
|
"rimraf": "^6.1.3",
|
|
81
|
-
"rollup": "^4.
|
|
81
|
+
"rollup": "^4.63.0",
|
|
82
82
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
83
83
|
"rollup-plugin-css-porter": "^1.0.2",
|
|
84
|
-
"svgo": "^4.0
|
|
84
|
+
"svgo": "^4.1.0",
|
|
85
85
|
"svgson": "^5.3.1",
|
|
86
86
|
"ts-node": "^10.9.2",
|
|
87
87
|
"typescript": "^6.0.3"
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"registry": "https://registry.npmjs.org/",
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"packageManager": "pnpm@11.
|
|
94
|
+
"packageManager": "pnpm@11.15.1",
|
|
95
95
|
"engines": {
|
|
96
96
|
"node": "^24"
|
|
97
97
|
},
|