@transferwise/icons 2.23.0-ve.1 → 2.23.0-ve.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/lib/components/{linkedIn.d.ts → building.d.ts} +2 -2
- package/lib/components/check-circle-fill.d.ts +9 -0
- package/lib/components/{buildings.d.ts → clock-fill.d.ts} +2 -2
- package/lib/components/cross-circle-fill.d.ts +9 -0
- package/lib/components/{alert.d.ts → globe.d.ts} +2 -2
- package/lib/components/index.d.ts +10 -6
- package/lib/components/{Instagram.d.ts → instagram.d.ts} +0 -0
- package/lib/components/linkedin.d.ts +9 -0
- package/lib/components/{PayPal.d.ts → paypal.d.ts} +2 -2
- package/lib/components/star-fill.d.ts +9 -0
- package/lib/components/{globe-24.d.ts → theme.d.ts} +2 -2
- package/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +25 -24
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@transferwise/icons",
|
3
|
-
"version": "2.23.0-ve.
|
3
|
+
"version": "2.23.0-ve.4",
|
4
4
|
"description": "Wise SVG icons",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"module": "lib/index.es.js",
|
@@ -9,6 +9,7 @@
|
|
9
9
|
],
|
10
10
|
"types": "lib/index.d.ts",
|
11
11
|
"scripts": {
|
12
|
+
"yarn-lock-cleanup": "yarn-deduplicate",
|
12
13
|
"build": "run-s build:*",
|
13
14
|
"build:clean": "rimraf lib build && mkdir lib && mkdir -p build/components && mkdir -p build/angular/components",
|
14
15
|
"build:icon-components": "yarn run build-icon-components",
|
@@ -16,6 +17,7 @@
|
|
16
17
|
"build:rollup": "rollup -c",
|
17
18
|
"demo:build": "next build && next export -o demo && touch demo/.nojekyll",
|
18
19
|
"demo:deploy": "gh-pages -d demo -t true",
|
20
|
+
"deploy-docs": "deploy-to-github-pages -d demo -m main -b ve",
|
19
21
|
"rollup:watch": "rollup -cw",
|
20
22
|
"dev-demo": "next dev",
|
21
23
|
"test": "run-s test:*",
|
@@ -43,34 +45,29 @@
|
|
43
45
|
"react": "*"
|
44
46
|
},
|
45
47
|
"devDependencies": {
|
46
|
-
"wise-atoms": "git+ssh://git@github.com:transferwise/wise-atoms.git#
|
47
|
-
"
|
48
|
-
"@babel/
|
49
|
-
"@
|
50
|
-
"@
|
48
|
+
"wise-atoms": "git+ssh://git@github.com:transferwise/wise-atoms.git#38f541a0c72acc2e6e02288fbb831e81709814c6",
|
49
|
+
"yarn-deduplicate": "^5.0.0",
|
50
|
+
"@babel/core": "^7.18.5",
|
51
|
+
"@babel/preset-env": "^7.18.2",
|
52
|
+
"@rollup/plugin-babel": "^5.3.1",
|
53
|
+
"@transferwise/eslint-config": "^8.0.1",
|
51
54
|
"@types/node": "^13.7.7",
|
52
|
-
"@types/react": "^
|
55
|
+
"@types/react": "^17.0.2",
|
53
56
|
"@types/react-color": "^3.0.1",
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"autoprefixer": "^9.8.0",
|
57
|
-
"eslint": "^6.8.0",
|
58
|
-
"eslint-plugin-fp": "^2.3.0",
|
59
|
-
"eslint-plugin-import": "^2.20.1",
|
60
|
-
"eslint-plugin-jsx-a11y": "^6.2.3",
|
61
|
-
"eslint-plugin-prettier": "^3.1.2",
|
62
|
-
"eslint-plugin-react": "^7.18.3",
|
57
|
+
"autoprefixer": "^10.4.7",
|
58
|
+
"eslint": "^8.17.0",
|
63
59
|
"gh-pages": "^2.2.0",
|
60
|
+
"deploy-to-github-pages": "^1.0.1",
|
64
61
|
"glob": "^7.1.6",
|
65
|
-
"
|
62
|
+
"@types/glob": "^7.2.0",
|
63
|
+
"next": "^12.1.6",
|
66
64
|
"npm-run-all": "^4.1.5",
|
67
|
-
"postcss
|
68
|
-
"postcss-preset-env": "^
|
69
|
-
"postcss-url": "^8.0.0",
|
65
|
+
"postcss": "^8.4.14",
|
66
|
+
"postcss-preset-env": "^7.7.1",
|
70
67
|
"prettier": "^1.19.1",
|
71
|
-
"react": "^
|
68
|
+
"react": "^17.0.2",
|
72
69
|
"react-color": "^2.18.1",
|
73
|
-
"react-dom": "
|
70
|
+
"react-dom": "^17.0.2",
|
74
71
|
"release-to-github-with-changelog": "^1.2.4",
|
75
72
|
"rimraf": "^3.0.2",
|
76
73
|
"rollup": "^1.32.0",
|
@@ -78,10 +75,14 @@
|
|
78
75
|
"rollup-plugin-css-porter": "^1.0.2",
|
79
76
|
"rollup-plugin-terser": "^5.2.0",
|
80
77
|
"rollup-plugin-typescript2": "^0.26.0",
|
81
|
-
"svgo": "^
|
78
|
+
"@types/svgo": "^2.6.3",
|
79
|
+
"svgo": "^2.8.0",
|
82
80
|
"svgson": "^4.0.0",
|
83
81
|
"ts-node": "^8.6.2",
|
84
|
-
"typescript": "^
|
82
|
+
"typescript": "^4.7.3"
|
83
|
+
},
|
84
|
+
"resolutions": {
|
85
|
+
"json-schema": "^0.4.0"
|
85
86
|
},
|
86
87
|
"prettier": "@transferwise/eslint-config/.prettierrc.js"
|
87
88
|
}
|