@skyscanner/backpack-web 40.0.2 → 40.0.3

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.
@@ -1,4 +1,5 @@
1
- import BpkBottomSheet from './src/BpkBottomSheet';
1
+ import BpkBottomSheet, { PADDING_TYPE } from './src/BpkBottomSheet';
2
2
  import type { Props } from './src/BpkBottomSheet';
3
3
  export type BpkBottomSheetProps = Props;
4
+ export { PADDING_TYPE };
4
5
  export default BpkBottomSheet;
@@ -16,5 +16,6 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- import BpkBottomSheet from "./src/BpkBottomSheet";
19
+ import BpkBottomSheet, { PADDING_TYPE } from "./src/BpkBottomSheet";
20
+ export { PADDING_TYPE };
20
21
  export default BpkBottomSheet;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "40.0.2",
3
+ "version": "40.0.3",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",