@patternfly/patternfly 6.0.0-alpha.61 → 6.0.0-alpha.63
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/CODE_OF_CONDUCT.md +1 -2
- package/components/AboutModalBox/about-modal-box.css +4 -2
- package/components/AboutModalBox/about-modal-box.scss +4 -2
- package/components/Card/card.css +97 -194
- package/components/Card/card.scss +114 -238
- package/components/Drawer/drawer.css +113 -113
- package/components/Drawer/drawer.scss +135 -136
- package/docs/components/Card/examples/Card.md +422 -111
- package/docs/components/Drawer/examples/Drawer.md +294 -256
- package/docs/demos/Drawer/examples/Drawer.md +30 -26
- package/docs/demos/JumpLinks/examples/JumpLinks.md +30 -26
- package/package.json +2 -2
- package/patternfly-no-globals.css +214 -318
- package/patternfly-theme-dark-unversioned.css +214 -318
- package/patternfly.css +214 -318
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Card/themes/dark/card.scss +0 -20
- package/components/Drawer/themes/dark/drawer.scss +0 -13
|
@@ -1513,22 +1513,24 @@ wrapperTag: div
|
|
|
1513
1513
|
</div>
|
|
1514
1514
|
</div>
|
|
1515
1515
|
<div class="pf-v5-c-drawer__panel" hidden>
|
|
1516
|
-
<div class="pf-v5-c-
|
|
1517
|
-
<
|
|
1518
|
-
|
|
1519
|
-
<div class="pf-v5-c-
|
|
1520
|
-
<
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
>
|
|
1526
|
-
|
|
1527
|
-
</button>
|
|
1528
|
-
</div>
|
|
1516
|
+
<div class="pf-v5-c-drawer__head">
|
|
1517
|
+
<span>Drawer panel header content</span>
|
|
1518
|
+
<div class="pf-v5-c-drawer__actions">
|
|
1519
|
+
<div class="pf-v5-c-drawer__close">
|
|
1520
|
+
<button
|
|
1521
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1522
|
+
type="button"
|
|
1523
|
+
aria-label="Close drawer panel"
|
|
1524
|
+
>
|
|
1525
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1526
|
+
</button>
|
|
1529
1527
|
</div>
|
|
1530
1528
|
</div>
|
|
1531
1529
|
</div>
|
|
1530
|
+
<div
|
|
1531
|
+
class="pf-v5-c-drawer__description"
|
|
1532
|
+
>This is a helpful description of the drawer panel.</div>
|
|
1533
|
+
<div class="pf-v5-c-drawer__body">Drawer panel body content</div>
|
|
1532
1534
|
</div>
|
|
1533
1535
|
</div>
|
|
1534
1536
|
</div>
|
|
@@ -1876,22 +1878,24 @@ wrapperTag: div
|
|
|
1876
1878
|
</div>
|
|
1877
1879
|
</div>
|
|
1878
1880
|
<div class="pf-v5-c-drawer__panel">
|
|
1879
|
-
<div class="pf-v5-c-
|
|
1880
|
-
<
|
|
1881
|
-
|
|
1882
|
-
<div class="pf-v5-c-
|
|
1883
|
-
<
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
>
|
|
1889
|
-
|
|
1890
|
-
</button>
|
|
1891
|
-
</div>
|
|
1881
|
+
<div class="pf-v5-c-drawer__head">
|
|
1882
|
+
<span>Drawer panel header content</span>
|
|
1883
|
+
<div class="pf-v5-c-drawer__actions">
|
|
1884
|
+
<div class="pf-v5-c-drawer__close">
|
|
1885
|
+
<button
|
|
1886
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1887
|
+
type="button"
|
|
1888
|
+
aria-label="Close drawer panel"
|
|
1889
|
+
>
|
|
1890
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1891
|
+
</button>
|
|
1892
1892
|
</div>
|
|
1893
1893
|
</div>
|
|
1894
1894
|
</div>
|
|
1895
|
+
<div
|
|
1896
|
+
class="pf-v5-c-drawer__description"
|
|
1897
|
+
>This is a helpful description of the drawer panel.</div>
|
|
1898
|
+
<div class="pf-v5-c-drawer__body">Drawer panel body content</div>
|
|
1895
1899
|
</div>
|
|
1896
1900
|
</div>
|
|
1897
1901
|
</div>
|
|
@@ -1873,22 +1873,24 @@ section: components
|
|
|
1873
1873
|
</div>
|
|
1874
1874
|
</div>
|
|
1875
1875
|
<div class="pf-v5-c-drawer__panel" hidden>
|
|
1876
|
-
<div class="pf-v5-c-
|
|
1877
|
-
<
|
|
1878
|
-
|
|
1879
|
-
<div class="pf-v5-c-
|
|
1880
|
-
<
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
>
|
|
1886
|
-
|
|
1887
|
-
</button>
|
|
1888
|
-
</div>
|
|
1876
|
+
<div class="pf-v5-c-drawer__head">
|
|
1877
|
+
<span>Drawer panel header content</span>
|
|
1878
|
+
<div class="pf-v5-c-drawer__actions">
|
|
1879
|
+
<div class="pf-v5-c-drawer__close">
|
|
1880
|
+
<button
|
|
1881
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1882
|
+
type="button"
|
|
1883
|
+
aria-label="Close drawer panel"
|
|
1884
|
+
>
|
|
1885
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1886
|
+
</button>
|
|
1889
1887
|
</div>
|
|
1890
1888
|
</div>
|
|
1891
1889
|
</div>
|
|
1890
|
+
<div
|
|
1891
|
+
class="pf-v5-c-drawer__description"
|
|
1892
|
+
>This is a helpful description of the drawer panel.</div>
|
|
1893
|
+
<div class="pf-v5-c-drawer__body">Drawer panel body content</div>
|
|
1892
1894
|
</div>
|
|
1893
1895
|
</div>
|
|
1894
1896
|
</div>
|
|
@@ -2236,22 +2238,24 @@ section: components
|
|
|
2236
2238
|
</div>
|
|
2237
2239
|
</div>
|
|
2238
2240
|
<div class="pf-v5-c-drawer__panel">
|
|
2239
|
-
<div class="pf-v5-c-
|
|
2240
|
-
<
|
|
2241
|
-
|
|
2242
|
-
<div class="pf-v5-c-
|
|
2243
|
-
<
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
>
|
|
2249
|
-
|
|
2250
|
-
</button>
|
|
2251
|
-
</div>
|
|
2241
|
+
<div class="pf-v5-c-drawer__head">
|
|
2242
|
+
<span>Drawer panel header content</span>
|
|
2243
|
+
<div class="pf-v5-c-drawer__actions">
|
|
2244
|
+
<div class="pf-v5-c-drawer__close">
|
|
2245
|
+
<button
|
|
2246
|
+
class="pf-v5-c-button pf-m-plain"
|
|
2247
|
+
type="button"
|
|
2248
|
+
aria-label="Close drawer panel"
|
|
2249
|
+
>
|
|
2250
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2251
|
+
</button>
|
|
2252
2252
|
</div>
|
|
2253
2253
|
</div>
|
|
2254
2254
|
</div>
|
|
2255
|
+
<div
|
|
2256
|
+
class="pf-v5-c-drawer__description"
|
|
2257
|
+
>This is a helpful description of the drawer panel.</div>
|
|
2258
|
+
<div class="pf-v5-c-drawer__body">Drawer panel body content</div>
|
|
2255
2259
|
</div>
|
|
2256
2260
|
</div>
|
|
2257
2261
|
</div>
|
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": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.63",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@commitlint/config-conventional": "^18.4.3",
|
|
46
46
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
47
47
|
"@octokit/rest": "^20.0.2",
|
|
48
|
-
"@patternfly/documentation-framework": "5.3.
|
|
48
|
+
"@patternfly/documentation-framework": "5.3.18",
|
|
49
49
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
50
50
|
"@patternfly/react-code-editor": "5.1.2",
|
|
51
51
|
"@patternfly/react-core": "5.1.2",
|