@transferwise/components 43.13.39 → 43.13.44
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/es/no-polyfill/body/Body.js +3 -1
- package/build/es/no-polyfill/decision/Decision.js +5 -5
- package/build/es/no-polyfill/dimmer/Dimmer.js +2 -2
- package/build/es/no-polyfill/dropFade/DropFade.js +3 -3
- package/build/es/no-polyfill/dropFade/DropFade.story.js +1 -1
- package/build/es/no-polyfill/index.js +1 -1
- package/build/es/no-polyfill/modal/Modal.js +1 -1
- package/build/es/no-polyfill/slidingPanel/SlidingPanel.js +2 -2
- package/build/es/no-polyfill/snackbar/Snackbar.js +1 -1
- package/build/es/polyfill/body/Body.js +3 -1
- package/build/es/polyfill/decision/Decision.js +5 -5
- package/build/es/polyfill/dimmer/Dimmer.js +2 -2
- package/build/es/polyfill/dropFade/DropFade.js +3 -3
- package/build/es/polyfill/dropFade/DropFade.story.js +1 -1
- package/build/es/polyfill/index.js +1 -1
- package/build/es/polyfill/modal/Modal.js +1 -1
- package/build/es/polyfill/slidingPanel/SlidingPanel.js +2 -2
- package/build/es/polyfill/snackbar/Snackbar.js +1 -1
- package/build/main.css +1 -1
- package/build/styles/dateLookup/DateLookup.css +1 -1
- package/build/styles/dimmer/Dimmer.css +1 -1
- package/build/styles/main.css +1 -1
- package/build/types/body/Body.d.ts +4 -5
- package/build/types/body/Body.story.d.ts +4 -2
- package/build/types/common/panel/Panel.d.ts +1 -1
- package/build/types/common/responsivePanel/ResponsivePanel.d.ts +1 -1
- package/build/types/decision/Decision.d.ts +4 -0
- package/build/types/dimmer/Dimmer.d.ts +4 -2
- package/build/types/dimmer/Dimmer.story.d.ts +1 -0
- package/build/types/index.d.ts +1 -1
- package/build/types/test-utils/index.d.ts +1 -1
- package/build/types/tooltip/Tooltip.story.d.ts +1 -1
- package/build/umd/no-polyfill/main.js +1 -1
- package/build/umd/polyfill/main.js +1 -1
- package/package.json +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "43.13.
|
|
3
|
+
"version": "43.13.44",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/umd/polyfill/main.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@storybook/addon-links": "^6.4.19",
|
|
66
66
|
"@transferwise/icons": "^3.2.3",
|
|
67
67
|
"@transferwise/less-config": "^3.0.6",
|
|
68
|
-
"@transferwise/neptune-css": "^14.3.
|
|
68
|
+
"@transferwise/neptune-css": "^14.3.45",
|
|
69
69
|
"@transferwise/neptune-tokens": "^8.4.0",
|
|
70
70
|
"@transferwise/test-config": "^5.0.2",
|
|
71
71
|
"@types/jest": "^26.0.20",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@types/node": "^14.14.31",
|
|
74
74
|
"@types/react-transition-group": "4.4.5",
|
|
75
75
|
"@wise/art": "^2.0.1",
|
|
76
|
-
"@wise/components-theming": "^0.7.
|
|
76
|
+
"@wise/components-theming": "^0.7.4",
|
|
77
77
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
78
78
|
"html-loader": "^1.3.2",
|
|
79
79
|
"lodash.times": "^4.3.2",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@formatjs/intl-locale": "^2.4.14",
|
|
109
109
|
"@popperjs/core": "^2.6.0",
|
|
110
110
|
"@transferwise/formatting": "^2.1.0",
|
|
111
|
-
"@transferwise/neptune-validation": "^3.0.
|
|
111
|
+
"@transferwise/neptune-validation": "^3.0.12",
|
|
112
112
|
"@types/react-transition-group": "4.4.5",
|
|
113
113
|
"classnames": "^2.2.6",
|
|
114
114
|
"commonmark": "0.29.1",
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"lodash.difference": "^4.5.0",
|
|
122
122
|
"lodash.throttle": "^4.1.1",
|
|
123
123
|
"lodash.topairs": "^4.3.0",
|
|
124
|
+
"react-merge-refs": "^1.1.0",
|
|
124
125
|
"react-popper": "^2.2.4",
|
|
125
126
|
"react-required-if": "^1.0.3",
|
|
126
127
|
"react-spring": "^8.0.27",
|
|
@@ -134,5 +135,8 @@
|
|
|
134
135
|
"**/chokidar/glob-parent": "5.1.2",
|
|
135
136
|
"**/fast-glob/glob-parent": "5.1.2"
|
|
136
137
|
},
|
|
137
|
-
"
|
|
138
|
+
"publishConfig": {
|
|
139
|
+
"access": "public"
|
|
140
|
+
},
|
|
141
|
+
"gitHead": "2b610aec1593d280df43b529205a42b5f55882db"
|
|
138
142
|
}
|