@patternfly/patternfly 5.0.0-alpha.35 → 5.0.0-alpha.36

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.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: 'Calendar month'
3
3
  section: components
4
+ subsection: date-and-time
4
5
  cssPrefix: pf-c-calendar-month
5
6
  ---## Examples
6
7
 
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Date picker'
3
- beta: true
4
3
  section: components
5
4
  subsection: date-and-time
6
5
  cssPrefix: pf-c-date-picker
@@ -997,7 +997,7 @@ cssPrefix: pf-c-dropdown
997
997
 
998
998
  ### Split button (progress checkbox)
999
999
 
1000
- ```html isBeta
1000
+ ```html
1001
1001
  <div class="pf-c-dropdown">
1002
1002
  <div class="pf-c-dropdown__toggle pf-m-split-button">
1003
1003
  <label
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Icon'
3
- beta: true
4
3
  section: components
5
4
  cssPrefix: pf-c-icon
6
5
  ---## Examples
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Log viewer'
3
- beta: true
4
3
  section: extensions
5
4
  cssPrefix: pf-c-log-viewer
6
5
  ---import './LogViewer.css';
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Progress stepper'
3
- beta: true
4
3
  section: components
5
4
  cssPrefix: pf-c-progress-stepper
6
5
  ---## Examples
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Search input'
3
- beta: true
4
3
  section: components
5
4
  cssPrefix: pf-c-search-input
6
5
  ---import './SearchInput.css'
@@ -220,7 +220,7 @@ cssPrefix: pf-c-tabs
220
220
 
221
221
  ### Horizontal overflow example
222
222
 
223
- ```html isBeta
223
+ ```html
224
224
  <div class="pf-c-tabs pf-m-overflow" id="horizontal-overflow">
225
225
  <ul class="pf-c-tabs__list">
226
226
  <li class="pf-c-tabs__item">
@@ -297,7 +297,7 @@ cssPrefix: pf-c-tabs
297
297
 
298
298
  ### Horizontal overflow expanded example
299
299
 
300
- ```html isBeta
300
+ ```html
301
301
  <div class="pf-c-tabs pf-m-overflow" id="horizontal-overflow-expanded">
302
302
  <ul class="pf-c-tabs__list">
303
303
  <li class="pf-c-tabs__item">
@@ -375,7 +375,7 @@ cssPrefix: pf-c-tabs
375
375
 
376
376
  ### Horizontal overflow selected example
377
377
 
378
- ```html isBeta
378
+ ```html
379
379
  <div class="pf-c-tabs pf-m-overflow" id="horizontal-overflow-selected">
380
380
  <ul class="pf-c-tabs__list">
381
381
  <li class="pf-c-tabs__item">
@@ -2585,7 +2585,7 @@ cssPrefix: pf-c-tabs
2585
2585
 
2586
2586
  ### Help button example
2587
2587
 
2588
- ```html isBeta
2588
+ ```html
2589
2589
  <div class="pf-c-tabs pf-m-scrollable" id="help-button-default-example">
2590
2590
  <button
2591
2591
  class="pf-c-tabs__scroll-button"
@@ -3713,7 +3713,7 @@ cssPrefix: pf-c-tabs
3713
3713
 
3714
3714
  ### Close button example
3715
3715
 
3716
- ```html isBeta
3716
+ ```html
3717
3717
  <div class="pf-c-tabs pf-m-scrollable" id="close-button-default-example">
3718
3718
  <button
3719
3719
  class="pf-c-tabs__scroll-button"
@@ -4841,7 +4841,7 @@ cssPrefix: pf-c-tabs
4841
4841
 
4842
4842
  ### Help and close button example
4843
4843
 
4844
- ```html isBeta
4844
+ ```html
4845
4845
  <div class="pf-c-tabs pf-m-scrollable" id="help-close-button-default-example">
4846
4846
  <button
4847
4847
  class="pf-c-tabs__scroll-button"
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Text input group'
3
- beta: true
4
3
  section: components
5
4
  cssPrefix: pf-c-text-input-group
6
5
  ---import './TextInputGroup.css'
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  id: Tile
3
3
  section: components
4
- beta: true
5
4
  cssPrefix: pf-c-tile
6
5
  ---import './Tile.css'
7
6
 
@@ -9,7 +8,7 @@ cssPrefix: pf-c-tile
9
8
 
10
9
  ### Basic tiles
11
10
 
12
- ```html isBeta
11
+ ```html
13
12
  <div class="pf-c-tile" tabindex="0">
14
13
  <div class="pf-c-tile__header">
15
14
  <div class="pf-c-tile__title">Default</div>
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Truncate'
3
- beta: true
4
3
  section: components
5
4
  cssPrefix: pf-c-truncate
6
5
  ---import './Truncate.css'
@@ -917,7 +917,7 @@ wrapperTag: div
917
917
 
918
918
  Using the `.pf-m-full-height` modifier class on the page component eliminates the need to ensure that the `<html>` and `<body>` tags, and any other ancestors of `.pf-c-page`, have height set to 100%.
919
919
 
920
- ```html isFullscreen isBeta
920
+ ```html isFullscreen
921
921
  <div class="pf-c-page pf-m-full-height" id="page-demo-full-height">
922
922
  <div class="pf-c-skip-to-content">
923
923
  <a
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.35",
4
+ "version": "5.0.0-alpha.36",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {