@patternfly/elements 4.0.2 → 4.2.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/custom-elements.json +13680 -12603
- package/package.json +17 -14
- package/pf-accordion/pf-accordion-header.css +37 -0
- package/pf-accordion/pf-accordion-header.d.ts +0 -61
- package/pf-accordion/pf-accordion-header.js +180 -2
- package/pf-accordion/pf-accordion-header.js.map +1 -1
- package/pf-accordion/pf-accordion-panel.css +12 -0
- package/pf-accordion/pf-accordion-panel.d.ts +0 -34
- package/pf-accordion/pf-accordion-panel.js +87 -2
- package/pf-accordion/pf-accordion-panel.js.map +1 -1
- package/pf-accordion/pf-accordion.css +62 -0
- package/pf-accordion/pf-accordion.d.ts +1 -64
- package/pf-accordion/pf-accordion.js +156 -2
- package/pf-accordion/pf-accordion.js.map +1 -1
- package/pf-avatar/pf-avatar.css +14 -0
- package/pf-avatar/pf-avatar.d.ts +1 -14
- package/pf-avatar/pf-avatar.js +82 -2
- package/pf-avatar/pf-avatar.js.map +1 -1
- package/pf-back-to-top/pf-back-to-top.css +12 -0
- package/pf-back-to-top/pf-back-to-top.d.ts +1 -17
- package/pf-back-to-top/pf-back-to-top.js +91 -4
- package/pf-back-to-top/pf-back-to-top.js.map +1 -1
- package/pf-background-image/pf-background-image.css +7 -0
- package/pf-background-image/pf-background-image.d.ts +1 -8
- package/pf-background-image/pf-background-image.js +76 -2
- package/pf-background-image/pf-background-image.js.map +1 -1
- package/pf-badge/pf-badge.css +13 -0
- package/pf-badge/pf-badge.d.ts +1 -13
- package/pf-badge/pf-badge.js +53 -2
- package/pf-badge/pf-badge.js.map +1 -1
- package/pf-banner/pf-banner.css +21 -0
- package/pf-banner/pf-banner.d.ts +1 -19
- package/pf-banner/pf-banner.js +122 -2
- package/pf-banner/pf-banner.js.map +1 -1
- package/pf-button/pf-button-tokens.css +38 -0
- package/pf-button/pf-button.d.ts +1 -106
- package/pf-button/pf-button.js +837 -4
- package/pf-button/pf-button.js.map +1 -1
- package/pf-card/pf-card.css +24 -0
- package/pf-card/pf-card.d.ts +1 -38
- package/pf-card/pf-card.js +248 -2
- package/pf-card/pf-card.js.map +1 -1
- package/pf-card/test/pf-card.e2e.js +20 -1
- package/pf-card/test/pf-card.e2e.js.map +1 -1
- package/pf-chip/pf-chip-group.css +15 -0
- package/pf-chip/pf-chip-group.d.ts +0 -15
- package/pf-chip/pf-chip-group.js +111 -2
- package/pf-chip/pf-chip-group.js.map +1 -1
- package/pf-chip/pf-chip.css +30 -1
- package/pf-chip/pf-chip.d.ts +1 -20
- package/pf-chip/pf-chip.js +135 -2
- package/pf-chip/pf-chip.js.map +1 -1
- package/pf-clipboard-copy/pf-clipboard-copy.css +25 -0
- package/pf-clipboard-copy/pf-clipboard-copy.d.ts +1 -27
- package/pf-clipboard-copy/pf-clipboard-copy.js +323 -6
- package/pf-clipboard-copy/pf-clipboard-copy.js.map +1 -1
- package/pf-code-block/pf-code-block.css +11 -1
- package/pf-code-block/pf-code-block.js +70 -18
- package/pf-code-block/pf-code-block.js.map +1 -1
- package/pf-dropdown/pf-dropdown-group.js +40 -2
- package/pf-dropdown/pf-dropdown-group.js.map +1 -1
- package/pf-dropdown/pf-dropdown-item.css +10 -0
- package/pf-dropdown/pf-dropdown-item.d.ts +0 -27
- package/pf-dropdown/pf-dropdown-item.js +155 -2
- package/pf-dropdown/pf-dropdown-item.js.map +1 -1
- package/pf-dropdown/pf-dropdown-menu.js +39 -2
- package/pf-dropdown/pf-dropdown-menu.js.map +1 -1
- package/pf-dropdown/pf-dropdown.css +5 -0
- package/pf-dropdown/pf-dropdown.d.ts +1 -9
- package/pf-dropdown/pf-dropdown.js +350 -2
- package/pf-dropdown/pf-dropdown.js.map +1 -1
- package/pf-icon/pf-icon.css +1 -0
- package/pf-icon/pf-icon.d.ts +1 -3
- package/pf-icon/pf-icon.js +44 -4
- package/pf-icon/pf-icon.js.map +1 -1
- package/pf-jump-links/pf-jump-links-item.css +7 -1
- package/pf-jump-links/pf-jump-links-item.d.ts +0 -8
- package/pf-jump-links/pf-jump-links-item.js +77 -2
- package/pf-jump-links/pf-jump-links-item.js.map +1 -1
- package/pf-jump-links/pf-jump-links-list.css +3 -0
- package/pf-jump-links/pf-jump-links-list.d.ts +0 -5
- package/pf-jump-links/pf-jump-links-list.js +20 -2
- package/pf-jump-links/pf-jump-links-list.js.map +1 -1
- package/pf-jump-links/pf-jump-links.css +36 -0
- package/pf-jump-links/pf-jump-links.d.ts +1 -38
- package/pf-jump-links/pf-jump-links.js +179 -2
- package/pf-jump-links/pf-jump-links.js.map +1 -1
- package/pf-label/pf-label.css +51 -1
- package/pf-label/pf-label.d.ts +1 -58
- package/pf-label/pf-label.js +257 -2
- package/pf-label/pf-label.js.map +1 -1
- package/pf-modal/pf-modal.css +11 -0
- package/pf-modal/pf-modal.d.ts +1 -24
- package/pf-modal/pf-modal.js +215 -2
- package/pf-modal/pf-modal.js.map +1 -1
- package/pf-panel/pf-panel.css +29 -0
- package/pf-panel/pf-panel.d.ts +1 -32
- package/pf-panel/pf-panel.js +204 -2
- package/pf-panel/pf-panel.js.map +1 -1
- package/pf-popover/pf-popover.css +33 -0
- package/pf-popover/pf-popover.d.ts +1 -108
- package/pf-popover/pf-popover.js +251 -3
- package/pf-popover/pf-popover.js.map +1 -1
- package/pf-progress/pf-progress.css +19 -0
- package/pf-progress/pf-progress.d.ts +1 -57
- package/pf-progress/pf-progress.js +231 -2
- package/pf-progress/pf-progress.js.map +1 -1
- package/pf-progress-stepper/pf-progress-step.js +126 -2
- package/pf-progress-stepper/pf-progress-step.js.map +1 -1
- package/pf-progress-stepper/pf-progress-stepper.css +96 -0
- package/pf-progress-stepper/pf-progress-stepper.d.ts +1 -115
- package/pf-progress-stepper/pf-progress-stepper.js +326 -2
- package/pf-progress-stepper/pf-progress-stepper.js.map +1 -1
- package/pf-search-input/pf-search-input.css +308 -0
- package/pf-search-input/pf-search-input.d.ts +75 -0
- package/pf-search-input/pf-search-input.js +630 -0
- package/pf-search-input/pf-search-input.js.map +1 -0
- package/pf-search-input/test/pf-search-input.e2e.d.ts +1 -0
- package/pf-search-input/test/pf-search-input.e2e.js +23 -0
- package/pf-search-input/test/pf-search-input.e2e.js.map +1 -0
- package/pf-search-input/test/pf-search-input.spec.d.ts +1 -0
- package/pf-search-input/test/pf-search-input.spec.js +1021 -0
- package/pf-search-input/test/pf-search-input.spec.js.map +1 -0
- package/pf-select/pf-option-group.js +27 -2
- package/pf-select/pf-option-group.js.map +1 -1
- package/pf-select/pf-option.css +9 -1
- package/pf-select/pf-option.js +83 -2
- package/pf-select/pf-option.js.map +1 -1
- package/pf-select/pf-select.css +157 -0
- package/pf-select/pf-select.d.ts +1 -158
- package/pf-select/pf-select.js +542 -5
- package/pf-select/pf-select.js.map +1 -1
- package/pf-spinner/pf-spinner.css +13 -0
- package/pf-spinner/pf-spinner.d.ts +1 -14
- package/pf-spinner/pf-spinner.js +101 -2
- package/pf-spinner/pf-spinner.js.map +1 -1
- package/pf-switch/pf-switch.css +22 -0
- package/pf-switch/pf-switch.d.ts +1 -30
- package/pf-switch/pf-switch.js +156 -2
- package/pf-switch/pf-switch.js.map +1 -1
- package/pf-table/context.d.ts +3 -0
- package/pf-table/context.js +3 -0
- package/pf-table/context.js.map +1 -0
- package/pf-table/pf-caption.js +10 -2
- package/pf-table/pf-caption.js.map +1 -1
- package/pf-table/pf-table.css +211 -0
- package/pf-table/pf-table.d.ts +2 -635
- package/pf-table/pf-table.js +445 -4
- package/pf-table/pf-table.js.map +1 -1
- package/pf-table/pf-tbody.js +18 -2
- package/pf-table/pf-tbody.js.map +1 -1
- package/pf-table/pf-td.js +107 -2
- package/pf-table/pf-td.js.map +1 -1
- package/pf-table/pf-th.d.ts +1 -0
- package/pf-table/pf-th.js +102 -7
- package/pf-table/pf-th.js.map +1 -1
- package/pf-table/pf-thead.d.ts +1 -0
- package/pf-table/pf-thead.js +26 -2
- package/pf-table/pf-thead.js.map +1 -1
- package/pf-table/pf-tr.js +89 -2
- package/pf-table/pf-tr.js.map +1 -1
- package/pf-tabs/pf-tab-panel.css +1 -0
- package/pf-tabs/pf-tab-panel.d.ts +0 -2
- package/pf-tabs/pf-tab-panel.js +19 -3
- package/pf-tabs/pf-tab-panel.js.map +1 -1
- package/pf-tabs/pf-tab.css +33 -0
- package/pf-tabs/pf-tab.d.ts +1 -41
- package/pf-tabs/pf-tab.js +234 -4
- package/pf-tabs/pf-tab.js.map +1 -1
- package/pf-tabs/pf-tabs.css +26 -0
- package/pf-tabs/pf-tabs.d.ts +1 -34
- package/pf-tabs/pf-tabs.js +307 -2
- package/pf-tabs/pf-tabs.js.map +1 -1
- package/pf-tabs/test/pf-tabs.spec.js +9 -0
- package/pf-tabs/test/pf-tabs.spec.js.map +1 -1
- package/pf-text-area/pf-text-area.css +125 -0
- package/pf-text-area/pf-text-area.d.ts +1 -125
- package/pf-text-area/pf-text-area.js +320 -2
- package/pf-text-area/pf-text-area.js.map +1 -1
- package/pf-text-input/pf-text-input.css +126 -0
- package/pf-text-input/pf-text-input.d.ts +1 -126
- package/pf-text-input/pf-text-input.js +395 -2
- package/pf-text-input/pf-text-input.js.map +1 -1
- package/pf-tile/pf-tile.css +28 -8
- package/pf-tile/pf-tile.d.ts +1 -24
- package/pf-tile/pf-tile.js +156 -2
- package/pf-tile/pf-tile.js.map +1 -1
- package/pf-timestamp/pf-timestamp.d.ts +1 -0
- package/pf-timestamp/pf-timestamp.js +10 -2
- package/pf-timestamp/pf-timestamp.js.map +1 -1
- package/pf-tooltip/pf-tooltip.css +10 -0
- package/pf-tooltip/pf-tooltip.d.ts +1 -79
- package/pf-tooltip/pf-tooltip.js +115 -5
- package/pf-tooltip/pf-tooltip.js.map +1 -1
- package/pfe.min.js +0 -7439
- package/pfe.min.js.LEGAL.txt +0 -57
- package/pfe.min.js.map +0 -7
- package/react/pf-accordion/pf-accordion-header.d.ts +0 -5
- package/react/pf-accordion/pf-accordion-header.js +0 -12
- package/react/pf-accordion/pf-accordion-panel.d.ts +0 -5
- package/react/pf-accordion/pf-accordion-panel.js +0 -10
- package/react/pf-accordion/pf-accordion.d.ts +0 -5
- package/react/pf-accordion/pf-accordion.js +0 -13
- package/react/pf-avatar/pf-avatar.d.ts +0 -5
- package/react/pf-avatar/pf-avatar.js +0 -12
- package/react/pf-back-to-top/pf-back-to-top.d.ts +0 -5
- package/react/pf-back-to-top/pf-back-to-top.js +0 -10
- package/react/pf-background-image/pf-background-image.d.ts +0 -5
- package/react/pf-background-image/pf-background-image.js +0 -10
- package/react/pf-badge/pf-badge.d.ts +0 -5
- package/react/pf-badge/pf-badge.js +0 -10
- package/react/pf-banner/pf-banner.d.ts +0 -5
- package/react/pf-banner/pf-banner.js +0 -10
- package/react/pf-button/pf-button.d.ts +0 -5
- package/react/pf-button/pf-button.js +0 -12
- package/react/pf-card/pf-card.d.ts +0 -5
- package/react/pf-card/pf-card.js +0 -10
- package/react/pf-chip/pf-chip-group.d.ts +0 -5
- package/react/pf-chip/pf-chip-group.js +0 -13
- package/react/pf-chip/pf-chip.d.ts +0 -5
- package/react/pf-chip/pf-chip.js +0 -13
- package/react/pf-clipboard-copy/pf-clipboard-copy.d.ts +0 -5
- package/react/pf-clipboard-copy/pf-clipboard-copy.js +0 -12
- package/react/pf-code-block/pf-code-block.d.ts +0 -5
- package/react/pf-code-block/pf-code-block.js +0 -10
- package/react/pf-dropdown/pf-dropdown-group.d.ts +0 -5
- package/react/pf-dropdown/pf-dropdown-group.js +0 -10
- package/react/pf-dropdown/pf-dropdown-item.d.ts +0 -5
- package/react/pf-dropdown/pf-dropdown-item.js +0 -10
- package/react/pf-dropdown/pf-dropdown-menu.d.ts +0 -5
- package/react/pf-dropdown/pf-dropdown-menu.js +0 -10
- package/react/pf-dropdown/pf-dropdown.d.ts +0 -5
- package/react/pf-dropdown/pf-dropdown.js +0 -14
- package/react/pf-icon/pf-icon.d.ts +0 -5
- package/react/pf-icon/pf-icon.js +0 -13
- package/react/pf-jump-links/pf-jump-links-item.d.ts +0 -5
- package/react/pf-jump-links/pf-jump-links-item.js +0 -13
- package/react/pf-jump-links/pf-jump-links-list.d.ts +0 -5
- package/react/pf-jump-links/pf-jump-links-list.js +0 -10
- package/react/pf-jump-links/pf-jump-links.d.ts +0 -5
- package/react/pf-jump-links/pf-jump-links.js +0 -12
- package/react/pf-label/pf-label.d.ts +0 -5
- package/react/pf-label/pf-label.js +0 -12
- package/react/pf-modal/pf-modal.d.ts +0 -5
- package/react/pf-modal/pf-modal.js +0 -13
- package/react/pf-panel/pf-panel.d.ts +0 -5
- package/react/pf-panel/pf-panel.js +0 -10
- package/react/pf-popover/pf-popover.d.ts +0 -5
- package/react/pf-popover/pf-popover.js +0 -10
- package/react/pf-progress/pf-progress.d.ts +0 -5
- package/react/pf-progress/pf-progress.js +0 -10
- package/react/pf-progress-stepper/pf-progress-step.d.ts +0 -5
- package/react/pf-progress-stepper/pf-progress-step.js +0 -10
- package/react/pf-progress-stepper/pf-progress-stepper.d.ts +0 -5
- package/react/pf-progress-stepper/pf-progress-stepper.js +0 -10
- package/react/pf-select/pf-option-group.d.ts +0 -5
- package/react/pf-select/pf-option-group.js +0 -10
- package/react/pf-select/pf-option.d.ts +0 -5
- package/react/pf-select/pf-option.js +0 -10
- package/react/pf-select/pf-select.d.ts +0 -5
- package/react/pf-select/pf-select.js +0 -13
- package/react/pf-spinner/pf-spinner.d.ts +0 -5
- package/react/pf-spinner/pf-spinner.js +0 -10
- package/react/pf-switch/pf-switch.d.ts +0 -5
- package/react/pf-switch/pf-switch.js +0 -12
- package/react/pf-table/pf-caption.d.ts +0 -5
- package/react/pf-table/pf-caption.js +0 -10
- package/react/pf-table/pf-table.d.ts +0 -5
- package/react/pf-table/pf-table.js +0 -10
- package/react/pf-table/pf-tbody.d.ts +0 -5
- package/react/pf-table/pf-tbody.js +0 -10
- package/react/pf-table/pf-td.d.ts +0 -5
- package/react/pf-table/pf-td.js +0 -10
- package/react/pf-table/pf-th.d.ts +0 -5
- package/react/pf-table/pf-th.js +0 -10
- package/react/pf-table/pf-thead.d.ts +0 -5
- package/react/pf-table/pf-thead.js +0 -10
- package/react/pf-table/pf-tr.d.ts +0 -5
- package/react/pf-table/pf-tr.js +0 -10
- package/react/pf-tabs/pf-tab-panel.d.ts +0 -5
- package/react/pf-tabs/pf-tab-panel.js +0 -10
- package/react/pf-tabs/pf-tab.d.ts +0 -5
- package/react/pf-tabs/pf-tab.js +0 -12
- package/react/pf-tabs/pf-tabs.d.ts +0 -5
- package/react/pf-tabs/pf-tabs.js +0 -10
- package/react/pf-text-area/pf-text-area.d.ts +0 -5
- package/react/pf-text-area/pf-text-area.js +0 -10
- package/react/pf-text-input/pf-text-input.d.ts +0 -5
- package/react/pf-text-input/pf-text-input.js +0 -10
- package/react/pf-tile/pf-tile.d.ts +0 -5
- package/react/pf-tile/pf-tile.js +0 -10
- package/react/pf-timestamp/pf-timestamp.d.ts +0 -5
- package/react/pf-timestamp/pf-timestamp.js +0 -10
- package/react/pf-tooltip/pf-tooltip.d.ts +0 -5
- package/react/pf-tooltip/pf-tooltip.js +0 -10
package/pf-table/pf-table.css
CHANGED
|
@@ -1,206 +1,409 @@
|
|
|
1
1
|
:host {
|
|
2
|
+
/** Table background color */
|
|
2
3
|
--pf-c-table--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
4
|
+
/** Table border color */
|
|
3
5
|
--pf-c-table--BorderColor: var(--pf-global--BorderColor--100, #d2d2d2);
|
|
6
|
+
/** Table border base width */
|
|
4
7
|
--pf-c-table--border-width--base: var(--pf-global--BorderWidth--sm, 1px);
|
|
8
|
+
/** Table caption font size */
|
|
5
9
|
--pf-c-table-caption--FontSize: var(--pf-global--FontSize--sm, 0.875rem);
|
|
10
|
+
/** Table caption color */
|
|
6
11
|
--pf-c-table-caption--Color: var(--pf-global--Color--200, #6a6e73);
|
|
12
|
+
/** Table caption top padding */
|
|
7
13
|
--pf-c-table-caption--PaddingTop: var(--pf-global--spacer--md, 1rem);
|
|
14
|
+
/** Table caption right padding */
|
|
8
15
|
--pf-c-table-caption--PaddingRight: var(--pf-global--spacer--lg, 1.5rem);
|
|
16
|
+
/** Table caption bottom padding */
|
|
9
17
|
--pf-c-table-caption--PaddingBottom: var(--pf-global--spacer--md, 1rem);
|
|
18
|
+
/** Table caption left padding */
|
|
10
19
|
--pf-c-table-caption--PaddingLeft: var(--pf-global--spacer--lg, 1.5rem);
|
|
20
|
+
/** Table XL caption right padding */
|
|
11
21
|
--pf-c-table-caption--xl--PaddingRight: var(--pf-global--spacer--md, 1rem);
|
|
22
|
+
/** Table XL caption left padding */
|
|
12
23
|
--pf-c-table-caption--xl--PaddingLeft: var(--pf-global--spacer--md, 1rem);
|
|
24
|
+
/** Table head cell font size */
|
|
13
25
|
--pf-c-table--thead--cell--FontSize: var(--pf-global--FontSize--sm, 0.875rem);
|
|
26
|
+
/** Table head cell font weight */
|
|
14
27
|
--pf-c-table--thead--cell--FontWeight: var(--pf-global--FontWeight--bold, 700);
|
|
28
|
+
/** Table body cell padding top */
|
|
15
29
|
--pf-c-table--tbody--cell--PaddingTop: var(--pf-global--spacer--lg, 1.5rem);
|
|
30
|
+
/** Table body cell padding bottom */
|
|
16
31
|
--pf-c-table--tbody--cell--PaddingBottom: var(--pf-global--spacer--lg);
|
|
32
|
+
/** Table row top base box shadow */
|
|
17
33
|
--pf-c-table--tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
|
|
34
|
+
/** Table cell base padding */
|
|
18
35
|
--pf-c-table--cell--Padding--base: var(--pf-global--spacer--md, 1rem);
|
|
36
|
+
/** Table cell font size */
|
|
19
37
|
--pf-c-table--cell--FontSize: var(--pf-global--FontSize--md, 1rem);
|
|
38
|
+
/** Table cell font weight */
|
|
20
39
|
--pf-c-table--cell--FontWeight: var(--pf-global--FontWeight--normal, 400);
|
|
40
|
+
/** Table cell color */
|
|
21
41
|
--pf-c-table--cell--Color: var(--pf-global--Color--100, #151515);
|
|
42
|
+
/** Table cell top padding */
|
|
22
43
|
--pf-c-table--cell--PaddingTop: var(--pf-c-table--cell--Padding--base);
|
|
44
|
+
/** Table cell right padding */
|
|
23
45
|
--pf-c-table--cell--PaddingRight: var(--pf-c-table--cell--Padding--base);
|
|
46
|
+
/** Table cell bottom padding */
|
|
24
47
|
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--cell--Padding--base);
|
|
48
|
+
/** Table cell left padding */
|
|
25
49
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--cell--Padding--base);
|
|
50
|
+
/** Table cell last child left padding */
|
|
26
51
|
--pf-c-table--cell--first-last-child--PaddingLeft: var(--pf-global--spacer--md, 1rem);
|
|
52
|
+
/** Table cell last child right padding */
|
|
27
53
|
--pf-c-table--cell--first-last-child--PaddingRight: var(--pf-global--spacer--md, 1rem);
|
|
54
|
+
/** Table XL cell last child left padding */
|
|
28
55
|
--pf-c-table--cell--first-last-child--xl--PaddingLeft: var(--pf-global--spacer--lg, 1.5rem);
|
|
56
|
+
/** Table XL cell last child right padding */
|
|
29
57
|
--pf-c-table--cell--first-last-child--xl--PaddingRight: var(--pf-global--spacer--lg, 1.5rem);
|
|
58
|
+
/** Table row first cell offset reset cell left padding */
|
|
30
59
|
--pf-c-table--tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-c-table--cell--Padding--base);
|
|
60
|
+
/** Table cell min width */
|
|
31
61
|
--pf-c-table--cell--MinWidth: 0;
|
|
62
|
+
/** Table cell max width */
|
|
32
63
|
--pf-c-table--cell--MaxWidth: none;
|
|
64
|
+
/** Table cell width */
|
|
33
65
|
--pf-c-table--cell--Width: auto;
|
|
66
|
+
/** Table cell overflow */
|
|
34
67
|
--pf-c-table--cell--Overflow: visible;
|
|
68
|
+
/** Table cell text overflow */
|
|
35
69
|
--pf-c-table--cell--TextOverflow: clip;
|
|
70
|
+
/** Table cell white space */
|
|
36
71
|
--pf-c-table--cell--WhiteSpace: normal;
|
|
72
|
+
/** Table cell word break */
|
|
37
73
|
--pf-c-table--cell--WordBreak: normal;
|
|
74
|
+
/** Table cell before right border width */
|
|
38
75
|
--pf-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-global--BorderWidth--sm, 1px);
|
|
76
|
+
/** Table cell before right border color */
|
|
39
77
|
--pf-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-global--BorderColor--100, #d2d2d2);
|
|
78
|
+
/** Table cell before left border width */
|
|
40
79
|
--pf-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-global--BorderWidth--sm, 1px);
|
|
80
|
+
/** Table cell before left border color */
|
|
41
81
|
--pf-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-global--BorderColor--100, #d2d2d2);
|
|
82
|
+
/** Help cell minimum width */
|
|
42
83
|
--pf-c-table--cell--m-help--MinWidth: 11ch;
|
|
84
|
+
/** Help cell maximum width */
|
|
43
85
|
--pf-c-table--m-truncate--cell--MaxWidth: 1px;
|
|
86
|
+
/** Truncated cell minimum width */
|
|
44
87
|
--pf-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-c-table--cell--PaddingRight) + var(--pf-c-table--cell--PaddingLeft));
|
|
88
|
+
/** Cell visible display */
|
|
45
89
|
--pf-c-table--cell--hidden-visible--Display: table-cell;
|
|
90
|
+
/** Toggle button top margin */
|
|
46
91
|
--pf-c-table__toggle--c-button--MarginTop: calc(0.375rem * -1);
|
|
92
|
+
/** Toggle button bottom margin */
|
|
47
93
|
--pf-c-table__toggle--c-button--MarginBottom: calc(0.375rem * -1);
|
|
94
|
+
/** Toggle button icon rotation */
|
|
48
95
|
--pf-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
|
|
96
|
+
/** Toggle button icon transition */
|
|
49
97
|
--pf-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
|
|
98
|
+
/** Expanded toggle button icon rotation */
|
|
50
99
|
--pf-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
|
|
100
|
+
/** Button background color */
|
|
51
101
|
--pf-c-table__button--BackgroundColor: transparent;
|
|
102
|
+
/** Button color */
|
|
52
103
|
--pf-c-table__button--Color: var(--pf-global--Color--100, #151515);
|
|
104
|
+
/** Button hover color */
|
|
53
105
|
--pf-c-table__button--hover--Color: var(--pf-global--Color--100, #151515);
|
|
106
|
+
/** Button focus color */
|
|
54
107
|
--pf-c-table__button--focus--Color: var(--pf-global--Color--100, #151515);
|
|
108
|
+
/** Button active color */
|
|
55
109
|
--pf-c-table__button--active--Color: var(--pf-global--Color--100, #151515);
|
|
110
|
+
/** Button outline offset */
|
|
56
111
|
--pf-c-table__button--OutlineOffset: calc(var(--pf-global--BorderWidth--lg, 3px) * -1);
|
|
112
|
+
/** Compact toggle top padding */
|
|
57
113
|
--pf-c-table--m-compact__toggle--PaddingTop: 0;
|
|
114
|
+
/** Compact toggle bottom padding */
|
|
58
115
|
--pf-c-table--m-compact__toggle--PaddingBottom: 0;
|
|
116
|
+
/** Check input top margin */
|
|
59
117
|
--pf-c-table__check--input--MarginTop: 0.25rem;
|
|
118
|
+
/** Check input font size */
|
|
60
119
|
--pf-c-table__check--input--FontSize: var(--pf-global--FontSize--md, 1rem);
|
|
120
|
+
/** Favorite cell color */
|
|
61
121
|
--pf-c-table--cell--m-favorite--Color: var(--pf-global--Color--light-300, #d2d2d2);
|
|
122
|
+
/** Favorite button color */
|
|
62
123
|
--pf-c-table__favorite--c-button--Color: var(--pf-global--Color--light-300, #d2d2d2);
|
|
124
|
+
/** Favorite button font size */
|
|
63
125
|
--pf-c-table__favorite--c-button--FontSize: var(--pf-global--FontSize--sm, 0.875rem);
|
|
126
|
+
/** Favorite button top margin */
|
|
64
127
|
--pf-c-table__favorite--c-button--MarginTop: calc(var(--pf-global--spacer--form-element, 0.375rem) * -1);
|
|
128
|
+
/** Favorite button right margin */
|
|
65
129
|
--pf-c-table__favorite--c-button--MarginRight: calc(var(--pf-global--spacer--md, 1rem) * -1);
|
|
130
|
+
/** Favorite button bottom margin */
|
|
66
131
|
--pf-c-table__favorite--c-button--MarginBottom: calc(var(--pf-global--spacer--form-element, 0.375rem) * -1);
|
|
132
|
+
/** Favorite button left margin */
|
|
67
133
|
--pf-c-table__favorite--c-button--MarginLeft: calc(var(--pf-global--spacer--md, 1rem) * -1);
|
|
134
|
+
/** Favorited button color */
|
|
68
135
|
--pf-c-table__favorite--m-favorited--c-button--Color: var(--pf-global--palette--gold-400, #f0ab00);
|
|
136
|
+
/** Favorite sort button text color */
|
|
69
137
|
--pf-c-table__sort--m-favorite__button__text--Color: var(--pf-global--Color--200, #6a6e73);
|
|
138
|
+
/** Favorite sort button hover text color */
|
|
70
139
|
--pf-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-global--Color--100, #151515);
|
|
140
|
+
/** Favorite sort button focus text color */
|
|
71
141
|
--pf-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-global--Color--100, #151515);
|
|
142
|
+
/** Favorite sort button active text color */
|
|
72
143
|
--pf-c-table__sort--m-favorite__button--active__text--Color: var(--pf-global--Color--100, #151515);
|
|
144
|
+
/** Draggable button top margin */
|
|
73
145
|
--pf-c-table__draggable--c-button--MarginTop: calc(var(--pf-global--spacer--form-element, 0.375rem) * -1);
|
|
146
|
+
/** Draggable button right margin */
|
|
74
147
|
--pf-c-table__draggable--c-button--MarginRight: calc(var(--pf-global--spacer--md, 1rem) * -1);
|
|
148
|
+
/** Draggable button bottom margin */
|
|
75
149
|
--pf-c-table__draggable--c-button--MarginBottom: calc(var(--pf-global--spacer--form-element, 0.375rem) * -1);
|
|
150
|
+
/** Draggable button left margin */
|
|
76
151
|
--pf-c-table__draggable--c-button--MarginLeft: calc(var(--pf-global--spacer--md, 1rem) * -1);
|
|
152
|
+
/** Ghost row opacity */
|
|
77
153
|
--pf-c-table__tr--m-ghost-row--Opacity: .4;
|
|
154
|
+
/** Ghost row background color */
|
|
78
155
|
--pf-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
156
|
+
/** Action top padding */
|
|
79
157
|
--pf-c-table__action--PaddingTop: 0;
|
|
158
|
+
/** Action right padding */
|
|
80
159
|
--pf-c-table__action--PaddingRight: 0;
|
|
160
|
+
/** Action bottom padding */
|
|
81
161
|
--pf-c-table__action--PaddingBottom: 0;
|
|
162
|
+
/** Action left padding */
|
|
82
163
|
--pf-c-table__action--PaddingLeft: 0;
|
|
164
|
+
/** Inline edit action top padding */
|
|
83
165
|
--pf-c-table__inline-edit-action--PaddingTop: 0;
|
|
166
|
+
/** Inline edit action right padding */
|
|
84
167
|
--pf-c-table__inline-edit-action--PaddingRight: 0;
|
|
168
|
+
/** Inline edit action bottom padding */
|
|
85
169
|
--pf-c-table__inline-edit-action--PaddingBottom: 0;
|
|
170
|
+
/** Inline edit action left padding */
|
|
86
171
|
--pf-c-table__inline-edit-action--PaddingLeft: 0;
|
|
172
|
+
/** Expandable row transition */
|
|
87
173
|
--pf-c-table__expandable-row--Transition: var(--pf-global--Transition, all 250ms cubic-bezier(0.42, 0, 0.58, 1));
|
|
174
|
+
/** Expandable row max height */
|
|
88
175
|
--pf-c-table__expandable-row--MaxHeight: 28.125rem;
|
|
176
|
+
/** Expandable row content transition */
|
|
89
177
|
--pf-c-table__expandable-row-content--Transition: var(--pf-global--Transition, all 250ms cubic-bezier(0.42, 0, 0.58, 1));
|
|
178
|
+
/** Expandable row content top padding */
|
|
90
179
|
--pf-c-table__expandable-row-content--PaddingTop: var(--pf-global--spacer--lg, 1.5rem);
|
|
180
|
+
/** Expandable row content bottom padding */
|
|
91
181
|
--pf-c-table__expandable-row-content--PaddingBottom: var(--pf-global--spacer--lg, 1.5rem);
|
|
182
|
+
/** Expandable row after top */
|
|
92
183
|
--pf-c-table__expandable-row--after--Top: calc(var(--pf-c-table--border-width--base) * -1);
|
|
184
|
+
/** Expandable row after bottom */
|
|
93
185
|
--pf-c-table__expandable-row--after--Bottom: calc(var(--pf-c-table--border-width--base) * -1);
|
|
186
|
+
/** Expandable row after base border width */
|
|
94
187
|
--pf-c-table__expandable-row--after--border-width--base: var(--pf-global--BorderWidth--lg, 3px);
|
|
188
|
+
/** Expandable row after left border width */
|
|
95
189
|
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
|
190
|
+
/** Expandable row after border color */
|
|
96
191
|
--pf-c-table__expandable-row--after--BorderColor: var(--pf-global--active-color--100, #06c);
|
|
192
|
+
/** Inline icon right margin */
|
|
97
193
|
--pf-c-table__icon-inline--MarginRight: var(--pf-global--spacer--sm, 0.5rem);
|
|
194
|
+
/** Sort button minimum width */
|
|
98
195
|
--pf-c-table__sort--MinWidth: calc(6ch + var(--pf-c-table--cell--PaddingRight) + var(--pf-c-table--cell--PaddingLeft) + var(--pf-c-table__sort-indicator--MarginLeft));
|
|
196
|
+
/** Sort button top padding */
|
|
99
197
|
--pf-c-table__sort__button--PaddingTop: var(--pf-global--spacer--form-element, 0.375rem);
|
|
198
|
+
/** Sort button right padding */
|
|
100
199
|
--pf-c-table__sort__button--PaddingRight: var(--pf-global--spacer--sm, 0.5rem);
|
|
200
|
+
/** Sort button bottom padding */
|
|
101
201
|
--pf-c-table__sort__button--PaddingBottom: var(--pf-global--spacer--form-element, 0.375rem);
|
|
202
|
+
/** Sort button left padding */
|
|
102
203
|
--pf-c-table__sort__button--PaddingLeft: var(--pf-global--spacer--sm, 0.5rem);
|
|
204
|
+
/** Sort button top margin */
|
|
103
205
|
--pf-c-table__sort__button--MarginTop: calc(var(--pf-c-table__sort__button--PaddingTop) * -1);
|
|
206
|
+
/** Sort button bottom margin */
|
|
104
207
|
--pf-c-table__sort__button--MarginBottom: calc(var(--pf-c-table__sort__button--PaddingBottom) * -1);
|
|
208
|
+
/** Sort button left margin */
|
|
105
209
|
--pf-c-table__sort__button--MarginLeft: calc(var(--pf-c-table__sort__button--PaddingLeft) * -1);
|
|
210
|
+
/** Sort button color */
|
|
106
211
|
--pf-c-table__sort__button--Color: var(--pf-global--Color--100, #151515);
|
|
212
|
+
/** Selected sort button color */
|
|
107
213
|
--pf-c-table__sort--m-selected__button--Color: var(--pf-global--active-color--100, #06c);
|
|
214
|
+
/** Help button minimum width */
|
|
108
215
|
--pf-c-table__sort--m-help--MinWidth: 15ch;
|
|
216
|
+
/** Sort button text color */
|
|
109
217
|
--pf-c-table__sort__button__text--Color: currentcolor;
|
|
218
|
+
/** Sort button hover text color */
|
|
110
219
|
--pf-c-table__sort__button--hover__text--Color: currentcolor;
|
|
220
|
+
/** Sort button focus text color */
|
|
111
221
|
--pf-c-table__sort__button--focus__text--Color: currentcolor;
|
|
222
|
+
/** Sort button active text color */
|
|
112
223
|
--pf-c-table__sort__button--active__text--Color: currentcolor;
|
|
224
|
+
/** Sort indicator color */
|
|
113
225
|
--pf-c-table__sort-indicator--Color: var(--pf-global--disabled-color--200, #d2d2d2);
|
|
226
|
+
/** Sort indicator left margin */
|
|
114
227
|
--pf-c-table__sort-indicator--MarginLeft: var(--pf-global--spacer--md, 1rem);
|
|
228
|
+
/** Selected sort indicator color */
|
|
115
229
|
--pf-c-table__sort--m-selected__sort-indicator--Color: var(--pf-global--active-color--100, #06c);
|
|
230
|
+
/** Sort button hover sort indicator color */
|
|
116
231
|
--pf-c-table__sort__button--hover__sort-indicator--Color: var(--pf-global--Color--100, #151515);
|
|
232
|
+
/** Sort button active sort indicator color */
|
|
117
233
|
--pf-c-table__sort__button--active__sort-indicator--Color: var(--pf-global--Color--100, #151515);
|
|
234
|
+
/** Sort button focus sort indicator color */
|
|
118
235
|
--pf-c-table__sort__button--focus__sort-indicator--Color: var(--pf-global--Color--100, #151515);
|
|
236
|
+
/** Header cell help minimum width */
|
|
119
237
|
--pf-c-table--th--m-help--MinWidth: 11ch;
|
|
238
|
+
/** Help column left margin */
|
|
120
239
|
--pf-c-table__column-help--MarginLeft: var(--pf-global--spacer--xs, 0.25rem);
|
|
240
|
+
/** Help column translate y axis */
|
|
121
241
|
--pf-c-table__column-help--TranslateY: 0.125rem;
|
|
242
|
+
/** Help column button top margin */
|
|
122
243
|
--pf-c-table__column-help--c-button--MarginTop: calc(var(--pf-global--spacer--form-element, 0.375rem) * -1);
|
|
244
|
+
/** Help column button bottom margin */
|
|
123
245
|
--pf-c-table__column-help--c-button--MarginBottom: calc(var(--pf-global--spacer--form-element, 0.375rem) * -1);
|
|
246
|
+
/** Help column button right padding */
|
|
124
247
|
--pf-c-table__column-help--c-button--PaddingRight: var(--pf-global--spacer--sm, 0.5rem);
|
|
248
|
+
/** Help column button left margin */
|
|
125
249
|
--pf-c-table__column-help--c-button--PaddingLeft: var(--pf-global--spacer--sm, 0.5rem);
|
|
250
|
+
/** Compound expansion toggle button color */
|
|
126
251
|
--pf-c-table__compound-expansion-toggle__button--Color: var(--pf-global--active-color--100, #06c);
|
|
252
|
+
/** Compound expansion hover toggle button color */
|
|
127
253
|
--pf-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-global--link--Color--hover, #004080);
|
|
254
|
+
/** Compound expansion focus toggle button color */
|
|
128
255
|
--pf-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-global--link--Color--hover, #004080);
|
|
256
|
+
/** Compound expansion active toggle button color */
|
|
129
257
|
--pf-c-table__compound-expansion-toggle__button--active--Color: var(--pf-global--link--Color--hover, #004080);
|
|
258
|
+
/** Compound expansion toggle button before border width */
|
|
130
259
|
--pf-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-global--BorderWidth--sm, 1px);
|
|
260
|
+
/** Compound expansion toggle button before border color */
|
|
131
261
|
--pf-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-global--BorderColor--100, #d2d2d2);
|
|
262
|
+
/** Compound expansion toggle button before right border width */
|
|
132
263
|
--pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
|
264
|
+
/** Compound expansion toggle button before left border width */
|
|
133
265
|
--pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
|
266
|
+
/** Compound expansion toggle button before bottom */
|
|
134
267
|
--pf-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
268
|
+
/** Compound expansion toggle button before left */
|
|
135
269
|
--pf-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
270
|
+
/** Compound expansion toggle button after base border width */
|
|
136
271
|
--pf-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-global--BorderWidth--lg, 3px);
|
|
272
|
+
/** Compound expansion toggle button after border color */
|
|
137
273
|
--pf-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-global--primary-color--100, #06c);
|
|
274
|
+
/** Compound expansion toggle button after top border width */
|
|
138
275
|
--pf-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
|
|
276
|
+
/** Compound expansion toggle button after top */
|
|
139
277
|
--pf-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
278
|
+
/** Compound expansion toggle button after left */
|
|
140
279
|
--pf-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
280
|
+
/** Compact header cell top padding */
|
|
141
281
|
--pf-c-table--m-compact-th--PaddingTop: calc(var(--pf-global--spacer--sm, 0.5rem) + var(--pf-global--spacer--xs));
|
|
282
|
+
/** Compact header cell bottom padding */
|
|
142
283
|
--pf-c-table--m-compact-th--PaddingBottom: var(--pf-global--spacer--sm, 0.5rem);
|
|
284
|
+
/** Compact cell top padding */
|
|
143
285
|
--pf-c-table--m-compact--cell--PaddingTop: var(--pf-global--spacer--sm, 0.5rem);
|
|
286
|
+
/** Compact cell right padding */
|
|
144
287
|
--pf-c-table--m-compact--cell--PaddingRight: var(--pf-global--spacer--sm, 0.5rem);
|
|
288
|
+
/** Compact cell bottom padding */
|
|
145
289
|
--pf-c-table--m-compact--cell--PaddingBottom: var(--pf-global--spacer--sm, 0.5rem);
|
|
290
|
+
/** Compact cell left padding */
|
|
146
291
|
--pf-c-table--m-compact--cell--PaddingLeft: var(--pf-global--spacer--sm, 0.5rem);
|
|
292
|
+
/** Compact cell first child left padding */
|
|
147
293
|
--pf-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-global--spacer--md, 1rem);
|
|
294
|
+
/** Compact cell first child right padding */
|
|
148
295
|
--pf-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-global--spacer--md, 1rem);
|
|
296
|
+
/** Compact cell first child XL left padding */
|
|
149
297
|
--pf-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-global--spacer--lg, 1.5rem);
|
|
298
|
+
/** Compact cell first child XL right padding */
|
|
150
299
|
--pf-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-global--spacer--lg, 1.5rem);
|
|
300
|
+
/** Compact font size */
|
|
151
301
|
--pf-c-table--m-compact--FontSize: var(--pf-global--FontSize--sm, 0.875rem);
|
|
302
|
+
/** Compact expandable row content top padding */
|
|
152
303
|
--pf-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-global--spacer--lg, 1.5rem);
|
|
304
|
+
/** Compact expandable row content right padding */
|
|
153
305
|
--pf-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-global--spacer--lg, 1.5rem);
|
|
306
|
+
/** Compact expandable row content bottom padding */
|
|
154
307
|
--pf-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-global--spacer--lg, 1.5rem);
|
|
308
|
+
/** Compact expandable row content left padding */
|
|
155
309
|
--pf-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-global--spacer--lg, 1.5rem);
|
|
310
|
+
/** Nested first child right padding */
|
|
156
311
|
--pf-c-table--nested--first-last-child--PaddingRight: var(--pf-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
|
312
|
+
/** Nested first child left padding */
|
|
157
313
|
--pf-c-table--nested--first-last-child--PaddingLeft: var(--pf-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
314
|
+
/** Expandable row expanded bottom border color */
|
|
158
315
|
--pf-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-global--BorderColor--100, #d2d2d2);
|
|
316
|
+
/** Hoverable table row top box shadow */
|
|
159
317
|
--pf-c-table--tr--m-hoverable--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
318
|
+
/** Hoverable table row background color */
|
|
160
319
|
--pf-c-table--tr--m-hoverable--BackgroundColor: transparent;
|
|
320
|
+
/** Hoverable table row box shadow */
|
|
161
321
|
--pf-c-table--tr--m-hoverable--BoxShadow: none;
|
|
322
|
+
/** Hoverable table row outline offset */
|
|
162
323
|
--pf-c-table--tr--m-hoverable--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs, 0.25rem));
|
|
324
|
+
/** Hoverable table row hover box shadow */
|
|
163
325
|
--pf-c-table--tr--m-hoverable--hover--BoxShadow: var(--pf-c-table--tr--m-hoverable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
326
|
+
/** Hoverable table row hover background color */
|
|
164
327
|
--pf-c-table--tr--m-hoverable--hover--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
328
|
+
/** Hoverable table row focus box shadow */
|
|
165
329
|
--pf-c-table--tr--m-hoverable--focus--BoxShadow: var(--pf-c-table--tr--m-hoverable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
330
|
+
/** Hoverable table row focus background color */
|
|
166
331
|
--pf-c-table--tr--m-hoverable--focus--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
332
|
+
/** Hoverable table row active box shadow */
|
|
167
333
|
--pf-c-table--tr--m-hoverable--active--BoxShadow: var(--pf-c-table--tr--m-hoverable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
334
|
+
/** Hoverable table row active background color */
|
|
168
335
|
--pf-c-table--tr--m-hoverable--active--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
336
|
+
/** Hoverable table row selected box shadow */
|
|
169
337
|
--pf-c-table--tr--m-hoverable--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)) inset, var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
338
|
+
/** Selected table row top box shadow */
|
|
170
339
|
--pf-c-table--tr--m-selected--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
340
|
+
/** Selected table row background color */
|
|
171
341
|
--pf-c-table--tr--m-selected--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
342
|
+
/** Selected table row box shadow */
|
|
172
343
|
--pf-c-table--tr--m-selected--BoxShadow: var(--pf-c-table--tr--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
344
|
+
/** Selected table row outline offset */
|
|
173
345
|
--pf-c-table--tr--m-selected--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs, 0.25rem));
|
|
346
|
+
/** Selected table row after left border width */
|
|
174
347
|
--pf-c-table--tr--m-selected--after--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
|
348
|
+
/** Selected table row after left border color */
|
|
175
349
|
--pf-c-table--tr--m-selected--after--BorderLeftColor: var(--pf-global--active-color--100, #06c);
|
|
350
|
+
/** Selected table row box shadow */
|
|
176
351
|
--pf-c-table--tr--m-selected--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
352
|
+
/** Selected table row hover box shadow */
|
|
177
353
|
--pf-c-table--tr--m-selected--hover--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)) inset, var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
354
|
+
/** Selected table row hover box shadow */
|
|
178
355
|
--pf-c-table--tr--m-selected--tr--m-selected--hover--BoxShadow: var(--pf-c-table--tr--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
356
|
+
/** Hoverable table body top box shadow */
|
|
179
357
|
--pf-c-table--tbody--m-hoverable--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
358
|
+
/** Hoverable table body box shadow */
|
|
180
359
|
--pf-c-table--tbody--m-hoverable--BoxShadow: none;
|
|
360
|
+
/** Hoverable table body background color */
|
|
181
361
|
--pf-c-table--tbody--m-hoverable--BackgroundColor: transparent;
|
|
362
|
+
/** Hoverable table body outline offset */
|
|
182
363
|
--pf-c-table--tbody--m-hoverable--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs, 0.25rem));
|
|
364
|
+
/** Hoverable table body hover box shadow */
|
|
183
365
|
--pf-c-table--tbody--m-hoverable--hover--BoxShadow: var(--pf-c-table--tbody--m-hoverable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
366
|
+
/** Hoverable table body hover background color */
|
|
184
367
|
--pf-c-table--tbody--m-hoverable--hover--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
368
|
+
/** Hoverable table body focus box shadow */
|
|
185
369
|
--pf-c-table--tbody--m-hoverable--focus--BoxShadow: var(--pf-c-table--tbody--m-hoverable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
370
|
+
/** Hoverable table body focus background color */
|
|
186
371
|
--pf-c-table--tbody--m-hoverable--focus--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
372
|
+
/** Hoverable table body active box shadow */
|
|
187
373
|
--pf-c-table--tbody--m-hoverable--active--BoxShadow: var(--pf-c-table--tbody--m-hoverable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
374
|
+
/** Hoverable table body active background color */
|
|
188
375
|
--pf-c-table--tbody--m-hoverable--active--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
376
|
+
/** Hoverable table body expanded border color */
|
|
189
377
|
--pf-c-table--tbody--m-hoverable--m-expanded--BorderColor: var(--pf-global--active-color--400, #73bcf7);
|
|
378
|
+
/** Hoverable table body selected table row box shadow */
|
|
190
379
|
--pf-c-table--tbody--m-hoverable--m-selected--hover--tr--BoxShadow: var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)) inset, var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
380
|
+
/** Selected table body background color */
|
|
191
381
|
--pf-c-table--tbody--m-selected--BackgroundColor: var(--pf-global--BackgroundColor--100, #fff);
|
|
382
|
+
/** Selected table body top box shadow */
|
|
192
383
|
--pf-c-table--tbody--m-selected--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
384
|
+
/** Selected table body box shadow */
|
|
193
385
|
--pf-c-table--tbody--m-selected--BoxShadow: var(--pf-c-table--tbody--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
386
|
+
/** Selected table body outline offset */
|
|
194
387
|
--pf-c-table--tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs, 0.25rem));
|
|
388
|
+
/** Selected table body after left border width */
|
|
195
389
|
--pf-c-table--tbody--m-selected--after--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
|
390
|
+
/** Selected table body after left border color */
|
|
196
391
|
--pf-c-table--tbody--m-selected--after--BorderLeftColor: var(--pf-global--active-color--100, #06c);
|
|
392
|
+
/** Selected table body selected box shadow */
|
|
197
393
|
--pf-c-table--tbody--m-selected--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
394
|
+
/** Selected table body hover selected box shadow */
|
|
198
395
|
--pf-c-table--tbody--m-selected--hover--tbody--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16)) inset, var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
396
|
+
/** Selected table body hover box shadow */
|
|
199
397
|
--pf-c-table--tbody--m-selected--tbody--m-selected--hover--BoxShadow: var(--pf-c-table--tr--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom, 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16));
|
|
398
|
+
/** Table head nested column header button outline offset */
|
|
200
399
|
--pf-c-table--thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
400
|
+
/** Table head nested column header row top padding */
|
|
201
401
|
--pf-c-table--thead--m-nested-column-header--tr--PaddingTop: var(--pf-global--spacer--xs, 0.25rem);
|
|
402
|
+
/** Table head nested column header row bottom padding */
|
|
202
403
|
--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom: var(--pf-global--spacer--xs, 0.25rem);
|
|
404
|
+
/** Subhead color */
|
|
203
405
|
--pf-c-table__subhead--Color: var(--pf-global--Color--200, #6a6e73);
|
|
406
|
+
/** Striped row background color */
|
|
204
407
|
--pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--light-200);
|
|
205
408
|
color: var(--pf-global--Color--100);
|
|
206
409
|
display: inline-grid;
|
|
@@ -209,13 +412,21 @@
|
|
|
209
412
|
|
|
210
413
|
@media (max-width: 768px) {
|
|
211
414
|
:host {
|
|
415
|
+
/** Cell top padding */
|
|
212
416
|
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop, 0);
|
|
417
|
+
/** Cell right padding */
|
|
213
418
|
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight, 0);
|
|
419
|
+
/** Cell bottom padding */
|
|
214
420
|
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom, 0);
|
|
421
|
+
/** Cell left padding */
|
|
215
422
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft, 0);
|
|
423
|
+
/** Favorite button top margin */
|
|
216
424
|
--pf-c-table__favorite--c-button--MarginTop: auto;
|
|
425
|
+
/** Favorite button right margin */
|
|
217
426
|
--pf-c-table__favorite--c-button--MarginRight: auto;
|
|
427
|
+
/** Favorite button bottom margin */
|
|
218
428
|
--pf-c-table__favorite--c-button--MarginBottom: auto;
|
|
429
|
+
/** Favorite button left margin */
|
|
219
430
|
--pf-c-table__favorite--c-button--MarginLeft: auto;
|
|
220
431
|
display: grid;
|
|
221
432
|
border: none;
|