@patternfly/patternfly 5.4.0-prerelease.7 → 5.4.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.
@@ -90,7 +90,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
90
90
  <button
91
91
  class="pf-v5-c-button pf-m-plain"
92
92
  type="button"
93
- aria-label="Cancel edits"
93
+ aria-label="Cancel edits for row "
94
94
  >
95
95
  <i class="fas fa-times" aria-hidden="true"></i>
96
96
  </button>
@@ -145,7 +145,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
145
145
  <button
146
146
  class="pf-v5-c-button pf-m-plain"
147
147
  type="button"
148
- aria-label="Cancel edits"
148
+ aria-label="Cancel edits for row "
149
149
  >
150
150
  <i class="fas fa-times" aria-hidden="true"></i>
151
151
  </button>
@@ -204,7 +204,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
204
204
  <button
205
205
  class="pf-v5-c-button pf-m-plain"
206
206
  type="button"
207
- aria-label="Cancel edits"
207
+ aria-label="Cancel edits for row "
208
208
  >
209
209
  <i class="fas fa-times" aria-hidden="true"></i>
210
210
  </button>
@@ -277,7 +277,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
277
277
  <button
278
278
  class="pf-v5-c-button pf-m-plain"
279
279
  type="button"
280
- aria-label="Cancel edits"
280
+ aria-label="Cancel edits for row "
281
281
  >
282
282
  <i class="fas fa-times" aria-hidden="true"></i>
283
283
  </button>
@@ -338,7 +338,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
338
338
  <button
339
339
  class="pf-v5-c-button pf-m-plain"
340
340
  type="button"
341
- aria-label="Cancel edits"
341
+ aria-label="Cancel edits for row "
342
342
  >
343
343
  <i class="fas fa-times" aria-hidden="true"></i>
344
344
  </button>
@@ -396,8 +396,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
396
396
  <button
397
397
  class="pf-v5-c-button pf-m-plain"
398
398
  type="button"
399
- disabled
400
- aria-label="Save edits"
399
+ aria-label="Save edits for row "
401
400
  >
402
401
  <i class="fas fa-check" aria-hidden="true"></i>
403
402
  </button>
@@ -406,7 +405,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
406
405
  <button
407
406
  class="pf-v5-c-button pf-m-plain"
408
407
  type="button"
409
- aria-label="Cancel edits"
408
+ aria-label="Cancel edits for row "
410
409
  >
411
410
  <i class="fas fa-times" aria-hidden="true"></i>
412
411
  </button>
@@ -455,7 +454,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
455
454
  type="text"
456
455
  value="Text input description content"
457
456
  id="bulk-edit-table-example-row-1-text-input"
458
- aria-label="Text input"
457
+ aria-label="Text input for row 1"
459
458
  />
460
459
  </span>
461
460
  </div>
@@ -475,14 +474,18 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
475
474
  type="text"
476
475
  value="Text input disabled, description content"
477
476
  id="bulk-edit-table-example-row-1-text-input-disabled"
478
- aria-label="Disabled text input"
477
+ aria-label="Disabled text input for row 1"
479
478
  />
480
479
  </span>
481
480
  </div>
482
481
  </td>
483
482
  <td class="pf-v5-c-table__td" role="cell" data-label="Checkboxes">
484
483
  <div class="pf-v5-c-inline-edit__value">Check 1, Check 2</div>
485
- <div class="pf-v5-c-inline-edit__group pf-m-column">
484
+ <div
485
+ class="pf-v5-c-inline-edit__group pf-m-column"
486
+ role="group"
487
+ aria-label="Checkbox group for row 1"
488
+ >
486
489
  <div class="pf-v5-c-inline-edit__input">
487
490
  <div class="pf-v5-c-check">
488
491
  <input
@@ -520,7 +523,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
520
523
  <div
521
524
  class="pf-v5-c-inline-edit__group pf-m-column"
522
525
  role="radiogroup"
523
- aria-label="Radio group example"
526
+ aria-label="Radio group for row 1"
524
527
  >
525
528
  <div class="pf-v5-c-inline-edit__input">
526
529
  <div class="pf-v5-c-radio">
@@ -562,7 +565,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
562
565
  type="number"
563
566
  value="2"
564
567
  id="bulk-edit-table-example-row-1-number-input"
565
- aria-label="Number input"
568
+ aria-label="Number input for row 1"
566
569
  />
567
570
  </span>
568
571
  </div>
@@ -587,7 +590,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
587
590
  <button
588
591
  class="pf-v5-c-button pf-m-plain"
