@patternfly/patternfly 5.0.0-alpha.33 → 5.0.0-alpha.34

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 (105) hide show
  1. package/RELEASE-NOTES.md +1 -1
  2. package/assets/pficon/pficon.scss +1 -2
  3. package/base/_fa-icons.scss +1 -2
  4. package/base/_fonts.scss +5 -10
  5. package/base/_globals.scss +91 -85
  6. package/base/_variables.scss +3 -3
  7. package/base/patternfly-fa-icons.css +1 -1
  8. package/base/patternfly-fonts.css +5 -5
  9. package/base/patternfly-globals.css +35 -41
  10. package/base/patternfly-icons.css +2 -2
  11. package/base/patternfly-pf-icons.css +1 -1
  12. package/base/patternfly-themes.css +0 -42
  13. package/base/patternfly-variables.css +3 -3
  14. package/components/AboutModalBox/about-modal-box.css +0 -38
  15. package/components/Alert/alert.css +14 -5
  16. package/components/Alert/alert.scss +18 -4
  17. package/components/Alert/themes/dark/alert.scss +1 -1
  18. package/components/Banner/banner.css +0 -38
  19. package/components/Icon/icon.css +3 -3
  20. package/components/Icon/icon.scss +3 -3
  21. package/components/Label/label.css +6 -6
  22. package/components/Label/label.scss +4 -4
  23. package/components/Label/themes/dark/label.scss +2 -2
  24. package/components/LogViewer/log-viewer.css +0 -38
  25. package/components/Login/login.css +0 -40
  26. package/components/Masthead/masthead.css +0 -38
  27. package/components/ModalBox/modal-box.css +3 -3
  28. package/components/ModalBox/modal-box.scss +3 -3
  29. package/components/NotificationDrawer/notification-drawer.css +5 -5
  30. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  31. package/components/Page/page.css +0 -42
  32. package/components/Popover/popover.css +6 -6
  33. package/components/Popover/popover.scss +5 -5
  34. package/components/Popover/themes/dark/popover.scss +1 -1
  35. package/components/Wizard/wizard.css +0 -38
  36. package/docs/components/Alert/examples/Alert.md +15 -15
  37. package/docs/components/AlertGroup/examples/AlertGroup.md +6 -6
  38. package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
  39. package/docs/components/Check/examples/Check.md +1 -0
  40. package/docs/components/ContextSelector/examples/context-selector.md +1 -0
  41. package/docs/components/DatePicker/examples/DatePicker.md +1 -0
  42. package/docs/components/Dropdown/examples/Dropdown.md +1 -0
  43. package/docs/components/FileUpload/examples/FileUpload.md +2 -1
  44. package/docs/components/Form/examples/Form.md +1 -0
  45. package/docs/components/FormControl/examples/FormControl.md +1 -0
  46. package/docs/components/Icon/examples/Icon.md +2 -2
  47. package/docs/components/Menu/examples/Menu.md +1 -0
  48. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -0
  49. package/docs/components/ModalBox/examples/ModalBox.md +8 -8
  50. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +2 -1
  51. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +22 -22
  52. package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
  53. package/docs/components/Popover/examples/Popover.md +9 -9
  54. package/docs/components/Radio/examples/Radio.md +1 -0
  55. package/docs/components/Select/examples/Select.md +1 -0
  56. package/docs/demos/CardView/examples/CardView.md +1 -1
  57. package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
  58. package/docs/demos/Form/examples/BasicForms.md +1 -0
  59. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -30
  60. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  61. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -1
  62. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1 -1
  63. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  64. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  65. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  66. package/docs/utilities/BoxShadow/examples/box-shadow.md +1 -1
  67. package/docs/utilities/Display/examples/Display.md +1 -1
  68. package/docs/utilities/Flex/examples/Flex.md +1 -1
  69. package/docs/utilities/Float/examples/Float.md +1 -1
  70. package/docs/utilities/Sizing/examples/Sizing.md +1 -1
  71. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  72. package/docs/utilities/Text/examples/Text.md +5 -5
  73. package/package.json +1 -1
  74. package/patternfly-addons.css +48 -48
  75. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +10 -31
  76. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  77. package/patternfly-base.css +45 -72
  78. package/{patternfly-no-reset.css → patternfly-no-globals.css} +52 -1237
  79. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  80. package/patternfly.css +83 -1274
  81. package/patternfly.min.css +1 -1
  82. package/patternfly.min.css.map +1 -1
  83. package/sass-utilities/placeholders.scss +0 -23
  84. package/sass-utilities/scss-variables.scss +4 -5
  85. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  86. package/utilities/Text/text.css +48 -48
  87. package/utilities/Text/text.scss +6 -6
  88. package/utilities/Text/themes/dark/text.scss +2 -2
  89. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  90. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  91. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  92. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  93. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  94. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  95. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  96. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  97. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  98. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  99. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  100. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  101. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  102. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  103. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  104. package/assets/pficon/pficon.woff +0 -0
  105. package/sass-utilities/bs-variables.scss +0 -709
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: 'Dashboard'
3
3
  beta: true
