@patternfly/patternfly 5.0.0-alpha.23 → 5.0.0-alpha.25

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.
Files changed (121) hide show
  1. package/base/_base.scss +0 -18
  2. package/base/_fonts.scss +22 -22
  3. package/base/_globals.scss +1 -1
  4. package/base/_icons.scss +1 -28
  5. package/base/_svg-icons.scss +6 -0
  6. package/base/_variables.scss +1 -1
  7. package/base/patternfly-fonts.css +17 -17
  8. package/base/patternfly-icons.css +1 -19
  9. package/base/themes/dark/_globals.scss +1 -1
  10. package/base/themes/dark/_variables.scss +1 -1
  11. package/components/AboutModalBox/about-modal-box.css +7 -7
  12. package/components/AboutModalBox/about-modal-box.scss +7 -7
  13. package/components/Alert/alert.css +3 -3
  14. package/components/Alert/alert.scss +3 -3
  15. package/components/Avatar/avatar.scss +2 -2
  16. package/components/Banner/banner.css +1 -1
  17. package/components/Banner/banner.scss +1 -1
  18. package/components/CalendarMonth/calendar-month.css +1 -1
  19. package/components/CalendarMonth/calendar-month.scss +2 -2
  20. package/components/Card/card.css +12 -10
  21. package/components/Card/card.scss +12 -10
  22. package/components/Chip/chip.css +1 -1
  23. package/components/Chip/chip.scss +1 -1
  24. package/components/ChipGroup/chip-group.css +4 -4
  25. package/components/ChipGroup/chip-group.scss +4 -4
  26. package/components/Content/content.css +5 -5
  27. package/components/Content/content.scss +9 -9
  28. package/components/DataList/data-list-grid.css +7 -7
  29. package/components/DataList/data-list-grid.scss +1 -1
  30. package/components/DataList/data-list.css +10 -10
  31. package/components/DataList/data-list.scss +3 -3
  32. package/components/DescriptionList/description-list.css +7 -7
  33. package/components/DescriptionList/description-list.scss +7 -7
  34. package/components/Divider/divider.css +2 -2
  35. package/components/Divider/divider.scss +3 -3
  36. package/components/Drawer/drawer.css +2 -2
  37. package/components/Drawer/drawer.scss +2 -2
  38. package/components/DualListSelector/dual-list-selector.css +1 -1
  39. package/components/DualListSelector/dual-list-selector.scss +1 -1
  40. package/components/EmptyState/empty-state.css +2 -2
  41. package/components/EmptyState/empty-state.scss +2 -2
  42. package/components/Form/form.css +12 -12
  43. package/components/Form/form.scss +7 -7
  44. package/components/Hint/hint.css +2 -2
  45. package/components/Hint/hint.scss +2 -2
  46. package/components/Label/label.css +6 -6
  47. package/components/Label/label.scss +7 -7
  48. package/components/LabelGroup/label-group.css +2 -2
  49. package/components/LabelGroup/label-group.scss +2 -2
  50. package/components/Login/login.css +10 -10
  51. package/components/Login/login.scss +10 -10
  52. package/components/Masthead/masthead.css +4 -4
  53. package/components/Masthead/masthead.scss +4 -4
  54. package/components/Menu/menu.css +6 -6
  55. package/components/Menu/menu.scss +31 -31
  56. package/components/MenuToggle/menu-toggle.css +1 -1
  57. package/components/MenuToggle/menu-toggle.scss +1 -1
  58. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  59. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  60. package/components/Nav/nav.css +1 -1
  61. package/components/Nav/nav.scss +2 -2
  62. package/components/NotificationDrawer/notification-drawer.css +3 -3
  63. package/components/NotificationDrawer/notification-drawer.scss +3 -3
  64. package/components/Page/page.css +11 -11
  65. package/components/Page/page.scss +12 -12
  66. package/components/Progress/progress.css +10 -10
  67. package/components/Progress/progress.scss +10 -10
  68. package/components/ProgressStepper/progress-stepper.css +5 -5
  69. package/components/ProgressStepper/progress-stepper.scss +5 -5
  70. package/components/SearchInput/search-input.css +2 -2
  71. package/components/SearchInput/search-input.scss +2 -2
  72. package/components/Select/select.css +1 -1
  73. package/components/Select/select.scss +1 -1
  74. package/components/Sidebar/sidebar.css +1 -1
  75. package/components/Sidebar/sidebar.scss +1 -1
  76. package/components/SimpleList/simple-list.css +1 -1
  77. package/components/SimpleList/simple-list.scss +2 -2
  78. package/components/Spinner/spinner.css +4 -4
  79. package/components/Spinner/spinner.scss +4 -4
  80. package/components/Table/table.css +1 -1
  81. package/components/Table/table.scss +1 -1
  82. package/components/TextInputGroup/text-input-group.css +2 -2
  83. package/components/TextInputGroup/text-input-group.scss +2 -2
  84. package/components/Tile/tile.css +1 -1
  85. package/components/Tile/tile.scss +1 -1
  86. package/components/Timestamp/timestamp.css +3 -3
  87. package/components/Timestamp/timestamp.scss +3 -3
  88. package/components/Toolbar/toolbar.css +2 -2
  89. package/components/Toolbar/toolbar.scss +2 -2
  90. package/components/Wizard/wizard.css +14 -1
  91. package/components/Wizard/wizard.scss +18 -2
  92. package/docs/components/Card/examples/Card.md +90 -32
  93. package/docs/components/Popover/examples/Popover.md +1 -2
  94. package/docs/components/Wizard/examples/Wizard.md +58 -59
  95. package/docs/demos/Card/examples/Card.md +50 -30
  96. package/docs/demos/CardView/examples/CardView.md +41 -15
  97. package/docs/demos/Dashboard/examples/Dashboard.md +18 -12
  98. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +30 -20
  99. package/docs/demos/Tabs/examples/Tabs.md +24 -12
  100. package/docs/demos/Wizard/examples/Wizard.md +60 -45
  101. package/layouts/Gallery/gallery.css +1 -1
  102. package/layouts/Gallery/gallery.scss +1 -1
  103. package/layouts/Grid/grid.css +2 -2
  104. package/layouts/Grid/grid.scss +2 -2
  105. package/package.json +7 -8
  106. package/patternfly-base-no-reset.css +18 -36
  107. package/patternfly-base.css +18 -36
  108. package/patternfly-no-reset.css +190 -193
  109. package/patternfly.css +190 -193
  110. package/patternfly.min.css +1 -1
  111. package/patternfly.min.css.map +1 -1
  112. package/sass-utilities/functions.scss +8 -24
  113. package/sass-utilities/mixins.scss +15 -39
  114. package/sass-utilities/scss-variables.scss +1 -0
  115. package/utilities/Spacing/spacing.scss +2 -2
  116. package/base/_shield-inheritable.scss +0 -69
  117. package/base/_shield-noninheritable.scss +0 -13
  118. package/base/patternfly-shield-inheritable.css +0 -66
  119. package/base/patternfly-shield-inheritable.scss +0 -4
  120. package/base/patternfly-shield-noninheritable.css +0 -9
  121. package/base/patternfly-shield-noninheritable.scss +0 -4
