@patternfly/patternfly 4.202.2 → 4.203.2

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.
Files changed (53) hide show
  1. package/base/_fonts.scss +10 -10
  2. package/base/_shield-inheritable.scss +1 -1
  3. package/base/patternfly-fonts.css +10 -10
  4. package/base/patternfly-shield-inheritable.css +1 -1
  5. package/components/AlertGroup/alert-group.css +1 -1
  6. package/components/Button/button.css +1 -1
  7. package/components/Button/button.scss +1 -1
  8. package/components/Divider/divider.css +12 -12
  9. package/components/Drawer/drawer.css +2 -35
  10. package/components/Drawer/drawer.scss +2 -2
  11. package/components/JumpLinks/jump-links.css +1 -1
  12. package/components/JumpLinks/jump-links.scss +1 -1
  13. package/components/MenuToggle/menu-toggle.css +1 -1
  14. package/components/MenuToggle/menu-toggle.scss +1 -1
  15. package/components/ProgressStepper/progress-stepper.css +1 -1
  16. package/components/Sidebar/sidebar.css +0 -30
  17. package/components/Spinner/spinner.css +2 -2
  18. package/components/Table/table.css +5 -5
  19. package/components/Table/table.scss +5 -5
  20. package/components/Tabs/tabs.css +1 -1
  21. package/components/Tabs/tabs.scss +1 -1
  22. package/components/TreeView/tree-view.css +29 -1
  23. package/components/TreeView/tree-view.scss +36 -2
  24. package/docs/components/TreeView/examples/TreeView.md +1077 -677
  25. package/package.json +8 -8
  26. package/patternfly-addons.css +322 -683
  27. package/patternfly-base-no-reset.css +10 -10
  28. package/patternfly-base.css +10 -10
  29. package/patternfly-no-reset.css +66 -101
  30. package/patternfly.css +66 -101
  31. package/patternfly.min.css +1 -1
  32. package/patternfly.min.css.map +1 -1
  33. package/utilities/Alignment/alignment.css +0 -15
  34. package/utilities/BackgroundColor/BackgroundColor.css +100 -75
  35. package/utilities/BackgroundColor/BackgroundColor.scss +6 -0
  36. package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  37. package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +25 -0
  38. package/utilities/Display/display.css +0 -40
  39. package/utilities/Flex/flex.css +0 -140
  40. package/utilities/Float/float.css +0 -5
  41. package/utilities/Sizing/sizing.css +48 -198
  42. package/utilities/Text/text.css +173 -210
  43. package/utilities/Text/text.scss +6 -0
  44. package/utilities/Text/themes/dark/text.css +0 -0
  45. package/utilities/Text/themes/dark/text.scss +36 -0
  46. package/docs/pages/accessibility-guide.md +0 -161
  47. package/docs/pages/contribution.md +0 -109
  48. package/docs/pages/guidelines.md +0 -367
  49. package/docs/pages/icons.md +0 -129
  50. package/docs/pages/index.js +0 -13
  51. package/docs/pages/reference-docs/PF-quick-ref.key +0 -0
  52. package/docs/pages/reference-docs/PF-quick-ref.pdf +0 -0
  53. package/docs/pages/upgrade-guide.md +0 -188
@@ -38,35 +38,27 @@
38
38
  .pf-u-display-none-on-sm {
39
39
  display: none !important;
40
40
  }
41
-
42
41
  .pf-u-display-inline-block-on-sm {
43
42
  display: inline-block !important;
44
43
  }
45
-
46
44
  .pf-u-display-block-on-sm {
47
45
  display: block !important;
48
46
  }
49
-
50
47
  .pf-u-display-inline-on-sm {
51
48
  display: inline !important;
52
49
  }
53
-
54
50
  .pf-u-display-table-on-sm {
55
51
  display: table !important;
56
52
  }
57
-
58
53
  .pf-u-display-table-cell-on-sm {
59
54
  display: table-cell !important;
60
55
  }
61
-
62
56
  .pf-u-display-table-row-on-sm {
63
57
  display: table-row !important;
64
58
  }
65
-
66
59
  .pf-u-display-flex-on-sm {
67
60
  display: flex !important;
68
61
  }
69
-
70
62
  .pf-u-display-inline-flex-on-sm {
71
63
  display: inline-flex !important;
72
64
  }
