@transferwise/icons 4.4.3 → 4.4.4
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/sparkles.tsx +52 -0
- package/build/icons.json +7 -0
- package/build/index.ts +1 -0
- package/lib/components/sparkles.d.ts +13 -0
- package/lib/components/sparkles.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.esm.js +40 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +40 -0
- package/lib/index.js.map +1 -1
- package/package.json +24 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/icons",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.4",
|
|
4
4
|
"description": "Wise SVG icons",
|
|
5
5
|
"author": "Wise Payments Ltd.",
|
|
6
6
|
"sideEffects": [
|
|
@@ -45,54 +45,58 @@
|
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://github.com/transferwise/icons#readme",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@babel/runtime": "^7.29.
|
|
48
|
+
"@babel/runtime": "^7.29.7"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "*"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/core": "^7.29.
|
|
55
|
-
"@babel/plugin-transform-runtime": "^7.29.
|
|
56
|
-
"@babel/preset-env": "^7.29.
|
|
57
|
-
"@babel/preset-react": "^7.
|
|
58
|
-
"@babel/preset-typescript": "^7.
|
|
54
|
+
"@babel/core": "^7.29.7",
|
|
55
|
+
"@babel/plugin-transform-runtime": "^7.29.7",
|
|
56
|
+
"@babel/preset-env": "^7.29.7",
|
|
57
|
+
"@babel/preset-react": "^7.29.7",
|
|
58
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
59
59
|
"@csstools/postcss-minify": "^3.0.0",
|
|
60
|
-
"@rollup/plugin-babel": "^7.
|
|
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.28.0",
|
|
63
63
|
"@tsconfig/recommended": "^1.0.13",
|
|
64
64
|
"@types/babel__core": "^7.20.5",
|
|
65
|
-
"@types/node": "^24.
|
|
66
|
-
"@types/react": "^18.3.
|
|
67
|
-
"@wise/components-theming": "^1.10.
|
|
68
|
-
"@wise/eslint-config": "^14.2.
|
|
65
|
+
"@types/node": "^24.13.1",
|
|
66
|
+
"@types/react": "^18.3.31",
|
|
67
|
+
"@wise/components-theming": "^1.10.2",
|
|
68
|
+
"@wise/eslint-config": "^14.2.1",
|
|
69
69
|
"eslint": "^9.39.4",
|
|
70
70
|
"gh-pages": "^6.3.0",
|
|
71
|
-
"next": "^16.2.
|
|
71
|
+
"next": "^16.2.7",
|
|
72
72
|
"npm-run-all": "^4.1.5",
|
|
73
|
-
"postcss": "^8.5.
|
|
73
|
+
"postcss": "^8.5.15",
|
|
74
74
|
"postcss-cli": "^11.0.1",
|
|
75
|
-
"postcss-preset-env": "^11.
|
|
76
|
-
"prettier": "^3.8.
|
|
75
|
+
"postcss-preset-env": "^11.3.0",
|
|
76
|
+
"prettier": "^3.8.3",
|
|
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.61.1",
|
|
82
82
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
83
83
|
"rollup-plugin-css-porter": "^1.0.2",
|
|
84
84
|
"svgo": "^4.0.1",
|
|
85
85
|
"svgson": "^5.3.1",
|
|
86
86
|
"ts-node": "^10.9.2",
|
|
87
|
-
"typescript": "^6.0.
|
|
87
|
+
"typescript": "^6.0.3"
|
|
88
88
|
},
|
|
89
89
|
"prettier": "@transferwise/eslint-config/.prettierrc.js",
|
|
90
90
|
"publishConfig": {
|
|
91
91
|
"registry": "https://registry.npmjs.org/",
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"packageManager": "pnpm@
|
|
94
|
+
"packageManager": "pnpm@11.5.2",
|
|
95
95
|
"engines": {
|
|
96
96
|
"node": "^24"
|
|
97
|
+
},
|
|
98
|
+
"wise": {
|
|
99
|
+
"platform": "wise-library",
|
|
100
|
+
"strict": true
|
|
97
101
|
}
|
|
98
102
|
}
|