@patternfly/patternfly 4.145.0 → 4.147.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.
@@ -5959,13 +5959,15 @@ html {
5959
5959
  --pf-c-app-launcher__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
5960
5960
  --pf-c-app-launcher__menu-item--m-link--PaddingRight: 0;
5961
5961
  --pf-c-app-launcher__menu-item--m-link--hover--BackgroundColor: transparent;
5962
- --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-global--disabled-color--200);
5962
+ --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-global--Color--200);
5963
5963
  --pf-c-app-launcher__menu-item--m-action--Width: auto;
5964
5964
  --pf-c-app-launcher__menu-item--m-action--FontSize: var(--pf-global--icon--FontSize--sm);
5965
5965
  --pf-c-app-launcher__menu-item--m-action--hover--BackgroundColor: transparent;
5966
5966
  --pf-c-app-launcher__menu-item--hover__menu-item--m-action--Color: var(--pf-global--Color--200);
5967
5967
  --pf-c-app-launcher__menu-item--m-action--hover--Color: var(--pf-global--Color--100);
5968
+ --pf-c-app-launcher__menu-item--m-action--disabled--Color: var(--pf-global--disabled-color--200);
5968
5969
  --pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color: var(--pf-global--palette--gold-400);
5970
+ --pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color: var(--pf-global--palette--gold-500);
5969
5971
  --pf-c-app-launcher__menu-item-icon--MarginRight: var(--pf-global--spacer--sm);
5970
5972
  --pf-c-app-launcher__menu-item-icon--Width: var(--pf-global--icon--FontSize--lg);
5971
5973
  --pf-c-app-launcher__menu-item-icon--Height: var(--pf-global--icon--FontSize--lg);
@@ -6047,6 +6049,7 @@ html {
6047
6049
  }
6048
6050
  .pf-c-app-launcher__menu-wrapper.pf-m-favorite {
6049
6051
  --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color);
6052
+ --pf-c-app-launcher__menu-item--m-action--hover--Color: var(--pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color);
6050
6053
  }
6051
6054
 
