@patternfly/patternfly 4.192.1 → 4.192.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.
@@ -162,6 +162,9 @@
162
162
  color: var(--pf-c-description-list__term-icon--Color);
163
163
  }
164
164
 
165
+ .pf-c-description-list__text {
166
+ min-width: 0;
167
+ }
165
168
  .pf-c-description-list__text.pf-m-help-text {
166
169
  text-decoration: underline;
167
170
  cursor: pointer;
@@ -144,6 +144,8 @@ $pf-c-description-list--breakpoint-map: build-breakpoint-map("base", "sm", "md",
144
144
  }
145
145
 
146
146
  .pf-c-description-list__text {
147
+ min-width: 0; // this allows overflow-wrap to work
148
+
147
149
  &.pf-m-help-text {
148
150
  text-decoration: underline;
149
151
  cursor: pointer;
@@ -120,6 +120,7 @@
120
120
  --pf-c-tabs--m-secondary__add--c-button--FontSize: var(--pf-global--FontSize--xs);
121
121
  --pf-c-tabs__add--c-button--PaddingTop: var(--pf-c-tabs__link--PaddingTop);
122
122
  --pf-c-tabs__add--c-button--PaddingBottom: var(--pf-c-tabs__link--PaddingBottom);
123
+ --pf-c-tabs__add--c-button--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
123
124
  position: relative;
124
125
  display: flex;
125
126
  width: var(--pf-c-tabs--Width);
@@ -630,6 +631,7 @@
630
631
  --pf-c-button--FontSize: var(--pf-c-tabs__add--c-button--FontSize);
631
632
  --pf-c-button--PaddingTop: var(--pf-c-tabs__add--c-button--PaddingTop);
632
633
  --pf-c-button--PaddingBottom: var(--pf-c-tabs__add--c-button--PaddingBottom);
634
+ outline-offset: var(--pf-c-tabs__add--c-button--OutlineOffset);
633
635
  }
634
636
 
635
637
  .pf-c-tabs.pf-m-inset-none {
@@ -153,6 +153,7 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
153
153
  --pf-c-tabs--m-secondary__add--c-button--FontSize: var(--pf-global--FontSize--xs);
154
154
  --pf-c-tabs__add--c-button--PaddingTop: var(--pf-c-tabs__link--PaddingTop);
155
155
  --pf-c-tabs__add--c-button--PaddingBottom: var(--pf-c-tabs__link--PaddingBottom);
156
+ --pf-c-tabs__add--c-button--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
156
157
 
157
158
  @media screen and (min-width: $pf-global--breakpoint--xl) {
158
159
  --pf-c-tabs__scroll-button--Width: var(--pf-c-tabs__scroll-button--xl--Width);
@@ -730,6 +731,8 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
730
731
  --pf-c-button--FontSize: var(--pf-c-tabs__add--c-button--FontSize);
731
732
  --pf-c-button--PaddingTop: var(--pf-c-tabs__add--c-button--PaddingTop);
732
733
  --pf-c-button--PaddingBottom: var(--pf-c-tabs__add--c-button--PaddingBottom);
734
+
735
+ outline-offset: var(--pf-c-tabs__add--c-button--OutlineOffset);
733
736
  }
734
737
  }
735
738
 
@@ -59,6 +59,7 @@
59
59
  --pf-c-tree-view--m-guides__list-item--before--BackgroundColor: var(--pf-c-tree-view--m-guides--guide-color--base);
60
60
  --pf-c-tree-view--m-guides__list-item--last-child--before--Top: var(--pf-c-tree-view--m-guides__node--before--Top);
61
61
  --pf-c-tree-view--m-guides__list-item--last-child--before--Height: var(--pf-c-tree-view--m-guides__list-item--last-child--before--Top);
62
+ --pf-c-tree-view--m-guides__list-item--ZIndex: var(--pf-global--ZIndex--xs);
62
63
  --pf-c-tree-view--m-guides__node--before--Width: 1rem;
63
64
  --pf-c-tree-view--m-guides__node--before--Height: var(--pf-c-tree-view--m-guides--guide-width--base);
64
65
  --pf-c-tree-view--m-guides__node--before--Top: 1.125rem;
@@ -119,6 +120,7 @@
119
120
  }
120
121
  .pf-c-tree-view.pf-m-compact .pf-c-tree-view__list-item .pf-c-tree-view__list-item::before, .pf-c-tree-view.pf-m-guides .pf-c-tree-view__list-item .pf-c-tree-view__list-item::before {
121
122
  top: var(--pf-c-tree-view--m-guides__list-item--before--Top);
123
+ z-index: var(--pf-c-tree-view--m-guides__list-item--ZIndex);
122
124
  width: var(--pf-c-tree-view--m-guides__list-item--before--Width);
123
125
  height: var(--pf-c-tree-view--m-guides__list-item--before--Height);
124
126
  background-color: var(--pf-c-tree-view--m-guides__list-item--before--BackgroundColor);
@@ -98,6 +98,7 @@ $pf-c-tree-view--MaxNesting: 10;
98
98
  --pf-c-tree-view--m-guides__list-item--before--BackgroundColor: var(--pf-c-tree-view--m-guides--guide-color--base);
99
99
  --pf-c-tree-view--m-guides__list-item--last-child--before--Top: var(--pf-c-tree-view--m-guides__node--before--Top);
100
100
  --pf-c-tree-view--m-guides__list-item--last-child--before--Height: var(--pf-c-tree-view--m-guides__list-item--last-child--before--Top);
101
+ --pf-c-tree-view--m-guides__list-item--ZIndex: var(--pf-global--ZIndex--xs);
101
102
 
102
103
  // Node
103
104
  --pf-c-tree-view--m-guides__node--before--Width: #{pf-size-prem(16px)};
@@ -187,6 +188,7 @@ $pf-c-tree-view--MaxNesting: 10;
187
188
  // vertical border
188
189
  &::before {
189
190
  top: var(--pf-c-tree-view--m-guides__list-item--before--Top);
191
+ z-index: var(--pf-c-tree-view--m-guides__list-item--ZIndex);
190
192
  width: var(--pf-c-tree-view--m-guides__list-item--before--Width);
191
193
  height: var(--pf-c-tree-view--m-guides__list-item--before--Height);
192
194
  background-color: var(--pf-c-tree-view--m-guides__list-item--before--BackgroundColor);
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.1",
4
+ "version": "4.192.4",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -79,7 +79,7 @@
79
79
  "stylelint-scss": "^4.0.0",
80
80
  "stylelint-value-no-unknown-custom-properties": "^3.0.0",
81
81
  "surge": "^0.21.3",
82
- "theme-patternfly-org": "0.7.3",
82
+ "theme-patternfly-org": "0.11.32",
83
83
  "unified": "^9.2.0",
84
84
  "webpack": "^4.43.0"
85
85
  },
@@ -9919,6 +9919,9 @@ label.pf-c-check, .pf-c-check__label,
9919
9919
  color: var(--pf-c-description-list__term-icon--Color);
9920
9920
  }
9921
9921
 
9922
+ .pf-c-description-list__text {
9923
+ min-width: 0;
9924
+ }
9922
9925
  .pf-c-description-list__text.pf-m-help-text {
9923
9926
  text-decoration: underline;
9924
9927
  cursor: pointer;
@@ -26785,6 +26788,7 @@ svg.pf-c-spinner.pf-m-xl {
26785
26788
  --pf-c-tabs--m-secondary__add--c-button--FontSize: var(--pf-global--FontSize--xs);
26786
26789
  --pf-c-tabs__add--c-button--PaddingTop: var(--pf-c-tabs__link--PaddingTop);
26787
26790
  --pf-c-tabs__add--c-button--PaddingBottom: var(--pf-c-tabs__link--PaddingBottom);
26791
+ --pf-c-tabs__add--c-button--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
26788
26792
  position: relative;
26789
26793
  display: flex;
26790
26794
  width: var(--pf-c-tabs--Width);
@@ -27295,6 +27299,7 @@ svg.pf-c-spinner.pf-m-xl {
27295
27299
  --pf-c-button--FontSize: var(--pf-c-tabs__add--c-button--FontSize);
27296
27300
  --pf-c-button--PaddingTop: var(--pf-c-tabs__add--c-button--PaddingTop);
27297
27301
  --pf-c-button--PaddingBottom: var(--pf-c-tabs__add--c-button--PaddingBottom);
27302
+ outline-offset: var(--pf-c-tabs__add--c-button--OutlineOffset);
27298
27303
  }
27299
27304
 
27300
27305
  .pf-c-tabs.pf-m-inset-none {
@@ -28146,6 +28151,7 @@ svg.pf-c-spinner.pf-m-xl {
28146
28151
  --pf-c-tree-view--m-guides__list-item--before--BackgroundColor: var(--pf-c-tree-view--m-guides--guide-color--base);
28147
28152
  --pf-c-tree-view--m-guides__list-item--last-child--before--Top: var(--pf-c-tree-view--m-guides__node--before--Top);
28148
28153
  --pf-c-tree-view--m-guides__list-item--last-child--before--Height: var(--pf-c-tree-view--m-guides__list-item--last-child--before--Top);
28154
+ --pf-c-tree-view--m-guides__list-item--ZIndex: var(--pf-global--ZIndex--xs);
28149
28155
  --pf-c-tree-view--m-guides__node--before--Width: 1rem;
28150
28156
  --pf-c-tree-view--m-guides__node--before--Height: var(--pf-c-tree-view--m-guides--guide-width--base);
28151
28157
  --pf-c-tree-view--m-guides__node--before--Top: 1.125rem;
@@ -28206,6 +28212,7 @@ svg.pf-c-spinner.pf-m-xl {
28206
28212
  }
28207
28213
  .pf-c-tree-view.pf-m-compact .pf-c-tree-view__list-item .pf-c-tree-view__list-item::before, .pf-c-tree-view.pf-m-guides .pf-c-tree-view__list-item .pf-c-tree-view__list-item::before {
28208
28214
  top: var(--pf-c-tree-view--m-guides__list-item--before--Top);
28215
+ z-index: var(--pf-c-tree-view--m-guides__list-item--ZIndex);
28209
28216
  width: var(--pf-c-tree-view--m-guides__list-item--before--Width);
28210
28217
  height: var(--pf-c-tree-view--m-guides__list-item--before--Height);
28211
28218
  background-color: var(--pf-c-tree-view--m-guides__list-item--before--BackgroundColor);
package/patternfly.css CHANGED
@@ -10046,6 +10046,9 @@ label.pf-c-check, .pf-c-check__label,
10046
10046
  color: var(--pf-c-description-list__term-icon--Color);
10047
10047
  }
10048
10048
 
10049
+ .pf-c-description-list__text {
10050
+ min-width: 0;
10051
+ }
10049
10052
  .pf-c-description-list__text.pf-m-help-text {
10050
10053
  text-decoration: underline;
10051
10054
  cursor: pointer;
@@ -26912,6 +26915,7 @@ svg.pf-c-spinner.pf-m-xl {
26912
26915
  --pf-c-tabs--m-secondary__add--c-button--FontSize: var(--pf-global--FontSize--xs);
26913
26916
  --pf-c-tabs__add--c-button--PaddingTop: var(--pf-c-tabs__link--PaddingTop);
26914
26917
  --pf-c-tabs__add--c-button--PaddingBottom: var(--pf-c-tabs__link--PaddingBottom);
26918
+ --pf-c-tabs__add--c-button--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
26915
26919
  position: relative;
26916
26920
  display: flex;
26917
26921
  width: var(--pf-c-tabs--Width);
@@ -27422,6 +27426,7 @@ svg.pf-c-spinner.pf-m-xl {
27422
27426
  --pf-c-button--FontSize: var(--pf-c-tabs__add--c-button--FontSize);
27423
27427
  --pf-c-button--PaddingTop: var(--pf-c-tabs__add--c-button--PaddingTop);
27424
27428
  --pf-c-button--PaddingBottom: var(--pf-c-tabs__add--c-button--PaddingBottom);
27429
+ outline-offset: var(--pf-c-tabs__add--c-button--OutlineOffset);
27425
27430
  }
27426
27431
 
27427
27432
  .pf-c-tabs.pf-m-inset-none {
@@ -28273,6 +28278,7 @@ svg.pf-c-spinner.pf-m-xl {
28273
28278
  --pf-c-tree-view--m-guides__list-item--before--BackgroundColor: var(--pf-c-tree-view--m-guides--guide-color--base);
28274
28279
  --pf-c-tree-view--m-guides__list-item--last-child--before--Top: var(--pf-c-tree-view--m-guides__node--before--Top);
28275
28280
  --pf-c-tree-view--m-guides__list-item--last-child--before--Height: var(--pf-c-tree-view--m-guides__list-item--last-child--before--Top);
28281
+ --pf-c-tree-view--m-guides__list-item--ZIndex: var(--pf-global--ZIndex--xs);
28276
28282
  --pf-c-tree-view--m-guides__node--before--Width: 1rem;
28277
28283
  --pf-c-tree-view--m-guides__node--before--Height: var(--pf-c-tree-view--m-guides--guide-width--base);
28278
28284
  --pf-c-tree-view--m-guides__node--before--Top: 1.125rem;
@@ -28333,6 +28339,7 @@ svg.pf-c-spinner.pf-m-xl {
28333
28339
  }
28334
28340
  .pf-c-tree-view.pf-m-compact .pf-c-tree-view__list-item .pf-c-tree-view__list-item::before, .pf-c-tree-view.pf-m-guides .pf-c-tree-view__list-item .pf-c-tree-view__list-item::before {
28335
28341
  top: var(--pf-c-tree-view--m-guides__list-item--before--Top);
28342
+ z-index: var(--pf-c-tree-view--m-guides__list-item--ZIndex);
28336
28343
  width: var(--pf-c-tree-view--m-guides__list-item--before--Width);
28337
28344
  height: var(--pf-c-tree-view--m-guides__list-item--before--Height);
28338
28345
  background-color: var(--pf-c-tree-view--m-guides__list-item--before--BackgroundColor);