@patternfly/patternfly 4.223.1 → 4.224.0
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/components/Content/content.css +6 -0
- package/components/Content/content.scss +8 -0
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/docs/components/Content/examples/Content.md +28 -0
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/package.json +1 -1
- package/patternfly-no-reset.css +6 -4
- package/patternfly.css +6 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -9346,6 +9346,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9346
9346
|
.pf-c-content ul {
|
|
9347
9347
|
margin: 0;
|
|
9348
9348
|
}
|
|
9349
|
+
.pf-c-content ol.pf-m-plain,
|
|
9350
|
+
.pf-c-content ul.pf-m-plain {
|
|
9351
|
+
padding-left: 0;
|
|
9352
|
+
margin-left: 0;
|
|
9353
|
+
list-style: none;
|
|
9354
|
+
}
|
|
9349
9355
|
.pf-c-content h1 {
|
|
9350
9356
|
margin-top: var(--pf-c-content--h1--MarginTop);
|
|
9351
9357
|
margin-bottom: var(--pf-c-content--h1--MarginBottom);
|
|
@@ -30125,7 +30131,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30125
30131
|
--pf-c-tabs__item-action--last-child--c-button--PaddingRight: var(--pf-global--spacer--md);
|
|
30126
30132
|
--pf-c-tabs__item-action--c-button--OutlineOffset: -0.1875rem;
|
|
30127
30133
|
--pf-c-tabs__item-action-icon--MarginTop: 0.125rem;
|
|
30128
|
-
--pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
|
|
30129
30134
|
--pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
|
|
30130
30135
|
--pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
|
|
30131
30136
|
--pf-c-tabs__add--c-button--FontSize: var(--pf-global--FontSize--sm);
|
|
@@ -30630,9 +30635,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30630
30635
|
--pf-c-button--PaddingLeft: var(--pf-c-tabs__item-action--c-button--PaddingLeft);
|
|
30631
30636
|
outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
|
|
30632
30637
|
}
|
|
30633
|
-
.pf-c-tabs__item-action.pf-m-help {
|
|
30634
|
-
--pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
|
|
30635
|
-
}
|
|
30636
30638
|
.pf-c-tabs__item-action:last-child {
|
|
30637
30639
|
--pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
|
|
30638
30640
|
}
|
package/patternfly.css
CHANGED
|
@@ -9473,6 +9473,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9473
9473
|
.pf-c-content ul {
|
|
9474
9474
|
margin: 0;
|
|
9475
9475
|
}
|
|
9476
|
+
.pf-c-content ol.pf-m-plain,
|
|
9477
|
+
.pf-c-content ul.pf-m-plain {
|
|
9478
|
+
padding-left: 0;
|
|
9479
|
+
margin-left: 0;
|
|
9480
|
+
list-style: none;
|
|
9481
|
+
}
|
|
9476
9482
|
.pf-c-content h1 {
|
|
9477
9483
|
margin-top: var(--pf-c-content--h1--MarginTop);
|
|
9478
9484
|
margin-bottom: var(--pf-c-content--h1--MarginBottom);
|
|
@@ -30252,7 +30258,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30252
30258
|
--pf-c-tabs__item-action--last-child--c-button--PaddingRight: var(--pf-global--spacer--md);
|
|
30253
30259
|
--pf-c-tabs__item-action--c-button--OutlineOffset: -0.1875rem;
|
|
30254
30260
|
--pf-c-tabs__item-action-icon--MarginTop: 0.125rem;
|
|
30255
|
-
--pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
|
|
30256
30261
|
--pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
|
|
30257
30262
|
--pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
|
|
30258
30263
|
--pf-c-tabs__add--c-button--FontSize: var(--pf-global--FontSize--sm);
|
|
@@ -30757,9 +30762,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30757
30762
|
--pf-c-button--PaddingLeft: var(--pf-c-tabs__item-action--c-button--PaddingLeft);
|
|
30758
30763
|
outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
|
|
30759
30764
|
}
|
|
30760
|
-
.pf-c-tabs__item-action.pf-m-help {
|
|
30761
|
-
--pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
|
|
30762
|
-
}
|
|
30763
30765
|
.pf-c-tabs__item-action:last-child {
|
|
30764
30766
|
--pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
|
|
30765
30767
|
}
|