hof 21.0.0 → 21.0.1-beta-payload-too-large

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.
@@ -6685,6 +6685,8 @@ input[type=number] {
6685
6685
  .js-enabled .govuk-tabs__tab:hover {
6686
6686
  color: rgba(11, 12, 12, 0.99);
6687
6687
  }
6688
+ }
6689
+ @media (min-width: 40.0625em) {
6688
6690
  .js-enabled .govuk-tabs__tab:active, .js-enabled .govuk-tabs__tab:focus {
6689
6691
  color: #0b0c0c;
6690
6692
  }
@@ -6703,6 +6705,8 @@ input[type=number] {
6703
6705
  bottom: 0;
6704
6706
  left: 0;
6705
6707
  }
6708
+ }
6709
+ @media (min-width: 40.0625em) {
6706
6710
  .js-enabled .govuk-tabs__panel {
6707
6711
  margin-bottom: 0;
6708
6712
  padding: 30px 20px;
@@ -6719,6 +6723,8 @@ input[type=number] {
6719
6723
  .js-enabled .govuk-tabs__panel > :last-child {
6720
6724
  margin-bottom: 0;
6721
6725
  }
6726
+ }
6727
+ @media (min-width: 40.0625em) {
6722
6728
  .js-enabled .govuk-tabs__panel--hidden {
6723
6729
  display: none;
6724
6730
  }
@@ -9173,247 +9179,6 @@ dl {
9173
9179
  padding-bottom: 0;
9174
9180
  }
9175
9181
 
9176
- .modal-dialog {
9177
- display: none;
9178
- }
9179
-
9180
- .modal-dialog--no-js-persistent {
9181
- display: inline-block;
9182
- }
9183
-
9184
- .js-enabled .modal-dialog--no-js-persistent {
9185
- display: none;
9186
- }
9187
- .js-enabled .modal-dialog--no-js-persistent[open], .js-enabled .modal-dialog--no-js-persistent .dialog-button {
9188
- display: inline-block;
9189
- }
9190
- .js-enabled .modal-dialog[open] {
9191
- display: inline-block;
9192
- }
9193
-
9194
- .modal-dialog[open] {
9195
- overflow-x: hidden;
9196
- overflow-y: auto;
9197
- max-height: 90vh;
9198
- padding: 0;
9199
- margin-bottom: 0;
9200
- margin-top: 0;
9201
- position: fixed;
9202
- top: 50% !important;
9203
- -webkit-transform: translate(0, -50%);
9204
- -ms-transform: translate(0, -50%);
9205
- transform: translate(0, -50%);
9206
- }
9207
-
9208
- @media (min-width: 641px) {
9209
- .modal-dialog[open] {
9210
- padding: 0;
9211
- }
9212
- }
9213
- .modal-dialog__inner {
9214
- padding: 20px;
9215
- }
9216
-
9217
- @media (min-width: 641px) {
9218
- .modal-dialog__inner {
9219
- padding: 30px;
9220
- }
9221
- }
9222
- .modal-dialog__inner__text {
9223
- font-family: "nta", Arial, sans-serif;
9224
- font-weight: 400;
9225
- text-transform: none;
9226
- font-size: 16px;
9227
- line-height: 1.25;
9228
- padding-top: 2px;
9229
- padding-bottom: 8px;
9230
- margin-bottom: 20px;
9231
- }
9232
-
9233
- @media (min-width: 641px) {
9234
- .modal-dialog__inner__text {
9235
- font-size: 19px;
9236
- line-height: 1.31579;
9237
- }
9238
- }
9239
- @media (min-width: 641px) {
9240
- .modal-dialog__inner__text {
9241
- padding-top: 0;
9242
- padding-bottom: 5px;
9243
- }
9244
- }
9245
- .modal-dialog__inner__button {
9246
- font-size: 19px;
9247
- margin-top: 10px;
9248
- }
9249
-
9250
- .modal-dialog__inner__link {
9251
- font-family: "nta", Arial, sans-serif;
9252
- font-weight: 400;
9253
- text-transform: none;
9254
- font-size: 16px;
9255
- line-height: 1.25;
9256
- padding-top: 2px;
9257
- padding-bottom: 8px;
9258
- background: none;
9259
- border: none;
9260
- vertical-align: middle;
9261
- margin-top: 20px;
9262
- }
9263
- .modal-dialog__inner__link:hover {
9264
- cursor: pointer;
9265
- }
9266
-
9267
- @media (min-width: 641px) {
9268
- .modal-dialog__inner__link {
9269
- font-size: 19px;
9270
- line-height: 1.31579;
9271
- }
9272
- }
9273
- @media (min-width: 641px) {
9274
- .modal-dialog__inner__link {
9275
- padding-top: 0;
9276
- padding-bottom: 5px;
9277
- }
9278
- }
9279
- @media (max-width: 640px) {
9280
- .modal-dialog__inner__link {
9281
- text-align: center;
9282
- display: block;
9283
- margin-top: 25px;
9284
- }
9285
- }
9286
- @media (min-width: 641px) {
9287
- .modal-dialog__inner__link {
9288
- position: absolute;
9289
- top: 50%;
9290
- transform: translateY(-50%);
9291
- padding: 0;
9292
- margin: 0 0 0 30px;
9293
- }
9294
- }
9295
- .modal-dialog__inner__block {
9296
- position: relative;
9297
- }
9298
-
9299
- .modal-dialog #dialog-title {
9300
- margin-top: 0;
9301
- }
9302
-
9303
- .dialog-is-open {
9304
- overflow: hidden;
9305
- }
9306
-
9307
- dialog {
9308
- left: 0;
9309
- right: 0;
9310
- width: -moz-fit-content;
9311
- width: -webkit-fit-content;
9312
- width: fit-content;
9313
- height: -moz-fit-content;
9314
- height: -webkit-fit-content;
9315
- height: fit-content;
9316
- margin: auto;
9317
- border: solid;
9318
- padding: 1em;
9319
- background: white;
9320
- color: black;
9321
- display: none;
9322
- border: 5px solid black;
9323
- }
9324
- dialog + .backdrop {
9325
- position: fixed;
9326
- top: 0;
9327
- right: 0;
9328
- bottom: 0;
9329
- left: 0;
9330
- background: rgba(0, 0, 0, 0.8);
9331
- }
9332
- dialog[open] {
9333
- display: block;
9334
- box-sizing: border-box;
9335
- margin: 0 auto;
9336
- padding: 15px;
9337
- width: 90%;
9338
- }
9339
- dialog[open] + .backdrop, dialog[open]::backdrop {
9340
- background: rgba(0, 0, 0, 0.8);
9341
- }
9342
-
9343
- @media (min-width: 641px) {
9344
- dialog[open] {
9345
- padding: 30px;
9346
- margin: 30px auto;
9347
- max-width: 500px;
9348
- }
9349
- }
9350
- .tabular-numbers {
9351
- font-family: "ntatabularnumbers", "nta", Arial, sans-serif;
9352
- }
9353
-
9354
- .dialog-sign-out-link {
9355
- font-family: "GDS Transport", arial, sans-serif;
9356
- -webkit-font-smoothing: antialiased;
9357
- -moz-osx-font-smoothing: grayscale;
9358
- font-weight: 400;
9359
- font-size: 18px;
9360
- font-size: 1.125rem;
9361
- line-height: 1.1111111111;
9362
- display: inline-block;
9363
- margin: 5px;
9364
- }
9365
- @media print {
9366
- .dialog-sign-out-link {
9367
- font-family: sans-serif;
9368
- }
9369
- }
9370
- @media (min-width: 40.0625em) {
9371
- .dialog-sign-out-link {
9372
- font-size: 24px;
9373
- font-size: 1.5rem;
9374
- line-height: 1.25;
9375
- }
9376
- }
9377
- @media print {
9378
- .dialog-sign-out-link {
9379
- font-size: 18pt;
9380
- line-height: 1.15;
9381
- }
9382
- }
9383
- @media (min-width: 40.0625em) {
9384
- .dialog-sign-out-link {
9385
- font-family: "GDS Transport", arial, sans-serif;
9386
- -webkit-font-smoothing: antialiased;
9387
- -moz-osx-font-smoothing: grayscale;
9388
- font-weight: 400;
9389
- font-size: 16px;
9390
- font-size: 1rem;
9391
- line-height: 1.25;
9392
- position: relative;
9393
- top: 2px;
9394
- padding: 0.526315em 0.789473em 0.263157em;
9395
- line-height: 1.5;
9396
- }
9397
- }
9398
- @media print and (min-width: 40.0625em) {
9399
- .dialog-sign-out-link {
9400
- font-family: sans-serif;
9401
- }
9402
- }
9403
- @media (min-width: 40.0625em) and (min-width: 40.0625em) {
9404
- .dialog-sign-out-link {
9405
- font-size: 19px;
9406
- font-size: 1.1875rem;
9407
- line-height: 1.3157894737;
9408
- }
9409
- }
9410
- @media print and (min-width: 40.0625em) {
9411
- .dialog-sign-out-link {
9412
- font-size: 14pt;
9413
- line-height: 1.15;
9414
- }
9415
- }
9416
-
9417
9182
  .validation-summary {
9418
9183
  padding-left: 11px;
9419
9184
  padding-right: 15px;