@@ -6683,9 +6683,10 @@ wrapperTag: div
6683
6683
  </div>
6684
6684
  </div>
6685
6685
  <div class="pf-c-card__title">
6686
- <p
6686
+ <h2
6687
+ class="pf-c-card__title-text"
6687
6688
  id="primary-detail-card-view-expanded-example-drawer-card-1-check-label"
6688
- >Patternfly</p>
6689
+ >Patternfly</h2>
6689
6690
  <div class="pf-c-content">
6690
6691
  <small>Provided by Red Hat</small>
6691
6692
  </div>
@@ -6765,9 +6766,10 @@ wrapperTag: div
6765
6766
  </div>
6766
6767
  </div>
6767
6768
  <div class="pf-c-card__title">
6768
- <p
6769
+ <h2
6770
+ class="pf-c-card__title-text"
6769
6771
  id="primary-detail-card-view-expanded-example-drawer-card-2-check-label"
6770
- >ActiveMQ</p>
6772
+ >ActiveQ</h2>
6771
6773
  <div class="pf-c-content">
6772
6774
  <small>Provided by Red Hat</small>
6773
6775
  </div>
@@ -6847,9 +6849,10 @@ wrapperTag: div
6847
6849
  </div>
6848
6850
  </div>
6849
6851
  <div class="pf-c-card__title">
