@skyscanner/backpack-web 38.7.0 → 38.8.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.
@@ -101,7 +101,7 @@ const BpkModalInner = ({
101
101
  leadingButton: accessoryViewFinal,
102
102
  trailingButton: closeText ? /*#__PURE__*/_jsx(BpkButtonLink, {
103
103
  onClick: onClose,
104
- onDark: modalStyle === MODAL_STYLING.surfaceContrast,
104
+ alternate: modalStyle === MODAL_STYLING.surfaceContrast,
105
105
  children: closeText
106
106
  }) : /*#__PURE__*/_jsx(BpkCloseButton, {
107
107
  label: closeLabel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "38.7.0",
3
+ "version": "38.8.0",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",