@transferwise/components 0.0.0-experimental-a33e0d5 → 0.0.0-experimental-882f899
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-882f899",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -10,20 +10,10 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "Wise Payments Ltd.",
|
|
12
12
|
"sideEffects": [
|
|
13
|
-
"
|
|
13
|
+
"*.css"
|
|
14
14
|
],
|
|
15
|
-
"exports": {
|
|
16
|
-
".": {
|
|
17
|
-
"types": "./build/types/index.d.ts",
|
|
18
|
-
"import": "./build/index.mjs",
|
|
19
|
-
"require": "./build/index.js"
|
|
20
|
-
},
|
|
21
|
-
"./build/i18n": "./build/i18n",
|
|
22
|
-
"./build/i18n/*.json": "./build/i18n/*.json",
|
|
23
|
-
"./build/main.css": "./build/main.css",
|
|
24
|
-
"./build/types/*": "./build/types/*.d.ts"
|
|
25
|
-
},
|
|
26
15
|
"main": "./build/index.js",
|
|
16
|
+
"module": "./build/index.module.js",
|
|
27
17
|
"types": "./build/types/index.d.ts",
|
|
28
18
|
"files": [
|
|
29
19
|
"build/",
|
|
@@ -31,12 +21,12 @@
|
|
|
31
21
|
"!**/*.tsbuildinfo"
|
|
32
22
|
],
|
|
33
23
|
"devDependencies": {
|
|
34
|
-
"@formatjs/cli": "^4.8.3",
|
|
35
24
|
"@babel/core": "^7.22.15",
|
|
36
25
|
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
37
26
|
"@babel/preset-env": "^7.22.15",
|
|
38
27
|
"@babel/preset-react": "^7.22.15",
|
|
39
28
|
"@babel/preset-typescript": "^7.22.15",
|
|
29
|
+
"@formatjs/cli": "^4.8.3",
|
|
40
30
|
"@rollup/plugin-babel": "^6.0.3",
|
|
41
31
|
"@rollup/plugin-image": "^3.0.2",
|
|
42
32
|
"@rollup/plugin-json": "^6.0.0",
|
|
@@ -88,13 +78,13 @@
|
|
|
88
78
|
"storybook": "^7.0.6",
|
|
89
79
|
"@transferwise/less-config": "3.0.6",
|
|
90
80
|
"@transferwise/neptune-css": "14.5.2",
|
|
91
|
-
"@wise/components-theming": "0.0.0-experimental-
|
|
81
|
+
"@wise/components-theming": "0.0.0-experimental-882f899"
|
|
92
82
|
},
|
|
93
83
|
"peerDependencies": {
|
|
94
84
|
"@transferwise/icons": "^3.7.0",
|
|
95
85
|
"@transferwise/neptune-css": "^14.5.2",
|
|
96
86
|
"@wise/art": "^2",
|
|
97
|
-
"@wise/components-theming": "0.0.0-experimental-
|
|
87
|
+
"@wise/components-theming": "0.0.0-experimental-882f899",
|
|
98
88
|
"currency-flags": "^4.0.2",
|
|
99
89
|
"react": ">=16.14",
|
|
100
90
|
"react-dom": ">=16.14",
|
|
@@ -111,7 +101,7 @@
|
|
|
111
101
|
"@popperjs/core": "^2.6.0",
|
|
112
102
|
"@react-spring/web": "~9.6.1",
|
|
113
103
|
"@transferwise/formatting": "^2.1.0",
|
|
114
|
-
"@transferwise/neptune-validation": "0.0.0-experimental-
|
|
104
|
+
"@transferwise/neptune-validation": "0.0.0-experimental-882f899",
|
|
115
105
|
"@types/lodash.throttle": "^4.1.7",
|
|
116
106
|
"classnames": "^2.2.6",
|
|
117
107
|
"commonmark": "0.29.1",
|