4
- section: demos
4
+ section: patterns
5
5
  cssPrefix: pf-d-dashboard
6
6
  ---## Examples
7
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Form
3
3
  section: components
4
+ subsection: forms
4
5
  ---## Demos
5
6
 
6
7
  ### Basic
@@ -1063,7 +1063,7 @@ section: components
1063
1063
  </li>
1064
1064
 
1065
1065
  <li
1066
- class="pf-c-notification-drawer__list-item pf-m-read pf-m-default"
1066
+ class="pf-c-notification-drawer__list-item pf-m-read pf-m-custom"
1067
1067
  >
1068
1068
  <div class="pf-c-notification-drawer__list-item-header">
1069
1069
  <span
@@ -1074,7 +1074,7 @@ section: components
1074
1074
  <h2
1075
1075
  class="pf-c-notification-drawer__list-item-header-title"
1076
1076
  >
1077
- <span class="pf-screen-reader">Default notification:</span>
1077
+ <span class="pf-screen-reader">Custom notification:</span>
1078
1078
  Read
1079
1079
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1080
1080
  </h2>
@@ -1138,7 +1138,7 @@ section: components
1138
1138
  </li>
1139
1139
 
1140
1140
  <li
1141
- class="pf-c-notification-drawer__list-item pf-m-read pf-m-default"
1141
+ class="pf-c-notification-drawer__list-item pf-m-read pf-m-custom"
1142
1142
  >
1143
1143
  <div class="pf-c-notification-drawer__list-item-header">
1144
1144
  <span
@@ -1149,7 +1149,7 @@ section: components
1149
1149
  <h2
1150
1150
  class="pf-c-notification-drawer__list-item-header-title"
1151
1151
  >
1152
- <span class="pf-screen-reader">Default notification:</span>
1152
+ <span class="pf-screen-reader">Custom notification:</span>
1153
1153
  Read
1154
1154
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1155
1155
  </h2>
@@ -2580,7 +2580,7 @@ section: components
2580
2580
  </li>
2581
2581
 
2582
2582
  <li
2583
- class="pf-c-notification-drawer__list-item pf-m-read pf-m-default"
2583
+ class="pf-c-notification-drawer__list-item pf-m-read pf-m-custom"
2584
2584
  >
2585
2585
  <div class="pf-c-notification-drawer__list-item-header">
2586
2586
  <span
@@ -2591,7 +2591,7 @@ section: components
2591
2591
  <h2
2592
2592
  class="pf-c-notification-drawer__list-item-header-title"
2593
2593
  >
2594
- <span class="pf-screen-reader">Default notification:</span>
2594
+ <span class="pf-screen-reader">Custom notification:</span>
2595
2595
  Read
2596
2596
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
2597
2597
  </h2>
@@ -2655,7 +2655,7 @@ section: components
2655
2655
  </li>
2656
2656
 
2657
2657
  <li
2658
- class="pf-c-notification-drawer__list-item pf-m-read pf-m-default"
2658
+ class="pf-c-notification-drawer__list-item pf-m-read pf-m-custom"
2659
2659
  >
2660
2660
  <div class="pf-c-notification-drawer__list-item-header">
2661
2661
  <span
@@ -2666,7 +2666,7 @@ section: components
2666
2666
  <h2
2667
2667
  class="pf-c-notification-drawer__list-item-header-title"
2668
2668
  >
2669
- <span class="pf-screen-reader">Default notification:</span>
2669
+ <span class="pf-screen-reader">Custom notification:</span>
2670
2670
  Read
2671
2671
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
2672
2672
  </h2>
@@ -4103,7 +4103,7 @@ section: components
4103
4103
  </li>
4104
4104
 
