@patternfly/patternfly 4.192.3 → 4.192.6

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.
@@ -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 {
@@ -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);
@@ -120,6 +121,7 @@
120
121
  --pf-c-tabs--m-secondary__add--c-button--FontSize: var(--pf-global--FontSize--xs);
121
122
  --pf-c-tabs__add--c-button--PaddingTop: var(--pf-c-tabs__link--PaddingTop);
122
123
  --pf-c-tabs__add--c-button--PaddingBottom: var(--pf-c-tabs__link--PaddingBottom);
124
+ --pf-c-tabs__add--c-button--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
123
125
  position: relative;
124
126
  display: flex;
125
127
  width: var(--pf-c-tabs--Width);
@@ -552,6 +554,7 @@
552
554
  pointer-events: none;
553
555
  }
554
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);
555
558
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
556
559
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
557
560
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);
@@ -630,6 +633,7 @@
630
633
  --pf-c-button--FontSize: var(--pf-c-tabs__add--c-button--FontSize);
631
634
  --pf-c-button--PaddingTop: var(--pf-c-tabs__add--c-button--PaddingTop);
632
635
  --pf-c-button--PaddingBottom: var(--pf-c-tabs__add--c-button--PaddingBottom);
636
+ outline-offset: var(--pf-c-tabs__add--c-button--OutlineOffset);
633
637
  }
634
638
 
635
639
  .pf-c-tabs.pf-m-inset-none {
@@ -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);
@@ -153,6 +154,7 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
153
154
  --pf-c-tabs--m-secondary__add--c-button--FontSize: var(--pf-global--FontSize--xs);
154
155
  --pf-c-tabs__add--c-button--PaddingTop: var(--pf-c-tabs__link--PaddingTop);
155
156
  --pf-c-tabs__add--c-button--PaddingBottom: var(--pf-c-tabs__link--PaddingBottom);
157
+ --pf-c-tabs__add--c-button--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
156
158
 
157
159
  @media screen and (min-width: $pf-global--breakpoint--xl) {
158
160
  --pf-c-tabs__scroll-button--Width: var(--pf-c-tabs__scroll-button--xl--Width);
@@ -635,6 +637,7 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
635
637
  &:disabled,
636
638
  &.pf-m-disabled,
637
639
  &.pf-m-aria-disabled {
640
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
638
641
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
639
642
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
640
643
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);
@@ -730,6 +733,8 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
730
733
  --pf-c-button--FontSize: var(--pf-c-tabs__add--c-button--FontSize);
731
734
  --pf-c-button--PaddingTop: var(--pf-c-tabs__add--c-button--PaddingTop);
732
735
  --pf-c-button--PaddingBottom: var(--pf-c-tabs__add--c-button--PaddingBottom);
736
+
737
+ outline-offset: var(--pf-c-tabs__add--c-button--OutlineOffset);
733
738
  }
734
739
  }
735
740
 
@@ -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.3",
4
+ "version": "4.192.6",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -16795,6 +16795,9 @@ ul.pf-c-list {
16795
16795
  --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
16796
  --pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
16797
16797
  }
16798
+ .pf-c-menu .pf-c-menu__content {
16799
+ overflow: visible hidden;
16800
+ }
16798
16801
  .pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
16799
16802
  overflow: visible;
16800
16803
  }
@@ -16843,7 +16846,6 @@ ul.pf-c-list {
16843
16846
  left: 100%;
16844
16847
  width: 100%;
16845
16848
  transition: var(--pf-c-menu--m-drilldown--c-menu--Transition);
16846
- transition: 2s;
16847
16849
  }
