@patternfly/patternfly 6.0.0-alpha.54 → 6.0.0-alpha.55
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/Tile/tile.css +40 -81
- package/components/Tile/tile.scss +38 -84
- package/docs/components/Tile/examples/Tile.md +264 -144
- package/package.json +1 -1
- package/patternfly-no-globals.css +41 -86
- package/patternfly-theme-dark-unversioned.css +41 -86
- package/patternfly.css +41 -86
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Tile/themes/dark/tile.scss +0 -10
|
@@ -29179,48 +29179,38 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29179
29179
|
--pf-v5-c-text-input-group__text--after--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
|
|
29180
29180
|
}
|
|
29181
29181
|
|
|
29182
|
-
|
|
29183
|
-
|
|
29184
|
-
--pf-v5-c-tile--
|
|
29185
|
-
--pf-v5-c-tile--
|
|
29186
|
-
--pf-v5-c-tile--
|
|
29187
|
-
--pf-v5-c-tile--
|
|
29188
|
-
--pf-v5-c-tile--
|
|
29189
|
-
--pf-v5-c-tile--
|
|
29190
|
-
--pf-v5-c-tile--before--BorderColor: var(--pf-
|
|
29191
|
-
--pf-v5-c-tile--before--BorderWidth: var(--pf-
|
|
29192
|
-
--pf-v5-c-tile--
|
|
29182
|
+
:where(:root),
|
|
29183
|
+
:where(.pf-v5-c-tile) {
|
|
29184
|
+
--pf-v5-c-tile--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
29185
|
+
--pf-v5-c-tile--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
29186
|
+
--pf-v5-c-tile--PaddingBottom: var(--pf-t--global--spacer--lg);
|
|
29187
|
+
--pf-v5-c-tile--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
29188
|
+
--pf-v5-c-tile--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
29189
|
+
--pf-v5-c-tile--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
29190
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
29191
|
+
--pf-v5-c-tile--before--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
29192
|
+
--pf-v5-c-tile--before--BorderRadius: var(--pf-v5-c-tile--BorderRadius);
|
|
29193
29193
|
--pf-v5-c-tile--after--BackgroundColor: transparent;
|
|
29194
|
-
--pf-v5-c-
|
|
29195
|
-
--pf-v5-c-
|
|
29196
|
-
--pf-v5-c-
|
|
29197
|
-
--pf-v5-c-
|
|
29198
|
-
--pf-v5-c-
|
|
29199
|
-
--pf-v5-c-
|
|
29200
|
-
--pf-v5-c-
|
|
29201
|
-
--pf-v5-c-
|
|
29202
|
-
--pf-v5-c-
|
|
29203
|
-
--pf-v5-c-tile--
|
|
29204
|
-
--pf-v5-c-tile--
|
|
29205
|
-
--pf-v5-c-tile--
|
|
29206
|
-
--pf-v5-c-tile--
|
|
29207
|
-
--pf-v5-c-tile--
|
|
29208
|
-
--pf-v5-c-
|
|
29209
|
-
--pf-v5-c-
|
|
29210
|
-
--pf-v5-c-tile--m-
|
|
29211
|
-
|
|
29212
|
-
|
|
29213
|
-
|
|
29214
|
-
--pf-v5-c-tile--m-selected--after--ScaleY: 2;
|
|
29215
|
-
--pf-v5-c-tile--m-selected__icon--Color: var(--pf-v5-global--primary-color--100);
|
|
29216
|
-
--pf-v5-c-tile--m-selected__title--Color: var(--pf-v5-global--primary-color--100);
|
|
29217
|
-
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
|
|
29218
|
-
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--100);
|
|
29219
|
-
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--100);
|
|
29220
|
-
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-v5-global--disabled-color--100);
|
|
29221
|
-
--pf-v5-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-v5-global--spacer--xs);
|
|
29222
|
-
--pf-v5-c-tile__header--m-stacked__icon--FontSize: var(--pf-v5-global--icon--FontSize--lg);
|
|
29223
|
-
--pf-v5-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-v5-global--icon--FontSize--xl);
|
|
29194
|
+
--pf-v5-c-tile__icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
29195
|
+
--pf-v5-c-tile__icon--FontSize: var(--pf-t--global--icon--size--body--default);
|
|
29196
|
+
--pf-v5-c-tile__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
29197
|
+
--pf-v5-c-tile__title--Color: var(--pf-t--global--text--color--regular);
|
|
29198
|
+
--pf-v5-c-tile__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
29199
|
+
--pf-v5-c-tile__body--Color: var(--pf-t--global--text--color--regular);
|
|
29200
|
+
--pf-v5-c-tile__body--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
29201
|
+
--pf-v5-c-tile--hover--before--BorderColor: var(--pf-t--global--border--color--hover);
|
|
29202
|
+
--pf-v5-c-tile--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
29203
|
+
--pf-v5-c-tile--m-selected--before--BorderWidth: var(--pf-t--global--border--width--box--clicked);
|
|
29204
|
+
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
29205
|
+
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-t--global--text--color--on-disabled);
|
|
29206
|
+
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
29207
|
+
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-t--global--text--color--on-disabled);
|
|
29208
|
+
--pf-v5-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-t--global--spacer--md);
|
|
29209
|
+
--pf-v5-c-tile__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--xl);
|
|
29210
|
+
--pf-v5-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--2xl);
|
|
29211
|
+
}
|
|
29212
|
+
|
|
29213
|
+
.pf-v5-c-tile {
|
|
29224
29214
|
position: relative;
|
|
29225
29215
|
display: inline-grid;
|
|
29226
29216
|
grid-template-rows: min-content;
|
|
@@ -29228,11 +29218,9 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29228
29218
|
padding-block-end: var(--pf-v5-c-tile--PaddingBottom);
|
|
29229
29219
|
padding-inline-start: var(--pf-v5-c-tile--PaddingLeft);
|
|
29230
29220
|
padding-inline-end: var(--pf-v5-c-tile--PaddingRight);
|
|
29231
|
-
text-align: center;
|
|
29232
29221
|
cursor: pointer;
|
|
29233
29222
|
background-color: var(--pf-v5-c-tile--BackgroundColor);
|
|
29234
|
-
|
|
29235
|
-
transform: translateY(var(--pf-v5-c-tile--TranslateY));
|
|
29223
|
+
border-radius: var(--pf-v5-c-tile--BorderRadius);
|
|
29236
29224
|
}
|
|
29237
29225
|
.pf-v5-c-tile::before, .pf-v5-c-tile::after {
|
|
29238
29226
|
position: absolute;
|
|
@@ -29242,42 +29230,21 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29242
29230
|
.pf-v5-c-tile::before {
|
|
29243
29231
|
inset: 0;
|
|
29244
29232
|
border: var(--pf-v5-c-tile--before--BorderWidth) solid var(--pf-v5-c-tile--before--BorderColor);
|
|
29245
|
-
|
|
29246
|
-
.pf-v5-c-tile::after {
|
|
29247
|
-
inset-block-end: 0;
|
|
29248
|
-
inset-inline-start: 0;
|
|
29249
|
-
inset-inline-end: 0;
|
|
29250
|
-
height: var(--pf-v5-c-tile--after--Height);
|
|
29251
|
-
background-color: var(--pf-v5-c-tile--after--BackgroundColor);
|
|
29252
|
-
transition: var(--pf-v5-c-tile--after--Transition);
|
|
29253
|
-
transform: scaleY(var(--pf-v5-c-tile--after--ScaleY)) translateY(var(--pf-v5-c-tile--after--TranslateY));
|
|
29233
|
+
border-radius: var(--pf-v5-c-tile--before--BorderRadius);
|
|
29254
29234
|
}
|
|
29255
29235
|
.pf-v5-c-tile:hover {
|
|
29256
|
-
--pf-v5-c-
|
|
29257
|
-
|
|
29258
|
-
|
|
29259
|
-
|
|
29260
|
-
|
|
29261
|
-
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--focus__title--Color);
|
|
29262
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--focus__icon--Color);
|
|
29263
|
-
--pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--focus--after--BackgroundColor);
|
|
29264
|
-
}
|
|
29265
|
-
.pf-v5-c-tile:active, .pf-v5-c-tile.pf-m-selected {
|
|
29266
|
-
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--m-selected__title--Color);
|
|
29267
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-selected__icon--Color);
|
|
29268
|
-
--pf-v5-c-tile--TranslateY: var(--pf-v5-c-tile--m-selected--TranslateY);
|
|
29269
|
-
--pf-v5-c-tile--Transition: var(--pf-v5-c-tile--m-selected--Transition);
|
|
29270
|
-
--pf-v5-c-tile--after--Height: var(--pf-v5-c-tile--m-selected--after--Height);
|
|
29271
|
-
--pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--m-selected--after--BackgroundColor);
|
|
29272
|
-
--pf-v5-c-tile--after--Transition: var(--pf-v5-c-tile--m-selected--after--Transition);
|
|
29273
|
-
--pf-v5-c-tile--after--ScaleY: var(--pf-v5-c-tile--m-selected--after--ScaleY);
|
|
29236
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-v5-c-tile--hover--before--BorderColor);
|
|
29237
|
+
}
|
|
29238
|
+
.pf-v5-c-tile.pf-m-selected {
|
|
29239
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-v5-c-tile--m-selected--before--BorderColor);
|
|
29240
|
+
--pf-v5-c-tile--before--BorderWidth: var(--pf-v5-c-tile--m-selected--before--BorderWidth);
|
|
29274
29241
|
}
|
|
29275
29242
|
.pf-v5-c-tile.pf-m-disabled {
|
|
29276
29243
|
--pf-v5-c-tile--BackgroundColor: var(--pf-v5-c-tile--m-disabled--BackgroundColor);
|
|
29277
29244
|
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--m-disabled__title--Color);
|
|
29245
|
+
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-disabled__icon--Color);
|
|
29278
29246
|
--pf-v5-c-tile__body--Color: var(--pf-v5-c-tile--m-disabled__body--Color);
|
|
29279
29247
|
--pf-v5-c-tile--before--BorderWidth: 0;
|
|
29280
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-disabled__icon--Color);
|
|
29281
29248
|
pointer-events: none;
|
|
29282
29249
|
}
|
|
29283
29250
|
.pf-v5-c-tile.pf-m-display-lg .pf-v5-c-tile__header.pf-m-stacked {
|
|
@@ -29287,22 +29254,21 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29287
29254
|
.pf-v5-c-tile__header {
|
|
29288
29255
|
display: flex;
|
|
29289
29256
|
align-items: center;
|
|
29290
|
-
justify-content: center;
|
|
29291
29257
|
}
|
|
29292
29258
|
.pf-v5-c-tile__header.pf-m-stacked {
|
|
29293
29259
|
--pf-v5-c-tile__icon--MarginRight: 0;
|
|
29294
29260
|
--pf-v5-c-tile__icon--FontSize: var(--pf-v5-c-tile__header--m-stacked__icon--FontSize);
|
|
29295
29261
|
flex-direction: column;
|
|
29296
|
-
|
|
29262
|
+
align-items: flex-start;
|
|
29297
29263
|
}
|
|
29298
29264
|
.pf-v5-c-tile__header.pf-m-stacked .pf-v5-c-tile__icon {
|
|
29299
29265
|
display: flex;
|
|
29300
29266
|
align-items: center;
|
|
29301
|
-
justify-content: center;
|
|
29302
29267
|
margin-block-end: var(--pf-v5-c-tile__header--m-stacked__icon--MarginBottom);
|
|
29303
29268
|
}
|
|
29304
29269
|
|
|
29305
29270
|
.pf-v5-c-tile__title {
|
|
29271
|
+
font-weight: var(--pf-v5-c-tile__title--FontWeight);
|
|
29306
29272
|
color: var(--pf-v5-c-tile__title--Color);
|
|
29307
29273
|
}
|
|
29308
29274
|
|
|
@@ -29317,17 +29283,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29317
29283
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
29318
29284
|
}
|
|
29319
29285
|
|
|
29320
|
-
: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 {
|
|
29321
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
29322
|
-
}
|
|
29323
|
-
|
|
29324
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-tile {
|
|
29325
|
-
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
29326
|
-
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--300);
|
|
29327
|
-
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--300);
|
|
29328
|
-
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-v5-global--disabled-color--300);
|
|
29329
|
-
}
|
|
29330
|
-
|
|
29331
29286
|
:root, .pf-v5-c-timestamp {
|
|
29332
29287
|
--pf-v5-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
29333
29288
|
--pf-v5-c-timestamp--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -29296,48 +29296,38 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29296
29296
|
--pf-v5-c-text-input-group__text--after--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
|
|
29297
29297
|
}
|
|
29298
29298
|
|
|
29299
|
-
|
|
29300
|
-
|
|
29301
|
-
--pf-v5-c-tile--
|
|
29302
|
-
--pf-v5-c-tile--
|
|
29303
|
-
--pf-v5-c-tile--
|
|
29304
|
-
--pf-v5-c-tile--
|
|
29305
|
-
--pf-v5-c-tile--
|
|
29306
|
-
--pf-v5-c-tile--
|
|
29307
|
-
--pf-v5-c-tile--before--BorderColor: var(--pf-
|
|
29308
|
-
--pf-v5-c-tile--before--BorderWidth: var(--pf-
|
|
29309
|
-
--pf-v5-c-tile--
|
|
29299
|
+
:where(:root),
|
|
29300
|
+
:where(.pf-v5-c-tile) {
|
|
29301
|
+
--pf-v5-c-tile--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
29302
|
+
--pf-v5-c-tile--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
29303
|
+
--pf-v5-c-tile--PaddingBottom: var(--pf-t--global--spacer--lg);
|
|
29304
|
+
--pf-v5-c-tile--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
29305
|
+
--pf-v5-c-tile--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
29306
|
+
--pf-v5-c-tile--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
29307
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
29308
|
+
--pf-v5-c-tile--before--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
29309
|
+
--pf-v5-c-tile--before--BorderRadius: var(--pf-v5-c-tile--BorderRadius);
|
|
29310
29310
|
--pf-v5-c-tile--after--BackgroundColor: transparent;
|
|
29311
|
-
--pf-v5-c-
|
|
29312
|
-
--pf-v5-c-
|
|
29313
|
-
--pf-v5-c-
|
|
29314
|
-
--pf-v5-c-
|
|
29315
|
-
--pf-v5-c-
|
|
29316
|
-
--pf-v5-c-
|
|
29317
|
-
--pf-v5-c-
|
|
29318
|
-
--pf-v5-c-
|
|
29319
|
-
--pf-v5-c-
|
|
29320
|
-
--pf-v5-c-tile--
|
|
29321
|
-
--pf-v5-c-tile--
|
|
29322
|
-
--pf-v5-c-tile--
|
|
29323
|
-
--pf-v5-c-tile--
|
|
29324
|
-
--pf-v5-c-tile--
|
|
29325
|
-
--pf-v5-c-
|
|
29326
|
-
--pf-v5-c-
|
|
29327
|
-
--pf-v5-c-tile--m-
|
|
29328
|
-
|
|
29329
|
-
|
|
29330
|
-
|
|
29331
|
-
--pf-v5-c-tile--m-selected--after--ScaleY: 2;
|
|
29332
|
-
--pf-v5-c-tile--m-selected__icon--Color: var(--pf-v5-global--primary-color--100);
|
|
29333
|
-
--pf-v5-c-tile--m-selected__title--Color: var(--pf-v5-global--primary-color--100);
|
|
29334
|
-
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
|
|
29335
|
-
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--100);
|
|
29336
|
-
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--100);
|
|
29337
|
-
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-v5-global--disabled-color--100);
|
|
29338
|
-
--pf-v5-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-v5-global--spacer--xs);
|
|
29339
|
-
--pf-v5-c-tile__header--m-stacked__icon--FontSize: var(--pf-v5-global--icon--FontSize--lg);
|
|
29340
|
-
--pf-v5-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-v5-global--icon--FontSize--xl);
|
|
29311
|
+
--pf-v5-c-tile__icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
29312
|
+
--pf-v5-c-tile__icon--FontSize: var(--pf-t--global--icon--size--body--default);
|
|
29313
|
+
--pf-v5-c-tile__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
29314
|
+
--pf-v5-c-tile__title--Color: var(--pf-t--global--text--color--regular);
|
|
29315
|
+
--pf-v5-c-tile__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
29316
|
+
--pf-v5-c-tile__body--Color: var(--pf-t--global--text--color--regular);
|
|
29317
|
+
--pf-v5-c-tile__body--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
29318
|
+
--pf-v5-c-tile--hover--before--BorderColor: var(--pf-t--global--border--color--hover);
|
|
29319
|
+
--pf-v5-c-tile--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
29320
|
+
--pf-v5-c-tile--m-selected--before--BorderWidth: var(--pf-t--global--border--width--box--clicked);
|
|
29321
|
+
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
29322
|
+
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-t--global--text--color--on-disabled);
|
|
29323
|
+
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
29324
|
+
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-t--global--text--color--on-disabled);
|
|
29325
|
+
--pf-v5-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-t--global--spacer--md);
|
|
29326
|
+
--pf-v5-c-tile__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--xl);
|
|
29327
|
+
--pf-v5-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--2xl);
|
|
29328
|
+
}
|
|
29329
|
+
|
|
29330
|
+
.pf-v5-c-tile {
|
|
29341
29331
|
position: relative;
|
|
29342
29332
|
display: inline-grid;
|
|
29343
29333
|
grid-template-rows: min-content;
|
|
@@ -29345,11 +29335,9 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29345
29335
|
padding-block-end: var(--pf-v5-c-tile--PaddingBottom);
|
|
29346
29336
|
padding-inline-start: var(--pf-v5-c-tile--PaddingLeft);
|
|
29347
29337
|
padding-inline-end: var(--pf-v5-c-tile--PaddingRight);
|
|
29348
|
-
text-align: center;
|
|
29349
29338
|
cursor: pointer;
|
|
29350
29339
|
background-color: var(--pf-v5-c-tile--BackgroundColor);
|
|
29351
|
-
|
|
29352
|
-
transform: translateY(var(--pf-v5-c-tile--TranslateY));
|
|
29340
|
+
border-radius: var(--pf-v5-c-tile--BorderRadius);
|
|
29353
29341
|
}
|
|
29354
29342
|
.pf-v5-c-tile::before, .pf-v5-c-tile::after {
|
|
29355
29343
|
position: absolute;
|
|
@@ -29359,42 +29347,21 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29359
29347
|
.pf-v5-c-tile::before {
|
|
29360
29348
|
inset: 0;
|
|
29361
29349
|
border: var(--pf-v5-c-tile--before--BorderWidth) solid var(--pf-v5-c-tile--before--BorderColor);
|
|
29362
|
-
|
|
29363
|
-
.pf-v5-c-tile::after {
|
|
29364
|
-
inset-block-end: 0;
|
|
29365
|
-
inset-inline-start: 0;
|
|
29366
|
-
inset-inline-end: 0;
|
|
29367
|
-
height: var(--pf-v5-c-tile--after--Height);
|
|
29368
|
-
background-color: var(--pf-v5-c-tile--after--BackgroundColor);
|
|
29369
|
-
transition: var(--pf-v5-c-tile--after--Transition);
|
|
29370
|
-
transform: scaleY(var(--pf-v5-c-tile--after--ScaleY)) translateY(var(--pf-v5-c-tile--after--TranslateY));
|
|
29350
|
+
border-radius: var(--pf-v5-c-tile--before--BorderRadius);
|
|
29371
29351
|
}
|
|
29372
29352
|
.pf-v5-c-tile:hover {
|
|
29373
|
-
--pf-v5-c-
|
|
29374
|
-
|
|
29375
|
-
|
|
29376
|
-
|
|
29377
|
-
|
|
29378
|
-
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--focus__title--Color);
|
|
29379
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--focus__icon--Color);
|
|
29380
|
-
--pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--focus--after--BackgroundColor);
|
|
29381
|
-
}
|
|
29382
|
-
.pf-v5-c-tile:active, .pf-v5-c-tile.pf-m-selected {
|
|
29383
|
-
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--m-selected__title--Color);
|
|
29384
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-selected__icon--Color);
|
|
29385
|
-
--pf-v5-c-tile--TranslateY: var(--pf-v5-c-tile--m-selected--TranslateY);
|
|
29386
|
-
--pf-v5-c-tile--Transition: var(--pf-v5-c-tile--m-selected--Transition);
|
|
29387
|
-
--pf-v5-c-tile--after--Height: var(--pf-v5-c-tile--m-selected--after--Height);
|
|
29388
|
-
--pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--m-selected--after--BackgroundColor);
|
|
29389
|
-
--pf-v5-c-tile--after--Transition: var(--pf-v5-c-tile--m-selected--after--Transition);
|
|
29390
|
-
--pf-v5-c-tile--after--ScaleY: var(--pf-v5-c-tile--m-selected--after--ScaleY);
|
|
29353
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-v5-c-tile--hover--before--BorderColor);
|
|
29354
|
+
}
|
|
29355
|
+
.pf-v5-c-tile.pf-m-selected {
|
|
29356
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-v5-c-tile--m-selected--before--BorderColor);
|
|
29357
|
+
--pf-v5-c-tile--before--BorderWidth: var(--pf-v5-c-tile--m-selected--before--BorderWidth);
|
|
29391
29358
|
}
|
|
29392
29359
|
.pf-v5-c-tile.pf-m-disabled {
|
|
29393
29360
|
--pf-v5-c-tile--BackgroundColor: var(--pf-v5-c-tile--m-disabled--BackgroundColor);
|
|
29394
29361
|
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--m-disabled__title--Color);
|
|
29362
|
+
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-disabled__icon--Color);
|
|
29395
29363
|
--pf-v5-c-tile__body--Color: var(--pf-v5-c-tile--m-disabled__body--Color);
|
|
29396
29364
|
--pf-v5-c-tile--before--BorderWidth: 0;
|
|
29397
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-disabled__icon--Color);
|
|
29398
29365
|
pointer-events: none;
|
|
29399
29366
|
}
|
|
29400
29367
|
.pf-v5-c-tile.pf-m-display-lg .pf-v5-c-tile__header.pf-m-stacked {
|
|
@@ -29404,22 +29371,21 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29404
29371
|
.pf-v5-c-tile__header {
|
|
29405
29372
|
display: flex;
|
|
29406
29373
|
align-items: center;
|
|
29407
|
-
justify-content: center;
|
|
29408
29374
|
}
|
|
29409
29375
|
.pf-v5-c-tile__header.pf-m-stacked {
|
|
29410
29376
|
--pf-v5-c-tile__icon--MarginRight: 0;
|
|
29411
29377
|
--pf-v5-c-tile__icon--FontSize: var(--pf-v5-c-tile__header--m-stacked__icon--FontSize);
|
|
29412
29378
|
flex-direction: column;
|
|
29413
|
-
|
|
29379
|
+
align-items: flex-start;
|
|
29414
29380
|
}
|
|
29415
29381
|
.pf-v5-c-tile__header.pf-m-stacked .pf-v5-c-tile__icon {
|
|
29416
29382
|
display: flex;
|
|
29417
29383
|
align-items: center;
|
|
29418
|
-
justify-content: center;
|
|
29419
29384
|
margin-block-end: var(--pf-v5-c-tile__header--m-stacked__icon--MarginBottom);
|
|
29420
29385
|
}
|
|
29421
29386
|
|
|
29422
29387
|
.pf-v5-c-tile__title {
|
|
29388
|
+
font-weight: var(--pf-v5-c-tile__title--FontWeight);
|
|
29423
29389
|
color: var(--pf-v5-c-tile__title--Color);
|
|
29424
29390
|
}
|
|
29425
29391
|
|
|
@@ -29434,17 +29400,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29434
29400
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
29435
29401
|
}
|
|
29436
29402
|
|
|
29437
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
29438
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
29439
|
-
}
|
|
29440
|
-
|
|
29441
|
-
:where(.pf-theme-dark) .pf-v5-c-tile {
|
|
29442
|
-
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
29443
|
-
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--300);
|
|
29444
|
-
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--300);
|
|
29445
|
-
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-v5-global--disabled-color--300);
|
|
29446
|
-
}
|
|
29447
|
-
|
|
29448
29403
|
:root, .pf-v5-c-timestamp {
|
|
29449
29404
|
--pf-v5-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
29450
29405
|
--pf-v5-c-timestamp--Color: var(--pf-t--global--text--color--subtle);
|
package/patternfly.css
CHANGED
|
@@ -29296,48 +29296,38 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29296
29296
|
--pf-v5-c-text-input-group__text--after--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
|
|
29297
29297
|
}
|
|
29298
29298
|
|
|
29299
|
-
|
|
29300
|
-
|
|
29301
|
-
--pf-v5-c-tile--
|
|
29302
|
-
--pf-v5-c-tile--
|
|
29303
|
-
--pf-v5-c-tile--
|
|
29304
|
-
--pf-v5-c-tile--
|
|
29305
|
-
--pf-v5-c-tile--
|
|
29306
|
-
--pf-v5-c-tile--
|
|
29307
|
-
--pf-v5-c-tile--before--BorderColor: var(--pf-
|
|
29308
|
-
--pf-v5-c-tile--before--BorderWidth: var(--pf-
|
|
29309
|
-
--pf-v5-c-tile--
|
|
29299
|
+
:where(:root),
|
|
29300
|
+
:where(.pf-v5-c-tile) {
|
|
29301
|
+
--pf-v5-c-tile--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
29302
|
+
--pf-v5-c-tile--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
29303
|
+
--pf-v5-c-tile--PaddingBottom: var(--pf-t--global--spacer--lg);
|
|
29304
|
+
--pf-v5-c-tile--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
29305
|
+
--pf-v5-c-tile--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
29306
|
+
--pf-v5-c-tile--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
29307
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
29308
|
+
--pf-v5-c-tile--before--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
29309
|
+
--pf-v5-c-tile--before--BorderRadius: var(--pf-v5-c-tile--BorderRadius);
|
|
29310
29310
|
--pf-v5-c-tile--after--BackgroundColor: transparent;
|
|
29311
|
-
--pf-v5-c-
|
|
29312
|
-
--pf-v5-c-
|
|
29313
|
-
--pf-v5-c-
|
|
29314
|
-
--pf-v5-c-
|
|
29315
|
-
--pf-v5-c-
|
|
29316
|
-
--pf-v5-c-
|
|
29317
|
-
--pf-v5-c-
|
|
29318
|
-
--pf-v5-c-
|
|
29319
|
-
--pf-v5-c-
|
|
29320
|
-
--pf-v5-c-tile--
|
|
29321
|
-
--pf-v5-c-tile--
|
|
29322
|
-
--pf-v5-c-tile--
|
|
29323
|
-
--pf-v5-c-tile--
|
|
29324
|
-
--pf-v5-c-tile--
|
|
29325
|
-
--pf-v5-c-
|
|
29326
|
-
--pf-v5-c-
|
|
29327
|
-
--pf-v5-c-tile--m-
|
|
29328
|
-
|
|
29329
|
-
|
|
29330
|
-
|
|
29331
|
-
--pf-v5-c-tile--m-selected--after--ScaleY: 2;
|
|
29332
|
-
--pf-v5-c-tile--m-selected__icon--Color: var(--pf-v5-global--primary-color--100);
|
|
29333
|
-
--pf-v5-c-tile--m-selected__title--Color: var(--pf-v5-global--primary-color--100);
|
|
29334
|
-
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
|
|
29335
|
-
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--100);
|
|
29336
|
-
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--100);
|
|
29337
|
-
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-v5-global--disabled-color--100);
|
|
29338
|
-
--pf-v5-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-v5-global--spacer--xs);
|
|
29339
|
-
--pf-v5-c-tile__header--m-stacked__icon--FontSize: var(--pf-v5-global--icon--FontSize--lg);
|
|
29340
|
-
--pf-v5-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-v5-global--icon--FontSize--xl);
|
|
29311
|
+
--pf-v5-c-tile__icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
29312
|
+
--pf-v5-c-tile__icon--FontSize: var(--pf-t--global--icon--size--body--default);
|
|
29313
|
+
--pf-v5-c-tile__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
29314
|
+
--pf-v5-c-tile__title--Color: var(--pf-t--global--text--color--regular);
|
|
29315
|
+
--pf-v5-c-tile__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
29316
|
+
--pf-v5-c-tile__body--Color: var(--pf-t--global--text--color--regular);
|
|
29317
|
+
--pf-v5-c-tile__body--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
29318
|
+
--pf-v5-c-tile--hover--before--BorderColor: var(--pf-t--global--border--color--hover);
|
|
29319
|
+
--pf-v5-c-tile--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
29320
|
+
--pf-v5-c-tile--m-selected--before--BorderWidth: var(--pf-t--global--border--width--box--clicked);
|
|
29321
|
+
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
29322
|
+
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-t--global--text--color--on-disabled);
|
|
29323
|
+
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
29324
|
+
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-t--global--text--color--on-disabled);
|
|
29325
|
+
--pf-v5-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-t--global--spacer--md);
|
|
29326
|
+
--pf-v5-c-tile__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--xl);
|
|
29327
|
+
--pf-v5-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--2xl);
|
|
29328
|
+
}
|
|
29329
|
+
|
|
29330
|
+
.pf-v5-c-tile {
|
|
29341
29331
|
position: relative;
|
|
29342
29332
|
display: inline-grid;
|
|
29343
29333
|
grid-template-rows: min-content;
|
|
@@ -29345,11 +29335,9 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29345
29335
|
padding-block-end: var(--pf-v5-c-tile--PaddingBottom);
|
|
29346
29336
|
padding-inline-start: var(--pf-v5-c-tile--PaddingLeft);
|
|
29347
29337
|
padding-inline-end: var(--pf-v5-c-tile--PaddingRight);
|
|
29348
|
-
text-align: center;
|
|
29349
29338
|
cursor: pointer;
|
|
29350
29339
|
background-color: var(--pf-v5-c-tile--BackgroundColor);
|
|
29351
|
-
|
|
29352
|
-
transform: translateY(var(--pf-v5-c-tile--TranslateY));
|
|
29340
|
+
border-radius: var(--pf-v5-c-tile--BorderRadius);
|
|
29353
29341
|
}
|
|
29354
29342
|
.pf-v5-c-tile::before, .pf-v5-c-tile::after {
|
|
29355
29343
|
position: absolute;
|
|
@@ -29359,42 +29347,21 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29359
29347
|
.pf-v5-c-tile::before {
|
|
29360
29348
|
inset: 0;
|
|
29361
29349
|
border: var(--pf-v5-c-tile--before--BorderWidth) solid var(--pf-v5-c-tile--before--BorderColor);
|
|
29362
|
-
|
|
29363
|
-
.pf-v5-c-tile::after {
|
|
29364
|
-
inset-block-end: 0;
|
|
29365
|
-
inset-inline-start: 0;
|
|
29366
|
-
inset-inline-end: 0;
|
|
29367
|
-
height: var(--pf-v5-c-tile--after--Height);
|
|
29368
|
-
background-color: var(--pf-v5-c-tile--after--BackgroundColor);
|
|
29369
|
-
transition: var(--pf-v5-c-tile--after--Transition);
|
|
29370
|
-
transform: scaleY(var(--pf-v5-c-tile--after--ScaleY)) translateY(var(--pf-v5-c-tile--after--TranslateY));
|
|
29350
|
+
border-radius: var(--pf-v5-c-tile--before--BorderRadius);
|
|
29371
29351
|
}
|
|
29372
29352
|
.pf-v5-c-tile:hover {
|
|
29373
|
-
--pf-v5-c-
|
|
29374
|
-
|
|
29375
|
-
|
|
29376
|
-
|
|
29377
|
-
|
|
29378
|
-
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--focus__title--Color);
|
|
29379
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--focus__icon--Color);
|
|
29380
|
-
--pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--focus--after--BackgroundColor);
|
|
29381
|
-
}
|
|
29382
|
-
.pf-v5-c-tile:active, .pf-v5-c-tile.pf-m-selected {
|
|
29383
|
-
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--m-selected__title--Color);
|
|
29384
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-selected__icon--Color);
|
|
29385
|
-
--pf-v5-c-tile--TranslateY: var(--pf-v5-c-tile--m-selected--TranslateY);
|
|
29386
|
-
--pf-v5-c-tile--Transition: var(--pf-v5-c-tile--m-selected--Transition);
|
|
29387
|
-
--pf-v5-c-tile--after--Height: var(--pf-v5-c-tile--m-selected--after--Height);
|
|
29388
|
-
--pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--m-selected--after--BackgroundColor);
|
|
29389
|
-
--pf-v5-c-tile--after--Transition: var(--pf-v5-c-tile--m-selected--after--Transition);
|
|
29390
|
-
--pf-v5-c-tile--after--ScaleY: var(--pf-v5-c-tile--m-selected--after--ScaleY);
|
|
29353
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-v5-c-tile--hover--before--BorderColor);
|
|
29354
|
+
}
|
|
29355
|
+
.pf-v5-c-tile.pf-m-selected {
|
|
29356
|
+
--pf-v5-c-tile--before--BorderColor: var(--pf-v5-c-tile--m-selected--before--BorderColor);
|
|
29357
|
+
--pf-v5-c-tile--before--BorderWidth: var(--pf-v5-c-tile--m-selected--before--BorderWidth);
|
|
29391
29358
|
}
|
|
29392
29359
|
.pf-v5-c-tile.pf-m-disabled {
|
|
29393
29360
|
--pf-v5-c-tile--BackgroundColor: var(--pf-v5-c-tile--m-disabled--BackgroundColor);
|
|
29394
29361
|
--pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--m-disabled__title--Color);
|
|
29362
|
+
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-disabled__icon--Color);
|
|
29395
29363
|
--pf-v5-c-tile__body--Color: var(--pf-v5-c-tile--m-disabled__body--Color);
|
|
29396
29364
|
--pf-v5-c-tile--before--BorderWidth: 0;
|
|
29397
|
-
--pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-disabled__icon--Color);
|
|
29398
29365
|
pointer-events: none;
|
|
29399
29366
|
}
|
|
29400
29367
|
.pf-v5-c-tile.pf-m-display-lg .pf-v5-c-tile__header.pf-m-stacked {
|
|
@@ -29404,22 +29371,21 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29404
29371
|
.pf-v5-c-tile__header {
|
|
29405
29372
|
display: flex;
|
|
29406
29373
|
align-items: center;
|
|
29407
|
-
justify-content: center;
|
|
29408
29374
|
}
|
|
29409
29375
|
.pf-v5-c-tile__header.pf-m-stacked {
|
|
29410
29376
|
--pf-v5-c-tile__icon--MarginRight: 0;
|
|
29411
29377
|
--pf-v5-c-tile__icon--FontSize: var(--pf-v5-c-tile__header--m-stacked__icon--FontSize);
|
|
29412
29378
|
flex-direction: column;
|
|
29413
|
-
|
|
29379
|
+
align-items: flex-start;
|
|
29414
29380
|
}
|
|
29415
29381
|
.pf-v5-c-tile__header.pf-m-stacked .pf-v5-c-tile__icon {
|
|
29416
29382
|
display: flex;
|
|
29417
29383
|
align-items: center;
|
|
29418
|
-
justify-content: center;
|
|
29419
29384
|
margin-block-end: var(--pf-v5-c-tile__header--m-stacked__icon--MarginBottom);
|
|
29420
29385
|
}
|
|
29421
29386
|
|
|
29422
29387
|
.pf-v5-c-tile__title {
|
|
29388
|
+
font-weight: var(--pf-v5-c-tile__title--FontWeight);
|
|
29423
29389
|
color: var(--pf-v5-c-tile__title--Color);
|
|
29424
29390
|
}
|
|
29425
29391
|
|
|
@@ -29434,17 +29400,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
29434
29400
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
29435
29401
|
}
|
|
29436
29402
|
|
|
29437
|
-
: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 {
|
|
29438
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
29439
|
-
}
|
|
29440
|
-
|
|
29441
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-tile {
|
|
29442
|
-
--pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
|
29443
|
-
--pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--300);
|
|
29444
|
-
--pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--300);
|
|
29445
|
-
--pf-v5-c-tile--m-disabled__body--Color: var(--pf-v5-global--disabled-color--300);
|
|
29446
|
-
}
|
|
29447
|
-
|
|
29448
29403
|
:root, .pf-v5-c-timestamp {
|
|
29449
29404
|
--pf-v5-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
29450
29405
|
--pf-v5-c-timestamp--Color: var(--pf-t--global--text--color--subtle);
|