Skip to content

Commit c251162

Browse files
authored
[NO JIRA]: Remove bpk-svgs as now in own repo (#231)
1 parent d09d31f commit c251162

File tree

1,713 files changed

+107
-60212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,713 files changed

+107
-60212
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
node_modules
22
dist
3-
dist-sassdoc
4-
/packages/bpk-stylesheets/base.js
53
/packages/bpk-foundations-android/tokens
64
/packages/bpk-foundations-ios/tokens
75
/packages/bpk-foundations-react-native/tokens

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
/packages/bpk-foundations-ios/tokens
33
/packages/bpk-foundations-react-native/tokens
44
/packages/bpk-foundations-web/tokens
5-
/packages/bpk-svgs/dist/
6-
/packages/bpk-stylesheets/base.js

.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
"stories": [
3-
"../stories/(tokens|mixins|svgs)/**/*.stories.@(js|jsx|ts|tsx)"
3+
"../stories/(tokens)/**/*.stories.@(js|jsx|ts|tsx)"
44
],
55
"addons": [
66
'@storybook/addon-a11y',

.stylelintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
/packages/bpk-svgs/dist
32
/packages/bpk-foundations-android/tokens
43
/packages/bpk-foundations-ios/tokens
54
/packages/bpk-foundations-react-native/tokens

CONTRIBUTING.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,10 @@ When you run `npm install`, Lerna is bootstrapped automatically as a post-instal
8383

8484
### Build the code
8585

86-
Backpack Foundations code depends on some things that must be built first, such as icon fonts, SVGs and tokens.
86+
Backpack Foundations code depends on some things that must be built first.
8787

8888
Use `npm run build` to do this.
8989

90-
## Adding icons
91-
92-
If you want to add icons, please discuss them with us first.
93-
94-
Once they're signed off, you can raise a request on our Backpack Requests board and attach the SVG files. If you're feeling heroic and want to make the PR yourself, just copy the correctly named SVG files to the `lg` and `sm` directories in `./packages/bpk-svgs/src/icons/` and then run `npm run build`.
95-
9690
### Tokens
9791

9892
Any visual CSS parameters of the component, such as *color, margins, paddings* etc. should not live as magic numbers in the component code, but as **tokens** in the `bpk-<android/ios/react-native/web/common>` package.
@@ -103,8 +97,6 @@ After making changes to the base files (and updating imports when adding new fil
10397

10498
> You should probably not touch `aliases.json`, as our color palette or grid rarely changes.
10599
106-
107-
108100
## How to
109101

110102
<details>

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ These specific packages target any tokens that are only applicable to them, e.g.
2929

3030
These packages inherit the `bpk-foundations-common` tokens and export them through each `aliases.json` file, so they can be added to the platform alongside their specific tokens.
3131

32-
### `bpk-svgs`
33-
34-
This package contains all of Backpack's SVGs, just split from the main Backpack web repo.
35-
3632
## Usage
3733

3834
### Installing packages

0 commit comments

Comments
 (0)