6052
6055
  .pf-c-app-launcher__menu-item {
@@ -6071,6 +6074,7 @@ html {
6071
6074
 
6072
6075
  .pf-c-app-launcher__menu-item:disabled, .pf-c-app-launcher__menu-item.pf-m-disabled {
6073
6076
  --pf-c-app-launcher__menu-item--Color: var(--pf-c-app-launcher__menu-item--disabled--Color);
6077
+ --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-c-app-launcher__menu-item--m-action--disabled--Color);
6074
6078
  pointer-events: none;
6075
6079
  }
6076
6080
  .pf-c-app-launcher__menu-wrapper:disabled, .pf-c-app-launcher__menu-wrapper.pf-m-disabled, .pf-c-app-launcher__menu-item:disabled, .pf-c-app-launcher__menu-item.pf-m-disabled {
@@ -7191,6 +7195,24 @@ button.pf-c-breadcrumb__link {
7191
7195
  .pf-c-card {
7192
7196
  --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7193
7197
  --pf-c-card--BoxShadow: var(--pf-global--BoxShadow--sm);
7198
+ --pf-c-card--first-child--PaddingTop: var(--pf-global--spacer--lg);
7199
+ --pf-c-card--child--PaddingRight: var(--pf-global--spacer--lg);
7200
+ --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
7201
+ --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
7202
+ --pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
7203
+ --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
7204
+ --pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
7205
+ --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
7206
+ --pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
7207
+ --pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
7208
+ --pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
7209
+ --pf-c-card__actions--child--MarginLeft: var(--pf-global--spacer--sm);
7210
+ --pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
7211
+ --pf-c-card__header-toggle--MarginRight: var(--pf-global--spacer--xs);
7212
+ --pf-c-card__header-toggle--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
7213
+ --pf-c-card__header-toggle--MarginLeft: calc(var(--pf-global--spacer--md) * -1);
7214
+ --pf-c-card__header-toggle-icon--Transition: var(--pf-global--Transition);
7215
+ --pf-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
7194
7216
  --pf-c-card--m-hoverable--hover--BoxShadow: var(--pf-global--BoxShadow--lg);
7195
7217
  --pf-c-card--m-selectable--hover--BoxShadow: var(--pf-global--BoxShadow--lg);
7196
7218
  --pf-c-card--m-selectable--focus--BoxShadow: var(--pf-global--BoxShadow--lg);
@@ -7198,6 +7220,35 @@ button.pf-c-breadcrumb__link {
7198
7220
  --pf-c-card--m-selectable--m-selected--BoxShadow: var(--pf-global--BoxShadow--lg);
7199
7221
  --pf-c-card--m-selectable--m-selected--before--Height: var(--pf-global--BorderWidth--lg);
7200
7222
  --pf-c-card--m-selectable--m-selected--before--BackgroundColor: var(--pf-global--active-color--100);
7223
+ --pf-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-global--BoxShadow--md);
7224
+ --pf-c-card--m-hoverable-raised--hover--before--BackgroundColor: var(--pf-global--active-color--400);
7225
+ --pf-c-card--m-selectable-raised--before--Right: 0;
7226
+ --pf-c-card--m-selectable-raised--before--Bottom: 0;
7227
+ --pf-c-card--m-selectable-raised--before--Left: 0;
7228
+ --pf-c-card--m-flat--m-selectable-raised--before--Right: calc(-1 * var(--pf-c-card--m-flat--BorderWidth));
7229
+ --pf-c-card--m-flat--m-selectable-raised--before--Bottom: calc(-1 * var(--pf-c-card--m-flat--BorderWidth));
7230
+ --pf-c-card--m-flat--m-selectable-raised--before--Left: calc(-1 * var(--pf-c-card--m-flat--BorderWidth));
7231
+ --pf-c-card--m-selectable-raised--before--Height: var(--pf-global--BorderWidth--xl);
7232
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: transparent;
7233
+ --pf-c-card--m-selectable-raised--before--Transition: none;
7234
+ --pf-c-card--m-selectable-raised--before--ScaleY: 1;
7235
+ --pf-c-card--m-selectable-raised--before--TranslateY: 0;
7236
+ --pf-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-global--BoxShadow--md);
7237
+ --pf-c-card--m-selectable-raised--hover--before--BackgroundColor: var(--pf-global--active-color--400);
7238
+ --pf-c-card--m-selectable-raised--focus--BoxShadow: var(--pf-global--BoxShadow--md);
7239
+ --pf-c-card--m-selectable-raised--focus--before--BackgroundColor: var(--pf-global--active-color--400);
7240
+ --pf-c-card--m-selectable-raised--active--BoxShadow: var(--pf-global--BoxShadow--md);
7241
+ --pf-c-card--m-selectable-raised--active--before--BackgroundColor: var(--pf-global--active-color--400);
7242
+ --pf-c-card--m-selectable-raised--m-selected-raised--before--BackgroundColor: var(--pf-global--active-color--100);
7243
+ --pf-c-card--m-selectable-raised--m-selected-raised--BoxShadow: var(--pf-global--BoxShadow--lg);
7244
+ --pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base: -0.5rem;
7245
+ --pf-c-card--m-selectable-raised--m-selected-raised--TranslateY: var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base);
7246
+ --pf-c-card--m-flat--m-selectable-raised--m-selected-raised--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base) + var(--pf-c-card--m-flat--BorderWidth));
7247
+ --pf-c-card--m-rounded--m-selectable-raised--m-selected-raised--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base) + var(--pf-c-card--m-rounded--BorderRadius));
7248
+ --pf-c-card--m-selectable-raised--m-selected-raised--Transition: transform .25s linear, box-shadow .25s linear;
7249
+ --pf-c-card--m-selectable-raised--m-selected-raised--before--Transition: transform .25s linear;
7250
+ --pf-c-card--m-selectable-raised--m-selected-raised--before--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY) * -1);
7251
+ --pf-c-card--m-selectable-raised--m-selected-raised--before--ScaleY: 2;
7201
7252
  --pf-c-card--m-compact__body--FontSize: var(--pf-global--FontSize--sm);
7202
7253
  --pf-c-card--m-compact__footer--FontSize: var(--pf-global--FontSize--sm);
7203
7254
  --pf-c-card--m-compact--first-child--PaddingTop: var(--pf-global--spacer--md);