6850
- <p
6852
+ <h2
6853
+ class="pf-c-card__title-text"
6851
6854
  id="primary-detail-card-view-expanded-example-drawer-card-3-check-label"
6852
- >Apache Spark</p>
6855
+ >Apache Spark</h2>
6853
6856
  <div class="pf-c-content">
6854
6857
  <small>Provided by Red Hat</small>
6855
6858
  </div>
@@ -6929,9 +6932,10 @@ wrapperTag: div
6929
6932
  </div>
6930
6933
  </div>
6931
6934
  <div class="pf-c-card__title">
6932
- <p
6935
+ <h2
6936
+ class="pf-c-card__title-text"
6933
6937
  id="primary-detail-card-view-expanded-example-drawer-card-4-check-label"
6934
- >Avro</p>
6938
+ >Avro</h2>
6935
6939
  <div class="pf-c-content">
6936
6940
  <small>Provided by Red Hat</small>
6937
6941
  </div>
@@ -7011,9 +7015,10 @@ wrapperTag: div
7011
7015
  </div>
7012
7016
  </div>
7013
7017
  <div class="pf-c-card__title">
7014
- <p
7018
+ <h2
7019
+ class="pf-c-card__title-text"
7015
7020
  id="primary-detail-card-view-expanded-example-drawer-card-5-check-label"
7016
- >Azure Services</p>
7021
+ >Azure Services</h2>
7017
7022
  <div class="pf-c-content">
7018
7023
  <small>Provided by Red Hat</small>
7019
7024
  </div>
@@ -7093,9 +7098,10 @@ wrapperTag: div
7093
7098
  </div>
7094
7099
  </div>
7095
7100
  <div class="pf-c-card__title">
7096
- <p
7101
+ <h2
7102
+ class="pf-c-card__title-text"
7097
7103
  id="primary-detail-card-view-expanded-example-drawer-card-6-check-label"
7098
- >Crypto</p>
7104
+ >Crypto</h2>
7099
7105
  <div class="pf-c-content">
7100
7106
  <small>Provided by Red Hat</small>
7101
7107
  </div>
@@ -7174,9 +7180,10 @@ wrapperTag: div
7174
7180
  </div>
7175
7181
  </div>
7176
7182
  <div class="pf-c-card__title">
7177
- <p
7183
+ <h2
7184
+ class="pf-c-card__title-text"
7178
7185
  id="primary-detail-card-view-expanded-example-drawer-card-7-check-label"
7179
- >Patternfly</p>
7186
+ >Patternfly</h2>
7180
7187
  <div class="pf-c-content">
7181
7188
  <small>Provided by Red Hat</small>
7182
7189
  </div>
@@ -7255,9 +7262,10 @@ wrapperTag: div
7255
7262
  </div>
7256
7263
  </div>
7257
7264
  <div class="pf-c-card__title">
7258
- <p
7265
+ <h2
7266
+ class="pf-c-card__title-text"
7259
7267
  id="primary-detail-card-view-expanded-example-drawer-card-8-check-label"
