Skip to content

Commit 4995a7d

Browse files
committed
Publish
- bpk-animate-height@4.1.11 - bpk-component-accordion@5.0.12 - bpk-component-aria-live@2.1.17 - bpk-component-autosuggest@6.1.15 - bpk-component-badge@4.1.12 - bpk-component-banner-alert@6.1.15 - bpk-component-barchart@4.2.12 - bpk-component-blockquote@3.1.11 - bpk-component-boilerplate@1.1.11 - bpk-component-breadcrumb@3.1.12 - bpk-component-breakpoint@4.0.3 - bpk-component-button@6.2.6 - bpk-component-calendar@11.1.17 - bpk-component-card@4.1.12 - bpk-component-checkbox@4.1.13 - bpk-component-chip@5.2.15 - bpk-component-close-button@3.1.12 - bpk-component-code@3.1.11 - bpk-component-content-container@5.0.5 - bpk-component-datatable@4.1.12 - bpk-component-datepicker@15.2.17 - bpk-component-description-list@3.1.11 - bpk-component-dialog@5.0.0 - bpk-component-drawer@5.0.0 - bpk-component-fieldset@4.1.17 - bpk-component-flare@2.1.14 - bpk-component-floating-notification@1.0.1 - bpk-component-form-validation@4.2.15 - bpk-component-graphic-promotion@3.1.1 - bpk-component-grid-toggle@3.1.11 - bpk-component-grid@3.1.11 - bpk-component-horizontal-nav@5.1.12 - bpk-component-icon@9.2.12 - bpk-component-image@5.1.13 - bpk-component-infinite-scroll@4.1.11 - bpk-component-input@6.1.15 - bpk-component-label@5.1.11 - bpk-component-link@3.1.11 - bpk-component-list@4.0.4 - bpk-component-loading-button@6.1.6 - bpk-component-map@6.0.7 - bpk-component-mobile-scroll-container@3.1.11 - bpk-component-modal@4.0.0 - bpk-component-navigation-bar@3.1.13 - bpk-component-navigation-stack@3.1.13 - bpk-component-nudger@7.0.5 - bpk-component-overlay@2.1.13 - bpk-component-pagination@4.0.10 - bpk-component-panel@3.1.11 - bpk-component-phone-input@7.1.17 - bpk-component-popover@5.0.2 - bpk-component-price@1.0.1 - bpk-component-progress@3.1.11 - bpk-component-radio@3.1.12 - bpk-component-rating@5.0.2 - bpk-component-rtl-toggle@3.1.11 - bpk-component-scrollable-calendar@6.1.18 - bpk-component-section-list@3.2.12 - bpk-component-select@5.1.11 - bpk-component-skip-link@2.1.11 - bpk-component-slider@3.1.11 - bpk-component-spinner@5.1.11 - bpk-component-star-rating@3.1.12 - bpk-component-switch@2.1.12 - bpk-component-table@3.1.11 - bpk-component-text@7.0.5 - bpk-component-textarea@4.2.11 - bpk-component-theme-toggle@3.1.12 - bpk-component-ticket@4.1.12 - bpk-component-tooltip@7.0.1 - bpk-react-utils@5.0.0 - bpk-scrim-utils@5.1.10 - bpk-storybook-utils@1.1.10
1 parent 8b924cb commit 4995a7d

73 files changed

Lines changed: 316 additions & 316 deletions

File tree

Some content is hidden

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

packages/bpk-animate-height/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-animate-height",
3-
"version": "4.1.10",
3+
"version": "4.1.11",
44
"description": "Animate height using CSS transitions.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -21,6 +21,6 @@
2121
},
2222
"devDependencies": {
2323
"@skyscanner/bpk-foundations-web": "^8.0.0",
24-
"bpk-component-button": "^6.2.5"
24+
"bpk-component-button": "^6.2.6"
2525
}
2626
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-accordion",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Backpack accordion component.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -14,18 +14,18 @@
1414
},
1515
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
1616
"dependencies": {
17-
"bpk-animate-height": "^4.1.10",
18-
"bpk-component-icon": "^9.2.11",
19-
"bpk-component-text": "^7.0.4",
17+
"bpk-animate-height": "^4.1.11",
18+
"bpk-component-icon": "^9.2.12",
19+
"bpk-component-text": "^7.0.5",
2020
"bpk-mixins": "^31.1.1",
21-
"bpk-react-utils": "^4.1.2",
21+
"bpk-react-utils": "^5.0.0",
2222
"prop-types": "^15.7.2"
2323
},
2424
"peerDependencies": {
2525
"react": "^16.3.0 || ^17.0.0"
2626
},
2727
"devDependencies": {
2828
"@skyscanner/bpk-foundations-web": "^8.0.0",
29-
"bpk-component-checkbox": "^4.1.12"
29+
"bpk-component-checkbox": "^4.1.13"
3030
}
3131
}