4105
4105
  <li
4106
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
4106
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
4107
4107
  tabindex="0"
4108
4108
  >
4109
4109
  <div class="pf-c-notification-drawer__list-item-header">
@@ -4115,7 +4115,7 @@ section: components
4115
4115
  <h2
4116
4116
  class="pf-c-notification-drawer__list-item-header-title"
4117
4117
  >
4118
- <span class="pf-screen-reader">Default notification:</span>
4118
+ <span class="pf-screen-reader">Custom notification:</span>
4119
4119
  Unread
4120
4120
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
4121
4121
  </h2>
@@ -4179,7 +4179,7 @@ section: components
4179
4179
  </li>
4180
4180
 
4181
4181
  <li
4182
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
4182
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
4183
4183
  tabindex="0"
4184
4184
  >
4185
4185
  <div class="pf-c-notification-drawer__list-item-header">
@@ -4191,7 +4191,7 @@ section: components
4191
4191
  <h2
4192
4192
  class="pf-c-notification-drawer__list-item-header-title"
4193
4193
  >
4194
- <span class="pf-screen-reader">Default notification:</span>
4194
+ <span class="pf-screen-reader">Custom notification:</span>
4195
4195
  Unread
4196
4196
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
4197
4197
  </h2>
@@ -5703,7 +5703,7 @@ section: components
5703
5703
  </li>
5704
5704
 
5705
5705
  <li
5706
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
5706
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
5707
5707
  tabindex="0"
5708
5708
  >
5709
5709
  <div class="pf-c-notification-drawer__list-item-header">
@@ -5715,7 +5715,7 @@ section: components
5715
5715
  <h2
5716
5716
  class="pf-c-notification-drawer__list-item-header-title"
5717
5717
  >
5718
- <span class="pf-screen-reader">Default notification:</span>
5718
+ <span class="pf-screen-reader">Custom notification:</span>
5719
5719
  Unread
5720
5720
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
5721
5721
  </h2>
@@ -7181,7 +7181,7 @@ section: components
7181
7181
  </li>
7182
7182
 
7183
7183
  <li
7184
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
7184
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
7185
7185
  tabindex="0"
7186
7186
  >
7187
7187
  <div class="pf-c-notification-drawer__list-item-header">
@@ -7196,7 +7196,7 @@ section: components
7196
7196
  <h2
7197
7197
  class="pf-c-notification-drawer__list-item-header-title"
7198
7198
  >
7199
- <span class="pf-screen-reader">Default notification:</span>
7199
+ <span class="pf-screen-reader">Custom notification:</span>
7200
7200
  Unread
7201
7201
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
7202
7202
  </h2>
@@ -7263,7 +7263,7 @@ section: components
7263
7263
  </li>
7264
7264
 
7265
7265
  <li
7266
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
7266
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
7267
7267
  tabindex="0"
7268
7268
  >
7269
7269
  <div class="pf-c-notification-drawer__list-item-header">
@@ -7278,7 +7278,7 @@ section: components
7278
7278
  <h2
7279
7279
  class="pf-c-notification-drawer__list-item-header-title"
7280
7280
  >
7281
- <span class="pf-screen-reader">Default notification:</span>
7281
+ <span class="pf-screen-reader">Custom notification:</span>
7282
7282
  Unread
7283
7283
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
7284
7284
  </h2>
@@ -7757,7 +7757,7 @@ section: components
7757
7757
  </li>
7758
7758
 
7759
7759
  <li
7760
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
7760
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
7761
7761
  tabindex="0"
7762
7762
  >
7763
7763
  <div class="pf-c-notification-drawer__list-item-header">
@@ -7772,7 +7772,7 @@ section: components
7772
7772
  <h2
7773
7773
  class="pf-c-notification-drawer__list-item-header-title"
7774
7774
  >
7775
- <span class="pf-screen-reader">Default notification:</span>
7775
+ <span class="pf-screen-reader">Custom notification:</span>
7776
7776
  Unread
7777
7777
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
7778
7778
  </h2>
@@ -7839,7 +7839,7 @@ section: components
7839
7839
  </li>
7840
7840
 
7841
7841
  <li
7842
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
7842
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
7843
7843
  tabindex="0"
7844
7844
  >
7845
7845
  <div class="pf-c-notification-drawer__list-item-header">
@@ -7854,7 +7854,7 @@ section: components
7854
7854
  <h2