7260
- >Patternfly</p>
7268
+ >Patternfly</h2>
7261
7269
  <div class="pf-c-content">
7262
7270
  <small>Provided by Red Hat</small>
7263
7271
  </div>
@@ -7336,9 +7344,10 @@ wrapperTag: div
7336
7344
  </div>
7337
7345
  </div>
7338
7346
  <div class="pf-c-card__title">
7339
- <p
7347
+ <h2
7348
+ class="pf-c-card__title-text"
7340
7349
  id="primary-detail-card-view-expanded-example-drawer-card-9-check-label"
7341
- >Patternfly</p>
7350
+ >Patternfly</h2>
7342
7351
  <div class="pf-c-content">
7343
7352
  <small>Provided by Red Hat</small>
7344
7353
  </div>
@@ -7417,9 +7426,10 @@ wrapperTag: div
7417
7426
  </div>
7418
7427
  </div>
7419
7428
  <div class="pf-c-card__title">
7420
- <p
7429
+ <h2
7430
+ class="pf-c-card__title-text"
7421
7431
  id="primary-detail-card-view-expanded-example-drawer-card-10-check-label"
7422
- >Patternfly</p>
7432
+ >Patternfly</h2>
7423
7433
  <div class="pf-c-content">
7424
7434
  <small>Provided by Red Hat</small>
7425
7435
  </div>
@@ -6053,7 +6053,9 @@ section: components
6053
6053
  class="pf-c-card pf-m-selectable-raised pf-m-compact"
6054
6054
  id="modal-tabs-example-card-1"
6055
6055
  >
6056
- <div class="pf-c-card__title">PatternFly</div>
6056
+ <div class="pf-c-card__title">
6057
+ <h2 class="pf-c-card__title-text">PatternFly</h2>
6058
+ </div>
6057
6059
  <div
6058
6060
  class="pf-c-card__body"
6059
6061
  >PatternFly is a community project that promotes design commonality and improves user experience.</div>
@@ -6062,7 +6064,9 @@ section: components
6062
6064
  class="pf-c-card pf-m-selectable-raised pf-m-compact"
6063
6065
  id="modal-tabs-example-card-2"
6064
6066
  >
6065
- <div class="pf-c-card__title">ActiveMQ</div>
6067
+ <div class="pf-c-card__title">
6068
+ <h2 class="pf-c-card__title-text">ActiveMQ</h2>
6069
+ </div>
6066
6070
  <div
6067
6071
  class="pf-c-card__body"
6068
6072
  >The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
@@ -6071,7 +6075,9 @@ section: components
6071
6075
  class="pf-c-card pf-m-selectable-raised pf-m-compact"
6072
6076
  id="modal-tabs-example-card-3"
6073
6077
  >
6074
- <div class="pf-c-card__title">Apache Spark</div>
6078
+ <div class="pf-c-card__title">
6079
+ <h2 class="pf-c-card__title-text">Apache Spark</h2>
6080
+ </div>
6075
6081
  <div
6076
6082
  class="pf-c-card__body"
6077
6083
  >This documentation page covers the Apache Spark component for the Apache Camel.</div>
@@ -7082,9 +7088,11 @@ section: components
7082
7088
  class="pf-l-grid pf-m-all-6-col-on-md pf-m-all-3-col-on-2xl pf-m-gutter"
7083
7089
  >
7084
7090
  <div class="pf-c-card pf-m-flat">
7085
- <div
7086
- class="pf-c-card__title"
7087
- >Check system requirements</div>
7091
+ <div class="pf-c-card__title">
7092
+ <h2
7093
+ class="pf-c-card__title-text"
7094
+ >Check system requirements</h2>
7095
+ </div>
7088
7096
  <div class="pf-c-card__body">
7089
7097
  <p>
7090
7098
  Your physical or virtual machine should meet the
@@ -7093,9 +7101,11 @@ section: components
7093
7101
  </div>
7094
7102
  </div>
