backpack icon indicating copy to clipboard operation
backpack copied to clipboard

Backpack Design System

Results 92 backpack issues
Sort by recently updated
recently updated
newest added

## Context In this PR we are adding the `Content Container` widget to backpack, as `BpkContentCards`. This component consists of a header and cards, each card with an image, header,...

Remember to include the following changes: - [ ] `UNRELEASED.md` (See [How to write a good changelog entry](https://github.com/Skyscanner/backpack/blob/main/CHANGELOG_FORMAT.md)) - [ ] `README.md` - [ ] Tests - [ ] Docs...

This PR depends on tooling updates in https://github.com/Skyscanner/backpack/pull/2527, but demonstrates how the Graphic Promotion component could be updated to TypeScript. It changes test and Storybook files alongside the implementation, and...

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.2 to 7.18.6. Release notes Sourced from @​babel/preset-env's releases. v7.18.6 (2022-06-27) :eyeglasses: Spec Compliance babel-parser #14650 [ts] Disallow property access after instantiation expression (@​nicolo-ribaudo) #14636 [ts] Allow...

dependabot

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.5 to 7.18.6. Release notes Sourced from @​babel/core's releases. v7.18.6 (2022-06-27) :eyeglasses: Spec Compliance babel-parser #14650 [ts] Disallow property access after instantiation expression (@​nicolo-ribaudo) #14636 [ts] Allow...

dependabot

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.3 to 28.1.3. Release notes Sourced from babel-jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...

dependabot

Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.1. Release notes Sourced from node-sass's releases. v7.0.1 Dependencies Bump node-gyp from 7.1.2 to 8.4.1 Bump sass-graph from 2.2.5 to 4.0.0 Supported Environments OS Architecture...

dependabot

Bumps [terser](https://github.com/terser/terser) from 4.0.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependabot

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.15.0 to 5.4.2. Release notes Sourced from lerna's releases. v5.4.2 5.4.2 (2022-08-14) Bug Fixes version: update package-lock at the root if it exists (#3290) (7f62bab) v5.4.1 5.4.1...

dependabot

Migrated the scrollable calendar from previously heavy react-virtualized library to much more lightweight library to aid in React 17 support and also reduce bundlesizes Remember to include the following changes:...