589
592
  type="button"
590
- aria-label="Cancel edits"
593
+ aria-label="Cancel edits for row 1"
591
594
  >
592
595
  <i class="fas fa-times" aria-hidden="true"></i>
593
596
  </button>
@@ -598,7 +601,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
598
601
  class="pf-v5-c-button pf-m-plain"
599
602
  type="button"
600
603
  id="bulk-edit-table-example-row-1-edit-button"
601
- aria-label="Edit"
604
+ aria-label="Edit row 1"
602
605
  aria-labelledby="bulk-edit-table-example-label bulk-edit-table-example-row-1-edit-button"
603
606
  >
604
607
  <i class="fas fa-pencil-alt" aria-hidden="true"></i>
@@ -679,7 +682,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
679
682
  type="text"
680
683
  value="Text input description content"
681
684
  id="bulk-edit-table-example-row-2-text-input"
682
- aria-label="Text input"
685
+ aria-label="Text input for row 2"
683
686
  />
684
687
  </span>
685
688
  </div>
@@ -699,14 +702,18 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
699
702
  type="text"
700
703
  value="Text input disabled, description content"
701
704
  id="bulk-edit-table-example-row-2-text-input-disabled"
702
- aria-label="Disabled text input"
705
+ aria-label="Disabled text input for row 2"
703
706
  />
704
707
  </span>
705
708
  </div>
706
709
  </td>
707
710
  <td class="pf-v5-c-table__td" role="cell" data-label="Checkboxes">
708
711
  <div class="pf-v5-c-inline-edit__value">Check 1, Check 2</div>
709
- <div class="pf-v5-c-inline-edit__group pf-m-column">
712
+ <div
713
+ class="pf-v5-c-inline-edit__group pf-m-column"
714
+ role="group"
715
+ aria-label="Checkbox group for row 2"
716
+ >
710
717
  <div class="pf-v5-c-inline-edit__input">
711
718
  <div class="pf-v5-c-check">
712
719
  <input
@@ -744,7 +751,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
744
751
  <div
745
752
  class="pf-v5-c-inline-edit__group pf-m-column"
746
753
  role="radiogroup"
747
- aria-label="Radio group example"
754
+ aria-label="Radio group for row 2"
748
755
  >
749
756
  <div class="pf-v5-c-inline-edit__input">
750
757
  <div class="pf-v5-c-radio">
@@ -786,7 +793,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
786
793
  type="number"
787
794
  value="2"
788
795
  id="bulk-edit-table-example-row-2-number-input"
789
- aria-label="Number input"
796
+ aria-label="Number input for row 2"
790
797
  />
791
798
  </span>
792
799
  </div>
@@ -811,7 +818,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
811
818
  <button
812
819
  class="pf-v5-c-button pf-m-plain"
813
820
  type="button"
814
- aria-label="Cancel edits"
821
+ aria-label="Cancel edits for row 2"
815
822
  >
816
823
  <i class="fas fa-times" aria-hidden="true"></i>
817
824
  </button>
@@ -822,7 +829,7 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
822
829
  class="pf-v5-c-button pf-m-plain"
823
830
  type="button"
824
831
  id="bulk-edit-table-example-row-2-edit-button"
825
- aria-label="Edit"
832
+ aria-label="Edit row 2"
826
833
  aria-labelledby="bulk-edit-table-example-label bulk-edit-table-example-row-2-edit-button"
827
834
  >
828
835
  <i class="fas fa-pencil-alt" aria-hidden="true"></i>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "5.4.0-prerelease.7",
4
+ "version": "5.4.0",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -46,9 +46,9 @@
46
46
  "@commitlint/config-conventional": "^18.4.3",
47
47
  "@fortawesome/fontawesome": "^1.1.8",
48
48
  "@octokit/rest": "^20.0.2",
49
- "@patternfly/documentation-framework": "5.16.10",
49
+ "@patternfly/documentation-framework": "5.16.13",
50
50
  "@patternfly/patternfly-a11y": "4.3.1",
51
- "@patternfly/react-code-editor": "5.3.3",
51
+ "@patternfly/react-code-editor": "5.3.4",
52
52
  "@patternfly/react-core": "5.3.4",
53
53
  "@patternfly/react-table": "5.3.4",
54
54
  "@starptech/prettyhtml": "^0.10.0",
@@ -108,5 +108,6 @@
108
108
  "publishConfig": {
109
109
  "registry": "https://registry.npmjs.org/",
110
110
  "access": "public"
111
- }
111
+ },
112
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
112
113
  }