@transferwise/components 40.11.2 → 40.11.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/CHANGELOG.md +30 -0
- package/build/es/no-polyfill/common/domHelpers/index.js +1 -1
- package/build/es/no-polyfill/common/index.js +1 -1
- package/build/es/no-polyfill/dateLookup/DateLookup.js +2 -2
- package/build/es/no-polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -1
- package/build/es/no-polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -1
- package/build/es/no-polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -1
- package/build/es/no-polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -1
- package/build/es/no-polyfill/i18n/en.json +1 -0
- package/build/es/no-polyfill/moneyInput/MoneyInput.js +1 -1
- package/build/es/no-polyfill/provider/Provider.js +1 -1
- package/build/es/no-polyfill/provider/Provider.spec.js +1 -1
- package/build/es/no-polyfill/select/Select.js +10 -5
- package/build/es/no-polyfill/select/Select.messages.js +1 -0
- package/build/es/no-polyfill/select/option/Option.js +1 -1
- package/build/es/no-polyfill/select/searchBox/SearchBox.js +1 -1
- package/build/es/no-polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -1
- package/build/es/polyfill/common/domHelpers/index.js +1 -1
- package/build/es/polyfill/common/index.js +1 -1
- package/build/es/polyfill/dateLookup/DateLookup.js +2 -2
- package/build/es/polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -1
- package/build/es/polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -1
- package/build/es/polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -1
- package/build/es/polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -1
- package/build/es/polyfill/i18n/en.json +1 -0
- package/build/es/polyfill/moneyInput/MoneyInput.js +1 -1
- package/build/es/polyfill/provider/Provider.js +1 -1
- package/build/es/polyfill/provider/Provider.spec.js +1 -1
- package/build/es/polyfill/select/Select.js +10 -5
- package/build/es/polyfill/select/Select.messages.js +1 -0
- package/build/es/polyfill/select/option/Option.js +1 -1
- package/build/es/polyfill/select/searchBox/SearchBox.js +1 -1
- package/build/es/polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -1
- package/build/i18n/en.json +1 -0
- package/build/main.css +1 -1
- package/build/styles/dateLookup/DateLookup.css +1 -1
- package/build/styles/dateLookup/dateTrigger/DateTrigger.css +1 -1
- package/build/styles/main.css +1 -1
- package/build/styles/moneyInput/MoneyInput.css +1 -1
- package/build/styles/phoneNumberInput/PhoneNumberInput.css +1 -1
- package/build/styles/select/Select.css +1 -0
- package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +1 -1
- package/build/types/common/domHelpers/index.d.ts +2 -0
- package/build/types/common/index.d.ts +1 -1
- package/build/types/common/panel/Panel.d.ts +1 -1
- package/build/types/common/responsivePanel/ResponsivePanel.d.ts +1 -1
- package/build/types/select/Select.d.ts +26 -3
- package/build/types/select/Select.messages.d.ts +7 -0
- package/build/types/select/option/Option.d.ts +12 -37
- package/build/types/select/searchBox/SearchBox.d.ts +4 -1
- package/build/types/test-utils/index.d.ts +2 -0
- 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 +4 -4
- package/build/es/no-polyfill/select/domHelpers/domHelpers.js +0 -1
- package/build/es/no-polyfill/select/domHelpers/index.js +0 -1
- package/build/es/polyfill/select/domHelpers/domHelpers.js +0 -1
- package/build/es/polyfill/select/domHelpers/index.js +0 -1
- package/build/types/select/domHelpers/domHelpers.d.ts +0 -2
- package/build/types/select/domHelpers/index.d.ts +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "40.11.
|
|
3
|
+
"version": "40.11.5",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/umd/polyfill/main.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
65
65
|
"@transferwise/icons": "^2.12.0",
|
|
66
66
|
"@transferwise/less-config": "^3.0.4",
|
|
67
|
-
"@transferwise/neptune-css": "^12.5.
|
|
67
|
+
"@transferwise/neptune-css": "^12.5.2",
|
|
68
68
|
"@transferwise/neptune-tokens": "7.0.0",
|
|
69
69
|
"@transferwise/test-config": "^5.0.0",
|
|
70
70
|
"@types/jest": "^26.0.20",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"prop-types": "^15.7.2",
|
|
89
89
|
"react": "^16.14 || ^17",
|
|
90
90
|
"react-dom": "^16.14 || ^17",
|
|
91
|
-
"react-intl": "^5.10.0"
|
|
91
|
+
"react-intl": "^5.10.0 || ^6"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@babel/runtime": "^7.15.3",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"watch": {
|
|
117
117
|
"build:crowdin-source-file": "src/**/*.messages.js"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "1469e594dd8aea546655a4504481ae343ee00fc6"
|
|
120
120
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export function addClassAndTriggerReflow(a,b){a&&(a.scrollTop,a.classList.add(b))}export function removeClass(a,b){a&&a.classList.remove(b)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{addClassAndTriggerReflow,removeClass}from"./domHelpers";export{addClassAndTriggerReflow,removeClass};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export function addClassAndTriggerReflow(a,b){a&&(a.scrollTop,a.classList.add(b))}export function removeClass(a,b){a&&a.classList.remove(b)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{addClassAndTriggerReflow,removeClass}from"./domHelpers";export{addClassAndTriggerReflow,removeClass};
|