@patternfly/react-styles 6.0.0-alpha.12 → 6.0.0-alpha.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,18 +16,18 @@
16
16
  --pf-v5-c-notification-badge--m-read--Color: var(--pf-t--global--text--color--regular);
17
17
  --pf-v5-c-notification-badge--m-read--before--BorderColor: var(--pf-t--global--border--color--default);
18
18
  --pf-v5-c-notification-badge--m-read--hover--before--BorderColor: var(--pf-t--global--border--color--hover);
19
- --pf-v5-c-notification-badge--m-read--m-expanded--before--BorderColor: var(--pf-t--global--border--color--active);
19
+ --pf-v5-c-notification-badge--m-read--m-expanded--before--BorderColor: var(--pf-t--global--border--color--clicked);
20
20
  --pf-v5-c-notification-badge--m-read--BackgroundColor: var(--pf-t--global--background--color--control--default);
21
21
  --pf-v5-c-notification-badge--m-read--m-expanded--BackgroundColor: var(--pf-t--global--background--color--control--default);
22
- --pf-v5-c-notification-badge--m-read--m-expanded--before--BorderColor: var(--pf-t--global--border--color--active);
22
+ --pf-v5-c-notification-badge--m-read--m-expanded--before--BorderColor: var(--pf-t--global--border--color--clicked);
23
23
  --pf-v5-c-notification-badge--m-unread--Color: var(--pf-t--global--icon--color--on-brand--default);
24
24
  --pf-v5-c-notification-badge--m-unread--BackgroundColor: var(--pf-t--global--color--brand--default);
25
25
  --pf-v5-c-notification-badge--m-unread--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
26
- --pf-v5-c-notification-badge--m-unread--m-expanded--BackgroundColor: var(--pf-t--global--color--brand--active);
26
+ --pf-v5-c-notification-badge--m-unread--m-expanded--BackgroundColor: var(--pf-t--global--color--brand--clicked);
27
27
  --pf-v5-c-notification-badge--m-attention--Color: var(--pf-t--global--icon--color--status--on-danger--default);
28
28
  --pf-v5-c-notification-badge--m-attention--BackgroundColor: var(--pf-t--global--color--status--danger--default);
29
29
  --pf-v5-c-notification-badge--m-attention--hover--BackgroundColor: var(--pf-t--global--color--status--danger--hover);
30
- --pf-v5-c-notification-badge--m-attention--m-expanded--BackgroundColor: var(--pf-t--global--color--status--danger--active);
30
+ --pf-v5-c-notification-badge--m-attention--m-expanded--BackgroundColor: var(--pf-t--global--color--status--danger--clicked);
31
31
  }
32
32
 
33
33
  .pf-v5-c-notification-badge {
@@ -15,7 +15,7 @@
15
15
  --pf-v5-c-pagination--m-display-summary__nav--Display: none;
16
16
  --pf-v5-c-pagination--m-display-full__nav--Display: inline-flex;
17
17
  --pf-v5-c-pagination__nav--ColumnGap: var(--pf-t--global--spacer--sm);
18
- --pf-v5-c-pagination__nav-page-select--FontSize: var(--pf-t--global--font--size--body--md);
18
+ --pf-v5-c-pagination__nav-page-select--FontSize: var(--pf-t--global--font--size--body--default);
19
19
  --pf-v5-c-pagination__nav-page-select--ColumnGap: var(--pf-t--global--spacer--sm);
20
20
  --pf-v5-c-pagination__nav-page-select--c-form-control--width-base: calc((var(--pf-v5-c-form-control--PaddingRight) + var(--pf-v5-c-form-control--PaddingLeft)) + (var(--pf-v5-c-form-control--before--BorderWidth) * 2));
21
21
  --pf-v5-c-pagination__nav-page-select--c-form-control--width-chars: 2;
@@ -10,7 +10,6 @@
10
10
  --pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
11
11
  --pf-v5-c-simple-list__item-link--hover--Color: var(--pf-t--global--text--color--subtle);
12
12
  --pf-v5-c-simple-list__item-link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
13
- --pf-v5-c-simple-list__item-link--MixBlendMode: var(--pf-t--global--background--color--action--plain--hover--blend);
14
13
  --pf-v5-c-simple-list__item-link--BorderRadius: var(--pf-t--global--border--radius--tiny);
15
14
  --pf-v5-c-simple-list__item-link--m-link--Color: var(--pf-t--global--text--color--link--default);
16
15
  --pf-v5-c-simple-list__item-link--m-link--m-current--Color: var(--pf-t--global--text--color--link--hover);
@@ -49,12 +48,10 @@
49
48
  --pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--hover--BackgroundColor);
50
49
  --pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--hover--Color);
51
50
  text-decoration: none;
52
- mix-blend-mode: var(--pf-v5-c-simple-list__item-link--MixBlendMode);
53
51
  }
54
52
  .pf-v5-c-simple-list__item-link.pf-m-current {
55
53
  --pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--m-current--BackgroundColor);
56
54
  --pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--m-current--Color);
57
- mix-blend-mode: var(--pf-v5-c-simple-list__item-link--MixBlendMode);
58
55
  }
59
56
 
60
57
  .pf-v5-c-simple-list__title {
@@ -3,7 +3,7 @@
3
3
  --pf-v5-c-table__tbody--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
4
4
  --pf-v5-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);
5
5
  --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
