@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.js CHANGED
@@ -138,7 +138,6 @@ function getSimpleRandomId(prefix) {
138
138
  * Defined in `Dimmer.less`
139
139
  */
140
140
  const NO_SCROLL_CLASS = 'no-scroll';
141
-
142
141
  /**
143
142
  * Apply {@link NO_SCROLL_CLASS} that disables scroll on page (e.g use in Dimmer to disable scroll behind the component)
144
143
  *
@@ -147,7 +146,6 @@ const NO_SCROLL_CLASS = 'no-scroll';
147
146
  const addNoScrollClass = () => {
148
147
  document.documentElement.classList.add(NO_SCROLL_CLASS);
149
148
  };
150
-
151
149
  /**
152
150
  * Clean up after {@link addNoScrollClass} function
153
151
  */