@skyscanner/backpack-web 9.2.0-beta.1 → 9.2.0
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-animate-height/package.json +3 -3
- package/bpk-component-accordion/package.json +7 -7
- package/bpk-component-aria-live/package.json +7 -7
- package/bpk-component-autosuggest/package.json +4 -4
- package/bpk-component-badge/package.json +5 -5
- package/bpk-component-banner-alert/package.json +9 -9
- package/bpk-component-barchart/package.json +8 -8
- package/bpk-component-blockquote/package.json +2 -2
- package/bpk-component-breadcrumb/package.json +5 -5
- package/bpk-component-breadcrumb/src/BpkBreadcrumbItem.module.scss +2 -2
- package/bpk-component-breakpoint/package.json +3 -3
- package/bpk-component-button/package.json +3 -3
- package/bpk-component-calendar/package.json +9 -9
- package/bpk-component-calendar/src/BpkCalendarGrid.js +3 -2
- package/bpk-component-card/package.json +4 -4
- package/bpk-component-checkbox/package.json +5 -5
- package/bpk-component-chip/package.json +5 -5
- package/bpk-component-close-button/package.json +4 -4
- package/bpk-component-code/package.json +2 -2
- package/bpk-component-content-container/package.json +2 -2
- package/bpk-component-datatable/package.json +4 -4
- package/bpk-component-datepicker/package.json +9 -9
- package/bpk-component-description-list/package.json +2 -2
- package/bpk-component-dialog/package.json +8 -8
- package/bpk-component-drawer/package.json +9 -9
- package/bpk-component-fieldset/package.json +12 -12
- package/bpk-component-flare/package.json +4 -4
- package/bpk-component-floating-notification/package.json +5 -5
- package/bpk-component-form-validation/package.json +10 -10
- package/bpk-component-graphic-promotion/package.json +4 -4
- package/bpk-component-graphic-promotion/src/BpkGraphicPromo-test.tsx +6 -3
- package/bpk-component-graphic-promotion/src/BpkGraphicPromo.tsx +28 -24
- package/bpk-component-grid/package.json +2 -2
- package/bpk-component-grid-toggle/package.json +3 -3
- package/bpk-component-horizontal-nav/package.json +6 -6
- package/bpk-component-icon/package.json +7 -7
- package/bpk-component-image/package.json +6 -6
- package/bpk-component-infinite-scroll/package.json +6 -6
- package/bpk-component-input/package.json +6 -6
- package/bpk-component-label/package.json +2 -2
- package/bpk-component-link/package.json +4 -4
- package/bpk-component-list/package.json +2 -2
- package/bpk-component-loading-button/package.json +6 -6
- package/bpk-component-map/package.json +6 -6
- package/bpk-component-map/src/BpkIconMarker.module.scss +3 -3
- package/bpk-component-map/src/BpkIconMarkerBackground.module.scss +4 -4
- package/bpk-component-map/src/BpkPriceMarker.module.scss +17 -17
- package/bpk-component-map/src/DefaultLoadingElement.module.scss +1 -1
- package/bpk-component-mobile-scroll-container/package.json +3 -3
- package/bpk-component-modal/package.json +9 -9
- package/bpk-component-navigation-bar/package.json +8 -8
- package/bpk-component-nudger/package.json +7 -7
- package/bpk-component-overlay/package.json +4 -4
- package/bpk-component-pagination/package.json +4 -4
- package/bpk-component-panel/package.json +2 -2
- package/bpk-component-phone-input/package.json +9 -9
- package/bpk-component-popover/package.json +8 -8
- package/bpk-component-price/package.json +3 -3
- package/bpk-component-progress/package.json +5 -5
- package/bpk-component-radio/package.json +4 -4
- package/bpk-component-rating/package.json +4 -4
- package/bpk-component-rtl-toggle/package.json +2 -2
- package/bpk-component-scrollable-calendar/package.json +7 -7
- package/bpk-component-scrollable-calendar/src/BpkScrollableCalendarGridList.js +100 -69
- package/bpk-component-scrollable-calendar/src/utils.js +24 -1
- package/bpk-component-section-list/package.json +6 -6
- package/bpk-component-select/package.json +3 -3
- package/bpk-component-skip-link/package.json +2 -2
- package/bpk-component-slider/package.json +4 -4
- package/bpk-component-spinner/package.json +3 -3
- package/bpk-component-split-input/package.json +3 -3
- package/bpk-component-star-rating/package.json +5 -5
- package/bpk-component-switch/package.json +2 -2
- package/bpk-component-table/package.json +2 -2
- package/bpk-component-text/package.json +2 -2
- package/bpk-component-textarea/package.json +4 -4
- package/bpk-component-theme-toggle/package.json +5 -5
- package/bpk-component-ticket/package.json +4 -4
- package/bpk-component-tooltip/package.json +4 -4
- package/bpk-scrim-utils/package.json +2 -2
- package/bpk-theming/package.json +2 -2
- package/package.json +6 -5
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
@include bpk-themeable-property(
|
|
27
27
|
fill,
|
|
28
28
|
--bpk-icon-marker-default-background-color,
|
|
29
|
-
$bpk-
|
|
29
|
+
$bpk-status-success-spot-day
|
|
30
30
|
);
|
|
31
31
|
|
|
32
32
|
&--interactive {
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
@include bpk-themeable-property(
|
|
38
38
|
fill,
|
|
39
39
|
--bpk-icon-marker-default-disabled-background-color,
|
|
40
|
-
$bpk-
|
|
40
|
+
$bpk-status-success-fill-day
|
|
41
41
|
);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
&--selected {
|
|
45
|
-
fill: $bpk-
|
|
45
|
+
fill: $bpk-surface-default-day;
|
|
46
46
|
|
|
47
47
|
@include bpk-themeable-property(
|
|
48
48
|
stroke,
|
|
49
49
|
--bpk-icon-marker-default-selected-color,
|
|
50
|
-
$bpk-
|
|
50
|
+
$bpk-status-success-spot-day
|
|
51
51
|
);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -33,17 +33,17 @@ $bpk-spacing-v2: true;
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&-default {
|
|
36
|
-
color: $bpk-
|
|
36
|
+
color: $bpk-text-primary-inverse-day;
|
|
37
37
|
|
|
38
38
|
@include bpk-themeable-property(
|
|
39
39
|
border-color,
|
|
40
40
|
--bpk-price-marker-background-color,
|
|
41
|
-
$bpk-
|
|
41
|
+
$bpk-core-accent-day
|
|
42
42
|
);
|
|
43
43
|
@include bpk-themeable-property(
|
|
44
44
|
background-color,
|
|
45
45
|
--bpk-price-marker-background-color,
|
|
46
|
-
$bpk-
|
|
46
|
+
$bpk-core-accent-day
|
|
47
47
|
);
|
|
48
48
|
}
|
|
49
49
|
|
|
@@ -51,42 +51,42 @@ $bpk-spacing-v2: true;
|
|
|
51
51
|
@include bpk-themeable-property(
|
|
52
52
|
color,
|
|
53
53
|
--bpk-price-marker-viewed-color,
|
|
54
|
-
$bpk-
|
|
54
|
+
rgba($bpk-text-on-dark-day, 0.8)
|
|
55
55
|
);
|
|
56
56
|
@include bpk-themeable-property(
|
|
57
57
|
border-color,
|
|
58
58
|
--bpk-price-marker-viewed-border-color,
|
|
59
|
-
$bpk-
|
|
59
|
+
$bpk-core-accent-day
|
|
60
60
|
);
|
|
61
61
|
@include bpk-themeable-property(
|
|
62
62
|
background-color,
|
|
63
63
|
--bpk-price-marker-viewed-background-color,
|
|
64
|
-
$bpk-
|
|
64
|
+
$bpk-core-accent-day
|
|
65
65
|
);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
&-focused {
|
|
69
69
|
padding: (bpk-spacing-sm() + ($bpk-one-pixel-rem * 2)) bpk-spacing-md();
|
|
70
|
-
background-color: $bpk-
|
|
70
|
+
background-color: $bpk-surface-default-day;
|
|
71
71
|
|
|
72
72
|
@include bpk-themeable-property(
|
|
73
73
|
border-color,
|
|
74
74
|
--bpk-price-marker-selected-border-color,
|
|
75
|
-
$bpk-
|
|
75
|
+
$bpk-core-accent-day
|
|
76
76
|
);
|
|
77
77
|
@include bpk-themeable-property(
|
|
78
78
|
color,
|
|
79
79
|
--bpk-price-marker-selected-color,
|
|
80
|
-
$bpk-
|
|
80
|
+
$bpk-text-link-day
|
|
81
81
|
);
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
&-disabled {
|
|
85
85
|
// We want the disabled marker appear under any other markers that maybe rendered around it
|
|
86
86
|
z-index: -2;
|
|
87
|
-
border-color: $bpk-
|
|
88
|
-
background-color: $bpk-
|
|
89
|
-
color: $bpk-
|
|
87
|
+
border-color: $bpk-canvas-day;
|
|
88
|
+
background-color: $bpk-canvas-day;
|
|
89
|
+
color: $bpk-text-disabled-day;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&__wrapper {
|
|
@@ -108,13 +108,13 @@ $bpk-spacing-v2: true;
|
|
|
108
108
|
height: bpk-spacing-base();
|
|
109
109
|
transform: rotate(45deg);
|
|
110
110
|
border-radius: 25%;
|
|
111
|
-
background-color: $bpk-
|
|
111
|
+
background-color: $bpk-core-accent-day;
|
|
112
112
|
|
|
113
113
|
&-default {
|
|
114
114
|
@include bpk-themeable-property(
|
|
115
115
|
background-color,
|
|
116
116
|
--bpk-price-marker-background-color,
|
|
117
|
-
$bpk-
|
|
117
|
+
$bpk-core-accent-day
|
|
118
118
|
);
|
|
119
119
|
}
|
|
120
120
|
|
|
@@ -122,7 +122,7 @@ $bpk-spacing-v2: true;
|
|
|
122
122
|
@include bpk-themeable-property(
|
|
123
123
|
background-color,
|
|
124
124
|
--bpk-price-marker-viewed-border-color,
|
|
125
|
-
$bpk-
|
|
125
|
+
$bpk-core-accent-day
|
|
126
126
|
);
|
|
127
127
|
}
|
|
128
128
|
|
|
@@ -133,14 +133,14 @@ $bpk-spacing-v2: true;
|
|
|
133
133
|
@include bpk-themeable-property(
|
|
134
134
|
background-color,
|
|
135
135
|
--bpk-price-marker-selected-border-color,
|
|
136
|
-
$bpk-
|
|
136
|
+
$bpk-core-accent-day
|
|
137
137
|
);
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
&-disabled {
|
|
141
141
|
// We want the arrow pointer to appear under the disabled marker which is already z-index: -2
|
|
142
142
|
z-index: -3;
|
|
143
|
-
background-color: $bpk-
|
|
143
|
+
background-color: $bpk-canvas-day;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-mobile-scroll-container",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Backpack mobile scroll container component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"bpk-mixins": "^31.5.0",
|
|
18
18
|
"bpk-react-utils": "^7.0.0",
|
|
19
19
|
"lodash.debounce": "^4.0.8",
|
|
20
20
|
"prop-types": "^15.7.2"
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"react": "^17.0.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@skyscanner/bpk-foundations-web": "^
|
|
26
|
+
"@skyscanner/bpk-foundations-web": "^9.0.0"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-modal",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Backpack modal component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,20 +14,20 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-close-button": "^4.0.
|
|
18
|
-
"bpk-component-icon": "^10.0.
|
|
19
|
-
"bpk-component-link": "^4.0.
|
|
20
|
-
"bpk-component-navigation-bar": "^4.0.
|
|
21
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"bpk-component-close-button": "^4.0.2",
|
|
18
|
+
"bpk-component-icon": "^10.0.2",
|
|
19
|
+
"bpk-component-link": "^4.0.2",
|
|
20
|
+
"bpk-component-navigation-bar": "^4.0.2",
|
|
21
|
+
"bpk-mixins": "^31.5.0",
|
|
22
22
|
"bpk-react-utils": "^7.0.0",
|
|
23
|
-
"bpk-scrim-utils": "^6.0.
|
|
23
|
+
"bpk-scrim-utils": "^6.0.2",
|
|
24
24
|
"prop-types": "^15.7.2"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": "^17.0.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"bpk-component-button": "^7.0.
|
|
31
|
-
"bpk-component-text": "^8.0.
|
|
30
|
+
"bpk-component-button": "^7.0.2",
|
|
31
|
+
"bpk-component-text": "^8.0.2"
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-navigation-bar",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Backpack nativation bar component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-close-button": "^4.0.
|
|
18
|
-
"bpk-component-link": "^4.0.
|
|
19
|
-
"bpk-component-text": "^8.0.
|
|
20
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"bpk-component-close-button": "^4.0.2",
|
|
18
|
+
"bpk-component-link": "^4.0.2",
|
|
19
|
+
"bpk-component-text": "^8.0.2",
|
|
20
|
+
"bpk-mixins": "^31.5.0",
|
|
21
21
|
"bpk-react-utils": "^7.0.0",
|
|
22
22
|
"prop-types": "^15.7.2"
|
|
23
23
|
},
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"react": "^17.0.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@skyscanner/bpk-foundations-web": "^
|
|
29
|
-
"bpk-component-icon": "^10.0.
|
|
30
|
-
"bpk-storybook-utils": "^2.0.
|
|
28
|
+
"@skyscanner/bpk-foundations-web": "^9.0.0",
|
|
29
|
+
"bpk-component-icon": "^10.0.2",
|
|
30
|
+
"bpk-storybook-utils": "^2.0.2"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-nudger",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Backpack nudger component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@skyscanner/bpk-foundations-web": "^
|
|
18
|
-
"bpk-component-button": "^7.0.
|
|
19
|
-
"bpk-component-icon": "^10.0.
|
|
20
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"@skyscanner/bpk-foundations-web": "^9.0.0",
|
|
18
|
+
"bpk-component-button": "^7.0.2",
|
|
19
|
+
"bpk-component-icon": "^10.0.2",
|
|
20
|
+
"bpk-mixins": "^31.5.0",
|
|
21
21
|
"bpk-react-utils": "^7.0.0",
|
|
22
22
|
"lodash.clamp": "^4.0.3",
|
|
23
23
|
"prop-types": "^15.7.2"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react": "^17.0.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"bpk-component-label": "^6.0.
|
|
30
|
-
"bpk-storybook-utils": "^2.0.
|
|
29
|
+
"bpk-component-label": "^6.0.2",
|
|
30
|
+
"bpk-storybook-utils": "^2.0.2"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-overlay",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Backpack overlay component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"registry": "https://registry.npmjs.org/"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"bpk-mixins": "^31.
|
|
16
|
+
"bpk-mixins": "^31.5.0",
|
|
17
17
|
"bpk-react-utils": "^7.0.0",
|
|
18
18
|
"prop-types": "^15.5.8"
|
|
19
19
|
},
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"react": "^17.0.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"bpk-component-image": "^6.0.
|
|
25
|
-
"bpk-component-text": "^8.0.
|
|
24
|
+
"bpk-component-image": "^6.0.2",
|
|
25
|
+
"bpk-component-text": "^8.0.2"
|
|
26
26
|
},
|
|
27
27
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8"
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-pagination",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Backpack pagination component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-button": "^7.0.
|
|
18
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"bpk-component-button": "^7.0.2",
|
|
18
|
+
"bpk-mixins": "^31.5.0",
|
|
19
19
|
"bpk-react-utils": "^7.0.0",
|
|
20
20
|
"prop-types": "^15.7.2"
|
|
21
21
|
},
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"react": "^17.0.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"bpk-component-icon": "^10.0.
|
|
26
|
+
"bpk-component-icon": "^10.0.2"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-panel",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "Backpack panel component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"bpk-mixins": "^31.5.0",
|
|
18
18
|
"bpk-react-utils": "^7.0.0",
|
|
19
19
|
"prop-types": "^15.7.2"
|
|
20
20
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-phone-input",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Backpack phone input component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@skyscanner/bpk-foundations-web": "^
|
|
18
|
-
"bpk-component-input": "^7.0.
|
|
19
|
-
"bpk-component-label": "^6.0.
|
|
20
|
-
"bpk-component-select": "^6.0.
|
|
21
|
-
"bpk-component-text": "^8.0.
|
|
22
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"@skyscanner/bpk-foundations-web": "^9.0.0",
|
|
18
|
+
"bpk-component-input": "^7.0.2",
|
|
19
|
+
"bpk-component-label": "^6.0.2",
|
|
20
|
+
"bpk-component-select": "^6.0.2",
|
|
21
|
+
"bpk-component-text": "^8.0.2",
|
|
22
|
+
"bpk-mixins": "^31.5.0",
|
|
23
23
|
"bpk-react-utils": "^7.0.0",
|
|
24
24
|
"prop-types": "^15.7.2"
|
|
25
25
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"react": "^17.0.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"bpk-component-fieldset": "^5.0.
|
|
31
|
-
"bpk-component-image": "^6.0.
|
|
30
|
+
"bpk-component-fieldset": "^5.0.2",
|
|
31
|
+
"bpk-component-image": "^6.0.2"
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-popover",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Backpack popover component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"@popperjs/core": "^2.11.5",
|
|
18
18
|
"a11y-focus-scope": "^1.1.3",
|
|
19
19
|
"a11y-focus-store": "^1.0.0",
|
|
20
|
-
"bpk-component-close-button": "^4.0.
|
|
21
|
-
"bpk-component-link": "^4.0.
|
|
22
|
-
"bpk-component-text": "^8.0.
|
|
23
|
-
"bpk-mixins": "^31.
|
|
20
|
+
"bpk-component-close-button": "^4.0.2",
|
|
21
|
+
"bpk-component-link": "^4.0.2",
|
|
22
|
+
"bpk-component-text": "^8.0.2",
|
|
23
|
+
"bpk-mixins": "^31.5.0",
|
|
24
24
|
"bpk-react-utils": "^7.0.0",
|
|
25
25
|
"prop-types": "^15.7.2"
|
|
26
26
|
},
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"react": "^17.0.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"bpk-component-button": "^7.0.
|
|
32
|
-
"bpk-component-content-container": "^6.0.
|
|
33
|
-
"bpk-component-input": "^7.0.
|
|
31
|
+
"bpk-component-button": "^7.0.2",
|
|
32
|
+
"bpk-component-content-container": "^6.0.2",
|
|
33
|
+
"bpk-component-input": "^7.0.2"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-price",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Backpack price component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"registry": "https://registry.npmjs.org/"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"bpk-component-text": "^8.0.
|
|
17
|
-
"bpk-mixins": "^31.
|
|
16
|
+
"bpk-component-text": "^8.0.2",
|
|
17
|
+
"bpk-mixins": "^31.5.0",
|
|
18
18
|
"bpk-react-utils": "^7.0.0",
|
|
19
19
|
"prop-types": "^15.5.8"
|
|
20
20
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-progress",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Backpack progress bar component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@skyscanner/bpk-foundations-web": "^
|
|
18
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"@skyscanner/bpk-foundations-web": "^9.0.0",
|
|
18
|
+
"bpk-mixins": "^31.5.0",
|
|
19
19
|
"bpk-react-utils": "^7.0.0",
|
|
20
20
|
"lodash.clamp": "^4.0.3",
|
|
21
21
|
"prop-types": "^15.7.2"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react": "^17.0.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"bpk-component-button": "^7.0.
|
|
28
|
-
"bpk-storybook-utils": "^2.0.
|
|
27
|
+
"bpk-component-button": "^7.0.2",
|
|
28
|
+
"bpk-storybook-utils": "^2.0.2"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-radio",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Backpack radio button component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"bpk-mixins": "^31.5.0",
|
|
18
18
|
"bpk-react-utils": "^7.0.0",
|
|
19
19
|
"prop-types": "^15.7.2"
|
|
20
20
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react": "^17.0.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@skyscanner/bpk-foundations-web": "^
|
|
26
|
-
"bpk-storybook-utils": "^2.0.
|
|
25
|
+
"@skyscanner/bpk-foundations-web": "^9.0.0",
|
|
26
|
+
"bpk-storybook-utils": "^2.0.2"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-rating",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Backpack rating component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"bpk-mixins": "^31.5.0",
|
|
18
18
|
"bpk-react-utils": "^7.0.0",
|
|
19
19
|
"lodash.clamp": "^4.0.3",
|
|
20
20
|
"prop-types": "^15.5.8"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"react": "^17.0.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@skyscanner/bpk-foundations-web": "^
|
|
27
|
-
"bpk-component-text": "^8.0.
|
|
26
|
+
"@skyscanner/bpk-foundations-web": "^9.0.0",
|
|
27
|
+
"bpk-component-text": "^8.0.2"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-rtl-toggle",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Backpack RTL toggle component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-link": "^4.0.
|
|
17
|
+
"bpk-component-link": "^4.0.2",
|
|
18
18
|
"bpk-react-utils": "^7.0.0",
|
|
19
19
|
"prop-types": "^15.7.2"
|
|
20
20
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-scrollable-calendar",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Backpack scrollable calendar component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@skyscanner/bpk-foundations-web": "^
|
|
18
|
-
"bpk-component-calendar": "^12.0.
|
|
19
|
-
"bpk-component-text": "^8.0.
|
|
20
|
-
"bpk-mixins": "^31.
|
|
17
|
+
"@skyscanner/bpk-foundations-web": "^9.0.0",
|
|
18
|
+
"bpk-component-calendar": "^12.0.2",
|
|
19
|
+
"bpk-component-text": "^8.0.2",
|
|
20
|
+
"bpk-mixins": "^31.5.0",
|
|
21
21
|
"bpk-react-utils": "^7.0.0",
|
|
22
22
|
"date-fns": "^2.21.1",
|
|
23
23
|
"prop-types": "^15.5.8",
|
|
24
|
-
"react-
|
|
24
|
+
"react-window": "^1.8.7"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"bpk-storybook-utils": "^2.0.
|
|
27
|
+
"bpk-storybook-utils": "^2.0.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": "^17.0.2"
|