@skyscanner/backpack-web 6.1.0 → 8.0.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 +2 -2
- package/bpk-component-accordion/package.json +6 -6
- package/bpk-component-aria-live/package.json +7 -7
- package/bpk-component-autosuggest/package.json +4 -4
- package/bpk-component-badge/package.json +4 -4
- package/bpk-component-banner-alert/package.json +8 -8
- package/bpk-component-barchart/package.json +7 -7
- package/bpk-component-blockquote/package.json +2 -2
- package/bpk-component-breadcrumb/package.json +5 -5
- package/bpk-component-breakpoint/package.json +2 -2
- package/bpk-component-button/package.json +2 -2
- package/bpk-component-calendar/package.json +8 -8
- package/bpk-component-calendar/src/BpkCalendarDate.js +0 -3
- package/bpk-component-calendar/src/BpkCalendarDate.module.css +1 -1
- package/bpk-component-calendar/src/BpkCalendarDate.module.scss +1 -6
- package/bpk-component-calendar/src/BpkCalendarGridHeader.module.css +1 -1
- package/bpk-component-calendar/src/BpkCalendarGridHeader.module.scss +1 -4
- package/bpk-component-card/package.json +4 -4
- package/bpk-component-checkbox/package.json +4 -4
- 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 +3 -3
- package/bpk-component-datatable/src/BpkDataTable.module.css +1 -1
- package/bpk-component-datatable/src/BpkDataTable.module.scss +4 -1
- package/bpk-component-datepicker/README.md +4 -0
- package/bpk-component-datepicker/package.json +8 -8
- package/bpk-component-datepicker/src/BpkDatepicker.js +18 -13
- package/bpk-component-datepicker/src/BpkDatepicker.module.scss +5 -0
- package/bpk-component-description-list/package.json +2 -2
- package/bpk-component-description-list/src/BpkDescriptionList.module.css +1 -1
- package/bpk-component-description-list/src/BpkDescriptionList.module.scss +1 -1
- package/bpk-component-dialog/package.json +8 -8
- package/bpk-component-drawer/package.json +8 -8
- 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 +9 -9
- package/bpk-component-graphic-promotion/README.md +2 -0
- package/bpk-component-graphic-promotion/package.json +4 -4
- package/bpk-component-graphic-promotion/src/BpkGraphicPromo.js +3 -1
- package/bpk-component-graphic-promotion/src/BpkGraphicPromo.module.scss +144 -141
- package/bpk-component-grid/package.json +2 -2
- package/bpk-component-grid-toggle/package.json +3 -3
- package/bpk-component-horizontal-nav/package.json +5 -5
- package/bpk-component-icon/package.json +5 -5
- package/bpk-component-image/package.json +5 -5
- 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 +3 -3
- 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-mobile-scroll-container/package.json +2 -2
- package/bpk-component-modal/package.json +9 -9
- package/bpk-component-navigation-bar/package.json +7 -7
- package/bpk-component-navigation-stack/package.json +6 -6
- package/bpk-component-nudger/package.json +6 -6
- 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 +8 -8
- package/bpk-component-popover/README.md +15 -3
- package/bpk-component-popover/package.json +8 -8
- package/bpk-component-popover/src/BpkPopoverPortal.js +4 -12
- package/bpk-component-price/package.json +3 -3
- package/bpk-component-progress/package.json +4 -4
- package/bpk-component-radio/package.json +3 -3
- package/bpk-component-rating/package.json +3 -3
- package/bpk-component-rtl-toggle/package.json +3 -3
- package/bpk-component-scrollable-calendar/package.json +5 -5
- package/bpk-component-section-list/package.json +5 -5
- package/bpk-component-select/package.json +3 -3
- package/bpk-component-skip-link/package.json +2 -2
- package/bpk-component-slider/package.json +3 -3
- package/bpk-component-spinner/package.json +2 -2
- 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 +4 -4
- package/bpk-component-ticket/package.json +4 -4
- package/bpk-component-tooltip/README.md +12 -1
- package/bpk-component-tooltip/package.json +3 -3
- package/bpk-component-tooltip/src/BpkTooltip.module.scss +4 -0
- package/bpk-component-tooltip/src/BpkTooltipPortal.js +26 -23
- package/bpk-react-utils/package.json +1 -1
- package/bpk-react-utils/src/Portal.js +1 -1
- package/bpk-scrim-utils/package.json +2 -2
- package/package.json +1 -1
- package/bpk-component-graphic-promotion/src/custom-breakpoints.module.scss +0 -70
|
@@ -17,14 +17,26 @@
|
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
19
|
@import '~bpk-mixins/index';
|
|
20
|
-
|
|
20
|
+
|
|
21
|
+
@mixin aspect-ratio($ratio) {
|
|
22
|
+
padding-top: $ratio;
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@mixin fill-parent {
|
|
27
|
+
position: absolute;
|
|
28
|
+
top: 0;
|
|
29
|
+
right: 0;
|
|
30
|
+
left: 0;
|
|
31
|
+
height: 100%;
|
|
32
|
+
}
|
|
21
33
|
|
|
22
34
|
.bpk-card {
|
|
23
35
|
@include bpk-card;
|
|
24
36
|
}
|
|
25
37
|
|
|
26
38
|
.bpk-graphic-promo {
|
|
27
|
-
max-width:
|
|
39
|
+
max-width: 76.5rem;
|
|
28
40
|
margin-right: auto;
|
|
29
41
|
margin-left: auto;
|
|
30
42
|
background-color: $bpk-color-sky-blue;
|
|
@@ -33,227 +45,218 @@
|
|
|
33
45
|
color: $bpk-color-white;
|
|
34
46
|
box-shadow: none;
|
|
35
47
|
|
|
36
|
-
@include breakpoint-
|
|
37
|
-
|
|
38
|
-
|
|
48
|
+
@include bpk-breakpoint-small-tablet {
|
|
49
|
+
@include aspect-ratio(133%);
|
|
50
|
+
}
|
|
39
51
|
|
|
40
|
-
|
|
41
|
-
|
|
52
|
+
/* remove shadow and hightlights from Backpack Card */
|
|
53
|
+
&::after {
|
|
54
|
+
display: none;
|
|
55
|
+
}
|
|
42
56
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
57
|
+
&__container {
|
|
58
|
+
display: flex;
|
|
59
|
+
flex-direction: column;
|
|
60
|
+
justify-content: center;
|
|
46
61
|
|
|
47
|
-
|
|
48
|
-
|
|
62
|
+
@include bpk-breakpoint-above-tablet {
|
|
63
|
+
height: 28.75rem;
|
|
49
64
|
|
|
50
|
-
@include bpk-
|
|
51
|
-
|
|
65
|
+
@include bpk-margin-leading(bpk-spacing-xxxl(), false);
|
|
66
|
+
@include bpk-margin-trailing(bpk-spacing-xxl(), false);
|
|
52
67
|
|
|
53
|
-
|
|
54
|
-
|
|
68
|
+
/* adjusting for 1.5rem difference between margins */
|
|
69
|
+
&--center > * {
|
|
70
|
+
@include bpk-margin-trailing(bpk-spacing-lg());
|
|
71
|
+
}
|
|
55
72
|
}
|
|
56
73
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
74
|
+
@include bpk-breakpoint-tablet {
|
|
75
|
+
height: 22.5rem;
|
|
76
|
+
|
|
77
|
+
@include bpk-margin-leading(bpk-spacing-xxl(), false);
|
|
78
|
+
@include bpk-margin-trailing(bpk-spacing-xl(), false);
|
|
79
|
+
|
|
80
|
+
/* adjusting for 1.5rem difference between margins */
|
|
81
|
+
&--center > * {
|
|
82
|
+
@include bpk-margin-trailing(bpk-spacing-md());
|
|
60
83
|
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
@include bpk-breakpoint-small-tablet {
|
|
87
|
+
padding: bpk-spacing-xl();
|
|
88
|
+
justify-content: space-between;
|
|
89
|
+
align-items: initial;
|
|
61
90
|
|
|
62
|
-
@include
|
|
63
|
-
|
|
91
|
+
@include bpk-margin-leading(0);
|
|
92
|
+
@include fill-parent;
|
|
93
|
+
|
|
94
|
+
&--inverted {
|
|
95
|
+
flex-direction: column-reverse;
|
|
64
96
|
}
|
|
65
97
|
|
|
66
|
-
|
|
67
|
-
|
|
98
|
+
> * {
|
|
99
|
+
@include bpk-margin-leading(0);
|
|
68
100
|
}
|
|
69
101
|
}
|
|
70
|
-
}
|
|
71
102
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
103
|
+
@include bpk-breakpoint-small-mobile {
|
|
104
|
+
padding: bpk-spacing-lg();
|
|
105
|
+
}
|
|
75
106
|
|
|
76
|
-
|
|
107
|
+
&--start {
|
|
108
|
+
align-items: start;
|
|
77
109
|
}
|
|
78
110
|
|
|
79
|
-
|
|
80
|
-
|
|
111
|
+
&--center {
|
|
112
|
+
align-items: center;
|
|
113
|
+
}
|
|
81
114
|
|
|
82
|
-
|
|
115
|
+
&--end {
|
|
116
|
+
align-items: end;
|
|
83
117
|
}
|
|
118
|
+
}
|
|
84
119
|
|
|
85
|
-
|
|
86
|
-
|
|
120
|
+
&__tagline {
|
|
121
|
+
margin-bottom: bpk-spacing-md();
|
|
87
122
|
|
|
88
|
-
|
|
89
|
-
}
|
|
123
|
+
@include bpk-label-1;
|
|
90
124
|
|
|
91
|
-
|
|
125
|
+
@include bpk-breakpoint-small-tablet {
|
|
92
126
|
@include bpk-subheading;
|
|
93
127
|
}
|
|
128
|
+
|
|
129
|
+
@include bpk-breakpoint-small-mobile {
|
|
130
|
+
@include bpk-label-1;
|
|
131
|
+
}
|
|
94
132
|
}
|
|
95
133
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
134
|
+
&__headline {
|
|
135
|
+
@include bpk-breakpoint-above-tablet {
|
|
136
|
+
@include bpk-hero-5;
|
|
99
137
|
|
|
100
|
-
|
|
138
|
+
&:not(:last-child) {
|
|
139
|
+
margin-bottom: bpk-spacing-md();
|
|
140
|
+
}
|
|
101
141
|
}
|
|
102
142
|
|
|
103
|
-
|
|
104
|
-
|
|
143
|
+
@include bpk-breakpoint-tablet {
|
|
144
|
+
@include bpk-heading-1;
|
|
105
145
|
|
|
106
|
-
|
|
146
|
+
&:not(:last-child) {
|
|
147
|
+
margin-bottom: bpk-spacing-md();
|
|
148
|
+
}
|
|
107
149
|
}
|
|
108
150
|
|
|
109
|
-
|
|
151
|
+
@include bpk-breakpoint-small-tablet {
|
|
110
152
|
margin-bottom: bpk-spacing-md();
|
|
111
153
|
|
|
112
|
-
@include bpk-
|
|
154
|
+
@include bpk-heading-1;
|
|
113
155
|
}
|
|
114
156
|
|
|
115
|
-
|
|
116
|
-
@include bpk-
|
|
157
|
+
@include bpk-breakpoint-mobile {
|
|
158
|
+
@include bpk-hero-5;
|
|
117
159
|
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
@include breakpoint-portrait-small {
|
|
121
|
-
&__sponsor-label {
|
|
122
|
-
margin-bottom: bpk-spacing-sm();
|
|
123
160
|
|
|
124
|
-
|
|
161
|
+
@include bpk-breakpoint-small-mobile {
|
|
162
|
+
@include bpk-heading-2;
|
|
125
163
|
}
|
|
164
|
+
}
|
|
126
165
|
|
|
127
|
-
|
|
128
|
-
|
|
166
|
+
&__subheading {
|
|
167
|
+
@include bpk-body-default;
|
|
129
168
|
|
|
130
|
-
|
|
169
|
+
@include bpk-breakpoint-small-tablet {
|
|
170
|
+
@include bpk-subheading;
|
|
131
171
|
}
|
|
132
172
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
@include bpk-heading-2;
|
|
173
|
+
@include bpk-breakpoint-mobile {
|
|
174
|
+
@include bpk-body-longform;
|
|
137
175
|
}
|
|
138
176
|
|
|
139
|
-
|
|
177
|
+
@include bpk-breakpoint-small-mobile {
|
|
140
178
|
@include bpk-body-default;
|
|
141
179
|
}
|
|
142
180
|
}
|
|
143
181
|
|
|
144
|
-
&
|
|
182
|
+
&__promo-content,
|
|
183
|
+
&__sponsor-content {
|
|
145
184
|
display: flex;
|
|
146
185
|
flex-direction: column;
|
|
147
186
|
|
|
148
|
-
@include breakpoint-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
&--start {
|
|
152
|
-
align-items: start;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
&--center {
|
|
156
|
-
align-items: center;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
&--end {
|
|
160
|
-
align-items: end;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
@include breakpoint-portrait {
|
|
165
|
-
justify-content: space-between;
|
|
166
|
-
|
|
167
|
-
&--inverted {
|
|
168
|
-
flex-direction: column-reverse;
|
|
169
|
-
}
|
|
187
|
+
@include bpk-breakpoint-above-tablet {
|
|
188
|
+
width: 22.5rem;
|
|
170
189
|
}
|
|
171
190
|
|
|
172
|
-
@include breakpoint-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
@include bpk-margin-leading(bpk-spacing-xxxl(), false);
|
|
176
|
-
@include bpk-margin-trailing(bpk-spacing-xxl(), false);
|
|
177
|
-
|
|
178
|
-
/* adjusting for 1.5rem different between margins */
|
|
179
|
-
&--center > * {
|
|
180
|
-
@include bpk-margin-trailing(bpk-spacing-lg());
|
|
181
|
-
}
|
|
191
|
+
@include bpk-breakpoint-tablet {
|
|
192
|
+
width: 20rem;
|
|
182
193
|
}
|
|
183
194
|
|
|
184
|
-
@include breakpoint-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
@include bpk-margin-trailing(bpk-spacing-xl(), false);
|
|
189
|
-
|
|
190
|
-
/* adjusting for 0.5rem different between margins */
|
|
191
|
-
&--center > * {
|
|
192
|
-
@include bpk-margin-trailing(bpk-spacing-md());
|
|
193
|
-
}
|
|
195
|
+
@include bpk-breakpoint-small-tablet {
|
|
196
|
+
width: initial;
|
|
197
|
+
align-items: initial;
|
|
198
|
+
text-align: initial;
|
|
194
199
|
}
|
|
195
200
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
201
|
+
&--start {
|
|
202
|
+
align-items: start;
|
|
203
|
+
text-align: start;
|
|
199
204
|
}
|
|
200
205
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
206
|
+
&--center {
|
|
207
|
+
align-items: center;
|
|
208
|
+
text-align: center;
|
|
204
209
|
}
|
|
205
210
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
211
|
+
&--end {
|
|
212
|
+
align-items: end;
|
|
213
|
+
text-align: end;
|
|
209
214
|
}
|
|
210
215
|
}
|
|
211
216
|
|
|
212
|
-
&__sponsor-content
|
|
213
|
-
&__promo-content {
|
|
217
|
+
&__sponsor-content {
|
|
214
218
|
display: flex;
|
|
219
|
+
margin-bottom: bpk-spacing-xl();
|
|
215
220
|
flex-direction: column;
|
|
216
221
|
|
|
217
|
-
@include breakpoint-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}
|
|
222
|
+
@include bpk-breakpoint-small-tablet {
|
|
223
|
+
margin-bottom: initial;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
222
226
|
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
text-align: center;
|
|
226
|
-
}
|
|
227
|
+
&__sponsor-label {
|
|
228
|
+
margin-bottom: bpk-spacing-sm();
|
|
227
229
|
|
|
228
|
-
|
|
229
|
-
align-items: start;
|
|
230
|
-
text-align: start;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
230
|
+
@include bpk-label-1;
|
|
233
231
|
|
|
234
|
-
@include breakpoint-
|
|
235
|
-
|
|
232
|
+
@include bpk-breakpoint-small-tablet {
|
|
233
|
+
margin-bottom: bpk-spacing-md();
|
|
234
|
+
|
|
235
|
+
@include bpk-heading-4;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
@include breakpoint-
|
|
239
|
-
|
|
238
|
+
@include bpk-breakpoint-mobile {
|
|
239
|
+
@include bpk-heading-3;
|
|
240
240
|
}
|
|
241
|
-
}
|
|
242
241
|
|
|
243
|
-
|
|
244
|
-
|
|
242
|
+
@include bpk-breakpoint-small-mobile {
|
|
243
|
+
margin-bottom: bpk-spacing-sm();
|
|
244
|
+
|
|
245
|
+
@include bpk-label-1;
|
|
246
|
+
}
|
|
245
247
|
}
|
|
246
248
|
|
|
247
249
|
&__sponsor-logo {
|
|
248
|
-
width:
|
|
250
|
+
width: auto;
|
|
251
|
+
max-width: 9.25rem;
|
|
252
|
+
height: auto;
|
|
253
|
+
max-height: 3.75rem;
|
|
249
254
|
}
|
|
250
255
|
|
|
251
256
|
&__cta {
|
|
252
|
-
|
|
253
|
-
margin-top: bpk-spacing-xl();
|
|
254
|
-
}
|
|
257
|
+
margin-top: bpk-spacing-xl();
|
|
255
258
|
|
|
256
|
-
@include breakpoint-
|
|
259
|
+
@include bpk-breakpoint-small-tablet {
|
|
257
260
|
display: none;
|
|
258
261
|
}
|
|
259
262
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-grid",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.13",
|
|
4
4
|
"description": "Backpack grid components.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"bpk-mixins": "^31.1.1",
|
|
18
|
-
"bpk-react-utils": "^6.0.
|
|
18
|
+
"bpk-react-utils": "^6.0.1",
|
|
19
19
|
"prop-types": "^15.7.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-grid-toggle",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.13",
|
|
4
4
|
"description": "Backpack vertical grid toggle component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-link": "^3.1.
|
|
17
|
+
"bpk-component-link": "^3.1.13",
|
|
18
18
|
"bpk-mixins": "^31.1.1",
|
|
19
|
-
"bpk-react-utils": "^6.0.
|
|
19
|
+
"bpk-react-utils": "^6.0.1",
|
|
20
20
|
"prop-types": "^15.7.2"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-horizontal-nav",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.15",
|
|
4
4
|
"description": "Backpack horizontal nav component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-mobile-scroll-container": "^3.1.
|
|
17
|
+
"bpk-component-mobile-scroll-container": "^3.1.13",
|
|
18
18
|
"bpk-mixins": "^31.1.1",
|
|
19
|
-
"bpk-react-utils": "^6.0.
|
|
19
|
+
"bpk-react-utils": "^6.0.1",
|
|
20
20
|
"prop-types": "^15.7.2"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@skyscanner/bpk-foundations-web": "^8.0.0",
|
|
27
|
-
"bpk-component-text": "^7.0.
|
|
28
|
-
"bpk-storybook-utils": "^1.1.
|
|
27
|
+
"bpk-component-text": "^7.0.7",
|
|
28
|
+
"bpk-storybook-utils": "^1.1.12"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-icon",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.14",
|
|
4
4
|
"description": "Backpack icon components.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"@skyscanner/bpk-foundations-web": "^8.0.0",
|
|
21
21
|
"@skyscanner/bpk-svgs": "^14.1.9",
|
|
22
22
|
"bpk-mixins": "^31.1.1",
|
|
23
|
-
"bpk-react-utils": "^6.0.
|
|
23
|
+
"bpk-react-utils": "^6.0.1",
|
|
24
24
|
"prop-types": "^15.7.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"bpk-component-button": "^6.2.
|
|
28
|
-
"bpk-component-list": "^4.0.
|
|
29
|
-
"bpk-component-text": "^7.0.
|
|
27
|
+
"bpk-component-button": "^6.2.8",
|
|
28
|
+
"bpk-component-list": "^4.0.6",
|
|
29
|
+
"bpk-component-text": "^7.0.7"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "^16.3.0 || ^17.0.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-image",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.15",
|
|
4
4
|
"description": "Backpack image component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@skyscanner/bpk-foundations-web": "^8.0.0",
|
|
18
|
-
"bpk-component-spinner": "^5.1.
|
|
18
|
+
"bpk-component-spinner": "^5.1.13",
|
|
19
19
|
"bpk-mixins": "^31.1.1",
|
|
20
|
-
"bpk-react-utils": "^6.0.
|
|
20
|
+
"bpk-react-utils": "^6.0.1",
|
|
21
21
|
"prop-types": "^15.7.2",
|
|
22
22
|
"react-transition-group": "^2.5.3"
|
|
23
23
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"react": "^16.3.0 || ^17.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"bpk-component-mobile-scroll-container": "^3.1.
|
|
29
|
-
"bpk-component-text": "^7.0.
|
|
28
|
+
"bpk-component-mobile-scroll-container": "^3.1.13",
|
|
29
|
+
"bpk-component-text": "^7.0.7"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-infinite-scroll",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.13",
|
|
4
4
|
"description": "Backpack infinite scroll component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"bpk-mixins": "^31.1.1",
|
|
18
|
-
"bpk-react-utils": "^6.0.
|
|
18
|
+
"bpk-react-utils": "^6.0.1",
|
|
19
19
|
"intersection-observer": "^0.7.0",
|
|
20
20
|
"prop-types": "^15.7.2"
|
|
21
21
|
},
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"react": "^16.3.0 || ^17.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"bpk-component-button": "^6.2.
|
|
27
|
-
"bpk-component-list": "^4.0.
|
|
28
|
-
"bpk-component-spinner": "^5.1.
|
|
29
|
-
"bpk-storybook-utils": "^1.1.
|
|
26
|
+
"bpk-component-button": "^6.2.8",
|
|
27
|
+
"bpk-component-list": "^4.0.6",
|
|
28
|
+
"bpk-component-spinner": "^5.1.13",
|
|
29
|
+
"bpk-storybook-utils": "^1.1.12"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-input",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.19",
|
|
4
4
|
"description": "Backpack input component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-icon": "^9.2.
|
|
17
|
+
"bpk-component-icon": "^9.2.14",
|
|
18
18
|
"bpk-mixins": "^31.1.1",
|
|
19
|
-
"bpk-react-utils": "^6.0.
|
|
19
|
+
"bpk-react-utils": "^6.0.1",
|
|
20
20
|
"prop-types": "^15.7.2"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": "^16.3.0 || ^17.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"bpk-component-banner-alert": "^6.1.
|
|
27
|
-
"bpk-component-label": "^5.1.
|
|
28
|
-
"bpk-storybook-utils": "^1.1.
|
|
26
|
+
"bpk-component-banner-alert": "^6.1.19",
|
|
27
|
+
"bpk-component-label": "^5.1.13",
|
|
28
|
+
"bpk-storybook-utils": "^1.1.12"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-label",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.13",
|
|
4
4
|
"description": "Backpack label component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"bpk-mixins": "^31.1.1",
|
|
18
|
-
"bpk-react-utils": "^6.0.
|
|
18
|
+
"bpk-react-utils": "^6.0.1",
|
|
19
19
|
"prop-types": "^15.7.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-link",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.13",
|
|
4
4
|
"description": "Backpack link component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"bpk-mixins": "^31.1.1",
|
|
18
|
-
"bpk-react-utils": "^6.0.
|
|
18
|
+
"bpk-react-utils": "^6.0.1",
|
|
19
19
|
"prop-types": "^15.7.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@skyscanner/bpk-foundations-web": "^8.0.0",
|
|
26
|
-
"bpk-storybook-utils": "^1.1.
|
|
26
|
+
"bpk-storybook-utils": "^1.1.12"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-list",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "Backpack list component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"bpk-mixins": "^31.1.1",
|
|
18
|
-
"bpk-react-utils": "^6.0.
|
|
18
|
+
"bpk-react-utils": "^6.0.1",
|
|
19
19
|
"prop-types": "^15.7.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bpk-component-loading-button",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.8",
|
|
4
4
|
"description": "Backpack loading button component.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
},
|
|
15
15
|
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"bpk-component-button": "^6.2.
|
|
18
|
-
"bpk-component-icon": "^9.2.
|
|
19
|
-
"bpk-component-spinner": "^5.1.
|
|
17
|
+
"bpk-component-button": "^6.2.8",
|
|
18
|
+
"bpk-component-icon": "^9.2.14",
|
|
19
|
+
"bpk-component-spinner": "^5.1.13",
|
|
20
20
|
"bpk-mixins": "^31.1.1",
|
|
21
|
-
"bpk-react-utils": "^6.0.
|
|
21
|
+
"bpk-react-utils": "^6.0.1",
|
|
22
22
|
"prop-types": "^15.7.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"bpk-storybook-utils": "^1.1.
|
|
25
|
+
"bpk-storybook-utils": "^1.1.12"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "^16.3.0 || ^17.0.0"
|