@patternfly/patternfly 4.196.1 → 4.196.2
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/assets/images/icon-github.hbs +4 -0
- package/assets/images/icon-google.hbs +4 -0
- package/assets/images/icon-red-hat.hbs +1 -0
- package/components/Page/page.css +1 -1
- package/components/Page/page.scss +1 -1
- package/docs/demos/Table/examples/Table.css +3 -0
- package/docs/demos/Table/examples/Table.md +1092 -1
- package/package.json +1 -1
- package/patternfly-no-reset.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
|
|
2
|
+
<title>GitHub logo</title>
|
|
3
|
+
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#4285F4">
|
|
2
|
+
<title>Google logo</title>
|
|
3
|
+
<path d="M12.24 10.285V14.4h6.806c-.275 1.765-2.056 5.174-6.806 5.174-4.095 0-7.439-3.389-7.439-7.574s3.345-7.574 7.439-7.574c2.33 0 3.891.989 4.785 1.849l3.254-3.138C18.189 1.186 15.479 0 12.24 0c-6.635 0-12 5.365-12 12s5.365 12 12 12c6.926 0 11.52-4.869 11.52-11.726 0-.788-.085-1.39-.189-1.989H12.24z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 145"><defs><style>.cls-1{fill:#e00;}</style></defs><title>RedHat-Logo-Hat-Color</title><path d="M157.77,62.61a14,14,0,0,1,.31,3.42c0,14.88-18.1,17.46-30.61,17.46C78.83,83.49,42.53,53.26,42.53,44a6.43,6.43,0,0,1,.22-1.94l-3.66,9.06a18.45,18.45,0,0,0-1.51,7.33c0,18.11,41,45.48,87.74,45.48,20.69,0,36.43-7.76,36.43-21.77,0-1.08,0-1.94-1.73-10.13Z"/><path class="cls-1" d="M127.47,83.49c12.51,0,30.61-2.58,30.61-17.46a14,14,0,0,0-.31-3.42l-7.45-32.36c-1.72-7.12-3.23-10.35-15.73-16.6C124.89,8.69,103.76.5,97.51.5,91.69.5,90,8,83.06,8c-6.68,0-11.64-5.6-17.89-5.6-6,0-9.91,4.09-12.93,12.5,0,0-8.41,23.72-9.49,27.16A6.43,6.43,0,0,0,42.53,44c0,9.22,36.3,39.45,84.94,39.45M160,72.07c1.73,8.19,1.73,9.05,1.73,10.13,0,14-15.74,21.77-36.43,21.77C78.54,104,37.58,76.6,37.58,58.49a18.45,18.45,0,0,1,1.51-7.33C22.27,52,.5,55,.5,74.22c0,31.48,74.59,70.28,133.65,70.28,45.28,0,56.7-20.48,56.7-36.65,0-12.72-11-27.16-30.83-35.78"/></svg>
|
package/components/Page/page.css
CHANGED
|
@@ -272,11 +272,11 @@
|
|
|
272
272
|
.pf-c-page__header,
|
|
273
273
|
.pf-c-page > .pf-c-masthead {
|
|
274
274
|
grid-area: header;
|
|
275
|
+
z-index: var(--pf-c-page__header--ZIndex);
|
|
275
276
|
}
|
|
276
277
|
|
|
277
278
|
.pf-c-page__header {
|
|
278
279
|
color: var(--pf-global--Color--100);
|
|
279
|
-
z-index: var(--pf-c-page__header--ZIndex);
|
|
280
280
|
grid-template-columns: auto auto;
|
|
281
281
|
display: grid;
|
|
282
282
|
align-items: center;
|
|
@@ -210,12 +210,12 @@ $pf-c-page--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl",
|
|
|
210
210
|
.pf-c-page__header,
|
|
211
211
|
.pf-c-page > .pf-c-masthead {
|
|
212
212
|
grid-area: header;
|
|
213
|
+
z-index: var(--pf-c-page__header--ZIndex);
|
|
213
214
|
}
|
|
214
215
|
|
|
215
216
|
.pf-c-page__header {
|
|
216
217
|
@include pf-t-dark; // force the container to follow the dark theme
|
|
217
218
|
|
|
218
|
-
z-index: var(--pf-c-page__header--ZIndex);
|
|
219
219
|
grid-template-columns: auto auto;
|
|
220
220
|
display: grid;
|
|
221
221
|
align-items: center;
|