@patternfly/patternfly 6.0.0-alpha.169 → 6.0.0-alpha.170
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/Card/card.css +3 -3
- package/components/Card/card.scss +3 -3
- package/components/_index.css +3 -3
- package/docs/components/InputGroup/examples/InputGroup.md +11 -53
- package/docs/components/Login/examples/Login.md +11 -42
- package/docs/demos/Card/examples/Card.md +64 -324
- package/docs/demos/CardView/examples/CardView.md +11 -103
- package/docs/demos/Dashboard/examples/Dashboard.md +22 -128
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +105 -794
- package/docs/demos/Table/examples/Table.md +141 -1320
- package/docs/demos/Tabs/examples/Tabs.md +11 -103
- package/package.json +1 -1
- package/patternfly-no-globals.css +3 -3
- package/patternfly.css +3 -3
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
- package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
- package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
- package/docs/components/ContextSelector/deprecated/context-selector.md +0 -907
- package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
- package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
- package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
- package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
- package/docs/components/Select/deprecated/Select.css +0 -56
- package/docs/components/Select/deprecated/Select.md +0 -3609
- package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1781
|
@@ -2018,111 +2018,19 @@ section: components
|
|
|
2018
2018
|
</div>
|
|
2019
2019
|
|
|
2020
2020
|
<div class="pf-v6-c-toolbar__item">
|
|
2021
|
-
<
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
<
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-toggle"
|
|
2031
|
-
aria-haspopup="true"
|
|
2032
|
-
aria-expanded="false"
|
|
2033
|
-
aria-labelledby="table-tabs-example-tabs-toolbar-select-checkbox-status-label table-tabs-example-tabs-toolbar-select-checkbox-status-toggle"
|
|
2034
|
-
>
|
|
2035
|
-
<div class="pf-v6-c-select__toggle-wrapper">
|
|
2036
|
-
<span class="pf-v6-c-select__toggle-text">Name</span>
|
|
2037
|
-
</div>
|
|
2038
|
-
<span class="pf-v6-c-select__toggle-arrow">
|
|
2021
|
+
<button
|
|
2022
|
+
class="pf-v6-c-menu-toggle"
|
|
2023
|
+
type="button"
|
|
2024
|
+
aria-expanded="false"
|
|
2025
|
+
id="table-tabs-example-tabs-toolbar-select-checkbox-status"
|
|
2026
|
+
>
|
|
2027
|
+
<span class="pf-v6-c-menu-toggle__text">Name</span>
|
|
2028
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
2029
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2039
2030
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2040
2031
|
</span>
|
|
2041
|
-
</
|
|
2042
|
-
|
|
2043
|
-
<div class="pf-v6-c-select__menu" hidden>
|
|
2044
|
-
<fieldset
|
|
2045
|
-
class="pf-v6-c-select__menu-fieldset"
|
|
2046
|
-
aria-label="Select input"
|
|
2047
|
-
>
|
|
2048
|
-
<label
|
|
2049
|
-
class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
|
|
2050
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-active"
|
|
2051
|
-
for="table-tabs-example-tabs-toolbar-select-checkbox-status-active-input"
|
|
2052
|
-
>
|
|
2053
|
-
<input
|
|
2054
|
-
class="pf-v6-c-check__input"
|
|
2055
|
-
type="checkbox"
|
|
2056
|
-
aria-describedby="table-tabs-example-tabs-toolbar-select-checkbox-status-active-description"
|
|
2057
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-active-input"
|
|
2058
|
-
name="table-tabs-example-tabs-toolbar-select-checkbox-status-active-input"
|
|
2059
|
-
/>
|
|
2060
|
-
<span class="pf-v6-c-check__label">Active</span>
|
|
2061
|
-
<span
|
|
2062
|
-
class="pf-v6-c-check__description"
|
|
2063
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-active-description"
|
|
2064
|
-
>This is a description</span>
|
|
2065
|
-
</label>
|
|
2066
|
-
<label
|
|
2067
|
-
class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
|
|
2068
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled"
|
|
2069
|
-
for="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-input"
|
|
2070
|
-
>
|
|
2071
|
-
<input
|
|
2072
|
-
class="pf-v6-c-check__input"
|
|
2073
|
-
type="checkbox"
|
|
2074
|
-
aria-describedby="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-description"
|
|
2075
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-input"
|
|
2076
|
-
name="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-input"
|
|
2077
|
-
/>
|
|
2078
|
-
<span class="pf-v6-c-check__label">Canceled</span>
|
|
2079
|
-
<span
|
|
2080
|
-
class="pf-v6-c-check__description"
|
|
2081
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-canceled-description"
|
|
2082
|
-
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
2083
|
-
</label>
|
|
2084
|
-
<label
|
|
2085
|
-
class="pf-v6-c-check pf-v6-c-select__menu-item"
|
|
2086
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-paused"
|
|
2087
|
-
for="table-tabs-example-tabs-toolbar-select-checkbox-status-paused-input"
|
|
2088
|
-
>
|
|
2089
|
-
<input
|
|
2090
|
-
class="pf-v6-c-check__input"
|
|
2091
|
-
type="checkbox"
|
|
2092
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-paused-input"
|
|
2093
|
-
name="table-tabs-example-tabs-toolbar-select-checkbox-status-paused-input"
|
|
2094
|
-
/>
|
|
2095
|
-
<span class="pf-v6-c-check__label">Paused</span>
|
|
2096
|
-
</label>
|
|
2097
|
-
<label
|
|
2098
|
-
class="pf-v6-c-check pf-v6-c-select__menu-item"
|
|
2099
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-warning"
|
|
2100
|
-
for="table-tabs-example-tabs-toolbar-select-checkbox-status-warning-input"
|
|
2101
|
-
>
|
|
2102
|
-
<input
|
|
2103
|
-
class="pf-v6-c-check__input"
|
|
2104
|
-
type="checkbox"
|
|
2105
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-warning-input"
|
|
2106
|
-
name="table-tabs-example-tabs-toolbar-select-checkbox-status-warning-input"
|
|
2107
|
-
/>
|
|
2108
|
-
<span class="pf-v6-c-check__label">Warning</span>
|
|
2109
|
-
</label>
|
|
2110
|
-
<label
|
|
2111
|
-
class="pf-v6-c-check pf-v6-c-select__menu-item"
|
|
2112
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted"
|
|
2113
|
-
for="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted-input"
|
|
2114
|
-
>
|
|
2115
|
-
<input
|
|
2116
|
-
class="pf-v6-c-check__input"
|
|
2117
|
-
type="checkbox"
|
|
2118
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted-input"
|
|
2119
|
-
name="table-tabs-example-tabs-toolbar-select-checkbox-status-restarted-input"
|
|
2120
|
-
/>
|
|
2121
|
-
<span class="pf-v6-c-check__label">Restarted</span>
|
|
2122
|
-
</label>
|
|
2123
|
-
</fieldset>
|
|
2124
|
-
</div>
|
|
2125
|
-
</div>
|
|
2032
|
+
</span>
|
|
2033
|
+
</button>
|
|
2126
2034
|
</div>
|
|
2127
2035
|
</div>
|
|
2128
2036
|
|
package/package.json
CHANGED
|
@@ -8260,10 +8260,10 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8260
8260
|
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--sm);
|
|
8261
8261
|
--pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8262
8262
|
--pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8263
|
-
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--
|
|
8263
|
+
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8264
8264
|
--pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
8265
|
-
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--
|
|
8266
|
-
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--
|
|
8265
|
+
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8266
|
+
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain) * -1);
|
|
8267
8267
|
--pf-v6-c-card__header-toggle-icon--Transition: var(--pf-t--global--transition);
|
|
8268
8268
|
--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
|
|
8269
8269
|
--pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
|
package/patternfly.css
CHANGED
|
@@ -8381,10 +8381,10 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8381
8381
|
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--sm);
|
|
8382
8382
|
--pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8383
8383
|
--pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8384
|
-
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--
|
|
8384
|
+
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8385
8385
|
--pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
8386
|
-
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--
|
|
8387
|
-
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--
|
|
8386
|
+
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8387
|
+
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain) * -1);
|
|
8388
8388
|
--pf-v6-c-card__header-toggle-icon--Transition: var(--pf-t--global--transition);
|
|
8389
8389
|
--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
|
|
8390
8390
|
--pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
|