@@ -75,35 +67,27 @@
75
67
  .pf-u-display-none-on-md {
76
68
  display: none !important;
77
69
  }
78
-
79
70
  .pf-u-display-inline-block-on-md {
80
71
  display: inline-block !important;
81
72
  }
82
-
83
73
  .pf-u-display-block-on-md {
84
74
  display: block !important;
85
75
  }
86
-
87
76
  .pf-u-display-inline-on-md {
88
77
  display: inline !important;
89
78
  }
90
-
91
79
  .pf-u-display-table-on-md {
92
80
  display: table !important;
93
81
  }
94
-
95
82
  .pf-u-display-table-cell-on-md {
96
83
  display: table-cell !important;
97
84
  }
98
-
99
85
  .pf-u-display-table-row-on-md {
100
86
  display: table-row !important;
101
87
  }
102
-
103
88
  .pf-u-display-flex-on-md {
104
89
  display: flex !important;
105
90
  }
106
-
107
91
  .pf-u-display-inline-flex-on-md {
108
92
  display: inline-flex !important;
109
93
  }
@@ -112,35 +96,27 @@
112
96
  .pf-u-display-none-on-lg {
113
97
  display: none !important;
114
98
  }
115
-
116
99
  .pf-u-display-inline-block-on-lg {
117
100
  display: inline-block !important;
118
101
  }
119
-
120
102
  .pf-u-display-block-on-lg {
121
103
  display: block !important;
122
104
  }
123
-
124
105
  .pf-u-display-inline-on-lg {
125
106
  display: inline !important;
126
107
  }
127
-
128
108
  .pf-u-display-table-on-lg {
129
109
  display: table !important;
130
110
  }
131
-
132
111
  .pf-u-display-table-cell-on-lg {
133
112
  display: table-cell !important;
134
113
  }
135
-
136
114
  .pf-u-display-table-row-on-lg {
137
115
  display: table-row !important;
138
116
  }
139
-
140
117
  .pf-u-display-flex-on-lg {
141
118
  display: flex !important;
142
119
  }
143
-
144
120
  .pf-u-display-inline-flex-on-lg {
145
121
  display: inline-flex !important;
146
122
  }
@@ -149,35 +125,27 @@
149
125
  .pf-u-display-none-on-xl {
150
126
  display: none !important;
151
127
  }
152
-
153
128
  .pf-u-display-inline-block-on-xl {
154
129
  display: inline-block !important;
155
130
  }
156
-
157
131
  .pf-u-display-block-on-xl {
158
132
  display: block !important;
159
133
  }
160
-
161
134
  .pf-u-display-inline-on-xl {
162
135
  display: inline !important;
163
136
  }
164
-
165
137
  .pf-u-display-table-on-xl {
166
138
  display: table !important;
167
139
  }
168
-
169
140
  .pf-u-display-table-cell-on-xl {
170
141
  display: table-cell !important;
171
142
  }
172
-
173
143
  .pf-u-display-table-row-on-xl {
174
144
  display: table-row !important;
175
145
  }
176
-
177
146
  .pf-u-display-flex-on-xl {
178
147
  display: flex !important;
179
148
  }
180
-
181
149
  .pf-u-display-inline-flex-on-xl {
182
150
  display: inline-flex !important;
183
151
  }
@@ -186,35 +154,27 @@
186
154
  .pf-u-display-none-on-2xl {
187
155
  display: none !important;
188
156
  }
189
-
190
157
  .pf-u-display-inline-block-on-2xl {
191
158
  display: inline-block !important;
192
159
  }
193
-
194
160
  .pf-u-display-block-on-2xl {
195
161
  display: block !important;
196
162
  }
197
-
198
163
  .pf-u-display-inline-on-2xl {
199
164
  display: inline !important;
200
165
  }
201
-
202
166
  .pf-u-display-table-on-2xl {
203
167
  display: table !important;
204
168
  }
205
-
206
169
  .pf-u-display-table-cell-on-2xl {
207
170
  display: table-cell !important;
208
171
  }
209
-
210
172
  .pf-u-display-table-row-on-2xl {
211
173
  display: table-row !important;
212
174
  }
213
-
214
175
  .pf-u-display-flex-on-2xl {
215
176
  display: flex !important;
216
177
  }
217
-
218
178
  .pf-u-display-inline-flex-on-2xl {
219
179
  display: inline-flex !important;
220
180
  }