7095
7103
  <div class="pf-c-card pf-m-flat">
7096
- <div
7097
- class="pf-c-card__title"
7098
- >Download an installation ISO image</div>
7104
+ <div class="pf-c-card__title">
7105
+ <h2
7106
+ class="pf-c-card__title-text"
7107
+ >Download an installation ISO image</h2>
7108
+ </div>
7099
7109
  <div class="pf-c-card__body">
7100
7110
  <p>
7101
7111
  <a href="#">Download</a>&nbsp;the binary DVD ISO.
@@ -7103,9 +7113,11 @@ section: components
7103
7113
  </div>
7104
7114
  </div>
7105
7115
  <div class="pf-c-card pf-m-flat">
7106
- <div
7107
- class="pf-c-card__title"
7108
- >Create a bootable installation media</div>
7116
+ <div class="pf-c-card__title">
7117
+ <h2
7118
+ class="pf-c-card__title-text"
7119
+ >Create a bootable installation media</h2>
7120
+ </div>
7109
7121
  <div class="pf-c-card__body">
7110
7122
  <p>
7111
7123
  <a href="#">Create</a>&nbsp;a bootable installation media, for example a USB flash drive.
@@ -924,15 +924,18 @@ wrapperTag: div
924
924
  >
925
925
  <div class="pf-c-wizard">
926
926
  <div class="pf-c-wizard__header">
927
- <button
928
- class="pf-c-button pf-m-plain pf-c-wizard__close"
929
- type="button"
930
- aria-label="Close"
931
- >
932
- <i class="fas fa-times" aria-hidden="true"></i>
933
- </button>
934
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
935
-
927
+ <div class="pf-c-wizard__close">
928
+ <button
929
+ class="pf-c-button pf-m-plain"
930
+ type="button"
931
+ aria-label="Close"
932
+ >
933
+ <i class="fas fa-times" aria-hidden="true"></i>
934
+ </button>
935
+ </div>
936
+ <div class="pf-c-wizard__title">
937
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
938
+ </div>
936
939
  <div
937
940
  class="pf-c-wizard__description"
938
941
  >Here is where the description goes</div>
@@ -2056,15 +2059,18 @@ wrapperTag: div
2056
2059
  >
2057
2060
  <div class="pf-c-wizard">
2058
2061
  <div class="pf-c-wizard__header">
2059
- <button
2060
- class="pf-c-button pf-m-plain pf-c-wizard__close"
2061
- type="button"
2062
- aria-label="Close"
2063
- >
2064
- <i class="fas fa-times" aria-hidden="true"></i>
2065
- </button>
2066
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
2067
-
2062
+ <div class="pf-c-wizard__close">
2063
+ <button
2064
+ class="pf-c-button pf-m-plain"
2065
+ type="button"
2066
+ aria-label="Close"
2067
+ >
2068
+ <i class="fas fa-times" aria-hidden="true"></i>
2069
+ </button>
2070
+ </div>
2071
+ <div class="pf-c-wizard__title">
2072
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
2073
+ </div>
2068
2074
  <div
2069
2075
  class="pf-c-wizard__description"
2070
2076
  >Here is where the description goes</div>
@@ -3188,15 +3194,18 @@ wrapperTag: div
3188
3194
  >
3189
3195
  <div class="pf-c-wizard">
3190
3196
  <div class="pf-c-wizard__header">
3191
- <button
3192
- class="pf-c-button pf-m-plain pf-c-wizard__close"
3193
- type="button"
3194
- aria-label="Close"
3195
- >
3196
- <i class="fas fa-times" aria-hidden="true"></i>
3197
- </button>
3198
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
3199
-
3197
+ <div class="pf-c-wizard__close">
3198
+ <button
3199
+ class="pf-c-button pf-m-plain"
3200
+ type="button"
3201
+ aria-label="Close"
3202
+ >
3203
+ <i class="fas fa-times" aria-hidden="true"></i>
3204
+ </button>
3205
+ </div>
3206
+ <div class="pf-c-wizard__title">
3207
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
3208
+ </div>
3200
3209
  <div
