@transferwise/components 40.9.0 → 40.9.1-beta-c7dbb5b223.0

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 (63) hide show
  1. package/build/es/no-polyfill/common/bottomSheet/BottomSheet.js +2 -2
  2. package/build/es/no-polyfill/common/domHelpers/index.js +1 -1
  3. package/build/es/no-polyfill/common/focusBoundary/FocusBoundary.js +1 -1
  4. package/build/es/no-polyfill/common/index.js +1 -1
  5. package/build/es/no-polyfill/common/panel/Panel.js +8 -6
  6. package/build/es/no-polyfill/common/responsivePanel/ResponsivePanel.js +1 -1
  7. package/build/es/no-polyfill/i18n/en.json +1 -0
  8. package/build/es/no-polyfill/index.js +1 -1
  9. package/build/es/no-polyfill/moneyInput/MoneyInput.js +2 -1
  10. package/build/es/no-polyfill/select/Select.js +10 -10
  11. package/build/es/no-polyfill/select/Select.messages.js +1 -0
  12. package/build/es/no-polyfill/select/Select.story.js +2 -0
  13. package/build/es/no-polyfill/select/index.js +1 -1
  14. package/build/es/no-polyfill/select/option/Option.js +1 -1
  15. package/build/es/no-polyfill/select/searchBox/SearchBox.js +1 -1
  16. package/build/es/no-polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -1
  17. package/build/es/polyfill/common/bottomSheet/BottomSheet.js +2 -2
  18. package/build/es/polyfill/common/domHelpers/index.js +1 -1
  19. package/build/es/polyfill/common/focusBoundary/FocusBoundary.js +1 -1
  20. package/build/es/polyfill/common/index.js +1 -1
  21. package/build/es/polyfill/common/panel/Panel.js +8 -6
  22. package/build/es/polyfill/common/responsivePanel/ResponsivePanel.js +1 -1
  23. package/build/es/polyfill/i18n/en.json +1 -0
  24. package/build/es/polyfill/index.js +1 -1
  25. package/build/es/polyfill/moneyInput/MoneyInput.js +2 -1
  26. package/build/es/polyfill/select/Select.js +10 -10
  27. package/build/es/polyfill/select/Select.messages.js +1 -0
  28. package/build/es/polyfill/select/Select.story.js +2 -0
  29. package/build/es/polyfill/select/index.js +1 -1
  30. package/build/es/polyfill/select/option/Option.js +1 -1
  31. package/build/es/polyfill/select/searchBox/SearchBox.js +1 -1
  32. package/build/es/polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -1
  33. package/build/i18n/en.json +1 -0
  34. package/build/main.css +1 -1
  35. package/build/styles/main.css +1 -1
  36. package/build/styles/moneyInput/MoneyInput.css +1 -1
  37. package/build/styles/select/Select.css +1 -0
  38. package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +1 -1
  39. package/build/types/common/bottomSheet/BottomSheet.d.ts +2 -2
  40. package/build/types/common/domHelpers/index.d.ts +2 -0
  41. package/build/types/common/index.d.ts +1 -1
  42. package/build/types/common/panel/Panel.d.ts +10 -1
  43. package/build/types/common/responsivePanel/ResponsivePanel.d.ts +10 -34
  44. package/build/types/index.d.ts +2 -0
  45. package/build/types/select/Select.d.ts +65 -70
  46. package/build/types/select/Select.messages.d.ts +7 -0
  47. package/build/types/select/Select.story.d.ts +11 -0
  48. package/build/types/select/index.d.ts +2 -2
  49. package/build/types/select/option/Option.d.ts +12 -37
  50. package/build/types/select/option/index.d.ts +2 -1
  51. package/build/types/select/searchBox/SearchBox.d.ts +9 -1
  52. package/build/types/test-utils/index.d.ts +2 -0
  53. package/build/types/tooltip/Tooltip.story.d.ts +1 -1
  54. package/build/umd/no-polyfill/main.js +1 -1
  55. package/build/umd/polyfill/main.js +1 -1
  56. package/package.json +3 -3
  57. package/scripts/generate-type-declarations.js +0 -1
  58. package/build/es/no-polyfill/select/domHelpers/domHelpers.js +0 -1
  59. package/build/es/no-polyfill/select/domHelpers/index.js +0 -1
  60. package/build/es/polyfill/select/domHelpers/domHelpers.js +0 -1
  61. package/build/es/polyfill/select/domHelpers/index.js +0 -1
  62. package/build/types/select/domHelpers/domHelpers.d.ts +0 -2
  63. 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.9.0",
3
+ "version": "40.9.1-beta-c7dbb5b223.0+c7dbb5b223",
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-beta-c7dbb5b223.16+c7dbb5b223",
68
68
  "@transferwise/neptune-tokens": "7.0.0",
69
69
  "@transferwise/test-config": "^5.0.0",
70
70
  "@types/jest": "^26.0.20",
@@ -116,5 +116,5 @@
116
116
  "watch": {
117
117
  "build:crowdin-source-file": "src/**/*.messages.js"
118
118
  },
119
- "gitHead": "b2a60a77c61d91da6fa31b3e9628946a1e6769c8"
119
+ "gitHead": "c7dbb5b223f7e43b94ec72d585951f8239f1ff37"
120
120
  }
@@ -17,7 +17,6 @@ const jsFiles = [
17
17
  { filename: 'Checkbox', folder: 'checkbox' },
18
18
  { filename: 'CheckboxButton', folder: 'checkboxButton' },
19
19
  { filename: 'Radio', folder: 'radio' },
20
- { filename: 'Select', folder: 'select' },
21
20
  { filename: 'MoneyInput', folder: 'moneyInput' },
22
21
  { filename: 'Stepper', folder: 'stepper' },
23
22
  { filename: 'FlowNavigation', folder: 'flowNavigation' },
@@ -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 };