@patternfly/patternfly 5.0.0-alpha.67 → 5.0.0-alpha.69
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/components/InputGroup/input-group.css +0 -2
- package/components/InputGroup/input-group.scss +0 -4
- package/components/NumberInput/number-input.css +4 -2
- package/components/NumberInput/number-input.scss +5 -2
- package/components/Pagination/pagination.css +27 -27
- package/components/Pagination/pagination.scss +19 -16
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +4 -4
- package/docs/components/DatePicker/examples/DatePicker.md +6 -1
- package/docs/components/FileUpload/examples/FileUpload.md +21 -16
- package/docs/components/Form/examples/Form.md +51 -31
- package/docs/components/FormControl/examples/FormControl.md +1 -1
- package/docs/components/InlineEdit/examples/InlineEdit.md +11 -156
- package/docs/components/InputGroup/examples/InputGroup.md +9 -4
- package/docs/components/Login/examples/Login.md +20 -17
- package/docs/components/NumberInput/examples/NumberInput.md +7 -2
- package/docs/components/Pagination/examples/Pagination.md +1 -1
- package/docs/components/Select/examples/Select.md +4 -2
- package/docs/components/Wizard/examples/Wizard.md +7 -70
- package/docs/demos/Alert/examples/Alert.md +26 -8
- package/docs/demos/Button/examples/Button.md +12 -12
- package/docs/demos/Form/examples/BasicForms.md +18 -18
- package/docs/demos/HelperText/examples/HelperText.md +18 -3
- package/docs/demos/Modal/examples/Modal.md +6 -6
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/Toolbar/examples/Toolbar.md +11 -1
- package/docs/demos/Wizard/examples/Wizard.md +0 -56
- package/package.json +1 -1
- package/patternfly-no-globals.css +29 -29
- package/patternfly-theme-dark-unversioned.css +29 -29
- package/patternfly.css +29 -29
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -1073,7 +1073,6 @@ wrapperTag: div
|
|
|
1073
1073
|
<div class="pf-v5-c-form__group-control">
|
|
1074
1074
|
<div class="pf-v5-c-form-control">
|
|
1075
1075
|
<input
|
|
1076
|
-
required
|
|
1077
1076
|
type="text"
|
|
1078
1077
|
id="-wizard-form-field1"
|
|
1079
1078
|
name="-wizard-form-field1"
|
|
@@ -1094,7 +1093,6 @@ wrapperTag: div
|
|
|
1094
1093
|
<div class="pf-v5-c-form__group-control">
|
|
1095
1094
|
<div class="pf-v5-c-form-control">
|
|
1096
1095
|
<input
|
|
1097
|
-
required
|
|
1098
1096
|
type="text"
|
|
1099
1097
|
id="-wizard-form-field2"
|
|
1100
1098
|
name="-wizard-form-field2"
|
|
@@ -1115,7 +1113,6 @@ wrapperTag: div
|
|
|
1115
1113
|
<div class="pf-v5-c-form__group-control">
|
|
1116
1114
|
<div class="pf-v5-c-form-control">
|
|
1117
1115
|
<input
|
|
1118
|
-
required
|
|
1119
1116
|
type="text"
|
|
1120
1117
|
id="-wizard-form-field3"
|
|
1121
1118
|
name="-wizard-form-field3"
|
|
@@ -1136,7 +1133,6 @@ wrapperTag: div
|
|
|
1136
1133
|
<div class="pf-v5-c-form__group-control">
|
|
1137
1134
|
<div class="pf-v5-c-form-control">
|
|
1138
1135
|
<input
|
|
1139
|
-
required
|
|
1140
1136
|
type="text"
|
|
1141
1137
|
id="-wizard-form-field4"
|
|
1142
1138
|
name="-wizard-form-field4"
|
|
@@ -1157,7 +1153,6 @@ wrapperTag: div
|
|
|
1157
1153
|
<div class="pf-v5-c-form__group-control">
|
|
1158
1154
|
<div class="pf-v5-c-form-control">
|
|
1159
1155
|
<input
|
|
1160
|
-
required
|
|
1161
1156
|
type="text"
|
|
1162
1157
|
id="-wizard-form-field5"
|
|
1163
1158
|
name="-wizard-form-field5"
|
|
@@ -1178,7 +1173,6 @@ wrapperTag: div
|
|
|
1178
1173
|
<div class="pf-v5-c-form__group-control">
|
|
1179
1174
|
<div class="pf-v5-c-form-control">
|
|
1180
1175
|
<input
|
|
1181
|
-
required
|
|
1182
1176
|
type="text"
|
|
1183
1177
|
id="-wizard-form-field6"
|
|
1184
1178
|
name="-wizard-form-field6"
|
|
@@ -1199,7 +1193,6 @@ wrapperTag: div
|
|
|
1199
1193
|
<div class="pf-v5-c-form__group-control">
|
|
1200
1194
|
<div class="pf-v5-c-form-control">
|
|
1201
1195
|
<input
|
|
1202
|
-
required
|
|
1203
1196
|
type="text"
|
|
1204
1197
|
id="-wizard-form-field7"
|
|
1205
1198
|
name="-wizard-form-field7"
|
|
@@ -2292,7 +2285,6 @@ wrapperTag: div
|
|
|
2292
2285
|
<div class="pf-v5-c-form__group-control">
|
|
2293
2286
|
<div class="pf-v5-c-form-control">
|
|
2294
2287
|
<input
|
|
2295
|
-
required
|
|
2296
2288
|
type="text"
|
|
2297
2289
|
id="-form-field1"
|
|
2298
2290
|
name="-form-field1"
|
|
@@ -2310,7 +2302,6 @@ wrapperTag: div
|
|
|
2310
2302
|
<div class="pf-v5-c-form__group-control">
|
|
2311
2303
|
<div class="pf-v5-c-form-control">
|
|
2312
2304
|
<input
|
|
2313
|
-
required
|
|
2314
2305
|
type="text"
|
|
2315
2306
|
id="-form-field2"
|
|
2316
2307
|
name="-form-field2"
|
|
@@ -2328,7 +2319,6 @@ wrapperTag: div
|
|
|
2328
2319
|
<div class="pf-v5-c-form__group-control">
|
|
2329
2320
|
<div class="pf-v5-c-form-control">
|
|
2330
2321
|
<input
|
|
2331
|
-
required
|
|
2332
2322
|
type="text"
|
|
2333
2323
|
id="-form-field3"
|
|
2334
2324
|
name="-form-field3"
|
|
@@ -2346,7 +2336,6 @@ wrapperTag: div
|
|
|
2346
2336
|
<div class="pf-v5-c-form__group-control">
|
|
2347
2337
|
<div class="pf-v5-c-form-control">
|
|
2348
2338
|
<input
|
|
2349
|
-
required
|
|
2350
2339
|
type="text"
|
|
2351
2340
|
id="-form-field4"
|
|
2352
2341
|
name="-form-field4"
|
|
@@ -2364,7 +2353,6 @@ wrapperTag: div
|
|
|
2364
2353
|
<div class="pf-v5-c-form__group-control">
|
|
2365
2354
|
<div class="pf-v5-c-form-control">
|
|
2366
2355
|
<input
|
|
2367
|
-
required
|
|
2368
2356
|
type="text"
|
|
2369
2357
|
id="-form-field5"
|
|
2370
2358
|
name="-form-field5"
|
|
@@ -2382,7 +2370,6 @@ wrapperTag: div
|
|
|
2382
2370
|
<div class="pf-v5-c-form__group-control">
|
|
2383
2371
|
<div class="pf-v5-c-form-control">
|
|
2384
2372
|
<input
|
|
2385
|
-
required
|
|
2386
2373
|
type="text"
|
|
2387
2374
|
id="-form-field6"
|
|
2388
2375
|
name="-form-field6"
|
|
@@ -2400,7 +2387,6 @@ wrapperTag: div
|
|
|
2400
2387
|
<div class="pf-v5-c-form__group-control">
|
|
2401
2388
|
<div class="pf-v5-c-form-control">
|
|
2402
2389
|
<input
|
|
2403
|
-
required
|
|
2404
2390
|
type="text"
|
|
2405
2391
|
id="-form-field7"
|
|
2406
2392
|
name="-form-field7"
|
|
@@ -3502,7 +3488,6 @@ wrapperTag: div
|
|
|
3502
3488
|
<div class="pf-v5-c-form__group-control">
|
|
3503
3489
|
<div class="pf-v5-c-form-control">
|
|
3504
3490
|
<input
|
|
3505
|
-
required
|
|
3506
3491
|
type="text"
|
|
3507
3492
|
id="-wizard-form-field1"
|
|
3508
3493
|
name="-wizard-form-field1"
|
|
@@ -3523,7 +3508,6 @@ wrapperTag: div
|
|
|
3523
3508
|
<div class="pf-v5-c-form__group-control">
|
|
3524
3509
|
<div class="pf-v5-c-form-control">
|
|
3525
3510
|
<input
|
|
3526
|
-
required
|
|
3527
3511
|
type="text"
|
|
3528
3512
|
id="-wizard-form-field2"
|
|
3529
3513
|
name="-wizard-form-field2"
|
|
@@ -3544,7 +3528,6 @@ wrapperTag: div
|
|
|
3544
3528
|
<div class="pf-v5-c-form__group-control">
|
|
3545
3529
|
<div class="pf-v5-c-form-control">
|
|
3546
3530
|
<input
|
|
3547
|
-
required
|
|
3548
3531
|
type="text"
|
|
3549
3532
|
id="-wizard-form-field3"
|
|
3550
3533
|
name="-wizard-form-field3"
|
|
@@ -3565,7 +3548,6 @@ wrapperTag: div
|
|
|
3565
3548
|
<div class="pf-v5-c-form__group-control">
|
|
3566
3549
|
<div class="pf-v5-c-form-control">
|
|
3567
3550
|
<input
|
|
3568
|
-
required
|
|
3569
3551
|
type="text"
|
|
3570
3552
|
id="-wizard-form-field4"
|
|
3571
3553
|
name="-wizard-form-field4"
|
|
@@ -3586,7 +3568,6 @@ wrapperTag: div
|
|
|
3586
3568
|
<div class="pf-v5-c-form__group-control">
|
|
3587
3569
|
<div class="pf-v5-c-form-control">
|
|
3588
3570
|
<input
|
|
3589
|
-
required
|
|
3590
3571
|
type="text"
|
|
3591
3572
|
id="-wizard-form-field5"
|
|
3592
3573
|
name="-wizard-form-field5"
|
|
@@ -3607,7 +3588,6 @@ wrapperTag: div
|
|
|
3607
3588
|
<div class="pf-v5-c-form__group-control">
|
|
3608
3589
|
<div class="pf-v5-c-form-control">
|
|
3609
3590
|
<input
|
|
3610
|
-
required
|
|
3611
3591
|
type="text"
|
|
3612
3592
|
id="-wizard-form-field6"
|
|
3613
3593
|
name="-wizard-form-field6"
|
|
@@ -3628,7 +3608,6 @@ wrapperTag: div
|
|
|
3628
3608
|
<div class="pf-v5-c-form__group-control">
|
|
3629
3609
|
<div class="pf-v5-c-form-control">
|
|
3630
3610
|
<input
|
|
3631
|
-
required
|
|
3632
3611
|
type="text"
|
|
3633
3612
|
id="-wizard-form-field7"
|
|
3634
3613
|
name="-wizard-form-field7"
|
|
@@ -4787,7 +4766,6 @@ wrapperTag: div
|
|
|
4787
4766
|
<div class="pf-v5-c-form__group-control">
|
|
4788
4767
|
<div class="pf-v5-c-form-control">
|
|
4789
4768
|
<input
|
|
4790
|
-
required
|
|
4791
4769
|
type="text"
|
|
4792
4770
|
id="-wizard-form-field1"
|
|
4793
4771
|
name="-wizard-form-field1"
|
|
@@ -4808,7 +4786,6 @@ wrapperTag: div
|
|
|
4808
4786
|
<div class="pf-v5-c-form__group-control">
|
|
4809
4787
|
<div class="pf-v5-c-form-control">
|
|
4810
4788
|
<input
|
|
4811
|
-
required
|
|
4812
4789
|
type="text"
|
|
4813
4790
|
id="-wizard-form-field2"
|
|
4814
4791
|
name="-wizard-form-field2"
|
|
@@ -4829,7 +4806,6 @@ wrapperTag: div
|
|
|
4829
4806
|
<div class="pf-v5-c-form__group-control">
|
|
4830
4807
|
<div class="pf-v5-c-form-control">
|
|
4831
4808
|
<input
|
|
4832
|
-
required
|
|
4833
4809
|
type="text"
|
|
4834
4810
|
id="-wizard-form-field3"
|
|
4835
4811
|
name="-wizard-form-field3"
|
|
@@ -4850,7 +4826,6 @@ wrapperTag: div
|
|
|
4850
4826
|
<div class="pf-v5-c-form__group-control">
|
|
4851
4827
|
<div class="pf-v5-c-form-control">
|
|
4852
4828
|
<input
|
|
4853
|
-
required
|
|
4854
4829
|
type="text"
|
|
4855
4830
|
id="-wizard-form-field4"
|
|
4856
4831
|
name="-wizard-form-field4"
|
|
@@ -4871,7 +4846,6 @@ wrapperTag: div
|
|
|
4871
4846
|
<div class="pf-v5-c-form__group-control">
|
|
4872
4847
|
<div class="pf-v5-c-form-control">
|
|
4873
4848
|
<input
|
|
4874
|
-
required
|
|
4875
4849
|
type="text"
|
|
4876
4850
|
id="-wizard-form-field5"
|
|
4877
4851
|
name="-wizard-form-field5"
|
|
@@ -4892,7 +4866,6 @@ wrapperTag: div
|
|
|
4892
4866
|
<div class="pf-v5-c-form__group-control">
|
|
4893
4867
|
<div class="pf-v5-c-form-control">
|
|
4894
4868
|
<input
|
|
4895
|
-
required
|
|
4896
4869
|
type="text"
|
|
4897
4870
|
id="-wizard-form-field6"
|
|
4898
4871
|
name="-wizard-form-field6"
|
|
@@ -4913,7 +4886,6 @@ wrapperTag: div
|
|
|
4913
4886
|
<div class="pf-v5-c-form__group-control">
|
|
4914
4887
|
<div class="pf-v5-c-form-control">
|
|
4915
4888
|
<input
|
|
4916
|
-
required
|
|
4917
4889
|
type="text"
|
|
4918
4890
|
id="-wizard-form-field7"
|
|
4919
4891
|
name="-wizard-form-field7"
|
|
@@ -7151,7 +7123,6 @@ wrapperTag: div
|
|
|
7151
7123
|
<div class="pf-v5-c-form__group-control">
|
|
7152
7124
|
<div class="pf-v5-c-form-control">
|
|
7153
7125
|
<input
|
|
7154
|
-
required
|
|
7155
7126
|
type="text"
|
|
7156
7127
|
id="wizard-in-page-example-wizard-form-field1"
|
|
7157
7128
|
name="wizard-in-page-example-wizard-form-field1"
|
|
@@ -7172,7 +7143,6 @@ wrapperTag: div
|
|
|
7172
7143
|
<div class="pf-v5-c-form__group-control">
|
|
7173
7144
|
<div class="pf-v5-c-form-control">
|
|
7174
7145
|
<input
|
|
7175
|
-
required
|
|
7176
7146
|
type="text"
|
|
7177
7147
|
id="wizard-in-page-example-wizard-form-field2"
|
|
7178
7148
|
name="wizard-in-page-example-wizard-form-field2"
|
|
@@ -7193,7 +7163,6 @@ wrapperTag: div
|
|
|
7193
7163
|
<div class="pf-v5-c-form__group-control">
|
|
7194
7164
|
<div class="pf-v5-c-form-control">
|
|
7195
7165
|
<input
|
|
7196
|
-
required
|
|
7197
7166
|
type="text"
|
|
7198
7167
|
id="wizard-in-page-example-wizard-form-field3"
|
|
7199
7168
|
name="wizard-in-page-example-wizard-form-field3"
|
|
@@ -7214,7 +7183,6 @@ wrapperTag: div
|
|
|
7214
7183
|
<div class="pf-v5-c-form__group-control">
|
|
7215
7184
|
<div class="pf-v5-c-form-control">
|
|
7216
7185
|
<input
|
|
7217
|
-
required
|
|
7218
7186
|
type="text"
|
|
7219
7187
|
id="wizard-in-page-example-wizard-form-field4"
|
|
7220
7188
|
name="wizard-in-page-example-wizard-form-field4"
|
|
@@ -7235,7 +7203,6 @@ wrapperTag: div
|
|
|
7235
7203
|
<div class="pf-v5-c-form__group-control">
|
|
7236
7204
|
<div class="pf-v5-c-form-control">
|
|
7237
7205
|
<input
|
|
7238
|
-
required
|
|
7239
7206
|
type="text"
|
|
7240
7207
|
id="wizard-in-page-example-wizard-form-field5"
|
|
7241
7208
|
name="wizard-in-page-example-wizard-form-field5"
|
|
@@ -7256,7 +7223,6 @@ wrapperTag: div
|
|
|
7256
7223
|
<div class="pf-v5-c-form__group-control">
|
|
7257
7224
|
<div class="pf-v5-c-form-control">
|
|
7258
7225
|
<input
|
|
7259
|
-
required
|
|
7260
7226
|
type="text"
|
|
7261
7227
|
id="wizard-in-page-example-wizard-form-field6"
|
|
7262
7228
|
name="wizard-in-page-example-wizard-form-field6"
|
|
@@ -7277,7 +7243,6 @@ wrapperTag: div
|
|
|
7277
7243
|
<div class="pf-v5-c-form__group-control">
|
|
7278
7244
|
<div class="pf-v5-c-form-control">
|
|
7279
7245
|
<input
|
|
7280
|
-
required
|
|
7281
7246
|
type="text"
|
|
7282
7247
|
id="wizard-in-page-example-wizard-form-field7"
|
|
7283
7248
|
name="wizard-in-page-example-wizard-form-field7"
|
|
@@ -8308,7 +8273,6 @@ wrapperTag: div
|
|
|
8308
8273
|
<div class="pf-v5-c-form__group-control">
|
|
8309
8274
|
<div class="pf-v5-c-form-control">
|
|
8310
8275
|
<input
|
|
8311
|
-
required
|
|
8312
8276
|
type="text"
|
|
8313
8277
|
id="-form-field1"
|
|
8314
8278
|
name="-form-field1"
|
|
@@ -8326,7 +8290,6 @@ wrapperTag: div
|
|
|
8326
8290
|
<div class="pf-v5-c-form__group-control">
|
|
8327
8291
|
<div class="pf-v5-c-form-control">
|
|
8328
8292
|
<input
|
|
8329
|
-
required
|
|
8330
8293
|
type="text"
|
|
8331
8294
|
id="-form-field2"
|
|
8332
8295
|
name="-form-field2"
|
|
@@ -8344,7 +8307,6 @@ wrapperTag: div
|
|
|
8344
8307
|
<div class="pf-v5-c-form__group-control">
|
|
8345
8308
|
<div class="pf-v5-c-form-control">
|
|
8346
8309
|
<input
|
|
8347
|
-
required
|
|
8348
8310
|
type="text"
|
|
8349
8311
|
id="-form-field3"
|
|
8350
8312
|
name="-form-field3"
|
|
@@ -8362,7 +8324,6 @@ wrapperTag: div
|
|
|
8362
8324
|
<div class="pf-v5-c-form__group-control">
|
|
8363
8325
|
<div class="pf-v5-c-form-control">
|
|
8364
8326
|
<input
|
|
8365
|
-
required
|
|
8366
8327
|
type="text"
|
|
8367
8328
|
id="-form-field4"
|
|
8368
8329
|
name="-form-field4"
|
|
@@ -8380,7 +8341,6 @@ wrapperTag: div
|
|
|
8380
8341
|
<div class="pf-v5-c-form__group-control">
|
|
8381
8342
|
<div class="pf-v5-c-form-control">
|
|
8382
8343
|
<input
|
|
8383
|
-
required
|
|
8384
8344
|
type="text"
|
|
8385
8345
|
id="-form-field5"
|
|
8386
8346
|
name="-form-field5"
|
|
@@ -8398,7 +8358,6 @@ wrapperTag: div
|
|
|
8398
8358
|
<div class="pf-v5-c-form__group-control">
|
|
8399
8359
|
<div class="pf-v5-c-form-control">
|
|
8400
8360
|
<input
|
|
8401
|
-
required
|
|
8402
8361
|
type="text"
|
|
8403
8362
|
id="-form-field6"
|
|
8404
8363
|
name="-form-field6"
|
|
@@ -8416,7 +8375,6 @@ wrapperTag: div
|
|
|
8416
8375
|
<div class="pf-v5-c-form__group-control">
|
|
8417
8376
|
<div class="pf-v5-c-form-control">
|
|
8418
8377
|
<input
|
|
8419
|
-
required
|
|
8420
8378
|
type="text"
|
|
8421
8379
|
id="-form-field7"
|
|
8422
8380
|
name="-form-field7"
|
|
@@ -9452,7 +9410,6 @@ wrapperTag: div
|
|
|
9452
9410
|
<div class="pf-v5-c-form__group-control">
|
|
9453
9411
|
<div class="pf-v5-c-form-control">
|
|
9454
9412
|
<input
|
|
9455
|
-
required
|
|
9456
9413
|
type="text"
|
|
9457
9414
|
id="wizard-with-drawer-in-page-example-wizard-form-field1"
|
|
9458
9415
|
name="wizard-with-drawer-in-page-example-wizard-form-field1"
|
|
@@ -9473,7 +9430,6 @@ wrapperTag: div
|
|
|
9473
9430
|
<div class="pf-v5-c-form__group-control">
|
|
9474
9431
|
<div class="pf-v5-c-form-control">
|
|
9475
9432
|
<input
|
|
9476
|
-
required
|
|
9477
9433
|
type="text"
|
|
9478
9434
|
id="wizard-with-drawer-in-page-example-wizard-form-field2"
|
|
9479
9435
|
name="wizard-with-drawer-in-page-example-wizard-form-field2"
|
|
@@ -9494,7 +9450,6 @@ wrapperTag: div
|
|
|
9494
9450
|
<div class="pf-v5-c-form__group-control">
|
|
9495
9451
|
<div class="pf-v5-c-form-control">
|
|
9496
9452
|
<input
|
|
9497
|
-
required
|
|
9498
9453
|
type="text"
|
|
9499
9454
|
id="wizard-with-drawer-in-page-example-wizard-form-field3"
|
|
9500
9455
|
name="wizard-with-drawer-in-page-example-wizard-form-field3"
|
|
@@ -9515,7 +9470,6 @@ wrapperTag: div
|
|
|
9515
9470
|
<div class="pf-v5-c-form__group-control">
|
|
9516
9471
|
<div class="pf-v5-c-form-control">
|
|
9517
9472
|
<input
|
|
9518
|
-
required
|
|
9519
9473
|
type="text"
|
|
9520
9474
|
id="wizard-with-drawer-in-page-example-wizard-form-field4"
|
|
9521
9475
|
name="wizard-with-drawer-in-page-example-wizard-form-field4"
|
|
@@ -9536,7 +9490,6 @@ wrapperTag: div
|
|
|
9536
9490
|
<div class="pf-v5-c-form__group-control">
|
|
9537
9491
|
<div class="pf-v5-c-form-control">
|
|
9538
9492
|
<input
|
|
9539
|
-
required
|
|
9540
9493
|
type="text"
|
|
9541
9494
|
id="wizard-with-drawer-in-page-example-wizard-form-field5"
|
|
9542
9495
|
name="wizard-with-drawer-in-page-example-wizard-form-field5"
|
|
@@ -9557,7 +9510,6 @@ wrapperTag: div
|
|
|
9557
9510
|
<div class="pf-v5-c-form__group-control">
|
|
9558
9511
|
<div class="pf-v5-c-form-control">
|
|
9559
9512
|
<input
|
|
9560
|
-
required
|
|
9561
9513
|
type="text"
|
|
9562
9514
|
id="wizard-with-drawer-in-page-example-wizard-form-field6"
|
|
9563
9515
|
name="wizard-with-drawer-in-page-example-wizard-form-field6"
|
|
@@ -9578,7 +9530,6 @@ wrapperTag: div
|
|
|
9578
9530
|
<div class="pf-v5-c-form__group-control">
|
|
9579
9531
|
<div class="pf-v5-c-form-control">
|
|
9580
9532
|
<input
|
|
9581
|
-
required
|
|
9582
9533
|
type="text"
|
|
9583
9534
|
id="wizard-with-drawer-in-page-example-wizard-form-field7"
|
|
9584
9535
|
name="wizard-with-drawer-in-page-example-wizard-form-field7"
|
|
@@ -10663,7 +10614,6 @@ wrapperTag: div
|
|
|
10663
10614
|
<div class="pf-v5-c-form__group-control">
|
|
10664
10615
|
<div class="pf-v5-c-form-control">
|
|
10665
10616
|
<input
|
|
10666
|
-
required
|
|
10667
10617
|
type="text"
|
|
10668
10618
|
id="wizard-with-drawer-in-page-expanded-example-wizard-form-field1"
|
|
10669
10619
|
name="wizard-with-drawer-in-page-expanded-example-wizard-form-field1"
|
|
@@ -10684,7 +10634,6 @@ wrapperTag: div
|
|
|
10684
10634
|
<div class="pf-v5-c-form__group-control">
|
|
10685
10635
|
<div class="pf-v5-c-form-control">
|
|
10686
10636
|
<input
|
|
10687
|
-
required
|
|
10688
10637
|
type="text"
|
|
10689
10638
|
id="wizard-with-drawer-in-page-expanded-example-wizard-form-field2"
|
|
10690
10639
|
name="wizard-with-drawer-in-page-expanded-example-wizard-form-field2"
|
|
@@ -10705,7 +10654,6 @@ wrapperTag: div
|
|
|
10705
10654
|
<div class="pf-v5-c-form__group-control">
|
|
10706
10655
|
<div class="pf-v5-c-form-control">
|
|
10707
10656
|
<input
|
|
10708
|
-
required
|
|
10709
10657
|
type="text"
|
|
10710
10658
|
id="wizard-with-drawer-in-page-expanded-example-wizard-form-field3"
|
|
10711
10659
|
name="wizard-with-drawer-in-page-expanded-example-wizard-form-field3"
|
|
@@ -10726,7 +10674,6 @@ wrapperTag: div
|
|
|
10726
10674
|
<div class="pf-v5-c-form__group-control">
|
|
10727
10675
|
<div class="pf-v5-c-form-control">
|
|
10728
10676
|
<input
|
|
10729
|
-
required
|
|
10730
10677
|
type="text"
|
|
10731
10678
|
id="wizard-with-drawer-in-page-expanded-example-wizard-form-field4"
|
|
10732
10679
|
name="wizard-with-drawer-in-page-expanded-example-wizard-form-field4"
|
|
@@ -10747,7 +10694,6 @@ wrapperTag: div
|
|
|
10747
10694
|
<div class="pf-v5-c-form__group-control">
|
|
10748
10695
|
<div class="pf-v5-c-form-control">
|
|
10749
10696
|
<input
|
|
10750
|
-
required
|
|
10751
10697
|
type="text"
|
|
10752
10698
|
id="wizard-with-drawer-in-page-expanded-example-wizard-form-field5"
|
|
10753
10699
|
name="wizard-with-drawer-in-page-expanded-example-wizard-form-field5"
|
|
@@ -10768,7 +10714,6 @@ wrapperTag: div
|
|
|
10768
10714
|
<div class="pf-v5-c-form__group-control">
|
|
10769
10715
|
<div class="pf-v5-c-form-control">
|
|
10770
10716
|
<input
|
|
10771
|
-
required
|
|
10772
10717
|
type="text"
|
|
10773
10718
|
id="wizard-with-drawer-in-page-expanded-example-wizard-form-field6"
|
|
10774
10719
|
name="wizard-with-drawer-in-page-expanded-example-wizard-form-field6"
|
|
@@ -10789,7 +10734,6 @@ wrapperTag: div
|
|
|
10789
10734
|
<div class="pf-v5-c-form__group-control">
|
|
10790
10735
|
<div class="pf-v5-c-form-control">
|
|
10791
10736
|
<input
|
|
10792
|
-
required
|
|
10793
10737
|
type="text"
|
|
10794
10738
|
id="wizard-with-drawer-in-page-expanded-example-wizard-form-field7"
|
|
10795
10739
|
name="wizard-with-drawer-in-page-expanded-example-wizard-form-field7"
|
package/package.json
CHANGED
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.pf-v5-c-number-input .pf-v5-c-form-control, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
|
|
71
|
+
.pf-v5-c-number-input .pf-v5-c-form-control > :is(input), .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input) {
|
|
72
72
|
appearance: textfield;
|
|
73
73
|
}
|
|
74
|
-
.pf-v5-c-number-input .pf-v5-c-form-control::-webkit-inner-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control::-webkit-inner-spin-button, .pf-v5-c-number-input .pf-v5-c-form-control::-webkit-outer-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control::-webkit-outer-spin-button {
|
|
74
|
+
.pf-v5-c-number-input .pf-v5-c-form-control > :is(input)::-webkit-inner-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input)::-webkit-inner-spin-button, .pf-v5-c-number-input .pf-v5-c-form-control > :is(input)::-webkit-outer-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input)::-webkit-outer-spin-button {
|
|
75
75
|
appearance: none;
|
|
76
76
|
margin: 0;
|
|
77
77
|
}
|
|
@@ -15459,8 +15459,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15459
15459
|
--pf-v5-c-input-group__item--m-disabled__text--Color: var(--pf-v5-global--disabled-color--100);
|
|
15460
15460
|
--pf-v5-c-input-group__item--m-disabled--BorderBottomColor: transparent;
|
|
15461
15461
|
--pf-v5-c-input-group__item--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
|
|
15462
|
-
--pf-v5-c-input-group--c-form-control--invalid--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
15463
|
-
--pf-v5-c-input-group--c-form-control--MarginRight: 0;
|
|
15464
15462
|
display: flex;
|
|
15465
15463
|
width: 100%;
|
|
15466
15464
|
}
|
|
@@ -21684,7 +21682,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21684
21682
|
--pf-v5-c-pagination--m-bottom--child--MarginRight: 0;
|
|
21685
21683
|
--pf-v5-c-pagination--m-bottom--child--md--MarginRight: var(--pf-v5-global--spacer--lg);
|
|
21686
21684
|
--pf-v5-c-pagination--m-compact--child--MarginRight: var(--pf-v5-global--spacer--sm);
|
|
21687
|
-
--pf-v5-c-pagination--c-
|
|
21685
|
+
--pf-v5-c-pagination--c-menu-toggle--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
21688
21686
|
--pf-v5-c-pagination__nav--Display: none;
|
|
21689
21687
|
--pf-v5-c-pagination--m-display-summary__nav--Display: none;
|
|
21690
21688
|
--pf-v5-c-pagination--m-display-full__nav--Display: inline-flex;
|
|
@@ -21728,9 +21726,9 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21728
21726
|
--pf-v5-c-pagination--m-bottom--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
21729
21727
|
--pf-v5-c-pagination--m-bottom--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
21730
21728
|
--pf-v5-c-pagination--m-bottom--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--sm-top);
|
|
21731
|
-
--pf-v5-c-pagination--c-
|
|
21732
|
-
--pf-v5-c-pagination--m-display-summary--c-
|
|
21733
|
-
--pf-v5-c-pagination--m-display-full--c-
|
|
21729
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: none;
|
|
21730
|
+
--pf-v5-c-pagination--m-display-summary--c-menu-toggle--Display: none;
|
|
21731
|
+
--pf-v5-c-pagination--m-display-full--c-menu-toggle--Display: inline-flex;
|
|
21734
21732
|
display: flex;
|
|
21735
21733
|
flex-wrap: wrap;
|
|
21736
21734
|
align-items: center;
|
|
@@ -21747,7 +21745,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21747
21745
|
--pf-v5-c-pagination--m-bottom--child--MarginRight: var(--pf-v5-c-pagination--m-bottom--child--md--MarginRight);
|
|
21748
21746
|
--pf-v5-c-pagination--m-bottom__nav-control--c-button--OutlineOffset: 0;
|
|
21749
21747
|
--pf-v5-c-pagination--m-bottom--BoxShadow: none;
|
|
21750
|
-
--pf-v5-c-pagination--c-
|
|
21748
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: inline-flex;
|
|
21751
21749
|
--pf-v5-c-pagination__nav--Display: inline-flex;
|
|
21752
21750
|
--pf-v5-c-pagination__total-items--Display: none;
|
|
21753
21751
|
}
|
|
@@ -21763,8 +21761,9 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21763
21761
|
.pf-v5-c-pagination > *:not(:last-child):not(.pf-v5-c-pagination__total-items) {
|
|
21764
21762
|
margin-right: var(--pf-v5-c-pagination--child--MarginRight);
|
|
21765
21763
|
}
|
|
21766
|
-
.pf-v5-c-pagination .pf-v5-c-
|
|
21767
|
-
display: var(--pf-v5-c-pagination--c-
|
|
21764
|
+
.pf-v5-c-pagination .pf-v5-c-menu-toggle {
|
|
21765
|
+
display: var(--pf-v5-c-pagination--c-menu-toggle--Display);
|
|
21766
|
+
font-size: var(--pf-v5-c-pagination--c-menu-toggle--FontSize);
|
|
21768
21767
|
}
|
|
21769
21768
|
.pf-v5-c-pagination.pf-m-bottom {
|
|
21770
21769
|
--pf-v5-c-pagination--child--MarginRight: var(--pf-v5-c-pagination--m-bottom--child--MarginRight);
|
|
@@ -21794,7 +21793,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21794
21793
|
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
|
|
21795
21794
|
display: none;
|
|
21796
21795
|
}
|
|
21797
|
-
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-
|
|
21796
|
+
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-menu-toggle {
|
|
21798
21797
|
position: absolute;
|
|
21799
21798
|
display: block;
|
|
21800
21799
|
}
|
|
@@ -21817,7 +21816,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21817
21816
|
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
|
|
21818
21817
|
display: block;
|
|
21819
21818
|
}
|
|
21820
|
-
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-
|
|
21819
|
+
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
|
|
21820
|
+
display: inline-flex;
|
|
21821
|
+
}
|
|
21822
|
+
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-menu-toggle {
|
|
21821
21823
|
position: relative;
|
|
21822
21824
|
}
|
|
21823
21825
|
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav {
|
|
@@ -21842,9 +21844,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21842
21844
|
padding: var(--pf-v5-c-pagination--m-sticky--md--PaddingTop) var(--pf-v5-c-pagination--m-sticky--md--PaddingRight) var(--pf-v5-c-pagination--m-sticky--md--PaddingBottom) var(--pf-v5-c-pagination--m-sticky--md--PaddingLeft);
|
|
21843
21845
|
}
|
|
21844
21846
|
}
|
|
21845
|
-
.pf-v5-c-pagination .pf-v5-c-options-menu__toggle {
|
|
21846
|
-
font-size: var(--pf-v5-c-pagination--c-options-menu__toggle--FontSize);
|
|
21847
|
-
}
|
|
21848
21847
|
.pf-v5-c-pagination.pf-m-compact {
|
|
21849
21848
|
--pf-v5-c-pagination--child--MarginRight: var(--pf-v5-c-pagination--m-compact--child--MarginRight);
|
|
21850
21849
|
}
|
|
@@ -21882,19 +21881,18 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21882
21881
|
.pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
|
|
21883
21882
|
width: var(--pf-v5-c-pagination__nav-page-select--c-form-control--Width);
|
|
21884
21883
|
}
|
|
21885
|
-
|
|
21886
21884
|
.pf-v5-c-pagination__total-items {
|
|
21887
21885
|
display: var(--pf-v5-c-pagination__total-items--Display);
|
|
21888
21886
|
}
|
|
21889
21887
|
|
|
21890
21888
|
.pf-v5-c-pagination.pf-m-display-summary {
|
|
21891
21889
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-summary__nav--Display);
|
|
21892
|
-
--pf-v5-c-pagination--c-
|
|
21890
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-summary--c-menu-toggle--Display);
|
|
21893
21891
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-summary__total-items--Display);
|
|
21894
21892
|
}
|
|
21895
21893
|
.pf-v5-c-pagination.pf-m-display-full {
|
|
21896
21894
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-full__nav--Display);
|
|
21897
|
-
--pf-v5-c-pagination--c-
|
|
21895
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-full--c-menu-toggle--Display);
|
|
21898
21896
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-full__total-items--Display);
|
|
21899
21897
|
}
|
|
21900
21898
|
.pf-v5-c-pagination.pf-m-inset-none {
|
|
@@ -21918,12 +21916,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21918
21916
|
@media (min-width: 576px) {
|
|
21919
21917
|
.pf-v5-c-pagination.pf-m-display-summary-on-sm {
|
|
21920
21918
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-summary__nav--Display);
|
|
21921
|
-
--pf-v5-c-pagination--c-
|
|
21919
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-summary--c-menu-toggle--Display);
|
|
21922
21920
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-summary__total-items--Display);
|
|
21923
21921
|
}
|
|
21924
21922
|
.pf-v5-c-pagination.pf-m-display-full-on-sm {
|
|
21925
21923
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-full__nav--Display);
|
|
21926
|
-
--pf-v5-c-pagination--c-
|
|
21924
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-full--c-menu-toggle--Display);
|
|
21927
21925
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-full__total-items--Display);
|
|
21928
21926
|
}
|
|
21929
21927
|
.pf-v5-c-pagination.pf-m-inset-none-on-sm {
|
|
@@ -21948,12 +21946,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21948
21946
|
@media (min-width: 768px) {
|
|
21949
21947
|
.pf-v5-c-pagination.pf-m-display-summary-on-md {
|
|
21950
21948
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-summary__nav--Display);
|
|
21951
|
-
--pf-v5-c-pagination--c-
|
|
21949
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-summary--c-menu-toggle--Display);
|
|
21952
21950
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-summary__total-items--Display);
|
|
21953
21951
|
}
|
|
21954
21952
|
.pf-v5-c-pagination.pf-m-display-full-on-md {
|
|
21955
21953
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-full__nav--Display);
|
|
21956
|
-
--pf-v5-c-pagination--c-
|
|
21954
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-full--c-menu-toggle--Display);
|
|
21957
21955
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-full__total-items--Display);
|
|
21958
21956
|
}
|
|
21959
21957
|
.pf-v5-c-pagination.pf-m-inset-none-on-md {
|
|
@@ -21978,12 +21976,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21978
21976
|
@media (min-width: 992px) {
|
|
21979
21977
|
.pf-v5-c-pagination.pf-m-display-summary-on-lg {
|
|
21980
21978
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-summary__nav--Display);
|
|
21981
|
-
--pf-v5-c-pagination--c-
|
|
21979
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-summary--c-menu-toggle--Display);
|
|
21982
21980
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-summary__total-items--Display);
|
|
21983
21981
|
}
|
|
21984
21982
|
.pf-v5-c-pagination.pf-m-display-full-on-lg {
|
|
21985
21983
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-full__nav--Display);
|
|
21986
|
-
--pf-v5-c-pagination--c-
|
|
21984
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-full--c-menu-toggle--Display);
|
|
21987
21985
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-full__total-items--Display);
|
|
21988
21986
|
}
|
|
21989
21987
|
.pf-v5-c-pagination.pf-m-inset-none-on-lg {
|
|
@@ -22008,12 +22006,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22008
22006
|
@media (min-width: 1200px) {
|
|
22009
22007
|
.pf-v5-c-pagination.pf-m-display-summary-on-xl {
|
|
22010
22008
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-summary__nav--Display);
|
|
22011
|
-
--pf-v5-c-pagination--c-
|
|
22009
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-summary--c-menu-toggle--Display);
|
|
22012
22010
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-summary__total-items--Display);
|
|
22013
22011
|
}
|
|
22014
22012
|
.pf-v5-c-pagination.pf-m-display-full-on-xl {
|
|
22015
22013
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-full__nav--Display);
|
|
22016
|
-
--pf-v5-c-pagination--c-
|
|
22014
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-full--c-menu-toggle--Display);
|
|
22017
22015
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-full__total-items--Display);
|
|
22018
22016
|
}
|
|
22019
22017
|
.pf-v5-c-pagination.pf-m-inset-none-on-xl {
|
|
@@ -22038,12 +22036,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22038
22036
|
@media (min-width: 1450px) {
|
|
22039
22037
|
.pf-v5-c-pagination.pf-m-display-summary-on-2xl {
|
|
22040
22038
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-summary__nav--Display);
|
|
22041
|
-
--pf-v5-c-pagination--c-
|
|
22039
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-summary--c-menu-toggle--Display);
|
|
22042
22040
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-summary__total-items--Display);
|
|
22043
22041
|
}
|
|
22044
22042
|
.pf-v5-c-pagination.pf-m-display-full-on-2xl {
|
|
22045
22043
|
--pf-v5-c-pagination__nav--Display: var(--pf-v5-c-pagination--m-display-full__nav--Display);
|
|
22046
|
-
--pf-v5-c-pagination--c-
|
|
22044
|
+
--pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--m-display-full--c-menu-toggle--Display);
|
|
22047
22045
|
--pf-v5-c-pagination__total-items--Display: var(--pf-v5-c-pagination--m-display-full__total-items--Display);
|
|
22048
22046
|
}
|
|
22049
22047
|
.pf-v5-c-pagination.pf-m-inset-none-on-2xl {
|
|
@@ -30007,6 +30005,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30007
30005
|
}
|
|
30008
30006
|
.pf-v5-c-number-input .pf-v5-c-form-control {
|
|
30009
30007
|
width: var(--pf-v5-c-number-input--c-form-control--Width);
|
|
30008
|
+
}
|
|
30009
|
+
.pf-v5-c-number-input .pf-v5-c-form-control > :is(input) {
|
|
30010
30010
|
text-align: right;
|
|
30011
30011
|
}
|
|
30012
30012
|
|