@skyscanner/backpack-web 40.1.1 → 40.1.2

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.
@@ -9,7 +9,7 @@ import BpkButtonSecondary from './BpkButtonSecondary';
9
9
  import BpkButtonSecondaryOnDark from './BpkButtonSecondaryOnDark';
10
10
  import BpkButton from './src/BpkButton';
11
11
  import { BpkButtonV2 } from './src/BpkButtonV2/BpkButton';
12
- export { BUTTON_TYPES, SIZE_TYPES } from './src/BpkButtonV2/common-types';
12
+ export { BUTTON_TYPES, SIZE_TYPES, type ButtonType, type SizeType, type Props, } from './src/BpkButtonV2/common-types';
13
13
  export { buttonThemeAttributes, primaryThemeAttributes, primaryOnDarkThemeAttributes, primaryOnLightThemeAttributes, secondaryThemeAttributes, secondaryOnDarkThemeAttributes, featuredThemeAttributes, destructiveThemeAttributes, } from './themeAttributes';
14
14
  export default BpkButton;
15
15
  export { BpkButtonPrimary, BpkButtonPrimaryOnDark, BpkButtonPrimaryOnLight, BpkButtonSecondary, BpkButtonSecondaryOnDark, BpkButtonDestructive, BpkButtonLink, BpkButtonLinkOnDark, BpkButtonFeatured, BpkButtonV2, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "40.1.1",
3
+ "version": "40.1.2",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",