3201
3210
  class="pf-c-wizard__description"
3202
3211
  >Here is where the description goes</div>
@@ -4398,15 +4407,18 @@ wrapperTag: div
4398
4407
  >
4399
4408
  <div class="pf-c-wizard">
4400
4409
  <div class="pf-c-wizard__header">
4401
- <button
4402
- class="pf-c-button pf-m-plain pf-c-wizard__close"
4403
- type="button"
4404
- aria-label="Close"
4405
- >
4406
- <i class="fas fa-times" aria-hidden="true"></i>
4407
- </button>
4408
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
4409
-
4410
+ <div class="pf-c-wizard__close">
4411
+ <button
4412
+ class="pf-c-button pf-m-plain"
4413
+ type="button"
4414
+ aria-label="Close"
4415
+ >
4416
+ <i class="fas fa-times" aria-hidden="true"></i>
4417
+ </button>
4418
+ </div>
4419
+ <div class="pf-c-wizard__title">
4420
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
4421
+ </div>
4410
4422
  <div
4411
4423
  class="pf-c-wizard__description"
4412
4424
  >Here is where the description goes</div>
@@ -5602,15 +5614,18 @@ wrapperTag: div
5602
5614
  >
5603
5615
  <div class="pf-c-wizard">
5604
5616
  <div class="pf-c-wizard__header">
5605
- <button
5606
- class="pf-c-button pf-m-plain pf-c-wizard__close"
5607
- type="button"
5608
- aria-label="Close"
5609
- >
5610
- <i class="fas fa-times" aria-hidden="true"></i>
5611
- </button>
5612
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
5613
-
5617
+ <div class="pf-c-wizard__close">
5618
+ <button
5619
+ class="pf-c-button pf-m-plain"
5620
+ type="button"
5621
+ aria-label="Close"
5622
+ >
5623
+ <i class="fas fa-times" aria-hidden="true"></i>
5624
+ </button>
5625
+ </div>
5626
+ <div class="pf-c-wizard__title">
5627
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
5628
+ </div>
5614
5629
  <div
5615
5630
  class="pf-c-wizard__description"
5616
5631
  >Here is where the description goes</div>
@@ -7,8 +7,8 @@
7
7
  --pf-l-gallery--GridTemplateColumns: repeat(auto-fill, minmax(var(--pf-l-gallery--GridTemplateColumns--minmax--min), var(--pf-l-gallery--GridTemplateColumns--minmax--max)));
8
8
  --pf-l-gallery--GridTemplateRows: auto;
9
9
  display: grid;
10
- grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
11
10
  grid-template-rows: var(--pf-l-gallery--GridTemplateRows);
11
+ grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
12
12
  --pf-l-gallery--GridTemplateColumns--minmax--min: var(--pf-l-gallery--GridTemplateColumns--min);
13
13
  --pf-l-gallery--GridTemplateColumns--minmax--max: var(--pf-l-gallery--GridTemplateColumns--max);
14
14
  }
@@ -10,8 +10,8 @@ $pf-l-gallery--breakpoint-map: build-breakpoint-map();
10
10
  --pf-l-gallery--GridTemplateRows: auto;
11
11
 
12
12
  display: grid;
13
- grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
14
13
  grid-template-rows: var(--pf-l-gallery--GridTemplateRows);
14
+ grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
15
15
 
16
16
  &.pf-m-gutter {
17
17
  grid-gap: var(--pf-l-gallery--m-gutter--GridGap);
@@ -8,10 +8,10 @@
8
8
  }
9
9
  .pf-l-grid > *,
