@patternfly/patternfly 4.219.0 → 4.219.1
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/AppLauncher/app-launcher.css +10 -0
- package/components/AppLauncher/app-launcher.scss +12 -0
- package/components/ContextSelector/context-selector.css +3 -0
- package/components/ContextSelector/context-selector.scss +3 -0
- package/components/DatePicker/date-picker.css +10 -0
- package/components/DatePicker/date-picker.scss +12 -0
- package/components/Dropdown/dropdown.css +4 -0
- package/components/Dropdown/dropdown.scss +5 -0
- package/components/OptionsMenu/options-menu.css +10 -0
- package/components/OptionsMenu/options-menu.scss +12 -0
- package/components/SearchInput/search-input.css +10 -0
- package/components/SearchInput/search-input.scss +12 -0
- package/components/Select/select.css +4 -0
- package/components/Select/select.scss +5 -0
- package/docs/components/Accordion/examples/Accordion.md +0 -9
- package/docs/components/Alert/examples/Alert.md +0 -18
- package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
- package/docs/components/Card/examples/Card.md +0 -6
- package/docs/components/DatePicker/examples/DatePicker.md +1 -0
- package/docs/components/Dropdown/examples/Dropdown.md +1 -1
- package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
- package/docs/components/SearchInput/examples/SearchInput.md +2 -0
- package/docs/components/Select/examples/Select.md +13 -12
- package/docs/components/Tabs/examples/Tabs.md +0 -25
- package/docs/components/Tooltip/examples/Tooltip.md +0 -7
- package/package.json +5 -5
- package/patternfly-no-reset.css +51 -0
- package/patternfly.css +51 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/patternfly.css
CHANGED
|
@@ -6596,6 +6596,16 @@ a {
|
|
|
6596
6596
|
--pf-c-app-launcher__menu--Top: var(--pf-c-app-launcher--m-top__menu--Top);
|
|
6597
6597
|
transform: translateY(var(--pf-c-app-launcher--m-top__menu--TranslateY));
|
|
6598
6598
|
}
|
|
6599
|
+
.pf-c-app-launcher__menu.pf-m-static {
|
|
6600
|
+
--pf-c-app-launcher--m-top__menu--TranslateY: 0;
|
|
6601
|
+
position: static;
|
|
6602
|
+
top: auto;
|
|
6603
|
+
right: auto;
|
|
6604
|
+
bottom: auto;
|
|
6605
|
+
left: auto;
|
|
6606
|
+
z-index: auto;
|
|
6607
|
+
min-width: min-content;
|
|
6608
|
+
}
|
|
6599
6609
|
|
|
6600
6610
|
.pf-c-app-launcher__menu-search {
|
|
6601
6611
|
padding: var(--pf-c-app-launcher__menu-search--PaddingTop) var(--pf-c-app-launcher__menu-search--PaddingRight) var(--pf-c-app-launcher__menu-search--PaddingBottom) var(--pf-c-app-launcher__menu-search--PaddingLeft);
|
|
@@ -9823,6 +9833,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9823
9833
|
.pf-c-context-selector__menu.pf-m-static {
|
|
9824
9834
|
position: static;
|
|
9825
9835
|
top: auto;
|
|
9836
|
+
right: auto;
|
|
9837
|
+
bottom: auto;
|
|
9838
|
+
left: auto;
|
|
9826
9839
|
z-index: auto;
|
|
9827
9840
|
min-width: min-content;
|
|
9828
9841
|
}
|
|
@@ -12634,6 +12647,16 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12634
12647
|
--pf-c-date-picker__calendar--Top: var(--pf-c-date-picker--m-top__calendar--Top);
|
|
12635
12648
|
transform: translateY(var(--pf-c-date-picker--m-top__calendar--TranslateY));
|
|
12636
12649
|
}
|
|
12650
|
+
.pf-c-date-picker__calendar.pf-m-static {
|
|
12651
|
+
--pf-c-date-picker--m-top__calendar--TranslateY: 0;
|
|
12652
|
+
position: static;
|
|
12653
|
+
top: auto;
|
|
12654
|
+
right: auto;
|
|
12655
|
+
bottom: auto;
|
|
12656
|
+
left: auto;
|
|
12657
|
+
z-index: auto;
|
|
12658
|
+
min-width: min-content;
|
|
12659
|
+
}
|
|
12637
12660
|
|
|
12638
12661
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
12639
12662
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
@@ -14321,8 +14344,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14321
14344
|
box-shadow: var(--pf-c-dropdown__menu--BoxShadow);
|
|
14322
14345
|
}
|
|
14323
14346
|
.pf-c-dropdown__menu.pf-m-static {
|
|
14347
|
+
--pf-c-dropdown--m-top__menu--TranslateY: 0;
|
|
14324
14348
|
position: static;
|
|
14325
14349
|
top: auto;
|
|
14350
|
+
right: auto;
|
|
14351
|
+
bottom: auto;
|
|
14352
|
+
left: auto;
|
|
14326
14353
|
z-index: auto;
|
|
14327
14354
|
min-width: min-content;
|
|
14328
14355
|
}
|
|
@@ -21617,6 +21644,16 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21617
21644
|
--pf-c-options-menu__menu--Top: var(--pf-c-options-menu--m-top__menu--Top);
|
|
21618
21645
|
transform: translateY(var(--pf-c-options-menu--m-top__menu--TranslateY));
|
|
21619
21646
|
}
|
|
21647
|
+
.pf-c-options-menu__menu.pf-m-static {
|
|
21648
|
+
--pf-c-options-menu--m-top__menu--TranslateY: 0;
|
|
21649
|
+
position: static;
|
|
21650
|
+
top: auto;
|
|
21651
|
+
right: auto;
|
|
21652
|
+
bottom: auto;
|
|
21653
|
+
left: auto;
|
|
21654
|
+
z-index: auto;
|
|
21655
|
+
min-width: min-content;
|
|
21656
|
+
}
|
|
21620
21657
|
|
|
21621
21658
|
.pf-c-options-menu__menu-item {
|
|
21622
21659
|
display: flex;
|
|
@@ -24406,6 +24443,16 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24406
24443
|
--pf-c-search-input__menu--Top: var(--pf-c-search-input--m-top__menu--Top);
|
|
24407
24444
|
transform: translateY(var(--pf-c-search-input--m-top__menu--TranslateY));
|
|
24408
24445
|
}
|
|
24446
|
+
.pf-c-search-input__menu.pf-m-static {
|
|
24447
|
+
--pf-c-search-input--m-top__menu--TranslateY: 0;
|
|
24448
|
+
position: static;
|
|
24449
|
+
top: auto;
|
|
24450
|
+
right: auto;
|
|
24451
|
+
bottom: auto;
|
|
24452
|
+
left: auto;
|
|
24453
|
+
z-index: auto;
|
|
24454
|
+
min-width: min-content;
|
|
24455
|
+
}
|
|
24409
24456
|
|
|
24410
24457
|
.pf-c-search-input__menu-body {
|
|
24411
24458
|
padding: var(--pf-c-search-input__menu-body--PaddingTop) var(--pf-c-search-input__menu-body--PaddingRight) var(--pf-c-search-input__menu-body--PaddingBottom) var(--pf-c-search-input__menu-body--PaddingLeft);
|
|
@@ -24867,8 +24914,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24867
24914
|
transform: translateY(var(--pf-c-select__menu--m-top--TranslateY));
|
|
24868
24915
|
}
|
|
24869
24916
|
.pf-c-select__menu.pf-m-static {
|
|
24917
|
+
--pf-c-select__menu--m-top--TranslateY: 0;
|
|
24870
24918
|
position: static;
|
|
24871
24919
|
top: auto;
|
|
24920
|
+
right: auto;
|
|
24921
|
+
bottom: auto;
|
|
24922
|
+
left: auto;
|
|
24872
24923
|
z-index: auto;
|
|
24873
24924
|
min-width: min-content;
|
|
24874
24925
|
}
|