@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.
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +1 -0
- package/docs/components/DatePicker/examples/DatePicker.md +0 -1
- package/docs/components/Dropdown/examples/Dropdown.md +1 -1
- package/docs/components/Icon/examples/Icon.md +0 -1
- package/docs/components/LogViewer/examples/LogViewer.md +0 -1
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +0 -1
- package/docs/components/SearchInput/examples/SearchInput.md +0 -1
- package/docs/components/Tabs/examples/Tabs.md +6 -6
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +0 -1
- package/docs/components/Tile/examples/Tile.md +1 -2
- package/docs/components/Truncate/examples/Truncate.md +0 -1
- package/docs/demos/Page/examples/Page.md +1 -1
- package/package.json +1 -1
|
@@ -220,7 +220,7 @@ cssPrefix: pf-c-tabs
|
|
|
220
220
|
|
|
221
221
|
### Horizontal overflow example
|
|
222
222
|
|
|
223
|
-
```html
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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,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
|
|
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>
|
|
@@ -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
|
|
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
|