7855
7855
  class="pf-c-notification-drawer__list-item-header-title"
7856
7856
  >
7857
- <span class="pf-screen-reader">Default notification:</span>
7857
+ <span class="pf-screen-reader">Custom notification:</span>
7858
7858
  Unread
7859
7859
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
7860
7860
  </h2>
@@ -8335,7 +8335,7 @@ section: components
8335
8335
  </li>
8336
8336
 
8337
8337
  <li
8338
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
8338
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
8339
8339
  tabindex="0"
8340
8340
  >
8341
8341
  <div class="pf-c-notification-drawer__list-item-header">
@@ -8350,7 +8350,7 @@ section: components
8350
8350
  <h2
8351
8351
  class="pf-c-notification-drawer__list-item-header-title"
8352
8352
  >
8353
- <span class="pf-screen-reader">Default notification:</span>
8353
+ <span class="pf-screen-reader">Custom notification:</span>
8354
8354
  Unread
8355
8355
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
8356
8356
  </h2>
@@ -8417,7 +8417,7 @@ section: components
8417
8417
  </li>
8418
8418
 
8419
8419
  <li
8420
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
8420
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
8421
8421
  tabindex="0"
8422
8422
  >
8423
8423
  <div class="pf-c-notification-drawer__list-item-header">
@@ -8432,7 +8432,7 @@ section: components
8432
8432
  <h2
8433
8433
  class="pf-c-notification-drawer__list-item-header-title"
8434
8434
  >
8435
- <span class="pf-screen-reader">Default notification:</span>
8435
+ <span class="pf-screen-reader">Custom notification:</span>
8436
8436
  Unread
8437
8437
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
8438
8438
  </h2>
@@ -8913,7 +8913,7 @@ section: components
8913
8913
  </li>
8914
8914
 
8915
8915
  <li
8916
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
8916
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
8917
8917
  tabindex="0"
8918
8918
  >
8919
8919
  <div class="pf-c-notification-drawer__list-item-header">
@@ -8928,7 +8928,7 @@ section: components
8928
8928
  <h2
8929
8929
  class="pf-c-notification-drawer__list-item-header-title"
8930
8930
  >
8931
- <span class="pf-screen-reader">Default notification:</span>
8931
+ <span class="pf-screen-reader">Custom notification:</span>
8932
8932
  Unread
8933
8933
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
8934
8934
  </h2>
@@ -8995,7 +8995,7 @@ section: components
8995
8995
  </li>
8996
8996
 
8997
8997
  <li
8998
- class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-default"
8998
+ class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
8999
8999
  tabindex="0"
9000
9000
  >
9001
9001
  <div class="pf-c-notification-drawer__list-item-header">
@@ -9010,7 +9010,7 @@ section: components
9010
9010
  <h2
9011
9011
  class="pf-c-notification-drawer__list-item-header-title"
9012
9012
  >
9013
- <span class="pf-screen-reader">Default notification:</span>
9013
+ <span class="pf-screen-reader">Custom notification:</span>
9014
9014
  Unread
9015
9015
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
9016
9016
  </h2>
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: 'Password generator'
3
- section: demos
3
+ section: components
4
4
  ---## Examples
5
5
 
6
6
  ### Provide a generated password
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: 'Password strength'
3
- section: demos
3
+ section: components
4
4
  ---## Examples
5
5
 
6
6
  ### Initial state
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Primary-detail
3
- section: demos
3
+ section: patterns
4
4
  wrapperTag: div
5
5
  ---## Demos
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Accessibility
3
- section: utilities
3
+ section: utility-classes
4
4
  ---## Examples
5
5
 
6
6
  ### Screen reader only
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Alignment
3
- section: utilities
3
+ section: utility-classes
4
4
  ---import './Alignment.css'
5
5
 
6
6
  ## Examples
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Background color
3
- section: utilities
3
+ section: utility-classes
4
4
  ---## Examples
5
5
 
6
6
  ### Standard background colors
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Box shadow
3
- section: utilities
3
+ section: utility-classes
4
4
  ---import './box-shadow.css'
5
5
 
6
6
  ## Examples
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Display
3
- section: utilities
3
+ section: utility-classes
4
4
  ---import './Display.css'
5
5
 
6
6
  ## Examples
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Flex
3
- section: utilities
3
+ section: utility-classes
4
4
  ---import './Flex.css'
5
5
 
6
6
  ## Examples
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Float
3
- section: utilities
3
+ section: utility-classes
4
4
  ---import './Float.css'
5
5
 
6
6
  ## Examples
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Sizing
3
- section: utilities
3
+ section: utility-classes
4
4
  ---import './Sizing.css'
5
5
 
6
6
  ## Examples
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Spacing
3
- section: utilities
3
+ section: utility-classes
4
4
  ---import './Spacing.css'
5
5
 
6
6
  ## Examples
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Text
3
- section: utilities
3
+ section: utility-classes
4
4
  ---import './Text.css'
5
5
 
6
6
  ## Examples
@@ -87,9 +87,9 @@ These colors are best used with the ["inverse" background colors](/utilities/bac
87
87
  ### Status and state text colors
88
88
 
89
89
  ```html
90
- <div class="pf-u-default-color-100">Font color default 100</div>
91
- <div class="pf-u-default-color-200">Font color default 200</div>
92
- <div class="pf-u-default-color-300">Font color default 300</div>
90
+ <div class="pf-u-custom-color-100">Font color custom 100</div>
91
+ <div class="pf-u-custom-color-200">Font color custom 200</div>
92
+ <div class="pf-u-custom-color-300">Font color custom 300</div>
93
93
  <div class="pf-u-success-color-100">Font color success 100</div>
94
94
  <div class="pf-u-success-color-200">Font color success 200</div>
95
95
  <div class="pf-u-info-color-100">Font color info 100</div>
@@ -185,7 +185,7 @@ Care should be taken especially when applying text colors, as this can have a ne
185
185
  | `.pf-u-link-color-dark{-on-[breakpoint]}` | `*` | Sets font-color to dark link color |
186
186
  | `.pf-u-link-color-dark-hover{-on-[breakpoint]}` | `*` | Sets font-color to dark hover link color |
187
187
  | `.pf-u-link-color-visited{-on-[breakpoint]}` | `*` | Sets font-color to visited link color |
188
- | `.pf-u-default-color-{100, 200, 300}{-on-[breakpoint]}` | `*` | Sets font-color to default color 100, 200, or 300 |
188
+ | `.pf-u-custom-color-{100, 200, 300}{-on-[breakpoint]}` | `*` | Sets font-color to custom color 100, 200, or 300 |
189
189
  | `.pf-u-success-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to success color 100 or 200 |
190
190
  | `.pf-u-info-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to info color 100 or 200 |
191
191
  | `.pf-u-warning-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to warning color 100 or 200 |
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.33",
4
+ "version": "5.0.0-alpha.34",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -7866,16 +7866,16 @@
7866
7866
  color: var(--pf-global--link--Color--visited) !important;
7867
7867
  }
7868
7868
 
