@patternfly/patternfly 6.0.0-alpha.40 → 6.0.0-alpha.42
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/Skeleton/skeleton.css +18 -20
- package/components/Skeleton/skeleton.scss +17 -21
- package/components/TabContent/tab-content.css +17 -11
- package/components/TabContent/tab-content.scss +18 -14
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/package.json +1 -1
- package/patternfly-no-globals.css +35 -36
- package/patternfly-theme-dark-unversioned.css +35 -36
- package/patternfly.css +35 -36
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Skeleton/themes/dark/skeleton.scss +0 -10
package/patternfly.css
CHANGED
|
@@ -24833,33 +24833,34 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24833
24833
|
margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
24834
24834
|
}
|
|
24835
24835
|
|
|
24836
|
+
:root,
|
|
24836
24837
|
.pf-v5-c-skeleton {
|
|
24837
|
-
--pf-v5-c-skeleton--BackgroundColor: var(--pf-
|
|
24838
|
+
--pf-v5-c-skeleton--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
24838
24839
|
--pf-v5-c-skeleton--Width: auto;
|
|
24839
24840
|
--pf-v5-c-skeleton--Height: auto;
|
|
24840
|
-
--pf-v5-c-skeleton--BorderRadius: var(--pf-
|
|
24841
|
+
--pf-v5-c-skeleton--BorderRadius: var(--pf-t--global--spacer--sm);
|
|
24841
24842
|
--pf-v5-c-skeleton--before--PaddingBottom: 0;
|
|
24842
24843
|
--pf-v5-c-skeleton--before--Height: auto;
|
|
24843
24844
|
--pf-v5-c-skeleton--before--Content: " ";
|
|
24844
24845
|
--pf-v5-c-skeleton--after--LinearGradientAngle: 90deg;
|
|
24845
|
-
--pf-v5-c-skeleton--after--LinearGradientColorStop1: var(--pf-
|
|
24846
|
-
--pf-v5-c-skeleton--after--LinearGradientColorStop2:
|
|
24847
|
-
--pf-v5-c-skeleton--after--LinearGradientColorStop3: var(--pf-
|
|
24846
|
+
--pf-v5-c-skeleton--after--LinearGradientColorStop1: var(--pf-t--global--background--color--secondary--default);
|
|
24847
|
+
--pf-v5-c-skeleton--after--LinearGradientColorStop2: var(--pf-t--global--background--color--secondary--hover);
|
|
24848
|
+
--pf-v5-c-skeleton--after--LinearGradientColorStop3: var(--pf-t--global--background--color--secondary--default);
|
|
24848
24849
|
--pf-v5-c-skeleton--after--TranslateX: -100%;
|
|
24849
24850
|
--pf-v5-c-skeleton--after--AnimationName: pf-v5-c-skeleton-loading;
|
|
24850
|
-
--pf-v5-c-skeleton--after--AnimationDuration:
|
|
24851
|
+
--pf-v5-c-skeleton--after--AnimationDuration: 3s;
|
|
24851
24852
|
--pf-v5-c-skeleton--after--AnimationIterationCount: infinite;
|
|
24852
24853
|
--pf-v5-c-skeleton--after--AnimationTimingFunction: linear;
|
|
24853
24854
|
--pf-v5-c-skeleton--after--AnimationDelay: .5s;
|
|
24854
|
-
--pf-v5-c-skeleton--m-circle--BorderRadius: var(--pf-
|
|
24855
|
+
--pf-v5-c-skeleton--m-circle--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
24855
24856
|
--pf-v5-c-skeleton--m-circle--before--PaddingBottom: 100%;
|
|
24856
|
-
--pf-v5-c-skeleton--m-text-4xl--Height: calc(var(--pf-
|
|
24857
|
-
--pf-v5-c-skeleton--m-text-3xl--Height: calc(var(--pf-
|
|
24858
|
-
--pf-v5-c-skeleton--m-text-2xl--Height: calc(var(--pf-
|
|
24859
|
-
--pf-v5-c-skeleton--m-text-xl--Height: calc(var(--pf-
|
|
24860
|
-
--pf-v5-c-skeleton--m-text-lg--Height: calc(var(--pf-
|
|
24861
|
-
--pf-v5-c-skeleton--m-text-md--Height: calc(var(--pf-
|
|
24862
|
-
--pf-v5-c-skeleton--m-text-sm--Height: calc(var(--pf-
|
|
24857
|
+
--pf-v5-c-skeleton--m-text-4xl--Height: calc(var(--pf-t--global--font--size--4xl) * var(--pf-t--global--font--line-height--heading));
|
|
24858
|
+
--pf-v5-c-skeleton--m-text-3xl--Height: calc(var(--pf-t--global--font--size--3xl) * var(--pf-t--global--font--line-height--heading));
|
|
24859
|
+
--pf-v5-c-skeleton--m-text-2xl--Height: calc(var(--pf-t--global--font--size--2xl) * var(--pf-t--global--font--line-height--heading));
|
|
24860
|
+
--pf-v5-c-skeleton--m-text-xl--Height: calc(var(--pf-t--global--font--size--xl) * var(--pf-t--global--font--line-height--heading));
|
|
24861
|
+
--pf-v5-c-skeleton--m-text-lg--Height: calc(var(--pf-t--global--font--size--lg) * var(--pf-t--global--font--line-height--body));
|
|
24862
|
+
--pf-v5-c-skeleton--m-text-md--Height: calc(var(--pf-t--global--font--size--md) * var(--pf-t--global--font--line-height--body));
|
|
24863
|
+
--pf-v5-c-skeleton--m-text-sm--Height: calc(var(--pf-t--global--font--size--sm) * var(--pf-t--global--font--line-height--body));
|
|
24863
24864
|
--pf-v5-c-skeleton--m-width-sm--Width: 6.25rem;
|
|
24864
24865
|
--pf-v5-c-skeleton--m-width-md--Width: 12.5rem;
|
|
24865
24866
|
--pf-v5-c-skeleton--m-width-lg--Width: 18.75rem;
|
|
@@ -24877,6 +24878,9 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24877
24878
|
--pf-v5-c-skeleton--m-height-66--Height: calc(100% / 3 * 2);
|
|
24878
24879
|
--pf-v5-c-skeleton--m-height-75--Height: 75%;
|
|
24879
24880
|
--pf-v5-c-skeleton--m-height-100--Height: 100%;
|
|
24881
|
+
}
|
|
24882
|
+
|
|
24883
|
+
.pf-v5-c-skeleton {
|
|
24880
24884
|
position: relative;
|
|
24881
24885
|
width: var(--pf-v5-c-skeleton--Width);
|
|
24882
24886
|
height: var(--pf-v5-c-skeleton--Height);
|
|
@@ -24995,17 +24999,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24995
24999
|
transform: translateX(100%);
|
|
24996
25000
|
}
|
|
24997
25001
|
}
|
|
24998
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
24999
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25000
|
-
}
|
|
25001
|
-
|
|
25002
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-skeleton {
|
|
25003
|
-
--pf-v5-c-skeleton--BackgroundColor: var(--pf-v5-global--palette--black-600);
|
|
25004
|
-
--pf-v5-c-skeleton--after--LinearGradientColorStop1: var(--pf-v5-global--palette--black-600);
|
|
25005
|
-
--pf-v5-c-skeleton--after--LinearGradientColorStop2: var(--pf-v5-global--palette--black-500);
|
|
25006
|
-
--pf-v5-c-skeleton--after--LinearGradientColorStop3: var(--pf-v5-global--palette--black-600);
|
|
25007
|
-
}
|
|
25008
|
-
|
|
25009
25002
|
:root {
|
|
25010
25003
|
--pf-v5-c-skip-to-content--Top: var(--pf-t--global--spacer--md);
|
|
25011
25004
|
--pf-v5-c-skip-to-content--ZIndex: var(--pf-v5-global--ZIndex--2xl);
|
|
@@ -25489,20 +25482,26 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25489
25482
|
--pf-v5-c-switch__input--disabled__toggle-icon--Color: var(--pf-v5-global--disabled-color--100);
|
|
25490
25483
|
}
|
|
25491
25484
|
|
|
25485
|
+
:root,
|
|
25492
25486
|
.pf-v5-c-tab-content {
|
|
25493
25487
|
--pf-v5-c-tab-content__body--PaddingTop: 0;
|
|
25494
25488
|
--pf-v5-c-tab-content__body--PaddingRight: 0;
|
|
25495
25489
|
--pf-v5-c-tab-content__body--PaddingBottom: 0;
|
|
25496
25490
|
--pf-v5-c-tab-content__body--PaddingLeft: 0;
|
|
25497
|
-
--pf-v5-c-tab-
|
|
25498
|
-
--pf-v5-c-tab-content__body--m-padding--
|
|
25499
|
-
--pf-v5-c-tab-content__body--m-padding--
|
|
25500
|
-
--pf-v5-c-tab-content__body--m-padding--
|
|
25501
|
-
--pf-v5-c-tab-content__body--m-padding--
|
|
25502
|
-
--pf-v5-c-tab-content__body--m-padding--xl--
|
|
25503
|
-
--pf-v5-c-tab-content__body--m-padding--xl--
|
|
25504
|
-
--pf-v5-c-tab-content__body--m-padding--xl--
|
|
25505
|
-
--pf-v5-c-tab-
|
|
25491
|
+
--pf-v5-c-tab-content--BackgroundColor: transparent;
|
|
25492
|
+
--pf-v5-c-tab-content__body--m-padding--PaddingTop: var(--pf-t--global--spacer--md);
|
|
25493
|
+
--pf-v5-c-tab-content__body--m-padding--PaddingRight: var(--pf-t--global--spacer--md);
|
|
25494
|
+
--pf-v5-c-tab-content__body--m-padding--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
25495
|
+
--pf-v5-c-tab-content__body--m-padding--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
25496
|
+
--pf-v5-c-tab-content__body--m-padding--xl--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
25497
|
+
--pf-v5-c-tab-content__body--m-padding--xl--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
25498
|
+
--pf-v5-c-tab-content__body--m-padding--xl--PaddingBottom: var(--pf-t--global--spacer--lg);
|
|
25499
|
+
--pf-v5-c-tab-content__body--m-padding--xl--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
25500
|
+
--pf-v5-c-tab-content--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
25501
|
+
}
|
|
25502
|
+
|
|
25503
|
+
.pf-v5-c-tab-content {
|
|
25504
|
+
background-color: var(--pf-v5-c-tab-content--BackgroundColor);
|
|
25506
25505
|
}
|
|
25507
25506
|
@media screen and (min-width: 1200px) {
|
|
25508
25507
|
.pf-v5-c-tab-content {
|
|
@@ -25512,8 +25511,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25512
25511
|
--pf-v5-c-tab-content__body--m-padding--PaddingLeft: var(--pf-v5-c-tab-content__body--m-padding--xl--PaddingLeft);
|
|
25513
25512
|
}
|
|
25514
25513
|
}
|
|
25515
|
-
.pf-v5-c-tab-content.pf-m-
|
|
25516
|
-
|
|
25514
|
+
.pf-v5-c-tab-content.pf-m-secondary {
|
|
25515
|
+
--pf-v5-c-tab-content--BackgroundColor: var(--pf-v5-c-tab-content--m-secondary--BackgroundColor);
|
|
25517
25516
|
}
|
|
25518
25517
|
|
|
25519
25518
|
.pf-v5-c-tab-content__body {
|