@patternfly/patternfly 4.151.0 → 4.151.4
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/RELEASE-NOTES.md +37 -1
- package/assets/icons/{fa-unicodes.json → iconUnicodes.json} +123 -0
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/TextInputGroup/text-input-group.css +4 -4
- package/components/TextInputGroup/text-input-group.scss +6 -6
- package/components/Toolbar/toolbar.css +5 -5
- package/components/Toolbar/toolbar.scss +5 -5
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +2 -2
- package/docs/components/Toolbar/examples/Toolbar.md +1 -1
- package/package.json +1 -1
- package/patternfly-no-reset.css +10 -10
- package/patternfly.css +10 -10
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -4,6 +4,42 @@ section: developer-resources
|
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## 2021.14 release notes (2021-10-26)
|
|
8
|
+
Packages released:
|
|
9
|
+
- [@patternfly/patternfly@v4.151.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.151.4)
|
|
10
|
+
|
|
11
|
+
### Components
|
|
12
|
+
- **App launcher, menu, select:** Fixed favorite colors ([#4437](https://github.com/patternfly/patternfly/pull/4437))
|
|
13
|
+
- **Card:** Added hoverable/selectable/selected-raised ([#4425](https://github.com/patternfly/patternfly/pull/4425))
|
|
14
|
+
- **Context selector:** Added demos ([#4454](https://github.com/patternfly/patternfly/pull/4454))
|
|
15
|
+
- **Form:** Added group role to section and field group ([#4424](https://github.com/patternfly/patternfly/pull/4424))
|
|
16
|
+
- **Modal:** Added demo to link form to submit button in footer ([#4432](https://github.com/patternfly/patternfly/pull/4432))
|
|
17
|
+
- **Nav:**
|
|
18
|
+
- Added third level expansion ([#4460](https://github.com/patternfly/patternfly/pull/4460))
|
|
19
|
+
- Removed broken icon font size var ([#4473](https://github.com/patternfly/patternfly/pull/4473))
|
|
20
|
+
- **Pagination:** Added indeterminate count example ([#4428](https://github.com/patternfly/patternfly/pull/4428))
|
|
21
|
+
- **Panel:** Added panel component ([#4456](https://github.com/patternfly/patternfly/pull/4456))
|
|
22
|
+
- **Popover:**
|
|
23
|
+
- Added alert styling ([#4452](https://github.com/patternfly/patternfly/pull/4452))
|
|
24
|
+
- Increased box shadow from medium to large ([#4457](https://github.com/patternfly/patternfly/pull/4457))
|
|
25
|
+
- **Select:** Added vars for width/min-width ([#4443](https://github.com/patternfly/patternfly/pull/4443))
|
|
26
|
+
- **Table:** Added nested headers ([#4448](https://github.com/patternfly/patternfly/pull/4448))
|
|
27
|
+
- **Text input group:** Moved icon modifier to main element ([#4465](https://github.com/patternfly/patternfly/pull/4465))
|
|
28
|
+
- **Tile:** Updated hover/selected styles ([#4439](https://github.com/patternfly/patternfly/pull/4439))
|
|
29
|
+
- **Toolbar:** Renamed sticky-top to sticky ([#4461](https://github.com/patternfly/patternfly/pull/4461))
|
|
30
|
+
- **Tooltip:** Updated spacing, arrow ([#4462](https://github.com/patternfly/patternfly/pull/4462))
|
|
31
|
+
|
|
32
|
+
### Other
|
|
33
|
+
- **Build:** Fix select border minification ([#4442](https://github.com/patternfly/patternfly/pull/4442))
|
|
34
|
+
- **Docs:**
|
|
35
|
+
- Promote beta components ([#4459](https://github.com/patternfly/patternfly/pull/4459))
|
|
36
|
+
- Renamed drag drop to drag and drop in sidebar ([#4450](https://github.com/patternfly/patternfly/pull/4450))
|
|
37
|
+
- **Global:** Updated use of date element in examples (#4412) ([#4423](https://github.com/patternfly/patternfly/pull/4423))
|
|
38
|
+
- **Icons:**
|
|
39
|
+
- Copied unicodes from PF3 icons, make new icon unicodes persist ([#4402](https://github.com/patternfly/patternfly/pull/4402))
|
|
40
|
+
- Moved unicodes json write to src so it's bundled with build ([#4468](https://github.com/patternfly/patternfly/pull/4468))
|
|
41
|
+
|
|
42
|
+
|
|
7
43
|
## 2021.13 release notes (2021-10-13)
|
|
8
44
|
Packages released:
|
|
9
45
|
- [@patternfly/patternfly@v4.144.5](https://www.npmjs.com/package/@patternfly/patternfly/v/4.144.5)
|
|
@@ -12,8 +48,8 @@ Packages released:
|
|
|
12
48
|
- **Backdrop:** Added var for position to allow customization ([#4391](https://github.com/patternfly/patternfly/pull/4391))
|
|
13
49
|
- **Banner:** Added link style ([#4383](https://github.com/patternfly/patternfly/pull/4383))
|
|
14
50
|
- **Card:**
|
|
15
|
-
* Fixed demo image paths ([#4400](https://github.com/patternfly/patternfly/pull/4400))
|
|
16
51
|
* Updated log view and event view demos ([#4371](https://github.com/patternfly/patternfly/pull/4371))
|
|
52
|
+
* Fixed demo image paths ([#4400](https://github.com/patternfly/patternfly/pull/4400))
|
|
17
53
|
- **Drag drop:**
|
|
18
54
|
* Added drag drop ([#4398](https://github.com/patternfly/patternfly/pull/4398))
|
|
19
55
|
* Moved drag drop styles into component ([#4404](https://github.com/patternfly/patternfly/pull/4404))
|
|
@@ -1,4 +1,127 @@
|
|
|
1
1
|
{
|
|
2
|
+
"pf-icon-add-circle-o": "E61B",
|
|
3
|
+
"pf-icon-ansible-tower": "E950",
|
|
4
|
+
"pf-icon-applications": "E936",
|
|
5
|
+
"pf-icon-arrow": "E929",
|
|
6
|
+
"pf-icon-asleep": "E92E",
|
|
7
|
+
"pf-icon-attention-bell": "E951",
|
|
8
|
+
"pf-icon-automation": "E937",
|
|
9
|
+
"pf-icon-bell": "E952",
|
|
10
|
+
"pf-icon-blueprint": "E915",
|
|
11
|
+
"pf-icon-build": "E902",
|
|
12
|
+
"pf-icon-builder-image": "E800",
|
|
13
|
+
"pf-icon-bundle": "E918",
|
|
14
|
+
"pf-icon-catalog": "E953",
|
|
15
|
+
"pf-icon-chat": "E954",
|
|
16
|
+
"pf-icon-close": "E60B",
|
|
17
|
+
"pf-icon-cloud-security": "E903",
|
|
18
|
+
"pf-icon-cloud-tenant": "E904",
|
|
19
|
+
"pf-icon-cluster": "E620",
|
|
20
|
+
"pf-icon-connected": "E938",
|
|
21
|
+
"pf-icon-container-node": "E621",
|
|
22
|
+
"pf-icon-cpu": "E927",
|
|
23
|
+
"pf-icon-degraded": "E91B",
|
|
24
|
+
"pf-icon-disconnected": "E955",
|
|
25
|
+
"pf-icon-domain": "E919",
|
|
26
|
+
"pf-icon-edit": "E60A",
|
|
27
|
+
"pf-icon-enhancement": "E93A",
|
|
28
|
+
"pf-icon-enterprise": "E906",
|
|
29
|
+
"pf-icon-equalizer": "E956",
|
|
30
|
+
"pf-icon-error-circle-o": "E926",
|
|
31
|
+
"pf-icon-export": "E616",
|
|
32
|
+
"pf-icon-filter": "E943",
|
|
33
|
+
"pf-icon-flavor": "E957",
|
|
34
|
+
"pf-icon-folder-close": "E607",
|
|
35
|
+
"pf-icon-folder-open": "E606",
|
|
36
|
+
"pf-icon-globe-route": "E958",
|
|
37
|
+
"pf-icon-help": "E605",
|
|
38
|
+
"pf-icon-history": "E617",
|
|
39
|
+
"pf-icon-home": "E618",
|
|
40
|
+
"pf-icon-import": "E615",
|
|
41
|
+
"pf-icon-in-progress": "E933",
|
|
42
|
+
"pf-icon-info": "E92B",
|
|
43
|
+
"pf-icon-infrastructure": "E93D",
|
|
44
|
+
"pf-icon-integration": "E948",
|
|
45
|
+
"pf-icon-key": "E924",
|
|
46
|
+
"pf-icon-locked": "E923",
|
|
47
|
+
"pf-icon-maintenance": "E932",
|
|
48
|
+
"pf-icon-memory": "E908",
|
|
49
|
+
"pf-icon-messages": "E603",
|
|
50
|
+
"pf-icon-middleware": "E917",
|
|
51
|
+
"pf-icon-migration": "E931",
|
|
52
|
+
"pf-icon-module": "E959",
|
|
53
|
+
"pf-icon-monitoring": "E95A",
|
|
54
|
+
"pf-icon-namespaces": "E95B",
|
|
55
|
+
"pf-icon-network": "E909",
|
|
56
|
+
"pf-icon-new-process": "E95C",
|
|
57
|
+
"pf-icon-not-started": "E95D",
|
|
58
|
+
"pf-icon-off": "E92D",
|
|
59
|
+
"pf-icon-ok": "E602",
|
|
60
|
+
"pf-icon-on-running": "E925",
|
|
61
|
+
"pf-icon-on": "E92C",
|
|
62
|
+
"pf-icon-openshift": "E95E",
|
|
63
|
+
"pf-icon-openstack": "E95F",
|
|
64
|
+
"pf-icon-optimize": "E93E",
|
|
65
|
+
"pf-icon-orders": "E93F",
|
|
66
|
+
"pf-icon-os-image": "E960",
|
|
67
|
+
"pf-icon-package": "E961",
|
|
68
|
+
"pf-icon-panel-close": "E962",
|
|
69
|
+
"pf-icon-panel-open": "E963",
|
|
70
|
+
"pf-icon-paused": "E92F",
|
|
71
|
+
"pf-icon-pending": "E964",
|
|
72
|
+
"pf-icon-pficon-dragdrop": "E965",
|
|
73
|
+
"pf-icon-pficon-history": "E966",
|
|
74
|
+
"pf-icon-pficon-network-range": "E967",
|
|
75
|
+
"pf-icon-pficon-satellite": "E968",
|
|
76
|
+
"pf-icon-pficon-sort-common-asc": "E94E",
|
|
77
|
+
"pf-icon-pficon-sort-common-desc": "E94F",
|
|
78
|
+
"pf-icon-pficon-template": "E94C",
|
|
79
|
+
"pf-icon-pficon-vcenter": "E969",
|
|
80
|
+
"pf-icon-plugged": "E96A",
|
|
81
|
+
"pf-icon-port": "E96B",
|
|
82
|
+
"pf-icon-print": "E612",
|
|
83
|
+
"pf-icon-private": "E914",
|
|
84
|
+
"pf-icon-process-automation": "E949",
|
|
85
|
+
"pf-icon-project": "E96C",
|
|
86
|
+
"pf-icon-rebalance": "E91C",
|
|
87
|
+
"pf-icon-rebooting": "E96D",
|
|
88
|
+
"pf-icon-regions": "E90A",
|
|
89
|
+
"pf-icon-registry": "E623",
|
|
90
|
+
"pf-icon-remove2": "E96E",
|
|
91
|
+
"pf-icon-replicator": "E624",
|
|
92
|
+
"pf-icon-repository": "E90B",
|
|
93
|
+
"pf-icon-resource-pool": "E90C",
|
|
94
|
+
"pf-icon-resources-almost-empty": "E91D",
|
|
95
|
+
"pf-icon-resources-almost-full": "E912",
|
|
96
|
+
"pf-icon-resources-empty": "E96F",
|
|
97
|
+
"pf-icon-resources-full": "E913",
|
|
98
|
+
"pf-icon-running": "E970",
|
|
99
|
+
"pf-icon-save": "E601",
|
|
100
|
+
"pf-icon-screen": "E971",
|
|
101
|
+
"pf-icon-security": "E946",
|
|
102
|
+
"pf-icon-server-group": "E91A",
|
|
103
|
+
"pf-icon-server": "E90D",
|
|
104
|
+
"pf-icon-service-catalog": "E972",
|
|
105
|
+
"pf-icon-service": "E61E",
|
|
106
|
+
"pf-icon-services": "E947",
|
|
107
|
+
"pf-icon-spinner": "E973",
|
|
108
|
+
"pf-icon-spinner2": "E613",
|
|
109
|
+
"pf-icon-storage-domain": "E90E",
|
|
110
|
+
"pf-icon-task": "E974",
|
|
111
|
+
"pf-icon-tenant": "E916",
|
|
112
|
+
"pf-icon-thumb-tack": "E920",
|
|
113
|
+
"pf-icon-topology": "E608",
|
|
114
|
+
"pf-icon-trend-down": "E900",
|
|
115
|
+
"pf-icon-trend-up": "E901",
|
|
116
|
+
"pf-icon-unknown": "E935",
|
|
117
|
+
"pf-icon-unlocked": "E922",
|
|
118
|
+
"pf-icon-unplugged": "E942",
|
|
119
|
+
"pf-icon-user": "E91E",
|
|
120
|
+
"pf-icon-users": "E91F",
|
|
121
|
+
"pf-icon-virtual-machine": "E90F",
|
|
122
|
+
"pf-icon-volume": "E910",
|
|
123
|
+
"pf-icon-warning-triangle": "E975",
|
|
124
|
+
"pf-icon-zone": "E911",
|
|
2
125
|
"fa-500px": "f26e",
|
|
3
126
|
"fa-accessible-icon": "f368",
|
|
4
127
|
"fa-accusoft": "f369",
|
|
Binary file
|
|
Binary file
|
package/components/Nav/nav.css
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
--pf-c-nav__item--m-current--not--m-expanded__link--BackgroundColor: var(--pf-global--BackgroundColor--dark-400);
|
|
26
26
|
--pf-c-nav__link--m-current--not--m-expanded__link--after--BorderWidth: var(--pf-global--BorderWidth--xl);
|
|
27
27
|
--pf-c-nav__item__item__link--PaddingRight: var(--pf-global--spacer--xl);
|
|
28
|
-
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--
|
|
28
|
+
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--FontSize--sm);
|
|
29
29
|
--pf-c-nav__item__toggle-icon--Rotate: 0;
|
|
30
30
|
--pf-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
31
31
|
--pf-c-nav__item--before--BorderColor: var(--pf-global--BackgroundColor--dark-200);
|
package/components/Nav/nav.scss
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
--pf-c-nav__item--m-current--not--m-expanded__link--BackgroundColor: var(--pf-global--BackgroundColor--dark-400);
|
|
32
32
|
--pf-c-nav__link--m-current--not--m-expanded__link--after--BorderWidth: var(--pf-global--BorderWidth--xl);
|
|
33
33
|
--pf-c-nav__item__item__link--PaddingRight: var(--pf-global--spacer--xl);
|
|
34
|
-
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--
|
|
34
|
+
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--FontSize--sm);
|
|
35
35
|
--pf-c-nav__item__toggle-icon--Rotate: 0;
|
|
36
36
|
--pf-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
37
37
|
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
--pf-c-text-input-group__text--focus-within--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
|
|
8
8
|
--pf-c-text-input-group__text--focus-within--after--BorderBottomColor: var(--pf-global--primary-color--100);
|
|
9
9
|
--pf-c-text-input-group__main--first-child--not--text-input--MarginLeft: var(--pf-global--spacer--sm);
|
|
10
|
+
--pf-c-text-input-group__main--m-icon__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
|
10
11
|
--pf-c-text-input-group__text-input--PaddingTop: var(--pf-global--spacer--form-element);
|
|
11
12
|
--pf-c-text-input-group__text-input--PaddingRight: var(--pf-global--spacer--sm);
|
|
12
13
|
--pf-c-text-input-group__text-input--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
13
14
|
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-global--spacer--sm);
|
|
14
|
-
--pf-c-text-input-group--m-icon__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
|
15
15
|
--pf-c-text-input-group__text-input--MinWidth: 12ch;
|
|
16
16
|
--pf-c-text-input-group__text-input--m-hint--Color: var(--pf-global--Color--dark-200);
|
|
17
17
|
--pf-c-text-input-group__icon--Left: var(--pf-global--spacer--sm);
|
|
@@ -29,9 +29,6 @@
|
|
|
29
29
|
.pf-c-text-input-group:hover {
|
|
30
30
|
--pf-c-text-input-group__text--after--BorderBottomColor: var(--pf-c-text-input-group--hover__text--after--BorderBottomColor);
|
|
31
31
|
}
|
|
32
|
-
.pf-c-text-input-group.pf-m-icon {
|
|
33
|
-
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-c-text-input-group--m-icon__text-input--PaddingLeft);
|
|
34
|
-
}
|
|
35
32
|
|
|
36
33
|
.pf-c-text-input-group__main {
|
|
37
34
|
display: flex;
|
|
@@ -39,6 +36,9 @@
|
|
|
39
36
|
gap: var(--pf-global--spacer--sm);
|
|
40
37
|
min-width: 0;
|
|
41
38
|
}
|
|
39
|
+
.pf-c-text-input-group__main.pf-m-icon {
|
|
40
|
+
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-c-text-input-group__main--m-icon__text-input--PaddingLeft);
|
|
41
|
+
}
|
|
42
42
|
.pf-c-text-input-group__main > :first-child:not(.pf-c-text-input-group__text) {
|
|
43
43
|
margin-left: var(--pf-c-text-input-group__main--first-child--not--text-input--MarginLeft);
|
|
44
44
|
}
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
|
|
13
13
|
// Main
|
|
14
14
|
--pf-c-text-input-group__main--first-child--not--text-input--MarginLeft: var(--pf-global--spacer--sm);
|
|
15
|
+
--pf-c-text-input-group__main--m-icon__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
|
15
16
|
|
|
16
|
-
//
|
|
17
|
+
// Text input
|
|
17
18
|
--pf-c-text-input-group__text-input--PaddingTop: var(--pf-global--spacer--form-element);
|
|
18
19
|
--pf-c-text-input-group__text-input--PaddingRight: var(--pf-global--spacer--sm);
|
|
19
20
|
--pf-c-text-input-group__text-input--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
20
21
|
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-global--spacer--sm);
|
|
21
|
-
--pf-c-text-input-group--m-icon__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
|
22
22
|
--pf-c-text-input-group__text-input--MinWidth: 12ch;
|
|
23
23
|
--pf-c-text-input-group__text-input--m-hint--Color: var(--pf-global--Color--dark-200); // matches placeholder text color
|
|
24
24
|
|
|
@@ -41,10 +41,6 @@
|
|
|
41
41
|
&:hover {
|
|
42
42
|
--pf-c-text-input-group__text--after--BorderBottomColor: var(--pf-c-text-input-group--hover__text--after--BorderBottomColor);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
&.pf-m-icon {
|
|
46
|
-
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-c-text-input-group--m-icon__text-input--PaddingLeft);
|
|
47
|
-
}
|
|
48
44
|
}
|
|
49
45
|
|
|
50
46
|
.pf-c-text-input-group__main {
|
|
@@ -53,6 +49,10 @@
|
|
|
53
49
|
gap: var(--pf-global--spacer--sm);
|
|
54
50
|
min-width: 0;
|
|
55
51
|
|
|
52
|
+
&.pf-m-icon {
|
|
53
|
+
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-c-text-input-group__main--m-icon__text-input--PaddingLeft);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
56
|
> :first-child:not(.pf-c-text-input-group__text) {
|
|
57
57
|
margin-left: var(--pf-c-text-input-group__main--first-child--not--text-input--MarginLeft);
|
|
58
58
|
}
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
--pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
|
|
70
70
|
--pf-c-toolbar__item--Display: block;
|
|
71
71
|
--pf-c-toolbar__group--Display: flex;
|
|
72
|
-
--pf-c-toolbar--m-sticky
|
|
73
|
-
--pf-c-toolbar--m-sticky
|
|
72
|
+
--pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
|
|
73
|
+
--pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
74
74
|
--pf-c-toolbar__content--Display: flex;
|
|
75
75
|
--pf-c-toolbar__content--PaddingRight: var(--pf-global--spacer--md);
|
|
76
76
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-global--spacer--md);
|
|
@@ -141,11 +141,11 @@
|
|
|
141
141
|
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--m-page-insets--inset);
|
|
142
142
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--m-page-insets--inset);
|
|
143
143
|
}
|
|
144
|
-
.pf-c-toolbar.pf-m-sticky
|
|
144
|
+
.pf-c-toolbar.pf-m-sticky {
|
|
145
145
|
position: sticky;
|
|
146
146
|
top: 0;
|
|
147
|
-
z-index: var(--pf-c-toolbar--m-sticky
|
|
148
|
-
box-shadow: var(--pf-c-toolbar--m-sticky
|
|
147
|
+
z-index: var(--pf-c-toolbar--m-sticky--ZIndex);
|
|
148
|
+
box-shadow: var(--pf-c-toolbar--m-sticky--BoxShadow);
|
|
149
149
|
}
|
|
150
150
|
.pf-c-toolbar.pf-m-full-height {
|
|
151
151
|
--pf-c-toolbar--PaddingTop: var(--pf-c-toolbar--m-full-height--PaddingTop);
|
|
@@ -17,8 +17,8 @@ $pf-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl"
|
|
|
17
17
|
--pf-c-toolbar__group--Display: flex;
|
|
18
18
|
|
|
19
19
|
// Sticky
|
|
20
|
-
--pf-c-toolbar--m-sticky
|
|
21
|
-
--pf-c-toolbar--m-sticky
|
|
20
|
+
--pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
|
|
21
|
+
--pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
22
22
|
|
|
23
23
|
// Content
|
|
24
24
|
--pf-c-toolbar__content--Display: flex;
|
|
@@ -133,11 +133,11 @@ $pf-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl"
|
|
|
133
133
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--m-page-insets--inset);
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
&.pf-m-sticky
|
|
136
|
+
&.pf-m-sticky {
|
|
137
137
|
position: sticky;
|
|
138
138
|
top: 0;
|
|
139
|
-
z-index: var(--pf-c-toolbar--m-sticky
|
|
140
|
-
box-shadow: var(--pf-c-toolbar--m-sticky
|
|
139
|
+
z-index: var(--pf-c-toolbar--m-sticky--ZIndex);
|
|
140
|
+
box-shadow: var(--pf-c-toolbar--m-sticky--BoxShadow);
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
&.pf-m-full-height {
|
|
@@ -26,8 +26,8 @@ cssPrefix: pf-c-text-input-group
|
|
|
26
26
|
### Utilities and icon
|
|
27
27
|
|
|
28
28
|
```html
|
|
29
|
-
<div class="pf-c-text-input-group
|
|
30
|
-
<div class="pf-c-text-input-group__main">
|
|
29
|
+
<div class="pf-c-text-input-group">
|
|
30
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
31
31
|
<span class="pf-c-text-input-group__text">
|
|
32
32
|
<span class="pf-c-text-input-group__icon">
|
|
33
33
|
<i class="fas fa-fw fa-search"></i>
|
|
@@ -4082,7 +4082,7 @@ As the toolbar component is a hybrid layout and component, some of its elements
|
|
|
4082
4082
|
| `.pf-c-toolbar__content` | `<div>` | Initiates a toolbar content container. **Required** |
|
|
4083
4083
|
| `.pf-c-toolbar__content-section` | `<div>` | Initiates a toolbar content section. This is used to separate static elements from dynamic elements within a content container. There should be no more than one `.pf-c-toolbar__content-section` per `.pf-c-toolbar__content` **Required** |
|
|
4084
4084
|
| `.pf-c-toolbar__expandable-content` | `<div>` | Initiates a toolbar expandable content section. |
|
|
4085
|
-
| `.pf-m-sticky
|
|
4085
|
+
| `.pf-m-sticky` | `.pf-c-toolbar` | Modifies toolbar component to be sticky to the top of its container. |
|
|
4086
4086
|
| `.pf-m-full-height` | `.pf-c-toolbar` | Modifies toolbar component to full height of its container and removes vertical padding. |
|
|
4087
4087
|
| `.pf-m-static` | `.pf-c-toolbar` | Modifies expandable content section to position itself to the nearest absolutely positioned parent outside of the toolbar component. This is used primarily for masthead toolbar. |
|
|
4088
4088
|
| `.pf-m-expanded` | `.pf-c-toolbar__expandable-content` | Modifies expandable content section for the expanded state. |
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -9949,8 +9949,8 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9949
9949
|
--pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
|
|
9950
9950
|
--pf-c-toolbar__item--Display: block;
|
|
9951
9951
|
--pf-c-toolbar__group--Display: flex;
|
|
9952
|
-
--pf-c-toolbar--m-sticky
|
|
9953
|
-
--pf-c-toolbar--m-sticky
|
|
9952
|
+
--pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
|
|
9953
|
+
--pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
9954
9954
|
--pf-c-toolbar__content--Display: flex;
|
|
9955
9955
|
--pf-c-toolbar__content--PaddingRight: var(--pf-global--spacer--md);
|
|
9956
9956
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-global--spacer--md);
|
|
@@ -10021,11 +10021,11 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10021
10021
|
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--m-page-insets--inset);
|
|
10022
10022
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--m-page-insets--inset);
|
|
10023
10023
|
}
|
|
10024
|
-
.pf-c-toolbar.pf-m-sticky
|
|
10024
|
+
.pf-c-toolbar.pf-m-sticky {
|
|
10025
10025
|
position: sticky;
|
|
10026
10026
|
top: 0;
|
|
10027
|
-
z-index: var(--pf-c-toolbar--m-sticky
|
|
10028
|
-
box-shadow: var(--pf-c-toolbar--m-sticky
|
|
10027
|
+
z-index: var(--pf-c-toolbar--m-sticky--ZIndex);
|
|
10028
|
+
box-shadow: var(--pf-c-toolbar--m-sticky--BoxShadow);
|
|
10029
10029
|
}
|
|
10030
10030
|
.pf-c-toolbar.pf-m-full-height {
|
|
10031
10031
|
--pf-c-toolbar--PaddingTop: var(--pf-c-toolbar--m-full-height--PaddingTop);
|
|
@@ -16510,7 +16510,7 @@ ul.pf-c-list {
|
|
|
16510
16510
|
--pf-c-nav__item--m-current--not--m-expanded__link--BackgroundColor: var(--pf-global--BackgroundColor--dark-400);
|
|
16511
16511
|
--pf-c-nav__link--m-current--not--m-expanded__link--after--BorderWidth: var(--pf-global--BorderWidth--xl);
|
|
16512
16512
|
--pf-c-nav__item__item__link--PaddingRight: var(--pf-global--spacer--xl);
|
|
16513
|
-
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--
|
|
16513
|
+
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--FontSize--sm);
|
|
16514
16514
|
--pf-c-nav__item__toggle-icon--Rotate: 0;
|
|
16515
16515
|
--pf-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
16516
16516
|
--pf-c-nav__item--before--BorderColor: var(--pf-global--BackgroundColor--dark-200);
|
|
@@ -25792,11 +25792,11 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25792
25792
|
--pf-c-text-input-group__text--focus-within--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
|
|
25793
25793
|
--pf-c-text-input-group__text--focus-within--after--BorderBottomColor: var(--pf-global--primary-color--100);
|
|
25794
25794
|
--pf-c-text-input-group__main--first-child--not--text-input--MarginLeft: var(--pf-global--spacer--sm);
|
|
25795
|
+
--pf-c-text-input-group__main--m-icon__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
|
25795
25796
|
--pf-c-text-input-group__text-input--PaddingTop: var(--pf-global--spacer--form-element);
|
|
25796
25797
|
--pf-c-text-input-group__text-input--PaddingRight: var(--pf-global--spacer--sm);
|
|
25797
25798
|
--pf-c-text-input-group__text-input--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
25798
25799
|
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-global--spacer--sm);
|
|
25799
|
-
--pf-c-text-input-group--m-icon__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
|
25800
25800
|
--pf-c-text-input-group__text-input--MinWidth: 12ch;
|
|
25801
25801
|
--pf-c-text-input-group__text-input--m-hint--Color: var(--pf-global--Color--dark-200);
|
|
25802
25802
|
--pf-c-text-input-group__icon--Left: var(--pf-global--spacer--sm);
|
|
@@ -25814,9 +25814,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25814
25814
|
.pf-c-text-input-group:hover {
|
|
25815
25815
|
--pf-c-text-input-group__text--after--BorderBottomColor: var(--pf-c-text-input-group--hover__text--after--BorderBottomColor);
|
|
25816
25816
|
}
|
|
25817
|
-
.pf-c-text-input-group.pf-m-icon {
|
|
25818
|
-
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-c-text-input-group--m-icon__text-input--PaddingLeft);
|
|
25819
|
-
}
|
|
25820
25817
|
|
|
25821
25818
|
.pf-c-text-input-group__main {
|
|
25822
25819
|
display: flex;
|
|
@@ -25824,6 +25821,9 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25824
25821
|
gap: var(--pf-global--spacer--sm);
|
|
25825
25822
|
min-width: 0;
|
|
25826
25823
|
}
|
|
25824
|
+
.pf-c-text-input-group__main.pf-m-icon {
|
|
25825
|
+
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-c-text-input-group__main--m-icon__text-input--PaddingLeft);
|
|
25826
|
+
}
|
|
25827
25827
|
.pf-c-text-input-group__main > :first-child:not(.pf-c-text-input-group__text) {
|
|
25828
25828
|
margin-left: var(--pf-c-text-input-group__main--first-child--not--text-input--MarginLeft);
|
|
25829
25829
|
}
|
package/patternfly.css
CHANGED
|
@@ -10085,8 +10085,8 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10085
10085
|
--pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
|
|
10086
10086
|
--pf-c-toolbar__item--Display: block;
|
|
10087
10087
|
--pf-c-toolbar__group--Display: flex;
|
|
10088
|
-
--pf-c-toolbar--m-sticky
|
|
10089
|
-
--pf-c-toolbar--m-sticky
|
|
10088
|
+
--pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
|
|
10089
|
+
--pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
10090
10090
|
--pf-c-toolbar__content--Display: flex;
|
|
10091
10091
|
--pf-c-toolbar__content--PaddingRight: var(--pf-global--spacer--md);
|
|
10092
10092
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-global--spacer--md);
|
|
@@ -10157,11 +10157,11 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10157
10157
|
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--m-page-insets--inset);
|
|
10158
10158
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--m-page-insets--inset);
|
|
10159
10159
|
}
|
|
10160
|
-
.pf-c-toolbar.pf-m-sticky
|
|
10160
|
+
.pf-c-toolbar.pf-m-sticky {
|
|
10161
10161
|
position: sticky;
|
|
10162
10162
|
top: 0;
|
|
10163
|
-
z-index: var(--pf-c-toolbar--m-sticky
|
|
10164
|
-
box-shadow: var(--pf-c-toolbar--m-sticky
|
|
10163
|
+
z-index: var(--pf-c-toolbar--m-sticky--ZIndex);
|
|
10164
|
+
box-shadow: var(--pf-c-toolbar--m-sticky--BoxShadow);
|
|
10165
10165
|
}
|
|
10166
10166
|
.pf-c-toolbar.pf-m-full-height {
|
|
10167
10167
|
--pf-c-toolbar--PaddingTop: var(--pf-c-toolbar--m-full-height--PaddingTop);
|
|
@@ -16646,7 +16646,7 @@ ul.pf-c-list {
|
|
|
16646
16646
|
--pf-c-nav__item--m-current--not--m-expanded__link--BackgroundColor: var(--pf-global--BackgroundColor--dark-400);
|
|
16647
16647
|
--pf-c-nav__link--m-current--not--m-expanded__link--after--BorderWidth: var(--pf-global--BorderWidth--xl);
|
|
16648
16648
|
--pf-c-nav__item__item__link--PaddingRight: var(--pf-global--spacer--xl);
|
|
16649
|
-
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--
|
|
16649
|
+
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--FontSize--sm);
|
|
16650
16650
|
--pf-c-nav__item__toggle-icon--Rotate: 0;
|
|
16651
16651
|
--pf-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
16652
16652
|
--pf-c-nav__item--before--BorderColor: var(--pf-global--BackgroundColor--dark-200);
|
|
@@ -25928,11 +25928,11 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25928
25928
|
--pf-c-text-input-group__text--focus-within--after--BorderBottomWidth: var(--pf-global--BorderWidth--md);
|
|
25929
25929
|
--pf-c-text-input-group__text--focus-within--after--BorderBottomColor: var(--pf-global--primary-color--100);
|
|
25930
25930
|
--pf-c-text-input-group__main--first-child--not--text-input--MarginLeft: var(--pf-global--spacer--sm);
|
|
25931
|
+
--pf-c-text-input-group__main--m-icon__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
|
25931
25932
|
--pf-c-text-input-group__text-input--PaddingTop: var(--pf-global--spacer--form-element);
|
|
25932
25933
|
--pf-c-text-input-group__text-input--PaddingRight: var(--pf-global--spacer--sm);
|
|
25933
25934
|
--pf-c-text-input-group__text-input--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
25934
25935
|
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-global--spacer--sm);
|
|
25935
|
-
--pf-c-text-input-group--m-icon__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
|
25936
25936
|
--pf-c-text-input-group__text-input--MinWidth: 12ch;
|
|
25937
25937
|
--pf-c-text-input-group__text-input--m-hint--Color: var(--pf-global--Color--dark-200);
|
|
25938
25938
|
--pf-c-text-input-group__icon--Left: var(--pf-global--spacer--sm);
|
|
@@ -25950,9 +25950,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25950
25950
|
.pf-c-text-input-group:hover {
|
|
25951
25951
|
--pf-c-text-input-group__text--after--BorderBottomColor: var(--pf-c-text-input-group--hover__text--after--BorderBottomColor);
|
|
25952
25952
|
}
|
|
25953
|
-
.pf-c-text-input-group.pf-m-icon {
|
|
25954
|
-
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-c-text-input-group--m-icon__text-input--PaddingLeft);
|
|
25955
|
-
}
|
|
25956
25953
|
|
|
25957
25954
|
.pf-c-text-input-group__main {
|
|
25958
25955
|
display: flex;
|
|
@@ -25960,6 +25957,9 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25960
25957
|
gap: var(--pf-global--spacer--sm);
|
|
25961
25958
|
min-width: 0;
|
|
25962
25959
|
}
|
|
25960
|
+
.pf-c-text-input-group__main.pf-m-icon {
|
|
25961
|
+
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-c-text-input-group__main--m-icon__text-input--PaddingLeft);
|
|
25962
|
+
}
|
|
25963
25963
|
.pf-c-text-input-group__main > :first-child:not(.pf-c-text-input-group__text) {
|
|
25964
25964
|
margin-left: var(--pf-c-text-input-group__main--first-child--not--text-input--MarginLeft);
|
|
25965
25965
|
}
|