@skyscanner/backpack-web 37.3.0 → 37.3.1

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.
@@ -99,12 +99,12 @@ class BpkBackgroundImage extends Component {
99
99
  className: imageClassNames.join(' ')
100
100
  }), loading && /*#__PURE__*/_jsx(CSSTransition, {
101
101
  classNames: {
102
- exit: getClassName('bpk-image__spinner--shown'),
103
- exitActive: getClassName('bpk-image__spinner--hidden')
102
+ exit: getClassName('bpk-background-image__spinner--shown'),
103
+ exitActive: getClassName('bpk-background-image__spinner--hidden')
104
104
  },
105
105
  timeout: parseInt(animations.durationBase, 10),
106
106
  children: /*#__PURE__*/_jsx("div", {
107
- className: getClassName('bpk-image__spinner'),
107
+ className: getClassName('bpk-background-image__spinner'),
108
108
  children: /*#__PURE__*/_jsx(BpkSpinner, {})
109
109
  })
110
110
  }), typeof window === 'undefined' && (!inView || loading) && /*#__PURE__*/_jsx("noscript", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "37.3.0",
3
+ "version": "37.3.1",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",