@transferwise/components 0.0.0-experimental-4553cce → 0.0.0-experimental-c02d699

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/index.mjs CHANGED
@@ -106,7 +106,6 @@ function getSimpleRandomId(prefix) {
106
106
  * Defined in `Dimmer.less`
107
107
  */
108
108
  const NO_SCROLL_CLASS = 'no-scroll';
109
-
110
109
  /**
111
110
  * Apply {@link NO_SCROLL_CLASS} that disables scroll on page (e.g use in Dimmer to disable scroll behind the component)
112
111
  *
@@ -115,7 +114,6 @@ const NO_SCROLL_CLASS = 'no-scroll';
115
114
  const addNoScrollClass = () => {
116
115
  document.documentElement.classList.add(NO_SCROLL_CLASS);
117
116
  };
118
-
119
117
  /**
120
118
  * Clean up after {@link addNoScrollClass} function
121
119
  */