@skyscanner/backpack-web 4.0.0 → 4.0.1
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.
- package/bpk-component-aria-live/package.json +3 -3
- package/bpk-component-autosuggest/package.json +2 -2
- package/bpk-component-banner-alert/package.json +2 -2
- package/bpk-component-calendar/package.json +2 -2
- package/bpk-component-chip/package.json +2 -2
- package/bpk-component-datepicker/package.json +5 -5
- package/bpk-component-fieldset/package.json +6 -6
- package/bpk-component-form-validation/package.json +2 -2
- package/bpk-component-input/package.json +2 -2
- package/bpk-component-modal/package.json +1 -1
- package/bpk-component-modal/src/BpkModal.js +3 -3
- package/bpk-component-phone-input/package.json +3 -3
- package/bpk-component-popover/package.json +2 -2
- package/bpk-component-scrollable-calendar/package.json +2 -2
- package/bpk-component-star-rating/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-aria-live",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.18",
|
|
4
4
|
"description": "Backpack aria-live component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"prop-types": "^15.5.8"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"bpk-component-chip": "^5.2.
|
|
21
|
+
"bpk-component-chip": "^5.2.16",
|
|
22
22
|
"bpk-component-code": "^3.1.11",
|
|
23
|
-
"bpk-component-fieldset": "^4.1.
|
|
23
|
+
"bpk-component-fieldset": "^4.1.18",
|
|
24
24
|
"bpk-component-select": "^5.1.11",
|
|
25
25
|
"bpk-component-switch": "^2.1.12"
|
|
26
26
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-autosuggest",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.16",
|
|
4
4
|
"description": "Backpack autosuggest component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-input": "^6.1.
|
|
17
|
+
"bpk-component-input": "^6.1.16",
|
|
18
18
|
"bpk-mixins": "^31.1.1",
|
|
19
19
|
"bpk-react-utils": "^5.0.0",
|
|
20
20
|
"prop-types": "^15.7.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-banner-alert",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.16",
|
|
4
4
|
"description": "Backpack banner alert component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react-transition-group": "^2.5.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"bpk-component-aria-live": "^2.1.
|
|
27
|
+
"bpk-component-aria-live": "^2.1.18",
|
|
28
28
|
"bpk-component-button": "^6.2.6",
|
|
29
29
|
"bpk-storybook-utils": "^1.1.10"
|
|
30
30
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-calendar",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.18",
|
|
4
4
|
"description": "Backpack calendar component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@skyscanner/bpk-foundations-web": "^8.0.0",
|
|
18
|
-
"bpk-component-aria-live": "^2.1.
|
|
18
|
+
"bpk-component-aria-live": "^2.1.18",
|
|
19
19
|
"bpk-component-icon": "^9.2.12",
|
|
20
20
|
"bpk-component-select": "^5.1.11",
|
|
21
21
|
"bpk-mixins": "^31.1.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-chip",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.16",
|
|
4
4
|
"description": "Backpack chip component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"react": "^16.3.0 || ^17.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"bpk-component-aria-live": "^2.1.
|
|
26
|
+
"bpk-component-aria-live": "^2.1.18",
|
|
27
27
|
"bpk-component-text": "^7.0.5"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-datepicker",
|
|
3
|
-
"version": "15.2.
|
|
3
|
+
"version": "15.2.18",
|
|
4
4
|
"description": "Backpack datepicker component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"bpk-component-breakpoint": "^4.0.3",
|
|
18
|
-
"bpk-component-calendar": "^11.1.
|
|
19
|
-
"bpk-component-input": "^6.1.
|
|
20
|
-
"bpk-component-modal": "^4.0.
|
|
21
|
-
"bpk-component-popover": "^5.0.
|
|
18
|
+
"bpk-component-calendar": "^11.1.18",
|
|
19
|
+
"bpk-component-input": "^6.1.16",
|
|
20
|
+
"bpk-component-modal": "^4.0.1",
|
|
21
|
+
"bpk-component-popover": "^5.0.3",
|
|
22
22
|
"bpk-mixins": "^31.1.1",
|
|
23
23
|
"bpk-react-utils": "^5.0.0",
|
|
24
24
|
"prop-types": "^15.7.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-fieldset",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.18",
|
|
4
4
|
"description": "Backpack fieldset component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-form-validation": "^4.2.
|
|
17
|
+
"bpk-component-form-validation": "^4.2.16",
|
|
18
18
|
"bpk-component-label": "^5.1.11",
|
|
19
19
|
"bpk-mixins": "^31.1.1",
|
|
20
20
|
"bpk-react-utils": "^5.0.0",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"react": "^16.3.0 || ^17.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"bpk-component-autosuggest": "^6.1.
|
|
27
|
+
"bpk-component-autosuggest": "^6.1.16",
|
|
28
28
|
"bpk-component-button": "^6.2.6",
|
|
29
|
-
"bpk-component-calendar": "^11.1.
|
|
29
|
+
"bpk-component-calendar": "^11.1.18",
|
|
30
30
|
"bpk-component-checkbox": "^4.1.13",
|
|
31
|
-
"bpk-component-datepicker": "^15.2.
|
|
32
|
-
"bpk-component-input": "^6.1.
|
|
31
|
+
"bpk-component-datepicker": "^15.2.18",
|
|
32
|
+
"bpk-component-input": "^6.1.16",
|
|
33
33
|
"bpk-component-select": "^5.1.11",
|
|
34
34
|
"bpk-component-textarea": "^4.2.11"
|
|
35
35
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-form-validation",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.16",
|
|
4
4
|
"description": "Backpack form-validation component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"bpk-component-button": "^6.2.6",
|
|
28
28
|
"bpk-component-checkbox": "^4.1.13",
|
|
29
29
|
"bpk-component-icon": "^9.2.12",
|
|
30
|
-
"bpk-component-input": "^6.1.
|
|
30
|
+
"bpk-component-input": "^6.1.16",
|
|
31
31
|
"bpk-component-select": "^5.1.11",
|
|
32
32
|
"bpk-component-textarea": "^4.2.11"
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-input",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.16",
|
|
4
4
|
"description": "Backpack input component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"react": "^16.3.0 || ^17.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"bpk-component-banner-alert": "^6.1.
|
|
26
|
+
"bpk-component-banner-alert": "^6.1.16",
|
|
27
27
|
"bpk-component-label": "^5.1.11",
|
|
28
28
|
"bpk-storybook-utils": "^1.1.10"
|
|
29
29
|
}
|
|
@@ -22,7 +22,7 @@ import PropTypes from 'prop-types';
|
|
|
22
22
|
import React, { type Element } from 'react';
|
|
23
23
|
|
|
24
24
|
import { withScrim } from '../../bpk-scrim-utils';
|
|
25
|
-
import {
|
|
25
|
+
import { PortalV1, cssModules, isDeviceIphone } from '../../bpk-react-utils';
|
|
26
26
|
|
|
27
27
|
import STYLES from './BpkModal.module.scss';
|
|
28
28
|
import BpkModalInner, {
|
|
@@ -79,7 +79,7 @@ const BpkModal = (props: Props) => {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
return (
|
|
82
|
-
<
|
|
82
|
+
<PortalV1
|
|
83
83
|
isOpen={isOpen}
|
|
84
84
|
onClose={onClose}
|
|
85
85
|
target={target}
|
|
@@ -96,7 +96,7 @@ const BpkModal = (props: Props) => {
|
|
|
96
96
|
isIphone={isIphone}
|
|
97
97
|
{...rest}
|
|
98
98
|
/>
|
|
99
|
-
</
|
|
99
|
+
</PortalV1>
|
|
100
100
|
);
|
|
101
101
|
};
|
|
102
102
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-phone-input",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.18",
|
|
4
4
|
"description": "Backpack phone input component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@skyscanner/bpk-foundations-web": "^8.0.0",
|
|
18
|
-
"bpk-component-input": "^6.1.
|
|
18
|
+
"bpk-component-input": "^6.1.16",
|
|
19
19
|
"bpk-component-label": "^5.1.11",
|
|
20
20
|
"bpk-component-select": "^5.1.11",
|
|
21
21
|
"bpk-component-text": "^7.0.5",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"react": "^16.3.0 || ^17.0.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"bpk-component-fieldset": "^4.1.
|
|
30
|
+
"bpk-component-fieldset": "^4.1.18",
|
|
31
31
|
"bpk-component-image": "^5.1.13"
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-popover",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "Backpack popover component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"bpk-component-button": "^6.2.6",
|
|
32
32
|
"bpk-component-content-container": "^5.0.5",
|
|
33
|
-
"bpk-component-input": "^6.1.
|
|
33
|
+
"bpk-component-input": "^6.1.16"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-scrollable-calendar",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.19",
|
|
4
4
|
"description": "Backpack scrollable calendar component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@skyscanner/bpk-foundations-web": "^8.0.0",
|
|
18
|
-
"bpk-component-calendar": "^11.1.
|
|
18
|
+
"bpk-component-calendar": "^11.1.18",
|
|
19
19
|
"bpk-component-text": "^7.0.5",
|
|
20
20
|
"bpk-mixins": "^31.1.1",
|
|
21
21
|
"bpk-react-utils": "^5.0.0",
|