6
- --pf-v5-c-table__tbody--after--BorderColor: var(--pf-t--global--border--color--active);
6
+ --pf-v5-c-table__tbody--after--BorderColor: var(--pf-t--global--border--color--clicked);
7
7
  --pf-v5-c-table__tr--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
8
8
  --pf-v5-c-table__tr--responsive--last-child--BorderBottomWidth: var(--pf-v5-c-table__tbody--responsive--border-width--base);
9
9
  --pf-v5-c-table__tr--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
@@ -19,9 +19,9 @@
19
19
  --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: 0;
20
20
  --pf-v5-c-table__tbody--after__tr--BorderLeftColor: transparent;
21
21
  --pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftWidth: var(--pf-v5-c-table__expandable-row--after--border-width--base);
22
- --pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftColor: var(--pf-t--global--border--color--active);
22
+ --pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftColor: var(--pf-t--global--border--color--clicked);
23
23
  --pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftWidth: var(--pf-v5-c-table__expandable-row--after--border-width--base);
24
- --pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftColor: var(--pf-t--global--border--color--active);
24
+ --pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftColor: var(--pf-t--global--border--color--clicked);
25
25
  --pf-v5-c-table--m-grid--cell--hidden-visible--Display: grid;
26
26
  --pf-v5-c-table--m-grid--cell--PaddingTop: 0;
27
27
  --pf-v5-c-table--m-grid--cell--PaddingRight: 0;
@@ -2,6 +2,7 @@
2
2
  :where(.pf-v5-c-table) {
3
3
  --pf-v5-c-table__tree-view-main--indent--base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v5-c-table__tree-view-icon--MinWidth));
4
4
  --pf-v5-c-table__tree-view-main--nested-indent--base: calc(var(--pf-v5-c-table__tree-view-main--indent--base) - var(--pf-t--global--spacer--md));
5
+ --pf-v5-c-table__tree-view-main--c-button--MarginRight: var(--pf-t--global--spacer--sm);
5
6
  --pf-v5-c-table__tree-view-main--PaddingLeft: var(--pf-v5-c-table__tree-view-main--indent--base);
6
7
  --pf-v5-c-table__tree-view-main--MarginLeft: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
7
8
  --pf-v5-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
@@ -78,6 +79,10 @@
78
79
  .pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
79
80
  min-width: var(--pf-v5-c-table--m-tree-view__toggle__toggle-icon--MinWidth);
80
81
  }
82
+ .pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle .pf-v5-c-button {
83
+ margin-block-start: -50%;
84
+ margin-inline-end: var(--pf-v5-c-table__tree-view-main--c-button--MarginRight);
85
+ }
81
86
  .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
82
87
  margin-inline-end: var(--pf-v5-c-table__tree-view-main--c-table__check--MarginRight);
83
88
  }
@@ -176,7 +181,7 @@
176
181
  grid-column: 2;
177
182
  }
178
183
  .pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
179
- font-weight: var(--pf-t--global--FontWeight--bold);
184
+ font-weight: var(--pf-t--global--font--weight--body--bold);
180
185
  text-align: start;
181
186
  content: attr(data-label);
182
187
  }
@@ -316,7 +321,7 @@
316
321
  grid-column: 2;
317
322
  }
318
323
  .pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
319
- font-weight: var(--pf-t--global--FontWeight--bold);
324
+ font-weight: var(--pf-t--global--font--weight--body--bold);
320
325
  text-align: start;
321
326
  content: attr(data-label);
322
327
  }
@@ -457,7 +462,7 @@
457
462
  grid-column: 2;
458
463
  }
459
464
  .pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
460
- font-weight: var(--pf-t--global--FontWeight--bold);
465
+ font-weight: var(--pf-t--global--font--weight--body--bold);
461
466
  text-align: start;
462
467
  content: attr(data-label);
463
468
  }
@@ -598,7 +603,7 @@
598
603
  grid-column: 2;
599
604
  }
600
605
  .pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
601
- font-weight: var(--pf-t--global--FontWeight--bold);
606
+ font-weight: var(--pf-t--global--font--weight--body--bold);
602
607
  text-align: start;
603
608
  content: attr(data-label);
604
609
  }
@@ -739,7 +744,7 @@
739
744
  grid-column: 2;
740
745
  }
741
746
  .pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
742
- font-weight: var(--pf-t--global--FontWeight--bold);
747
+ font-weight: var(--pf-t--global--font--weight--body--bold);
743
748
  text-align: start;
744
749
  content: attr(data-label);
745
750
  }
@@ -1,5 +1,6 @@
1
1
  import './table-tree-view.css';
2
2
  declare const _default: {
3
+ "button": "pf-v5-c-button",
3
4
  "dirRtl": "pf-v5-m-dir-rtl",
4
5
  "dropdown": "pf-v5-c-dropdown",
5
6
  "modifiers": {
@@ -2,6 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  require('./table-tree-view.css');
4
4
  exports.default = {
5
+ "button": "pf-v5-c-button",
5
6
  "dirRtl": "pf-v5-m-dir-rtl",
6
7
  "dropdown": "pf-v5-c-dropdown",
7
8
  "modifiers": {
@@ -1,5 +1,6 @@
1
1
  import './table-tree-view.css';
2
2
  export default {
3
+ "button": "pf-v5-c-button",
3
4
  "dirRtl": "pf-v5-m-dir-rtl",
4
5
  "dropdown": "pf-v5-c-dropdown",
5
6
  "modifiers": {