@transferwise/components 0.0.0-experimental-d8ad171 → 0.0.0-experimental-1c5d31a

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 (52) hide show
  1. package/build/es/no-polyfill/actionButton/ActionButton.js +1 -1
  2. package/build/es/no-polyfill/actionButton/ActionButton.spec.js +1 -1
  3. package/build/es/no-polyfill/actionButton/ActionButton.story.js +1 -1
  4. package/build/es/no-polyfill/common/flowHeader/FlowHeader.js +1 -1
  5. package/build/es/no-polyfill/common/hooks/index.js +1 -1
  6. package/build/es/no-polyfill/common/hooks/useClientWidth/useClientWidth.js +5 -3
  7. package/build/es/no-polyfill/common/hooks/useLayout/useLayout.js +1 -1
  8. package/build/es/no-polyfill/flowNavigation/FlowNavigation.js +2 -2
  9. package/build/es/no-polyfill/index.js +1 -1
  10. package/build/es/no-polyfill/overlayHeader/OverlayHeader.js +1 -1
  11. package/build/es/no-polyfill/stepper/Stepper.js +1 -1
  12. package/build/es/polyfill/actionButton/ActionButton.js +1 -1
  13. package/build/es/polyfill/actionButton/ActionButton.spec.js +1 -1
  14. package/build/es/polyfill/actionButton/ActionButton.story.js +1 -1
  15. package/build/es/polyfill/common/flowHeader/FlowHeader.js +1 -1
  16. package/build/es/polyfill/common/hooks/index.js +1 -1
  17. package/build/es/polyfill/common/hooks/useClientWidth/useClientWidth.js +5 -3
  18. package/build/es/polyfill/common/hooks/useLayout/useLayout.js +1 -1
  19. package/build/es/polyfill/flowNavigation/FlowNavigation.js +2 -2
  20. package/build/es/polyfill/index.js +1 -1
  21. package/build/es/polyfill/overlayHeader/OverlayHeader.js +1 -1
  22. package/build/es/polyfill/stepper/Stepper.js +1 -1
  23. package/build/main.css +1 -1
  24. package/build/styles/actionButton/ActionButton.css +1 -1
  25. package/build/styles/main.css +1 -1
  26. package/build/styles/snackbar/Snackbar.css +1 -1
  27. package/build/styles/stepper/Stepper.css +1 -1
  28. package/build/types/actionButton/ActionButton.d.ts +0 -3
  29. package/build/types/actionButton/ActionButton.story.d.ts +0 -1
  30. package/build/types/button/Button.story.d.ts +24 -24
  31. package/build/types/common/flowHeader/FlowHeader.d.ts +10 -1
  32. package/build/types/common/hooks/index.d.ts +1 -1
  33. package/build/types/common/hooks/useClientWidth/useClientWidth.d.ts +10 -9
  34. package/build/types/flowNavigation/FlowNavigation.d.ts +16 -34
  35. package/build/types/index.d.ts +2 -2
  36. package/build/types/stepper/Stepper.d.ts +13 -18
  37. package/build/umd/no-polyfill/main.js +1 -1
  38. package/build/umd/polyfill/main.js +1 -1
  39. package/package.json +2 -1
  40. package/scripts/generate-type-declarations.js +0 -2
  41. package/build/es/no-polyfill/common/flowHeader/index.js +0 -1
  42. package/build/es/no-polyfill/common/hooks/useClientWidth/index.js +0 -1
  43. package/build/es/no-polyfill/flowNavigation/index.js +0 -1
  44. package/build/es/no-polyfill/stepper/index.js +0 -1
  45. package/build/es/polyfill/common/flowHeader/index.js +0 -1
  46. package/build/es/polyfill/common/hooks/useClientWidth/index.js +0 -1
  47. package/build/es/polyfill/flowNavigation/index.js +0 -1
  48. package/build/es/polyfill/stepper/index.js +0 -1
  49. package/build/types/common/flowHeader/index.d.ts +0 -1
  50. package/build/types/common/hooks/useClientWidth/index.d.ts +0 -1
  51. package/build/types/flowNavigation/index.d.ts +0 -1
  52. package/build/types/stepper/index.d.ts +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-d8ad171",
3
+ "version": "0.0.0-experimental-1c5d31a",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -101,6 +101,7 @@
101
101
  "@react-spring/web": "~9.6.1",
102
102
  "@transferwise/formatting": "^2.1.0",
103
103
  "@transferwise/neptune-validation": "^3.0.12",
104
+ "@types/lodash.throttle": "^4.1.7",
104
105
  "classnames": "^2.2.6",
105
106
  "commonmark": "0.29.1",
106
107
  "core-js": "^3.8.0",
@@ -18,8 +18,6 @@ const jsFiles = [
18
18
  { filename: 'Radio', folder: 'radio' },
19
19
  { filename: 'Select', folder: 'select' },
20
20
  { filename: 'MoneyInput', folder: 'moneyInput' },
21
- { filename: 'Stepper', folder: 'stepper' },
22
- { filename: 'FlowNavigation', folder: 'flowNavigation' },
23
21
  { filename: 'Popover', folder: 'popover' },
24
22
  { filename: 'Money', folder: 'money' },
25
23
  { filename: 'RadioOption', folder: 'radioOption' },
@@ -1 +0,0 @@
1
- export{default}from"./FlowHeader";
@@ -1 +0,0 @@
1
- export{useClientWidth as default}from"./useClientWidth";
@@ -1 +0,0 @@
1
- export{default}from"./FlowNavigation";
@@ -1 +0,0 @@
1
- import Stepper from"./Stepper";export default Stepper;
@@ -1 +0,0 @@
1
- export{default}from"./FlowHeader";
@@ -1 +0,0 @@
1
- export{useClientWidth as default}from"./useClientWidth";
@@ -1 +0,0 @@
1
- export{default}from"./FlowNavigation";
@@ -1 +0,0 @@
1
- import Stepper from"./Stepper";export default Stepper;
@@ -1 +0,0 @@
1
- export { default } from "./FlowHeader";
@@ -1 +0,0 @@
1
- export { useClientWidth as default } from "./useClientWidth";
@@ -1 +0,0 @@
1
- export { default } from "./FlowNavigation";
@@ -1,2 +0,0 @@
1
- export default Stepper;
2
- import Stepper from "./Stepper";