16848
16850
  .pf-c-menu.pf-m-drilldown > .pf-c-menu__content .pf-c-menu.pf-m-drilled-in {
16849
16851
  transform: translateX(-100%);
@@ -26703,6 +26705,7 @@ svg.pf-c-spinner.pf-m-xl {
26703
26705
  --pf-c-tabs__link--PaddingRight: var(--pf-global--spacer--md);
26704
26706
  --pf-c-tabs__link--PaddingBottom: var(--pf-global--spacer--sm);
26705
26707
  --pf-c-tabs__link--PaddingLeft: var(--pf-global--spacer--md);
26708
+ --pf-c-tabs__link--disabled--Color: var(--pf-global--disabled-color--100);
26706
26709
  --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
26707
26710
  --pf-c-tabs__item--m-current__link--Color: var(--pf-global--Color--100);
26708
26711
  --pf-c-tabs__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -26788,6 +26791,7 @@ svg.pf-c-spinner.pf-m-xl {
26788
26791
  --pf-c-tabs--m-secondary__add--c-button--FontSize: var(--pf-global--FontSize--xs);
26789
26792
  --pf-c-tabs__add--c-button--PaddingTop: var(--pf-c-tabs__link--PaddingTop);
26790
26793
  --pf-c-tabs__add--c-button--PaddingBottom: var(--pf-c-tabs__link--PaddingBottom);
26794
+ --pf-c-tabs__add--c-button--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
26791
26795
  position: relative;
26792
26796
  display: flex;
26793
26797
  width: var(--pf-c-tabs--Width);
@@ -27220,6 +27224,7 @@ svg.pf-c-spinner.pf-m-xl {
27220
27224
  pointer-events: none;
27221
27225
  }
27222
27226
  .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 {
27227
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
27223
27228
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
27224
27229
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
27225
27230
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);
@@ -27298,6 +27303,7 @@ svg.pf-c-spinner.pf-m-xl {
27298
27303
  --pf-c-button--FontSize: var(--pf-c-tabs__add--c-button--FontSize);
27299
27304
  --pf-c-button--PaddingTop: var(--pf-c-tabs__add--c-button--PaddingTop);
27300
27305
  --pf-c-button--PaddingBottom: var(--pf-c-tabs__add--c-button--PaddingBottom);
27306
+ outline-offset: var(--pf-c-tabs__add--c-button--OutlineOffset);
27301
27307
  }
27302
27308
 
27303
27309
  .pf-c-tabs.pf-m-inset-none {
package/patternfly.css CHANGED
@@ -16922,6 +16922,9 @@ ul.pf-c-list {
16922
16922
  --pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
16923
16923
  --pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
16924
16924
  }
16925
+ .pf-c-menu .pf-c-menu__content {
16926
+ overflow: visible hidden;
16927
+ }
16925
16928
  .pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
16926
16929
  overflow: visible;
16927
16930
  }
@@ -16970,7 +16973,6 @@ ul.pf-c-list {
16970
16973
  left: 100%;
16971
16974
  width: 100%;
16972
16975
  transition: var(--pf-c-menu--m-drilldown--c-menu--Transition);
16973
- transition: 2s;
16974
16976
  }
16975
16977
  .pf-c-menu.pf-m-drilldown > .pf-c-menu__content .pf-c-menu.pf-m-drilled-in {
16976
16978
  transform: translateX(-100%);
@@ -26830,6 +26832,7 @@ svg.pf-c-spinner.pf-m-xl {
26830
26832
  --pf-c-tabs__link--PaddingRight: var(--pf-global--spacer--md);
26831
26833
  --pf-c-tabs__link--PaddingBottom: var(--pf-global--spacer--sm);
26832
26834
  --pf-c-tabs__link--PaddingLeft: var(--pf-global--spacer--md);
26835
+ --pf-c-tabs__link--disabled--Color: var(--pf-global--disabled-color--100);
26833
26836
  --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
26834
26837
  --pf-c-tabs__item--m-current__link--Color: var(--pf-global--Color--100);
26835
26838
  --pf-c-tabs__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -26915,6 +26918,7 @@ svg.pf-c-spinner.pf-m-xl {
26915
26918
  --pf-c-tabs--m-secondary__add--c-button--FontSize: var(--pf-global--FontSize--xs);
26916
26919
  --pf-c-tabs__add--c-button--PaddingTop: var(--pf-c-tabs__link--PaddingTop);
26917
26920
  --pf-c-tabs__add--c-button--PaddingBottom: var(--pf-c-tabs__link--PaddingBottom);
26921
+ --pf-c-tabs__add--c-button--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
26918
26922
  position: relative;
26919
26923
  display: flex;
26920
26924
  width: var(--pf-c-tabs--Width);
@@ -27347,6 +27351,7 @@ svg.pf-c-spinner.pf-m-xl {
27347
27351
  pointer-events: none;
27348
27352
  }
27349
27353
  .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 {
27354
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
27350
27355
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
27351
27356
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
27352
27357
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);
@@ -27425,6 +27430,7 @@ svg.pf-c-spinner.pf-m-xl {
27425
27430
  --pf-c-button--FontSize: var(--pf-c-tabs__add--c-button--FontSize);
27426
27431
  --pf-c-button--PaddingTop: var(--pf-c-tabs__add--c-button--PaddingTop);
27427
27432
  --pf-c-button--PaddingBottom: var(--pf-c-tabs__add--c-button--PaddingBottom);
27433
+ outline-offset: var(--pf-c-tabs__add--c-button--OutlineOffset);
27428
27434
  }
27429
27435
 
27430
27436
  .pf-c-tabs.pf-m-inset-none {