packages/bpk-component-aria-live/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-aria-live",
3-
"version": "2.1.16",
3+
"version": "2.1.17",
44
"description": "Backpack aria-live component.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -14,15 +14,15 @@
1414
},
1515
"dependencies": {
1616
"bpk-mixins": "^31.1.1",
17-
"bpk-react-utils": "^4.1.2",
17+
"bpk-react-utils": "^5.0.0",
1818
"prop-types": "^15.5.8"
1919
},
2020
"devDependencies": {
21-
"bpk-component-chip": "^5.2.14",
22-
"bpk-component-code": "^3.1.10",
23-
"bpk-component-fieldset": "^4.1.16",
24-
"bpk-component-select": "^5.1.10",
25-
"bpk-component-switch": "^2.1.11"
21+
"bpk-component-chip": "^5.2.15",
22+
"bpk-component-code": "^3.1.11",
23+
"bpk-component-fieldset": "^4.1.17",
24+
"bpk-component-select": "^5.1.11",
25+
"bpk-component-switch": "^2.1.12"
2626
},
2727
"peerDependencies": {
2828
"react": "^16.3.0 || ^17.0.0"

packages/bpk-component-autosuggest/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-autosuggest",
3-
"version": "6.1.14",
3+
"version": "6.1.15",
44
"description": "Backpack autosuggest component.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -14,16 +14,16 @@
1414
},
1515
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
1616
"dependencies": {
17-
"bpk-component-input": "^6.1.14",
17+
"bpk-component-input": "^6.1.15",
1818
"bpk-mixins": "^31.1.1",
19-
"bpk-react-utils": "^4.1.2",
19+
"bpk-react-utils": "^5.0.0",
2020
"prop-types": "^15.7.2",
2121
"react-autosuggest": "^9.4.3"
2222
},
2323
"peerDependencies": {
2424
"react": "^16.3.0 || ^17.0.0"
2525
},
2626
"devDependencies": {
27-
"bpk-component-icon": "^9.2.11"
27+
"bpk-component-icon": "^9.2.12"
2828
}
2929
}

packages/bpk-component-badge/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-badge",
3-
"version": "4.1.11",
3+
"version": "4.1.12",
44
"description": "Backpack badge component.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -15,15 +15,15 @@
1515
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
1616
"dependencies": {
1717
"bpk-mixins": "^31.1.1",
18-
"bpk-react-utils": "^4.1.2",
18+
"bpk-react-utils": "^5.0.0",
1919
"prop-types": "^15.7.2"
2020
},
2121
"peerDependencies": {
2222
"react": "^16.3.0 || ^17.0.0"
2323
},
2424
"devDependencies": {
2525
"@skyscanner/bpk-foundations-web": "^8.0.0",
26-
"bpk-component-icon": "^9.2.11",
27-
"bpk-storybook-utils": "^1.1.9"
26+
"bpk-component-icon": "^9.2.12",
27+
"bpk-storybook-utils": "^1.1.10"
2828
}
2929
}

