@patternfly/patternfly 4.221.2 → 4.222.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/components/Dropdown/dropdown.css +15 -0
- package/components/Dropdown/dropdown.scss +20 -0
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/docs/components/Dropdown/examples/Dropdown.md +216 -0
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Dashboard/examples/Dashboard.md +0 -1
- package/docs/demos/Nav/examples/Nav.md +671 -718
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -2
- package/docs/demos/Tabs/examples/Tabs.md +5 -5
- package/docs/demos/Wizard/examples/Wizard.md +0 -4
- package/package.json +5 -5
- package/patternfly-no-reset.css +16 -1
- package/patternfly.css +16 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -6261,7 +6261,6 @@ wrapperTag: div
|
|
|
6261
6261
|
</div>
|
|
6262
6262
|
</div>
|
|
6263
6263
|
</section>
|
|
6264
|
-
<div class="pf-c-divider" role="separator"></div>
|
|
6265
6264
|
<section class="pf-c-page__main-section pf-m-no-padding">
|
|
6266
6265
|
<!-- Drawer -->
|
|
6267
6266
|
<div class="pf-c-drawer pf-m-expanded pf-m-inline-on-2xl">
|
|
@@ -10749,7 +10748,6 @@ wrapperTag: div
|
|
|
10749
10748
|
</div>
|
|
10750
10749
|
</section>
|
|
10751
10750
|
<div class="pf-c-divider" role="separator"></div>
|
|
10752
|
-
|
|
10753
10751
|
<div class="pf-c-drawer pf-m-expanded pf-m-inline-on-2xl">
|
|
10754
10752
|
<div class="pf-c-drawer__main">
|
|
10755
10753
|
<!-- Content -->
|
|
@@ -3345,14 +3345,14 @@ section: components
|
|
|
3345
3345
|
<div class="pf-l-flex__item pf-m-flex-1">
|
|
3346
3346
|
<div class="pf-c-card pf-m-full-height">
|
|
3347
3347
|
<div class="pf-c-card__header">
|
|
3348
|
-
<
|
|
3348
|
+
<h2 class="pf-c-title pf-m-lg">Title of card</h2>
|
|
3349
3349
|
</div>
|
|
3350
3350
|
</div>
|
|
3351
3351
|
</div>
|
|
3352
3352
|
<div class="pf-l-flex__item pf-m-flex-1">
|
|
3353
3353
|
<div class="pf-c-card pf-m-full-height">
|
|
3354
3354
|
<div class="pf-c-card__header">
|
|
3355
|
-
<
|
|
3355
|
+
<h2 class="pf-c-title pf-m-lg">Title of card</h2>
|
|
3356
3356
|
</div>
|
|
3357
3357
|
</div>
|
|
3358
3358
|
</div>
|
|
@@ -6490,12 +6490,12 @@ section: components
|
|
|
6490
6490
|
<section class="pf-c-page__main-section pf-m-limit-width pf-m-light">
|
|
6491
6491
|
<div class="pf-c-page__main-body">
|
|
6492
6492
|
<div class="pf-c-content">
|
|
6493
|
-
<h1>
|
|
6494
|
-
<p>
|
|
6493
|
+
<h1>Main title</h1>
|
|
6494
|
+
<p>This is a full page demo.</p>
|
|
6495
6495
|
</div>
|
|
6496
6496
|
</div>
|
|
6497
6497
|
</section>
|
|
6498
|
-
<section class="pf-c-page__main-section
|
|
6498
|
+
<section class="pf-c-page__main-section">
|
|
6499
6499
|
<div class="pf-l-gallery pf-m-gutter">
|
|
6500
6500
|
<div
|
|
6501
6501
|
class="pf-c-card pf-m-selectable-raised pf-m-compact"
|
|
@@ -6619,7 +6619,6 @@ wrapperTag: div
|
|
|
6619
6619
|
</div>
|
|
6620
6620
|
</div>
|
|
6621
6621
|
</section>
|
|
6622
|
-
|
|
6623
6622
|
<section class="pf-c-page__main-wizard">
|
|
6624
6623
|
<div class="pf-c-wizard">
|
|
6625
6624
|
<button
|
|
@@ -7712,7 +7711,6 @@ wrapperTag: div
|
|
|
7712
7711
|
</div>
|
|
7713
7712
|
</div>
|
|
7714
7713
|
</section>
|
|
7715
|
-
|
|
7716
7714
|
<section class="pf-c-page__main-wizard">
|
|
7717
7715
|
<div class="pf-c-wizard">
|
|
7718
7716
|
<button
|
|
@@ -8787,7 +8785,6 @@ wrapperTag: div
|
|
|
8787
8785
|
</div>
|
|
8788
8786
|
</div>
|
|
8789
8787
|
</section>
|
|
8790
|
-
|
|
8791
8788
|
<section class="pf-c-page__main-wizard pf-m-light-200">
|
|
8792
8789
|
<div class="pf-c-wizard">
|
|
8793
8790
|
<button
|
|
@@ -9928,7 +9925,6 @@ wrapperTag: div
|
|
|
9928
9925
|
</div>
|
|
9929
9926
|
</div>
|
|
9930
9927
|
</section>
|
|
9931
|
-
|
|
9932
9928
|
<section class="pf-c-page__main-wizard pf-m-light-200">
|
|
9933
9929
|
<div class="pf-c-wizard">
|
|
9934
9930
|
<button
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.222.0",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
35
35
|
"@octokit/rest": "^16.40.1",
|
|
36
36
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
37
|
-
"@patternfly/react-code-editor": "4.82.
|
|
38
|
-
"@patternfly/react-core": "4.
|
|
39
|
-
"@patternfly/react-table": "4.111.
|
|
37
|
+
"@patternfly/react-code-editor": "4.82.67",
|
|
38
|
+
"@patternfly/react-core": "4.264.0",
|
|
39
|
+
"@patternfly/react-table": "4.111.45",
|
|
40
40
|
"@starptech/prettyhtml": "^0.10.0",
|
|
41
41
|
"babel-eslint": "^8.2.3",
|
|
42
42
|
"cheerio": "^1.0.0-rc.3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.3.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.2.
|
|
82
|
+
"@patternfly/documentation-framework": "1.2.67",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
package/patternfly-no-reset.css
CHANGED
|
@@ -13805,6 +13805,8 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13805
13805
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
13806
13806
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
|
|
13807
13807
|
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
|
|
13808
|
+
--pf-c-dropdown__toggle-progress--Visibility: hidden;
|
|
13809
|
+
--pf-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-global--FontSize--sm);
|
|
13808
13810
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
|
13809
13811
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
|
|
13810
13812
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
@@ -14016,9 +14018,14 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14016
14018
|
align-items: center;
|
|
14017
14019
|
cursor: pointer;
|
|
14018
14020
|
}
|
|
14021
|
+
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check.pf-m-in-progress {
|
|
14022
|
+
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: hidden;
|
|
14023
|
+
--pf-c-dropdown__toggle-progress--Visibility: visible;
|
|
14024
|
+
}
|
|
14019
14025
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check > input,
|
|
14020
14026
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check .pf-c-check {
|
|
14021
14027
|
cursor: pointer;
|
|
14028
|
+
visibility: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
|
14022
14029
|
transform: translateY(var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY));
|
|
14023
14030
|
}
|
|
14024
14031
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-button {
|
|
@@ -14214,6 +14221,14 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14214
14221
|
--pf-c-dropdown__toggle-image--MarginRight: 0;
|
|
14215
14222
|
}
|
|
14216
14223
|
|
|
14224
|
+
.pf-c-dropdown__toggle-progress {
|
|
14225
|
+
position: absolute;
|
|
14226
|
+
visibility: var(--pf-c-dropdown__toggle-progress--Visibility);
|
|
14227
|
+
}
|
|
14228
|
+
.pf-c-dropdown__toggle-progress .pf-c-spinner {
|
|
14229
|
+
--pf-c-spinner--diameter: var(--pf-c-dropdown__toggle-progress--c-spinner--diameter);
|
|
14230
|
+
}
|
|
14231
|
+
|
|
14217
14232
|
.pf-c-dropdown__menu {
|
|
14218
14233
|
position: absolute;
|
|
14219
14234
|
top: var(--pf-c-dropdown__menu--Top);
|
|
@@ -15668,7 +15683,7 @@ textarea.pf-c-form-control {
|
|
|
15668
15683
|
}
|
|
15669
15684
|
|
|
15670
15685
|
:where(.pf-theme-dark) .pf-c-form-control {
|
|
15671
|
-
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
15686
|
+
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23e0e0e0' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
|
|
15672
15687
|
--pf-c-form-control--BorderTopColor: transparent;
|
|
15673
15688
|
--pf-c-form-control--BorderRightColor: transparent;
|
|
15674
15689
|
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|
package/patternfly.css
CHANGED
|
@@ -13932,6 +13932,8 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13932
13932
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
13933
13933
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
|
|
13934
13934
|
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
|
|
13935
|
+
--pf-c-dropdown__toggle-progress--Visibility: hidden;
|
|
13936
|
+
--pf-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-global--FontSize--sm);
|
|
13935
13937
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
|
13936
13938
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
|
|
13937
13939
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
@@ -14143,9 +14145,14 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14143
14145
|
align-items: center;
|
|
14144
14146
|
cursor: pointer;
|
|
14145
14147
|
}
|
|
14148
|
+
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check.pf-m-in-progress {
|
|
14149
|
+
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: hidden;
|
|
14150
|
+
--pf-c-dropdown__toggle-progress--Visibility: visible;
|
|
14151
|
+
}
|
|
14146
14152
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check > input,
|
|
14147
14153
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check .pf-c-check {
|
|
14148
14154
|
cursor: pointer;
|
|
14155
|
+
visibility: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
|
14149
14156
|
transform: translateY(var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY));
|
|
14150
14157
|
}
|
|
14151
14158
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-button {
|
|
@@ -14341,6 +14348,14 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14341
14348
|
--pf-c-dropdown__toggle-image--MarginRight: 0;
|
|
14342
14349
|
}
|
|
14343
14350
|
|
|
14351
|
+
.pf-c-dropdown__toggle-progress {
|
|
14352
|
+
position: absolute;
|
|
14353
|
+
visibility: var(--pf-c-dropdown__toggle-progress--Visibility);
|
|
14354
|
+
}
|
|
14355
|
+
.pf-c-dropdown__toggle-progress .pf-c-spinner {
|
|
14356
|
+
--pf-c-spinner--diameter: var(--pf-c-dropdown__toggle-progress--c-spinner--diameter);
|
|
14357
|
+
}
|
|
14358
|
+
|
|
14344
14359
|
.pf-c-dropdown__menu {
|
|
14345
14360
|
position: absolute;
|
|
14346
14361
|
top: var(--pf-c-dropdown__menu--Top);
|
|
@@ -15795,7 +15810,7 @@ textarea.pf-c-form-control {
|
|
|
15795
15810
|
}
|
|
15796
15811
|
|
|
15797
15812
|
:where(.pf-theme-dark) .pf-c-form-control {
|
|
15798
|
-
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
15813
|
+
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23e0e0e0' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
|
|
15799
15814
|
--pf-c-form-control--BorderTopColor: transparent;
|
|
15800
15815
|
--pf-c-form-control--BorderRightColor: transparent;
|
|
15801
15816
|
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|