10
10
  .pf-l-grid .pf-l-grid__item {
11
- min-width: 0;
12
- min-height: 0;
13
11
  grid-column-start: var(--pf-l-grid__item--GridColumnStart);
14
12
  grid-column-end: var(--pf-l-grid__item--GridColumnEnd);
13
+ min-width: 0;
14
+ min-height: 0;
15
15
  order: var(--pf-l-grid--item--Order);
16
16
  }
17
17
  @media (min-width: 576px) {
@@ -50,10 +50,10 @@ $pf-l-grid--breakpoint-map: build-breakpoint-map(); // currently only used for c
50
50
 
51
51
  > *,
52
52
  .pf-l-grid__item {
53
- min-width: 0;
54
- min-height: 0;
55
53
  grid-column-start: var(--pf-l-grid__item--GridColumnStart);
56
54
  grid-column-end: var(--pf-l-grid__item--GridColumnEnd);
55
+ min-width: 0;
56
+ min-height: 0;
57
57
 
58
58
  @include pf-build-css-variable-stack("order", "--pf-l-grid--item--Order", $pf-l-grid--breakpoint-map);
59
59
  }
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.0.0-alpha.23",
4
+ "version": "5.0.0-alpha.25",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -69,6 +69,7 @@
69
69
  "gulp-postcss": "^9.0.1",
70
70
  "gulp-rename": "^2.0.0",
71
71
  "gulp-sourcemaps": "^3.0.0",
72
+ "husky": "^8.0.3",
72
73
  "lint-staged": "^13.1.1",
73
74
  "node-plop": "^0.31.1",
74
75
  "postcss": "^8.4.21",
@@ -80,18 +81,16 @@
80
81
  "remark-parse": "^10.0.1",
81
82
  "remark-stringify": "^10.0.2",
82
83
  "rimraf": "*",
83
- "sass": "^1.58.0",
84
+ "sass": "^1.58.3",
84
85
  "sass-graph": "^4.0.1",
85
- "stylelint": "^15.0.0",
86
- "stylelint-config-recommended-scss": "^8.0.0",
86
+ "stylelint": "^15.2.0",
87
+ "stylelint-config-recess-order": "^4.0.0",
87
88
  "stylelint-config-standard": "^30.0.1",
88
- "stylelint-order": "^6.0.2",
89
- "stylelint-scss": "^4.3.0",
89
+ "stylelint-config-standard-scss": "^7.0.1",
90
90
  "stylelint-value-no-unknown-custom-properties": "^4.0.0",
91
91
  "surge": "^0.23.1",
92
92
  "unified": "^10.1.2",
93
- "webpack": "^5.75.0",
94
- "husky": "^8.0.3"
93
+ "webpack": "^5.75.0"
95
94
  },
