@patternfly/patternfly 5.0.0-alpha.50 → 5.0.0-alpha.51
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/UPGRADE-GUIDE.md +1 -1
- package/assets/icons/iconUnicodes.json +129 -128
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +402 -267
- package/base/_icons.scss +1 -1
- package/base/patternfly-icons.css +136 -132
- package/base/patternfly-pf-icons.css +136 -132
- package/base/patternfly-pf-icons.scss +1 -1
- package/components/NotificationBadge/notification-badge.css +2 -2
- package/components/NotificationBadge/notification-badge.scss +2 -2
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/_all.scss +1 -1
- package/docs/components/Avatar/examples/Avatar.css +1 -1
- package/docs/components/CodeEditor/examples/CodeEditor.md +1 -1
- package/docs/components/Form/examples/Form.md +11 -11
- package/docs/components/Label/examples/Label.md +1220 -1
- package/docs/components/ModalBox/examples/ModalBox.md +1 -1
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +1 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +18 -18
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +2 -2
- package/docs/demos/Banner/examples/Banner.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +2 -2
- package/docs/demos/ContextSelector/examples/ContextSelector.md +6 -6
- package/docs/demos/Dashboard/examples/Dashboard.md +7 -7
- package/docs/demos/DataList/examples/DataList.md +8 -8
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -6
- package/docs/demos/Drawer/examples/Drawer.md +10 -10
- package/docs/demos/Form/examples/BasicForms.md +10 -10
- package/docs/demos/JumpLinks/examples/JumpLinks.md +12 -12
- package/docs/demos/Masthead/examples/Masthead.md +4 -4
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +16 -16
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +15 -15
- package/docs/demos/Page/examples/Page.md +18 -18
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -14
- package/docs/demos/Skeleton/examples/Skeleton.md +2 -2
- package/docs/demos/Table/examples/Table.md +32 -32
- package/docs/demos/Tabs/examples/Tabs.md +12 -12
- package/docs/demos/Toolbar/examples/Toolbar.md +4 -4
- package/docs/demos/Wizard/examples/Wizard.md +18 -18
- package/icons/{pf-icons.mjs → pficons.mjs} +1 -0
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +136 -132
- package/patternfly-base.css +136 -132
- package/patternfly-no-globals.css +139 -135
- package/patternfly.css +139 -135
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/assets/pficon/pficon.woff2 +0 -0
- package/docs/components/LabelGroup/examples/LabelGroup.md +0 -1222
- /package/base/{_pf-icons.scss → _pficons.scss} +0 -0
- /package/components/{LabelGroup → Label}/label-group.css +0 -0
- /package/components/{LabelGroup → Label}/label-group.scss +0 -0
package/UPGRADE-GUIDE.md
CHANGED
|
@@ -34,7 +34,7 @@ We've cleaned up our root directory a little in [(#2960)](https://github.com/pat
|
|
|
34
34
|
- `patternfly-fonts.css to` to `base/patternfly-fonts.css`
|
|
35
35
|
- `patternfly-globals.css` to `base/patternfly-globals.css`
|
|
36
36
|
- `patternfly-icons.css` to `base/patternfly-icons.css`
|
|
37
|
-
- `patternfly-
|
|
37
|
+
- `patternfly-pficons.css` to `base/patternfly-pficons.css`
|
|
38
38
|
- `patternfly-shield-inheritable.css` to `base/patternfly-shield-inheritable.css`
|
|
39
39
|
- `patternfly-shield-noninheritable.css` to `base/patternfly-shield-noninheritable.css`
|
|
40
40
|
- `patternfly-themes.css` to `base/patternfly-themes.css`
|
|
@@ -1,132 +1,133 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
2
|
+
"pficon-add-circle-o": "E61B",
|
|
3
|
+
"pficon-ansible-tower": "E950",
|
|
4
|
+
"pficon-applications": "E936",
|
|
5
|
+
"pficon-arrow": "E929",
|
|
6
|
+
"pficon-asleep": "E92E",
|
|
7
|
+
"pficon-attention-bell": "E951",
|
|
8
|
+
"pficon-automation": "E937",
|
|
9
|
+
"pficon-bell": "E952",
|
|
10
|
+
"pficon-blueprint": "E915",
|
|
11
|
+
"pficon-build": "E902",
|
|
12
|
+
"pficon-builder-image": "E800",
|
|
13
|
+
"pficon-bundle": "E918",
|
|
14
|
+
"pficon-catalog": "E953",
|
|
15
|
+
"pficon-chat": "E954",
|
|
16
|
+
"pficon-close": "E60B",
|
|
17
|
+
"pficon-cloud-security": "E903",
|
|
18
|
+
"pficon-cloud-tenant": "E904",
|
|
19
|
+
"pficon-cluster": "E620",
|
|
20
|
+
"pficon-connected": "E938",
|
|
21
|
+
"pficon-container-node": "E621",
|
|
22
|
+
"pficon-cpu": "E927",
|
|
23
|
+
"pficon-critical-risk": "E976",
|
|
24
|
+
"pficon-data-processor": "E97B",
|
|
25
|
+
"pficon-data-sink": "E978",
|
|
26
|
+
"pficon-data-source": "E979",
|
|
27
|
+
"pficon-degraded": "E91B",
|
|
28
|
+
"pficon-disconnected": "E955",
|
|
29
|
+
"pficon-domain": "E919",
|
|
30
|
+
"pficon-edit": "E60A",
|
|
31
|
+
"pficon-enhancement": "E93A",
|
|
32
|
+
"pficon-enterprise": "E906",
|
|
33
|
+
"pficon-equalizer": "E956",
|
|
34
|
+
"pficon-error-circle-o": "E926",
|
|
35
|
+
"pficon-export": "E616",
|
|
36
|
+
"pficon-filter": "E943",
|
|
37
|
+
"pficon-flavor": "E957",
|
|
38
|
+
"pficon-folder-close": "E607",
|
|
39
|
+
"pficon-folder-open": "E606",
|
|
40
|
+
"pficon-globe-route": "E958",
|
|
41
|
+
"pficon-help": "E605",
|
|
42
|
+
"pficon-history": "E617",
|
|
43
|
+
"pficon-home": "E618",
|
|
44
|
+
"pficon-import": "E615",
|
|
45
|
+
"pficon-in-progress": "E933",
|
|
46
|
+
"pficon-info": "E92B",
|
|
47
|
+
"pficon-infrastructure": "E93D",
|
|
48
|
+
"pficon-integration": "E948",
|
|
49
|
+
"pficon-key": "E924",
|
|
50
|
+
"pficon-locked": "E923",
|
|
51
|
+
"pficon-maintenance": "E932",
|
|
52
|
+
"pficon-memory": "E908",
|
|
53
|
+
"pficon-messages": "E603",
|
|
54
|
+
"pficon-middleware": "E917",
|
|
55
|
+
"pficon-migration": "E931",
|
|
56
|
+
"pficon-module": "E959",
|
|
57
|
+
"pficon-monitoring": "E95A",
|
|
58
|
+
"pficon-multicluster": "E97C",
|
|
59
|
+
"pficon-namespaces": "E95B",
|
|
60
|
+
"pficon-network": "E909",
|
|
61
|
+
"pficon-new-process": "E95C",
|
|
62
|
+
"pficon-not-started": "E95D",
|
|
63
|
+
"pficon-off": "E92D",
|
|
64
|
+
"pficon-ok": "E602",
|
|
65
|
+
"pficon-on-running": "E925",
|
|
66
|
+
"pficon-on": "E92C",
|
|
67
|
+
"pficon-open-drawer-right": "E977",
|
|
68
|
+
"pficon-openshift": "E95E",
|
|
69
|
+
"pficon-openstack": "E95F",
|
|
70
|
+
"pficon-optimize": "E93E",
|
|
71
|
+
"pficon-orders": "E93F",
|
|
72
|
+
"pficon-os-image": "E960",
|
|
73
|
+
"pficon-package": "E961",
|
|
74
|
+
"pficon-panel-close": "E962",
|
|
75
|
+
"pficon-panel-open": "E963",
|
|
76
|
+
"pficon-paused": "E92F",
|
|
77
|
+
"pficon-pending": "E964",
|
|
78
|
+
"pficon-pficon-dragdrop": "E965",
|
|
79
|
+
"pficon-pficon-history": "E966",
|
|
80
|
+
"pficon-pficon-network-range": "E967",
|
|
81
|
+
"pficon-pficon-satellite": "E968",
|
|
82
|
+
"pficon-pficon-sort-common-asc": "E94E",
|
|
83
|
+
"pficon-pficon-sort-common-desc": "E94F",
|
|
84
|
+
"pficon-pficon-template": "E94C",
|
|
85
|
+
"pficon-pficon-vcenter": "E969",
|
|
86
|
+
"pficon-plugged": "E96A",
|
|
87
|
+
"pficon-port": "E96B",
|
|
88
|
+
"pficon-print": "E612",
|
|
89
|
+
"pficon-private": "E914",
|
|
90
|
+
"pficon-process-automation": "E949",
|
|
91
|
+
"pficon-project": "E96C",
|
|
92
|
+
"pficon-rebalance": "E91C",
|
|
93
|
+
"pficon-rebooting": "E96D",
|
|
94
|
+
"pficon-regions": "E90A",
|
|
95
|
+
"pficon-registry": "E623",
|
|
96
|
+
"pficon-remove2": "E96E",
|
|
97
|
+
"pficon-replicator": "E624",
|
|
98
|
+
"pficon-repository": "E90B",
|
|
99
|
+
"pficon-resource-pool": "E90C",
|
|
100
|
+
"pficon-resources-almost-empty": "E91D",
|
|
101
|
+
"pficon-resources-almost-full": "E912",
|
|
102
|
+
"pficon-resources-empty": "E96F",
|
|
103
|
+
"pficon-resources-full": "E913",
|
|
104
|
+
"pficon-running": "E970",
|
|
105
|
+
"pficon-save": "E601",
|
|
106
|
+
"pficon-screen": "E971",
|
|
107
|
+
"pficon-security": "E946",
|
|
108
|
+
"pficon-server-group": "E91A",
|
|
109
|
+
"pficon-server": "E90D",
|
|
110
|
+
"pficon-service-catalog": "E972",
|
|
111
|
+
"pficon-service": "E61E",
|
|
112
|
+
"pficon-services": "E947",
|
|
113
|
+
"pficon-spinner": "E973",
|
|
114
|
+
"pficon-spinner2": "E613",
|
|
115
|
+
"pficon-storage-domain": "E90E",
|
|
116
|
+
"pficon-task": "E974",
|
|
117
|
+
"pficon-tenant": "E916",
|
|
118
|
+
"pficon-thumb-tack": "E920",
|
|
119
|
+
"pficon-topology": "E608",
|
|
120
|
+
"pficon-trend-down": "E900",
|
|
121
|
+
"pficon-trend-up": "E901",
|
|
122
|
+
"pficon-unknown": "E935",
|
|
123
|
+
"pficon-unlocked": "E922",
|
|
124
|
+
"pficon-unplugged": "E942",
|
|
125
|
+
"pficon-user": "E91E",
|
|
126
|
+
"pficon-users": "E91F",
|
|
127
|
+
"pficon-virtual-machine": "E90F",
|
|
128
|
+
"pficon-volume": "E910",
|
|
129
|
+
"pficon-warning-triangle": "E975",
|
|
130
|
+
"pficon-zone": "E911",
|
|
130
131
|
"fa-500px": "f26e",
|
|
131
132
|
"fa-accessible-icon": "f368",
|
|
132
133
|
"fa-accusoft": "f369",
|
|
Binary file
|