packages/bpk-component-banner-alert/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-banner-alert",
3-
"version": "6.1.14",
3+
"version": "6.1.15",
44
"description": "Backpack banner alert component.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -15,18 +15,18 @@
1515
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
1616
"dependencies": {
1717
"@skyscanner/bpk-foundations-web": "^8.0.0",
18-
"bpk-animate-height": "^4.1.10",
19-
"bpk-component-close-button": "^3.1.11",
20-
"bpk-component-icon": "^9.2.11",
18+
"bpk-animate-height": "^4.1.11",
19+
"bpk-component-close-button": "^3.1.12",
20+
"bpk-component-icon": "^9.2.12",
2121
"bpk-mixins": "^31.1.1",
22-
"bpk-react-utils": "^4.1.2",
22+
"bpk-react-utils": "^5.0.0",
2323
"prop-types": "^15.7.2",
2424
"react-transition-group": "^2.5.3"
2525
},
2626
"devDependencies": {
27-
"bpk-component-aria-live": "^2.1.16",
28-
"bpk-component-button": "^6.2.5",
29-
"bpk-storybook-utils": "^1.1.9"
27+
"bpk-component-aria-live": "^2.1.17",
28+
"bpk-component-button": "^6.2.6",
29+
"bpk-storybook-utils": "^1.1.10"
3030
},
3131
"peerDependencies": {
3232
"react": "^16.3.0 || ^17.0.0"

packages/bpk-component-barchart/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-barchart",
3-
"version": "4.2.11",
3+
"version": "4.2.12",
44
"description": "Backpack bar chart component.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -15,9 +15,9 @@
1515
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
1616
"dependencies": {
1717
"@skyscanner/bpk-foundations-web": "^8.0.0",
18-
"bpk-component-mobile-scroll-container": "^3.1.10",
18+
"bpk-component-mobile-scroll-container": "^3.1.11",
1919
"bpk-mixins": "^31.1.1",
20-
"bpk-react-utils": "^4.1.2",
20+
"bpk-react-utils": "^5.0.0",
2121
"d3-path": "^2.0.0",
2222
"d3-scale": "^4.0.2",
2323
"lodash.debounce": "^4.0.8",
@@ -27,9 +27,9 @@
2727
"react": "^16.3.0 || ^17.0.0"
2828
},
2929
"devDependencies": {
30-
"bpk-component-breakpoint": "^4.0.2",
31-
"bpk-component-content-container": "^5.0.4",
32-
"bpk-component-rtl-toggle": "^3.1.10",
33-
"bpk-component-text": "^7.0.4"
30+
"bpk-component-breakpoint": "^4.0.3",
31+
"bpk-component-content-container": "^5.0.5",
32+
"bpk-component-rtl-toggle": "^3.1.11",
33+
"bpk-component-text": "^7.0.5"
3434
}
3535
}

packages/bpk-component-blockquote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-blockquote",
3-
"version": "3.1.10",
3+
"version": "3.1.11",
44
"description": "Backpack blockquote component.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
1616
"dependencies": {
1717
"bpk-mixins": "^31.1.1",
18-
"bpk-react-utils": "^4.1.2",
18+
"bpk-react-utils": "^5.0.0",
1919
"prop-types": "^15.7.2"
2020
},
2121
"peerDependencies": {

packages/bpk-component-boilerplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-boilerplate",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "Backpack boilerplate component.",
55
"license": "Apache-2.0",
66
"private": true,
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"bpk-mixins": "^31.1.1",
18-
"bpk-react-utils": "^4.1.2",
18+
"bpk-react-utils": "^5.0.0",
1919
"prop-types": "^15.5.8"
2020
},
2121
"peerDependencies": {

packages/bpk-component-breadcrumb/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpk-component-breadcrumb",
3-
"version": "3.1.11",
3+
"version": "3.1.12",
44
"description": "Backpack breadcrumb component.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -14,11 +14,11 @@
1414
},
1515
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
1616
"dependencies": {
17-
"bpk-component-icon": "^9.2.11",
18-
"bpk-component-link": "^3.1.10",
19-
"bpk-component-text": "^7.0.4",
17+
"bpk-component-icon": "^9.2.12",
18+
"bpk-component-link": "^3.1.11",
19+
"bpk-component-text": "^7.0.5",
2020
"bpk-mixins": "^31.1.1",
21-
"bpk-react-utils": "^4.1.2",
21+
"bpk-react-utils": "^5.0.0",
2222
"prop-types": "^15.7.2"
2323
},
2424
"peerDependencies": {

0 commit comments

Comments
 (0)