96
95
  "resolutions": {
97
96
  "@babel/preset-env": "7.18.2",
@@ -376,121 +376,121 @@
376
376
 
377
377
  @font-face {
378
378
  font-family: "RedHatDisplay";
379
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
380
379
  font-style: normal;
381
380
  font-weight: 300;
381
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
382
382
  text-rendering: optimizelegibility;
383
383
  }
384
384
  @font-face {
385
385
  font-family: "RedHatDisplay";
386
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
387
386
  font-style: normal;
388
387
  font-weight: 400;
388
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
389
389
  text-rendering: optimizelegibility;
390
390
  }
391
391
  @font-face {
392
392
  font-family: "RedHatDisplay";
393
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
394
393
  font-style: normal;
395
394
  font-weight: 700;
395
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
396
396
  text-rendering: optimizelegibility;
397
397
  }
398
398
  @font-face {
399
399
  font-family: "RedHatText";
400
- src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
401
400
  font-style: normal;
402
401
  font-weight: 400;
402
+ src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
403
403
  text-rendering: optimizelegibility;
404
404
  }
405
405
  @font-face {
406
406
  font-family: "RedHatText";
407
- src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
408
407
  font-style: normal;
409
408
  font-weight: 700;
409
+ src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
410
410
  text-rendering: optimizelegibility;
411
411
  }
412
412
  @font-face {
413
413
  font-family: "RedHatDisplayUpdated";
414
- src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
415
414
  font-style: normal;
416
415
  font-weight: 300;
416
+ src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
417
417
  text-rendering: optimizelegibility;
418
418
  }
419
419
  @font-face {
420
420
  font-family: "RedHatDisplayUpdated";
421
- src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
422
421
  font-style: normal;
423
422
  font-weight: 400;
423
+ src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
424
424
  text-rendering: optimizelegibility;
425
425
  }
426
426
  @font-face {
427
427
  font-family: "RedHatDisplayUpdated";
428
- src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
429
428
  font-style: normal;
430
429
  font-weight: 700;
430
+ src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
431
431
  text-rendering: optimizelegibility;
432
432
  }
433
433
  @font-face {
434
434
  font-family: "RedHatTextUpdated";
435
- src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
436
435
  font-style: normal;
437
436
  font-weight: 400;
437
+ src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
438
438
  text-rendering: optimizelegibility;
439
439
  }
440
440
  @font-face {
441
441
  font-family: "RedHatTextUpdated";
442
- src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
443
442
  font-style: normal;
444
443
  font-weight: 700;
444
+ src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
445
445
  text-rendering: optimizelegibility;
446
446
  }
447
447
  @font-face {
448
448
  font-family: "RedHatMono";
449
- src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
450
449
  font-style: normal;
451
450
  font-weight: 400;
451
+ src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
452
452
  font-display: fallback;
453
453
  }
454
454
  @font-face {
455
455
  font-family: "RedHatDisplayVF";
456
- src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
457
456
  font-style: normal;
458
457
  font-weight: 300 900;
458
+ src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
459
459
  font-display: fallback;
460
460
  }
461
461
  @font-face {
462
462
  font-family: "RedHatDisplayVF";
463
- src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
464
463
  font-style: italic;
465
464
  font-weight: 300 900;
465
+ src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
466
466
  font-display: fallback;
467
467
  }
468
468
  @font-face {
469
469
  font-family: "RedHatTextVF";
470
- src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
471
470
  font-style: normal;
472
471
  font-weight: 400 500;
472
+ src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
473
473
  font-display: fallback;
474
474
  }
475
475
  @font-face {
476
476
  font-family: "RedHatTextVF";
477
- src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
478
477
  font-style: italic;
479
478
  font-weight: 400 500;
479
+ src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
480
480
  font-display: fallback;
481
481
  }
482
482
  @font-face {
483
483
  font-family: "RedHatMonoVF";
484
- src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
485
484
  font-style: normal;
486
485
  font-weight: 300 700;
486
+ src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
487
487
  font-display: fallback;
488
488
  }
489
489
  @font-face {
490
490
  font-family: "RedHatMonoVF";
491
- src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
492
491
  font-style: italic;
493
492
  font-weight: 300 700;
493
+ src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
494
494
  font-display: fallback;
495
495
  }
496
496
  .pf-screen-reader {
@@ -5262,26 +5262,8 @@
5262
5262
  content: "\e911";
5263
5263
  }
5264
5264
 
5265
- .pf-svg-size-sm {
5265
+ .pf-svg {
5266
5266
  width: 1em;
5267
5267
  height: 1em;
5268
5268
  vertical-align: -0.125em;
5269
- }
5270
-
5271
- .pf-svg-size-md {
5272
- width: 1.5em;
5273
- height: 1.5em;
5274
- vertical-align: -0.1875em;
5275
- }
5276
-
5277
- .pf-svg-size-lg {
5278
- width: 2em;
5279
- height: 2em;
5280
- vertical-align: -0.25em;
5281
- }
5282
-
5283
- .pf-svg-size-xl {
5284
- width: 3em;
5285
- height: 3em;
5286
- vertical-align: -0.375em;
5287
5269
  }