@patternfly/patternfly 4.192.4 → 4.193.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.
@@ -245,12 +245,14 @@
245
245
  --pf-c-label--m-editable__content--hover--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
246
246
  --pf-c-label--m-editable__content--focus--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
247
247
  }
248
- .pf-c-label.pf-m-overflow:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
248
+ .pf-c-label.pf-m-overflow:hover,
249
+ .pf-c-label.pf-m-add:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
249
250
  .pf-c-label.pf-m-outline button.pf-c-label__content:hover {
250
251
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--hover--before--BorderWidth);
251
252
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--hover--before--BorderColor);
252
253
  }
253
- .pf-c-label.pf-m-overflow:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
254
+ .pf-c-label.pf-m-overflow:focus,
255
+ .pf-c-label.pf-m-add:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
254
256
  .pf-c-label.pf-m-outline button.pf-c-label__content:focus {
255
257
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--focus--before--BorderWidth);
256
258
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--focus--before--BorderColor);
@@ -298,7 +300,7 @@
298
300
  margin-bottom: var(--pf-c-label__c-button--MarginBottom);
299
301
  margin-left: var(--pf-c-label__c-button--MarginLeft);
300
302
  }
301
- .pf-c-label.pf-m-overflow {
303
+ .pf-c-label.pf-m-overflow, .pf-c-label.pf-m-add {
302
304
  --pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
303
305
  --pf-c-label--BackgroundColor: var(--pf-c-label--m-overflow__content--BackgroundColor);
304
306
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-overflow__content--before--BorderWidth);
@@ -294,6 +294,7 @@
294
294
  a,
295
295
  button {
296
296
  @at-root .pf-c-label.pf-m-overflow,
297
+ .pf-c-label.pf-m-add,
297
298
  &.pf-c-label__content {
298
299
  // stylelint-enable selector-no-qualifying-type
299
300
  &:hover {
@@ -362,7 +363,8 @@
362
363
  margin-left: var(--pf-c-label__c-button--MarginLeft);
363
364
  }
364
365
 
365
- &.pf-m-overflow {
366
+ &.pf-m-overflow,
367
+ &.pf-m-add {
366
368
  --pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
367
369
  --pf-c-label--BackgroundColor: var(--pf-c-label--m-overflow__content--BackgroundColor);
368
370
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-overflow__content--before--BorderWidth);
@@ -231,6 +231,9 @@
231
231
  --pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
232
232
  --pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
233
233
  }
234
+ .pf-c-menu .pf-c-menu__content {
235
+ overflow: visible hidden;
236
+ }
234
237
  .pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
235
238
  overflow: visible;
236
239
  }
@@ -279,7 +282,6 @@
279
282
  left: 100%;
280
283
  width: 100%;
281
284
  transition: var(--pf-c-menu--m-drilldown--c-menu--Transition);
282
- transition: 2s;
283
285
  }
284
286
  .pf-c-menu.pf-m-drilldown > .pf-c-menu__content .pf-c-menu.pf-m-drilled-in {
285
287
  transform: translateX(-100%);
@@ -196,6 +196,8 @@
196
196
  box-shadow: var(--pf-c-menu--BoxShadow);
197
197
 
198
198
  .pf-c-menu__content {
199
+ overflow: visible hidden;
200
+
199
201
  & & {
200
202
  overflow: visible;
201
203
  }
@@ -264,7 +266,6 @@
264
266
  left: 100%;
265
267
  width: 100%;
266
268
  transition: var(--pf-c-menu--m-drilldown--c-menu--Transition);
267
- transition: 2s;
268
269
 
269
270
  // stylelint-disable selector-max-class
270
271
  &.pf-m-drilled-in {
@@ -50,10 +50,10 @@ span.pf-c-spinner {
50
50
  transform: rotate(0deg);
51
51
  }
52
52
  50% {
53
- transform: rotate(-540deg);
53
+ transform: rotate(540deg);
54
54
  }
55
55
  100% {
56
- transform: rotate(-1080deg);
56
+ transform: rotate(1080deg);
57
57
  }
58
58
  }
59
59
  .pf-c-spinner__clipper {
@@ -66,10 +66,10 @@ span.pf-c-spinner {
66
66
 
67
67
  @keyframes pf-animation-spinner__clipper {
68
68
  0% {
69
- transform: rotate(0deg);
69
+ transform: rotate(90deg);
70
70
  }
71
71
  100% {
72
- transform: rotate(-270deg);
72
+ transform: rotate(360deg);
73
73
  }
74
74
  }
75
75
  .pf-c-spinner__clipper::after {
@@ -85,10 +85,10 @@ span.pf-c-spinner {
85
85
 
86
86
  @keyframes pf-animation-spinner__clipper-after {
87
87
  0% {
88
- transform: rotate(90deg);
88
+ transform: rotate(-180deg);
89
89
  }
90
90
  100% {
91
- transform: rotate(-180deg);
91
+ transform: rotate(90deg);
92
92
  }
93
93
  }
94
94
  .pf-c-spinner__lead-ball {
@@ -115,11 +115,11 @@ span.pf-c-spinner {
115
115
  0% {
116
116
  transform: rotate(0deg);
117
117
  }
118
- 34% {
119
- transform: rotate(-180deg);
118
+ 33% {
119
+ transform: rotate(180deg);
120
120
  }
121
121
  100% {
122
- transform: rotate(-360deg);
122
+ transform: rotate(360deg);
123
123
  }
124
124
  }
125
125
  .pf-c-spinner__tail-ball {
@@ -146,11 +146,11 @@ span.pf-c-spinner {
146
146
  0% {
147
147
  transform: rotate(0deg);
148
148
  }
149
- 67.5% {
150
- transform: rotate(-180deg);
149
+ 66% {
150
+ transform: rotate(180deg);
151
151
  }
152
152
  100% {
153
- transform: rotate(-360deg);
153
+ transform: rotate(360deg);
154
154
  }
155
155
  }
156
156
  svg.pf-c-spinner {
@@ -79,11 +79,11 @@ span.pf-c-spinner {
79
79
  }
80
80
 
81
81
  50% {
82
- transform: rotate(-540deg);
82
+ transform: rotate(540deg);
83
83
  }
84
84
 
85
85
  100% {
86
- transform: rotate(-1080deg);
86
+ transform: rotate(1080deg);
87
87
  }
88
88
  }
89
89
 
@@ -98,11 +98,11 @@ span.pf-c-spinner {
98
98
 
99
99
  @keyframes pf-animation-spinner__clipper {
100
100
  0% {
101
- transform: rotate(0deg);
101
+ transform: rotate(90deg);
102
102
  }
103
103
 
104
104
  100% {
105
- transform: rotate(-270deg);
105
+ transform: rotate(360deg);
106
106
  }
107
107
  }
108
108
 
@@ -121,11 +121,11 @@ span.pf-c-spinner {
121
121
  // The Clipper:after moves rotates 270deg in relation to its parent (so that it appears to grow and then shrink)
122
122
  @keyframes pf-animation-spinner__clipper-after {
123
123
  0% {
124
- transform: rotate(90deg);
124
+ transform: rotate(-180deg);
125
125
  }
126
126
 
127
127
  100% {
128
- transform: rotate(-180deg);
128
+ transform: rotate(90deg);
129
129
  }
130
130
  }
131
131
 
@@ -157,12 +157,12 @@ span.pf-c-spinner {
157
157
  transform: rotate(0deg);
158
158
  }
159
159
 
160
- 34% {
161
- transform: rotate(-180deg);
160
+ 33% {
161
+ transform: rotate(180deg);
162
162
  }
163
163
 
164
164
  100% {
165
- transform: rotate(-360deg);
165
+ transform: rotate(360deg);
166
166
  }
167
167
  }
168
168
 
@@ -194,12 +194,12 @@ span.pf-c-spinner {
194
194
  transform: rotate(0deg);
195
195
  }
196
196
 
197
- 67.5% {
198
- transform: rotate(-180deg);
197
+ 66% {
198
+ transform: rotate(180deg);
199
199
  }
200
200
 
201
201
  100% {
202
- transform: rotate(-360deg);
202
+ transform: rotate(360deg);
203
203
  }
204
204
  }
205
205
 
@@ -35,6 +35,7 @@
35
35
  --pf-c-tabs__link--PaddingRight: var(--pf-global--spacer--md);
36
36
  --pf-c-tabs__link--PaddingBottom: var(--pf-global--spacer--sm);
37
37
  --pf-c-tabs__link--PaddingLeft: var(--pf-global--spacer--md);
38
+ --pf-c-tabs__link--disabled--Color: var(--pf-global--disabled-color--100);
38
39
  --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
39
40
  --pf-c-tabs__item--m-current__link--Color: var(--pf-global--Color--100);
40
41
  --pf-c-tabs__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -553,6 +554,7 @@
553
554
  pointer-events: none;
554
555
  }
555
556
  .pf-c-tabs__item.pf-m-action.pf-m-disabled, .pf-c-tabs__link:disabled, .pf-c-tabs__link.pf-m-disabled, .pf-c-tabs__link.pf-m-aria-disabled {
557
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
556
558
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
557
559
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
558
560
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);
@@ -52,6 +52,7 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
52
52
  --pf-c-tabs__link--PaddingRight: var(--pf-global--spacer--md);
53
53
  --pf-c-tabs__link--PaddingBottom: var(--pf-global--spacer--sm);
54
54
  --pf-c-tabs__link--PaddingLeft: var(--pf-global--spacer--md);
55
+ --pf-c-tabs__link--disabled--Color: var(--pf-global--disabled-color--100);
55
56
  --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
56
57
  --pf-c-tabs__item--m-current__link--Color: var(--pf-global--Color--100);
57
58
  --pf-c-tabs__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -636,6 +637,7 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
636
637
  &:disabled,
637
638
  &.pf-m-disabled,
638
639
  &.pf-m-aria-disabled {
640
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
639
641
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
640
642
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
641
643
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);
@@ -1121,7 +1121,7 @@ cssPrefix: pf-c-label
1121
1121
  This style of label is used to indicate overflow within a label group.
1122
1122
 
1123
1123
  ```html
1124
- <button class="pf-c-label pf-m-overflow">
1124
+ <button class="pf-c-label pf-m-overflow" type="button">
1125
1125
  <span class="pf-c-label__content">Overflow</span>
1126
1126
  </button>
1127
1127
 
@@ -1206,6 +1206,17 @@ This style of label is used to indicate overflow within a label group.
1206
1206
 
1207
1207
  ```
1208
1208
 
1209
+ ### Add label
1210
+
1211
+ This style of label is used to add new labels to a label group.
1212
+
1213
+ ```html isBeta
1214
+ <button class="pf-c-label pf-m-add" type="button">
1215
+ <span class="pf-c-label__content">Add Label</span>
1216
+ </button>
1217
+
1218
+ ```
1219
+
1209
1220
  ## Documentation
1210
1221
 
1211
1222
  ### Usage
@@ -1220,6 +1231,7 @@ This style of label is used to indicate overflow within a label group.
1220
1231
  | `.pf-m-outline` | `.pf-c-label` | Modifies label for outline styles. |
1221
1232
  | `.pf-m-compact` | `.pf-c-label` | Modifies label for compact styles. |
1222
1233
  | `.pf-m-overflow` | `.pf-c-label` | Modifies label for overflow styles for use in a label group. |
1234
+ | `.pf-m-add` | `.pf-c-label` | Modifies label for add styles for use in a label group. |
1223
1235
  | `.pf-m-blue` | `.pf-c-label` | Modifies the label to have blue colored styling. |
1224
1236
  | `.pf-m-green` | `.pf-c-label` | Modifies the label to have green colored styling. |
1225
1237
  | `.pf-m-orange` | `.pf-c-label` | Modifies the label to have orange colored styling. |
@@ -84,7 +84,7 @@ cssPrefix: pf-c-label-group
84
84
  </span>
85
85
  </li>
86
86
  <li class="pf-c-label-group__list-item">
87
- <button class="pf-c-label pf-m-overflow">
87
+ <button class="pf-c-label pf-m-overflow" type="button">
88
88
  <span class="pf-c-label__content">3 more</span>
89
89
  </button>
90
90
  </li>
@@ -151,7 +151,7 @@ cssPrefix: pf-c-label-group
151
151
  </span>
152
152
  </li>
153
153
  <li class="pf-c-label-group__list-item">
154
- <button class="pf-c-label pf-m-overflow">
154
+ <button class="pf-c-label pf-m-overflow" type="button">
155
155
  <span class="pf-c-label__content">3 less</span>
156
156
  </button>
157
157
  </li>
@@ -161,6 +161,53 @@ cssPrefix: pf-c-label-group
161
161
 
162
162
  ```
163
163
 
164
+ ### Add label
165
+
166
+ ```html
167
+ <div class="pf-c-label-group">
168
+ <div class="pf-c-label-group__main">
169
+ <ul class="pf-c-label-group__list" role="list" aria-label="Group of labels">
170
+ <li class="pf-c-label-group__list-item">
171
+ <span class="pf-c-label">
172
+ <span class="pf-c-label__content">
173
+ <span class="pf-c-label__icon">
174
+ <i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
175
+ </span>
176
+ Label
177
+ </span>
178
+ </span>
179
+ </li>
180
+ <li class="pf-c-label-group__list-item">
181
+ <span class="pf-c-label pf-m-blue">
182
+ <span class="pf-c-label__content">
183
+ <span class="pf-c-label__icon">
184
+ <i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
185
+ </span>
186
+ Label 2
187
+ </span>
188
+ </span>
189
+ </li>
190
+ <li class="pf-c-label-group__list-item">
191
+ <span class="pf-c-label pf-m-green">
192
+ <span class="pf-c-label__content">
193
+ <span class="pf-c-label__icon">
194
+ <i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
195
+ </span>
196
+ Label 3
197
+ </span>
198
+ </span>
199
+ </li>
200
+ <li class="pf-c-label-group__list-item">
201
+ <button class="pf-c-label pf-m-add" type="button">
202
+ <span class="pf-c-label__content">Add Label</span>
203
+ </button>
204
+ </li>
205
+ </ul>
206
+ </div>
207
+ </div>
208
+
209
+ ```
210
+
164
211
  ### Category
165
212
 
166
213
  ```html
@@ -383,7 +430,7 @@ cssPrefix: pf-c-label-group
383
430
  </span>
384
431
  </li>
385
432
  <li class="pf-c-label-group__list-item">
386
- <button class="pf-c-label pf-m-overflow">
433
+ <button class="pf-c-label pf-m-overflow" type="button">
387
434
  <span class="pf-c-label__content">3 more</span>
388
435
  </button>
389
436
  </li>
@@ -450,7 +497,7 @@ cssPrefix: pf-c-label-group
450
497
  </span>
451
498
  </li>
452
499
  <li class="pf-c-label-group__list-item">
453
- <button class="pf-c-label pf-m-overflow">
500
+ <button class="pf-c-label pf-m-overflow" type="button">
454
501
  <span class="pf-c-label__content">3 less</span>
455
502
  </button>
456
503
  </li>
@@ -983,7 +1030,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
983
1030
  </span>
984
1031
  </li>
985
1032
  <li class="pf-c-label-group__list-item">
986
- <button class="pf-c-label pf-m-overflow pf-m-compact">
1033
+ <button class="pf-c-label pf-m-overflow pf-m-compact" type="button">
987
1034
  <span class="pf-c-label__content">3 more</span>
988
1035
  </button>
989
1036
  </li>
@@ -111,7 +111,10 @@ wrapperTag: div
111
111
  </span>
112
112
  </li>
113
113
  <li class="pf-c-label-group__list-item">
114
- <button class="pf-c-label pf-m-overflow pf-m-compact">
114
+ <button
115
+ class="pf-c-label pf-m-overflow pf-m-compact"
116
+ type="button"
117
+ >
115
118
  <span class="pf-c-label__content">1 more</span>
116
119
  </button>
117
120
  </li>
@@ -1071,7 +1071,10 @@ cssPrefix: pf-d-dashboard
1071
1071
  </span>
1072
1072
  </li>
1073
1073
  <li class="pf-c-label-group__list-item">
1074
- <button class="pf-c-label pf-m-overflow">
1074
+ <button
1075
+ class="pf-c-label pf-m-overflow"
1076
+ type="button"
1077
+ >
1075
1078
  <span class="pf-c-label__content">1 more</span>
1076
1079
  </button>
1077
1080
  </li>
@@ -6644,7 +6644,7 @@ wrapperTag: div
6644
6644
  <div class="pf-c-drawer__body pf-m-padding">
6645
6645
  <div class="pf-l-gallery pf-m-gutter">
6646
6646
  <div
6647
- class="pf-c-card pf-m-selectable pf-m-selected"
6647
+ class="pf-c-card pf-m-selectable-raised pf-m-selected-raised"
6648
6648
  id="primary-detail-card-view-expanded-example-drawer-card-1"
6649
6649
  >
6650
6650
  <div class="pf-c-card__header">
@@ -6725,7 +6725,7 @@ wrapperTag: div
6725
6725
  >PatternFly is a community project that promotes design commonality and improves user experience.</div>
6726
6726
  </div>
6727
6727
  <div
6728
- class="pf-c-card pf-m-selectable"
6728
+ class="pf-c-card pf-m-selectable-raised"
6729
6729
  id="primary-detail-card-view-expanded-example-drawer-card-2"
6730
6730
  >
6731
6731
  <div class="pf-c-card__header">
@@ -6807,7 +6807,7 @@ wrapperTag: div
6807
6807
  >The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
6808
6808
  </div>
6809
6809
  <div
6810
- class="pf-c-card pf-m-selectable"
6810
+ class="pf-c-card pf-m-selectable-raised"
6811
6811
  id="primary-detail-card-view-expanded-example-drawer-card-3"
6812
6812
  >
6813
6813
  <div class="pf-c-card__header">
@@ -6889,7 +6889,7 @@ wrapperTag: div
6889
6889
  >This documentation page covers the Apache Spark component for the Apache Camel.</div>
6890
6890
  </div>
6891
6891
  <div
6892
- class="pf-c-card pf-m-selectable"
6892
+ class="pf-c-card pf-m-selectable-raised"
6893
6893
  id="primary-detail-card-view-expanded-example-drawer-card-4"
6894
6894
  >
6895
6895
  <div class="pf-c-card__header">
@@ -6971,7 +6971,7 @@ wrapperTag: div
6971
6971
  >This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
6972
6972
  </div>
6973
6973
  <div
6974
- class="pf-c-card pf-m-selectable"
6974
+ class="pf-c-card pf-m-selectable-raised"
6975
6975
  id="primary-detail-card-view-expanded-example-drawer-card-5"
6976
6976
  >
6977
6977
  <div class="pf-c-card__header">
@@ -7053,7 +7053,7 @@ wrapperTag: div
7053
7053
  >The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
7054
7054
  </div>
7055
7055
  <div
7056
- class="pf-c-card pf-m-selectable"
7056
+ class="pf-c-card pf-m-selectable-raised"
7057
7057
  id="primary-detail-card-view-expanded-example-drawer-card-6"
7058
7058
  >
7059
7059
  <div class="pf-c-card__header">
@@ -7135,7 +7135,7 @@ wrapperTag: div
7135
7135
  >For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
7136
7136
  </div>
7137
7137
  <div
7138
- class="pf-c-card pf-m-selectable"
7138
+ class="pf-c-card pf-m-selectable-raised"
7139
7139
  id="primary-detail-card-view-expanded-example-drawer-card-7"
7140
7140
  >
7141
7141
  <div class="pf-c-card__header">
@@ -7216,7 +7216,7 @@ wrapperTag: div
7216
7216
  >PatternFly is a community project that promotes design commonality and improves user experience.</div>
7217
7217
  </div>
7218
7218
  <div
7219
- class="pf-c-card pf-m-selectable"
7219
+ class="pf-c-card pf-m-selectable-raised"
7220
7220
  id="primary-detail-card-view-expanded-example-drawer-card-8"
7221
7221
  >
7222
7222
  <div class="pf-c-card__header">
@@ -7297,7 +7297,7 @@ wrapperTag: div
7297
7297
  >PatternFly is a community project that promotes design commonality and improves user experience.</div>
7298
7298
  </div>
7299
7299
  <div
7300
- class="pf-c-card pf-m-selectable"
7300
+ class="pf-c-card pf-m-selectable-raised"
7301
7301
  id="primary-detail-card-view-expanded-example-drawer-card-9"
7302
7302
  >
7303
7303
  <div class="pf-c-card__header">
@@ -7378,7 +7378,7 @@ wrapperTag: div
7378
7378
  >PatternFly is a community project that promotes design commonality and improves user experience.</div>
7379
7379
  </div>
7380
7380
  <div
7381
- class="pf-c-card pf-m-selectable"
7381
+ class="pf-c-card pf-m-selectable-raised"
7382
7382
  id="primary-detail-card-view-expanded-example-drawer-card-10"
7383
7383
  >
7384
7384
  <div class="pf-c-card__header">
@@ -1068,7 +1068,7 @@ section: components
1068
1068
  <div class="pf-c-description-list__group">
1069
1069
  <dt class="pf-c-description-list__term">Pod IP</dt>
1070
1070
  <dd class="pf-c-description-list__description">
1071
- <div class="pf-c-description-list__text">10..345.2.197</div>
1071
+ <div class="pf-c-description-list__text">10.345.2.197</div>
1072
1072
  </dd>
1073
1073
  </div>
1074
1074
  <div class="pf-c-description-list__group">
@@ -2213,7 +2213,7 @@ section: components
2213
2213
  <div class="pf-c-description-list__group">
2214
2214
  <dt class="pf-c-description-list__term">Pod IP</dt>
2215
2215
  <dd class="pf-c-description-list__description">
2216
- <div class="pf-c-description-list__text">10..345.2.197</div>
2216
+ <div class="pf-c-description-list__text">10.345.2.197</div>
2217
2217
  </dd>
2218
2218
  </div>
2219
2219
  <div class="pf-c-description-list__group">
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.192.4",
4
+ "version": "4.193.0",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -15247,12 +15247,14 @@ label.pf-c-input-group__text {
15247
15247
  --pf-c-label--m-editable__content--hover--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
15248
15248
  --pf-c-label--m-editable__content--focus--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
15249
15249
  }
15250
- .pf-c-label.pf-m-overflow:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
15250
+ .pf-c-label.pf-m-overflow:hover,
15251
+ .pf-c-label.pf-m-add:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
15251
15252
  .pf-c-label.pf-m-outline button.pf-c-label__content:hover {
15252
15253
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--hover--before--BorderWidth);
15253
15254
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--hover--before--BorderColor);
15254
15255
  }
15255
- .pf-c-label.pf-m-overflow:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
15256
+ .pf-c-label.pf-m-overflow:focus,
15257
+ .pf-c-label.pf-m-add:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
15256
15258
  .pf-c-label.pf-m-outline button.pf-c-label__content:focus {
15257
15259
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--focus--before--BorderWidth);
15258
15260
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--focus--before--BorderColor);
@@ -15300,7 +15302,7 @@ label.pf-c-input-group__text {
15300
15302
  margin-bottom: var(--pf-c-label__c-button--MarginBottom);
15301
15303
  margin-left: var(--pf-c-label__c-button--MarginLeft);
15302
15304
  }
15303
- .pf-c-label.pf-m-overflow {
15305
+ .pf-c-label.pf-m-overflow, .pf-c-label.pf-m-add {
15304
15306
  --pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
15305
15307
  --pf-c-label--BackgroundColor: var(--pf-c-label--m-overflow__content--BackgroundColor);
15306
15308
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-overflow__content--before--BorderWidth);
@@ -16795,6 +16797,9 @@ ul.pf-c-list {
16795
16797
  --pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
16796
16798
  --pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
16797
16799
  }
16800
+ .pf-c-menu .pf-c-menu__content {
16801
+ overflow: visible hidden;
16802
+ }
16798
16803
  .pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
16799
16804
  overflow: visible;
16800
16805
  }
@@ -16843,7 +16848,6 @@ ul.pf-c-list {
16843
16848
  left: 100%;
16844
16849
  width: 100%;
16845
16850
  transition: var(--pf-c-menu--m-drilldown--c-menu--Transition);
16846
- transition: 2s;
16847
16851
  }
16848
16852
  .pf-c-menu.pf-m-drilldown > .pf-c-menu__content .pf-c-menu.pf-m-drilled-in {
16849
16853
  transform: translateX(-100%);
@@ -22832,10 +22836,10 @@ span.pf-c-spinner {
22832
22836
  transform: rotate(0deg);
22833
22837
  }
22834
22838
  50% {
22835
- transform: rotate(-540deg);
22839
+ transform: rotate(540deg);
22836
22840
  }
22837
22841
  100% {
22838
- transform: rotate(-1080deg);
22842
+ transform: rotate(1080deg);
22839
22843
  }
22840
22844
  }
22841
22845
  .pf-c-spinner__clipper {
@@ -22848,10 +22852,10 @@ span.pf-c-spinner {
22848
22852
 
22849
22853
  @keyframes pf-animation-spinner__clipper {
22850
22854
  0% {
22851
- transform: rotate(0deg);
22855
+ transform: rotate(90deg);
22852
22856
  }
22853
22857
  100% {
22854
- transform: rotate(-270deg);
22858
+ transform: rotate(360deg);
22855
22859
  }
22856
22860
  }
22857
22861
  .pf-c-spinner__clipper::after {
@@ -22867,10 +22871,10 @@ span.pf-c-spinner {
22867
22871
 
22868
22872
  @keyframes pf-animation-spinner__clipper-after {
22869
22873
  0% {
22870
- transform: rotate(90deg);
22874
+ transform: rotate(-180deg);
22871
22875
  }
22872
22876
  100% {
22873
- transform: rotate(-180deg);
22877
+ transform: rotate(90deg);
22874
22878
  }
22875
22879
  }
22876
22880
  .pf-c-spinner__lead-ball {
@@ -22897,11 +22901,11 @@ span.pf-c-spinner {
22897
22901
  0% {
22898
22902
  transform: rotate(0deg);
22899
22903
  }
22900
- 34% {
22901
- transform: rotate(-180deg);
22904
+ 33% {
22905
+ transform: rotate(180deg);
22902
22906
  }
22903
22907
  100% {
22904
- transform: rotate(-360deg);
22908
+ transform: rotate(360deg);
22905
22909
  }
22906
22910
  }
22907
22911
  .pf-c-spinner__tail-ball {
@@ -22928,11 +22932,11 @@ span.pf-c-spinner {
22928
22932
  0% {
22929
22933
  transform: rotate(0deg);
22930
22934
  }
22931
- 67.5% {
22932
- transform: rotate(-180deg);
22935
+ 66% {
22936
+ transform: rotate(180deg);
22933
22937
  }
22934
22938
  100% {
22935
- transform: rotate(-360deg);
22939
+ transform: rotate(360deg);
22936
22940
  }
22937
22941
  }
22938
22942
  svg.pf-c-spinner {
@@ -26703,6 +26707,7 @@ svg.pf-c-spinner.pf-m-xl {
26703
26707
  --pf-c-tabs__link--PaddingRight: var(--pf-global--spacer--md);
26704
26708
  --pf-c-tabs__link--PaddingBottom: var(--pf-global--spacer--sm);
26705
26709
  --pf-c-tabs__link--PaddingLeft: var(--pf-global--spacer--md);
26710
+ --pf-c-tabs__link--disabled--Color: var(--pf-global--disabled-color--100);
26706
26711
  --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
26707
26712
  --pf-c-tabs__item--m-current__link--Color: var(--pf-global--Color--100);
26708
26713
  --pf-c-tabs__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -27221,6 +27226,7 @@ svg.pf-c-spinner.pf-m-xl {
27221
27226
  pointer-events: none;
27222
27227
  }
27223
27228
  .pf-c-tabs__item.pf-m-action.pf-m-disabled, .pf-c-tabs__link:disabled, .pf-c-tabs__link.pf-m-disabled, .pf-c-tabs__link.pf-m-aria-disabled {
27229
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
27224
27230
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
27225
27231
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
27226
27232
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);