@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.
Files changed (61) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/build/es/no-polyfill/common/domHelpers/index.js +1 -1
  3. package/build/es/no-polyfill/common/index.js +1 -1
  4. package/build/es/no-polyfill/dateLookup/DateLookup.js +2 -2
  5. package/build/es/no-polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -1
  6. package/build/es/no-polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -1
  7. package/build/es/no-polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -1
  8. package/build/es/no-polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -1
  9. package/build/es/no-polyfill/i18n/en.json +1 -0
  10. package/build/es/no-polyfill/moneyInput/MoneyInput.js +1 -1
  11. package/build/es/no-polyfill/provider/Provider.js +1 -1
  12. package/build/es/no-polyfill/provider/Provider.spec.js +1 -1
  13. package/build/es/no-polyfill/select/Select.js +10 -5
  14. package/build/es/no-polyfill/select/Select.messages.js +1 -0
  15. package/build/es/no-polyfill/select/option/Option.js +1 -1
  16. package/build/es/no-polyfill/select/searchBox/SearchBox.js +1 -1
  17. package/build/es/no-polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -1
  18. package/build/es/polyfill/common/domHelpers/index.js +1 -1
  19. package/build/es/polyfill/common/index.js +1 -1
  20. package/build/es/polyfill/dateLookup/DateLookup.js +2 -2
  21. package/build/es/polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -1
  22. package/build/es/polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -1
  23. package/build/es/polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -1
  24. package/build/es/polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -1
  25. package/build/es/polyfill/i18n/en.json +1 -0
  26. package/build/es/polyfill/moneyInput/MoneyInput.js +1 -1
  27. package/build/es/polyfill/provider/Provider.js +1 -1
  28. package/build/es/polyfill/provider/Provider.spec.js +1 -1
  29. package/build/es/polyfill/select/Select.js +10 -5
  30. package/build/es/polyfill/select/Select.messages.js +1 -0
  31. package/build/es/polyfill/select/option/Option.js +1 -1
  32. package/build/es/polyfill/select/searchBox/SearchBox.js +1 -1
  33. package/build/es/polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -1
  34. package/build/i18n/en.json +1 -0
  35. package/build/main.css +1 -1
  36. package/build/styles/dateLookup/DateLookup.css +1 -1
  37. package/build/styles/dateLookup/dateTrigger/DateTrigger.css +1 -1
  38. package/build/styles/main.css +1 -1
  39. package/build/styles/moneyInput/MoneyInput.css +1 -1
  40. package/build/styles/phoneNumberInput/PhoneNumberInput.css +1 -1
  41. package/build/styles/select/Select.css +1 -0
  42. package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +1 -1
  43. package/build/types/common/domHelpers/index.d.ts +2 -0
  44. package/build/types/common/index.d.ts +1 -1
  45. package/build/types/common/panel/Panel.d.ts +1 -1
  46. package/build/types/common/responsivePanel/ResponsivePanel.d.ts +1 -1
  47. package/build/types/select/Select.d.ts +26 -3
  48. package/build/types/select/Select.messages.d.ts +7 -0
  49. package/build/types/select/option/Option.d.ts +12 -37
  50. package/build/types/select/searchBox/SearchBox.d.ts +4 -1
  51. package/build/types/test-utils/index.d.ts +2 -0
  52. package/build/types/tooltip/Tooltip.story.d.ts +1 -1
  53. package/build/umd/no-polyfill/main.js +1 -1
  54. package/build/umd/polyfill/main.js +1 -1
  55. package/package.json +4 -4
  56. package/build/es/no-polyfill/select/domHelpers/domHelpers.js +0 -1
  57. package/build/es/no-polyfill/select/domHelpers/index.js +0 -1
  58. package/build/es/polyfill/select/domHelpers/domHelpers.js +0 -1
  59. package/build/es/polyfill/select/domHelpers/index.js +0 -1
  60. package/build/types/select/domHelpers/domHelpers.d.ts +0 -2
  61. 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.2",
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.1",
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": "9ddaee8342965d0559dc9274061e081e0b9f408c"
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};
@@ -1,2 +0,0 @@
1
- export function addClassAndTriggerReflow(node: any, className: any): void;
2
- export function removeClass(node: any, className: any): void;
@@ -1,3 +0,0 @@
1
- import { addClassAndTriggerReflow } from "./domHelpers";
2
- import { removeClass } from "./domHelpers";
3
- export { addClassAndTriggerReflow, removeClass };