7869
- .pf-u-default-color-100 {
7870
- color: var(--pf-global--default-color--100) !important;
7869
+ .pf-u-custom-color-100 {
7870
+ color: var(--pf-global--custom-color--100) !important;
7871
7871
  }
7872
7872
 
7873
- .pf-u-default-color-200 {
7874
- color: var(--pf-global--default-color--200) !important;
7873
+ .pf-u-custom-color-200 {
7874
+ color: var(--pf-global--custom-color--200) !important;
7875
7875
  }
7876
7876
 
7877
- .pf-u-default-color-300 {
7878
- color: var(--pf-global--default-color--300) !important;
7877
+ .pf-u-custom-color-300 {
7878
+ color: var(--pf-global--custom-color--300) !important;
7879
7879
  }
7880
7880
 
7881
7881
  .pf-u-success-color-100 {
@@ -7979,14 +7979,14 @@
7979
7979
  .pf-u-link-color-visited-on-sm {
7980
7980
  color: var(--pf-global--link--Color--visited) !important;
7981
7981
  }
7982
- .pf-u-default-color-100-on-sm {
7983
- color: var(--pf-global--default-color--100) !important;
7982
+ .pf-u-custom-color-100-on-sm {
7983
+ color: var(--pf-global--custom-color--100) !important;
7984
7984
  }
7985
- .pf-u-default-color-200-on-sm {
7986
- color: var(--pf-global--default-color--200) !important;
7985
+ .pf-u-custom-color-200-on-sm {
7986
+ color: var(--pf-global--custom-color--200) !important;
7987
7987
  }
7988
- .pf-u-default-color-300-on-sm {
7989
- color: var(--pf-global--default-color--300) !important;
7988
+ .pf-u-custom-color-300-on-sm {
7989
+ color: var(--pf-global--custom-color--300) !important;
7990
7990
  }
7991
7991
  .pf-u-success-color-100-on-sm {
7992
7992
  color: var(--pf-global--success-color--100) !important;
@@ -8077,14 +8077,14 @@
8077
8077
  .pf-u-link-color-visited-on-md {
8078
8078
  color: var(--pf-global--link--Color--visited) !important;
8079
8079
  }
8080
- .pf-u-default-color-100-on-md {
8081
- color: var(--pf-global--default-color--100) !important;
8080
+ .pf-u-custom-color-100-on-md {
8081
+ color: var(--pf-global--custom-color--100) !important;
8082
8082
  }
8083
- .pf-u-default-color-200-on-md {
8084
- color: var(--pf-global--default-color--200) !important;
8083
+ .pf-u-custom-color-200-on-md {
8084
+ color: var(--pf-global--custom-color--200) !important;
8085
8085
  }
8086
- .pf-u-default-color-300-on-md {
8087
- color: var(--pf-global--default-color--300) !important;
8086
+ .pf-u-custom-color-300-on-md {
8087
+ color: var(--pf-global--custom-color--300) !important;
8088
8088
  }
8089
8089
  .pf-u-success-color-100-on-md {
8090
8090
  color: var(--pf-global--success-color--100) !important;
@@ -8175,14 +8175,14 @@
8175
8175
  .pf-u-link-color-visited-on-lg {
8176
8176
  color: var(--pf-global--link--Color--visited) !important;
8177
8177
  }
8178
- .pf-u-default-color-100-on-lg {
8179
- color: var(--pf-global--default-color--100) !important;
8178
+ .pf-u-custom-color-100-on-lg {
8179
+ color: var(--pf-global--custom-color--100) !important;
8180
8180
  }
8181
- .pf-u-default-color-200-on-lg {
8182
- color: var(--pf-global--default-color--200) !important;
8181
+ .pf-u-custom-color-200-on-lg {
8182
+ color: var(--pf-global--custom-color--200) !important;
8183
8183
  }
8184
- .pf-u-default-color-300-on-lg {
8185
- color: var(--pf-global--default-color--300) !important;
8184
+ .pf-u-custom-color-300-on-lg {
8185
+ color: var(--pf-global--custom-color--300) !important;
8186
8186
  }
8187
8187
  .pf-u-success-color-100-on-lg {
8188
8188
  color: var(--pf-global--success-color--100) !important;
@@ -8273,14 +8273,14 @@
8273
8273
  .pf-u-link-color-visited-on-xl {
8274
8274
  color: var(--pf-global--link--Color--visited) !important;
8275
8275
  }
8276
- .pf-u-default-color-100-on-xl {
8277
- color: var(--pf-global--default-color--100) !important;
8276
+ .pf-u-custom-color-100-on-xl {
8277
+ color: var(--pf-global--custom-color--100) !important;
8278
8278
  }
8279
- .pf-u-default-color-200-on-xl {
8280
- color: var(--pf-global--default-color--200) !important;
8279
+ .pf-u-custom-color-200-on-xl {
8280
+ color: var(--pf-global--custom-color--200) !important;
8281
8281
  }
8282
- .pf-u-default-color-300-on-xl {
8283
- color: var(--pf-global--default-color--300) !important;
8282
+ .pf-u-custom-color-300-on-xl {
8283
+ color: var(--pf-global--custom-color--300) !important;
8284
8284
  }
8285
8285
  .pf-u-success-color-100-on-xl {
8286
8286
  color: var(--pf-global--success-color--100) !important;
@@ -8371,14 +8371,14 @@
8371
8371
  .pf-u-link-color-visited-on-2xl {
8372
8372
  color: var(--pf-global--link--Color--visited) !important;
8373
8373
  }
8374
- .pf-u-default-color-100-on-2xl {
8375
- color: var(--pf-global--default-color--100) !important;
8374
+ .pf-u-custom-color-100-on-2xl {
8375
+ color: var(--pf-global--custom-color--100) !important;
8376
8376
  }
8377
- .pf-u-default-color-200-on-2xl {
8378
- color: var(--pf-global--default-color--200) !important;
8377
+ .pf-u-custom-color-200-on-2xl {
8378
+ color: var(--pf-global--custom-color--200) !important;
8379
8379
  }
8380
- .pf-u-default-color-300-on-2xl {
8381
- color: var(--pf-global--default-color--300) !important;
8380
+ .pf-u-custom-color-300-on-2xl {
8381
+ color: var(--pf-global--custom-color--300) !important;
8382
8382
  }
8383
8383
  .pf-u-success-color-100-on-2xl {
8384
8384
  color: var(--pf-global--success-color--100) !important;
@@ -8504,8 +8504,8 @@
8504
8504
  :where(.pf-theme-dark) .pf-u-color-light-200 {
8505
8505
  color: var(--pf-global--Color-200) !important;
8506
8506
  }
8507
- :where(.pf-theme-dark) .pf-u-default-color-300 {
8508
- color: var(--pf-global--default-color--100) !important;
8507
+ :where(.pf-theme-dark) .pf-u-custom-color-300 {
8508
+ color: var(--pf-global--custom-color--100) !important;
8509
8509
  }
8510
8510
  :where(.pf-theme-dark) .pf-u-success-color-200 {
8511
8511
  color: var(--pf-global--success-color--100) !important;
@@ -8529,8 +8529,8 @@
8529
8529
  :where(.pf-theme-dark) .pf-u-color-light-200-on-sm {
8530
8530
  color: var(--pf-global--Color-200) !important;
8531
8531
  }
8532
- :where(.pf-theme-dark) .pf-u-default-color-300-on-sm {
8533
- color: var(--pf-global--default-color--100) !important;
8532
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-sm {
8533
+ color: var(--pf-global--custom-color--100) !important;
8534
8534
  }
8535
8535
  :where(.pf-theme-dark) .pf-u-success-color-200-on-sm {
8536
8536
  color: var(--pf-global--success-color--100) !important;
@@ -8555,8 +8555,8 @@
8555
8555
  :where(.pf-theme-dark) .pf-u-color-light-200-on-md {
8556
8556
  color: var(--pf-global--Color-200) !important;
8557
8557
  }
8558
- :where(.pf-theme-dark) .pf-u-default-color-300-on-md {
8559
- color: var(--pf-global--default-color--100) !important;
8558
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-md {
8559
+ color: var(--pf-global--custom-color--100) !important;
8560
8560
  }
8561
8561
  :where(.pf-theme-dark) .pf-u-success-color-200-on-md {
8562
8562
  color: var(--pf-global--success-color--100) !important;
@@ -8581,8 +8581,8 @@
8581
8581
  :where(.pf-theme-dark) .pf-u-color-light-200-on-lg {
8582
8582
  color: var(--pf-global--Color-200) !important;
8583
8583
  }
8584
- :where(.pf-theme-dark) .pf-u-default-color-300-on-lg {
8585
- color: var(--pf-global--default-color--100) !important;
8584
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-lg {
8585
+ color: var(--pf-global--custom-color--100) !important;
8586
8586
  }
8587
8587
  :where(.pf-theme-dark) .pf-u-success-color-200-on-lg {
8588
8588
  color: var(--pf-global--success-color--100) !important;
@@ -8607,8 +8607,8 @@
8607
8607
  :where(.pf-theme-dark) .pf-u-color-light-200-on-xl {
8608
8608
  color: var(--pf-global--Color-200) !important;
8609
8609
  }
8610
- :where(.pf-theme-dark) .pf-u-default-color-300-on-xl {
8611
- color: var(--pf-global--default-color--100) !important;
8610
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-xl {
8611
+ color: var(--pf-global--custom-color--100) !important;
8612
8612
  }
8613
8613
  :where(.pf-theme-dark) .pf-u-success-color-200-on-xl {
8614
8614
  color: var(--pf-global--success-color--100) !important;
@@ -8633,8 +8633,8 @@
8633
8633
  :where(.pf-theme-dark) .pf-u-color-light-200-on-2xl {
8634
8634
  color: var(--pf-global--Color-200) !important;
8635
8635
  }
8636
- :where(.pf-theme-dark) .pf-u-default-color-300-on-2xl {
8637
- color: var(--pf-global--default-color--100) !important;
8636
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-2xl {
8637
+ color: var(--pf-global--custom-color--100) !important;
8638
8638
  }
8639
8639
  :where(.pf-theme-dark) .pf-u-success-color-200-on-2xl {
8640
8640
  color: var(--pf-global--success-color--100) !important;