@@ -7216,25 +7267,7 @@ button.pf-c-breadcrumb__link {
7216
7267
  --pf-c-card--m-flat--BorderWidth: var(--pf-global--BorderWidth--sm);
7217
7268
  --pf-c-card--m-flat--BorderColor: var(--pf-global--BorderColor--100);
7218
7269
  --pf-c-card--m-rounded--BorderRadius: var(--pf-global--BorderRadius--sm);
7219
- --pf-c-card--first-child--PaddingTop: var(--pf-global--spacer--lg);
7220
- --pf-c-card--child--PaddingRight: var(--pf-global--spacer--lg);
7221
- --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
7222
- --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
7223
- --pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
7224
- --pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
7225
- --pf-c-card__header-toggle--MarginRight: var(--pf-global--spacer--xs);
7226
- --pf-c-card__header-toggle--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
7227
- --pf-c-card__header-toggle--MarginLeft: calc(var(--pf-global--spacer--md) * -1);
7228
- --pf-c-card__header-toggle-icon--Transition: var(--pf-global--Transition);
7229
- --pf-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
7230
7270
  --pf-c-card--m-full-height--Height: 100%;
7231
- --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
7232
- --pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
7233
- --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
7234
- --pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
7235
- --pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
7236
- --pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
7237
- --pf-c-card__actions--child--MarginLeft: var(--pf-global--spacer--sm);
7238
7271
  --pf-c-card--m-plain--BoxShadow: none;
7239
7272
  --pf-c-card--m-plain--BackgroundColor: transparent;
7240
7273
  --pf-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
@@ -7273,6 +7306,51 @@ button.pf-c-breadcrumb__link {
7273
7306
  content: "";
7274
7307
  background-color: var(--pf-c-card--m-selectable--m-selected--before--BackgroundColor);
7275
7308
  }
7309
+ .pf-c-card.pf-m-hoverable-raised, .pf-c-card.pf-m-selectable-raised {
7310
+ position: relative;
7311
+ }
7312
+ .pf-c-card.pf-m-hoverable-raised::before, .pf-c-card.pf-m-selectable-raised::before {
7313
+ position: absolute;
7314
+ right: var(--pf-c-card--m-selectable-raised--before--Right);
7315
+ bottom: var(--pf-c-card--m-selectable-raised--before--Bottom);
7316
+ left: var(--pf-c-card--m-selectable-raised--before--Left);
7317
+ height: var(--pf-c-card--m-selectable-raised--before--Height);
7318
+ content: "";
7319
+ background-color: var(--pf-c-card--m-selectable-raised--before--BackgroundColor);
7320
+ transition: var(--pf-c-card--m-selectable-raised--before--Transition);
7321
+ transform: translateY(var(--pf-c-card--m-selectable-raised--before--TranslateY)) scaleY(var(--pf-c-card--m-selectable-raised--before--ScaleY));
7322
+ transform-origin: center bottom;
7323
+ }
7324
+ .pf-c-card.pf-m-hoverable-raised:hover {
7325
+ --pf-c-card--BoxShadow: var(--pf-c-card--m-hoverable-raised--hover--BoxShadow);
7326
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-hoverable-raised--hover--before--BackgroundColor);
7327
+ }
7328
+ .pf-c-card.pf-m-selectable-raised {
7329
+ cursor: pointer;
7330
+ /*
7331
+ &:active {
7332
+ --pf-c-card--BoxShadow: var(--pf-c-card--m-selectable-raised--active--BoxShadow);
7333
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-selectable-raised--active--before--BackgroundColor);
7334
+ }
7335
+ */
7336
+ }
7337
+ .pf-c-card.pf-m-selectable-raised:hover {
7338
+ --pf-c-card--BoxShadow: var(--pf-c-card--m-selectable-raised--hover--BoxShadow);
7339
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-selectable-raised--hover--before--BackgroundColor);
7340
+ }
7341
+ .pf-c-card.pf-m-selectable-raised:focus {
7342
+ --pf-c-card--BoxShadow: var(--pf-c-card--m-selectable-raised--focus--BoxShadow);
7343
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-selectable-raised--focus--before--BackgroundColor);
7344
+ }
7345
+ .pf-c-card.pf-m-selectable-raised.pf-m-selected-raised, .pf-c-card.pf-m-selectable-raised:active {
7346
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--BackgroundColor);
7347
+ --pf-c-card--m-selectable-raised--before--Transition: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--Transition);
7348
+ --pf-c-card--m-selectable-raised--before--TranslateY: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--TranslateY);
7349
+ --pf-c-card--m-selectable-raised--before--ScaleY: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--ScaleY);
7350
+ box-shadow: var(--pf-c-card--m-selectable-raised--m-selected-raised--BoxShadow);
7351
+ transition: var(--pf-c-card--m-selectable-raised--m-selected-raised--Transition);
7352
+ transform: translateY(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY));
7353
+ }
7276
7354
  .pf-c-card.pf-m-compact {
7277
7355
  --pf-c-card__body--FontSize: var(--pf-c-card--m-compact__body--FontSize);
7278
7356
  --pf-c-card__footer--FontSize: var(--pf-c-card--m-compact__footer--FontSize);
@@ -7294,6 +7372,10 @@ button.pf-c-breadcrumb__link {
7294
7372
  }
7295
7373
  .pf-c-card.pf-m-flat {
7296
7374
  --pf-c-card--BoxShadow: none;
7375
+ --pf-c-card--m-selectable-raised--before--Right: var(--pf-c-card--m-flat--m-selectable-raised--before--Right);
7376
+ --pf-c-card--m-selectable-raised--before--Bottom: var(--pf-c-card--m-flat--m-selectable-raised--before--Bottom);
7377
+ --pf-c-card--m-selectable-raised--before--Left: var(--pf-c-card--m-flat--m-selectable-raised--before--Left);
7378
+ --pf-c-card--m-selectable-raised--m-selected-raised--TranslateY: var(--pf-c-card--m-flat--m-selectable-raised--m-selected-raised--TranslateY);
7297
7379
  border: var(--pf-c-card--m-flat--BorderWidth) solid var(--pf-c-card--m-flat--BorderColor);
7298
7380
  }
7299
7381
  .pf-c-card.pf-m-plain {
@@ -7301,6 +7383,7 @@ button.pf-c-breadcrumb__link {
7301
7383
  --pf-c-card--BackgroundColor: var(--pf-c-card--m-plain--BackgroundColor);
7302
7384
  }
7303
7385
  .pf-c-card.pf-m-rounded {
7386
+ --pf-c-card--m-selectable-raised--m-selected-raised--TranslateY: var(--pf-c-card--m-rounded--m-selectable-raised--m-selected-raised--TranslateY);
7304
7387
  border-radius: var(--pf-c-card--m-rounded--BorderRadius);
7305
7388
  }
7306
7389
  .pf-c-card.pf-m-expanded .pf-c-card__header-toggle-icon {
@@ -15601,9 +15684,9 @@ ul.pf-c-list {
15601
15684
  --pf-c-menu__item-action--PaddingLeft: var(--pf-global--spacer--md);
15602
15685
  --pf-c-menu__item-action--Color: var(--pf-global--Color--200);
15603
15686
  --pf-c-menu__item-action--hover--Color: var(--pf-global--Color--100);
15687
+ --pf-c-menu__item-action--disabled--Color: var(--pf-global--disabled-color--200);
15604
15688
  --pf-c-menu__item-action--m-favorited--Color: var(--pf-global--palette--gold-400);
15605
15689
  --pf-c-menu__item-action--m-favorited--hover--Color: var(--pf-global--palette--gold-500);
15606
- --pf-c-menu__list-item--m-disabled__item-action--Color: var(--pf-global--disabled-color--200);
15607
15690
  --pf-c-menu__item-action-icon--Height: calc(var(--pf-c-menu__item--FontSize) * var(--pf-c-menu__item--LineHeight));
15608
15691
  --pf-c-menu__item-action--m-favorite__icon--FontSize: var(--pf-global--icon--FontSize--sm);
15609
15692
  --pf-c-menu__breadcrumb--PaddingTop: var(--pf-global--spacer--md);
@@ -15819,7 +15902,6 @@ ul.pf-c-list {
15819
15902
  --pf-c-menu__list-item--hover--BackgroundColor: transparent;
15820
15903
  --pf-c-menu__list-item--focus-within--BackgroundColor: transparent;
15821
15904
  --pf-c-menu__item--Color: var(--pf-c-menu__list-item--m-disabled__item--Color);
15822
- --pf-c-menu__item-action--Color: var(--pf-c-menu__list-item--m-disabled__item-action--Color);
15823
15905
  --pf-c-menu__item-toggle-icon: var(--pf-c-menu__list-item--m-disabled__item-toggle-icon--Color);
15824
15906
  pointer-events: none;
15825
15907
  }
@@ -15946,6 +16028,9 @@ ul.pf-c-list {
15946
16028
  .pf-c-menu__item-action:hover, .pf-c-menu__item-action:focus {
15947
16029
  --pf-c-menu__item-action--Color: var(--pf-c-menu__item-action--hover--Color);
15948
16030
  }
16031
+ .pf-c-menu__item-action:disabled {
16032
+ --pf-c-menu__item-action--Color: var(--pf-c-menu__item-action--disabled--Color);
16033
+ }
15949
16034
 
15950
16035
  .pf-c-menu__item-action-icon {
15951
16036
  display: flex;
@@ -19615,23 +19700,29 @@ label.pf-c-radio, .pf-c-radio__label,
19615
19700
  --pf-c-select__menu-item--FontWeight: var(--pf-global--FontWeight--normal);
19616
19701
  --pf-c-select__menu-item--LineHeight: var(--pf-global--LineHeight--md);
19617
19702
  --pf-c-select__menu-item--Color: var(--pf-global--Color--dark-100);
19618
- --pf-c-select__menu-item--Width: 100%;
19619
19703
  --pf-c-select__menu-item--disabled--Color: var(--pf-global--Color--dark-200);
19704
+ --pf-c-select__menu-item--Width: 100%;
19620
19705
  --pf-c-select__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
19621
19706
  --pf-c-select__menu-item--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
19622
19707
  --pf-c-select__menu-item--disabled--BackgroundColor: transparent;
19623
19708
  --pf-c-select__menu-item--m-link--Width: auto;
19624
19709
  --pf-c-select__menu-item--m-link--hover--BackgroundColor: transparent;
19625
19710
  --pf-c-select__menu-item--m-link--focus--BackgroundColor: transparent;
19626
- --pf-c-select__menu-item--m-action--Color: var(--pf-global--disabled-color--200);
19711
+ --pf-c-select__menu-item--m-action--Color: var(--pf-global--Color--200);
19712
+ --pf-c-select__menu-item--m-action--hover--Color: var(--pf-global--Color--100);
19713
+ --pf-c-select__menu-item--m-action--focus--Color: var(--pf-global--Color--100);
19714
+ --pf-c-select__menu-item--m-action--disabled--Color: var(--pf-global--disabled-color--200);
19627
19715
  --pf-c-select__menu-item--m-action--Width: auto;
19628
19716
  --pf-c-select__menu-item--m-action--FontSize: var(--pf-global--icon--FontSize--sm);
19629
19717
  --pf-c-select__menu-item--m-action--hover--BackgroundColor: transparent;
19630
19718
  --pf-c-select__menu-item--m-action--focus--BackgroundColor: transparent;
19631
19719
  --pf-c-select__menu-item--hover__menu-item--m-action--Color: var(--pf-global--Color--200);
19632
- --pf-c-select__menu-item--m-action--hover--Color: var(--pf-global--Color--100);
19633
- --pf-c-select__menu-item--m-action--focus--Color: var(--pf-global--Color--100);
19720
+ --pf-c-select__menu-item--m-favorite-action--Color: var(--pf-global--Color--200);
19721
+ --pf-c-select__menu-item--m-favorite-action--hover--Color: var(--pf-global--Color--100);
19722
+ --pf-c-select__menu-item--m-favorite-action--focus--Color: var(--pf-global--Color--100);
19634
19723
  --pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--Color: var(--pf-global--palette--gold-400);
19724
+ --pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--hover--Color: var(--pf-global--palette--gold-500);
19725
+ --pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--focus--Color: var(--pf-global--palette--gold-500);
19635
19726
  --pf-c-select__menu-item--m-load--Color: var(--pf-global--link--Color);
19636
19727
  --pf-c-select__menu-item-icon--Color: var(--pf-global--active-color--100);
19637
19728
  --pf-c-select__menu-item-icon--FontSize: var(--pf-global--icon--FontSize--sm);
@@ -19892,7 +19983,9 @@ label.pf-c-radio, .pf-c-radio__label,
19892
19983
  display: flex;
19893
19984
  }
19894
19985
  .pf-c-select__menu-wrapper.pf-m-favorite .pf-c-select__menu-item.pf-m-favorite-action {
19895
- --pf-c-select__menu-item--Color: var(--pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--Color);
19986
+ --pf-c-select__menu-item--m-favorite-action--Color: var(--pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--Color);
19987
+ --pf-c-select__menu-item--m-favorite-action--hover--Color: var(--pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--hover--Color);
19988
+ --pf-c-select__menu-item--m-favorite-action--focus--Color: var(--pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--focus--Color);
19896
19989
  }
19897
19990
 
19898
19991
  .pf-c-select__menu-item {
@@ -19946,6 +20039,14 @@ label.pf-c-radio, .pf-c-radio__label,
19946
20039
  .pf-c-select__menu-item.pf-m-action:focus {
19947
20040
  --pf-c-select__menu-item--m-action--Color: var(--pf-c-select__menu-item--m-action--focus--Color);
19948
20041
  }
20042
+ .pf-c-select__menu-item.pf-m-action:disabled {
20043
+ --pf-c-select__menu-item--disabled--Color: var(--pf-c-select__menu-item--m-action--disabled--Color);
20044
+ }
20045
+ .pf-c-select__menu-item.pf-m-favorite-action {
20046
+ --pf-c-select__menu-item--m-action--Color: var(--pf-c-select__menu-item--m-favorite-action--Color);
20047
+ --pf-c-select__menu-item--m-action--hover--Color: var(--pf-c-select__menu-item--m-favorite-action--hover--Color);
20048
+ --pf-c-select__menu-item--m-action--focus--Color: var(--pf-c-select__menu-item--m-favorite-action--focus--Color);
20049
+ }
19949
20050
  .pf-c-select__menu-item.pf-m-selected {
19950
20051
  --pf-c-select__menu-item--PaddingRight: var(--pf-c-select__menu-item--m-selected--PaddingRight);
19951
20052
  --pf-c-select__menu-item-main--PaddingRight: var(--pf-c-select__menu-item--m-selected__menu-item-main--PaddingRight);
@@ -25499,33 +25600,42 @@ svg.pf-c-spinner.pf-m-xl {
25499
25600
  --pf-c-tile--PaddingBottom: var(--pf-global--spacer--lg);
25500
25601
  --pf-c-tile--PaddingLeft: var(--pf-global--spacer--lg);
25501
25602
  --pf-c-tile--BackgroundColor: var(--pf-global--BackgroundColor--100);
25603
+ --pf-c-tile--Transition: none;
25604
+ --pf-c-tile--TranslateY: 0;
25502
25605
  --pf-c-tile--before--BorderColor: var(--pf-global--BorderColor--100);
25503
25606
  --pf-c-tile--before--BorderWidth: var(--pf-global--BorderWidth--sm);
25504
- --pf-c-tile--before--BorderRadius: var(--pf-global--BorderRadius--sm);
25505
- --pf-c-tile--hover--before--BorderColor: var(--pf-global--primary-color--100);
25506
- --pf-c-tile--m-selected--before--BorderWidth: var(--pf-global--BorderWidth--md);
25507
- --pf-c-tile--m-selected--before--BorderColor: var(--pf-global--primary-color--100);
25508
- --pf-c-tile--focus--before--BorderWidth: var(--pf-global--BorderWidth--md);
25509
- --pf-c-tile--focus--before--BorderColor: var(--pf-global--primary-color--100);
25510
- --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--300);
25511
- --pf-c-tile__title--Color: var(--pf-global--Color--100);
25512
- --pf-c-tile--hover__title--Color: var(--pf-global--primary-color--100);
25513
- --pf-c-tile--m-selected__title--Color: var(--pf-global--primary-color--100);
25514
- --pf-c-tile--focus__title--Color: var(--pf-global--primary-color--100);
25515
- --pf-c-tile--m-disabled__title--Color: var(--pf-global--disabled-color--100);
25607
+ --pf-c-tile--after--Height: var(--pf-global--BorderWidth--lg);
25608
+ --pf-c-tile--after--BackgroundColor: transparent;
25609
+ --pf-c-tile--after--Transition: none;
25610
+ --pf-c-tile--after--ScaleY: 1;
25611
+ --pf-c-tile--after--TranslateY: 0;
25516
25612
  --pf-c-tile__icon--MarginRight: var(--pf-global--spacer--sm);
25517
25613
  --pf-c-tile__icon--FontSize: var(--pf-global--icon--FontSize--md);
25518
25614
  --pf-c-tile__icon--Color: var(--pf-global--Color--100);
25615
+ --pf-c-tile__title--Color: var(--pf-global--Color--100);
25616
+ --pf-c-tile__body--Color: var(--pf-global--Color--100);
25617
+ --pf-c-tile__body--FontSize: var(--pf-global--FontSize--xs);
25618
+ --pf-c-tile--hover--after--BackgroundColor: var(--pf-global--active-color--400);
25519
25619
  --pf-c-tile--hover__icon--Color: var(--pf-global--primary-color--100);
25620
+ --pf-c-tile--hover__title--Color: var(--pf-global--primary-color--100);
25621
+ --pf-c-tile--focus--after--BackgroundColor: var(--pf-global--active-color--400);
25622
+ --pf-c-tile--focus__icon--Color: var(--pf-global--primary-color--100);
25623
+ --pf-c-tile--focus__title--Color: var(--pf-global--primary-color--100);
25624
+ --pf-c-tile--m-selected--TranslateY: calc(-1 * var(--pf-c-tile--m-selected--after--ScaleY) * var(--pf-c-tile--m-selected--after--Height));
25625
+ --pf-c-tile--m-selected--Transition: var(--pf-global--Transition);
25626
+ --pf-c-tile--m-selected--after--Height: var(--pf-global--BorderWidth--lg);
25627
+ --pf-c-tile--m-selected--after--BackgroundColor: var(--pf-global--active-color--100);
25628
+ --pf-c-tile--m-selected--after--Transition: var(--pf-global--Transition);
25629
+ --pf-c-tile--m-selected--after--ScaleY: 2;
25520
25630
  --pf-c-tile--m-selected__icon--Color: var(--pf-global--primary-color--100);
25631
+ --pf-c-tile--m-selected__title--Color: var(--pf-global--primary-color--100);
25632
+ --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--300);
25521
25633
  --pf-c-tile--m-disabled__icon--Color: var(--pf-global--disabled-color--100);
25522
- --pf-c-tile--focus__icon--Color: var(--pf-global--primary-color--100);
25634
+ --pf-c-tile--m-disabled__title--Color: var(--pf-global--disabled-color--100);
25635
+ --pf-c-tile--m-disabled__body--Color: var(--pf-global--disabled-color--100);
25523
25636
  --pf-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-global--spacer--xs);
25524
25637
  --pf-c-tile__header--m-stacked__icon--FontSize: var(--pf-global--icon--FontSize--lg);
25525
25638
  --pf-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-global--icon--FontSize--xl);
25526
- --pf-c-tile__body--Color: var(--pf-global--Color--100);
25527
- --pf-c-tile__body--FontSize: var(--pf-global--FontSize--xs);
25528
- --pf-c-tile--m-disabled__body--Color: var(--pf-global--disabled-color--100);
25529
25639
  position: relative;
25530
25640
  display: inline-grid;
25531
25641
  padding: var(--pf-c-tile--PaddingTop) var(--pf-c-tile--PaddingRight) var(--pf-c-tile--PaddingBottom) var(--pf-c-tile--PaddingLeft);
@@ -25533,34 +25643,49 @@ svg.pf-c-spinner.pf-m-xl {
25533
25643
  cursor: pointer;
25534
25644
  background-color: var(--pf-c-tile--BackgroundColor);
25535
25645
  grid-template-rows: min-content;
25646
+ transition: var(--pf-c-tile--Transition);
25647
+ transform: translateY(var(--pf-c-tile--TranslateY));
25536
25648
  }
25537
- .pf-c-tile::before {
25649
+ .pf-c-tile::before, .pf-c-tile::after {
25538
25650
  position: absolute;
25651
+ pointer-events: none;
25652
+ content: "";
25653
+ }
25654
+ .pf-c-tile::before {
25539
25655
  top: 0;
25540
25656
  right: 0;
25541
25657
  bottom: 0;
25542
25658
  left: 0;
25543
- pointer-events: none;
25544
- content: "";
25545
25659
  border: var(--pf-c-tile--before--BorderWidth) solid var(--pf-c-tile--before--BorderColor);
25546
- border-radius: var(--pf-c-tile--before--BorderRadius);
25660
+ }
25661
+ .pf-c-tile::after {
25662
+ right: 0;
25663
+ bottom: 0;
25664
+ left: 0;
25665
+ height: var(--pf-c-tile--after--Height);
25666
+ background-color: var(--pf-c-tile--after--BackgroundColor);
25667
+ transition: var(--pf-c-tile--after--Transition);
25668
+ transform: scaleY(var(--pf-c-tile--after--ScaleY)) translateY(var(--pf-c-tile--after--TranslateY));
25547
25669
  }
25548
25670
  .pf-c-tile:hover {
25549
25671
  --pf-c-tile__title--Color: var(--pf-c-tile--hover__title--Color);
25550
25672
  --pf-c-tile__icon--Color: var(--pf-c-tile--hover__icon--Color);
25551
- --pf-c-tile--before--BorderColor: var(--pf-c-tile--hover--before--BorderColor);
25552
- }
25553
- .pf-c-tile.pf-m-selected {
25554
- --pf-c-tile__title--Color: var(--pf-c-tile--m-selected__title--Color);
25555
- --pf-c-tile__icon--Color: var(--pf-c-tile--m-selected__icon--Color);
25556
- --pf-c-tile--before--BorderWidth: var(--pf-c-tile--m-selected--before--BorderWidth);
25557
- --pf-c-tile--before--BorderColor: var(--pf-c-tile--m-selected--before--BorderColor);
25673
+ --pf-c-tile--after--BackgroundColor: var(--pf-c-tile--hover--after--BackgroundColor);
25558
25674
  }
25559
25675
  .pf-c-tile:focus {
25560
25676
  --pf-c-tile__title--Color: var(--pf-c-tile--focus__title--Color);
25561
25677
  --pf-c-tile__icon--Color: var(--pf-c-tile--focus__icon--Color);
25562
- --pf-c-tile--before--BorderWidth: var(--pf-c-tile--focus--before--BorderWidth);
25563
- --pf-c-tile--before--BorderColor: var(--pf-c-tile--focus--before--BorderColor);
25678
+ --pf-c-tile--after--BackgroundColor: var(--pf-c-tile--focus--after--BackgroundColor);
25679
+ }
25680
+ .pf-c-tile:active, .pf-c-tile.pf-m-selected {
25681
+ --pf-c-tile__title--Color: var(--pf-c-tile--m-selected__title--Color);
25682
+ --pf-c-tile__icon--Color: var(--pf-c-tile--m-selected__icon--Color);
25683
+ --pf-c-tile--TranslateY: var(--pf-c-tile--m-selected--TranslateY);
25684
+ --pf-c-tile--Transition: var(--pf-c-tile--m-selected--Transition);
25685
+ --pf-c-tile--after--Height: var(--pf-c-tile--m-selected--after--Height);
25686
+ --pf-c-tile--after--BackgroundColor: var(--pf-c-tile--m-selected--after--BackgroundColor);
25687
+ --pf-c-tile--after--Transition: var(--pf-c-tile--m-selected--after--Transition);
25688
+ --pf-c-tile--after--ScaleY: var(--pf-c-tile--m-selected--after--ScaleY);
25564
25689
  }
25565
25690
  .pf-c-tile.pf-m-disabled {
25566
25691
  --pf-c-tile--BackgroundColor: var(--pf-c-tile--m-disabled--BackgroundColor);